document.write('<div id="nav">')
        document.write('<ul>')
         document.write(' <li class="important"><a href="index.html" target="_self">Home</a>')
          document.write('<li><a href="aboutus.html" target="_self">About Us</a>')
          document.write('<li><a href="services.html" target="_self">Services</a>')
          document.write('<li><a href="products.html" target="_self">Products</a>')
          document.write('<li><a href="safetanning.html" target="_self">Safe Tanning</a>')
		  <!--document.write('<li><a href="newsletter.html" target="_self">Latest Newsletter</a>')-->
		  document.write('<li><a href="blog.html" target="_self">Beauty Blog</a>')
          document.write('<li><a href="contactus.html" target="_self">Contact us</a></li>')
        document.write('</ul>')
      document.write('</div>')