var dateObj = new Date(document.lastModified)
var mm = dateObj.getMonth() + 1
var md = dateObj.getDate()
var my = dateObj.getYear()
if (my < 10) { 
 my = "0" +my
}
document.write('<table border=0 cellpadding=0 cellspacing=0><tr valign=top>')
document.write('<td bgcolor=black width=125><br></td><td>')
document.write('<blockquote><P><br><small>Direct all questions regarding games and products to the <a href="mailto:kerryb@twilightcreationsinc.com">Fan Coordinator</a>.<br>Direct all questions regarding this site to the <a href="mailto:webmaster@webtrolls.com">Webmaster</a>.<br><br>')
document.write('This page last updated: ' + mm +'/'+md+'/'+my+'<br>')
document.write('Zombies!!! and the Zombies!!! logo are registered trademarks of the United States Playing Card Co and are used with permission.  All Rights Reserved.<BR>')
document.write('Spycraft and the Spycraft logo are registered trademarks of the Alderac Entertainment Group and are used with permission.  All Rights Reserved.<BR>')
document.write('Layout and contents Copyright 2002 by Twilight Creations Inc</small></blockquote></td></tr></table>')


