document.write('<div id="header">');      
document.write('<div id="logo"><a href="../index.html" title="Reliable Tech"><img src="../images/logo.jpg" alt="Reliable Tech" /></a></div>');             
document.write('<div id="top-nav">	'); 		   
document.write('<a href="../index.html"><img src="../images/icon_home.jpg" alt="Home" align="absmiddle" />&nbsp;Home</a> &nbsp; &nbsp; '); 
document.write('<a href="profile.html"><img src="../images/icon_profile.jpg" alt="Profile" align="absmiddle" />&nbsp;Profile</a> &nbsp;&nbsp; '); 
document.write('<a href="services.html"><img src="../images/icon_services.jpg" alt="Services" align="absmiddle" />&nbsp;Services</a> &nbsp;&nbsp; '); 
document.write('<a href="career.html"><img src="../images/icon_career.jpg" alt="Career" align="absmiddle" />&nbsp;Career</a> &nbsp;&nbsp; '); 
document.write('<a href="contactus.html"><img src="../images/icon_contact.jpg" alt="Contact Us" align="absmiddle" />&nbsp;Contact Us</a> &nbsp;&nbsp; '); 
document.write('</div>');
document.write('</div>');
