function breakframe(){
	if(top && top != this){
		top.location.href = this.location.href;
	}
}
