Advertisement
guitarman0831

Untitled

Apr 16th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     function startTimer(){
  2.         var x = 3000 //Timer
  3.         if(x == 0){
  4.             document.getElementById('gottafigurethisout').style.display = 'none';
  5.             document.getElementById('gottafigurethisout').style.display = 'block';
  6.         }
  7.         startTimer();
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement