// JavaScript Document

<!-- Begin

// Brian K Media & Design \'

document.write('<center><span class ="lowerLinks">');

document.write('<a href="index.html" target="_top">Welcome</a> ');
document.write('<span class ="lowerLinks">| ');

//document.write('<a href="menuPage.htm" target="_top">Chefs Menu</a> ');
//document.write('<span class ="lowerLinks">| ');

document.write('<a href="entertainers.htm" target="_top">Entertainers</a> ');
document.write('<span class ="lowerLinks">| '); 

document.write('<a href="about.htm" target="_top">About Us</a> ');
document.write('<span class ="lowerLinks">| ');

document.write('<a href="catering.htm" target="_top">Catering</a> ');
document.write('<span class ="lowerLinks">| ');

document.write('<a href="contact.htm" target="_top">Contact Us<br /></a> ');
document.write('<span class ="lowerLinks"> ');








document.write('</span><br>');

document.write('</center>');

//  End -->