var today = new Date();
var year = today.getFullYear();
var month = today.getMonth() + 1;
var date = today.getDate();
var bneday = Date.parse("2004/9/18");

b = Math.ceil((bneday - today.getTime())/(24*60*60*1000));

// document.write('開設から<B>',-b,'</B>日過ぎました。');

// if((year != 2004)&&(month == 9)){
// 	if(date == 18){
// 		document.write('<BR>今日は開設<B>',year - 2004,'</B>周年です。');
// 	}else if((date > 10)&&(date < 18)){
// 		document.write('<BR>開設<B>',year - 2004,'</B>周年まであと<SPAN class="pinkb">',18 - date,'</B>日です。');
// 	}else if((date > 18)&&(date < 26)){
// 		document.write('<BR>開設<B>',year - 2004,'</B>周年から<B>',date - 18,'</B>日過ぎました。');
// 	}
// }

// if((year == 2004)&&(month == 9)){
// 	if(date == 18){
// 		document.write('<BR>本日オープンです。');
// 	}else if((date > 18)&&(date < 26)){
// 		document.write('<BR>オープンから<B>',date - 17,'</B>日過ぎました。');
// 	}
// }

if((month == 12)&&(date == 19)){
	document.write('To the heavenly eternal best friend. Thank you.');
}

if((month == 9)&&(date == 11)){
	document.write('NO WAR! YES PEACE! 9･11');
}

if((month == 1)&&((date >= 1)&&(date <= 7))){
	document.write('<B>A Happy New Year!! ',year,'　今年もヨロシクね☆（＾ｏ＾）／</B>');
}
