Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. function Tick() {
  2. TotalSeconds -= 1;
  3. if (TotalSeconds<0)
  4. {
  5. xmlhttpPost('?action=mans&id=' + num, 'dummy', 'busk' + num, '<div class="flash" id="flash"></div>');
  6. if (num>=4) return;
  7. num++;
  8. CreateTimer("timer" + num, 10*60,num);
  9. Timer.setAttribute("class", "cunt");
  10. Timer.style.fontSize="150%";
  11. Timer.parentNode.setAttribute("class", "box man on");
  12. return;
  13. }
  14. UpdateTimer()
  15. window.setTimeout("Tick()", 1000);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement