
<!-- NOTE: If you use a ' add a slash before it like this \' -->
<!-- NOTE: Copy and paste a link to add a new link -->

<!-- start

document.write('<!-- START MENU -->');

document.write('<tr>');
document.write('<td class="navfooter"><div class="navbar"><a href="index.html">Home</a>	 &nbsp; &nbsp;    ');
document.write('<a href="profile.html">Profile</a>		  &nbsp; &nbsp;    ');
document.write('<a href="cabaret.html">Performances, Descriptions, Video’s & Sound Clips</a>	   &nbsp; &nbsp;    ');
document.write('<a href="t-shirt.html">T-Shirt</a>  &nbsp; &nbsp;   ');
document.write('<a href="reviews-and-comments.html">Reviews</a>');

document.write('</div></td>');
document.write('</tr> ');
document.write('<tr> ');
document.write('<td class="navfooter"><div class="navbar">	');	
document.write('<a href="booking.html">Booking Info</a> &nbsp; &nbsp; &nbsp;');
document.write('<a href="love-you-madly.html">CD - Love You Madly</a>	&nbsp; &nbsp; &nbsp;');
document.write('<a href="ive-got-the-music-in-me.html">CD - I\'ve Got the Music In Me</a> &nbsp; &nbsp; &nbsp;');
document.write('<a href="ltilcd.html">CD - Land That We Love</a>');

document.write('</div></td>	');
document.write('</tr> ');
document.write('<tr>');
document.write('<td class="navfooter"><div class="navbar">');	
document.write('<a href="land_that_we_love_dvd.html">DVD - Land That We Love</a> &nbsp; &nbsp; &nbsp;');
document.write('<a href="pdf/calendar.pdf" target="_blank">Itinerary</a>		&nbsp; &nbsp; &nbsp;	');
document.write('<a href="references-performance-locations.html">References & Performance Locations</a>	 &nbsp; &nbsp; &nbsp;');	
document.write('<a href="sitemap.html">Site Map</a>	 ');	
document.write('</div></td>	');
document.write('</tr> ');

document.write('<!-- END MENU -->');  

//  End -->

