// JavaScript Document

h_script();
function h_script() {
	base="http://www.safeliftingportal.com/";
	//base="http://www.safeliftingportal.com/staging/";
	
	text=" 				  <a href='" + base + "safeliftingenviron/background.html'>Background</a>  |  ";
	text= text + "                  <a href='" + base + "safeliftingenviron/support.html'>Support</a>  |  ";
	text= text + "                  <a href='" + base + "safeliftingenviron/../contact.php?referrer=environment'>Order Free Starter Kit</a>  |  ";
	text= text + "                  <a href='" + base + "safeliftingenviron/access-download-files.php'>Downloads</a>  |  ";
	text= text + "                  <a href='" + base + "safeliftingenviron/faq.html'>FAQ</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
	text= text + "                  <a href='" + "http://www.trmiller.com/lift' target='_blank'>Promo Merchandise</a>";
	
	document.write(text);
}