﻿// JScript File

///// Begin

// NOTE: If you use a ' add a slash before it like this \'
document.write('<tr> <td colspan="2"><img src="images/spacer.gif" alt="" height="5" /></td> </tr>');
document.write('<tr valign="middle"> </td> <td style="background-color:White" align="right"><img src="images/banner.jpg" alt="" /></td> </tr>');
document.write('<tr> <td colspan="2">');
document.write('<table cellpadding="0" cellspacing="0" style="background-color:#d11e24; width:100%">');
document.write('<tr>');
document.write('<td><img src="images/spacer.gif" alt="" width="150" height="30" /></td>');
document.write('<td class="Menu" nowrap="nowrap"><a href="index.htm" class="Menu">HOME</a></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td><img src="images/star.png" alt="" height="28" /></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td class="Menu" nowrap="nowrap"><a href="CurrentSeason.htm" class="Menu">CURRENT SEASON</a></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td><img src="images/star.png" alt="" height="28" /></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td class="Menu" nowrap="nowrap"><a href="Auditions.htm" class="Menu">AUDITIONS</a></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td><img src="images/star.png" alt="" height="28" /></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td class="Menu" nowrap="nowrap"><a href="GetInvolved.htm" class="Menu">GET INVOLVED</a></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td><img src="images/star.png" alt="" height="28" /></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td class="Menu" nowrap="nowrap"><a href="Tickets.htm" class="Menu">TICKETS</a></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td><img src="images/star.png" alt="" height="28" /></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td class="Menu" nowrap="nowrap"><a href="Venue.htm" class="Menu">VENUE</a></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td><img src="images/star.png" alt="" height="28" /></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="2" /></td>');
document.write('<td class="Menu" nowrap="nowrap"><a href="ContactUs.htm" class="Menu">CONTACT US</a></td>');
document.write('<td><img src="images/spacer.gif" alt="" width="150" height="30" /></td>');
document.write('</tr>');
document.write('</table> </td> </tr>');


/////  End 