 document.writeln('<center>');
 document.writeln('<div class="footer">');
 document.writeln('<a href="/">home</a>'); 
 document.writeln('| <a href="/gwills">research</a>'); 
 document.writeln('| <a href="/gallery">gallery</a>'); 
 document.writeln('| <a href="/kairos">kairos</a>'); 
 document.writeln('| <a href="/links/index.shtml">links</a>'); 
 document.writeln('| <a href="/games">games</a>'); 
 document.writeln('| <a href="/files">files</a>'); 
 document.writeln('| <a href="/contact">contact</a>'); 
 document.writeln('</div>');
 document.writeln('</center>');

