JavaScript Frame Breaker

Frame Breaker

<script language="javascript" type="text/javascript">
if (top.location != self.location) {
	top.location.replace(self.location)
}
</script>