now=new Date();
var yyyy=now.getYear()+1900;
document.writeln("<center><font size=\"2\" face=\"Tempus Sans ITC\">\n");
document.writeln("<a href=\"http://virturl.com/\" title=\"The information presented here may not under any circumstances be resold or redistributed for compensation of any kind without prior written permission from VirtURL Productions, LLC.\"><strong>Copyright &copy; 1995-" + yyyy + " VirtURL Productions, LLC.</strong></a>\n");
document.writeln("</font></center>\n");


