h_nav();
function h_nav(){
base="http://www.safeliftingportal.com/";
//base="http://www.safeliftingportal.com/staging/";
	
text = "		<a href='" + base + "index.html'>Portal Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;"; 
text = text + "		<a href='" + base + "safeliftingabout.html'>About</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
text = text + "		<a href='" + base + "contact.php'>Contact</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
text = text + "		<a href='" + base + "quick-links.html'>Quick Links</a>";
document.write(text);
}
