<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <script type="text/javascript">
   var = "FAIL!";
  </script>
 </head>
 <body>
  <p>You should hear nothing after this line.</p>
  <script type="text/javascript">
   var = "FAIL!";
  </script>
 </body>
</html>