HayaliKodlar

Sayfa Yükleniyor Kodu

<SCRIPT LANGUAGE="JavaScript"> <!-- // autostart - used instead body onload setTimeout('animate()',5); // create row of radio buttons lay(20) // set index of lamp to start animation var current = 0 // set speed (pause in milliseconds between each movement) var speed = 100 function lay(num) { // assign "greater than" character to variable var gt = unescape("%3e") // open form document.write("<FORM NAME='animation'" + gt) // use loop to lay radio buttons down (all buttons in same group) for (var i = 0; i < num; ++i) { document.write("<INPUT TYPE='radio' NAME='lamps'" + gt) } // close form document.write("</FORM" + gt) } function animate() { // click next radio button document.animation.lamps[current].click() // if radio button is the last one reset variable to 0 (otherwise increment) current = (current == document.animation.lamps.length - 1) ? 0 : ++current // recursive call after speed milliseconds timerID = setTimeout("animate()", speed) } // --> </SCRIPT> <!-- Start Quantcast tag -->
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<script type="text/javascript">_qacct="p-ad9jFgHbzk9IE";quantserve();</script>
<noscript>
<a href="http://www.quantcast.com/p-ad9jFgHbzk9IE" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-ad9jFgHbzk9IE.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/></a>
</noscript>

<!-- End Quantcast tag --><!-- 21848 --></body></html><a href="http://maswey.blogspot.com" title="">.</a>

Sitemize bu hafta 66772 ziyaretçi oldu !
Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol