if(top!=self){
	var url=location.href;
	if(document.images){
		top.location.replace(url);
	}else{
		top.location.href=url;
	}
}