mydate=new Date();
var Year = mydate.getYear();
var Mouths = mydate.getMonth()+1;
var Dates = mydate.getDate();
document.write("<font style='font-size:9pt;color:#000000;font-family: ËÎÌå'> ",GetLunarDay(Year,Mouths,Dates));// JavaScript Document