
<!-- 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; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ');
document.write('<a href="profile.html">Profile</a>		  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;	 &nbsp; ');
document.write('<a href="cabaret.html">Performances</a>	   &nbsp; &nbsp; &nbsp;		&nbsp; &nbsp; &nbsp;	&nbsp; ');
document.write('<a href="past.html">Past Appearances</a>  &nbsp; &nbsp; &nbsp;	  &nbsp; &nbsp; &nbsp;&nbsp; ');
document.write('<a href="reviews.html">Reviews</a> &nbsp;	 &nbsp; &nbsp; &nbsp; ');
document.write('<a href="booking.html">Booking Info</a>');
document.write('</div></td>');
document.write('</tr> ');
document.write('<tr> ');
document.write('<td class="navfooter"><div class="navbar">	');
document.write('<a href="cd.html">CD - Love You Madly</a>	&nbsp; &nbsp; &nbsp;');
document.write('<a href="cd_music.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>	  &nbsp; &nbsp; &nbsp;	');
document.write('<a href="land_that_we_love_dvd.html">DVD - 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="pdf/calendar.pdf">Itinerary</a>		&nbsp; &nbsp; &nbsp;	');
document.write('<a href="testimonies.html">Testimonies</a>	 &nbsp; &nbsp; &nbsp;');	
document.write('</div></td>	');
document.write('</tr> ');

document.write('<!-- END MENU -->');  

//  End -->
