Javascript to break out of iframe


Add the following javascript  inside script tag at the top the page

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