Stampede Challenge AAA Tournament //body { background-color: "#000066" }h1 { font-variant: small-caps; color: #000000; font-weight: bold; font-size: 22px; font-family: Arial, Helvetica, sans-serif }h2 { font-variant: small-caps; color: #000000; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif }h3 { font-style: italic; color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif }td { font-weight: normal; color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif }th { font-weight: bold; color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif }A:link { text-decoration: none; font-weight: bold; color: blue; font-size: 12px; font-family: Arial, Helvetica, sans-serif }A:visited { text-decoration: none; font-weight: bold; color: blue; font-size: 12px; font-family: Arial, Helvetica, sans-serif }A:active { font-weight: bold; color blue; font-size: 12px; font-family: Arial, Helvetica, sans-serif }.test{font-weight: normal; color: #000000; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, sans-serif}.b1 { color: red; font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif }.b2 { color: red; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif }.b3 { color: red; font-weight: normal; font-size: 14px; font-family: Arial, Helvetica, sans-serif }.b3b { color: red; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif }.bth { color: red; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif }.B:link { font-weight: bold; color: red; font-size: 18px; font-family: Arial, Helvetica, sans-serif }.B:visited { font-weight: bold; color: red; font-size: 18px; font-family: Arial, Helvetica, sans-serif }.B:active { font-weight: bold; reds: ; font-size: 18px; font-family: Arial, Helvetica, sans-serif }.navwhite a:hover { color: #FFFFFF; } /* white */.navwhite a:link { color: #FFFFFF; } /* white */.navwhite a:vlink {color: #FFFFFF; } /* white */.navwhite a:visited { color: #FFFFFF; }a.nav:link { text-decoration: none; color: "#FFFFFF"; font-family: Arial, sans-serif; font-size: 12px; }a.nav:visited { text-decoration: none; color: "#FFFFFF"; font-family: Arial, sans-serif; font-size: 12px; }a.nav:hover { text-decoration: underline; color: "#FFFFFF"; font-family: Arial, sans-serif; font-size: 12px; }//a.nav:link { text-decoration: none; color: "#FFFFFF"; font-family: Arial, sans-serif; font-size: 14px; }Stampede Challenge AAA Tournament, event management software, League administration software, Club management software, Club management software,Club administration software, Online Registration, Facility Management Software, League website, Club website, web-based, registration software, league scheduling software, database, registration, schedules, standings, player statistics  Stampede Challenge June 26th - June 29th 2009Thursday, December 4, 2008   Home Hall of Fame Stampede Challenge Alumni Tournament Results Tournament Champions Age Divisions 2009 Tournament Information Arena Map Photographer Roster and Insurance Declaration Forms Tournament Registration Forms Offical Tournament Restaurants Hotels 2008 Schedule & Scores Contact Us Showdown in Cowtown AAA Tournament About function scoreSetGames(theForm){ if (false){} else if ((theForm.setHome0.value != "" && theForm.setVisitor0.value == "") || (theForm.setHome0.value == "" && theForm.setVisitor0.value != "")){ alert ("Points have to be in pair(s)!"); if (theForm.setHome0.value == ""){ theForm.setHome0.focus(); } if (theForm.setVisitor0.value == ""){ theForm.setVisitor0.focus(); } return false; } else if ((theForm.setHome1.value != "" && theForm.setVisitor1.value == "") || (theForm.setHome1.value == "" && theForm.setVisitor1.value != "")){ alert ("Points have to be in pair(s)!"); if (theForm.setHome1.value == ""){ theForm.setHome1.focus(); } if (theForm.setVisitor1.value == ""){ theForm.setVisitor1.focus(); } return false; } else if ((theForm.setHome2.value != "" && theForm.setVisitor2.value == "") || (theForm.setHome2.value == "" && theForm.setVisitor2.value != "")){ alert ("Points have to be in pair(s)!"); if (theForm.setHome2.value == ""){ theForm.setHome2.focus(); } if (theForm.setVisitor2.value == ""){ theForm.setVisitor2.focus(); } return false; } else if ((theForm.setHome3.value != "" && theForm.setVisitor3.value == "") || (theForm.setHome3.value == "" && theForm.setVisitor3.value != "")){ alert ("Points have to be in pair(s)!"); if (theForm.setHome3.value == ""){ theForm.setHome3.focus(); } if (theForm.setVisitor3.value == ""){ theForm.setVisitor3.focus(); } return false; } else if ((theForm.setHome4.value != "" && theForm.setVisitor4.value == "") || (theForm.setHome4.value == "" && theForm.setVisitor4.value != "")){ alert ("Points have to be in pair(s)!"); if (theForm.setHome4.value == ""){ theForm.setHome4.focus(); } if (theForm.setVisitor4.value == ""){ theForm.setVisitor4.focus(); } return false; } if ( 1 && theForm.setHome0.value == "" && theForm.setVisitor0.value == ""&& theForm.setHome1.value == "" && theForm.setVisitor1.value == ""&& theForm.setHome2.value == "" && theForm.setVisitor2.value == ""&& theForm.setHome3.value == "" && theForm.setVisitor3.value == ""&& theForm.setHome4.value == "" && theForm.setVisitor4.value == "" ){ alert ("Please enter at least one set for the game!"); return false; }}function scoreRegularGame(theForm){ if (theForm.homeTotalPoints.value == ""){ if (theForm.homeDefault.checked == false) { if (theForm.visitorDefault.checked == false){ alert ("Please enter a number!"); eval ("theForm.homeTotalPoints.focus()"); return false; } } } else if (theForm.visitorTotalPoints.value == ""){ if (theForm.homeDefault.checked == false) { if (theForm.visitorDefault.checked == false){ alert ("Please enter an interger number!"); eval ("theForm.visitorTotalPoints.focus()"); return false; } } } if (theForm.homeDefault.checked == true) { if (theForm.visitorDefault.checked == true){ alert ("Both teams can't default!"); eval ("theForm.homeTotalPoints.focus()"); return false; } }}function checkDefault(theForm){ if (theForm.homeDefault.checked == true) { if (theForm.visitorDefault.checked == true){ alert ("Both teams can't default!"); eval ("theForm.homeTotalPoints.focus()"); return false; } }}function checkDigits(textBox){ currentValue = eval("textBox.value"); if (isNaN(currentValue)){ if(currentValue!=''){ alert ("Please enter an interger number!"); eval("textBox.focus()"); } }}
  June 26th to June 29th 2009Created by: Kelly Bruce -- Last updated:Oct 02, 2008
Powered By ITSportsnet
/*HM_Loader.js
* by Peter Belesis. v4.1.3 011108
* Copyright (c) 2001 Peter Belesis. All Rights Reserved.
*/
HM_DOM = (document.getElementById) ? true : false;
HM_NS4 = (document.layers) ? true : false;
HM_IE = (document.all) ? true : false;
HM_IE4 = HM_IE && !HM_DOM;
HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
HM_IE4M = HM_IE4 && HM_Mac;
HM_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
HM_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);
HM_IsMenu = !HM_Opera && !HM_Konqueror && !HM_IE4M && (HM_DOM || HM_NS4 || HM_IE4);
HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";
if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;
HM_GL_MenuWidth = 150;
HM_GL_FontFamily = "Arial,sans-serif";
HM_GL_FontSize = 10;
HM_GL_FontBold = true;
HM_GL_FontItalic = false;
HM_GL_FontColor = "black";
HM_GL_FontColorOver = "white";
HM_GL_BGColor = "transparent";
HM_GL_BGColorOver = "transparent";
HM_GL_ItemPadding = 3;
HM_GL_BorderWidth = 1; //was 2 -- Jiang
HM_GL_BorderColor = "red";
HM_GL_BorderStyle = "solid";
HM_GL_SeparatorSize = 1; //was 2 -- Jiang
HM_GL_SeparatorColor = "#666666"; //was yellow
HM_GL_ImageSrc = "menu/HM_More_black_right.gif";
HM_GL_ImageSrcLeft = "menu/HM_More_black_left.gif";
HM_GL_ImageSrcOver = "menu/HM_More_white_right.gif";
HM_GL_ImageSrcLeftOver = "menu/HM_More_white_left.gif";
HM_GL_ImageSize = 5;
HM_GL_ImageHorizSpace = 5;
HM_GL_ImageVertSpace = 5;
HM_GL_KeepHilite = false;
HM_GL_ClickStart = false;
HM_GL_ClickKill = 0;
HM_GL_ChildOverlap = 40; //was 40
HM_GL_ChildOffset = 10;
HM_GL_ChildPerCentOver = null;
HM_GL_TopSecondsVisible = .5;
HM_GL_ChildSecondsVisible = .3;
HM_GL_StatusDisplayBuild = 0;
HM_GL_StatusDisplayLink = 1;
HM_GL_UponDisplay = null;
HM_GL_UponHide = null;
HM_GL_RightToLeft = false;
HM_GL_CreateTopOnly = HM_NS4 ? true : false;
HM_GL_ShowLinkCursor = true;
// the following function is included to illustrate the improved JS expression handling of
// the left_position and top_position parameters introduced in 4.0.9
// and modified in 4.1.3 to account for IE6 standards-compliance mode
// you may delete if you have no use for it
function HM_f_CenterMenu(topmenuid) {
var MinimumPixelLeft = 0;
var TheMenu = HM_DOM ? document.getElementById(topmenuid) : HM_IE4 ? document.all(topmenuid) : eval("window." + topmenuid);
var TheMenuWidth = HM_DOM ? parseInt(TheMenu.style.width) : HM_IE4 ? TheMenu.style.pixelWidth : TheMenu.clip.width;
var TheWindowWidth = HM_IE ? (HM_DOM ? HM_IEcanvas.clientWidth : document.body.clientWidth) : window.innerWidth;
return Math.max(parseInt((TheWindowWidth-TheMenuWidth) / 2),MinimumPixelLeft);
}
if(HM_IsMenu) {
document.write("");
document.write("HM_Array11 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array12 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array42 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array21 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"99 Born\",\"#\",1,0,1],");document.write("[\"98 Born\",\"#\",1,0,1],");document.write("[\"97 Born\",\"#\",1,0,1],");document.write("[\"96 Born\",\"#\",1,0,1],");document.write("[\"95 Born\",\"#\",1,0,1],");document.write("[\"94 Born\",\"#\",1,0,1],");document.write("[\"93 Born\",\"#\",1,0,1],");document.write("[\"92 Born\",\"#\",1,0,1],");document.write("[\"Peewee Female\",\"#\",1,0,1],");document.write("[\"Bantam Female\",\"#\",1,0,1],");document.write("[\"Midget Female\",\"#\",1,0,1]");document.write("];");document.write("HM_Array13 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"2007\",\"#\",1,0,1],");document.write("[\"2006\",\"#\",1,0,1],");document.write("[\"Previous Years\",\"#\",1,0,1]");document.write("];");document.write("HM_Array43 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array16 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"Info\",\"#\",1,0,1],");document.write("[\"Playing Rules\",\"#\",1,0,1],");document.write("[\"Tournament Format\",\"#\",1,0,1],");document.write("[\"Awards\",\"#\",1,0,1]");document.write("];");document.write("HM_Array64 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array66 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array47 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"01,00,99,98,97 Roster Forms\",\"#\",1,0,0],");document.write("[\"96,95,94,93 Peewee & Bantam Girls Roster Forms\",\"#\",1,0,0],");document.write("[\"Insurance Forms\",\"#\",1,0,1]");document.write("];");document.write("HM_Array14 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array46 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array36 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array65 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array15 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array40 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array4 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"#990000\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array21_1 = [");document.write("[],");document.write("[\"Scores\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47607\",1,0,0]");document.write("];");document.write("HM_Array21_2 = [");document.write("[],");document.write("[\"Scores\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47608\",1,0,0]");document.write("];");document.write("HM_Array21_3 = [");document.write("[],");document.write("[\"Scores\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47609\",1,0,0]");document.write("];");document.write("HM_Array21_4 = [");document.write("[],");document.write("[\"Scores\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47773\",1,0,0]");document.write("];");document.write("HM_Array21_5 = [");document.write("[],");document.write("[\"Scores\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47774\",1,0,0]");document.write("];");document.write("HM_Array21_6 = [");document.write("[],");document.write("[\"Scores\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47775\",1,0,0]");document.write("];");document.write("HM_Array21_7 = [");document.write("[],");document.write("[\"Scores\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47776\",1,0,0]");document.write("];");document.write("HM_Array21_8 = [");document.write("[],");document.write("[\"Scores\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47777\",1,0,0]");document.write("];");document.write("HM_Array21_9 = [");document.write("[],");document.write("[\"Scores\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47778\",1,0,0]");document.write("];");document.write("HM_Array21_10 = [");document.write("[],");document.write("[\"Scores\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47779\",1,0,0]");document.write("];");document.write("HM_Array21_11 = [");document.write("[],");document.write("[\"Scores\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47780\",1,0,0]");document.write("];");document.write("HM_Array13_1 = [");document.write("[],");document.write("[\"Midget Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47569\",1,0,0],");document.write("[\"Bantam Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47572\",1,0,0],");document.write("[\"Peewee Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47573\",1,0,0],");document.write("[\"99 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47610\",1,0,0],");document.write("[\"98 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47576\",1,0,0],");document.write("[\"97 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47578\",1,0,0],");document.write("[\"96 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47579\",1,0,0],");document.write("[\"95 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47580\",1,0,0],");document.write("[\"94 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47594\",1,0,0],");document.write("[\"93 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47595\",1,0,0],");document.write("[\"92 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47596\",1,0,0]");document.write("];");document.write("HM_Array13_1 = [");document.write("[],");document.write("[\"Midget Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47569\",1,0,0],");document.write("[\"Bantam Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47572\",1,0,0],");document.write("[\"Peewee Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47573\",1,0,0],");document.write("[\"99 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47610\",1,0,0],");document.write("[\"98 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47576\",1,0,0],");document.write("[\"97 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47578\",1,0,0],");document.write("[\"96 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47579\",1,0,0],");document.write("[\"95 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47580\",1,0,0],");document.write("[\"94 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47594\",1,0,0],");document.write("[\"93 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47595\",1,0,0],");document.write("[\"92 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47596\",1,0,0]");document.write("];");document.write("HM_Array13_1 = [");document.write("[],");document.write("[\"Midget Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47569\",1,0,0],");document.write("[\"Bantam Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47572\",1,0,0],");document.write("[\"Peewee Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47573\",1,0,0],");document.write("[\"99 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47610\",1,0,0],");document.write("[\"98 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47576\",1,0,0],");document.write("[\"97 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47578\",1,0,0],");document.write("[\"96 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47579\",1,0,0],");document.write("[\"95 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47580\",1,0,0],");document.write("[\"94 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47594\",1,0,0],");document.write("[\"93 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47595\",1,0,0],");document.write("[\"92 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47596\",1,0,0]");document.write("];");document.write("HM_Array13_1 = [");document.write("[],");document.write("[\"Midget Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47569\",1,0,0],");document.write("[\"Bantam Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47572\",1,0,0],");document.write("[\"Peewee Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47573\",1,0,0],");document.write("[\"99 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47610\",1,0,0],");document.write("[\"98 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47576\",1,0,0],");document.write("[\"97 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47578\",1,0,0],");document.write("[\"96 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47579\",1,0,0],");document.write("[\"95 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47580\",1,0,0],");document.write("[\"94 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47594\",1,0,0],");document.write("[\"93 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47595\",1,0,0],");document.write("[\"92 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47596\",1,0,0]");document.write("];");document.write("HM_Array13_1 = [");document.write("[],");document.write("[\"Midget Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47569\",1,0,0],");document.write("[\"Bantam Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47572\",1,0,0],");document.write("[\"Peewee Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47573\",1,0,0],");document.write("[\"99 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47610\",1,0,0],");document.write("[\"98 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47576\",1,0,0],");document.write("[\"97 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47578\",1,0,0],");document.write("[\"96 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47579\",1,0,0],");document.write("[\"95 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47580\",1,0,0],");document.write("[\"94 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47594\",1,0,0],");document.write("[\"93 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47595\",1,0,0],");document.write("[\"92 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47596\",1,0,0]");document.write("];");document.write("HM_Array13_1 = [");document.write("[],");document.write("[\"Midget Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47569\",1,0,0],");document.write("[\"Bantam Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47572\",1,0,0],");document.write("[\"Peewee Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47573\",1,0,0],");document.write("[\"99 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47610\",1,0,0],");document.write("[\"98 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47576\",1,0,0],");document.write("[\"97 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47578\",1,0,0],");document.write("[\"96 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47579\",1,0,0],");document.write("[\"95 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47580\",1,0,0],");document.write("[\"94 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47594\",1,0,0],");document.write("[\"93 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47595\",1,0,0],");document.write("[\"92 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47596\",1,0,0]");document.write("];");document.write("HM_Array13_1 = [");document.write("[],");document.write("[\"Midget Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47569\",1,0,0],");document.write("[\"Bantam Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47572\",1,0,0],");document.write("[\"Peewee Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47573\",1,0,0],");document.write("[\"99 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47610\",1,0,0],");document.write("[\"98 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47576\",1,0,0],");document.write("[\"97 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47578\",1,0,0],");document.write("[\"96 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47579\",1,0,0],");document.write("[\"95 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47580\",1,0,0],");document.write("[\"94 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47594\",1,0,0],");document.write("[\"93 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47595\",1,0,0],");document.write("[\"92 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47596\",1,0,0]");document.write("];");document.write("HM_Array13_1 = [");document.write("[],");document.write("[\"Midget Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47569\",1,0,0],");document.write("[\"Bantam Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47572\",1,0,0],");document.write("[\"Peewee Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47573\",1,0,0],");document.write("[\"99 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47610\",1,0,0],");document.write("[\"98 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47576\",1,0,0],");document.write("[\"97 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47578\",1,0,0],");document.write("[\"96 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47579\",1,0,0],");document.write("[\"95 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47580\",1,0,0],");document.write("[\"94 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47594\",1,0,0],");document.write("[\"93 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47595\",1,0,0],");document.write("[\"92 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47596\",1,0,0]");document.write("];");document.write("HM_Array13_1 = [");document.write("[],");document.write("[\"Midget Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47569\",1,0,0],");document.write("[\"Bantam Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47572\",1,0,0],");document.write("[\"Peewee Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47573\",1,0,0],");document.write("[\"99 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47610\",1,0,0],");document.write("[\"98 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47576\",1,0,0],");document.write("[\"97 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47578\",1,0,0],");document.write("[\"96 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47579\",1,0,0],");document.write("[\"95 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47580\",1,0,0],");document.write("[\"94 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47594\",1,0,0],");document.write("[\"93 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47595\",1,0,0],");document.write("[\"92 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47596\",1,0,0]");document.write("];");document.write("HM_Array13_1 = [");document.write("[],");document.write("[\"Midget Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47569\",1,0,0],");document.write("[\"Bantam Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47572\",1,0,0],");document.write("[\"Peewee Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47573\",1,0,0],");document.write("[\"99 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47610\",1,0,0],");document.write("[\"98 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47576\",1,0,0],");document.write("[\"97 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47578\",1,0,0],");document.write("[\"96 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47579\",1,0,0],");document.write("[\"95 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47580\",1,0,0],");document.write("[\"94 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47594\",1,0,0],");document.write("[\"93 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47595\",1,0,0],");document.write("[\"92 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47596\",1,0,0]");document.write("];");document.write("HM_Array13_1 = [");document.write("[],");document.write("[\"Midget Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47569\",1,0,0],");document.write("[\"Bantam Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47572\",1,0,0],");document.write("[\"Peewee Female\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47573\",1,0,0],");document.write("[\"99 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47610\",1,0,0],");document.write("[\"98 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47576\",1,0,0],");document.write("[\"97 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47578\",1,0,0],");document.write("[\"96 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47579\",1,0,0],");document.write("[\"95 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47580\",1,0,0],");document.write("[\"94 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47594\",1,0,0],");document.write("[\"93 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47595\",1,0,0],");document.write("[\"92 Boys\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47596\",1,0,0]");document.write("];");document.write("HM_Array13_2 = [");document.write("[],");document.write("[\"2006 Winners\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47782\",1,0,0]");document.write("];");document.write("HM_Array13_3 = [");document.write("[],");document.write("[\"Winners\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47783\",1,0,0]");document.write("];");document.write("HM_Array16_1 = [");document.write("[],");document.write("[\"info\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47798\",1,0,0]");document.write("];");document.write("HM_Array16_2 = [");document.write("[],");document.write("[\"2008 Rules\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47800\",1,0,0]");document.write("];");document.write("HM_Array16_3 = [");document.write("[],");document.write("[\"Format\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=56111\",1,0,0]");document.write("];");document.write("HM_Array16_4 = [");document.write("[],");document.write("[\"White Hat Ceremony\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47597\",1,0,0],");document.write("[\"MVP Awards\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47598\",1,0,0],");document.write("[\"Championship Jackets\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47600\",1,0,0],");document.write("[\"Runner up\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47601\",1,0,0]");document.write("];");document.write("HM_Array16_4 = [");document.write("[],");document.write("[\"White Hat Ceremony\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47597\",1,0,0],");document.write("[\"MVP Awards\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47598\",1,0,0],");document.write("[\"Championship Jackets\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47600\",1,0,0],");document.write("[\"Runner up\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47601\",1,0,0]");document.write("];");document.write("HM_Array16_4 = [");document.write("[],");document.write("[\"White Hat Ceremony\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47597\",1,0,0],");document.write("[\"MVP Awards\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47598\",1,0,0],");document.write("[\"Championship Jackets\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47600\",1,0,0],");document.write("[\"Runner up\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47601\",1,0,0]");document.write("];");document.write("HM_Array16_4 = [");document.write("[],");document.write("[\"White Hat Ceremony\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47597\",1,0,0],");document.write("[\"MVP Awards\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47598\",1,0,0],");document.write("[\"Championship Jackets\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47600\",1,0,0],");document.write("[\"Runner up\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=47601\",1,0,0]");document.write("];");document.write("HM_Array47_3 = [");document.write("[],");document.write("[\"forms\",\"league.php?scriptName=LEAGUEINFO&leagueID=15017&leagueInfoID=55693\",1,0,0]");document.write("];");document.write("");
document.write("");
document.write("");
}
|
|