function CheckFrame(){
	if(parent.frames[3]){
		if(parent.frames[3].name != "barview"){
			top.location.href="index.html";
		}
	} else {
		top.location.href="index.html";
	}
}

CheckFrame();
