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