document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2. <head>
  3.  <title>Link Tab Baru</title>
  4. </head>
  5. <body>
  6.  <h1>Di Bawah Ini Contoh Link New Tab</h1>
  7.  <a href="http://www.bacacoding.blogspot.co.id" target="_blank">Link Ke Blog Bacacoding</a><br>
  8.  <a href="http://www.google.com" target="_blank">Link Ke Gooogle</a><br>
  9.  <a href="http://www.wikipedia.com" target="_blank">Link Ke Wikipedia</a>
  10. </body>
  11. </html>
');