jhylands

work timmer

Apr 1st, 2013
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <head><script>
  2. function five(){
  3. document.getElementById("content").innerHTML='<h1>Play</h1><iframe width="560" height="315" src="http://www.youtube.com/embed/PDmNedrBxS4?autoplay=1" frameborder="1" allowfullscreen></iframe>';
  4. setTimeout('blank();',300000);
  5. }
  6. function blank(){
  7. document.getElementById("content").innerHTML='<h1>Work!</h1>';
  8. setTimeout('five();',1200000);
  9. }
  10. </script></head>
  11. <body onload="five();">
  12. <x id='content'>
  13. </x>
  14. </body>
Advertisement
Add Comment
Please, Sign In to add comment