//alert(parent.frames.length);
if(parent.frames.length == 0) {
	url=window.location.href;
	ar = url.split("/");
	jump=ar[ar.length-1];
	jump2=jump.split(".");
	self.name=jump2[0];
	window.location.href="f1.htm";
}
