<!--
function makeHoliday(n){
     this.length = n*2;
     this[0]="0101"; this[1]="1月1日午前零時、地球を発車、1時00分に火星に到着します。";
     this[2]="0102"; this[3]="1月2日6時25分、火星を発車、16時00分にタイタンに到着します。";
     this[4]="0118"; this[5]="1月18日16時00分、タイタンを発車します。";
     this[6]="0119"; this[7]="1月19日4時13分、冥王星に到着します。";
     this[8]="0125"; this[9]="1月25日9時34分、冥王星を発車、21時40分にコメットゾーンに到着、23時10分に発車します。";
     this[10]="0126"; this[11]="1月26日1時50分、メフィストに到着、23時10分に発車します。";
     this[12]="0127"; this[13]="1月27日8時8分、4D3に到着します。";
 　　this[14]="0129"; this[15]="1月29日8時8分、4D3を発車します。";
     this[16]="0131"; this[17]="1月31日3時00分、明日の星に到着します。";
　　 this[18]="0214"; this[19]="2月14日3時00分、明日の星を発車します。";
     this[20]="0215"; this[21]="2月15日3時13分、エルアラメインに到着、13時23分に発車します。";
     this[22]="0217"; this[23]="2月17日4時41分、プラネットベガーズに到着します。";
     this[24]="0218"; this[25]="2月18日4時39分、プラネットベガーズを発車します。";
     this[26]="0220"; this[27]="2月20日10時18分、空洞惑星バレラーに到着します。";
     this[28]="0221"; this[29]="2月21日6時18分、空洞惑星バレラーを発車します。";

     this[30]="0223"; this[31]="2月23日7時7分、枯葉の墓標に到着、12時7分に発車します。";
　　 this[32]="0225"; this[33]="2月25日12時31分、かげろうの星に到着します。";
     this[34]="0227"; this[35]="2月27日12時31分、かげろうの星を発車します。";
　　 this[36]="0301"; this[37]="3月1日23時44分、不定形惑星ヌルーバに到着します。";
     this[38]="0306"; this[39]="3月6日17時44分、不定形惑星ヌルーバを発車します。";
     this[40]="0307"; this[41]="3月7日19時09分、化石の星に到着します。";
     this[42]="0309"; this[43]="3月9日0時27分、化石の星を発車します。";
     this[44]="0314"; this[45]="3月14日6時00分、思い出星に到着します。";
     this[46]="0328"; this[47]="3月28日6時00分、思い出星を発車します。";
     this[48]="0331"; this[49]="3月31日4時13分、けんか別れに到着、10時13分に発車します。";
　　 this[50]="0402"; this[51]="4月2日9時34分、ヤミヤミに到着、11時34分に発車します。";
     this[52]="0405"; this[53]="4月5日21時40分、装甲惑星に到着します。";
　　 this[54]="0407"; this[55]="4月7日23時10分、装甲惑星を発車します。";
     this[56]="0409"; this[57]="4月9日1時50分、雨の都に到着します。";
     this[58]="0416"; this[59]="4月16日1時50分、雨の都を発車します。";
     this[60]="0417"; this[61]="4月17日23時49分、真理子の螢に到着します。";
     this[62]="0419"; this[63]="4月19日23時49分、真理子の螢を発車します。";
     this[64]="0421"; this[65]="4月21日8時8分、海賊惑星ジュエルに到着します。";
     this[66]="0422"; this[67]="4月22日8時7分、海賊惑星ジュエルを発車します。";
　　 this[68]="0424"; this[69]="4月24日7時31分、ざんげの国に到着します。";
     this[70]="0508"; this[71]="5月8日13時53分、ざんげの国を発車します。";
　　 this[72]="0510"; this[73]="5月10日4時41分、なまけものの鏡に到着します。";
     this[74]="0522"; this[75]="5月22日6時46分、なまけものの鏡を発車します。";
     this[76]="0524"; this[77]="5月24日8時52分、サケザン大陸に到着、12時2分に発車します。";
     this[78]="0526"; this[79]="5月26日21時27分、完全機械化に到着します。";
     this[80]="0528"; this[81]="5月28日1時7分、完全機械化を発車します。";
     this[82]="0531"; this[83]="5月31日17時33分、賽の河原に到着、18時3分に発車します。";
     this[84]="0603"; this[85]="6月3日4時44分、海の星に到着します。";
 　　this[86]="0608"; this[87]="6月8日5時55分、海の星を発車します。";
     this[88]="0611"; this[89]="6月11日19時27分、昨日の歌をうたう星に到着します。";
　　 this[90]="0612"; this[91]="6月12日3時4分、昨日の歌をうたう星を発車します。";
     this[92]="0614"; this[93]="6月14日4時28分、葬送惑星に到着、8時8分に発車します。";
     this[94]="0616"; this[95]="6月16日1時45分、トレーダーに到着します。";
     this[96]="0620"; this[97]="6月20日午前零時、トレーダーを発車します。";
     this[98]="0624"; this[99]="6月24日3時22分、雪の都に到着、6時32分に発車します。";
     }


dayLen = 99;
holy = new makeHoliday(dayLen);

function check()
{
     dt = new Date();
     m = "0"+(1+dt.getMonth());
     d = "0"+dt.getDate();
     m = m.substring(m.length-2,m.length+1);
     d = d.substring(d.length-2,d.length+1);
     dc = m+d;
     for(i=0; i<dayLen; i++) if (holy[i*2]==dc) document.write(holy[i*2+1],"<BR>");
}
// -->
<!--
      check();
// -->
