// JavaScript Document
var mydate=new Date();
var theYear=mydate.getFullYear();

