<!--//
Dt = new Date();
yobi = Dt.getDay();
tz_jp1 = 9*60;
if (yobi == 0) {
tz_jp2 = (3*24+9)*60;
tz_jp3 = (5*24+9)*60;
tz_jp4 = (3*24+9)*60;
tz_jp5 = (4*24+9)*60;
} else if (yobi == 1) {
tz_jp2 = (3*24+9)*60;
tz_jp3 = (5*24+9)*60;
tz_jp4 = (3*24+9)*60;
tz_jp5 = (4*24+9)*60;
} else if (yobi == 2) {
tz_jp2 = (3*24+9)*60;
tz_jp3 = (5*24+9)*60;
tz_jp4 = (3*24+9)*60;
tz_jp5 = (4*24+9)*60;
} else if (yobi == 3) {
tz_jp2 = (3*24+9)*60;
tz_jp3 = (5*24+9)*60;
tz_jp4 = (3*24+9)*60;
tz_jp5 = (4*24+9)*60;
} else if (yobi == 4) {
tz_jp2 = (5*24+9)*60;
tz_jp3 = (7*24+9)*60;
tz_jp4 = (5*24+9)*60;
tz_jp5 = (6*24+9)*60;
} else if (yobi == 5) {
tz_jp2 = (4*24+9)*60;
tz_jp3 = (6*24+9)*60;
tz_jp4 = (4*24+9)*60;
tz_jp5 = (5*24+9)*60;
} else {
tz_jp2 = (4*24+9)*60;
tz_jp3 = (6*24+9)*60;
tz_jp4 = (4*24+9)*60;
tz_jp5 = (5*24+9)*60;
}
now = new Date();
jp1 = nowat(now, tz_jp1);
jp2 = nowat(now, tz_jp2);
jp3 = nowat(now, tz_jp3);
jp4 = nowat(now, tz_jp4);
jp5 = nowat(now, tz_jp5);
function nowat(now, tz) {
	var hour, min, sec;
	var t = new Date();
	t.setTime(now.getTime() + (now.getTimezoneOffset() + tz) * 60 * 1000);
	mo = t.getMonth()+1;
	da = t.getDate();
	return mo + "/" + da;
}
document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=680><TR><TD ALIGN=RIGHT><small><font color="gray">');
document.write('');
document.write('');

//-->