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

	text= "                  <a href='" + base + "hottopics/assessment.html'>Assessment</a>  |";
	text=text + "				  <a href='" + base + "hottopics/bariatrics.html'>Bariatrics</a>  |  ";
	text=text + "				  <a href='" + base + "hottopics/lift-vendor.html'>Vendor Fair Guidelines</a>  |  ";
	text=text + "				  <a href='" + base + "hottopics/ot-pt.html'>OT/PT</a>";
	
	document.write(text);
}