function breakoutOfFrames(){
	if (top.location != self.location) {
		top.location.href = self.location.href;
	}
}

breakoutOfFrames();
