// JavaScript Document

function detect()  { 
var framesetpage = "/" 
	if (parent.location.href == window.location.href) {
	window.location.href = framesetpage;
	}
}