oasdate = new Date();
oaslocal  = oasdate.toGMTString();
regexp = /\d\d\d\d/;
oasyear = regexp.exec(oaslocal);
document.write(oasyear);
