index.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <html>
  2. <head>
  3. <title>Spellbound | L</title>
  4. <script language="javascript">
  5. document.onmousedown=disableclick;
  6. function disableclick(event)
  7. {
  8. if(event.button==2)
  9. {
  10. return false;
  11. }
  12. }
  13. </script>
  14. <script type="text/javascript">
  15. (function(){
  16. var millis = 1000,
  17. titles = [
  18. "Spellbound | L",
  19. "Spellbound | Lo",
  20. "Spellbound | Loa",
  21. "Spellbound | Load",
  22. "Spellbound | Loadi",
  23. "Spellbound | Loadin",
  24. "Spellbound | Loading",
  25. "Spellbound | Loading.",
  26. "Spellbound | Loading..",
  27. "Spellbound | Loading..."
  28. ], count = 0;
  29. titles.push(document.title);
  30. setInterval(function(){
  31. document.title = titles[count % titles.length];
  32. ++count;
  33. }, millis);
  34. })();
  35. </script>
  36. <style>
  37. a img {border: none}
  38. </style>
  39. <meta http-equiv="refresh" content="10;url=navigation.html" />
  40. </head>
  41. <body bgcolor ="#000000" oncontextmenu="return false">
  42. <img src="screen.gif" width="99%" align="middle">
  43. <embed src="Take a Chance.mp3" width="180" height="90" loop="false" autostart="true" hidden="true" />