document.write('<tr>'); 
      document.write('<td height="33" bgcolor="#cec9c5" style="text-align:center; color:#000000;">'); 
	 document.write(' <ul>'); 
	  document.write('<li><a href="index.html" style="color:#000000;">Home</a></li>'); 
	   document.write(' |'); 
	 document.write(' <li><a href="sitemap.html" style="color:#000000;">Sitemap</a></li>'); 
	   document.write(' |'); 
	  document.write('<li><a href="testimonials.html" style="color:#000000;">Testomonial</a></li>'); 
	   document.write(' |'); 
	 document.write(' <li><a href="faqs.html" style="color:#000000;">Faq</a></li>'); 
	    document.write('|'); 
	  document.write('<li><a href="contact.html" style="color:#000000;">contact us</a></li>'); 
	  document.write('</ul>'); 
	  document.write('</td>'); 
   document.write(' </tr>'); 
