var timedate= new Date("OCT 4,2009");  /* 日期設定再加一天 */
var times= " [中秋佳節] "; 　　 var now = new Date();  /* 節日設定 */
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write("<font style=\"font-family: Georgia; color: #03f\">中華民國98年10月03日<\/font><br \/><font style=\"color: #600\">"+times+"<\/font>倒數 剩: <font style=\"font-family: Georgia; color: #900\">"+time   +"<\/font>天<br /><br />");

var timedate= new Date("OCT 11,2009");  /* 日期設定再加一天 */
var times= " [雙十國慶] "; 　　 var now = new Date();  /* 節日設定 */
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write("<font style=\"font-family: Georgia; color: #03f\">中華民國98年10月10日<\/font><br \/><font style=\"color: #600\">"+times+"<\/font>倒數 剩: <font style=\"font-family: Georgia; color: #900\">"+time   +"<\/font>天<br /><br />");

var timedate= new Date("OCT 26,2009");  /* 日期設定再加一天 */
var times= " [臺灣光復] "; 　　 var now = new Date();  /* 節日設定 */
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write("<font style=\"font-family: Georgia; color: #03f\">中華民國98年10月25日<\/font><br \/><font style=\"color: #600\">"+times+"<\/font>倒數 剩: <font style=\"font-family: Georgia; color: #900\">"+time   +"<\/font>天<br /><br />");

var timedate= new Date("DEC 26,2009");  /* 日期設定再加一天 */
var times= " [耶誕佳節] "; 　　 var now = new Date();  /* 節日設定 */
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write("<font style=\"font-family: Georgia; color: #03f\">中華民國98年12月26日<\/font><br \/><font style=\"color: #600\">"+times+"<\/font>倒數 剩: <font style=\"font-family: Georgia; color: #900\">"+time   +"<\/font>天<br /><br />");

var timedate= new Date("JAN 2,2010");  /* 日期設定再加一天 */
var times= " [建國元旦] "; 　　 var now = new Date();  /* 節日設定 */
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write("<font style=\"font-family: Georgia; color: #03f\">中華民國99年01月01日<\/font><br \/><font style=\"color: #600\">"+times+"<\/font>倒數 剩: <font style=\"font-family: Georgia; color: #900\">"+time   +"<\/font>天<br /><br />");

var timedate= new Date("JAN 31,2010");  /* 日期設定再加一天 */
var times= " [歲未尾牙] "; 　　 var now = new Date();  /* 節日設定 */
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write("<font style=\"font-family: Georgia; color: #03f\">中華民國99年01月30日<\/font><br \/><font style=\"color: #600\">"+times+"<\/font>倒數 剩: <font style=\"font-family: Georgia; color: #900\">"+time   +"<\/font>天<br /><br />");

var timedate= new Date("FEB 14,2010");  /* 日期設定再加一天 */
var times= " [農曆除夕] "; 　　 var now = new Date();  /* 節日設定 */
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write("<font style=\"font-family: Georgia; color: #03f\">中華民國99年02月13日<\/font><br \/><font style=\"color: #600\">"+times+"<\/font>倒數 剩: <font style=\"font-family: Georgia; color: #900\">"+time   +"<\/font>天<br /><br />");

var timedate= new Date("FEB 15,2010");  /* 日期設定再加一天 */
var times= " [農曆新年] "; 　　 var now = new Date();  /* 節日設定 */
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write("<font style=\"font-family: Georgia; color: #03f\">中華民國99年02月14日<\/font><br \/><font style=\"color: #600\">"+times+"<\/font>倒數 剩: <font style=\"font-family: Georgia; color: #900\">"+time   +"<\/font>天");
