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

text = "<a href='" + base + "news/press-releases.html'>Press Releases</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
text = text + "<a href='" + base + "news/newsletter-archive.html'>Newsletter Archive</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
text = text + "<a href='" + base + "reader-poll/'>Reader Poll Archive</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
text = text + "<a href='" + base + "ask-the-lift-doctor/'>Ask The Lift Doctor</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
text = text + "<a href='" + base + "news/../contact.php'>Subscription</a>";
document.write(text);
}
