// _LEFTBAR.JS

// Single line call to provide an automatic Date Stamp with a designer signature on a web page
// call the function as a generic JavaScript function and place it on the page where you want the Date Stamp
// From within the web page use the following call 
//               <SCRIPT src="../_SCRIPTS/_LEFTBAR.JS" type=text/javascript></SCRIPT>


document.write('<div id="leftcontent">');

document.write('<div class="button2">');
document.write('<a href="DEFAULT.HTM">HOME</a></DIV>');

document.write('<div class="button2">');
document.write('<a href="EVENT.HTM">EVENT INFO</a></DIV>');

document.write('<div class="button2">');
document.write('<a href="TICKETS.HTM">TICKETS</a></DIV>');

document.write('<div class="button2">');
document.write('<a href="PERFORMR.HTM">PERFORMERS</a></DIV>');

document.write('<div class="button2">');
document.write('<a href="PHOTOGALLERY.HTM">PHOTOS</a></DIV>');

document.write('<div class="button2">');
document.write('<a href="SITEMAP.HTM">LOCATION</a></DIV>');

document.write('<div class="button2">');
document.write('<a href="TRADEFAIR.HTM">TRADE FAIR</a></DIV>');

document.write('<div class="button2">');
document.write('<a href="SPONSORS.HTM">SPONSORS</a></DIV>');

document.write('<div class="button2">');
document.write('<a href="SOCIETY.HTM">SOCIETY</a></DIV>');

document.write('<div class="button2">');
document.write('<a href="WEBLINKS.HTM">WEB LINKS</a></DIV>');

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


// End of function
// Written by Werewolf Web Designs - www.werewolf.ca
 
