Advertisement
Guest User

darkmatter101

a guest
Apr 17th, 2009
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <script language="javascript">
  2. document.write('<div id="loading">Loading data - please wait...<img src="http://www.darkmatter101.org/site/wp-content/themes/mimbo2.2/images/mashup/ajax-loader.gif" width="12" height="12" border="0" alt=""><br/></div>');
  3.  
  4. // Created by: Simon Willison | http://simon.incutio.com/
  5. function addLoadEvent(func) {
  6. var oldonload = window.onload;
  7. if (typeof window.onload != 'function') {
  8. window.onload = func;
  9. } else {
  10. window.onload = function() {
  11. if (oldonload) {
  12. oldonload();
  13. }
  14. func();
  15. }
  16. }
  17. }
  18.  
  19. addLoadEvent(function() {
  20. document.getElementById("loading").style.display="none";
  21.  
  22. });
  23. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement