<html>
<head>
</head>
<body>
<script>

try {
  document.body.removeChild(function(){});
} catch (e) {
}

</script>
</body>
</html>