var flag = window.parent.main;
if(flag==null){
	window.location.href = "frame.html";
}
