var now = new Date();

var date1 = new Date(2007, 12 - 1, 10, 12, 00, 0);
var date2 = new Date(2007, 12 - 1, 13, 12, 45, 0);

if(date1 < now && now < date2) {

document.write("<div class='LayWin' id='LayWin0'><div class='topbar' id='topbar0'></div><div class='close'><a href='javascript:void(0)' onMouseDown='hideLayWin(lwObj); return false;'><img src='http://www.kyorin.co.jp/info/close.gif' width='15' height='15' alt='close' border='0'></a></div><div class='cont'><b>電源設備定期点検に伴う<br>停電におけるサービス停止について</b><br><font color='#cc0000'><b>2007年12月13日（木曜日）昼12:00～12:45</b></font><br>電源設備の点検による停電により、当サイトが一時的にご利用できなくなります。大変ご迷惑をお掛けしますが、何卒ご了承の程宜しくお願い致します。<br></div></div>");
	}
	else {
document.write("");
	}
