<html> <head> <title>Inline Docuemnt Write Test</title> <link rel="stylesheet" type="text/css" href="tst.css"> </head> <body> <h1>Inline Document Write Test</h1> <p>Before</p> <script>document.write("<scr" +"ipt>document.write(\"Goodbye Cruel World\");</scri" + "pt>");</script> </script> <noscript>Browser has scripting disabled</noscript> <p>Afterwards</p> </body> </html>