Cleveland Suburban Hockey League //body { background-color: "#3399FF" }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; }Cleveland Suburban Hockey League, 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  Cleveland Suburban Hockey League 2008-9Tuesday, November 18, 2008   Home 2008-9 Regular Season Standings and Schedule CSHL History and Member Programs 2008 Preseason Information 2008-9 Coaching Clinics Schedule Search (by rink, date, team, div) Message Board Instructions on Entering Scores Officiating & Scheduling Member Area: to Register as Member and Enter Score Ice On Sale Rules Contacts Meeting Minutes Tournament Finder and Other Links FAQ: Frequently Asked Questions Rinks 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()"); } }}
 
ANNOUNCEMENTSNov 2. Regular Season Schedule Now Posted. The 2008-9 regular season schedule is now posted. Click on 2008-9 Regular Season Standings and Schedule menu tab on the left. The 2008 preseason information, including the snake chart and rpi V1 through V4 are now in the menu tab 2008 Preseason Information.PLEASE review your schedule as listed here. This is the schedule being used to assign referees. Teams have a 10 day grace period within which to make changes at no charge and that only need the consent of the opponent coach. This 10 day grace period ends Tuesday, November 11 at midnight. After that game changes cost your team $100 no matter what the reason. To make a change, there is a simple 2 step process:1. Contact the other coach and come to an agreement about the change.2. The team initiating the change enters the new information on the CHSL website game change form. Click on "Officiating and Scheduling" Tab. Click on "Game Change Requests" in middle of page. Click on "Request Game Change" halfway down the page. Fill out all the information requested, then click submit.Within 24 hours you will get an email confirming the game change.NOTE: It takes a couple of days between you submitting the change and everything we do behind the scenes to finalize the change. And the free change period is a very busy time. Check website schedule to be sure your change was finalized. If not, after 3 days send a reminder email to cshloffice@aol.com. We are dealing with a lot of emails and phone calls between now and Nov. 11 and could possibly miss a change or two. Oct 27. RPI V4-Final Now Posted. It includes the Board petition decisions. 1 out of 12 petitions granted.
Oct. 14. Attention Monsters Fans:
Check out the Lake Erie Monsters practicing at an ice rink near you! The Tour with the Monsters, presented by Zeppie’s Pizzeria and Time Warner Cable, feature a one-hour tea
m practice followed by a one-hour FREE open skate and autograph session with the team. Don’t miss your opportunity to see how the pro’s practice and get their autographs immediately after practice. The 2008-09 Tour will be held at the following locations:
Wednesday, October 15, 7:20pm until 9:20pm – Serpentini Arena (Winterhurst, Lakewood)
Wednesday, October 29, 7:00pm until 9:00pm – Michael A. Ries Rink (Parma)
Wednesday, November 5, 6:00pm until 8:00pm – North Park Ice Arena (Elyria)
Tuesday, December 2, 7:40pm until 9:40pm – Center Ice Sports Complex (North Canton)
Wednesday, January 7, 7:15pm until 9:00pm – Cleveland Heights Community Center
For more information, please call the Monsters at (216)420-0000 or visit www.LakeErieMonsters.com. Monsters Hockey – It’s Alive!
Oct 3. To celebrate youth hockey in Greater Cleveland the Columbus Blue Jackets are hosting CSHL night at Nationwide Arena on Saturday, November 8th versus the Calgary Flames. This will be an exclusive event for the CSHL and will provide a memorable experience for all.The event includes:* Discounted seats (15-20% off!)* Blue Jackets hat* A Pre-game skate on Saturday afternoon* A tour of Nationwide Arena after the pre-game skate* Pre-game "chalk talk" with a Blue Jackets staff member outlining the game plan against the Calgary Flames* CSHL highlighted on the video board during the game* Private post-game autograph session with multiple CBJ players.Discounts at Arena district hotels are also available.Please contact Andy Hire at the Columbus Blue Jackets:ahire@bluejackets.com or 614-246-3937
Sept 23. Scores can now be entered. The website has been updated and team representatives can now register and enter game scores. Sorry for the delay.Sept 14. Updated 2008-9 Team Contact List Now Posted. Click on "Contacts" menu button. Please check out accuracy of your team's data and if you didn't turn it in at the preseason scheduling meeting, please email your contact information to Terry Horonzy, League Secretary at cshloffice@aol.com as soon as possible. This is important to update as soon as possible in case someone needs to contact you to change a game.
August 25: Lake Erie Monsters are back!
Summer is winding down, but the ice at The Q will be heating up with another exciting season of Lake Erie Monsters hockey! The Monsters will kick off their 2008-09 campaign on Saturday, October 11th in Cleveland when they take on the Grand Rapids Griffins. Like last season, we have these unique group outing opportunities that your team can be a part of:
· Pre/Post-Game Ice Time
· Monsters Starting Line Up (your team can skate out of the Monsters tunnel before the game and stand on the ice with the pros during player introductions and the National Anthem)
· Intermission Spotlight (play like the pros after the 1st period in front of thousands of people)
· Benchwarmers (sit on the Monsters bench during pre-game warm-ups)
· High-Five Tunnel (give the Monsters high-fives as they take the ice for the start of a period)
· Birthday Bashes (have your birthday party at a Monsters game – we provide birthday bags for attendees, banquet space, and more)
For more information or to book an opportunity, call me at (216)420-2184 or e-mail BShank@LakeErieMonsters.com. Dates are filling fast so if you are interested please secure your spot now!
Be sure to check out the Monsters website for our 2008-09 schedule and our promotional schedule (to be released soon). You won’t want to miss our Dollar Dog Friday’s, Team Post-Game Autograph Sessions, and more! We look forward to seeing you at The Q!
Go Monsters!
August 11. Message Board Link broken. Click here for link: http://www.itsportnet.com/forum/viewforum.php?f=12
May 8. 2008-2009 Season Schedule. Wed, Sep 3, 2008 Preseason data due (number of teams, estimate of team placement, 6 game dates) Mon, Sep 8, Preaseason Head of Program Meeting (1 of 4) - Mandatory Sat, Sep 13, Preseason Scheduling Meeting| 8:00 am Bantams, 10:00 am Peewees 12:00 noon Squirts, 2:00 pm Mites Fri, Sep 19, First Day of Preseason Sun, Oct 26, Last Day of Preseason, Placement Petitions due Mon, Oct 27, Board Meeting to Review Placement Petitions Tue, Oct 28, Regular Season Head of Program Meeting (2 of 4) - Mandatory Sat, Nov 1, Regular Season Scheduling Meeting Fri, Nov 7, First day of 14 week long regular season Mon, Feb 2, 2009 Playoff Head of Program Meeting (3 of 4) - Mandatory Thu, Feb 12, Last day of regular season Sat/Sun, Feb 21/22, Playoff Semifinals Sat/Sun, Feb 28/Mar 1, Playoff Finals Mon, May 18, Annual League Meeting (4 of 4) - MandatoryScheduling Meetings are at Cleveland Hts RinkHead of Program Meetings are at Garfield Civic Center
Oct 5. Frequently Asked Questions Added to Menu. As questions come up to the Board, we've decided to publish some of the more interesting ones in our FAQ. Check out the questions on curfew games and playing for multiple teams. If anyone has an interesting question they'd like to see added, please forward it to timosh1313@yahoo.com.
Nov 23. History of the CSHL. Betty Ann Maulorico, CSHL Treasurer, has been involved with the Cleveland Suburban Hockey League since its inception in 1971. She spent the last 9 months writing a history of the League. It is now available for perusal by clicking on the CSHL Member Programs menu button on the left side of this page. It makes for great reading for those interested in how youth hockey has grown over the past 30 years. If you have questions or other interesting historical facts or tidbits for Betty Ann, her email is bettyann130@aol.com. Thanks are owed to Betty Ann for 35 years of service!
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_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_Array1 = [");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("[\"Home\",\"league.php?scriptName=HOME&leagueID=9212\",1,0,0],");document.write("[\"Standings\",\"league.php?scriptName=LEAGUESTANDING&leagueID=9212&divisionID=&seasonID=7295&sportID=2\",1,0,0],");document.write("[\"Archives\",\"league.php?scriptName=ARCHIVES&gameID=&sportID=2&leagueID=9212&divisionID=&seasonID=7295\",1,0,0]");document.write("];");document.write("HM_Array44 = [");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("[\"CSHL History\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=24842\",1,0,0],");document.write("[\"CSHL Member & Associate Member Prog\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=22824\",1,0,0]");document.write("];");document.write("HM_Array41 = [");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("[\"Description of RPI System and Petition Process\",\"#\",1,0,1],");document.write("[\"2008 Preseason\",\"#\",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("];");document.write("HM_Array33 = [");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_Array22 = [");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("[\"CSHL Messageboard\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=14021\",1,0,0]");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("[\"Scorekeeper Instructions\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=14927\",1,0,0]");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("];");document.write("HM_Array5 = [");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_Array27 = [");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_Array20 = [");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("[\"CSHL Bylaws\",\"#\",1,0,1],");document.write("[\"CSHL Standing Rules\",\"#\",1,0,1],");document.write("[\"USA Hockey Annual Guide\",\"http://www.usahockey.com/uploadedFiles/USAHockey/Menu_About_USA_Hockey/Annual%20Guide%200708.pdf\",1,0,0]");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("[\"Board\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=31452\",1,0,0],");document.write("[\"Program Heads\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=34271\",1,0,0],");document.write("[\"2008-9 Team Contacts\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=58364\",1,0,0]");document.write("];");document.write("HM_Array45 = [");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("[\"2004-5 Season\",\"#\",1,0,1],");document.write("[\"2005-6 Season\",\"#\",1,0,1],");document.write("[\"2006-7 Season\",\"#\",1,0,1],");document.write("[\"2007-8 Season\",\"#\",1,0,1]");document.write("];");document.write("HM_Array17 = [");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("[\"Tournament Finder\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=22797\",1,0,0],");document.write("[\"Links\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=14018\",1,0,0]");document.write("];");document.write("HM_Array53 = [");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_Array19 = [");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_Array41_1 = [");document.write("[],");document.write("[\"Description of RPI and Petition Pro\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=22792\",1,0,0]");document.write("];");document.write("HM_Array41_2 = [");document.write("[],");document.write("[\"Snake Chart\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=58021\",1,0,0],");document.write("[\"2008 Preseason RPI V1\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59171\",1,0,0],");document.write("[\"2008 Preseason RPI V2\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59399\",1,0,0],");document.write("[\"2008 Preseason RPI V3\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59617\",1,0,0],");document.write("[\"2008 Preseason RPI V4-Final\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59800\",1,0,0]");document.write("];");document.write("HM_Array41_2 = [");document.write("[],");document.write("[\"Snake Chart\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=58021\",1,0,0],");document.write("[\"2008 Preseason RPI V1\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59171\",1,0,0],");document.write("[\"2008 Preseason RPI V2\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59399\",1,0,0],");document.write("[\"2008 Preseason RPI V3\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59617\",1,0,0],");document.write("[\"2008 Preseason RPI V4-Final\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59800\",1,0,0]");document.write("];");document.write("HM_Array41_2 = [");document.write("[],");document.write("[\"Snake Chart\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=58021\",1,0,0],");document.write("[\"2008 Preseason RPI V1\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59171\",1,0,0],");document.write("[\"2008 Preseason RPI V2\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59399\",1,0,0],");document.write("[\"2008 Preseason RPI V3\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59617\",1,0,0],");document.write("[\"2008 Preseason RPI V4-Final\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59800\",1,0,0]");document.write("];");document.write("HM_Array41_2 = [");document.write("[],");document.write("[\"Snake Chart\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=58021\",1,0,0],");document.write("[\"2008 Preseason RPI V1\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59171\",1,0,0],");document.write("[\"2008 Preseason RPI V2\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59399\",1,0,0],");document.write("[\"2008 Preseason RPI V3\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59617\",1,0,0],");document.write("[\"2008 Preseason RPI V4-Final\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59800\",1,0,0]");document.write("];");document.write("HM_Array41_2 = [");document.write("[],");document.write("[\"Snake Chart\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=58021\",1,0,0],");document.write("[\"2008 Preseason RPI V1\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59171\",1,0,0],");document.write("[\"2008 Preseason RPI V2\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59399\",1,0,0],");document.write("[\"2008 Preseason RPI V3\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59617\",1,0,0],");document.write("[\"2008 Preseason RPI V4-Final\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=59800\",1,0,0]");document.write("];");document.write("HM_Array20_1 = [");document.write("[],");document.write("[\"CSHL Bylaws (adopted May, 2005)\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=32246\",1,0,0]");document.write("];");document.write("HM_Array20_2 = [");document.write("[],");document.write("[\"2006-7 Standing Rules\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=32243\",1,0,0],");document.write("[\"2007-8 Standing Rules\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46409\",1,0,0],");document.write("[\"Proposed 2008-9 Standing Rules\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=55032\",1,0,0]");document.write("];");document.write("HM_Array20_2 = [");document.write("[],");document.write("[\"2006-7 Standing Rules\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=32243\",1,0,0],");document.write("[\"2007-8 Standing Rules\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46409\",1,0,0],");document.write("[\"Proposed 2008-9 Standing Rules\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=55032\",1,0,0]");document.write("];");document.write("HM_Array20_2 = [");document.write("[],");document.write("[\"2006-7 Standing Rules\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=32243\",1,0,0],");document.write("[\"2007-8 Standing Rules\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46409\",1,0,0],");document.write("[\"Proposed 2008-9 Standing Rules\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=55032\",1,0,0]");document.write("];");document.write("HM_Array45_1 = [");document.write("[],");document.write("[\"September, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23088\",1,0,0],");document.write("[\"October, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23089\",1,0,0],");document.write("[\"November, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23090\",1,0,0],");document.write("[\"December, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23091\",1,0,0],");document.write("[\"January, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23092\",1,0,0],");document.write("[\"February, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23093\",1,0,0],");document.write("[\"May, 2005 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=24191\",1,0,0]");document.write("];");document.write("HM_Array45_1 = [");document.write("[],");document.write("[\"September, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23088\",1,0,0],");document.write("[\"October, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23089\",1,0,0],");document.write("[\"November, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23090\",1,0,0],");document.write("[\"December, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23091\",1,0,0],");document.write("[\"January, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23092\",1,0,0],");document.write("[\"February, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23093\",1,0,0],");document.write("[\"May, 2005 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=24191\",1,0,0]");document.write("];");document.write("HM_Array45_1 = [");document.write("[],");document.write("[\"September, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23088\",1,0,0],");document.write("[\"October, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23089\",1,0,0],");document.write("[\"November, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23090\",1,0,0],");document.write("[\"December, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23091\",1,0,0],");document.write("[\"January, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23092\",1,0,0],");document.write("[\"February, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23093\",1,0,0],");document.write("[\"May, 2005 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=24191\",1,0,0]");document.write("];");document.write("HM_Array45_1 = [");document.write("[],");document.write("[\"September, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23088\",1,0,0],");document.write("[\"October, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23089\",1,0,0],");document.write("[\"November, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23090\",1,0,0],");document.write("[\"December, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23091\",1,0,0],");document.write("[\"January, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23092\",1,0,0],");document.write("[\"February, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23093\",1,0,0],");document.write("[\"May, 2005 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=24191\",1,0,0]");document.write("];");document.write("HM_Array45_1 = [");document.write("[],");document.write("[\"September, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23088\",1,0,0],");document.write("[\"October, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23089\",1,0,0],");document.write("[\"November, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23090\",1,0,0],");document.write("[\"December, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23091\",1,0,0],");document.write("[\"January, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23092\",1,0,0],");document.write("[\"February, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23093\",1,0,0],");document.write("[\"May, 2005 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=24191\",1,0,0]");document.write("];");document.write("HM_Array45_1 = [");document.write("[],");document.write("[\"September, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23088\",1,0,0],");document.write("[\"October, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23089\",1,0,0],");document.write("[\"November, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23090\",1,0,0],");document.write("[\"December, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23091\",1,0,0],");document.write("[\"January, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23092\",1,0,0],");document.write("[\"February, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23093\",1,0,0],");document.write("[\"May, 2005 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=24191\",1,0,0]");document.write("];");document.write("HM_Array45_1 = [");document.write("[],");document.write("[\"September, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23088\",1,0,0],");document.write("[\"October, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23089\",1,0,0],");document.write("[\"November, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23090\",1,0,0],");document.write("[\"December, 2004\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23091\",1,0,0],");document.write("[\"January, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23092\",1,0,0],");document.write("[\"February, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=23093\",1,0,0],");document.write("[\"May, 2005 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=24191\",1,0,0]");document.write("];");document.write("HM_Array45_2 = [");document.write("[],");document.write("[\"August, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36424\",1,0,0],");document.write("[\"September, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36425\",1,0,0],");document.write("[\"October, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36426\",1,0,0],");document.write("[\"February, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36427\",1,0,0],");document.write("[\"March, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36423\",1,0,0]");document.write("];");document.write("HM_Array45_2 = [");document.write("[],");document.write("[\"August, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36424\",1,0,0],");document.write("[\"September, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36425\",1,0,0],");document.write("[\"October, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36426\",1,0,0],");document.write("[\"February, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36427\",1,0,0],");document.write("[\"March, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36423\",1,0,0]");document.write("];");document.write("HM_Array45_2 = [");document.write("[],");document.write("[\"August, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36424\",1,0,0],");document.write("[\"September, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36425\",1,0,0],");document.write("[\"October, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36426\",1,0,0],");document.write("[\"February, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36427\",1,0,0],");document.write("[\"March, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36423\",1,0,0]");document.write("];");document.write("HM_Array45_2 = [");document.write("[],");document.write("[\"August, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36424\",1,0,0],");document.write("[\"September, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36425\",1,0,0],");document.write("[\"October, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36426\",1,0,0],");document.write("[\"February, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36427\",1,0,0],");document.write("[\"March, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36423\",1,0,0]");document.write("];");document.write("HM_Array45_2 = [");document.write("[],");document.write("[\"August, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36424\",1,0,0],");document.write("[\"September, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36425\",1,0,0],");document.write("[\"October, 2005\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36426\",1,0,0],");document.write("[\"February, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36427\",1,0,0],");document.write("[\"March, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36423\",1,0,0]");document.write("];");document.write("HM_Array45_3 = [");document.write("[],");document.write("[\"August, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36421\",1,0,0],");document.write("[\"September, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36422\",1,0,0],");document.write("[\"November, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36420\",1,0,0],");document.write("[\"December, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=37833\",1,0,0],");document.write("[\"January, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=39060\",1,0,0],");document.write("[\"February, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=44196\",1,0,0],");document.write("[\"May, 2007 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46403\",1,0,0]");document.write("];");document.write("HM_Array45_3 = [");document.write("[],");document.write("[\"August, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36421\",1,0,0],");document.write("[\"September, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36422\",1,0,0],");document.write("[\"November, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36420\",1,0,0],");document.write("[\"December, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=37833\",1,0,0],");document.write("[\"January, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=39060\",1,0,0],");document.write("[\"February, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=44196\",1,0,0],");document.write("[\"May, 2007 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46403\",1,0,0]");document.write("];");document.write("HM_Array45_3 = [");document.write("[],");document.write("[\"August, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36421\",1,0,0],");document.write("[\"September, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36422\",1,0,0],");document.write("[\"November, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36420\",1,0,0],");document.write("[\"December, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=37833\",1,0,0],");document.write("[\"January, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=39060\",1,0,0],");document.write("[\"February, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=44196\",1,0,0],");document.write("[\"May, 2007 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46403\",1,0,0]");document.write("];");document.write("HM_Array45_3 = [");document.write("[],");document.write("[\"August, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36421\",1,0,0],");document.write("[\"September, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36422\",1,0,0],");document.write("[\"November, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36420\",1,0,0],");document.write("[\"December, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=37833\",1,0,0],");document.write("[\"January, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=39060\",1,0,0],");document.write("[\"February, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=44196\",1,0,0],");document.write("[\"May, 2007 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46403\",1,0,0]");document.write("];");document.write("HM_Array45_3 = [");document.write("[],");document.write("[\"August, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36421\",1,0,0],");document.write("[\"September, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36422\",1,0,0],");document.write("[\"November, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36420\",1,0,0],");document.write("[\"December, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=37833\",1,0,0],");document.write("[\"January, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=39060\",1,0,0],");document.write("[\"February, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=44196\",1,0,0],");document.write("[\"May, 2007 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46403\",1,0,0]");document.write("];");document.write("HM_Array45_3 = [");document.write("[],");document.write("[\"August, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36421\",1,0,0],");document.write("[\"September, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36422\",1,0,0],");document.write("[\"November, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36420\",1,0,0],");document.write("[\"December, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=37833\",1,0,0],");document.write("[\"January, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=39060\",1,0,0],");document.write("[\"February, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=44196\",1,0,0],");document.write("[\"May, 2007 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46403\",1,0,0]");document.write("];");document.write("HM_Array45_3 = [");document.write("[],");document.write("[\"August, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36421\",1,0,0],");document.write("[\"September, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36422\",1,0,0],");document.write("[\"November, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=36420\",1,0,0],");document.write("[\"December, 2006\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=37833\",1,0,0],");document.write("[\"January, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=39060\",1,0,0],");document.write("[\"February, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=44196\",1,0,0],");document.write("[\"May, 2007 Annual Meeting\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46403\",1,0,0]");document.write("];");document.write("HM_Array45_4 = [");document.write("[],");document.write("[\"August, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46406\",1,0,0],");document.write("[\"November, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=54994\",1,0,0],");document.write("[\"February, 2008\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=54995\",1,0,0],");document.write("[\"March, 2008\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=55117\",1,0,0]");document.write("];");document.write("HM_Array45_4 = [");document.write("[],");document.write("[\"August, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46406\",1,0,0],");document.write("[\"November, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=54994\",1,0,0],");document.write("[\"February, 2008\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=54995\",1,0,0],");document.write("[\"March, 2008\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=55117\",1,0,0]");document.write("];");document.write("HM_Array45_4 = [");document.write("[],");document.write("[\"August, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46406\",1,0,0],");document.write("[\"November, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=54994\",1,0,0],");document.write("[\"February, 2008\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=54995\",1,0,0],");document.write("[\"March, 2008\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=55117\",1,0,0]");document.write("];");document.write("HM_Array45_4 = [");document.write("[],");document.write("[\"August, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=46406\",1,0,0],");document.write("[\"November, 2007\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=54994\",1,0,0],");document.write("[\"February, 2008\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=54995\",1,0,0],");document.write("[\"March, 2008\",\"league.php?scriptName=LEAGUEINFO&leagueID=9212&leagueInfoID=55117\",1,0,0]");document.write("];");document.write("");
document.write(" |
|