var thisday = new Date();
var dstr = thisday.getYear() + "Äê" + (thisday.getMonth()+1) + "ÔÂ" + thisday.getDate() + "ÈÕ"
document.write( dstr );
