
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="annual booklets.html">Annual Service Booklets</a>');

 

document.write('</li><li>');

document.write('<a href="Content/Triveni 2011 Calendar.pdf">Hindu Religous Calendar</a>');

 

document.write('</li><li>');

document.write('<a href="Our Recordings.html">Recorded Programmes</a>');


document.write('</li><li>');

document.write('<a href="geets.html">Geets &amp; Mantras</a>');

 

document.write('</li><li>');

document.write('<a href="Kids Corner.html">Kids Corner</a>');


document.write('</li><li>');

document.write('<a href="Recipes.html">Recipes</a>');


document.write('</li>');

 

// END LINKS //

 

document.write('</ul>');// JavaScript Document
