Advertisement
Guest User

DSG

a guest
Jun 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. <html><head>
  2.  
  3. <title>DEEP SNORKLE generator: "DEEP SNORKLE Generator"</title>
  4.  
  5. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  6. <meta http-equiv="Content-Style-Type" content="text/css">
  7. <meta http-equiv="Content-Script-Type" content="text/javascript">
  8. <link rel="icon" href="favicon.ico" type="image/x-icon"/>
  9. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
  10.  
  11.  
  12. <style type="text/css">
  13. A:link { color: #ffff00 }
  14. A:visited { color: #ffff00 }
  15. A:hover { color: #ffff00; background: #000000 }
  16. </style>
  17. </head>
  18.  
  19.  
  20.  
  21. <body alink="#00FF00" bgcolor="#000000" link="#ffff00" text="#ffff00" vlink="#ffff00">
  22.  
  23.  
  24.  
  25. <center>
  26. <br>
  27. <a href="search.htm">
  28. <font size="3" face="Hack" color="#ffff00">
  29. <marquee width="100%" bgcolor="#000000" border="0" behavior="alternate" align="middle">CLICK OR HIT ENTER</marquee>
  30. </font>
  31. </a>
  32. <br>
  33.  
  34. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  35. <tbody><tr>
  36. <td><font color="#ffff00" face="Hack" size="-2">Imortal Gaia generator</font></td>
  37. </tr>
  38. <tr><td height="20"></td></tr>
  39. <tr>
  40. <td><font color="#ffff00" face="Hack" size="-2"><b>Instructions:</b><br><b>1.</b> Click the DEEP SNORKLER generator button.<br><b>2.</b> Watch DEEP SNORKLER generator appear in the box.<br><b>3.</b> Repeat to taste (use your Enter/Return key).</font></td>
  41. </tr>
  42. <tr><td><br><font face="Hack" size="-2"><a href="search.htm">Back</a></font></td></tr>
  43. </tbody></table>
  44. <br>
  45. </center>
  46.  
  47. <script language="JAVASCRIPT">
  48.  
  49. var max1 = 5;
  50. var max2 = 5;
  51. var max3 = 5;
  52. var max4 = 6;
  53.  
  54. index1 = Math.round(Math.random() * max1);
  55. index2 = Math.round(Math.random() * max2);
  56. index3 = Math.round(Math.random() * max3);
  57. index4 = Math.round(Math.random() * max4);
  58.  
  59. array1 = new Array("A Daily Geyser of DEEP SNORKLER Threats Insults and Disturbia", "deep snorkler making millions off this presidency thing.", "horribly conceived.", "Deep Snorkler commits no unselfish acts.", "I'm going to harm myself.");
  60.  
  61. array2 = new Array("Deep Snorkler lives as an immoral super-self", "managed by a sub adult.", "staffed by naked mole rats.", "incomplete and semi literate.", "There I did it.");
  62.  
  63. array3 = new Array("in a dark Deep Snorkler underland of ego and meanness.", "dark blooming threats streaming.", "He does not read the Bible on the golf course.", "fathering demon-children.", "I'm going to do it again.");
  64.  
  65. array4 = new Array("Self interest above all else.", "He wraps himself in a spiral of faux patriotism.", "aggression and barbaric excitement.", "History stopped.", "a failure and useless to society.", "The Suicide Hotline will not take calls from the White House.");
  66.  
  67. function getResult()
  68. {
  69. index1 = Math.round(Math.random() * max1);
  70. index2 = Math.round(Math.random() * max2);
  71. index3 = Math.round(Math.random() * max3);
  72. index4 = Math.round(Math.random() * max4);
  73.  
  74. document.frmTest.txtTest.value = array1[index1] + " " + array2[index2] + " " + array3[index3] + " " + array4[index4];
  75.  
  76. }
  77. </script>
  78.  
  79. <form name="frmTest" onsubmit="return false">
  80. <input name="txtTest" size="250" type="TEXT" style="BACKGROUND-COLOR: rgb(000,000,000); BORDER-BOTTOM: rgb(255,255,0) solid 1px; BORDER-LEFT: rgb(255,255,0) solid 1px; BORDER-RIGHT: rgb(255,255,0) solid 1px; BORDER-TOP: rgb(255,255,0) solid 1px; COLOR: rgb(255,255,0)"><br>
  81. <input value="DEEP SNORKLE generator" onclick="getResult();" type="BUTTON">
  82. </form>
  83.  
  84. <br><br>
  85.  
  86.  
  87.  
  88. </center>
  89. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement