// フレーム内へのリンク禁止
if (window.self != window.top) { 
	top.location.replace(window.location.pathname); 
}