// JavaScript Document
h_nav();

function h_nav(){
	//base="http://www.safeliftingportal.com/gettingstarted/";
	base="http://www.safeliftingportal.com/";

	text="				  <a href='" + base + "nursing-schools/order-form.php'>Order Form</a>";
	document.write(text);
}

