document.write('<ul>');
document.write('<li><a href="index.html">Home</a></li>');
document.write('<li><a href="performers.html">Performers</a></li>');
document.write('<li><a href="sponsors.html">Sponsors</a></li>');
document.write('<li><a href="contact.html">Contact</a></li>');
document.write('</ul>');