document.write('				<table cellpadding=3 cellspacing=0 border=0>');
document.write('				<tr>');
document.write('					<td>');
document.write('						<font face="Century Gothic,Trebuchet MS,Arial" >');
document.write('							<a href="schedule.html">schedule</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="locations.html">locations</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="choices.html">choices</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="newsletter.html">newsletter</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="honors.php">honors</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="testimonials.html">testimonials</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="gallery.html">photo gallery</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="contact.html">contact us</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="help.html">help</a>');
document.write('						</font>');
document.write('					</td>');
document.write('				</tr>');
document.write('				</table>');

