<!--begin javascript include--->

<!--

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function pviiW3Cbg(obj, pviiColor) { //v1.1 by Project VII
	obj.style.backgroundColor=pviiColor
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function newWindow(standings) {
  standWindow=window.open(standings,
  	"standWin", "width=850,height=400,scrollbars=yes,")	
  standWindow.focus()
}

function newWindowPrinter(schedule) {
  scheduleWindow=window.open(schedule,
  	"scheduleWin", "menubar=1,width=600,height=700,scrollbars=yes,")	
  scheduleWindow.focus()
}

function newWindowNorthCreek(schedule) {
  scheduleWindow=window.open(schedule,
  	"scheduleWin", "menubar=1,width=725,height=775,scrollbars=yes,")	
  scheduleWindow.focus()
}

function newWindowSummerSlam(schedule) {
  scheduleWindow=window.open(schedule,
  	"scheduleWin", "menubar=1,width=1000,height=775,scrollbars=yes,")	
  scheduleWindow.focus()
}

//-->

function displayDate() {


 Todays = new Date();


 Mnth = Todays.getMonth()+ 1;

 if (Mnth == 1) {Month = "January"; }

 if (Mnth == 2) {Month = "February"; }

 if (Mnth == 3) {Month = "March"; }

 if (Mnth == 4) {Month = "April"; }

 if (Mnth == 5) {Month = "May"; }

 if (Mnth == 6) {Month = "June"; }

 if (Mnth == 7) {Month = "July"; }

 if (Mnth == 8) {Month = "August"; }

 if (Mnth == 9) {Month = "September"; }

 if (Mnth == 10) {Month = "October"; }

 if (Mnth == 11) {Month = "November"; }

 if (Mnth == 12) {Month = "December"; }


 tempYear = Todays.getYear();

 if (tempYear < 1900) {tempYear = tempYear+1900}

 TheDate = "" + Month +" "+ Todays.getDate() + ", " +tempYear;


 return (TheDate);


  }

function OpenWindowDetection(theURL,winName,features)
{
var BrowName = navigator.appName;
var BrowVer = parseInt(navigator.appVersion);

if (BrowName == "Netscape" && BrowVer == 3) {var addy=40;var addx=0}
else if (BrowName == "Netscape" && BrowVer > 4) {var addy=14;var addx=0}
else if (BrowName == "Netscape" && BrowVer == 4) {var addy=40;var addx=0}
else if (BrowName == "Netscape" && BrowVer == 2) {var addy=40;var addx=0}
else if (BrowName == "Microsoft Internet Explorer" && BrowVer <= 3) {var addy=4;var addx=0}
else if (BrowName == "Microsoft Internet Explorer" && BrowVer == 4) {var addy=4;var addx=0}
else {var addy=0;var addx=0}
var lookfeat=features.indexOf("width=",0);
if (lookfeat!=-1)
{
	var wi=lookfeat+6;
	do 
	{
		wi++
	} 
	while ((features.charAt(wi)!=",")&&(wi!=features.length))
	var laymelow=features.substring(lookfeat+6,wi)
	widthnum=parseInt(laymelow);
	widthnum=widthnum+addx;
}

var seekfeat=features.indexOf("height=",0)
if (seekfeat!=-1)
{
	var hi=seekfeat+7;
	do 
	{
		hi++;
	} while ((features.charAt(hi)!=",")&&(hi!=features.length))
	laymelow=features.substring(seekfeat+7,hi)
	heightnum=parseInt(laymelow);
	heightnum=heightnum+addy;
}

var widstr=widthnum.toString();
var heistr=heightnum.toString();

var hifirst=(lookfeat<seekfeat)?("width="+widthnum):("height="+heightnum);  
var hisecond=(lookfeat<seekfeat)?("height="+heightnum):("width="+widthnum);

var firststop=(lookfeat<seekfeat)?(lookfeat):(seekfeat);
var secondstop=firststop+((lookfeat<seekfeat)?(lookfeat+6+widstr.length):(seekfeat+7+heistr.length));
var thirdstop=(lookfeat<seekfeat)?seekfeat:lookfeat;
var fourthstop=thirdstop+((lookfeat<seekfeat)?(lookfeat+6+widstr.length):(seekfeat+7+heistr.length));

if ((thirdstop-secondstop)>1) {var middlepiece=features.substring(secondstop+1,thirdstop-1)} else {var middlepiece="";}
if ((features.length-fourthstop)>1) {var lastpiece=features.substring(fourthstop+1,features.length)} else {var lastpiece="";}

var newfeatures=features.substring(0,firststop)+hifirst+","+middlepiece+hisecond+lastpiece;
window.open(theURL,winName,newfeatures);
} 

function Go(){return;}


// Global variable for Cross-browser AutoScroller 
flevTimeoutID = null;

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function P7_autoLayers() { //v1.4 by PVII
 var g,b,k,f,args=P7_autoLayers.arguments;a=parseInt(args[0]);if(isNaN(a))a=0;
 if(!document.p7setc){p7c=new Array();document.p7setc=true;for(var u=0;u<10;u++){
 p7c[u]=new Array();}}for(k=0;k<p7c[a].length;k++){if((g=MM_findObj(p7c[a][k]))!=null){
 b=(document.layers)?g:g.style;b.visibility="hidden";}}for(k=1;k<args.length;k++){
 if((g=MM_findObj(args[k]))!=null){b=(document.layers)?g:g.style;b.visibility="visible";f=false;
 for(var j=0;j<p7c[a].length;j++){if(args[k]==p7c[a][j]) {f=true;}}
 if(!f){p7c[a][p7c[a].length++]=args[k];}}}
}

function flevDivPositionValue(sDivID, sPositionProperty) { // v1.0, Marja Ribbers-de Vroed  
    var sPositionValue;
	// ***** W3C Compatible DOM (NN6, Mozilla 16, etc.) ***** 
    if (document.getElementById && !document.all) { //W3C DOM compliant 
       var docObj = document.getElementById(sDivID); 
		if (document.defaultView != null) { // NS6+ alike 
			sPositionValue = document.defaultView.getComputedStyle(docObj, "").getPropertyValue(sPositionProperty); 
			} 
		else { // Opera 5 alike 
			if (sPositionProperty == "height") { sPositionValue = docObj.style.pixelHeight; } 
			else if (sPositionProperty == "width") { sPositionValue = docObj.style.pixelWidth; } 
			else { sPositionValue = eval("docObj.style." + sPositionProperty); } 
			} 
		sPositionValue = (sPositionValue == "") ? "0" : sPositionValue; 
    	} 
    // ***** Netscape Navigator 4+ DOM ***** 
    else if (document.layers) { //NS4+ DOM compliant 
		var docObj = eval("MM_findObj('" + sDivID + "')"); 
		if ((sPositionProperty == "width") || (sPositionProperty == "height")) { sPositionValue = eval("docObj.clip." + sPositionProperty); } 
		else { sPositionValue = eval("docObj." + sPositionProperty); } 
		sPositionValue = (sPositionValue == "") ? "0" : sPositionValue; 
    	} 
    // ***** Internet Explorer 4+ DOM ***** 
    else if (document.all) { //IE4+ DOM compliant 
		if (sPositionProperty == "width") { sPositionValue = eval(sDivID + ".offsetWidth"); } 
		else if (sPositionProperty == "height") { sPositionValue = eval(sDivID + ".offsetHeight"); } 
		else if (sPositionProperty == "top") { sPositionValue = eval(sDivID + ".offsetTop"); } 
		else if (sPositionProperty == "left") { sPositionValue = eval(sDivID + ".offsetLeft"); } 
		sPositionValue = (sPositionValue == "") ? "0" : sPositionValue; 
    	} 
	if (isNaN(sPositionValue)) { if (sPositionValue.indexOf('px') > 0) { sPositionValue = sPositionValue.substring(0,sPositionValue.indexOf('px')); } } 
	return parseInt(sPositionValue); 
}

function flevMoveDiv(sDivID, sLeft, sTop){ // v1.0, Marja Ribbers-de Vroed 
	var	docObj = eval("MM_findObj('" + sDivID + "')"); 
	if (document.layers) { // NS4.x 
		eval("docObj.top = '" + sTop + "'"); 
		eval("docObj.left = '" + sLeft + "'"); 
	} 
	else { // all others 
		eval("docObj.style.top = '" + sTop + "'"); 
		eval("docObj.style.left = '" + sLeft + "'"); 
	} 
}

function flevAutoScrollDivs() { // v1.0, Marja Ribbers-de Vroed   
	var iArgs = flevAutoScrollDivs.arguments.length;   
	var sContainerDivID = 'AutoScrollContainer';   
	var sContentDivID = 'AutoScrollContent';   
	var iStartScrolling = (iArgs > 0) ? parseInt(flevAutoScrollDivs.arguments[0]) : 1;  
	var iPixels = (iArgs > 1) ? parseInt(flevAutoScrollDivs.arguments[1]) : 1;   
	var iDelay = (iArgs > 2) ? parseInt(flevAutoScrollDivs.arguments[2]) : 50;   
	var iCurrentTop = flevDivPositionValue(sContentDivID, 'top');   
	var iScrollTop = (-1 * flevDivPositionValue(sContentDivID, 'height'));   
	var iScrollBottom = flevDivPositionValue(sContainerDivID, 'height');   
	var iCurrentLeft = flevDivPositionValue(sContentDivID, 'left');  
	if (iStartScrolling) {   
		if (iCurrentTop != iScrollTop) {flevMoveDiv(sContentDivID, String(iCurrentLeft), String(iCurrentTop-iPixels));}	// Continue scrolling   
		else {flevMoveDiv(sContentDivID, String(iCurrentLeft), String(iScrollBottom));}	// Re-position scrolling layer at bottom of containing layer  
		flevTimeoutID = setTimeout("flevAutoScrollDivs(" + iStartScrolling + "," + iPixels + "," + iDelay + ")", iDelay);   
	}   
	else if (flevTimeoutID != null) {clearTimeout(flevTimeoutID);}
}



//-->

<!---end javascript include--->

