<!--
function makeHoliday(n){
     this.length = n*2;
     this[0]="0626"; this[1]="6月26日19時57分、マスプロンに到着します。";

     this[2]="0628"; this[3]="6月28日20時00分、マスプロンを発車します。";
　　 this[4]="0630"; this[5]="6月30日23時35分、バカタレに到着します。";
     this[6]="0701"; this[7]="7月1日午前零時、バカタレを発車します。";
　　 this[8]="0703"; this[9]="7月3日3時53分、怒髪帝国に到着します。";
     this[10]="0704"; this[11]="7月4日3時53分、怒髪帝国を発車します。";
     this[12]="0707"; this[13]="7月7日2時23分、銀の谷に到着、7時8分に発車します。";
     this[14]="0709"; this[15]="7月9日1時45分、プレーテッド惑星に到着します。";
     this[16]="0710"; this[17]="7月10日1時45分、プレーテッド惑星を発車します。";
     this[18]="0713"; this[19]="7月13日18時6分、惑星ウラトレスに到着します。";
     this[20]="0722"; this[21]="7月22日7時7分、惑星ウラトレスを発車します。";
　　 this[22]="0724"; this[23]="7月24日13時28分、ゴーストコロニーに到着、15時48分に発車します。";
     this[24]="0727"; this[25]="7月27日21時11分、ミーくんの命の館に到着します。";
　　 this[26]="0729"; this[27]="7月29日11時12分、ミーくんの命の館を発車します。";
     this[28]="0802"; this[29]="8月2日20時7分、卑怯者の長老帝国に到着します。";
     this[30]="0803"; this[31]="8月3日8時7分、卑怯者の長老帝国を発車します。";
     this[32]="0805"; this[33]="8月5日7時28分、霧の都に到着します。";
     this[34]="0811"; this[35]="8月11日7時00分、霧の都を発車します。";
     this[36]="0815"; this[37]="8月15日7時3分、球状住宅団に到着、8時3分に発車します。";
     this[38]="0818"; this[39]="8月18日16時17分、思い出の顔に到着します。";
　　 this[40]="0821"; this[41]="8月21日8時41分、思い出の顔を発車します。";
     this[42]="0823"; this[43]="8月23日14時17分、枯木の山に到着、14時43分に発車します。";
　　 this[44]="0825"; this[45]="8月25日6時4分、嵐が丘に到着します。";
     this[46]="0826"; this[47]="8月26日14時41分、嵐が丘を発車します。";
     this[48]="0829"; this[49]="8月29日12時00分、これからの星に到着します。";
     this[50]="0830"; this[51]="8月30日12時00分、これからの星を発車します。";
     this[52]="0903"; this[53]="9月3日19時35分、ライフルグレネードに到着します。";
     this[54]="0904"; this[55]="9月4日23時35分、ライフルグレネードを発車します。";
     this[56]="0906"; this[57]="9月6日7時7分、マンモスの墓場に到着します。";
 　　this[58]="0907"; this[59]="9月7日7時7分、マンモスの墓場を発車します。";
     this[60]="0909"; this[61]="9月9日14時43分、終わりなき夏の惑星に到着します。";
　　 this[62]="0911"; this[63]="9月11日3時00分、終わりなき夏の惑星を発車します。";
     this[64]="0915"; this[65]="9月15日23時3分、冷血帝国に到着します。";
     this[66]="0916"; this[67]="9月16日15時36分、冷血帝国を発車します。";
     this[68]="0928"; this[69]="9月28日23時39分、足音村に到着します。";
     this[70]="1001"; this[71]="10月1日0時28分、足音村を発車します。";
     this[72]="1006"; this[73]="10月6日0時20分、夜のない街に到着します。";

     this[74]="1007"; this[75]="10月7日5時58分、夜のない街を発車します。";
　　 this[76]="1009"; this[77]="10月9日13時34分、サマルカンドに到着します。";
     this[78]="1023"; this[79]="10月23日1時50分、サマルカンドを発車します。";
　　 this[80]="1025"; this[81]="10月25日9時34分、サイレンの女神に到着します。";
     this[82]="1030"; this[83]="10月30日11時10分、サイレンの女神を発車します。";
     this[84]="1031"; this[85]="10月31日4時13分、トリケラトプスに到着します。";
     this[86]="1102"; this[87]="11月2日10時13分、トリケラトプスを発車します。";
     this[88]="1104"; this[89]="11月4日0時27分、アンモナイトに到着、19時9分に発車します。";
     this[90]="1106"; this[91]="11月6日23時44分、ゾーバクに到着します。";
     this[92]="1107"; this[93]="11月7日17時44分、ゾーバクを発車します。";
　　 this[94]="1109"; this[95]="11月9日12時31分、セルスに到着します。";
     this[96]="1120"; this[97]="11月20日12時31分、セルスを発車します。";
　　 this[98]="1112"; this[99]="11月12日10時18分、トリさんの楽園に到着、16時18分に発車します。";
     }


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();
// -->

