function printit(){
  url="http://www.hauntedillinois.com";

  document.write('<font size=3 color=#00ff00>');
  document.write('\"The Internet\'s Only Exclusive Directory Of Illinois Haunted Attractions\"');
  document.write('</font><br>');
  document.write('<font size=2 color=#f87a17>');
  document.write('Copyright © 1999-2008 ');
  document.write('<a href=\"' + url + '\" target=\"_blank\">');
  document.write('HauntedIllinois.com</a><br>');
  document.write('</font>');
  document.write('<font size=2 color=#f87a17>');
  document.write('Questions/Comments? Contact the ');
  document.write('<a href=\"mailto:drendela@tbcnet.com?subject=Haunted_Illinois_Questions/Comments\">');
  document.write('Webmaster</a><br>');
  document.write('</font>');
}