home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 October / cmycha200310.iso / NHL2004 / NHL2004Demo.exe / fe / nhl / js / loadingGameBreaker.js < prev    next >
Text File  |  2003-08-20  |  307b  |  15 lines

  1. //Copyright (c) 2002 Electronic Arts Inc. All rights reserved.
  2.  
  3. function initPage()
  4. {
  5.     //displayGameHint();
  6.     setTimeout("loadDone();", 200);
  7.  
  8.     //parent.location.href = "loadingGameBreaker.html";
  9.     //alert("refresh");
  10. }
  11.  
  12. function loadDone()
  13. {
  14.     window.external.GameInterface.LoadScreenLoaded();
  15. }