Advertisement
Guest User

Untitled

a guest
Dec 5th, 2011
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. <localhost>
  2.  
  3. !--- www.7december.org --->
  4. <script language="Javascript1.2">
  5. <!--
  6.  
  7.  
  8. var mymessage = "WE HAVE THE POWER TO CHANGE OUR DESTINY";
  9.  
  10. function rtclickcheck(keyp){
  11. if (navigator.appName == "Netscape" && keyp.which == 3) {
  12. alert(mymessage);
  13. return false;
  14. }
  15.  
  16. if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
  17. alert(mymessage);
  18. return false;
  19. }
  20. }
  21.  
  22. document.onmousedown = rtclickcheck
  23. //-->
  24. </script>
  25. <!--- WWW.7december.org --->
  26. <SCRIPT language=JavaScript1.2>
  27. return false
  28. }
  29. function reEnable(){
  30. return true
  31. }
  32. //if IE4+
  33. document.onselectstart=new Function ("return false")
  34. //if NS6
  35. if (window.sidebar){
  36. document.onmousedown=disableselect
  37. document.onclick=reEnable
  38. }
  39. </SCRIPT>
  40. <SCRIPT language=JavaScript> <!--
  41. var message="";
  42. </head>
  43. <TITLE>WAKE UP HUMAN RACE!</TITLE>
  44. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1254">
  45. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-9">
  46. <META NAME="description" CONTENT="wake up human race.">
  47. <META NAME="keywords" CONTENT="illuminati, 7december, the illuminati, geri sayım, countdown, illuminati.org, december, aralık, darkness, destiny, light, shadow, seven, kader, melekler ve şetyanlar, angels and deamons, black and white, god and evil, apocalypse ">
  48. <META NAME="author" CONTENT="shah">
  49. <META NAME="robots" CONTENT="index,follow">
  50. <SCRIPT language=JavaScript1.2>
  51. return false
  52. }
  53. function reEnable(){
  54. return true
  55. }
  56. //if IE4+
  57. document.onselectstart=new Function ("return false")
  58. //if NS6
  59. if (window.sidebar){
  60. document.onmousedown=disableselect
  61. document.onclick=reEnable
  62. }
  63. </SCRIPT>
  64. <SCRIPT language=JavaScript> <!--
  65. var message="";
  66. ///////////////////////////////////
  67. function clickIE() {if (document.all) {(message);return false;}}
  68. function clickNS(e) {if
  69. (document.layers||(document.getElementById&&!document.all)) {
  70. if (e.which==2||e.which==3) {(message);return false;}}}
  71. if (document.layers)
  72. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  73. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  74. // -->
  75. </SCRIPT>
  76. <STYLE>BODY {
  77. SCROLLBAR-FACE-COLOR: #1A242A; SCROLLBAR-HIGHLIGHT-COLOR: #1A242A; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #666666; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #000000
  78. }
  79. </STYLE>
  80. <body bgcolor="#000000">
  81. <p align="center">
  82. </p>
  83. <p align="center">
  84.  
  85. </p>
  86. <p align="center">
  87. </p>
  88. <p align="center">
  89. <br>
  90. <br>
  91. </font></p>
  92. </h1>
  93. <h1 align="center" style="margin-top: 0; margin-bottom: 0">
  94. <font face="Tahoma" color="#008000" size="2">
  95. <br>
  96. <br>
  97. </font>
  98. <font face="Tahoma" color="#000000" size="4">
  99. WAKE UP HUMAN RACE.<BR / >All of us are the brothers and the sisters. We have the power to finish all of the wars and the darkness. If we do not wake up, we will be too late and the darkness will arise...<br /></font><b><font face="Tahoma" size="2" color="#008000"><br><br></font><font face="Tahoma" style="font-size: 10pt"><script <script type="text/javascript">
  100. <!--
  101. //
  102. // Countdown Timer
  103. //
  104.  
  105. //
  106. // configuration
  107. //
  108. var month = '12'; // '*' for next month, '0' for this month or 1 through 12 for the month
  109. var day = '7'; // Offset for day of month day or + day
  110. var hour = 8; // 0 through 23 for the hours of the day
  111. var tz = -5; // Offset for your timezone in hours from UTC
  112. var lab = 'countdownTimer'; // The id of the page entry where the timezone countdown is to show
  113.  
  114. // END configuration
  115.  
  116. function start() {displayTZCountDown(setTZCountDown(month,day,hour,tz),lab);}
  117.  
  118.  
  119. // Start function can be changed
  120. window.onload = start;
  121.  
  122. //
  123. // countdownTimer
  124. //
  125. function setTZCountDown(month,day,hour,tz)
  126. {
  127. var toDate = new Date();
  128. if (month == '*') {
  129. toDate.setMonth(toDate.getMonth() + 1);
  130. } else if (month > 0) {
  131. if (month <= toDate.getMonth())toDate.setYear(toDate.getYear() + 1);
  132. toDate.setMonth(month-1);
  133. }
  134. if (day.substr(0,1) == '+') {
  135. var day1 = parseInt(day.substr(1));
  136. toDate.setDate(toDate.getDate()+day1);
  137. } else {
  138. toDate.setDate(day);
  139. }
  140. toDate.setHours(hour);
  141. toDate.setMinutes(0-(tz*60));
  142. toDate.setSeconds(0);
  143. var fromDate = new Date();
  144. fromDate.setMinutes(fromDate.getMinutes() + fromDate.getTimezoneOffset());
  145. var diffDate = new Date(0);
  146. diffDate.setMilliseconds(toDate - fromDate);
  147. return Math.floor(diffDate.valueOf()/1000);
  148. }
  149. function displayTZCountDown(countdown,tzcd) {
  150. if (countdown < 0) {
  151. document.getElementById("countdownTimer").innerHTML = "this is not our destiny";
  152. } else {
  153. var secs = countdown % 60;
  154. if (secs < 10) {
  155. secs = '0' + secs;
  156. }
  157. var countdown1 = (countdown - secs) / 60;
  158. var mins = countdown1 % 60;
  159. if (mins < 10) {
  160. mins = '0' + mins;
  161. }
  162. countdown1 = (countdown1 - mins) / 60;
  163. var hours = countdown1 % 24;
  164. var days = (countdown1 - hours) / 24;
  165. document.getElementById("countdownTimer").innerHTML = days + " day" + (days == 1 ? '' : 's') + ' + ' + hours + 'h : ' + mins + 'm : ' + secs + 's';
  166. setTimeout('displayTZCountDown('+(countdown-1)+',\''+tzcd+'\');',999);
  167. }
  168. }
  169. // END countdownTimer
  170. -->
  171. </script>
  172. </head>
  173. <body>
  174. <div id="countdownTimer">
  175. </div>
  176. </body>
  177. </html>
  178.  
  179.  
  180.  
  181.  
  182.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement