document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. !HelloWorld4.html   MrG 20110912
  2. <html>
  3.     <head>
  4.         <title>Hello World Applet!!!</title>
  5.     </head>
  6.     <body>
  7.         <applet code="Hello4.class" width=150 height=100></applet>
  8.     </body>
  9. </html>
');