<!--

   /*
    * Web page design and code by Parasoft Technologies (www.parasoft.ca) Copy right 2003.
    *
    * This is the main template for the league pages
    */

//ID browser
//check for navigator

   var browserName
   var browserVersion

   var countDown = new Number()
   countDown = 0;

   var layerWait = new Number()
   layerWait = 4000;

   var ns4up = (document.layers) ? 1 : 0;
   var ie4up = (document.all) ? 1 : 0;
   var ns6up = (document.getElementById&&!document.all) ? 1 : 0;

   function random(x, y)
   {
      if (x == y) return x;
      var n = Math.floor( x + Math.random() * y);
      return n;
   }

   function showLarge( sUrl )
   {
      popup_win = window.open( sUrl,'', 'width=700, height=480, scrollbars=yes, resizable=yes, status=no, location=no, menubar=no, menubar=no');
   }

   function newWindow( sUrl, wWidth, wHeight )
   {
      popup_win = window.open( sUrl,'', 'width='+ wWidth + ', height=' + wHeight + ', scrollbars=yes, resizable=yes, status=no, location=no, menubar=no, menubar=no');
   }


   function openImage( sUrl )
   {
      large_image_win = window.open( largePicArray[sUrl], 'large_image_win', 'width=640,height=480, scrollbars=no,resizable=yes,status=yes,location=yes,menubar=yes, left=0, top=0');
   }


// -->

