﻿/* SWF Reload */
myYear = new Date().getYear();
if(myYear<1000) myYear+=1900;
var now = new Date();
nowdate = myYear + "" + (now.getMonth() + 1) + "_" + (now.getDate()) + "_" + (now.getHours()) + "_" + (now.getMinutes()) + "_" + (mySeconds = now.getSeconds());

