// JavaScript Document
<!-- Begin
document.write('<center>');
document.write('<a href="./infamy.html">The Film</a> ');
document.write('| <a href="./artists.html">Artists</a> ');
document.write('| <a href="./filmmakers.html">Filmmakers</a> ');
document.write('| <a href="./links.html">Links</a> ');
document.write('| <a href="./contact.html">Contact</a> '); 
document.write('<br />');
document.write('<br />');
document.write('© 2007 Paladin Super Co. All Rights Reserved ');
document.write('</center>');
// End -->
