// FOOTER.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/FOOTER.JS" type=text/javascript></SCRIPT>


document.write('<p align=center><FONT SIZE=-1>');

document.write('<a href="DEFAULT.HTM">Home</a> | ');

document.write('<a href="EVENT.HTM">Event Info</a> | ');

document.write('<a href="PERFORMR.HTM">Performers</a> | ');

document.write('<a href="PHOTOGALLERY.HTM">Photos</a> | ');

document.write('<a href="SITEMAP.HTM">Location</a> | ');

document.write('<a href="TRADEFAIR.HTM">Trade Fair</a> |  ');

document.write('<a href="SPONSORS.HTM">Sponsors</a> | ');

document.write('<a href="SOCIETY.HTM">Society</a> | ');

document.write('<a href="WEBLINKS.HTM">Web Links</a>');

document.write('</FONT></p>');

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