var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
document.write("Copyright &copy " + year + " to <a href=\"http://www.gingerapple.com\" target=\"_blank\">GingerApple</a>. Thanks to <a href=\"http://www.nodethirtythree.com/\" rel=\"nofollow\" target=\"_blank\">nodethirtythree</a> for the design!")
