function CheckFrame(){
	if(parent.frames[0]){
#		alert("frame:"+parent.frames[0].name+"frame:"+parent.frames[1].name+"\nurl:"+location.href);
		if(parent.frames[0].name != "cusp"){
			top.location.href="index.html";
		}
	} else {
#		alert("url:"+location.href);
		top.location.href="index.html";
	}
}
CheckFrame();
