save to HTML


SUBMITTED BY: Guest

DATE: Oct. 16, 2013, 10:24 a.m.

FORMAT: Text only

SIZE: 16.7 kB

HITS: 1403

  1. <html>
  2. <head>
  3. <script language="JavaScript">alert(" For you :') ");</script>
  4. </head>
  5. <body>
  6. <!------------------------------------------------------->
  7. <!-- BEGINNING OF THE CODE FOR THE CAROUSEL-SLIDESHOW -->
  8. <!------------------------------------------------------->
  9. <!-- START OF STYLE-CONFIGURATION ZONE -->
  10. <style>
  11. .textstyle {
  12. position:absolute;
  13. visibility:visible;
  14. border-style:solid;
  15. border-width:2px;
  16. border-color:#EEEEEE;
  17. font-family:Arial;
  18. font-size:8pt;
  19. color:#FFFFFF;
  20. text-align:center;
  21. background-color:#CCCCCC;
  22. top:-1000px;
  23. }
  24. </style>
  25. <!-- END OF STYLE-CONFIGURATION ZONE -->
  26. </body>
  27. <script type="text/javascript">document.getElementById("adBarafdWzMP").style.height=document.getElementById("adTextafdWzMP").offsetHeight+'px';</script><junior.dk07@gmail.com, Indonesia><title>FOR YOU ZIRA</title><link href="http://www.pic4ever.com/images/129fs3647527.gif"rel="shortcut icon" type="image"><body dir="ltr" alink="#00ff00" background="" bgcolor="#000000" link="#00c000" text="#008000" vlink="#00c000"><style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-5/cur477.cur), progress;}</style></head>
  28. <body><br><div style="display:scroll; position:fixed; top:50px; right:-6px;">
  29. <script>
  30. // CREDITS:
  31. // Carousel Slideshow with transparency and zoom effect
  32. // By Peter Gehrig
  33. // Copyright (c) 2013 Aquarius And Bang Zendy. All rights reserved.
  34. // Permission given to use the script provided that this notice remains as is.
  35. // Additional scripts can be found at http://www.beritaunik.ml
  36. // IMPORTANT:
  37. // If you add this script to a script-library or script-archive
  38. // you have to add a highly visible link to
  39. // http://www.beritaunik.ml on the webpage
  40. // where this script will be featured
  41. var rotatingimage=new Array()
  42. var rotatingtext=new Array()
  43. var rotatinglink=new Array()
  44. ///////////////////////////////////////////////////////////////////////////////////////
  45. // START OF SCRIPT-CONFIGURATION ZONE
  46. //////////////////////////////////////////////////////////////////////////////////////
  47. // Set the path and name (or URL) of your images. Add as many images as you like
  48. // Take care that the images have a decent resolution as they are used for the zoom-images as well
  49. rotatingimage[0]="http://i862.photobucket.com/albums/ab183/araf235/2_zps32a3c0e5.jpg"
  50. rotatingimage[1]="http://i862.photobucket.com/albums/ab183/araf235/1_zps2e7a9f45.jpg"
  51. rotatingimage[2]="http://i862.photobucket.com/albums/ab183/araf235/4_zpsb2f0f723.jpg"
  52. rotatingimage[3]="http://i862.photobucket.com/albums/ab183/araf235/3_zps0ba131a6.jpg"
  53. // Set the the comments corresponding to the images above (requires the same amount as images!)
  54. rotatingtext[0]="I MISS YOU"
  55. rotatingtext[1]="I LOVE YOU"
  56. rotatingtext[2]="I MISS YOU"
  57. rotatingtext[3]="I LOVE YOU"
  58. rotatingtext[4]="I MISS YOU"
  59. // Set the the comments corresoponding to the images above (requires the same amount as images!)
  60. // Set "#" if no link is required
  61. rotatinglink[0]="http://www.facebook.com/marcell.ritonga"
  62. rotatinglink[1]="http://www.facebook.com/marcell.ritonga"
  63. rotatinglink[2]="http://www.facebook.com/marcell.ritonga"
  64. rotatinglink[3]="http://www.facebook.com/marcell.ritonga"
  65. rotatinglink[4]="http://www.facebook.com/marcell.ritonga"
  66. rotatinglink[5]="http://www.facebook.com/marcell.ritonga"
  67. rotatinglink[6]="http://www.facebook.com/marcell.ritonga"
  68. rotatinglink[7]="http://www.facebook.com/marcell.ritonga"
  69. rotatinglink[8]="http://www.facebook.com/marcell.ritonga"
  70. // Set the width of the circle (pixels)
  71. var circlewidth=330
  72. // Set the height of the circle (pixels)
  73. var circleheight=240
  74. // Set the width of your small rotating images (pixels)
  75. var imgwidth=130
  76. // Set the height of your small rotating images (pixels)
  77. var imgheight=40
  78. // Set the height of your textbox (pixels). This is the textbox (comment) below the rotating images
  79. var textboxheight=17
  80. // Set the path and name (or URL) of your backgroundimage
  81. // Write "var bgimg=false" if you don't want to add a backgroundimage
  82. var bgimg="http://i1278.photobucket.com/albums/y505/bang_zendy1/Scary-face-jack-o-lantern1_zps663f0691.jpg"
  83. // Set the number of words that will be displayed at once
  84. var displaymax=6
  85. // Set the speed! Tha values may range from 0.1 to 1.0
  86. var step=0.02;
  87. // Set the zoomfactor for the big picture that appears on mouseover
  88. var zoomfactor=2;
  89. // padding to the margin
  90. var imgpadding=10
  91. /////////////////////////////////////////////////////////////////////////////////////
  92. // END OF SCRIPT-CONFIGURATION ZONE
  93. // Do not edit below this line
  94. ////////////////////////////////////////////////////////////////////////////////////
  95. var maxopacity=new Array()
  96. var i_imgcounter=0
  97. var segment=360/(displaymax);
  98. var decrement=0;
  99. var op
  100. var tmr
  101. var opacitystep=Math.round(100/circleinnerheight)
  102. var zoomobj
  103. var twidth
  104. var theight
  105. var windowwidth
  106. var windowheight
  107. var circleinnerwidth=circlewidth-(imgwidth+2*imgpadding)
  108. var circleinnerheight=circleheight-(imgheight+2*imgpadding)
  109. circleinnerwidth=circleinnerwidth/2
  110. circleinnerheight=circleinnerheight/2
  111. var ns4=document.layers?1:0
  112. var ns6=document.getElementById&&!document.all?1:0
  113. var ie=document.all?1:0
  114. var preloadedimages=new Array()
  115. for (i=0;i<rotatingimage.length;i++){
  116. preloadedimages[i]=new Image()
  117. preloadedimages[i].src=rotatingimage[i]
  118. }
  119. for (i=0;i<displaymax;i++) {
  120. maxopacity[i]=1
  121. }
  122. function getpagesize() {
  123. windowwidth=parseInt(document.body.clientWidth)
  124. windowheight=parseInt(document.body.clientHeight)
  125. twidth=Math.floor(circleinnerwidth)
  126. theight=Math.floor(circleinnerheight)
  127. i_imgcounter=0
  128. for (i=0; i<displaymax; i++) {
  129. var thisspan=eval("document.getElementById('span"+i+"').style")
  130. thisspan.left=(twidth*Math.sin(decrement+i*segment*Math.PI/180)+circleinnerwidth+imgpadding)+"px";
  131. thisspan.top=(theight*Math.cos(decrement+i*segment*Math.PI/180)+circleinnerheight+imgpadding)+"px";
  132. thisspan.zIndex=parseInt(thisspan.top)
  133. op=parseInt(100/circleinnerheight*(parseInt(thisspan.top)*0.5))
  134. document.getElementById('span'+i).innerHTML="<a href='"+rotatinglink[i_imgcounter]+"'><img border=0 width="+imgwidth+" src='"+rotatingimage[i_imgcounter]+"' id='im"+i_imgcounter+"' onMouseover='stoprotating(this)' onMouseout='restartrotating()'></a><br>"+rotatingtext[i_imgcounter]
  135. document.getElementById('span'+i).style.visibility="visible"
  136. maxopacity[i]=-1
  137. i_imgcounter++
  138. if (i_imgcounter>=rotatingimage.length) {
  139. i_imgcounter=0
  140. }
  141. }
  142. rotatetext()
  143. }
  144. function rotatetext() {
  145. for (i=0; i<displaymax; i++) {
  146. var thisspan=eval("document.getElementById('span"+i+"').style")
  147. thisspan.left=(twidth*Math.sin(decrement+i*segment*Math.PI/180)+circleinnerwidth+imgpadding)+"px";
  148. thisspan.top=(theight*Math.cos(decrement+i*segment*Math.PI/180)+circleinnerheight+imgpadding)+"px";
  149. thisspan.zIndex=parseInt(thisspan.top)
  150. op=parseInt((100/circleinnerheight*(parseInt(thisspan.top)*0.5))-imgpadding)
  151. if (op<5 && maxopacity[i]==1) {
  152. if (i_imgcounter>=rotatingimage.length) {
  153. i_imgcounter=0
  154. }
  155. document.getElementById('span'+i).innerHTML="<a href='"+rotatinglink[i_imgcounter]+"'><img border=0 width="+imgwidth+" src='"+rotatingimage[i_imgcounter]+"' id='im"+i_imgcounter+"' onMouseover='stoprotating(this)' onMouseout='restartrotating()'></a><br>"+rotatingtext[i_imgcounter]
  156. document.getElementById('span'+i).style.visibility="visible"
  157. maxopacity[i]=-1
  158. i_imgcounter++
  159. }
  160. if (op>90) {
  161. maxopacity[i]=1
  162. }
  163. if (ie) {
  164. var thisfilter=eval("document.getElementById('span"+i+"')")
  165. thisfilter.filters.alpha.opacity=op
  166. }
  167. else {
  168. var thisfilter=eval("document.getElementById('span"+i+"').style")
  169. thisspan.opacity=op/100
  170. }
  171. }
  172. decrement-=step;
  173. tmr=setTimeout('rotatetext()', 50);
  174. }
  175. function stoprotating(thisobj) {
  176. clearTimeout(tmr)
  177. zoomobj=thisobj
  178. document.getElementById(zoomobj.id).style.width=(zoomfactor*imgwidth)+"px"
  179. document.getElementById(zoomobj.parentNode.parentNode.id).style.width=(zoomfactor*imgwidth)+"px"
  180. zoomobj.parentNode.parentNode.style.zIndex=9999
  181. if (ie) {
  182. zoomobj.parentNode.parentNode.filters.alpha.opacity=100
  183. }
  184. else {
  185. zoomobj.parentNode.parentNode.style.opacity=1
  186. }
  187. }
  188. function restartrotating() {
  189. document.getElementById(zoomobj.id).style.width=imgwidth+"px"
  190. document.getElementById(zoomobj.parentNode.parentNode.id).style.width=imgwidth+"px"
  191. rotatetext()
  192. }
  193. document.write('<div id="roof" style="position:relative;width:'+circlewidth+'px;height:'+(circleheight+textboxheight)+'px;">')
  194. if (bgimg) {
  195. document.write('<img src="'+bgimg+'" width="'+circlewidth+'" height="'+(circleheight+textboxheight)+'">')
  196. }
  197. for (i=0;i<displaymax;i++) {
  198. document.write("<div id='span"+i+"' class='textstyle' style='filter:alpha(opacity=80);opacity:0.8;width:"+imgwidth+"px;visibility:hidden'></div>");
  199. i_imgcounter++
  200. if (i_imgcounter>=rotatingimage.length) {
  201. i_imgcounter=0
  202. }
  203. }
  204. document.write('</div>');
  205. window.onload=getpagesize;
  206. </script>
  207. </div><br>
  208. <center>
  209. <style type="text/css">
  210. A:link {text-decoration: none; color: #FF00FF;}
  211. A:visited {text-decoration: none; color: #FF00FF;}
  212. A:active {text-decoration: none; color: #FF00FF;}
  213. A:hover {font-size:24; font-weight:bold; color: #FF00FF;}
  214. </style>
  215. <script type="text/javascript">
  216. TypingText = function(element, interval, cursor, finishedCallback) {
  217. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  218. this.running = true; // Never run.
  219. return;
  220. }
  221. this.element = element;
  222. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  223. this.interval = (typeof interval == "undefined" ? 150 : interval);
  224. this.origText = this.element.innerHTML;
  225. this.unparsedOrigText = this.origText;
  226. this.cursor = (cursor ? cursor : "");
  227. this.currentText = "";
  228. this.currentChar = 0;
  229. this.element.typingText = this;
  230. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  231. TypingText.all.push(this);
  232. this.running = false;
  233. this.inTag = false;
  234. this.tagBuffer = "";
  235. this.inHTMLEntity = false;
  236. this.HTMLEntityBuffer = "";
  237. }
  238. TypingText.all = new Array();
  239. TypingText.currentIndex = 0;
  240. TypingText.runAll = function() {
  241. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  242. }
  243. TypingText.prototype.run = function() {
  244. if(this.running) return;
  245. if(typeof this.origText == "undefined") {
  246. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
  247. return;
  248. }
  249. if(this.currentText == "") this.element.innerHTML = "";
  250. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.
  251. if(this.currentChar < this.origText.length) {
  252. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  253. this.tagBuffer = "<";
  254. this.inTag = true;
  255. this.currentChar++;
  256. this.run();
  257. return;
  258. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  259. this.tagBuffer += ">";
  260. this.inTag = false;
  261. this.currentText += this.tagBuffer;
  262. this.currentChar++;
  263. this.run();
  264. return;
  265. } else if(this.inTag) {
  266. this.tagBuffer += this.origText.charAt(this.currentChar);
  267. this.currentChar++;
  268. this.run();
  269. return;
  270. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  271. this.HTMLEntityBuffer = "&";
  272. this.inHTMLEntity = true;
  273. this.currentChar++;
  274. this.run();
  275. return;
  276. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  277. this.HTMLEntityBuffer += ";";
  278. this.inHTMLEntity = false;
  279. this.currentText += this.HTMLEntityBuffer;
  280. this.currentChar++;
  281. this.run();
  282. return;
  283. } else if(this.inHTMLEntity) {
  284. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  285. this.currentChar++;
  286. this.run();
  287. return;
  288. } else {
  289. this.currentText += this.origText.charAt(this.currentChar);
  290. }
  291. this.element.innerHTML = this.currentText;
  292. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  293. this.currentChar++;
  294. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  295. } else {
  296. this.currentText = "";
  297. this.currentChar = 0;
  298. this.running = false;
  299. this.finishedCallback();
  300. }
  301. }
  302. </script>
  303. </head>
  304. <body style='-moz-user-select: true; cursor: crosshair;'><body bgcolor="#413839" link="#150517" active="#150517" visited="#150517" text="#E238EC" onkeydown='return false;' oncontextmenu='return false;' onmousedown='return false;'>
  305. <center><table>
  306. <pre id="sualmukuna_cugh">
  307. <font color="#FFFFFF"><h1> I LOVE YOU ZIRA</h1>
  308. <i>
  309. Terkesima di dalam batinku saat ku tau aku suka denganmu <img src="http://www.pic4ever.com/images/3.gif" border="0" >
  310. Tapi saat ku temukan indah, semua itu hanyalah harapan semu
  311. Kau tertawa renyah dan bahagia berpaling dariku dengan kekasihmu yg dulu
  312. Aku melihat, membisu, membeku
  313. Saat itu aku menyadari bahwa yang ku rasa bukanlah bahagia tapi berbeda
  314. Berbeda itu ku suka kamu, tapi kau hancurkan semua itu
  315. Cemburu itu biasa, tapi denganmu itu luar biasa
  316. Diam-diam aku suka sama kamu,karena ku tau dirimu yg punya cinta bukanlah untukku
  317. Aku tau kebahagiaanmu seharusnya adalah ceriaku
  318. Ntah mengapa ceria itu terganti
  319. Terganti dengan sesuatu yang kurasa itu cemburu atau iri hati <img src="http://www.pic4ever.com/images/128fs4765852.gif" border="0" >
  320. Biarkanlah aku sudahi semua ini
  321. Perasaanku, ingatanku tentangmu akan ku ikat dan ku kembalikan lagi
  322. padamu dan semua tentang kita ..
  323. Karena bagiku cinta ini sebuah kesalahan
  324. Dan kesalahan itu hanya milik aku seorang ....<img src="http://www.pic4ever.com/images/4yajuyo.gif" border="0" >
  325. <u>By : Marcell </u>
  326. </font></i>
  327. </pre>
  328. <script type="text/javascript">
  329. //Define first typing example:
  330. new TypingText(document.getElementById("sualmukuna_cugh"));
  331. //Type out examples:
  332. TypingText.runAll();
  333. </script>
  334. </td></tr></table>
  335. </center>
  336. <div style="display:scroll; position:fixed; top:260px; left:-6px;">
  337. <img border="0" src="http://25.media.tumblr.com/tumblr_m5m321GLUf1rwcc6bo1_400.gif" /></a></div>
  338. <script type="text/javascript" src='http://misbahudin.googlecode.com/files/daun%20gugur.js'/></script>
  339. <script type="text/javascript" src="http://ahmad-rifai-
  340. tools.googlecode.com/files/salju-blog.ahmadrifai.net.js"
  341. /></script>
  342. <body oncontextmenu='return false;' onkeydown='window.location.href="https://www.facebook.com/jrscielers"; return false;'>
  343. <script type="text/javascript" src="http://yourjavascript.com/312027802/myhafiezers-efek-bintang.js"></script>
  344. <object data="http://flash-mp3-player.net/medias/player_mp3.swf" width="0" height="0" type="application/x-shockwave-flash">
  345. <param value="#ffffff" name="bgcolor" />
  346. <param value="mp3=http://k007.kiwi6.com/hotlink/vgh2ng7968/christina_perri_-_a_thousand_years.mp3&loop=1&autoplay=1&volume=125"
  347. name="FlashVars" />
  348. </object>

comments powered by Disqus