// Default header
document.write(  
'<div id="nav" class="left">'
+ '<a href="index.html" title="Home button">&nbsp;Home </a>'
+ '<a href="faq.html" title="FAQs button">&nbsp;FAQs </a>'
+ '<a href="services.html" title="Services button">&nbsp;Services </a>'
+ '<a href="gallery.html" title="Gallery button">&nbsp;Gallery </a>'
+ '<a href="price.html" title="Price List button">&nbsp;Price List </a>'
+ '<a href="order.html" title="Order button">&nbsp;Order </a>'
+ '<a href="about.html" title="About Us button">&nbsp;About Us </a>'
+ '<a href="contact.html" title="Contact Us button">&nbsp;Contact Us </a>'
+ '</div>');
