///////////////////////////////////////////////////
// その他 No.1 Produced by「CLUB とむやん君」
// URL http://www2s.biglobe.ne.jp/~club_tom/
// 上の2行は著作権表示ですので消さないで下さい
///////////////////////////////////////////////////

if (document.layers) {
	window.captureEvents(Event.RESIZE);
	window.onresize=new Function("location.reload()");
}
