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.freecsstemplates.org\" rel=\"nofollow\" target=\"_blank\">Free CSS Templates</a> for the design!")

