JavaScript Frame Killer

30 November -0001
<script language="javascript" >
function startUp()
{
	if (top.frames.length > 1) 
		{top.location="http://www.yourURL.php";}
}

</script>

include <body onLoad=startUp()> to load the code.