<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Test</title>
 </head>
 <body>
  <p>Script did not run.</p>
  <script>
   var x = new XMLHttpRequest();
   x.open('get', 'http://junkyard.damowmow.com/187', false);
   x.send(null);
   document.getElementsByTagName('p')[0].firstChild.data = 'Value is: ' + x.responseXML.getElementsByTagNameNS('', 'body')[0].getAttribute('id');
  </script>
 </body>
</html>
