bot_freebtc


SUBMITTED BY: thesco26

DATE: March 20, 2017, 2:34 a.m.

FORMAT: Text only

SIZE: 853 Bytes

HITS: 981

  1. <meta http-equiv="Refresh" content="5; URL=xxxxxxx">
  2. <div dir="rtl" style="text-align: right;" trbidi="on">
  3. <div dir="rtl" style="text-align: right;" trbidi="on">
  4. <div id="timer" style="color:#000;display: block;background-color: #4a1bf6; border-radius: 10px; font-family: droid arabic kufi; margin: 0 auto; padding: 10px; text-align: center; width: 200px;">
  5. ÌÇÑí ÊÍæíáß ÈÚÏ 5 ÊæÇä ....</div>
  6. </div>
  7. </div>
  8. <script type="text/javascript">
  9. window.onload = function() {
  10. var count=5;
  11. var counter=setInterval(timer, 1000);
  12. var timerDiv = document.getElementById('timer');
  13. var link = document.getElementById('link');
  14. function timer()
  15. {
  16. count=count-1;
  17. if (count <= 0)
  18. {
  19. clearInterval(counter);
  20. link.style.display = '';
  21. timerDiv.innerHTML="";
  22. return;
  23. }
  24. timerDiv.innerHTML=count + " Ë";
  25. }
  26. }
  27. </script>

comments powered by Disqus