
document.write('<ul class="menu">');
 
// START LINKS //

 

<!-- Copy and paste to add more links. Note the first link starts the list, so don't copy that. -->

 

document.write('<li>');


document.write('</li><li>');

document.write('<a href="index.shtml">HOME</a>');

 

document.write('</li><li>');

document.write('<a href="about us.html">ABOUT US</a>');

 

document.write('</li><li>');

document.write('<a href="captcha/Contact Us.php">CONTACT US</a>');


document.write('</li><li>');

document.write('<a href="Online Puja.html">ONLINE PUJA</a>');

 

document.write('</li><li>');

document.write('<a href="Gbook/gbook.php">GUEST BOOK</a>');

 
document.write('</li><li>');

document.write('<a href= "find us.html">FIND US</a>');


document.write('</li><li>');

document.write('<a href="Calendar of Events.html"> CALENDAR OF EVENTS</a>');


document.write('</li><li>');

document.write('<a href="Photo Gallery.html">PHOTO GALLERY</a>');

document.write('</li>');

 

// END LINKS //

 

document.write('</ul>');// JavaScript Document
