function top(){
document.write("   <tr><td valign=top><div style='margin:8px 0 0 0'>")
document.write("	  <table cellpadding=0 cellspacing=0 class=top>")
document.write("	     <td align=right class=top>")
document.write("		<div style='margin:0 0 40px 0' class=topl><a href=jobs.html>Jobs</a> &nbsp; &nbsp;| &nbsp; &nbsp; <a href=donations.html>Donations</a> &nbsp; &nbsp;| &nbsp; &nbsp; <a href=contactus.html>Contact Us</a></div>")
document.write("		<form method=get action=http://www.google.com/search target=_blank>")
document.write("		<input type=hidden name=ie>")
document.write("		<input type=hidden name=oe>")
document.write("		<input type=hidden name=hl>")
document.write("		<input type=hidden name=domains value=wcane.com>")
document.write("		<input type=hidden name=sitesearch value=wcane.com checked>")
document.write("		<input type=text name=q size=25 maxlength=255 value=''>")
document.write("		<input type=submit name=btnG value=Search></td></form>")
document.write("	  </table></div></td></tr>")
document.write("   <tr><td valign=top><div style='margin:5px 0 6px 1px'>")
document.write("    	  <table align=center cellpadding=0 cellspacing=0 class=menu>")
document.write("	     <td align=center class=menu><a href=home.html>Home</a></td>")
document.write("	     <td align=center class=menu><a href=events.html>Events</a></td>")
document.write("	     <td align=center class=menu><a href=artists.html>Artists</a></td>")
document.write("	     <td align=center class=menu><a href=membership.html>Membership</a></td>")
document.write("	     <td align=center class=menu><a href=products.html>Products</a></td>")
document.write("	     <td align=center class=menu><a href=gallery.html>Gallery</a></td>")
document.write("	     <td align=center class=menu><a href=booking.php>Booking</a></td>")
document.write("	     <td align=center class=menu><a href=sponsors.html>Sponsors</a></td>")
document.write("    	  </table></div></td></tr>")
}
function bottom(){
document.write("  <tr><td align=center valign=top><div class=bot><a href=aboutus.html>About Us</a> &nbsp; &nbsp;|&nbsp; &nbsp; <a href=sponsors.html>Sponsors</a> &nbsp; &nbsp;|&nbsp; &nbsp; <a href=press.html>Press</a> &nbsp; &nbsp;|&nbsp; &nbsp; <a href=term.html>Terms of Use</a> &nbsp; &nbsp;|&nbsp; &nbsp; <a href=privacy.html>Privacy Policy </a><br></div><div style='margin:0 0 10px 0' class=bot>Copyright &copy; 2006 World Class Arts and Entertainment</div></td></tr>")
}
function select(){
    selurl=document.myform.book.options[document.myform.book.selectedIndex].value;
    if (selurl != "" )location.href=selurl;
}