// Courtesy of ThatOneWebGuy.com
var mydate=new Date()
var theYear=mydate.getFullYear()
document.write(theYear)
