<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.html">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="clips.html">Musical Clips</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="news.html">News</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="biographies.html">Biographies</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="shows.html">Shows</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="photogallery.html">Photo Gallery</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="gig.html">gigs</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="booking.html">Contact Us</a>');
document.write('&nbsp;|&nbsp;');



document.write('<br><br>All contents &copy;Copyright 2010 <br>');
document.write(' <A HREF="mailto:webmaster@sofsoft.net">Designed by Lulu Misrahi</a>');

// EDIT THE NEXT LINE









//var sofsoft	  = "yes"	// SHOW COPYRIGHT






//   if (sofsoft == "yes") {
//document.write('Design 2006 All Rights Reserved <a href="http://sofsoft.net" target="_blank">Sof Soft, Ltd.</a><br>');
//}





//  End -->