now = new Date();year = now.getYear();month = now.getMonth() + 1;date = now.getDate();hour = now.getHours();min = now.getMinutes();document.write("<font color=#000000>" + year + "”N" + month + "ŒŽ" + date + "“ú</font>");
