now = new Date();
yy2 = now.getYear();
mm2 = now.getMonth();
dd2 = now.getDate();
document.write("", yy2,"”N", mm2+1, "ŒŽ", dd2, "“ú");

