// JavaScript Document

h_script();
function h_script() {
	//base="http://www.safeliftingportal.com/";
	base="http://www.safeliftingportal.com/";
	
	text="	  <a href='" + base + "safeliftinglibrary/articles.html'>Articles</a>&nbsp;|&nbsp;";
    text=text + "  <a href='" + base + "safeliftinglibrary/books.html'>Books</a>&nbsp;|&nbsp;";
	text=text + "  <a href='" + base + "safeliftinglibrary/websites.html'>Websites</a>&nbsp;|&nbsp;";
	text=text + " <a href='" + base + "safeliftinglibrary/programs.html'>Programs</a>&nbsp;|&nbsp;";
	text=text + " <a href='" + base + "safeliftinglibrary/whitepapers/index.html'>White Papers</a>&nbsp;|&nbsp;";
	text=text + "  <a href='" + base + "safeliftinglibrary/library_search/search.php'>Search Library</a>"; 
	document.write(text);
}