<!-- Netscape 4.xのCSS指定の脆弱性を回避のためのスクリプト //>

if(parent.location.href != window.location.href){
	parent.location.href = window.location.href;
}


function rebuild(e){
	self.location.reload();
}


if(document.layers){
	document.captureEvents(Event.RESIZE);
	window.onresize = rebuild;
}