<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected {color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:alpha(opacity=60);}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0; top:0;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0 3px 0 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0; padding-bottom:0;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
''Advancement Strategies: Rebuilding and Retooling''
//(written by: GM Temm)//

When endeavouring to reach the pinnacle of your ~HockeyArena experience, you will ask yourself what strategy is best for reaching the highest point possible that your team can reach.  If your team is stagnating, dropping, or not realizing the goals you have for it, one option may be a rebuild - to dismantle some or all of your team in order to build from scratch usually employing a majority youth players from one's own youth school.  Another option would be to consistently replace components over time to improve.

The two extreme strategies: a total rebuild and sustainable retooling, are presented below.  There is considerable debate as to which strategy serves best to advance your team to the top.  Keep in mind that these represent extremes, and most likely a chosen strategy mid-way on the spectrum between them, taking elements from both, may provide better success for your team depending on your team's goals.

''1. Complete rebuild strategy''

Performing a complete rebuild will be a shock to your team.  You are selling off your players, essentially liquidating your assets, to make a resource pool from which you'll be training youth.  On a shallow level, the thought is that having youth, all of whom are around the same age, training and playing games for experience from the start, will result in a team strength peak that if timed correctly, should win a championship or two.

Because of the removal of players in exchange for youth, the start of a complete rebuild will see that team no longer able to compete with the teams around it.  It will fall in ranking and may relegate, perhaps several times, to a lower tier.  This will result in a loss of many fans as they flock elsewhere not understanding the validity and scope of your strategy.  The GM of the team will need to time correctly proper promotions during the cycle to time their peak with their arrival to their desired tier.

Since the youth will need to start developing their experience in games immediately, they will be placed into the line-up.  It is generally accepted that a complete rebuild is best done when the team is already in a high-level tier (i.e. I or II,) so that the youth can glean the added experience for playing game for a season or two at these tiers.  //(source: GM Tvares)//

Performing a rebuild properly is not easy.  Firstly, one should be very judicious when selecting candidate youth for the rebuild.  Always scout out the youth you are buying especially if the scouting cost is much less than that of the purchase price, and "never buy -? [loyalty] players unless [you] get them for cheap enough to sell in the future for a good profit."  //(source: GM aceshigh)//

It is a good idea to spread out the youth across multiple close ages rather than have them all the same age.  You must be wary that when the whole of your new team reaches 27 and again at 30 they become UFA and it will be difficult to have the resources to re-sign them all at once.

Keep in mind when planning a rebuild not to aim to compete at the level where target teams are now, but instead aim to compete at the level where you think your target competitors will be during your peak.  For example, don't build a 400 average AI team for competing at a level where there will be 550 average AI lines to compete against when you want to be there.  Furthermore, any changes to the game may result in a change in this target, usually an increase in the eventual target.

Know that performing a rebuild may either invigorate your ~HockeyArena experience by adding extra challenge and providing a fresh outlook, or it may wither your experience if it proves unsuccessful or too lengthy.  A benefit to a rebuild is that "developing young players can be fun" and you can participate in "the young guns [Canadian] tourney and [the] U20 [National] team."  //(source: GM jetsdude)//

''2. Sustainable retool strategy''

Aside from full rebuilds, many believe a better strategy is to employ a plan that will see the team raise to the top and stay there, that a team can be consistently good without rebuilds.  The concept involves a vigilant attention to replacing all parts over time with newer, better parts.

Each season should be dotted with a series of events, each event consisting of replacing a player with one that is younger and/or has more potential and preferably has comparable AI and experience.  This injection of youth allows the line-up to continually get younger and allows the potential for the team to sustain their position and even advance through this renewal.

To do so effectively requires "a plan.  Plan out how long you will have each player and when you'll be replacing them.  Some you may want to ditch at 6 potential, [and] some sooner depending on how many players you are dropping/replacing that season. ... [Make] at least one change per season.  [Don't] carry negative potential players."  //(source: GM Tarmore)//

Your plan needs to be flexible if opportunities should arise.  If a good, young player comes available and is affordable, take advantage of this and re-work the plan.

Your plan will change from season to season depending on the players your team has at any moment.  Because of this, a retool plan will not be provided here as gospel for one to follow.  Use your knowledge about the game and your decision-making abilities to derive a plan you feel is right for your team.  If it doesn't work, then use the feedback and make changes.

''3.  The singular complete rebuild addendum''

There is merit in a suggestion that new teams consider performing at least an initial complete rebuild when their training, regeneration, and facilities reach a respectable level.  (For example, 80 for each.)  This will remove all the low-quality players you start out with.  After this, one can continue to employ whichever strategy they feel best serves them.

''Discussion wrap-up''
	
Neither strategy is easy.  Both are fraught with the perils of balancing the correct variables and being able to make decisions at the correct times.  It involves following a plan; a plan that is unique per team and the individual running the team and carrying out the plan.  Only success will show the validity of the plan, and it may require change in order to meet trends or a change in the game.  Please note however one difference between the two aforementioned strategies - that the retool strategy allows for continued success compared to the by-definition fleeting success achieved by a complete rebuild.

Choosing a strategy may also be dependent on your personal goals in the game.  You may be a long term player who likes a consistent high spot in which case you may lean towards sustainable retooling.  You may be only interested in achieving a certain pinnacle for which one complete rebuild may get you that goal.

There is no question that any strategy can be assisted by making additional smart market moves that will derive excess cash required to acquire the players you want.  This is a game of economy, and you need to have the resources to bring in talent and/or bring up the stars from your youth school.  That is another topic.
''Goaltender Development''

//(written by GM Temm; content by GM ~Da-Mone)//

To maximize the development of a young goaltender, a team has to place him at the forefront and endure any sacrifice that befalls the team as a result of his inexperience and lack of skill at first.  Here are some pointers that will assist in making the most of your goaltender's training from the moment he arrives on your team.

''Nature''
Naturally, the player's quality and potential values will ultimately have a great effect on the players ability to succeed.  The higher these values the better.  Quality provides the absolute measure with regards to training, and the higher the potential, the higher that training will continue, until the training drop-offs inherent on the potential scale.

''Environment''
To supply a young goalie with the best training opportunity, he should be granted rights to freely use the best training and regeneration facilities.  Having these buildings have the highest maximum possible value will greatly allow any young prospect the ability to learn and soar.

''Nurture''
The young goaltender needs to play every single game without exception.  Preferentially, he will also never be pulled from the games he plays.  From these points, we deduce that truely maximizing training of more than one goaltender on a single team is ill-advised.

As fast as possible, train the goaltender's attributes as follows:
* Goaltending to 60
* Speed to 30
* ~Self-Control to 10 and Passing (i.e. Puck Control for goalies) to 10

Some training for goaltenders is proportional to the number of shots fired upon him during games.  Given this, one might consider reducing the effectiveness of the players in front of him in order to rack up those shots.  One may also consider setting up friendlies with teams that will ensure a high shot count.

''Note''
This is provided as an extreme example of goaltender development disregarding the team's success for the priority of training one young talent.  This is generally not an accepted practice for any team interested in maintaining their division rank and, if the team was real, fan support and team morale.

// Big thanks to GM ~Da-Mone for provision of the goaltender development pointers! //
''HA Player Form''
//(written by: GM Temm)//

Player form in HA is said to reflect a player’s current physical and mental condition.  The higher a player’s form, he can use his abilities more effectively.  Low form increases the chance of a player making costly mistakes.

Form’s effect on matches is not understood, but the majority of accounts seem to indicate there is a correlation, however small, between match results and the overall combined form of the players in each line-up.  More study, further revelations from the development team on the subject, or a better display or understanding of teams and scores would be items needed to more accurately document the connection.

Form ranges from 0 to 100 and at the time of the daily HA update, it can increase by 5 points, decrease by 5 points, or stay the same.  It will stay in an increasing, static, or decreasing state for long periods at a time if left alone and rarely change between states.  Injured players will see a form drop of 2 per day during the injury period.

Form is driven by events off the ice, in the player’s private life – out of control of the staff of the hockey club.  Maybe the player has had a death or serious injury in his family, or the player is having relationship problems, or alcohol or drug problems, or any number of human psychological conditions.  These will have a negative impact on the ice.

General managers can choose to play substitutes for those players that have low form and possibly get better results in games, depending on the relative skills of the player and his substitute.

If a player is being played often (i.e. 50% or more of important games,) he feels a part of the team and knows that a game off won’t mean he is riding the pine for the rest of the season.  For this condition, his form can get a boost from allowing him to take an important game off and deal with his personal life.  A falling form (-) will become static () and a static () form under 100 will begin to rise (+).  A falling form can be turned into a rising form given two consecutive games off so long as the player doesn’t fall under 50% important games played so far this season.

It is important to realize that at the start of the season, with no important games played, form hence cannot be affected by benching a player on the first game of the season.  Don’t do it.

Form regulating with games off is effective regardless of age.  If you are frustrated by a younger player’s form not increasing despite continued games off, consider that the younger players on your roster may not have played 50% of the important games in the season.

A form state change from decreasing (-) to increasing (+) suggests both the effect of a game off in conjunction with a usual random form state change.

For those players playing fewer than 50% of the games, a game off is unlikely to have any affect at all on a player’s form.

What constitutes important games throughout the season?  Counted among these are any club matches throughout the regular league season, playoffs, playouts, and any national or international in-game tournaments such as the National Cup, World Cup, and the NCHC.

Friendly matches are not considered important games in this context.  Friendlies played will not count towards a player having played 50% of important games.  Benching a player from a friendly will have no effect on the natural progression of form.

// Article constructed by personal experience, the HA guide book, HA news, and a HA international forum post by GM Geistero. //

//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''Good things to know prior to registering''

1. ''Read the [[rules|Rules]].''

Read through the [[rules|Rules]] which define protocols and activities that managers may and may not do.  Early misunderstandings can occur over users not adhering to the rules near the start.  Rule breaches such as a poorly named team or registering a second team, both offences punishable by account removal, can be avoided by having read and understood the [[rules|Rules]].

2. ''Pick a nickname'' (i.e. a nick) that you will stay with as your GM name, as you will not be able to change it.  Note that you can change the name of your team and stadium once every season.

3. "''Understand that this is a long term game.''  Patience is a must and if you hope [for] the adrenaline of a multi-player shooter on-line, you're definately not in the right place!" //(source: rachmede's guide)// Players and teams develop over many seasons.  With just over 5 ~HockeyArena seasons to a real calendar year, that should give you an idea of the time frames in-game.  You invest your time, receive feedback through how your team performs, make changes and receive more feedback, until you have a competitive franchise.
Background: #fff
Foreground: #000
PrimaryPale: #aef
PrimaryLight: #83bbde
PrimaryMid: #38c
PrimaryDark: #026
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
QuaternaryPale: #cf8
QuaternaryLight: #8f1
QuaternaryMid: #4b0
QuaternaryDark: #140
Error: #f88
If you wish to contribute content to this web site, feel free to learn some detail on the ~TiddlyWiki system that powers the wiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki.org|http://tiddlywiki.org]] for documentation on learning and using ~TiddlyWiki. New users are especially welcome on the [[TiddlyWiki mailing list|http://groups.google.com/group/TiddlyWiki]], which is an excellent place to ask questions and get help.
This is a checklist of tasks to run through on a daily basis.  The hope is that it'll expedite your log in time so that you can do as little (or as much) as possible in a small amount of time and not forget anything.

1. Check your team news page.  (Team | [[News|http://www.hockeyarena.net/en/index.php?p=manager_news.php]])
2. Check all the following points then adjust lines and/or match tactics as desired.
* Check results from the last game.
* Check for injuries.
* Evaluate next opponent on your calendar.
* View scouting page statistics in regard to your next match.  (Team | [[Scouting Department|http://www.hockeyarena.net/en/index.php?p=manager_scouting_form.php]])
3. Pull youth to the youth school.
4. Ensure some player is on the scouting queue if desired.  (Team | [[Scouting Department|http://www.hockeyarena.net/en/index.php?p=manager_scouting_form.php]])
5. Accept or deny any friendly challenges (Team | [[Chall.|http://www.hockeyarena.net/en/index.php?p=manager_challenges_form.php]])
6. //(optional)// Read the latest posts on the forum

And then there are tasks that follow a more weekly adherence as well:

1. Schedule upcoming friendlies
2. Bid for advertising revenue.  (League | [[Sponsor|http://www.hockeyarena.net/en/index.php?p=manager_league_sponsors.inc&spo_id=&action=info]])
3. Check if any of your players have gone to free agency, and act as desired in response.
4. Use your weekly allotted youth school scouting guesses.  (Team | [[Youth School|http://www.hockeyarena.net/en/index.php?p=manager_youth_school_form.php]])
5. Trim your youth school attendees as desired, either through promotion or firing.  (Team | [[Youth School|http://www.hockeyarena.net/en/index.php?p=manager_youth_school_form.php]])
6. Check stadium construction status and enact changes if desired.  (Team | [[Stadium|http://www.hockeyarena.net/en/index.php?p=manager_stadium.inc]])
7. Check current training schedules for all players, and change as desired.  (Players | [[Training|http://www.hockeyarena.net/en/index.php?p=manager_training_form1.php]])
8. Check the player market and bid as desired.  (Players | [[Market|http://www.hockeyarena.net/en/index.php?p=manager_player_market_form.php]])
9. Check for low levels of merchandise and restock as desired.  (Players | [[Stars|http://www.hockeyarena.net/en/index.php?p=manager_stars_form.php]])
[[WelcomeToHACanada]]
[[Canadian Tournaments|Tournaments]]
[[Utilities|Utilities]]
[[The Daily Routine|DailyRoutine]] - a checklist of tasks to run through
This is a section for frequently asked questions.  As there have been no questions asked here - hehehe, none are presented.  TODO: When we get some time, perhaps it would be good to traverse through the FAQ or Q&A threads on the forums and collate some pertinent questions for this section.  Anyone?
''Direct Your Market'' - [[Link to code: Direct Your Market|http://members.shaw.ca/dhume/ha/gm/ha_direct_your_market.user.js]]

This Greasemonkey script provides some decoration to the market results page(s) to assist Canadian managers by providing some at-a-glance highlighting that may assist them in their decision making.

The decorations include a color change for various player values (i.e. potential, experience, AI) if they are exceptional - red if poor and green if good.  Also included is a new column that gives the player's position, calculated from the player's attributes and the script author's opinion of which attributes make up each position.  Canadian players are highlighted by an extra red bar in front of their row.

Here is the code for this script.  Enjoy!  [[Link to code: Direct Your Market|http://members.shaw.ca/dhume/ha/gm/ha_direct_your_market.user.js]]
''Direct Your Player'' - [[Link to code: Direct Your Player|http://members.shaw.ca/dhume/ha/gm/ha_direct_your_player.user.js]]

Made for users of Hockeyarena, this Greasemonkey script will provide a bit of decoration to the player detail page.

The script will change the colors of exceptional values for potential, AI, experience, and loyalty to red if poor and green if good.  The player's position will be displayed prominently in a bar underneath the player's name, calculated from the player's attributes and the script author's opinion of which attributes make up each position.  Also, the potential hover-over has been replaced by an expansion description of the potential in terms of MAX next to the potential display.

The script was made to assist Canadian managers by providing some at-a-glance highlights that may assist in decision making.

Here is the code for this script.  Enjoy!  [[Link to code: Direct Your Player|http://members.shaw.ca/dhume/ha/gm/ha_direct_your_player.user.js]]
''Direct Your Roster'' - [[Link to code: Direct Your Roster|http://members.shaw.ca/dhume/ha/gm/ha_direct_your_roster.user.js]]

Direct Your Roster is a Greasemonkey script that will decorate your roster pages.  That is, it will make changes to your player attributes page (found in-game by going to Players | [[Players|http://www.hockeyarena.net/en/index.php?p=manager_team_players.php]]) and your associated player contracts page (reached by clicking on the [[Contracts|http://www.hockeyarena.net/en/index.php?p=manager_team_contracts.php]] link.)

The script will change the colors of exceptional values for potential, AI, experience, and loyalty to red if poor and green if good.  The script will include an extra highlight bar for Canadian players on the contracts page.  On the attributes page, the player's position will be given in a final column calculated from the player's attributes and the script author's opinion of which attributes make up each position.

The script was made to assist Canadian managers by providing some at-a-glance highlights that may assist in decision making.

Here is the code for this script.  Enjoy!  [[Link to code: Direct Your Roster|http://members.shaw.ca/dhume/ha/gm/ha_direct_your_roster.user.js]]
''Direct Your School'' - [[Link to code: Direct Your School|http://members.shaw.ca/dhume/ha/gm/ha_direct_your_school.user.js]]

Out of all of the Greasemonkey scripts in this series, the Direct Your School script is the one most susceptible to the opinions of the script author.  The script will provide some suggestions as to how to use your scouting attempts as well as how to order your draft picks.  Note that they are only suggestions and you should not feel compelled to choose what is suggested.  If you feel that the suggestions are unworthy, you can choose to disable this script under your Greasemonkey menu.  If you are lazy and not bothered with learning how to use this page, taking the given suggestions may be very useful.

For each player on the [[youth school page|http://www.hockeyarena.net/en/index.php?p=manager_youth_school_form.php]], the script will enhance the page by making a suggestion for both the quality range given and the potential range given with which to further narrow that range.  This value is carefully calculated to be the exact midpoint of the possible range left based on certain assumptions (as seen in the script.)  The midpoint is chosen as it presents the best possible usage of your scouting attempts based on the binomial theorem.

Secondly, the script will highlight one of your players in green and provide the suggestion that the next scouting attempt you use be used on this player, with the suggestion of quality or potential, and with the suggested value you use.  If you are lazy and don't want to evaluate what to do next with your scouting attempts, then this is an easy way of being smart.  You need not take the suggestion provided.  ''Note that after a scouting attempt, you must refresh the page in order for the script to re-evaluate'' what to do with your subsequent scouting attempt.

Finally, the script will offer an opinion based on the current information available as to what your 16 best draft eligible picks are.  These show up in a bracketed number after the prospect's name.  The rankings will change after a scouting attempt on a related player (and a refresh of the web page to re-invoke the script.)

Direct Your School will replace a scouted range (i.e. ?(88-88)) with the value displayed once along with the targeted icon.

The script was made to assist Canadian managers by providing some at-a-glance highlighting that may assist in decision making.

Here is the code for this script.  Enjoy!  [[Link to code: Direct Your School|http://members.shaw.ca/dhume/ha/gm/ha_direct_your_school.user.js]]
''Direct Your Training'' - [[Link to code: Direct Your Training|http://members.shaw.ca/dhume/ha/gm/ha_direct_your_training.user.js]]

This is a Greasemonkey script designed to help your needs in properly training your players.  You create training schedules you want them to follow and place these in the script.  You also create a relationship for each of your players to a specified training schedule also by placing them in the script.

Once complete, when visiting the ~HockeyArena player training page, you will be supplied with a green box for each player that will signify which attribute to train on next given the training schedule you have assigned in the script.  The manager can then aright all the drop boxes to match the highlighted green boxes (if desired) and save the current training.

The Direct Your Training script also shows the player's position at the end of each row based on the player's attributes (and the script author's opinion.)

To customize this script to match your team, edit the Greasemonkey script (instructions are provided at the bottom of [[this section|LoadingGreaseMonkeyScript]]) and perform the following tasks:
* Find the training schedule templates in the ~GetScheduleForPlayer function, and add all your desired training templates.  Some defaults are provided as examples.
* Underneath the training schedule templates, there is a training schedule map.  Gather your team's players' ~IDs, and to this object array list each player ID, followed by a //://, followed by the name of the training schedule (created previously) that you wish that player to follow.  Some examples are given in the code.  You may wish to append to each line a double slash (indicating you are going to place a comment here) followed by the player name so that you can keep track of who is who in the script, which is handy when you want to clean up players that have left the team.  For example:
<html><pre>		'34631995':defaultTemplateCenters,  // Mike Cole</pre></html>
Here is the code for this script.  Enjoy!  [[Link to code: Direct Your Training|http://members.shaw.ca/dhume/ha/gm/ha_direct_your_training.user.js]]
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>''Con'' - Lenght of contract (days)
>''Qua'' - Quality
>''Pot'' - Potential
>''Goa'' - Goalie skill
>''Def'' - Defense skill
>''Att'' - Attacking skill
>''Sho'' - Shooting skill
>''Spe'' - Speed skill
>''Str'' - Strength skill
>''For'' - Form
>''EXP'' - Experience
>''PIM'' - Penalties in minutes
>''Nat'' - Nationality
>''Lin'' - Number of lines that the player is a member of
>''Act'' - Active/inactive line (player)
>''Prio'' - Priority
>''Chem'' - Line chemistry
>''Max'' - Maximum possible line's chemistry for the chosen tactics
>''Aggr'' - Line aggressiveness
Advertising sponsors are available to be negotiated with on a divisional (league) perspective.  You can sign contracts with advertising partners to provide your team with additional income.  At the beginning of each week (i.e. Saturday) a group of companies will appear in every league.  These companies are interested in buying some of the available advertising formats the teams have to offer.  Each of these companies has a maximum weekly allotment budgeted.  The team who offers the best conditions (i.e. the lowest price) at the time of advertiser's deadline and evaluations (i.e. Thursday) will sign the final contract with the company.  This game feature is available [[here|http://www.hockeyarena.net/en/index.php?p=manager_league_sponsors.inc]].

In effect, the teams will be bidding for the lowest portion of the advertiser's budgeted allotment.  It may go something as follows:
Advertiser: "I'm willing to pay 8 000 000 for our name and logo to appear at center ice for a team in this league."
Team 1: "I'll bid that much.  I could use an extra 8 000 000."
Team 2: "I will offer that spot at center ice at our arena for less, say, 7 400 000."
Team 3: "I will also offer less for center ice - how does 7 500 000 sound?"
Advertiser (after considering the options placed by secret bid:) "I will sign with Team 2 for 7 400 000 to have my company's name and logo at their arena.  It is the cheapest option in getting what I want."

There currently are two advertising types: the arena's ''center ice'' and its ''boards''.
Note that there is a maximum of one contract per advertising type.

Teams sign contracts with advertisers for a period of two to four weeks.  In that time, it is possible to upgrade an existing contract with any one advertising type.  You can make bids on new contracts as long as the final amount is more than your existing contract.  If a new contract is signed at a higher amount with a new advertising partner before your existing contract is up, the current contract is superseded by the new contract.

Note that with one week left on a contract, you are bidding for next week's sponsor contract, so you will want to seek a new contract at this time for that advertising type and there are no bidding constraints.

''Visual Impact Rating''
This is the attractiveness of the specific advertising type for the advertisers.  Every advertising type has a basic visual impact rating, which is the same for every team.  The overall visual impact rating is then additionally affected by the size of the team's fan club.

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] June 8, 2012 and July 15, 2012)//
>//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 8, 2009)//
>''Betting Office''
>For sponsors, [there is] a betting office, where you're [going to] be able to bet on HA games and earn credits for your successful bets. Every sponsor will get 1000 starting credits at the beginning of each season (the betting office won't use the HA money), which he will bet on the results of HA hockey games, with the [previously generated] odds. Maximum possible income from one ticket is 1000 credits, you can create up to 5 tickets per day and minimum number of games per one ticket is 3. At the end of each season the best gamblers will be awarded nice prices from HA. Good luck with your betting!
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>Calendar shows upcoming and also recently-played matches. Day shown in bold will be the effective date of the next night-time update.
>You can cancel friendly matches in this window by clicking on the garbage can icon [img[http://www.hockeyarena.net/pics/del.gif]], this option is available only with matches which will be played 4 days or more from the date of the cancellation.
Click on a posted score to see a game summary.

A video icon [img[http://www.hockeyarena.net/pics/camera.gif]] on the previous day will direct you to the game's play-by-play.

For future games, the clipboard icon [img[http://www.hockeyarena.net/pics/setup.gif]] will allow you to change the game setup (i.e. tactics specific to that game only.)

For those with a sponsor pack, the binoculars icon [img[http://www.hockeyarena.net/pics/search.gif]] will allow you to request an automatic search for an opponent to schedule a friendly game with on that day.  A binoculars and clipboard icon [img[http://www.hockeyarena.net/pics/search1.gif]] signifies that there is already such an unfulfilled search underway, which can be cancelled by clicking on it and clicking //Delete// in the resulting page..

Match results from the previous season are wiped when a new season begins, so be sure to check game results and scout any games if desired prior to the season end.
Here is a list of countries that do not have their game time at the default 22:00 HA time:

*19:00 HA time
**Russia //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 24, 2012)//
*19:30 HA time
**Germany  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] May 6, 2012)//
*20:00 HA time
**Austria  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] March 21, 2015)//
**Belarus  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] October 5, 2012)//
**Bulgaria  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2013)//
**Lithuania  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 15, 2013)//
**Slovakia  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] May 22, 2011)//
**Slovenia //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2015)//
**Ukraine  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] October 31, 2012)//
*21:00 HA time
**Czech Republic //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 24, 2012)//
**Latvia  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] October 5, 2012)//
We want to know how, as a community, the Canadian managers can work together to improve the performance and ranking of their National teams.  Click on the various sections below to get a better understanding of the complexity of doing so and potential ways of forwarding that goal.

As the National U20 and National teams are somewhat different, the U20 team will serve focus in this guide, and a separate National Team section is provided after.

[[The Problem|Guide-DevelopingNationalPlayers-TheProblem]]
[[The Proposed Solution|Guide-DevelopingNationalPlayers-TheSolution]]
[[The Sacrifice|Guide-DevelopingNationalPlayers-TheSacrifice]]
[[The Alternative|Guide-DevelopingNationalPlayers-TheAlternative]]
[[Organizational Ideas|Guide-DevelopingNationalPlayers-OrganizationalIdeas]]
[[Helping Opportunities|Guide-DevelopingNationalPlayers-HelpingOpportunities]]
[[National Team|Guide-DevelopingNationalPlayers-NationalTeam]]
[[Outliers|Guide-DevelopingNationalPlayers-Outliers]]

''Credits''

This article was written to encapsulate the thoughts of Canadian managers on the topic as presented in the //Rebuilds// thread on the HA forum.  The viewpoints presented are mostly not my own, and I would like to thank the following individuals who posted to that thread and in essence contributed to the creation of this article:  //Domino J, tothemaxx, Tvares, aceshigh, Stefman454. friznog19, Temm, Hettrick, Macos, ~MackOwens, ~Da-Mone, and ~QueBert//.

//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]], [[Organizational Ideas|Guide-DevelopingNationalPlayers-OrganizationalIdeas]] section)//

3. Tracking and Player Classification

A fun addition may be to classify players given certain metrics met, or a specific state.  For example, a classification of a player prospect sold out-of-country.  Maybe introduce a certification level that managers could aspire to get their players to (although certification may very not guarantee roster placement on the National team.  Classifications might be for level of AI achieved, games played, high training recorded over time by measuring the delta in AI.  Perhaps a separate classification for those who've had the most appearances on the countries top trainers' list would be good.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]], [[The Solution|Guide-DevelopingNationalPlayers-TheSolution]] section)//

''4. Must find preferably Canadian, knowledgeable, and willing delegate teams for training.''

One of the most valuable assets to driving a National team are managers willing to act as delegates to train the best prospects.  In doing so, they sacrifice some of their team's ability to win games by putting the priority on the assigned prospects to be trained.

To qualify as being a good delegate team:
* it must preferably have training and regeneration facilities of 180 in each with a minimum of 150 in each.

In addition, the manager must:
* not only be familiar, but knowledgeable, with what is expected of them.  Refer to the training plan in 1. above.
* ensure that the line set-up for the training does not change, even through injuries day-to-day
* ensure that the prospect players are on an appropriate training schedule at all times

The delegate team is preferably Canadian since teams in other countries may not represent our best interests.  In fact, an effort could be made to advertise to and get willing delegates with cash to reclaim good players that had previously left Canada and are on the market.

Note that the delegate team isn't required to be from a high tier division.  You do not get better training in higher tiers - only better experience.

There could be a case where there is no delegate team willing to train a prospect.  In that case, any team, including yours, can be a delegate trainer - follow the training plan and do your best in this case.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]], [[The Solution|Guide-DevelopingNationalPlayers-TheSolution]] section)//

''6. Must have a good U20 National Team GM.''

Canadians should be aware of the National team manager candidate choices and their values and make appropriate selections during each National team manager election.  On top of whatever promises the candidate will make, he must be willing to
* contact teams whose prospects include great ones and encourage training
* advise on the attribute distribution of the various players to provide a balanced team positionally
* consider (as any other manager may) tailoring tactical attribute distribution for role-matching

Candidates for an election for a National team manager must consider that the cost alone of scouting a great many players in a short amount of time an amount to significant costs that can stymy the economy of your personal franchise.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]])//

''Helping Opportunities''

How can managers aid the National team?  Here are some ideas.

1. Scout some players for the National team manager and provide the results.  Contact them first to indicate your wish so that you don't duplicate efforts and scout players that someone else has scouted.  This will suck up resources if you intend to use a faster-than-16-day scouting which I'm sure the National team manager will prefer.

2. Train a player for the National team.  If you have a prospect, or have the money to buy a prospect, then put them on the training plan and try to have them crack the line-up.  If they don't make the team, you'll still have an excellent player afterwards.

3. Take one or more of the organizational ideas above and either act on it or brainstorm easier ways to achieve the results.  Communicate with the community your intention so that you can be contacted by others if they already have something in the works.  Work on it together perhaps, or choose a different idea, or come up with an idea of your own.  Innovate!

4. Add to this article.  This is meant as a guide for those interested in the National teams.  If there are better ways of providing the information, I would like to hear it.  Should one section be removed?  Or combined with another?  Is there some pertinent information missing?
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]], [[The Solution|Guide-DevelopingNationalPlayers-TheSolution]] section)//

''1. Must have buy-in from many Canadian managers to follow the plan.''

The enthusiasm is present to drive assistance for the National programs, but it is mostly blind with respect to the measures and sacrifice required to train youth to their highest possible level.  The buy-in need not be 100%, but the understanding should be that the less prospects are unattended, the better.  We must grudgingly accept that some will fall through the cracks.

What is the plan?  Essentially, good players need a manager's commitment to playing time.  The plan is rather stark, involves sacrifice and some risk, and plays out as follows:
* You pull a grand player, one that you through confirmation would consider a potential roster lock for the U20 team.  What do you do?
* Can you sacrifice team position/ranking to play that player in your first line, with a three-lines-only 65/55/45 distribution as well as adding the player to your 1st line power play and penalty killing units?  In the case of a goaltender, are you in a position to play him as your starter?
** If yes, then your team can be considered to be that player's delegate team.  It may be, though, that your team doesn't qualify for being a good delegate.
** If not, or if your team is not a good delegate, then find a Canadian delegate team manager willing to make that sacrifice, and sell the player as soon as possible to avoid being behind on possible training.  This selling is a risk as it is possible that another manager (even perhaps from another country) may pick up the player and subsequently not provide the training needed.  Advertise his being sold to the Canadian private forum to increase the chances of the prospect being picked up by a willing delegate team.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]], [[Organizational Ideas|Guide-DevelopingNationalPlayers-OrganizationalIdeas]] section)//

4. Metrics Measurement

How are we doing?  How will we know that we are having the impact we desire with any new plan put into action?

We need to measure how well we are doing.  What is the range of the best 20 at any particular age?  How has that range changed over the season?  (That is, how good has the training been week-to-week?)  How does it compare to measurements of training from last season for this range on this age?  How does it compare to the same from other countries?  In other words, are we getting better?

Metrics should provide us with an idea of whether efforts to impart education about the National teams and how best to prepare prospects is having an effect at all.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]])//

''National Team''

The guide has been mostly written to satisfy attaining roster players for the U20 (or junior) National team.  The senior National team is a whole other ball (puck?) game.  Building for the U20 team is but a microcosm for National team building.  Instead of the focus being on those aged 17 to 20, the focus must continue throughout the players' entire career.  Everything in the guide applies but must be massaged to fit the context of a National team.

Managers need to realize that to reach National team caliber, and to improve the level of the team, those players need that top line ice-time throughout their career, from their junior beginnings until the time their age catches up to them.

Unlike the junior program, player potential now factors in big-time, where most National team players are max-2 potential at worst.  Once a great player with terrible potential (max-4 or worse) completes his rounds at the U20 age, then perhaps he no longer needs to focus on being played all the time as he most likely will no longer make the National team due to declining training.

Canada needs to have enough players from each age to be able to properly cycle the ranks and provide the best for each tournament.  This method is fraught with peril - there will be injuries, there will be movement of these players between teams, perhaps to managers who will no longer give them the ice-time they require if any!

There could be a concerted effort poised to cripple opposing National teams.  Players of known value can be purchased and not played full minutes in an organized way.  This would be frowned upon though and may risk banishment from the game.  Even given that, we should watch that we don't fall victim to such a macro-strategy from an opposing team.  Buy our good players if possible.

For the National team, all managers must plan ahead even further.  Will my 23 year old be on the National team in 4 years time?  He might, but without examining this question, you may not know or even recognize the possibility, and may not give him the preparation he needs to get there or stay there.  Comparison with the rest of the best is always a good idea.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]])//

''Organization Ideas''

Here are a few high-effort ideas people may partake in to assist the National programs.  Click on each to get a better description.

1. [[Delegate Teams List|Guide-DevelopingNationalPlayers-TeamsListIdea]]
2. [[Top Prospects List|Guide-DevelopingNationalPlayers-ProspectsListIdea]]
3. [[Player Classification|Guide-DevelopingNationalPlayers-ClassificationIdea]]
4. [[Metrics Measurements|Guide-DevelopingNationalPlayers-MetricsIdea]]
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]])//

''Outliers - Bubble Players''

There will always be players that have gone through powerful training - at least, one would hope - and not make the respective National or National U20 team as there are that many better prospects to choose from.  Having one or more of these outlier cuts can be a real downer and result in bad feelings.  You worked hard to put a player there, but he is unused.  He loses that extra training and experience he could have gained if he were playing on the team.  Who knows what the player's National team manager is thinking in these cases?  He does makes the choices of who gets placed where, though.

It is a potential risk with being a delegate trainer team that you must take on.  You can lessen that risk by researching where your player stands in the top lists, and either continuing the extreme training or bowing out.  That is, be aware of the relative standing of the players.  However, I'm sure the National team manager would appreciate having more choice than less choice.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]], [[The Solution|Guide-DevelopingNationalPlayers-TheSolution]] section)//

''3. Must have the right prospects.''

In addition to having a limited number of prospects, they have to be the right ones.  The National team manager should communicate his requirements and expectations of players and their attribute distribution.

Please do not dismiss players with high quality and terrible potential (e.g. 95+ quality and max-7 potential.)  There is a false perception that these cannot be useful.  However, for the U20 tourney, potential (and loyalty) do not matter.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]], [[The Solution|Guide-DevelopingNationalPlayers-TheSolution]] section)//

''2. Must have enough prospects to compete.''

It is not the absolute quantity of prospects that'll necessarily drive a title run, but the quality of the top 20 prospects provided to the U20 program.  Any country can compete in the U20 if they are able to drive 20 players (with 90+ quality) under solid, sustained training and ice time.  At minimum, 5 players each on 4 willing delegate teams can provide a viable team.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]], [[Organizational Ideas|Guide-DevelopingNationalPlayers-OrganizationalIdeas]] section)//

2. Top Prospects List and Player Tracking

Organize an extensive tracking of youth through their career as prospects for the U20 and National team.  It has been suggested that the tracking begin as early as 16-year-olds and their player development the minute they emerge from youth school, but there is a lack of information public to managers organizing this at a 16-year-old level.  //GM friznog19// created a job of 17-year-old coordinator to help contact managers about training them for the next subsequent U20.  Several people have volunteered to help with scouting and tracking, but it remains to be seen how effective their results in doing so are.

For every age, list the best prospects.  Go a bit further than the top 20 to encompass a proper balance for positions.  Every second year 20 and under will be useful for the U20 manager.  Every possible age (except the really old) will be useful for the National team manager.  If at all possible, communication with managers should provide more information about the players and their attribute distributions.  This list would be as private as can be considering its sensitivity.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]], [[The Solution|Guide-DevelopingNationalPlayers-TheSolution]] section)//

''5. Must have a pool of money to burn.''

It will take a large pool of money to win the U20 or the seniors.  Money is used by the National GM and various helpful aides in scouting out players, both in the Canadian system, and in the other countries in order to get a good read on the competition.  Money is also used, at whatever cost, to buy the best Canadian prospects.  For the grand ones, this will mean several millions in cash.

An example was given //(source: GM aceshigh, referring to GM Stanlinho)// where a National team GM bought several players with 95+ quality, trained them in a money-sink, 250-valued training and regeneration facilities, and scouted up to 250 top players for the age group to be able to build a team to match opponents.

A National team manager shouldn't have to carry this burden alone, and hopefully there are enough willing teams with enough cash to supply well-communicated, hopefully non-duplicated knowledge to the National team manager.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]], [[Organizational Ideas|Guide-DevelopingNationalPlayers-OrganizationalIdeas]] section)//

1. Delegate Teams List

Someone can organize a dynamic list of managers with qualifying delegate teams willing to act as hosts for top prospects, have training position(s) available, and have money to buy prospects.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]])//

''The Alternative''

The alternative is not having managers' commitment to training or selling.  Players on the top of the lists per age group may easily waste away on rosters with 0 minutes played in league games.  The result being players with very low experience and only moderate AI.  Should the dice roll the prospects to managers who have not a care or do not know the implications, then the Canadian U20 team wouldn't have a chance against other countries that have prepared their best for the tournament.

As you can see, the preparations for tournament success start long before the choice of a National team manager by election, and it is all Canadian team managers' responsibility to drive it forward.  We have limits in our ability to influence managers to attend to their proper grooming as U20 (and possibly even National team) members.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]])//

''The Problem''

The Canadian National and National U20 teams have under-performed in the past.  Canada and its managers can be preparing more players sufficiently for these tournaments.  There has been seen a gap in the AI range of players provided by Canada compared with those provided by specific other countries.  Canada can always do better in this preparation.

We can attribute the aforementioned AI gap to a cascade of realities based on those countries that have the advantage:
* they have a greater quantity of managers, therefore
* they have a greater quantity of serious managers, and
* they have more teams with a 100 level youth school
** this provides a statistical advantage in acquiring a greater quantity of higher quality prospects, and
* they have more teams that can financially afford the push to get higher training and regeneration facilities (at value or closer to value 250 on each)

The points do provide some direction for early franchise development - that a 100 level youth school and high levels for training and regeneration adds value by closing the gaps.  However, there is and will still be a overall quantity of managers conundrum that is unlikely to be overcome without significant personal investment - this is a separate topic.

Despite these inherent advantages listed above, some believe that exercises in vigilance and communication can lead to better execution of player preparation and can ultimately lead to more medals for our country.
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]])//

''The Sacrifice''

When approached by veterans with advice on how to best train the top prospects, some managers provide a lot of resistance.  After all, it is their team and they can do with it what they want.  And if it happens that one of the best prospects is on the team, that is great for them.

And the training program advised?  Why would I do that?  Putting young guys on the top line will make me lose games.  Switching from 4 lines to 3 lines is not my style.  Why should I do something that will hamper my team's ability to be successful at every opportunity?  And why oh why would I want to sell this prospect if he is so good?  And sold to fellow Canadian teams - what if he is in my division?  That player would get better quickly and I would fall behind his team since I gave him the better talent.

Therein lies the sacrifice.  If there is a wish, an enthusiasm to help the National team program, then following the prescribed practices should assist the program.  The plan is critical to the level of the available talent to draw upon.  If you train up a player as such, he will become a great player on your team.  If you sell such a player, then chances are you will be reimbursed generously in the transaction.

Not every manager will want to be a training delegate.  Though it would look rather surreal if everyone in Canada had a full training top line with three lines being played, and representation on the power play and penalty kill, I wouldn't expect it.

Would you be willing to give 30+ minutes of ice time to a 98 quality, max-6 potential player with known minus loyalty?  //(source: GM Macos)//
//(part of the series of articles in the [[National Team Players Development Guide|Guide-DevelopingNationalPlayers]])//

''The Proposed Solution''

A concerted effort making the majority of managers aware and having ubiquitous buy-in should have a positive effect.  "We have more than enough managers to compete in [the] U20." //(source: GM tothemaxx)//  We may not be able to increase the statistics to draw in our favour, but we can start measures to assist in reversing the apparent lack of Canadian player development.

The campaign must be sustained and not limited to instances of veterans of the game proffering advice on player training often ignored by owners of teams coveting valuable prospects.  The thought is that we could organize something that other countries are not (or are not implementing with success) such that we could eclipse their efforts.  Even having as many Canadian managers as possible read this guide may enlighten them to options they have to develop National team-bound players or in aiding the future National team managers to win.

What items must be addressed to vault the team to the next level?
* Point 1 - [[Must have buy-in from many Canadian managers to tow the line.|Guide-DevelopingNationalPlayers-ManagerBuyIn]]
* Point 2 - [[Must have enough prospects to compete.|Guide-DevelopingNationalPlayers-PlayerQuantity]]
* Point 3 - [[Must have the right prospects.|Guide-DevelopingNationalPlayers-PlayerQuality]]
* Point 4 - [[Must find preferably Canadian, knowledgeable, and willing delegate teams for training.|Guide-DevelopingNationalPlayers-DelegateTeams]]
* Point 5 - [[Must have a pool of money to burn.|Guide-DevelopingNationalPlayers-SpendingMoney]]
* Point 6 - [[Must have a good U20 National Team GM.|Guide-DevelopingNationalPlayers-GoodNationalManager]]
Click on each point to bring up more detail on the topic.
Information about the players involved in the draft can be found in the Youth School web page (i.e. Team | [[Youth school|http://www.hockeyarena.net/en/index.php?p=manager_youth_school_form.php]]).

> //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 25, 2014)//
>''Hockey Arena draft:''
>
>Every last Saturday of the season, there will be a Hockey Arena player draft. This gives you an opportunity to "Draft" one youth into your franchise every season!
>
>During the season, you can review and scout the draft picks, and prioritize them from day 1 through the last Wednesday of the season (day 67). You can scout the draft choices ahead of time during the season, but keep in mind that your scouting 'missions' are shared between your normal youth school and this draft.
>
>You have to pick at least one player to be able to get a player at all, and you have to pick 16 players to be SURE to get one. It is recommended to always choose 16 players and sort them by their value, or what you think their value is.
>
>...
The draft is executed on the last Wednesday of the season, once managers prioritize their picks.  The drafted player (based on your draft position and priority list) will be moved to your Youth School following the season update on the last Saturday.  On the new season, a new crop of draft eligible players are shown on the youth school to be drafted at the end of this new season - the following draft.
>Every team at the time of the draft will be assigned a weighted score/rating for the draft. This score will be determined predominantly by the youth school level of the team, because the more players you pull over the course of the season, the better your chances are at getting a higher score. Additionally, this score is affected by the quality, potential, and age of the youth school 'graduates' that season.
>''Note: The picking order of teams will be reversed - the worse players you pull out of your YS, the higher the final picking position!''
>
>The drafted players will have some initial experience based on their age.
''Preliminary Draft Order''
There is a preliminary draft order listing at the bottom of the youth school page that shows the order of all of the teams in your league for the next draft.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 14, 2014)//  The preliminary draft order list is updated __weekly__. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 1, 2014)// It will keep changing right up until the seasonal draft occurs.

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 1, 2014 and TODO)//
The ranking is based on a combination of two values:
* The combined value of youths pulled to the youth school in the last 70 days, and
* The combined value of players promoted to the main roster in the last 210 days (i.e. 3 seasons) from the youth school, where whether he is still on your team or not, and not yet retired.
The ranking is designed not to bring parity to a league but rather a more even field to distinct youth school production.

Managers with the sponsor pack can display a list of their players who are degrading the team’s draft position.  This is available on a link near the bottom of the draft page. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 7, 2014)//

''Notes''
* In divisions with 12 or more inactive managers, the overall quality of players available in the draft will be considerably lower.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 1, 2014)//

''Draft Icon Legend''
In the Your Draft Picks list (i.e. the first of the two draft lists):
* <html><img src="http://www.hockeyarena.net/pics/top.png" style="width: 13px;"/></html> - Move to the top of the draft picks list.  This effectively makes the selected draft pick your top choice, if not already at the top.
* <html><img src="http://www.hockeyarena.net/pics/up.png" style="width: 13px;"/></html> - Move up one position.  This moves up the pick chosen to be ordered higher in your preference by one position, if not already at the top.
* <html><img src="http://www.hockeyarena.net/pics/down.png" style="width: 13px;"/></html> - Move down one position.  This moves down the pick chosen to be ordered lower in your preference by one position, if not already at the bottom.
* <html><img src="http://www.hockeyarena.net/pics/bottom.png" style="width: 13px;"/></html> - Move to the bottom of the draft picks list.  This effectively makes the selected draft pick your last choice, if not already at the bottom.
* <html><img src="http://www.hockeyarena.net/pics/unpick.png" style="width: 13px;"/></html> - Remove as pick.  This deselects the player as a team choice and moves the player back to the second list below.
* <html><img src="http://www.hockeyarena.net/pics/note.png" style="width: 13px;"/></html> - Write a note about this draft prospect.

In the Other ~Draft-Eligible Players list (i.e. the second of the two draft lists):
* <html><img src="http://www.hockeyarena.net/pics/pick.png" style="width: 13px;"/></html> - Pick / Select this player among your picks.  It moves this player to the first of the two draft lists along with your other choices, as long as there are not already 16 picks made.
* [img[http://www.hockeyarena.net/pics/del.gif]] - Remove pick.  This removes this pick from your list.  Choose this option if you do not want to see this player in your lists.  This does not remove the player from the available picks for other teams in your league.  Note: to get removed players back to your list, remove them all and then it'll reset to show them all once again.
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>During a day-off the team can play friendly match with any other team that has a day-off as well. Income from sold tickets is devided among both teams equally. It's not an advantage if the team plays home. Match importance affects both players' motivation and chance of any player's injury in friendly match but not the team's mood.
>
>''Sending a challenge for a friendly match''
>You will choose the team that would you like to play against. You will open his window where is the possibility for friendly match challenge. You can choose between Normal or Playoff (Playoff matches are extended until one of the teams scores the winning goal). After clicking on one of them the opponent team's calendar is displayed. During a day-off you can choose from Home/Away by clicking on it and the challenge will be sent. You can send challenge for both home and away match to the same team. This way you can send challenges for the same day to more than one team. Team that will accept the challenge as the first one you will play the friendly match against this team and all the others challenges will be cancelled. You can send challenges during all free days. In case that you will advance into play-off all challenges will be cancelled after regular season. As you can send the challenges to all teams, all other teams can challenge you. This you can check in Team, Challenges page. By clicking on Accept or Cancel you will choose if you would like to play or not. It's possible to cancel a friendly by clicking on the trash bin in the Calendar (you can't do it if the match will be played within next 3 days).
>Manager with ''sponsor pack'' can plan friendly matches automatically. Look [[here|Guide-SponsorPack]].
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>''Ticket Price''  //(section source: excerpted from the Calendar section of the HA Guide)//
>Ticket money is the main income of a team and therefore it is necessary to carefully consider ticket pricing before every home game. As a guide, the [[scouting department report|Guide-ScoutingDepartmentReport]] always estimates the ideal ticket price for maximum income in each match and for the maximum fan attendance.
>The game tries to simulate spectator interest in every league match according to differences between teams. The system determines this interest based on the fact that league matches between equally matched teams tend to be more exciting matches, generating more spectators with more interest that are willing to pay higher ticket price.
>Setting ticket prices too high can cause low attendance at the match !!
>The detailed match report gives information on total spectators in attendance and total income from ticket money.
>//League matches//
>All ticket money income goes to the home team.
>//Friendly matches//
>Revenue from the match is split evenly between the opponents. Home ice advantage doesn´t influence players' motivation.
>//Matches in the world league and in national cups//
>Revenue from the match is split evenly between the opponents. Home ice advantage doesn´t influence players' motivation.
>
>''Importance of the match''
>Manager advises the players of the importance level of the following match for the team prior to every match. Importance influences team motivation and increases risk of injury.
>//Low importance// players play match relaxed without stress and team spirit slightly improves.
>//Normal importance// players play with normal motivation, team spirit does not change.
>//High importance// players play very hard with high motivation to win, team spirit is tense and sinking.
>Spirit tends to settle at "normal" value (normal = Cold).
>
>''Motivation reward''
>Motivation reward is a bonus paid to each player for one match. It is paid only if the team wins, and is paid to every player in line up (including backup goalie). It increases daily motivation of players relative to the player's daily salary. It is recommended to use it, especially for important matches.
>Maximum effective reward is 10 time a player's daily salary!
The maximum motivation bonus per game per player is 3 000 000.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] March 1, 2010)//
>''Shot targeting''
>Shooters, aiming at goalie's weak spot, have better chance of scoring. Its possible to set team's shots targeting preference on the match setup page. In case of normal targeting, the shots are distributed evenly. This setting is also displayed on the match report page.
>
>''Ice time distribution''
>Lines can spend their time on the ice unevenly so the best line will spend more time on ice than the worst. The ice time distribution is the exact time in seconds, that each line will be on the ice. After the last line has spent it's time on ice it's replaced with the first line and so on.

Advanced tactical options are discussed in [[Game Tactics|Guide-GameTactics]].
TODO: This section should be a discussion of what is found in the game report.  If you want to write this up, please let us know and do so, and we'll get your write up in here (and edited for spelling, etc.)

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 28, 2014)//
It should be noted that ''Hitting'' value shown on the game report is now being displayed on the page (and stored in the database) as being 20% less than it was before, as of the January 28th, 2014 news report.

You can scout a game by clicking //Scout game//.  For more details, see the [[Game Scouting|Guide-GameScouting]] section.
For an additional fee, managers can use their scouting department to delve further into a particular game.  This game scouting will uncover insights such as:
* what shot targeting your opponent was using against you,
* what game importance your opponent has set for the game, and
* the distribution of where the goals were scored on the goaltender.  This information can be used to speculate on where and if the goalie has a weak spot.

Game scouting can be done by clicking the //Scout game// link on the game detail.

An alternate method of scouting a game would be to use up a youth school scouting attempt to do so. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2015)//
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>Hockey Arena (HA) is a hockey game in which you manage a hockey team in competition with other managers from all over the world
>
>You play the role of the manager and also serve partially as coach (but not owner!!). You buy and sell players, improve your stadium, develop young [prospects], set your team's line-up for matches, along with other duties.
>
>You perform all team management tasks through the game pages - you view [[recent events|Guide-TeamNews]] in the team, you [[set your line-up|Guide-LineUp]] for your next match, you [[acquire players on the market|Guide-Market]], etc.
>
>The so-called "night update" runs automatically every day at 22:00. During the night update, the following activities take place, in order :
> - termination and automatic extension of the players' contracts
> - thorough player scouting
> - payment of costs from the team's cash
> - calculation of building progress
> - processing of transactions on the transfer market
> - team assignments to new managers
> - matches
> - training/recovery of the players
> - players' night recovery
>
>''Night update lasts from 60 to 90 minutes and the game is closed during that time.''

Some countries now have game times (i.e. match calculations) at times other than the default 22:00 HA time.  They are listed [[here|Guide-CountryGameTime]].
> //(source: [[HA Guide, Game tactics|http://www.hockeyarena.net/en/index.php?p=guide.gui&a=disp&type=section&id=5]] February 4, 2015)//
>You can set the tactics for every game individually, or you can change your tactical profiles, for league, friendly or other games, this profiles will then be used for all games of the same type.
>
>''ACTIONS''
>''Actions, if successfully executed will change the chosen tactical option during the game, based on one or two conditions.''
>
>''Remove line''
>Removes specific line from the rotation. It can be restored later with the corresponding action.
There is an option available to restore the removed line under certain conditions.   //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2015)//
>''Use ?. goalkeeper''
>Pulls the current goalkeeper and the backup will take his place. They can be switched back by executing this action again.
>
>''Change ice-time''
>Changes ice-time of lines. The original ice-time of a team can be seen on the game report page in the line statistics section.
>
>''Copy opponent's lines''
>Matches the ice-time of your lines with the opponent's so that your 1st line will play against his 1st line, 2nd against 2nd, and so on. If both teams use this setting, the away team will copy the home team's ice-time.
>
> //(source:[[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//  In case both opponents turn this option on, the away team will copy the home team's ice times. In case you have 4 lines in the match and the opponent only has 3 and you turn on the copy option, only the first 3 of your lines will be used in the match. If you have only 3 lines available for the match and your opponent has 4, it won't be possible for you to copy his lines.
>
>''Tactical points offense, defense''
>Sets the offensive/defensive bonus for the period in form of tactical points a total of __30__ points can be used in one game. For example 'Tactical points offense 15 defense 5' will set the bonus to 15/5 in favor of offense. You can use all your points in one period, or you can distribute them more evenly throughout the game.
>Your first period tactical points setup, if not changed, will be used for all the remaining periods.
>If you try to use more points than the 30 point game limit, the system will automatically assign your remaining points and the rest of the game will be played with 0/0 bonus.
>For example distribution 20:0 means:
>1. period - 20:0
>2. period - 10:0
>3. period - 0:0
>Tactical points can only be changed at the start of the period so your conditions will be evaluated only at the start of the period too!
An additional, and separate, __10__ points for distribution are to be split between offense and defense __in overtime__.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2015)//

''Increase/Decrease Lines' Aggressiveness''
Increases or decreases the aggressiveness of the lines.  For now, this change under certain conditions affects only the standard lines. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2015)//
>''CONDITIONS''
>''Conditions are evaluated during the course of the game, or every time a specific event happens. If all conditions of an action are met, the action is executed and then deactivated for the rest of the game.''
>
>''None''
>The action is executed at the specified time of the game, without any criteria.
>
>''We are losing by at least ? goals (0 = tie)''
>Evaluated once at the specified time of the game, and then every time a goal is scored against our team. You can use negative values. For example -1, if a goal is scored against us and we are still winning by 1 goal, this condition will be evaluated as true.
>
>''We are winning by at least ? goals (0 = tie)''
>Evaluated once at the specified time of the game, and then every time we score a goal. You can use negative values. For example -1, if we score and are still losing by one goal, this condition will be evaluated as true.
>
>''Our goalie allowed ? goals within ? minutes''
>Evaluated every time a goal is scored against us, if the goalie has let in the specified number of goals within the time period, this condition will be evaluated as true.
>Example:
>Goals allowed at 0:00 and 10:00
>Our goalie allowed 2 goals within 11 minutes - will be true
>Our goalie allowed 2 goals within 9 minutes - will be false
>
>''Our goalie has lost his focus''
>Goalkeeper can lose his focus and confidence, if he allows too many goals in a short time, when that happens, this condition will be evaluated as true. Goalkeeper who has lost his focus performs way below his actual skills.
>
>''Opponent has removed any line''
>Evaluated once at the specified time of the game, if our opponent has already removed any line, this condition will be evaluated as true. It is checked again when the opponent removes any line later.
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>//Canadian scoring productivity// - players are ranked according to total goals and assists.
>//Best shooter// - players ranked according to number of goals scored.
>//Best defender// - defenders ranked according to number of goals and assists allowed. This category includes every player who has played all league matches in the defender position.
>//Best goalkeeper// - goalkeepers ranked according to save percentage.
To be eligible for the goalkeeping statistical awards, your goalkeeper(s) must have played at least 15 games in the season and must have accumulated at least 900 minutes.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] June 13, 2009)//
>At the end of every regular season the best league's players in the above categories are evaluated. 10 best outfield players and 5 best goaltenders are awarded in each category.
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>''The way of setting formations and substitutes''
>It's possible to create and set up the lines in Lines window. Goalie set-up in the Lines subwindow, in the upper part of the screen, in the subsection Goalies - after clicking on Add button you will choose from the list of all players those players who you are planning to place on a goalie position. Then you will mark this player by the G letter. Then you will click on Create button and all goalies will be added into your line-up. Now you need to select priority. According this the goalies will be seeded into the match as the first or second goalie. You will set this up by changing of the number next to the goalie in Prio column and confirm that by the Change button. The player who has the highest number he will be considered as a first goalie and vice-versa. The other players with even lower priority number will play in the match only in the case that some of the players with higher priority number is injured. Example: you have three goalies with priorities set to 3,2 and 1. The match will play the goalie with priority 3 and second nominated will be the goalie with priority 2. In the case of injury of player with priority 3, the player with priority 2 will be automaticaly set as starting goalie in the match and the one with priority 1 will be the backup goalie.
>
>Then it’s necessary to set up your lines. In the Lines subwindow, there is a special place where you can check, change and create your lines. After clicking on Add button the list of all players will be displayed. It's necessary to choose all 5 players into each line from this list. It's necessary to choose center (C), right and left winger (RW, LW) and right and left defender (RD, LD). Now you need to click on Create button and the next window will appear. Here you can name your line and change it's priority. Click on Next button and you will see this line in the list. This way you will choose all lines - you can create at the most 12. Then you need to set the priority up as you did to your goalies. Although you can create 12 lines, up to four will play in the match (with highest priority).
>
>Lines and goalies. You can switch them on and off by checking the boxes. Player (line) who is switched off, or player (line) who can't be used in the match is highlighted by gray color. Every change in lines or goalies you need to confirm by the Change button.
>
>Next setting refers to substitutes. This change is made in Lines menu, Substitutes submenu. It's possible to choose center, winger or defender substitute. New substitute will be added after clicking on Add button in relevant subwindow. By similar way as you chose your goalie it's possible to choose up to 7 of substitutes for all positions at the most. Then all will be displayed in the list of substitutes. You have to set thier the priority level again. The substitute with the highest priority level will be first to substitute an injured player. How is the substitutes system working? Very simple. If someone falls out from the formation and can't play (e.g. injury or national team duty) the substitute with the highest priority moves into his place and automatically plays in this line.
>When a player is injured in the match, he will finish up the match and in will not be substituted in its duration, only in the next match. The substitute player will play in the next match in which theinjured player cannot play at.
>
>''Powerplay and penalty killing lines (PP lines/PK lines):''
>On the PP/PK lines creation form, the list of players shows a player's line-up position indicated with small letters followed by his line's priority. This makes it easier to select the player from the current roster.
>Up to 2 PP lines and 2 PK lines will be used in the match - even if the manager has created more lines. In case no usable PP/PK lines were created standard lines will be used automatically.
>Each player in a PP or PK line should be in the starting line-up. If a player not on the starting lineup will be used, then the PP and PK will not be valid for the match and will not be used. This also applies to injured players and their substitutes. Injured player replaced by substitute in the standard line will be replaced by the very same substitute in PP/PK line as well. PP/PK lines will be changed every 30 seconds during the match.
''Special Lines''
Also on the PP/PK lines creation page, you can add a 5 on 3 power play line, a 3 on 5 short handed line, as well as a 4 on 4 even strength line.  (This enhancement added July 15, 2012.)

>''Current line-up''
>On the Current line-up page you see a line-up as it will be used in next match. Substitutes are marked as SUB after their names. In case of incomplete formation and substitutes setup, the automatic randomly assigned line-up will be displayed.
>
>''At least 3 formations and 1 goalie have to be set for the match, otherwise the system will generate automatic random lineup.''
''Game Profiles'' //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 31, 2009)//
Managers can create up to a maximum of 5 predefined game profiles which can be applied to specific types of games, or applied to a specific game.  These can be created under the option Team | Game setup, or directly from the calendar in the game settings.

The first couple profiles on the list are the 'basic' profiles, ''League'' and ''Friendly'', and is the default setting which will apply for all future games of that type.  Managers can choose new profiles to use once they've created them.
>''Remove from line-up for one game'' //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 1, 2014)// - a sponsor pack feature.
>You can quickly remove (i.e. scratch) a player from the line-up for the duration of one game by clicking on the red hand [icon, or <html><img src="http://www.hockeyarena.net/pics/stop.png" style="height: 12px;"/></html>] before his name on the line-up screen. He will return to the line-up after one game is played, or you can restore him manually [by clicking the provided link at the top of the main lines page.]
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>''Tactical specialization of lines''
>The coach has an option to choose a tactical specialization for each line. The effectiveness of each of these tactical possibilities will depend upon your players' skills in the required attributes for individual player positions. The requirements for every tactical specialization can be found on the page 'Lines'. You can find the information about the specialization of every player in his profile (player's detailed page and link 'Profile') and also on the line creating page and when you replace a player in a line.
>
>The players' tactical profiles (the 'Profile' link on player's detailed page) will be used ONLY to calculate the maximum chemistry of their line based on the chosen tactics. The actual chemistry of a line is then limited to it's maximum chemistry and increases slowly after every game the line played in - see the chemistry detailed info below.
>
>For each line tactical option there is a counter tactics, which will be extra effective [against] it. The tactics against which the specific tactics is [extra] effective is listed in the 'LINE'S TACTICS' table in the 'Effective against' column. You will find the table on every page where it is possible to change the tactics of a line. For example the 'Short passes' tactics is extra effective against the 'Behind the net'.
>''How exactly do the counter-tactics work?'' Their effect is defensive: they help prevent the opponent's players from performing their own 'special tactical' offensive actions.
>
>''Line chemistry''
>Players, who play together often will gradually, step by step, develop 'chemistry'.
>
>How does the chemistry of a line help in the game? Simple; every time the line conducts an offensive action, the chemistry increases the odds that this action will be a 'special tactical' action. During a 'special tactical' action the players still use their normal attributes but with an increased chance of scoring.
>
>The maximum chemistry depends always on the current line tactics and on the tactical performance of the players on their positions (Tactical profiles).
>Don't worry, your chemistry won't drop when you change the line tactics - only the maximum chemistry is changed and the current chemistry will decrease slowly in time, if the current chemistry is higher than the maximum chemistry.
>
>The game system will 'remember' the chemistry of a line, that no longer exists, for example because a player has been replaced or the line has been deleted. This system will restore this remembered chemistry automatically. The stored chemistry of non-existing lines will of course decrease fast over time!
>
>Replacing a player in a line will cause it's chemistry to drop by 25% ... so after replacing 4 players there will be 1 left from the original line and chemistry 0%. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 3, 2009)//
>
>''Other settings:''
>Line aggressiveness - aggressiveness used by players with good strength and self control attributes can positively affect a line's dominance on the ice. Be careful though, because a player with low self-control might get called on a lot of penalties.
The number of penalties called against you in a game is dependent upon a combination of both your set aggression levels for your lines as well as the ratio of the self-control of your players versus that of your opponents. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2015)//

''Physical Play''

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 6, 2014 and April 8, 2014)//
The effectiveness of physical play (i.e. line aggressiveness) will depend on the players strength and speed attributes.  Centers and defensemen will have physical play affected primarily by their strength and secondarily by their speed.  Wingers' physical play is determined primarily by the speed attribute and secondarily by strength.  The self-control attribute will directly affect the number of penalties taken.
As the level of physical play is set higher, the line dominance on the ice (i.e. physical game effectiveness) is higher.  The physical play also influences the player's fatigue and their tendency to draw penalties.

''Low''
Energy Consumption: 100%
Physical game effectiveness: 100%
Penalties: 8%

''Medium''
Energy Consumption: 102%
Physical game effectiveness: 120%
Penalties: 26%

''High''
Energy Consumption: 105%
Physical game effectiveness: 135%
Penalties: 58%

''Hack & slash''
Energy Consumption: 111%
Physical game effectiveness: 145%
Penalties: 100% 
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>Option to send mail to another manager, it is in menu Communication | Mail. You can send maximum 10 messages per day, maximum length of one message is 1000 characters, messages older than 7 days will be deleted automatically.
''Manager Assignments''

HA has provided for new (and existing) managers a series of exercises, called assignments, to complete that represent a decent cross-section of the tasks that managers are to accomplish in-game.  The majority of these tasks are small, easy-to-complete tasks whose completion provides a small financial award for your team.  It is thought that by accepting and completing these assignments, managers are guided through the game's basics.

HA has introduced new assignments (or achievements) since the introduction of this feature that are very difficult to complete and even impossible for all but a few existing managers.  Because of this, the manager assignments feature cannot be considered a tutorial or orientation (as initially billed) as the assignment tasks go far beyond teaching just the basics of the game.

Manager Assignments can be found in the menu by following Manager, then Assignments, or visiting [[here|http://www.hockeyarena.net/en/index.php?p=manager_achievements.inc&action=current]].

Introduced in 2011.
//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] May 31, 2011)//
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>There are these types of players on the market :
>
>''Restricted free agents'' - are players without contracts. Teams offer to these players a signing bonus (which player will get after contract signing) and player will be obtained by the team which offers the highest sum. Free players sign contracts for 1 season (70 days). Restricted players are all players younger than 27 years.
>
>''Players for sale'' - players have a signed contract, but their current team wants to sell them. Buying teams are bidding amounts which will go to the selling team after completion of the sale. Player will have the same contract with his new team as he had with his former team (salary + contract [length]).
>You can sell a player in his details window. You enter minimum selling price and number of days for the player to stay on the market. Minimum price you can sell player for is 10.000, minimum time on the market is [24 hours (1 day)] and maximum [72 hours (3 days) + 12 extra hours with a sponsor pack. (See note below.)] Closing time of a player's stay on the market is calculated according [to] number of days set up - it is days [multiplied by] 24 hours from actual HM time.
Managers can not purchase players they place for sale on the market, so think twice before selling because you will not be able to change your mind.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 6, 2012)//

Managers that have purchased the sponsor pack can further customize the deadline when bids are closed on the market.  They can choose the exact number of days plus an integer-hour offset in addition to that number of days on the market of up to 12 hours.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 16, 2012)//

''Transfer Listing Fee''
 //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 6, 2012)//
Managers attempting to sell a player on the market multiple times without success will be charged a fee on successive attempts at listing.  When placing a player on the market, you will be notified by the system if such a fee will be charged on listing.  Placing someone on the market for 10000 will not incur a fee.  The number of attempts, or //listing count//, affects the amount of fee charged by percentage of the asking price, as follows:

1st attempt = No fee
2nd attempt = 2% fee
3rd attempt = 4% fee
Successive attempts = 6% fee for each listing

Note that this 'multiple placement of a player on the market' fee is only applicable to those labelled as daytraders. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] March 1, 2010)//

This //listing count// for all players is "reset twice each season - every 5 weeks he's on your team." //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 8, 2013)//
>''Unrestricted free agents'' - players who are 27 years old and older with __8__ days //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 31, 2009)// till contract termination will show up on the market as unrestricted free agent. During the first day on the market, all teams can offer contracts to the player. Player's current team can then has a chance to match the highest offer until the current player's contract expires. If the player is happy, his team has to offer him only [70]-100% of highest bid (based on the level of player's satisfaction), if he is unhappy, current team has to offer 100-[130]% of highest offer.
>Unrestricted free agent sign contracts for 1, 2, or 3 seasons (based on [[loyalty|Guide-Players]]).
>
>Main differences of an unrestricted free agent :
>you can't sell him, until he is in your team for at least 10 weeks and you can sell him only in case there are more than 14 days till termination of the contract.
>Detailed information about the specific unrestricted free agent and his various options are located on player's detailed page under the [Contract] link. You can find the compensation money amount here - new owner of the player will have to pay you the compensation if your player decides to sign a contract with another team. The compensation money is calculated automatically according to the attributes of the player. Also an information about player's loyalty and what contract options will be available is located here along with player's satisfaction information.
Unrestricted free agents with a loyalty of -3 that have accepted the highest offer from another team, do not follow the same offer matching rules for the current team.  In this case, the current team must provide a sum worth __three times__ the highest offer for the player to stay.  Player satisfaction will similarly affect the offer amount. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] December 2, 2014)//  The resulting contract, if matched by the current team, will be for 70 days. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2015)//

Compensation for a leaving UFA is 75%. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] December 2, 2014)//

If you buy a player who is 27 years old or older, and his remaining contract is lower than 70 days, he will get a new 70 day contract with a no-sell clause. You will not be able to sell him until those 70 days are up (as such, he'll become a free agent, just like he would have before). This will apply to the standard transfers only (i.e. blue colored players on the market.) //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 25, 2014)//

There is a financial motivation for owners to send their UFA players offers as soon as possible.  It is a discount of the offer matching value: 6% for the 1st day, 4% for the 2nd day, and 2% for the 3rd day. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2015)//
>''Automatic unrestricted free agents contract renewal system:''
>In case of [a] longer manager's absence or [an] impossibility of taking care of the team, you should use the automatic option to [re-sign] unrestricted free agents. This feature is turned off for all players by default and you can turn it on on the player's 'Contract' page.
>The automatic system uses the less cash consuming type of contract available!
>All other limits (based on team's actual cash and player's loyalty) apply in the automatic system too.
>
>Every team has a limit for bids on unrestricted free agents from other teams and its 10-100% of disposable team's cash. This percentage increases with team owners' trust.
>
>''Searching''
>Players on the market can be filtered out based on market categories and other criteria - nationality, maximum and minimum attributes, maximum and minimum price.
>In case you display "All" players, different categories are indicated by text color - free is black, for sale is blue and unrestricted free agent is red.
>
>Searching for the current offer on players market is in the window [[Market|Guide-Market]].
>
>''List of latest bids''
>Page with a list of all bids on players in the last 7 days. Only the highest bid on a player is displayed.

''Market ~Auto-Bids''

For those that have a sponsor pack, they have the ability to set one automatic bid (or auto-bid) at a time.  In providing an auto-bid, you specify the maximum amount you are willing to pay for that player on the market.  This feature will automatically send offers for you up to that maximum amount specified.  If you are interested in a player on the market whose market deadline happens during a time you are offline, this may be a good option for you.

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 8, 2013)//
An auto-bid can be used in an attempt to retain rights to a unrestricted free agent (UFA) with a loyalty of -3.

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 8, 2013)//
The news on June 9, 2011 suggests that a manager can have three auto-bids in play at a time - we'll need someone to confirm or refute this presently.

''Returning Player Restriction''

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 29, 2009)//
If the player had left your team within the last three months, you will be unable to bid for that player if he is on the market again.

''Market Profit Restriction''

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] updated March 2, 2010)//
Please note that if you decide to sell a player on the market you purchased less than 70 days prior, although bidders will still bid as high as they want to get that player, you will only receive a maximum amount equal to the value you originally purchased that player for on the market or the highest bid, whichever is lower.

''~Super-Thursday''

A favorite time for selling players on the market is ~Super-Thursday.  This is the day after the league placement and leaderboard bonuses are paid out, and also the first day of playoff games for every division.  The theory is that here is the best time of season to sell players because
* teams will have the most amount of money on hand, having had the end-of-season bonuses paid out on top of their weekly Wednesday sponsorship cash infusion, and
* teams will be looking to shore up their team talent prior to entering the playoffs.
~Super-Thursday is the Thursday of week 8 on the [[season calendar|ReferenceChart-SeasonCalendar]].

''[[Market Day-Trading|Guide-Market-DayTrading]]''

''Day Trading''

The title being a misnomer, day trading refers to the buying and immediate selling of players in order to build a cash profit.  In terms of Hockeyarena.net, //immediate// means selling within 4 seasons (i.e. 280 days) of having purchased the player.  When such an event satisfying this condition occurs, then the profit (or loss) on the sale in comparison to the purchase price is recorded against the team's day trading record.  Should that team's profit exceed a predetermined limit for a season, then stiff fees and penalties are levied against the team.  This is to discourage market trading for excessive, economy-altering profits.

''Total Market Profits''

An accumulated total over many seasons of profits gained through the market on players sold //soon// after being purchased is shown on the Team | Info page.  //Soon// is meant as between 71 (the lower limit for selling a player recently acquired by purchase and actually receiving more than the price you purchased the player for) and 280 days.  Players acquired from the market include purchased players as well as those acquired by contract signings through free agency and unrestricted free agency.  There is another row on the Team | Info page that indicates whether the team is a day-trader, having exceeded the amount of profit limit given for one season.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] March 3, 2010)//

''Profit Limit''

 //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] September 29, 2012)//
The total market profits limit (per team per season) is 180 million credits on the 1st tier and decreases in subsequent lower tiers.

> //(source: [[HA Guide on Manager Economy Reform|http://www.hockeyarena.net/en/index.php?p=manager_economy_reform.php]] January 27, 2015)//
>''How does this work?''
>
>Each season the team's profit (or loss) earned from player [day-trades] - players sold sooner than 280 days after their purchase - is calculated. The allowed market profit ... is then deducted. The final sum will be added (if [bigger] then zero) or deducted from - 'Total market profits' - manager [is given the title of] day-trader if the 'Total market profits' is above zero. In that case extra fees for some game functions will be charged [as per] the [[list|ReferenceChart-DayTradingFees]]...
>
>This calculation runs always at the end of the season and it will calculate day-trading profits earned 2 seasons back...
>
>Total market profits are decreased every time the day-trader pays any of the extra fees, exactly by the sum of the extra fee being charged, and when the market profits are zero or lower, the manager is no longer a day-trader. 
[[Betting Office|Guide-BettingOffice]]
>''Best Logo Competition'' //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] August 12, 2009)//
>A competition to choose the nicest logo on Hockey Arena will be held every day for sponsors. You can vote for your favourite logo directly from the teams' detail page by clicking on 'Vote for this logo', you have one vote per day. The winners will be displayed on the 'Logo of the day' spot on the home page.

New managers in HA will be given a new team placed in one of the three lowest tiers in their country of origin wherever spots are available.  They will be given an initial roster of 28 players whose skills are commensurate with the skill of players existing in the division they are joining.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 7, 2014)//

If you are a new manager looking for starter's guide, please see the [[New Manager's Guide|NewManagerGuide]].
''Game Resolution''
>  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] April 6, 2014)//
>If the game is not decided in the regular time, there are three options what will happen next, based on the game type:
For friendly, non-playoff games, a ''draw'' will be the final result.

For playoff and playout league games, World Championship playoff, World League playoff, and National Champions Cup playoff games, there will be a ''20 minute overtime followed by the shootout''.

For all other type games, there will be a ''5 minute overtime followed by the shootout''.

''Shootout''
>At the beginning of the shootout each team will make 3 attempts. If the winner is still not known the shootout will continue one by one until one team gets the upper hand. [The] manager can choose his own list of players and their execution style and aiming.
>
>''Shot'' is more effective against goalkeepers with a weak spot ''blocker'' or ''glove''.
>>Skills used by the shooter - offense, shooting, experience and energy
>''Deke'' is more effective against goalkeepers with a weak spot ''low area'' or with ''no weak spot''.
>>Skills used by the shooter - offense, passing, experience, and energy
>Skills used by the goalkeepers - goalie, speed, experience, and energy
>
>You can choose the aiming only with the shot execution style. The best is to aim for a weak spot of the goalkeeper - if it is known.
>
>Managers can choose at least 1 player and up to 15 players for a shootout. The same player can be used several times - each time with different settings.
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>Players can be injured in training or in matches or they can fall ill. Probability of injury and illnesses increases for players whose energy is lower than 60%. Injured and ill players don't train and don't regenerate and they can not play in matches.
>Injured and ill players are shown with a little first-aid kit icon.
>Form of the injured player is lowering according to the severity of the injury.
Player scouting involves finding out the true values for player quality, potential, and loyalty.  There are age limitations to what a playing scouting may provide.  Please see [[Scouted Values|Guide-ScoutedValues]] for more details.

Scouting a player is more costly the sooner you need it.  Depending on the scouting department level, the manager may also be able to use up to three immediate scouting opportunities per day, but those will be very costly. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] October 23, 2010)//

An alternate method of immediately scouting a player on your roster is to use up __2__ of your youth school's valuable, saved-up scouting attempts to do so. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2015)//

> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>Each player has 11 basic attributes which influence his performance in a match and others which influence other fields of the game.
>
>''Goalie''
>Ability of the player to play as a goaltender - together with Speed affects the [effectiveness] of a [goaltender] in [stopping] the shots.
>
>''Defence''
>[Defencemen] use this skill as a primary in [defending] the opponents attacks. Of course Defense is used by forwards too but less than [defenceman] as their main activity is attacking.
>
>''Attack''
>Skill and ability of the outfield players in attacking activities, used mainly by forwards (used the same way by [defencemen] as the [Defence] is used by forwards).
>
>''Shooting''
>Shooting is used by outfield players to shoot goals.
>
>''Passing/Puck control''
>Outfield players - good or bad pass can increase (or decrease) the chance the shooter will score. Important for all centers - as their primary task is to pass the puck and create some good chances.
>For goaltender will be used as 'Puck control/Passing' and will represent his ability to control and pass the puck after he saves a shot. Low puck control will give the opponent a higher number of rebounds. These rebounds have an increased probability of scoring then normal shots on goal.
>
>''Strength''
>Center uses his Strength (along with Attack) to win face-offs and all outfield players use it when defending. In combination with appropriate line's aggressiveness the Strength can increase [overall] dominance of the line.
>
>''Speed''
>Used by all players - as a primary skill by goaltenders and secondary by outfield players.
>
>''Self-control''
>Outfield players - low self-control will cause higher number of penalties - the number of penalties is also affected by the line's aggressiveness.
>Goaltenders - low self-control of a goaltender can cause after a series of quick goals that he looses his confidence and concentration. It will cause him to play miserably the remainder of the match. In the match report it will be indicated like this 'Goalie has temporarily lost his confidence in himself'.
>
>These attributes improve during training and also during the match. Amount of improvement during the match depends on a player's position. Training setup and how attributes improve is more fully described under [[Training|Guide-Training]].
>
>The following attributes directly influence a player's performance in a match but change according to other rules than the previous group :
>
>''Energy''
>Skaters get tired during the match depending on time spent on the ice and therefore their energy decreases. Goalkeeper gets tired according to the number of shots they face. Loss of energy of each player has the following impact on his performance - if a player looses 30% of energy, attributes goalie, defence, shooting, strength and speed are weakened during the match by 30%. This applies also when player starts the match with lowered energy.
>Energy of the players also decreases and increases during the training depending on the setup of particular phases. Players also recover during the night rest every day regardless of the training setup. Very tired players (less than 60% energy) have a higher risk of injury.
>In the detailed view of a match you can see the energy of players before and after a match in column Ene.
To be confirmed: Having player energy running lower than 60% may trigger this player's training schedule to revert to //Idle//.  An //Idle// schedule means there is no training and no rest incurred.  The manager will need to switch the training schedule to a //Rest// schedule or one for training if amenable.

''[[Form|Guide-Players-Form]]''

''[[Experience|Guide-Players-Experience]]''

''Firing Players''

On the player page, managers have the option to "Fire player".  Fired players with a quality lower than 80 will immediately retire, while others will try to find a new employer on the //free// market.

Managers can only fire up to 2 players (that have been in your team for 2 weeks or more) per day. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 8, 2010)//

Firing a player will result in a full point drop of the player's loyalty. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 31, 2009)//

''Retirement''

Players that are fired from their team and have less than 80 quality will be sent to retirement immediately.
Players that are fired from their team and have 80 or higher quality will be sent to the market, but will be sent to retirement if another team does not pick him up.

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 18, 2014)//
Players that are 35 or older with an AI of 8 or less on teams with managers without a sponsor pack will automatically be sent to retirement at the end of every season.

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 1, 2014)//
Managers have the ability to instantly retire a player, instead of simply firing him.  This is only possible with players raised in your team.  That is, players who have always been only with your team.  If you have sold the player and re-bought him, you cannot auto-retire him.

Retiring raised players may be handy for managers who wish to improve their standing in the draft order since their value will be deducted from the calculation once retired.

>Other player attributes :
>
>''Age''
>Age of the player increases at the end of each season by one. When a player reaches his age horizon, his main attributes will start to decrease slowly.
>
>''Contract''
>Number of remaining days on a player's contract.
>All players' contracts will be automatically extended provided the team has enough cash for their signing bonuses.
>
>''Injury''
>Type of injury and number of days player will be injured.
>
>''Salary''
>Daily salary of the player under his current contract..
>Foreign player in a team receives in addition to his contract salary a bonus of 15%.
Players raised on your team will have a //bonus// lower salary.  Experience gained and player age both have a significant impact on the projected salary.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 8, 2009)//
>''Nationality''
>Nationality.
>
>''Team''
>Team that currently has a signed contract with the player.
''Quality''

For information on the [img[http://www.hockeyarena.net/pics/question.gif]] and [img[http://www.hockeyarena.net/pics/target.gif]] icons, visit the section on [[Scouted Values|Guide-ScoutedValues]]

Quality is a very important characteristic which does not influence performance in matches but has a big impact on rate of training. Also when the attribute value reaches 175% of the quality, the training for that attribute becomes painfully slow. //(source of increase of value to 175%: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] July 15, 2012)//
>Quality is determined at "birth" of a player and does not change later.
Every players' skill can be trained up to 200% of his quality.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 25, 2014)//

Note.  The fast-training and attribute caps of 175% and 200% of quality respectively listed here are allegedly not the current caps.  The new caps are 250% of quality for each attribute //(source: forum post by ~OnBoard October 27, 2018)// but I haven't seen a direct reference to this to quote. 

''[[Potential|Guide-Players-Potential]]''
>''Ability index''
>Ability index is a sum of main player's attributes (not including form and experience).
>
>''Goalie's weak spot''
>Shooters, aiming at goalie's weak spot, have better chance of scoring. This attribute is visible only to current owner of the player.
>Its possible to set team's shots targeting preference on the match setup page. In case of normal targeting, the shots are distributed evenly. This setting is also displayed on the match report page - your own matches only.
>
>''Star''
>Number of stars [img[http://www.hockeyarena.net/pics/star.gif]] expresses star stature of a player. Three stars of the match are announced in every league match, these players will be more popular amongst fans and they will gradually become stars.
>In player detail, you can watch the progress of players who have not yet achieved star status as a percentage value from research (scouting) department.
>The next factor which increases star stature of players is statistical categories evaluated at the end of every regular season. These are :
>Canadian scoring productivity - players are ranked according to total goals and assists.
>Best shooter - players ranked according to number of goals scored.
>Best defender - defenders ranked according to number of goals and assists allowed. This category includes every player who has played all league matches in the defender position.
>Best goalkeeper - goalkeepers ranked according to save percentage. This category only includes goalkeepers who have played at least half of league matches at the goalkeeper position.
>
>And what role do star players play in the team? Undoubtedly, stars want higher salaries, but there is also a good side - more spectators come to matches and more merchandise is bought.
>List of all star players on the team is found at menu: Players | Stars.
>If a star player changes leagues his star statute will lower a bit.
>
''Satisfaction''

Players will be satisfied if they get enough chances to play in league matches. Satisfaction affects only unrestricted free agents on the market (at 27 years and older) - check this guide section [[Market|Guide-Market]].

//GM Temm// says that player satisfaction is changed on a weekly basis and that it goes up if the player has played in at least half of the league games, and down otherwise.  He hasn't encountered any exception to this theory.

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 28, 2014)//
Satisfaction used to be denoted with a text description across a scale that included: devoted, happy, satisfied, pleased, neutral, uneasy, dis-satisfied, doomy, and rebellious.  Now it is denoted in a % format from -100% (i.e. rebellious) to +100% (i.e. devoted.)

Some examples:
* A rebellious (-100%) player in your team will demand 130% of the highest offer from other teams to stay in your team
* A devoted (100%) player in your team will demand 70% of the highest offer from other teams to stay in your team 

Note that player satisfaction will remain at //neutral// level until the player turns __23__ in age.

''[[Loyalty|Guide-Players-Loyalty]]''
>''Number of players in the team''
>If the team has fewer than 20 players, the manager of the team will be sacked (see Game rules). If the team has more than 50 players, juniors will not come to the team and it is not possible to buy or sign new players.
>
>''Transfers''
>List of last transfers of similar players. This function is available only for own players and players on the market.
>Link to the Transfers page is located on the detailed player's page.
''Franchise Player''

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 26, 2011)//
The franchise player is a distinction awarded by you to a player who you believe is very important to the team.  Giving a player this distinction comes with a steep cost.  There can only be one franchise player denoted at a time, and managers can only choose one every 40 weeks.  Certain restrictions are involved in dealing with a player given this distinction including an inability to fire, put the player on the market, or even remove the franchise player distinction for several seasons.  One benefit on denoting a franchise player is that this player doesn't come up for unrestricted free agency (UFA) even trumping a low loyalty.  The player effectively remains with your team during the time he is given the distinction.

Click on the small plus icon ( [img[http://www.hockeyarena.net/pics/expand.gif]] ) next to the player's loyalty on the player detail page for more information and to use the feature.

''Overall and League Overall''

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 13, 2014)//
Overall is the player's overall rating (i.e. his skills, AI) compared to the best player of the same age within all of HA.  League Overall, available only to those with a sponsor pack, is the player's overall rating compared to the best player of the same age within the division of the __viewing__ manager.

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 18, 2014)//
For sponsor pack owners, Overall and League Overall are linked to the player who is the best for those categories.

''Other Manager's Aspect View''

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 28, 2014)//
Managers with a sponsor pack can view how other managers see their player, including the current season's quality and potential without scouting.  To see the alternate aspect view, click on the words Quality or Potential on the player detail page.
You can assign one team captain and two assistant captains.  This is for fun and can be used to point out some of your players.  The captains will be a part of your team detail page.  To choose a captain, just click the ''Captain'' link from the player's detail page.  For now, these will not affect the game in any way.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 17, 2010)//
''Experience''
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>[Along with form,] high experience allow[s] a player to use his abilities more effectively. On the other hand, low experience (and form) increases the chances of a player making a major blunder. .
> ...
>Players gain experience only in matches. More experience can be gained during important matches, such as in playoff or in national team games.

Players experience level can raise to a maximum of 999. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 17, 2010)//

16-year-old players who happen to play some games will not get any experience from their games played. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2015)//
''Form''
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>[Along with experience,] high allow[s] a player to use his abilities more effectively. On the other hand, low form (and experience) increases the chances of a player making a major blunder. .
>
>The role of form is to reflect player's current physical and mental condition. So it is not directly affected by match performance or training. Factors that affect form, are in general not part of the game (like player's private life). Form has a direction in which it is changing every day, the best way to react to these changes is to replace players with lower form with players that have a higher form. The direction can be changed in each game update and the chance of getting the increasing direction can be slightly influenced by these options :
>- light, or medium training (applies only to players who don't play the match)
>- good match performance
>
>Form of [[injured players|Guide-PlayerInjury]] is slowly decreasing during the period of their injury.

Form can range from 0 to 100, and can increase or decrease daily by 5 points.  If players miss relevant games having been removed from the line-up, they have a higher chance of their form stabilizing or improving.  Sitting a player for a friendly will not affect form, but league matches, playoffs, playout matches, and national/nternational sanctioned in-game tournaments will. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 13, 2013)//
''Loyalty''

For information on the [img[http://www.hockeyarena.net/pics/question.gif]] and [img[http://www.hockeyarena.net/pics/target.gif]] icons, visit the section on [[Scouted Values|Guide-ScoutedValues]]
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>Attribute which influences the chance and options of signing new contract with a player if he becomes an unrestricted free agent.
>Contract options:
>1. contract for 70 days, signing bonus 0, the salary of player will be his standard formula salary plus 1/70 of 45% of the highest offer from other teams
>2. contract for 70 days, signing bonus 40% of the highest offer from other teams, salary calculated with the standard formula
>3. contract for 140 days, signing bonus 70% of the highest offer from other teams, salary calculated with the standard formula
>4. contract for 210 days, signing bonus 100% of the highest offer from other teams, salary calculated with the standard formula
>
>Player's loyalty can have 6 possible levels, the contract options based on each level will be these:
>-3 : player will not give his current owner an option to match the highest offer. The only way to resign such a player is to outbid all other teams on the market
>-2 : player will accept contract types 4
>-1 : player will accept contract types 3, 4
>+1 : player will accept contract types 2, 3, 4
>+2 : player will accept contract types 1, 2, 3, 4
>+3 : player will stay with his team until his manager decides to sell or fire the player
''Loyalty Bonus''

Once a season, managers have the ability to increase the loyalty of a single player by one level.  That is, for example, from loyalty level -3 to -2, from level -1 to +1, or from +2 to +3.  The loyalty bonus will happen with a large, one-time payment to that player.  Paired with a loyalty bonus is a loyalty downgrade.  A player, usually one of key importance, will be upset and lose a loyalty level should a loyalty bonus be awarded to another player.

Note that loyalty bonuses can only be awarded to players who have played in 20 games and amassed 300 minutes of ice time with the team in the current season.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] May 26, 2011)//

Factors that influence the cost of the loyalty bonus include the team's economic level and the player's current loyalty.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] March 3, 2010)//

The loyalty of players that are currently on the market cannot be changed.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] March 3, 2010)//
For information on the [img[http://www.hockeyarena.net/pics/question.gif]] and [img[http://www.hockeyarena.net/pics/target.gif]] icons, visit the section on [[Scouted Values|Guide-ScoutedValues]]
>Each player has his own age horizon. When he reaches that age, his abilities start to deteriorate. Potential value decreases gradually as player gets older and a potential of 0% means that the player has reached his age horizon..
>The practical difference between players with potential 20% and 50% is that first player will reach his age horizon sooner and his abilities will start to deteriorate sooner.

Once a player reaches negative potential, then each of the attributes will suffer a % hit based on the value of the negative potential.  For example, a player with a potential of -3%, each attribute will be deducted a direct, equal percentage.  When an attribute percentage value (on the player's page) goes below -100%, the attribute is decreased by a point.

For younger players with a higher potential penalty, the game is smoothed out a bit on the opposite end so that those are granted a lesser reduction during the first few seasons of their decline.  The following is a note denoting the change.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2013)//

<html>
<table>
 <tr>
  <th>Potential Rift</th>
  <th>1st</th>
  <th>2nd</th>
  <th>3rd</th>
  <th>4th</th>
  <th>5th</th>
  <th>6th</th>
  <th>7th</th>
  <th>8th</th>
 </tr>
 <tr>
  <td>MAX-6</td>
  <td>0%</td>
  <td>-3%</td>
  <td>-6%</td>
  <td>-12%</td>
  <td>-18%</td>
  <td>-27%</td>
  <td>-36%</td>
  <td>-42%</td>
 </tr>
 <tr>
  <td>MAX-5</td>
  <td>0%</td>
  <td>-3%</td>
  <td>-8%</td>
  <td>-14%</td>
  <td>-21%</td>
  <td>-30%</td>
  <td>-36%</td>
  <td>-42%</td>
 </tr>
 <tr>
  <td>MAX-4</td>
  <td>0%</td>
  <td>-4%</td>
  <td>-9%</td>
  <td>-16%</td>
  <td>-24%</td>
  <td>-30%</td>
  <td>-36%</td>
  <td>-42%</td>
 </tr>
 <tr>
  <td>MAX-3</td>
  <td>0%</td>
  <td>-5%</td>
  <td>-11%</td>
  <td>-18%</td>
  <td>-24%</td>
  <td>-30%</td>
  <td>-36%</td>
  <td>-42%</td>
 </tr>
 <tr>
  <td>MAX-2</td>
  <td>0%</td>
  <td>-5%</td>
  <td>-12%</td>
  <td>-18%</td>
  <td>-24%</td>
  <td>-30%</td>
  <td>-36%</td>
  <td>-42%</td>
 </tr>
 <tr>
  <td>MAX-1</td>
  <td>0%</td>
  <td>-6%</td>
  <td>-12%</td>
  <td>-18%</td>
  <td>-24%</td>
  <td>-30%</td>
  <td>-36%</td>
  <td>-42%</td>
 </tr>
 <tr>
  <td>MAX</td>
  <td>0%</td>
  <td>-6%</td>
  <td>-12%</td>
  <td>-18%</td>
  <td>-24%</td>
  <td>-30%</td>
  <td>-36%</td>
  <td>-42%</td>
 </tr>
</table>
</html>
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>Registration and team assignment process.
>
>''The first step is creating a new acount in the game :''
>Nick - name which manager will use in the game.
>Password - password to be used at login for manager verification.
>Email - manager´s working email address. Manager will receive automatic notification after team assignment to this address.
>Nationality - country in which manager will play.
>
>As the number of the teams in HA is limited every new manager is put on waiting list for team assignment. It is possible to login to the game anytime after registration in order to check your position on the waiting list.
>
>Teams assignment runs automatically during the night update and the manager will receive an automatic email notification after he has been assigned a team.
>Each assigned team receives newly-generated players, and economy, stadium and background facilities set up at opening values.
>
>It is necessary to activate your team by login into the game within 3 days after team assignment. You may change your team name, stadium name and may select players for your team.
>
>A manager may only play in the country from which he is logging to the internet !
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>''World championship''
>Senior world championship is held in each odd season and the election for senior national team managers is held in the first week of each even season.
>
>U20 world championship is held in each even season and the election for U20 national team managers is held in the first week of each odd season.
>
>Representation matches are played on Saturday.
>
>''Elections''
>Every manager can be a candidate in elections. You can vote only in your real country (per IP address). Each manager has only one vote and it can be changed.
>
>''Research''
>Representation manager can use special research for finding players suitable to the team. This research is done in a particular league by choosing option "Research" in window "League", "Tables". It is possible to use it 1 time per day.
>
>''Team spirit''
Refer to [[Team Spirit|Guide-TeamSpirit]].
>
>''Special rules''
>In case the national player's home team is restarted, the player is not deleted from the game, but he is automatically sent to the market.
>
>Its not possible to release a player, that is in the team for less than 2 weeks. Number of weeks in national team of each player is dislayed on National, Players page, column Week.
>
>It's not possible to add or remove players during the World championship season. The last and first week of the season are an exception for this rule - you can change national players freely in that weeks.
Next to the player's quality, potential, and loyalty is one of two two icons for each, [img[http://www.hockeyarena.net/pics/question.gif]] or [img[http://www.hockeyarena.net/pics/target.gif]].  These icons denote whether the player attribute remains non-scouted or hidden (i.e. [img[http://www.hockeyarena.net/pics/question.gif]],) or whether the value is scouted and the exact value is known (i.e. [img[http://www.hockeyarena.net/pics/target.gif]].)

For your team and without player scouting, you will learn the player's exact quality at age 18, loyalty at age 20, and potential at age 22.

Even having performed a scouting of a player, loyalty will remain hidden until the player turns age 18.  That is, scouted 17-year-olds will still have their loyalty marked with the [img[http://www.hockeyarena.net/pics/question.gif]] icon.
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>''Motivation for today's match'' - estimated team motivation for today's match. Motivation is influenced by these factors: motivation reward, cheerleaders, home ice advantage, team spirit, match importance.
>
>''Ticket price for today's match'' - estimated ideal ticket price for today's match. It is shown only if today's match is to be played at home.
>Both the ideal ticket price is estimated for maximum revenue and for maximum turn-out //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 3, 2010)//
>
>''Team Strength'' - Strength estimation of your own and your opponent's team is calculated as an average of main attributes from team line up in the last league match. G = net, D = defence, A = attack.
>
>''Training'' - average daily training progress of all players with individual progress greater than 0%.
''Brief Description''

Each season lasts 70 days and consists of a double-round-robin home-and-away regular season for each division of 16 teams (i.e. 30 games for all teams,) followed by best-of-3, reordered elimination playoffs and placement series (i.e. to determine ranks 1 through 8) for the top 8 teams as well as an additional round-robin season-results-appended [[playout|Guide-SeasonalStructure-Playout]] for the lower 8 teams.

The top two playoff finalists, more if explicitly mentioned at the top of the division's playoff page, will promote to the next higher tier, while the bottom four teams in the playout relegate to the next lower tier.  View the [[Promotion/Relegation Chart|ReferenceChart-PromotionRelegation]].  Also, see our section on [[Promotion|Guide-SeasonalStructure-Promotion]].

League games currently fall on Monday, Tuesday, Thursday, and Friday.  An elimination National Cup tournament is held on Wednesdays.  On off-days, teams can schedule friendlies.  Friendly matches can be used to test new lineups or new tactics, and/or give starters a rest.  View the [[Season Calendar|ReferenceChart-SeasonCalendar]] layout.

Excerpt From the ~In-Game Guide: ''Leagues and Matches System''

> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>The number of leagues in each country varies and new leagues are generally established based on the number of managers in that country. Each league consists of 16 teams. During the regular season, every team plays its 30 matches. Points are distributed during the regular season as follows :
<html>
<table>
 <tr>
  <th>Game Result</th>
  <th>Awarded Points</th>
 </tr>
 <tr>
  <td>Regulation Win</td>
  <td align="right">3</td>
 </tr>
 <tr>
  <td>Overtime Win</td>
  <td align="right">2</td>
 </tr>
 <tr>
  <td>Draw/Tie</td>
  <td align="right">1</td>
 </tr>
 <tr>
  <td>Overtime Loss</td>
  <td align="right">1</td>
 </tr>
 <tr>
  <td>Regulation Loss</td>
  <td align="right">0</td>
 </tr>
</table>
</html>
>Position of a team is determined based on the total number of points from regular season. Tie-breakers are goal difference followed by goals for.
>
>Playoffs follow the regular season and the top 8 teams from the regular season qualify for the playoffs. There are three rounds in the playoffs (quarterfinals, semifinals, finals). Team which wins 2 out of three games advances to the next round. Higher seeded teams during the regular season have home ice advantage in the series, opening home. [With] each game of the series home ice alternates.
>
>2, or 4 teams are relegated to lower league (based on regular season standings) depending on the number of leagues on the lower level. Playoff finalists are promoted to the next higher league.
>
>Generation of a new season, aging of the players, [resetting] of fans tendency and team spirit to default values, promotion and relegation of teams will be executed automatically in last [Saturday's] game update (Saturday of the 10. week).
>
>''League difficulty''
>League difficulty is calculated as the difference between player attributes in all teams in a league and an average of the league. It is also influenced by the percentage of active managers in the league. Points for the best manager rankings (League, Manager) will be awarded based on league difficulty instead of league level.
>
>''Other tournaments''
>
>World League - The top teams from each country qualify for this tournament (based on 1st League playoff standings and remaining free slots are filled based on order of 1st League regular season), teams are divided into 16 groups. Top 2 teams in each group advance to the knockout stages. The knockout stage is decided in single elimination matches. Number of participants of each country is decided based on the country performance in previous tournament season.Tournament matches are played on Wednesday. Gate money is divided equally between the two teams and there is no home ice advantage. Trophy for tournament victory :
>[Open to] managers with a [[sponsor pack|Guide-SponsorPack]].
//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] October 10, 2010)//
Teams are promoted to the World League from their countries based on their country's results in the previous __two__ seasons of the World League.
>//National Champions Cup// - One top team from each National Cup qualify for this tournament. If the team qualifies also for the World League it is not participating in this tournament. Teams are divided into 8 groups. Top 1 team in each group advance to the knockout stages. The knockout stage is decided in single elimination matches. Tournament matches are played on Wednesday. Gate money is divided equally between the two teams and there is no home ice advantage.
>
>//National Cup// is played separately in each country. All teams from 5. and higher leagues qualify for the tournament (except those teams playing in the World League, or the National Champions Cup). The entire tournament is played by single-elimination games. Tournament matches are played on Wednesday. Gate money is divided equally between the two teams and there is no home ice advantage. Trophy for tournament victory :
>[Open to] managers with a [[sponsor pack|Guide-SponsorPack]].
>
>//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] April 6, 2014)//
>The promotion from ... tournament groups of teams with the same amount of points will be determined based on the mutual game and then the score.
''Playout''

After each 30-game regular season, each division is split into two groups of 8 teams each.  The top 8 teams play in best-of-3 elimination series for the divisional championship and possible promotion.  The bottom 8 teams play an additional 7-game round-robin tournament called the 'playout'.

The points awarded for success in the playout are added to the balance of points gained during the regular season to attain a new standings for these 8 teams.  After the playout tournament is over, the new standings will determine which four teams will possibly be relegated to the division(s) below - those with the lowest point totals in the combined (i.e. regular season and playout games) standings.

The income from ticket sales for playout games will be distributed evenly among the playing teams.  Teams that finished higher in the regular season standings will get to play at home in every case.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] May 22, 2011)//

>//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] May 26, 2011)//
>Experience and training [gained] in the playout games will be the same as in the standard league games [and] ticket income will be slightly lower.
In Hockeyarena, teams are spread out across a multi-tiered tree structure, where the top tiers have the fewest divisions and the lower tiers have the greatest (theoretical) number of divisions.  Each tier is designed to achieve a parity amongst the skill level of teams across their divisions.  Teams with unusually high skill for a tier will tend to do well and promote to the next higher tier.  Teams with unusually low skill for a tier will tend to do poorly and relegate to the next lower tier.

The two top playoff finalists (and more if explicitly mentioned at the top of the division's playoff page,) will promote to the next higher tier.  The bottom four teams in the division's playout at the end of the season will relegate to the next lower tier.

Please see the [[Promotion/Relegation Chart|ReferenceChart-PromotionRelegation]] to get an idea which divisions teams promote and relegate to from a specific division.

> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>After a promotion to higher league the fan club is increased by 4% of the actual fan club level. After a relegation the fan club is decreased by the same amount.

>//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] October 23, 2010)//
>After promotion to higher division, the teams will have a 2 new little improvements to help them with their struggle. They won't lose any fans for some time after the promotion, even if they'll keep losing ... games and the form of players will instantly stop decreasing [for an unspecified time.]
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>''Name of the team and stadium''
>You may change your team name and stadium name 1 time per season, at the beginning of the season.
>
>''Match broadcast''
>Match broadcast is a viewable sequential display of the course of the match from previous day.
>Match broadcast time can be set up from 03:00 - 23:00.
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>''Sponsor pack'' is a set of several features for managers that like Hockey Arena and spend a lot of time with the game. You become a ''sponsor'' of Hockey Arena and you gain access to features, that make the game more fun and interesting to play. Every sponsor is indicated by a puck icon [img[http://www.hockeyarena.net/pics/sup.gif]].
>
>You are also helping us to develop and improve Hockey Arena further.
>
>To buy a sponsor pack, [[click here|http://www.hockeyarena.net/en/index.php?p=public_payment_form.php]].
''Pricing''

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 1, 2011)//
The current pricing, as of January 30, 2015, for the sponsor pack is € 6 for 3 months, € 11 for 6 months, or € 16 for 12 months; where € is the European union currency, the Euro.
>''Team logo''
>If you want to present your team with a nice logo, its possible to upload an image, which will be displayed every time a manager looks at your team. You can change the logo anytime.
>Maximum size of a logo is 51200 bytes, width 400 pixels, height 200 pixels.
>
>Everyday a random team logo is displayed on the main page as a logo of the day!
>
>''Automatic market bids''
>In case you are interested in a player on the market whose deadline will expire during your 'offline time', you can turn on the option 'Automatic bid'. This feature will automatically send offers for you up to the maximum amount you choose. One manager can enter maximum [of] one automatic bid at a time!
>
>''Automatic friendly match scheduler''
>You can make the request for a friendly match by clicking on this icon [img[http://www.hockeyarena.net/pics/search.gif]] on the Calendar page. If a corresponding request from another team is found, the match is scheduled immediately. Otherwise the request is recorded in the database and the match will be scheduled as soon as a corresponding request from another team is found. Pending request can be viewed and deleted by clicking on this icon [img[http://www.hockeyarena.net/pics/search1.gif]]. Maximum requests from one team is 10.
>
>''Reminders''
>As a sponsor you can set up an automatic e-mail reminder about a player's deadline on the market. To use this feature sponsors should use the link in the window of a player who is on the market.
>
>''Team's web page''
>You can enter a web address of your team. This link is displayed on your team's page to everyone.
>
>''Press news''
>If you want to inform your fans or opponents about the [latest] events in your team, or your future plans, press news is the best way to do it. Press news are displayed on your team's detail page and also on the league [standings] page.
>You can create, edit or delete the news.
>
>''Tracking''
>You can track players of your choice and see their team, league and other data. All this information is available on one page - Players, Tracking.
>
>The player tracking now also keeps track of all the salary and signing bonuses cost of your own player. You just need to start tracking him and the system will care of that automatically for you. You can check the cost both on the player card and in the list of tracked players. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 15, 2015)//
''Player Database''
Available to sponsor pack subscribers, this tool lists the top 1000 players in game and the list can be filtered on age, country, and whether or not the player is for sale.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 8, 2013)//  This is a great tool should a manager wish to buy a top player, buy a top prospect, go hunting for scouting targets to determine successful player builds, size up players on their own team by comparing them to those of his age, and explore statistical analysis if that be the joy of the manager.
>''Notes''
>You can write down a short note for each player (maximum 500 characters). You can make or change the note clicking on the 'Note' link on player's detail page. One manager can have maximum 100 notes at a time.
>
>''Email notification service''
>Its possible to setup email notification in case of these events :
>- match results
>- challenge for a friendly
>- new mail message
>
>''Enhanced discussions''
>Better and more transparent discussions - it allows to create a list of favourite discussions. The number of new posts is automatically logged in favourite discussions. Its possible to simply display only new messages, without thinking about which topics and posts are new.
>
>The setup can be made on the page Manager | Sponsor.
>
>''Other benefits''
>It's possible to filter all players on the market according AI.
>On the Players, Players screen as a sponsor you easily sort the player's table based on each column and also you can access a special statistics screen of your players here.
>Your nick is indicated by red on Manager, Top page. If you are not in the top 100, your total position is displayed in the bottom of the page.
>In the opponent's players list, the players who are on the market are highlighted by the blue color.
>[Increased] maximum characters of a mail message (2000)
>[Increased] maximum number of mail messages per day (30)
On the player detail page, you can see a display of which lines on your team the player belongs to. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 8, 2009)//
>''Trophies and history''
>Trophies and history of a managers is available only on the manager details page of a sponsor.
>A trophy is awarded for some achievements in league and tournaments.
>This trophies are awarded to the first place team after the regular season of the league.  [There is a display of available trophies in the HA Guide.  Click [[here|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php&section=sponsorpack]] and scroll to the bottom of the page to view them.]

''Super Tournament''
Managers with a sponsor pack had the option in some seasons of entering the Super Tournament where a cash prize is awarded.

When this tournament was active, all odd seasons resulted in a structure where all eligible teams (based on sponsor pack subscription) was split into several group based on their league level (or tier.)  In even seasons, the super tournament will have 512 of the teams from the highest league levels from all countries.

Information on the current Super tournament, a participation flag, and eligibility can be found on [[this page|http://www.hockeyarena.net/en/index.php?p=super_tourney.inc]].

''Predefined ~Line-Ups''
With a sponsor pack subscription, managers can switch between multiple predefined line-ups.  They can specify one for league games and a separate one for friendly matches (for example.)  You can set up these lines several days in advance so you won't have to worry about the lineup during real life absences.  You can change the specific game's line-up in the game tactics and the default line-ups in default tactics' setup under Team | Tactics.

''Player Compare''

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 3, 2010)//
The option to compare player is found off of the player details page.  With this option, managers can compare their own players, foreign scouted players, and players on the market.  This feature was prepared by HA colleague mustafa.

''Remove player from line-up for one game''

See the description of this feature on the [[Line-Up|Guide-LineUp]] guide section.

''Information Icons''

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 1, 2014)//
At the top of the web site, there are now various icons that represent upcoming events with your team.  Click on those icons to show the respective pages.

''List of players degrading team's draft order''

Sponsor pack owners can see this list.  For more information, see the relevant note in the [[Draft|Guide-Draft]] section.

''List of similar player transfers''  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 7, 2014)//

''Other Manager's Aspect View''
See the description in the [[Players|Guide-Players]] section of the guide.

''Summary of Game Scouting For Goaltender''
For a sponsor pack owner who indulges in scouting games to find out what the weak spots of a goaltender might be, they have an option on goaltenders not on your team to review the scouting statistics of the goalie.  There will be a ''? Scout'' link next to where the goalie's weak spot would be on the player detail page. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 10, 2015)//
''Stadium''
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>Teams start with a small stadium which will usually not sell out in early matches in the lower leagues. However, once the stadium sells out and does so on regular basis, then increasing stadium size becomes a strong strategic investment.
>The cost of stadium enlargements grows with stadium capacity, therefore it is most profitable to order the biggest possible enlargements at once. It is also necessary to consider daily expenses for operating the stadium and whether it will be possible to fill up new seats with spectators.
>Minimum stadium enlargement is 100 seats.
>Maximum stadium reduction at one time is 500 seats. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 8, 2010)//
>Name of the stadium can be changed once per season in window "Setting" .
''Facilities''
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>All of the following parts of background a positive influence on different parts of the game. Building a quality background (infrastructure) is therefore one of the most important tasks for a [successful] team.

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 24, 2012)//
To attain a higher level for a facility, you need to start a research first.  Once the research is completed, you will have a new current possible level for the facility.  You can change the actual level of the facility freely between zero and the current researched level (with a small waiting period) based on your current needs and the team's financial health.

Previously, you could cancel the improvement in progress and receive half the expenses back in return.  There is an assumption that the same holds true for cancelling research in progress.

Previously, you could liquidate a portion of a facility and get 25% of its original cost in doing so.  Now you instead have the option of reducing maintenance expenses on a facility by changing the level to a value lower than the current level.

//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 24, 2012)//
The level of the training and regeneration facilities can go up to a maximum allowable level of 250, whilst all other facilities can go up to a maximum allowable level of 100.

>''Training area''
>increase players rate of training.
>
>''Regeneration area''
>increase players rate of recovery.
>
''Youth School''
Increase the initial training (i.e. starting AI) of players in the youth school.
For more information on the youth school, please see the [[Youth School|Guide-YouthSchool]] section.
>''Cheerleaders''
>increase team motivation for matches.
>
>''Scouting department''
>This department gives manager important information about several aspects of the game. Information from [the scouting] department can be identified by these two icons : [img[http://www.hockeyarena.net/pics/question.gif]] - means estimated value, [img[http://www.hockeyarena.net/pics/target.gif]] - means exact value.
>If a manager has special interest in a particular player, he can request from his scouting department a thorough scouting of that player. [Afterwards,] an estimation of some of the hidden attributes will be available - [along] with [player attributes] of the player in [the] case he is not part of your team.

The level of your scouting department affects the costs for scouting players.  For more information on scouting players, see the section on [[Player Scouting|Guide-PlayerScouting]].

The level of your scouting department affects the costs for scouting games.  For more information on scouting games, see the section on [[Game Scouting|Guide-GameScouting]].

>Accuracy of estimated values depends on [the scouting] department level. Values shown directly in [the scouting department screen] are calculated with higher accuracy if there is no thorough player research ongoing at the time. Thorough player scouting doesn´t influence any other values from scouting department.
>
>Match research - you can activate this function by clicking on request 'Scout game' which will be shown in detailed match report as a result you will see summary of goal shots location.
>
>''Marketing department''
>Takes care of business and fan relations.
>For successful sale of merchandise and collectibles it is not enough to have star players in the team, you must also have a sufficient marketing department level.
>Marketing department positively influences fans joining and leaving the fanclub with its fans relations activity.
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>Star players are shown in menu Players | Stars You can also buy merchandise and collectibles in this window. Basic purchase price of these items is 5000 per piece and decreases when buying larger amounts at once. Selling price is 15000. Sales are evaluated once a week on Wednesday and it is influenced by number and level of team's star player and marketing department level.
>If the star players list is empty no merchandise will be sold !!

> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>In the window Finances you can view actual cash, daily income and expenses in various fields. If the team cash is negative the team may not buy or employ new players, nor is a team able to improve its ... facilities.
>
>Regular sponsor contribution for 1 fan is 8500 per week, this money comes to the team every Wednesday.
>
>The team can spend the money down to -15 000 000, if the cash falls below -50 000 000 manager's account will be blocked. In case that his balance comes back above this limit account will be enabled.
>
> //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] April 6, 2014)//
>[Note on bankrupt teams:] Teams with cash less than -100 000 000 will have all their current facilities levels (except seats) set [automatically] to 0.

''Team Cash Maximum''
Teams cannot have more than 10 000 000 000 units of cash. Revenue made beyond this value is siphoned from the team.
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>Detailed team information :
>
>''Team ID'' - Team ID in the game database
>
>''Manager'' - team manager name, click it for detailed manager information
>
>''Team Name'' - you may change your team name once per season in the "Settings" window
>
>''League'' - Number and league group in which the team plays
>
>''Found'' - date a team was created, changes as the team is reset (usually when it gets a new manager)
''Number of players'' - The number of players on your team.
The minimum number of required players on your team is 20.  Any manager with lower than 20 players available on their team has three logins to get the number of players back to 20 or more; otherwise they risk losing their team. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] October 15, 2009)//
>''Number of fan club members'' - Team fan club is one of the most important team attributes. Change of the number of fans from the previous week is shown in the brackets. The number of fans in fan club affects :
>weekly income from sponsor, for 1 fan team gets 8 500 weekly
>Attendance for all matches
>Minimum and maximum ticket price in scope of relevant league
>Motivation of the players during the match - increases with number of [spectators] and cheerleaders level of the club
>Fans join and leave the the fan club based on match results - league matches, WL, NCC and NC matches affect fan club membership. The marketing department [increases] the number of fans joining the fan club after wins.
The fan club is affected by promotion and relegation.  See our discussion on [[Promotion|Guide-SeasonalStructure-Promotion]].

''[[Team Spirit|Guide-TeamSpirit]]''.
>''Owners Trust'' or ''Team Owners' Confidence'' - Team owners have varying levels of trust in a manager's abilities. Team owners will veto transactions which endanger the team's financial stability.
Players fired from teams with a team owners' confidence of 40 or less will be removed from the game and will not enter the marketplace.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 8, 2009)//
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>The Team News screen automatically displays when logging in to the game and contains most recent team events. Therefore, managers should regularly check this screen to stay up to date.
Team spirit provides a measure of vivacity or happiness in the team's season in any one moment.  The spirit level is given by a textual description.  Refer to the [[Team Spirit reference chart|ReferenceChart-TeamSpirit]] to see the various textual descriptions and their relative value.

Team spirit level is one of many factors that directly affects the motivation level for the next subsequent match.

The choice of match importance (aside from friendlies //(source: HA Guide, Representation)//) affects the team spirit level.  A match importance of //Low// means players will be "relaxed and without stress and team spirit slightly improves."  For //Normal// importance, the "team spirit does not change."  In //High// importance matches, the players "play very hard with high motivation to win" and "team spirit is tense and sinking.  Spirit tends to settle at //normal// [(i.e. Cold)] value."  //(source: HA Guide, Tactics)//

//(source: HA unofficial wikia)//:
* Low match importance will raise team spirit by one level
* Normal match importance will lower team spirit by one level (if the team spirit is above the //Cold// level.)
* High match importance always lowers team spirit by two levels (if not already at the bottom)

Teams can reach a //Heavenly + 1// level by utilizing a low match importance after reaching a //Heavenly// team spirit.  //(source: HA unofficial wikia)//  Theoretically, a team with this super-value will be lowered only to //Pleasant// in a high importance game instead of the usual two-level expected drop to //Warm//.

Team spirit is also affected (with major deterioration) by selling a player (that isn't a new fresh junior) before two weeks (i.e. 14 days) have elapsed since the player joined the team, or sometimes affected (with minor deterioration) by selling a player who has been with the team for 20 weeks (i.e. 140 days = 2 seasons) or more. //(source: HA Guide, Team Info)//

At the beginning of each season, each team's team spirit level is reset to //Cold// //(source: HA Guide, Representation)//.
> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>Training is calculated automatically every day after the match. Training set-up is done in two steps, creation and setting of training schedules (page Schedules) and assigning players to the schedules (page Training).
>
>''Schedules''
>
>Training schedule means setting of activities, which the player will train with for the day. It is possible to create up to 30 schedules according to attributes which will be trained and according to training length.
>
>For example a training schedule of a center forward could look like this :
>Attack:40%, Shooting:30%, Strength:30%, Rest:0%
>We will call it "Forward-100"
>This setting means that player will 40% of possible training time train the attribute attack, 30% of the time will train shooting 30% of the time will train [strength].
>
>After having set a training mode, the total training time of attributes depends also on training intensity. It can be changed in the Schedules page and applies only to players who do not play the match.
>Players who play the match choose their training intensity automatically depending on their energy.
>
>If the training intensity is set to 80% the player who is assigned to mode "Forward-100" will split his training time like this :
>Attack:32%, Shooting:24%, Strength:24%, Rest:20%
>The player is training the atributes depending on set times and intensity of training, the remaining time is spent on regeneration.
>
>The resting of the player can be set directly in training mode, by not using 100% of training time, unassigned time will be automaticaly set for regeneration. If we change the mode "Forward-100" :
>Attack:20%, Shooting:15%, Strength:15%, Rest:50%
>and will call it "Attack-50",
>The training itself will be realized like this (with the training intensity set to 80%) :
>Attack:16%, Shooting:12%, Strength:12%, Rest:60%
>
>''It's not necessary to setup any rest for the players who play the match - they rest automatically after the match based on their actual energy!''
>
>''Training''
>All healthy players are displayed on the training page, their skills and daily training progress (Tra). You can set a training schedule for each player by choosing it in the select box. You have to confirm changes made in the training set-up by clicking on Confirm.
>
>''Players with the training schedule set to 'Idle', they don't train (even if they were playing a match) and regenerate slower!''
>''Player with energy lower then 20% is too exhausted for the training and he automatically chooses the 'Idle' training schedule!''

''System Training Schedules''

These are schedules that are not editable and are available for all managers to assign players to.  There is one system training schedule per attribute, where that attribute is trained at 100%.  You cannot create a custom training schedule with one attribute at 100% - you can use the applicable system training schedule.

''Rest Schedule''

The default training schedule for players is ''Rest''.  You cannot create a 100% rest schedule.   //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] April 6, 2014)//

''~In-Match Training''

Those players not playing in a match spend their full training time on their assigned schedule.
However, those that are playing in a match will receive training in-game commensurate with the position played and will only attend to their training schedule once rested after the game.  Therefore, a player that plays on a particular day in a match will receive training in attributes that may not be present on his assigned training schedule.

''[[Automatic Training|Guide-Training-Automatic]]''
''Automatic Training''

>//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 29, 2012)//
>[Sponsors only will have this time saving option] and give you comfort with the training setup of your players. The feature is the automatic training, it is located in the ''player detail'' page.
>You just have to create a list of desired skills and their target values and the player will then train each skill one by one in the order they are displayed until he reaches the target values. When all the goals of the automatic training are reached you will be notified in the team news.
>
>In this regard, all the custom training schedules which had only one 100% skill, have been replaced with a set of system training schedules. These schedules are exactly the same, but you cannot edit or delete them. You also cannot create a schedule with one 100% skill, you have to use the system one, which is the same thing.
The youth school web page (i.e. Team | [[Youth school|http://www.hockeyarena.net/en/index.php?p=manager_youth_school_form.php]]) contains information on both the players in the youth school and also contains the list(s) for the [[prospect draft|Guide-Draft]].

> //(source: [[HA Guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] January 2, 2014)//
>''Youth school''
>All young hockey talents go to youth school as they get ready to try out for the senior team. Those who reach adequate age and ability can be pulled from the youth school in window Team | [[Youth school|http://www.hockeyarena.net/en/index.php?p=manager_youth_school_form.php]] and assigned to the senior team. The team manager can decide who will continue in the team and who will not.
>How good are the players I can get out of youth school and what does it depend on ?
>Initial training level of junior players coming depends on the youth school level, quality and age of the player. Junior school level doesn't influence quality of new players so there is the same probability for every level of youth school that its new player will have quality 100%.
>
>Player arrives from juniors with a contract for 6 days and daily salary 0.
Players still on this initial free contract can be cut or sold without penalty.  Once they finish this try-out contract and sign a money contract, they are subject to normal team spirit rules including a major loss for selling/cutting within two weeks of joining your team.

''Youth Pulls''
A number of youth pulls will be granted depending on the value of the Youth School facility.  If at a value of 1, the Youth School will provide 1 youth pull per week.  If at a value of 100, the Youth School will provide 7 youth pulls per week, where the singular pulls are granted singularly across the week.  That is, 100 Youth School gives a single daily youth pull.

If not pulled one day, the pulls will queue or stack.  Therefore, a manager may pull two or more youth at once after not having logged in for example.  The exception is a season break where all stacked youth pulls will be lost if not used.

Note that you can only have a total of 20 youths in your youth school not including your draft pick at the end of the season.  You will not be able to use a shown youth pull if your youth school has 20 or more players already there.

New youth players will arrive at the youth school at age 16, 17, or 18. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] May 22, 2011)//

Youth that remain in the youth school at the season break will age one year and their scouted values will be re-rolled.  19-year-olds that remain in the youth school over a season break, therefore aging to 20, are lost from the team.  That is, be sure to promote wanted 19-year-olds from the youth school before the end-of-season otherwise they will be gone.

''Youth School Scouting''
The quality and potential values of the players you see in your Youth School are automatic estimations from your Scouting Department and need to be scouted manually to get more precise values.

Youth school scouting can clarify the quality and potential of a prospect with great precision.  Several scouting attempts are given each week (depending on the level of your scouting department facility.)  You can improve the precision by clicking on the (1-x) text (where x=100 for quality and x-106 for potential) next to the player's quality or potential.  You enter your guess of the value (1-100 value,) for example 70 and you will get a response if his quality is lower or higher than your guess.  If his quality is higher (70-100) will be displayed, and if his quality is lower (1-70) will be displayed.  With enough guesses used on one player, you can find out the quality and potential within a more precise range until you are satisfied.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] December 30, 2013 and January 25, 2014)//

You don't need to use your scouting attempts and can accumulate them over the season.

Maximum number of youth school scouting attempts per week per team is 6. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 1, 2014)//

''Talent''
You have limited chances throughout the season to change the primary talent of a player in your youth school.  This choice can fall on any of the 8 basic skills.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] December 30, 2013)//

''AI''
The youth school AI estimation provided is not very precise.  As this estimate changes day-to-day, you can record and calculate the average value over time.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] December 30, 2013)//

''16 Years Old Youths''
> //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] January 25, 2014)//
>You can promote 16 years old youths into your senior team, but be careful, their potential will drop by 1 level (6%) and they cannot play games until they turn 17. On the plus side, their loyalty will be one level higher. To be able to promote them, you have to scout them to a great degree.

''Foreign Players in Your Youth School''
There is a 5% (or 1 in 20) chance of having a foreign player show up when you pull to your Youth School.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 9, 2014)//  For a foreign player pull, the chance of receiving a player from any one nationality is equally weighted.  //(source: HA forum, icko post, February 11, 2014)//  That is, 95% for Canada, and (as of now with 45 countries in system,) a 1/20 * 1/44 (or 0.1136% chance) of receiving a player from any other one country.  Foreign players pulled from your own youth school are still subject to the 15% extra salary commission for foreign players.

''Notes''
You can create and save notes on each of the players in your youth school for future reference.  Use the notes icon: <html><img src="http://www.hockeyarena.net/pics/note.png" style="height: 14px;"/></html>.  //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] February 9, 2014)//

''Intensive Training Facility'' (ITF)
//(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] October 23, 2010)//
Two times per season managers have the ability to send a single player to an intensive training facility.  This costs an ample amount of cash and improves the AI of the player, once promoted, by an additional amount.  As these are a scarce commodity, you will have to consider which of your youth school attendees will receive these pre-roster boosts.

You can use more than one ITF on the same player, but be warned that only the first two facility sessions (regardless of the player's age) will yield a full AI boost.  Each subsequent session will give the player a weaker boost.  For example, if the first two boost each gave a player an additional 6 promised AI, the third boost given to the same player would result in only a further 1 AI. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 3, 2010)//

''Change Player's Position'' (CPP)
Once a season, a manager can change the position of a player in their youth school roster.  This is an irreversible change.  In changing the //position// of the player, you are given the option to select one of the eight attributes.  Your choice will become that player's new //Talent// in the youth school prior to his promotion to the main roster.

This option is good if your youth school, your team, or your National team is producing a lack of a certain position that needs to be shored up with a great prospect who has been assigned a more common talent.
> //(source: [[HA main index|http://www.hockeyarena.net/en/]] January 2, 2014)//
> Hockey Arena is [an] on-line hockey manager, where you lead your own team. You're fighting for the promotion to the [top division] and you [can] represent your country in the World League. You have the chance to win the election, become a national team manager, and play with the national team [in] the World Championship. Your opponent is not the computer intelligence, as in other games, but thousands of [other] ... people [from 45] different countries of the world. The game tries to simulate real process[es] of hockey seasons: the teams could promote or demote, new players [come] to the team from junior academies, the players are getting older and their [abilities], influenced by the age, are decreasing. ... [With] the growing diversity of the manager community, translation of the game to new languages [has taken] place.
>
> And the most important thing: Hockey Arena is absolutely free of charge, so don´t hesitate and continue by clicking on the [registration] link.
''Quick summary of useful HA links''

[[http://ha.intrakap.eu/?id|http://ha.intrakap.eu/?id]]
-Shows the Q/P value of a player as seen by everyone else.
-Useful when deciding to sell a player.
- Although the site is available, my recent attempt to use the tool failed (//Temm//)

[[http://ha.intrakap.eu/16team.php|http://ha.intrakap.eu/16team.php]]
- The original ~HA-Tools (by //GM react//) site is no longer active, so this site mirrors the functionality.
- Here you can get information on your team and compare it easily with others.
- Only some of the tools on this site are active, as the authors required to remove functionality that displayed sponsor-pack only statistics.

[[HAssist: http://hassist.org|http://hassist.org]]
-Software assistant for HA managers.

[[http://felber.me/ha|http://felber.me/ha]]
-Calculates what the final AI of a player will be. It supposed to be within +/-10 of what it actually will be.

''Oddities''
(updated: January 30, 2015)

[[Esa Holkeri|http://www.hockeyarena.net/en/index.php?p=public_player_info.inc&id=11052]]
- Oldest player in ~HockeyArena

[[Nick Doherty|http://www.hockeyarena.net/en/index.php?p=public_player_info.inc&player_id=17183896]]
- Oldest Canadian player in ~HockeyArena

[[Egor Cherezzabornoguzaderische|http://www.hockeyarena.net/en/index.php?p=public_player_info.inc&player_id=8049142]]
- Longest last name in ~HockeyArena, Note: Now retired.
/***
|''Name:''|LoadRemoteFileThroughProxy (previous LoadRemoteFileHijack)|
|''Description:''|When the TiddlyWiki file is located on the web (view over http) the content of [[SiteProxy]] tiddler is added in front of the file url. If [[SiteProxy]] does not exist "/proxy/" is added. |
|''Version:''|1.1.0|
|''Date:''|mar 17, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#LoadRemoteFileHijack|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
***/
//{{{
version.extensions.LoadRemoteFileThroughProxy = {
 major: 1, minor: 1, revision: 0, 
 date: new Date("mar 17, 2007"), 
 source: "http://tiddlywiki.bidix.info/#LoadRemoteFileThroughProxy"};

if (!window.bidix) window.bidix = {}; // bidix namespace
if (!bidix.core) bidix.core = {};

bidix.core.loadRemoteFile = loadRemoteFile;
loadRemoteFile = function(url,callback,params)
{
 if ((document.location.toString().substr(0,4) == "http") && (url.substr(0,4) == "http")){ 
 url = store.getTiddlerText("SiteProxy", "/proxy/") + url;
 }
 return bidix.core.loadRemoteFile(url,callback,params);
}
//}}}
For Firefox browser users, there is a plug-in called Greasemonkey, for which users can build scripts that can affect the final display of visiting a web site.  For ~HockeyArena, there are included some gems of this type listed in the [[Utilities]] section.

To install Greasemonkey:
* In Firefox, click Tools | Add-ons... (~Ctrl-Shift-A), which will bring up the Add-on Manager.
* Click the Get ~Add-Ons navigation item (on the left)
* Use the search box to look for "Greasemonkey"
* If the add-on is in the available results, click //Install//.  If the add-on isn't in the list, click on the link at the bottom of the results, //See all x results//, hover over the Greasemonkey selection, add click the //+ Add to Firefox// button.
* After a restart of Firefox, you should now have Greasemonkey installed.

Once you have installed Greasemonkey, you can install a script with the following steps:
* Go get the code page for the script you want, and click on the //Link to code: <script name>//.
* There should be a Greasemonkey dialog that pops up, identifying it as a Greasemonkey user script.  Click //Install// to start using it.
* Some scripts may require further modification to be customized for your team.  Be sure to follow the individual instructions for customization on the favoured script page off the [[Utilities]] menu.

To edit (and customize) an installed script:
* On your menu bar, click on the drop-down next to the Greasemonkey logo, and select Manage User Scripts...
* On the script you wish to edit, click on //Options//.
* On the resulting dialog, click //Edit this User Script//.  (Note: You will be prompted to select your favorite editor in which to do this if you haven't already.)
[[HA Canada Welcome|WelcomeToHACanada]]
[[New Manager's Guide|NewManagerGuide]]
[[Reference|ReferenceTopics]]
[[FAQ]]
[[Canadian Extras|Extras]]
[[National Teams|NationalTeams]]
[[To-Do List|ToDoList]]
[[Links|Links]]

[[WikiReference]]
Canada has two National teams, the Canadian National Team and the 20-and-under (often listed as U20) Junior National Team.  These teams take part in international tournaments in alternating seasons, and elections are done for the general manager of these teams at the beginning of the season prior to the respective tournament.

Please refer to the [[Developing National Players Guide|Guide-DevelopingNationalPlayers]] for a discussion on being of assistance to the National teams' efforts.
Here is an overview for new managers to read through.  Click on each section to read and follow any instructions provided.  TODO: supply a day-by-day starting guide choice for which new managers can work through to get acquainted with ~HockeyArena.

[[Before registering for a team|BeforeRegistering]]
1. [[Educate yourself about the game|NewManagerGuide-Learn]]
2. [[Placement and expectation|NewManagerGuide-Placement]]
3. [[Start to build your facilities|NewManagerGuide-BuildFacilities]]
4. [[Train your players|NewManagerGuide-PlayerTraining]]
5. [[Know player quality and potential|NewManagerGuide-PlayerQualityAndPotential]]
6. [[Understand non-scouted attributes|NewManagerGuide-NonScoutedAttributes]]
7. [[Schedule friendlies for all off-days|NewManagerGuide-ScheduleFriendlies]]
8. [[Pull youth when available|NewManagerGuide-PullYouth]]
9. [[Be wary of the market|NewManagerGuide-MarketWary]]
10. [[Get your advertising revenues|NewManagerGuide-AdvertisingRevenues]]
11. [[Some quick notes|NewManagerGuide-QuickNotes]]
12. [[Help us make this guide better|NewManagerGuide-HelpUs]]

//(sources: kdunbar, ~NHL33, HA forum, HF forum, Rachmede)//
//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''10) Advertising Revenues''

Revenues from advertising (i.e. navigate to League | [[Sponsor|http://www.hockeyarena.net/en/index.php?p=manager_league_sponsors.inc&spo_id=&action=info]]) can be an added bonus to managers who are on-line often.  Every week, a series of advertisers give amounts they are willing to pay for advertising in your division.  Teams can then reverse-bid (i.e. bid lower amounts they are willing to take under other teams in the division) for the advertising contracts.  There are advertising contracts available both for center ice and for the boards.

For simplicity for now, go to the advertising sponsors section once a week, and offer to take the full amount for each bid represented alternatively between center ice and boards.  As usually not every team is active in this bidding, you are most likely going to get a decent extra bonus for up to 4 weeks depending on the contract length.  You can replace any existing contract before it is completed if you receive a successful bid on a higher return in a subsequent week.  You cannot bid on contract offers that are lower than your current contract value if there is more than one week left in the contract.  You will want to refresh the contract when it reaches 1 week left.

See the guide page for [[advertising sponsors|Guide-AdvertisingSponsors]] for more information.
//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''3) Start To Build Your Facilities''

At first, you'll want to spend all your cash in upgrading the stadium (Team | [[Stadium|http://www.hockeyarena.net/en/index.php?p=manager_stadium.inc]]).  Spend what you can in first building up your training and regeneration facilities in parallel (i.e. in equal amounts so they always have the same value.)  These facilities are important in providing daily improvement to your players and should be upgraded simultaneously.  Some focus can also be placed in the Youth School.  //~NHL33// suggests a 40/40/20, 60/60/40, ... route on Training/Regeneration/Youth School, where player training isn't very effective until you hit 80 in Training and Regeneration.  The marketing facility should also be boosted early to 20.

The stadium facilities is critical to the game.  Players with high quality and potential can be trained best within and moulded by teams with good training and regeneration facilities.  When you begin to advance from the lower tiers, you will require the best facilities to keep improving your team to maintain par with those competing with you.

You start with a balance of 3M.  This disappears fast and returns slowly.  Assure that your spending is going where it is needed most - the facilities!

Avoid adding seats until you begin to sell out many league games or your ticket price is above the league average.  When you do decide to add seats, build an increment that will have purchased seats available for the next non-friendly home game.

//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''12) Help Us Out''

If there is anything you feel is important information for new managers and is missing from this guide, please let us know how what else you feel needs inclusion or how to better structure the guide so that it more effortlessly gives new managers good feelings when starting out.
//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''1) Educate Yourself About the Game''

Don't worry about winning games right now.  Concentrate on learning the web site.  Navigate through the site, and click on the //?// icon for more information on certain screens.  Read the //Guide// under //Home//.  We hope to have captured much of the in-game documentation here in this wiki - so you can search here for answers easily.

Ask lots of questions and get your answers.  There are many avenues to do so - choose the one that feels most comfortable to you.
* Read the [[guide|http://www.hockeyarena.net/en/index.php?p=public_guide_new.php]] or this wiki.
* Access the Canadian //Q&A Thread// or //New Manager Help// threads on the [[HA forum|http://www.hockeyarena.net/en/index.php?p=manager_discussion_detail.php]] (i.e. log-in required to get to the Canadian forum.)
* Ask questions on the [[Canadian private forum|http://hacanada.proboards.com/]] (after registration, confirmation, and log-in.)
* [[Ask an in-game helper/veteran|http://www.hockeyarena.net/en/index.php?p=helpers.inc]] from your country
* Obtain a in-game mentor and ask them questions.  Some possible mentors are mentioned at the beginning of the //New Manager Help// thread on the [[HA forum|http://www.hockeyarena.net/en/index.php?p=manager_discussion_detail.php]] (i.e. log-in required to get to the Canadian forum.)
//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''9) Be Wary of the Market''

Generally, usage of the market (i.e. navigate to Players | [[Market|http://www.hockeyarena.net/en/index.php?p=manager_player_market_form.php]]) from the beginning is not a good idea.  Concentrate your money on building up your stadium facilities.  If you are checking out the market this early, do not buy.  Learn what are good attributes to train for the various positions.  Examine the listed quality, potential, age, and attributes of players and see what prices people are willing to pay - prices which are often inflated.

Buying high quality and potential youth may not be a good strategy from the start as you do not have the facilities to train them into the best they can be.  Similarly, steer clear of highly-skilled, experienced veterans - they will train slower, have high daily salaries, and as you are building up you won't have much use for them.  Both of these groups will likely cost dearly on the market.

Show some constraint and try not to waste money.  Don't spend more than $100k at most until you are comfortable with the game's economics.  Look for good AI totals at cheap cost and decent quality.  Do not overpay.  Last minute bidding wars on players are often to be avoided as they can lead to overpayment.
//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''6) Understand Non-scouted On Player Scouting''

On the player page, you'll notice there are certain numbers that have a question mark (i.e. [img[http://www.hockeyarena.net/pics/question.gif]]) in front of them.  These represent non-scouted values, a guess for the current season from the team scouts.  Values with the [img[http://www.hockeyarena.net/pics/question.gif]] may include the quality, potential, and loyalty (-3 to +3) of the player.  Complete scouting of a player will reveal these values at earlier ages than a non-scouted player.

Non-scouted values for quality and potential may be off of the true value by as much as 20%.

For more on the [img[http://www.hockeyarena.net/pics/question.gif]] and [img[http://www.hockeyarena.net/pics/target.gif]] icons, please see the section on [[Scouted Values|Guide-ScoutedValues]].
//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''2) Placement and Expectation''

You team will be placed into division within the lowest three tiers in Canada, replacing an existing team without a manager and inheriting that team's current seasonal record.  This means you will not find yourself in the top tier at the start.

Do not expect to compare with the best teams from the beginning. Your team is new and needs to build its roster, stadium, and facilities over time.

Also, do not expect to compare with the teams from the division in which you are placed.  You may be placed in tiers III, IV, or V (as of January 2014).  If you are placed in tier III or IV, it is likely that your team will relegate down season after season until reaching tier V.  In fact, you should expect this.  During this time, your team may suffer repeated defeats in games involving a goal differential of 10 goals or more.  It is because the teams in the higher tiers have already built their teams significantly.  Do not be discouraged.

*Since this guide was written for new managers, HA has changed placement so that new managers can expect to compare their rosters with those around them right from the start.  The given attributes of players for new managers will now be more commensurate with those of the division in which the team has been placed. //(source: [[HA News|http://www.hockeyarena.net/en/index.php?p=public_ha_news.php]] November 7, 2014)//

For more information on seasonal structure within a division, see the [[Seasonal Schedule|Guide-SeasonalStructure]] description.
//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''5) Player Quality and Potential''

A player's values for quality and potential determine the player's life-cycle.  The higher these two values, the better the player can be over the course of his career and the more valuable the player on the market.

Quality is arguably the single, most important statistic a player has.  It is how fast a player improves, tied in of course with the training and regeneration facilities of the team.  Time-on-ice (or TOI) is also important for training results, so ensure that your higher quality players get some ice time.

Potential is the longevity of your players.  Players lose on-average 6 potential points a year, and once this value hits 0, they stop gaining skills.  Past that, the potential goes negative and the players start getting worse.  Refer to the [[age-to-potential reference chart|ReferenceChart-Potential]] to see the progression. Because of the decrements, players will reach 0 potential between the ages of 27 and 33, inclusive.

Example:  A player with 94 quality (Q) and 65 potential (P) player is compared with a player with 65 Q and 94 P with the same AI (i.e. sum of the player's attributes.) The 94 Q guy will reach a higher overall skill level, but the 94 P guy will be around 5 seasons longer.
//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''4) Player Training''

Players are trained on their attributes.  Attributes have varying usefulness in each on-ice position, so depending on the spread of the attributes, players are more adept in playing certain positions.  Take the following description for useful attributes for each position to assist in determining how to train your players.

Goalie: 1. Goaltending, 2. Speed, 3. Passing / Self control
Defensemen: 1. Defense, 2. Strength, 3. Speed
Wingers: 1. Attack, 2. Shooting, 3. Speed, 4. Passing
Center: 1. Attack, 2. Shooting / Strength, 4. Passing

Assuming your training and regeneration facilities are being upgraded in tandem, set the training intensity to 85% (on the Players | [[Schedules|http://www.hockeyarena.net/en/index.php?p=manager_training_schedules_form.php]] page.)  More than this value decreases your player's energy, and less than this value decreases your training return.  Set up training schedules immediately at Players | [[Schedules|http://www.hockeyarena.net/en/index.php?p=manager_training_schedules_form.php]]. Try never to let your players rest (if they don't have to) for even one day and lose that training.  For simplicity, there is a system training schedule for each attribute at 100% with no secondary training. Assign training schedules to the players as appropriate (on the Players | [[Training|http://www.hockeyarena.net/en/index.php?p=manager_training_form1.php]] page.)  Set up extra schedules as needed with some rest involved to help players low on energy to recover, or use the system Rest schedule for them to recover most quickly.
//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''8) Pull Youth When Available''

Every week there are a number of youth pulls whose quality and quantity depend on the level of your Youth School facility.  These players are dropped into your youth school (i.e. Team | [[Youth School|http://www.hockeyarena.net/en/index.php?p=manager_youth_school_form.php]]) where they can be evaluated and brought to your main roster.  These essentially act as young players trained to build your team from within.  Pull them when they arrive at the youth school as they will not stay available to be pulled forever.  Without high training and regeneration facilities, pulling stellar youth to train up isn't feasible.  However, it may be possible to make plenty of extra cash if you obtain a young, high quality, high potential player that you could sell on the market at this stage.

//Rachmede// in his [[guide|RachmedeGuide]] suggests that you sell all your good youth pulls before your training facility reaches 80.
//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''11) Quick Notes''

Many, if not all, of your players have temporary, free contracts.  Don't worry about this.  They will be signed within a week.

Players always age every season at the turn of the season.

Always maintain a roster of at least 20 players.  Any less, and you can lose your team and have to begin again.

Don't fire any players with 80 quality or more without trying to sell them on the market.

Main sources of revenue are the general sponsor amount (given weekly, every Wednesday,) ticket sales (from home games,) advertising sponsor revenue (given weekly, every Thursday,) and prize money (given at the end of the regular season and at the end of the playoffs/playout.)
//(part of the series of articles in the [[New Manager Guide|NewManagerGuide]])//

''7) Schedule Friendlies For All ~Off-Days''

On a day when a scheduled game is not occurring, managers can schedule friendly games (i.e. friendlies) with other managers.  Go around and challenge teams from the lower tiers to supply friendly games to cover all of your off-days.  Friendly games are a bonus source of limited experience and ticket sales.  Therefore, having friendly games is better than not having friendly games.  The ticket sales are split between the two teams playing the friendly; whereas during league regular season games, the home team pulls in the tickets' revenue.

Scheduling friendlies will be a continuing task as friendly games can only be scheduled so far in advance.
Try to pick a variety of teams to challenge for friendlies.  Not often will a GM accept higher-multiple friendly requests from the same team.  Try to obtain some away/visiting friendlies with teams in higher tiers as this will provide more revenue; however, realize that some of those teams will often overlook challenges from teams on lower tiers as they might be looking for decent revenues as well.

To schedule a friendly match, go to the team page of the target opponent, and click on either //Normal// (i.e. a game without overtime, and can end in a tie) or //Playoff// (i.e. a game with an eventual winner complete with overtime) under the ''Challenge for a friendly game??'' text on the upper-right on the page.  Find a mutually good date for both teams clicking on //Next Week// if necessary to advance the calendar, and click on //Home// or //Away// on the row of the preferred date.  The other team will then need to accept the challenge.  You can check and accept friendly challenges sent to you on the Team | [[Chall.|http://www.hockeyarena.net/en/index.php?p=manager_challenges_form.php]] page.
/***
|''Name:''|PasswordOptionPlugin|
|''Description:''|Extends TiddlyWiki options with non encrypted password option.|
|''Version:''|1.0.2|
|''Date:''|Apr 19, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#PasswordOptionPlugin|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0 (Beta 5)|
***/
//{{{
version.extensions.PasswordOptionPlugin = {
	major: 1, minor: 0, revision: 2, 
	date: new Date("Apr 19, 2007"),
	source: 'http://tiddlywiki.bidix.info/#PasswordOptionPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	license: '[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D]]',
	coreVersion: '2.2.0 (Beta 5)'
};

config.macros.option.passwordCheckboxLabel = "Save this password on this computer";
config.macros.option.passwordInputType = "password"; // password | text
setStylesheet(".pasOptionInput {width: 11em;}\n","passwordInputTypeStyle");

merge(config.macros.option.types, {
	'pas': {
		elementType: "input",
		valueField: "value",
		eventName: "onkeyup",
		className: "pasOptionInput",
		typeValue: config.macros.option.passwordInputType,
		create: function(place,type,opt,className,desc) {
			// password field
			config.macros.option.genericCreate(place,'pas',opt,className,desc);
			// checkbox linked with this password "save this password on this computer"
			config.macros.option.genericCreate(place,'chk','chk'+opt,className,desc);			
			// text savePasswordCheckboxLabel
			place.appendChild(document.createTextNode(config.macros.option.passwordCheckboxLabel));
		},
		onChange: config.macros.option.genericOnChange
	}
});

merge(config.optionHandlers['chk'], {
	get: function(name) {
		// is there an option linked with this chk ?
		var opt = name.substr(3);
		if (config.options[opt]) 
			saveOptionCookie(opt);
		return config.options[name] ? "true" : "false";
	}
});

merge(config.optionHandlers, {
	'pas': {
 		get: function(name) {
			if (config.options["chk"+name]) {
				return encodeCookie(config.options[name].toString());
			} else {
				return "";
			}
		},
		set: function(name,value) {config.options[name] = decodeCookie(value);}
	}
});

// need to reload options to load passwordOptions
loadOptionsCookie();

/*
if (!config.options['pasPassword'])
	config.options['pasPassword'] = '';

merge(config.optionsDesc,{
		pasPassword: "Test password"
	});
*/
//}}}
The following is an unedited provision of Rachmede's Newbie Guide.  Although any figures mentioned within are severely out-of-date due to not taking into account new features and in-game player AI inflation, it still represents a good read where genuinely helpful tips can be gleaned.

>Rachmede's Newbie Guide
>
>This is meant to be a general introduction to one way of seeing the game for beginners. It is really a general approach because I do not intend to explain here in detail all the technicalities of the game (for example, how to well develop a winger or a center, how to properly build your lines). Instead I intend to give an overview of the "theoretical" foundations of the game and what to keep in mind to make your team progress. Here is advice from a player who has now over six seasons under the belt.
>
>First and foremost, you need to understand that Hockey Arena is a long term game. Patience is a must and if you hope the adrenaline of a multiplayer shooter online, you're definitely not in the right place! To win in this game, you must realize that a player has a life cycle (related to his potential): he is primarily young and bad, then, with training and experience, he becomes well, possibly very good, then he will get older and eventually be good for retirement. It's the same for an entire team team, at least, if it is well built. I will explain further the idea of the life cycle of a team, even if I guess you can already understand it a little by analogy to the life cycle of a player, and I will get more in [detail] on this in Section 3, but first, let start by the beginning!
>
>''1.Initially''
>
>You just have your team, your players are not good enough for your league and unfortunately it is useless to try to develop them because all sections of your arena is at 15%. In short, the group of players you inherit at the start will not get you anywhere. There may be a player with over 90 quality you can keep (I've personally had one that played during six seasons in my team and did a good job), but otherwise, if you hope to win immediately, you will have to buy better players.
>
>That said, the first problem is that you get very little money to do so. The good news though is that it is quite possible in League VI to buy players between $ 100,000 and $ 300,000 and successfully promote to League V. Thus, with a budget of 4.5 million (not more, you'll need your money for something else), it is quite possible to build yourself a decent team to have fun right from the start. It is certainly possible to "buy a place in League IV", that is to say, to successfully buy players good enough to take you up League IV without investing in your arena, but even if the league level will increase your finances, you'll never be able to afford to buy players that will allow you to go higher because you will need to constantly buy new players to replace old ones. If you really want to make it to the higher leagues, "buying your place" in a higher league by purchasing a group of players to go there will not lead very far.
>
>Also, since your training center is very low, it is useless to try to develop players, so there is no need to buy youth. Prefer the old players between 100 and 120 in AI that will give you 2 or 3 more seasons (12 to -6 potential), they are not expensive and can lead you in League V. It is equally useless to look at the quality of players since you cannot develop them and anyway old players do not really develop. However, their potential will be important because eventually you will have to replace them ... in 2 or 3 seasons, and you will see in the next section that 2 or 3 seasons is not arbitrary. Finally, try also to avoid players with high salaries, you will need the money to build your arena.
>
>''2. Arena: Training and Regeneration centres''
>
>When you start, all parts of your arena are at 15%, which is very low. The two most important features are the training and the regeneration centers. As you may have read elsewhere, they are equally important and must be developed in parallel since your players can train effectively only if they can recover from it. These two sections are most important since it is they who will eventually help you develop players, but more importantly, as we shall see in the next section, a group of players.
>However, it is useless to consider developing players before you reach 80% in the training and regeneration centers. It is also useless to keep a good young player you [pulled] in the idea of developing him before reaching 80%. Before that, your players will not even train at 30% per day, which represents 21 points in a season on AI. Initially, you'll probably drive percentages below 20% (20% AI = 14 points per season, 15% = 10 points). When your training and regeneration centers will be 100%, you will be able to train 70 quality players to more than 30%, 80 quality players to over 40% and 90 quality players between 40 and 80%, if you're playing them. Thus, before 80% in the training center, sell the good young players you pull, you will need this money later!
>
>Here is the charter of the number of days required to increase by 1% at all different levels of development:
>* 0-24%: 1 day
>* 25-49%: 2 days
>* 50-74%: 3 days
>* 75-99%: 4 days
>* 100: 5 days
>
>Thus, to reach 80% of development in your training and recovery centers, you'll need at least 149 days (or a little over 2 seasons) if you increase whenever you can. Achieving 100% you will take at least 230 days (or a little over 3 seasons). You may see now why, initially, it is wise to buy players that can give you 2 or 3 seasons, this group of players will get you to League V and allow you to experiment until you can start develop players.
>
>In this sense, your first three seasons in Hockey Arena should serve you to increase your training and regeneration centers, to discover the game, to experiment with your lines, try the tactics and all the subtleties of the game, explore the market and learn what is the right price for a player etc.. That said, try not to overspend, because after those three seasons, you will need money to replace your old players by a group of promising youngsters that you will then be able to develop. Also, spending too much on the market may prevent you from having the money to invest in your arena.
>
>''3. Develop a first group of players''
>
>To fully develop the young players need to be in a team that has training and regeneration centers to 100% AND THEY MUST PLAY. After three seasons, training and regeneration should be at 100% (or almost), you may even have developed a few other sections of your arena. You will then stat to develop players. In fact, you will develop a group of players: 1 goalie (the backup may be a good level older guy for replacement in case of injury) and 15 players (plus a few cheap players in case of injury). These players will play ALL games, including friendlies, so they will train more and take more experience. Play only 3 lines, your players will have more ice time and will thus get more experience.
>
>So you’ll need to buy 16 players between 17 and 19 years old with the best quality and the best possible potential. You will not have a huge budget at this point, but in sacrificing a little on the quality, the potential, the starting AI or the distribution of AI on players you when purchase them, it will be possible to buy players who will reach 200 IA at 25 years of age, which should allow you to have a team that will get you to III leagues.
>
>Obviously, during the first 3 seasons, your team will be young and inexperienced. You must therefore expect and accept to lose. But your players will train and will gain experience. Your team will take on average between 20-25 points per season in IA and about 25 experience points per player per season. You can expect to get to III leagues in 6-8 seasons.
>
>Meanwhile, since you do not spend money on buying players and you'll begin to earn performance bonuses (since your team will eventually be dominant), you will have enough money to primarily invest in your youth school and secondly in other sections of your arena.
>
>Increasing your youth school is very important because it you will increase your chances to pull out some good players, in addition to increasing the starting AI of you players (starting AI of players is related to their quality and level of school club) . Thus, during the 5 or 6 first years of rebuilding your team, you should sell all good players you pull to make money (no need to keep them since they will not be on the same pace as the rest your team but of course you can keep them if the timing is good on your team). After six seasons, you can think of to keep them (if you're playing them immediately) for your next rebuild.
>
>Meanwhile, it would also be wise to increase your scouting department, since it will be very useful during your second reconstruction. You will then pay much more for the players and it will be even more important to scout them before buying.
>
>Also, in addition to developing the various sections of your arena, consider that you will need to accumulate a lot of money for your next reconstruction to minimize the compromises you will have to make in the purchase of your players. The more money you have, the better the players you’ll be able to buy, so you can go further with this second group and hope to have a winning team in League I.
>
>''4. develop a 2nd group''
>
>You will then certainly have enough experience in the game to know which players to buy. You will probably go down to League IV and hopefully go up league I.
>
>''Conclusion''
>
>A final word to explain the above. The approach proposed here is aimed at managers who wish to reach the League I. My approach is based on the assumption (verified) that the players needed to go to league I and be competitive are extremely rare on the market, when they are available it is too expensive to buy enough of them and they do not have enough seasons to give anyway. The only way to go in League I is to produce one's own players who will all be dominant at the same time.
>
>To produce its players, a team must have training and regeneration centers at 100% and this requires three seasons (Phase 1). Once done, the managers will not have enough money to buy a sufficient number of players that will allow them to go to league I and compete there, so they must buy players not quite as good that cost them So much cheaper and develop a team that will allow them to get to League III (beginning of phase 2). As the team grows, the manager must build youth school and then scouting department (developing it too early is useless since it will then the manage will have to pay the daily cost) in addition to accumulate as much money as possible in anticipation of Phase 3. Getting to league III will allow manager to have fun, to learn even more about the game in addition to making more money by playing in higher leagues. At the end of phase 2, the manager should then have enough money (between $ 800M and $ 1 billion) to buy a group of young players who could eventually become good enough to lead the the team to league I and compete.
>
>Here then, in conclusion, the general pattern:
>
>Phase 1: Buy a bunch of old players and develop training and regeneration centers. Three seasons.
>Phase 2: Buy a group of young players capable of leading the team in League III. Develop youth school and the scouting department and earn money for Phase 3.
>Phase 3. : Buying players good enough to go to a league I and be patient.
Here is a chart that details the fees levied against those listed as day-traders.
See [[Day Trading|Guide-Market-DayTrading]] for more details.

''Day-trading Extra Fees''
//(source: [[HA Guide on Manager Economy Reform|http://www.hockeyarena.net/en/index.php?p=manager_economy_reform.php]] January 27, 2015)//
<html>
<table>
 <tr>
  <th align="left">Total Market Profits</th>
  <th align="right">1 000 000 000</th>
  <th align="right">500 000 000</th>
  <th align="right">100 000 000</th>
 </tr>
 <tr>
  <td align="left">Fee for putting the player to the market</td>
  <td align="center" colspan="3">2% to 6% of the minimum price</td>
 </tr>
 <tr>
  <td align="left">Player sale</td>
  <td align="center" colspan="3">5% to 20% out of the final price</td>
 </tr>
 <tr>
  <td align="left">Franchise player</td>
  <td align="right">200 000 000</td>
  <td align="right">100 000 000</td>
  <td align="right">20 000 000</td>
 </tr>
 <tr>
  <td align="left">Loyalty bonus</td>
  <td align="right">135 000 000</td>
  <td align="right">67 500 000</td>
  <td align="right">13 500 000</td>
 </tr>
 <tr>
  <td align="left">Intensive training facility</td>
  <td align="right">60 000 000</td>
  <td align="right">30 000 000</td>
  <td align="right">6 000 000</td>
 </tr>
 <tr>
  <td align="left">Thorough scouting of the player</td>
  <td align="right">4 000 000</td>
  <td align="right">2 000 000</td>
  <td align="right">500 000</td>
 </tr>
 <tr>
  <td align="left">Scout game</td>
  <td align="right">4 042 930</td>
  <td align="right">4 042 930</td>
  <td align="right">4 042 930</td>
 </tr>
</table>
</html>
Here is a quick chart outlining some of the costs for stadium facilities, (i.e. Training, Regeneration, etc.)
TODO: Extend this to include T&R > 100, or include in a separate chart on this page.  Note - these costs may have changed with the addition of facility research - please confirm.

''Building Cost''
//(source: HA wikia - Stadium page)//
<html>
<table>
 <tr>
  <th align="right">Research Level</th>
  <th align="right">Cost</th>
 </tr>
 <tr>
  <td align="right">0-9</td>
  <td align="right">$200,000</td>
 </tr>
 <tr>
  <td align="right">10-19</td>
  <td align="right">$400,000</td>
 </tr>
 <tr>
  <td align="right">20-29</td>
  <td align="right">$600,000</td>
 </tr>
 <tr>
  <td align="right">30-39</td>
  <td align="right">$800,000</td>
 </tr>
 <tr>
  <td align="right">40-49</td>
  <td align="right">$1,000,000</td>
 </tr>
 <tr>
  <td align="right">50-59</td>
  <td align="right">$1,200,000</td>
 </tr>
 <tr>
  <td align="right">60-69</td>
  <td align="right">$1,400,000</td>
 </tr>
 <tr>
  <td align="right">70-79</td>
  <td align="right">$1,600,000</td>
 </tr>
 <tr>
  <td align="right">80-89</td>
  <td align="right">$1,800,000</td>
 </tr>
 <tr>
  <td align="right">90-99</td>
  <td align="right">$2,000,000</td>
 </tr>
 <tr>
  <td align="right">100</td>
  <td align="right">$2,200,000</td>
 </tr>
</table>
</html>

''Building Time''
//(source: HA wikia - Stadium page)//
<html>
<table>
 <tr>
  <th align="right">Research Level</th>
  <th align="right">Time</th>
 </tr>
 <tr>
  <td align="right">0-24</td>
  <td align="right">1 day</td>
 </tr>
 <tr>
  <td align="right">25-49</td>
  <td align="right">2 days</td>
 </tr>
 <tr>
  <td align="right">50-74</td>
  <td align="right">3 days</td>
 </tr>
 <tr>
  <td align="right">75-99</td>
  <td align="right">4 days</td>
 </tr>
 <tr>
  <td align="right">100</td>
  <td align="right">5 days</td>
 </tr>
</table>
</html>

Maintenance Cost Multiplier For Facilities
//(source: HA wikia - Stadium page)//
Take the current facility level and square it, then multiply by the multiplier for that facility.
<html>
<table>
 <tr>
  <th>Facility</th>
  <th align="right">Maintenance Multiplier</th>
 </tr>
 <tr>
  <td>Training</td>
  <td align="right">60</td>
 </tr>
 <tr>
  <td>Regeneration</td>
  <td align="right">60</td>
 </tr>
 <tr>
  <td>Cheerleaders</td>
  <td align="right">70</td>
 </tr>
 <tr>
  <td>Scouting</td>
  <td align="right">70</td>
 </tr>
 <tr>
  <td>Marketing</td>
  <td align="right">70</td>
 </tr>
 <tr>
  <td>Youth School</td>
  <td align="right">80</td>
 </tr>
</table>
</html>
Example: For a level 10 training facility, 10 (level) x 10 (level) x 60 (multiplier) = $6000 in daily operating costs.
Below is the maximum and minimum potential that players can have for their current age.  * - negative potential has changed since the initial publication of this list.

Note: 15 and 16 year-old prospects are seen in the youth school and draft.  15 year-olds cannot be promoted to the main roster, and 16 year-olds can be promoted to the main roster under condition of being scouted to a high degree.  If a 16-year-old is promoted, they will lose one bracket of potential.  That is, if a 16-year-old with maximum potential were pulled (i.e. potential=100,) they would move to 94 potential.  This is a built-in trade-off as part of the game for pulling a youth so early.

<html>
<table>
 <tr>
  <th align="right">Age</th>
  <th align="right">Max</th>
  <th align="right">Max-1</th>
  <th align="right">Max-2</th>
  <th align="right">Max-3</th>
  <th align="right">Max-4</th>
  <th align="right">Max-5</th>
  <th align="right">Max-6</th>
  <th align="right">Max-7</th>
 </tr>
 <tr>
  <td align="right" bgcolor="#999">15</td>
  <td align="right" bgcolor="#cfc">106</td>
  <td align="right" bgcolor="#999">100</td>
  <td align="right" bgcolor="#999">94</td>
  <td align="right" bgcolor="#999">88</td>
  <td align="right" bgcolor="#999">82</td>
  <td align="right" bgcolor="#999">76</td>
  <td align="right" bgcolor="#999">71</td>
  <td align="right" bgcolor="#999">65</td>
 </tr>
 <tr>
  <td align="right" bgcolor="#ccc">16</td>
  <td align="right" bgcolor="#cfc">100</td>
  <td align="right" bgcolor="#ccc">94</td>
  <td align="right" bgcolor="#ccc">88</td>
  <td align="right" bgcolor="#ccc">82</td>
  <td align="right" bgcolor="#ccc">76</td>
  <td align="right" bgcolor="#ccc">71</td>
  <td align="right" bgcolor="#ccc">65</td>
  <td align="right" bgcolor="#ccc">59</td>
 </tr>
 <tr>
  <td align="right">17</td>
  <td align="right" bgcolor="#cfc">94</td>
  <td align="right">88</td>
  <td align="right">82</td>
  <td align="right">76</td>
  <td align="right">71</td>
  <td align="right">65</td>
  <td align="right">59</td>
  <td align="right">53</td>
 </tr>
 <tr>
  <td align="right">18</td>
  <td align="right" bgcolor="#cfc">88</td>
  <td align="right">82</td>
  <td align="right">76</td>
  <td align="right">71</td>
  <td align="right">65</td>
  <td align="right">59</td>
  <td align="right">53</td>
  <td align="right">47</td>
 </tr>
 <tr>
  <td align="right">19</td>
  <td align="right" bgcolor="#cfc">82</td>
  <td align="right">76</td>
  <td align="right">71</td>
  <td align="right">65</td>
  <td align="right">59</td>
  <td align="right">53</td>
  <td align="right">47</td>
  <td align="right">41</td>
 </tr>
 <tr>
  <td align="right">20</td>
  <td align="right" bgcolor="#cfc">76</td>
  <td align="right">71</td>
  <td align="right">65</td>
  <td align="right">59</td>
  <td align="right">53</td>
  <td align="right">47</td>
  <td align="right">41</td>
  <td align="right">35</td>
 </tr>
 <tr>
  <td align="right">21</td>
  <td align="right" bgcolor="#cfc">71</td>
  <td align="right">65</td>
  <td align="right">59</td>
  <td align="right">53</td>
  <td align="right">47</td>
  <td align="right">41</td>
  <td align="right">35</td>
  <td align="right">29</td>
 </tr>
 <tr>
  <td align="right">22</td>
  <td align="right" bgcolor="#cfc">65</td>
  <td align="right">59</td>
  <td align="right">53</td>
  <td align="right">47</td>
  <td align="right">41</td>
  <td align="right">35</td>
  <td align="right">29</td>
  <td align="right">24</td>
 </tr>
 <tr>
  <td align="right">23</td>
  <td align="right" bgcolor="#cfc">59</td>
  <td align="right">53</td>
  <td align="right">47</td>
  <td align="right">41</td>
  <td align="right">35</td>
  <td align="right">29</td>
  <td align="right">24</td>
  <td align="right">18</td>
 </tr>
 <tr>
  <td align="right">24</td>
  <td align="right" bgcolor="#cfc">53</td>
  <td align="right">47</td>
  <td align="right">41</td>
  <td align="right">35</td>
  <td align="right">29</td>
  <td align="right">24</td>
  <td align="right">18</td>
  <td align="right">12</td>
 </tr>
 <tr>
  <td align="right">25</td>
  <td align="right" bgcolor="#cfc">47</td>
  <td align="right">41</td>
  <td align="right">35</td>
  <td align="right">29</td>
  <td align="right">24</td>
  <td align="right">18</td>
  <td align="right">12</td>
  <td align="right">6</td>
 </tr>
 <tr>
  <td align="right">26</td>
  <td align="right" bgcolor="#cfc">41</td>
  <td align="right">35</td>
  <td align="right">29</td>
  <td align="right">24</td>
  <td align="right">18</td>
  <td align="right">12</td>
  <td align="right">6</td>
  <td align="right">0</td>
 </tr>
 <tr>
  <td align="right">27</td>
  <td align="right" bgcolor="#cfc">35</td>
  <td align="right">29</td>
  <td align="right">24</td>
  <td align="right">18</td>
  <td align="right">12</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">-6*</td>
 </tr>
 <tr>
  <td align="right">28</td>
  <td align="right" bgcolor="#cfc">29</td>
  <td align="right">24</td>
  <td align="right">18</td>
  <td align="right">12</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">-6*</td>
  <td align="right">-12*</td>
 </tr>
 <tr>
  <td align="right">29</td>
  <td align="right" bgcolor="#cfc">24</td>
  <td align="right">18</td>
  <td align="right">12</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">-6*</td>
  <td align="right">-12*</td>
  <td align="right">-18*</td>
 </tr>
 <tr>
  <td align="right">30</td>
  <td align="right" bgcolor="#cfc">18</td>
  <td align="right">12</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">-6*</td>
  <td align="right">-12*</td>
  <td align="right">-18*</td>
  <td align="right">-24*</td>
 </tr>
 <tr>
  <td align="right">31</td>
  <td align="right" bgcolor="#cfc">12</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">-6*</td>
  <td align="right">-12*</td>
  <td align="right">-18*</td>
  <td align="right">-24*</td>
 </tr>
 <tr>
  <td align="right">32</td>
  <td align="right" bgcolor="#cfc">6</td>
  <td align="right">0</td>
  <td align="right">-6*</td>
  <td align="right">-12*</td>
  <td align="right">-18*</td>
  <td align="right">-24*</td>
 </tr>
 <tr>
  <td align="right">33</td>
  <td align="right" bgcolor="#cfc">0</td>
  <td align="right">-6*</td>
  <td align="right">-12*</td>
  <td align="right">-18*</td>
  <td align="right">-24*</td>
 </tr>
 <tr>
  <td align="right">34</td>
  <td align="right" bgcolor="#cfc">-6*</td>
  <td align="right">-12*</td>
  <td align="right">-18*</td>
  <td align="right">-24*</td>
 </tr>
 <tr>
  <td align="right">35</td>
  <td align="right" bgcolor="#cfc">-12*</td>
  <td align="right">-18*</td>
  <td align="right">-24*</td>
 </tr>
 <tr>
  <td align="right">36</td>
  <td align="right" bgcolor="#cfc">-18*</td>
  <td align="right">-24*</td>
 </tr>
 <tr>
  <td align="right">37</td>
  <td align="right" bgcolor="#cfc">-24*</td>
 </tr>
</table>
</html>
The following chart shows where promoting and relegating teams go.  Promoting teams travel up to the left of the chart, and relegating teams travel down to the right of the chart.

Note that in the lower leagues for each country, there is often a reshuffling as managers go inactive/become active, and hence for those leagues the chart below may not be accurate.

<html>
<table>
 <tr>
  <th>Tier 1</th>
  <th>Tier 2</th>
  <th>Tier 3</th>
  <th>Tier 4</th>
  <th>Tier 5</th>
  <th>Tier 6</th>
 </tr>
 <tr>
  <td rowspan="32">I.1</td>
  <td rowspan="16">II.1</td>
  <td rowspan="8">III.1</td>
  <td rowspan="4">IV.1</td>
  <td rowspan="2">V.1</td>
  <td bgcolor="#CCCCCC">VI.1</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.2</td>
 </tr>
 <tr>
  <td rowspan="2">V.2</td>
  <td bgcolor="#CCCCCC">VI.3</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.4</td>
 </tr>
 <tr>
  <td rowspan="4">IV.2</td>
  <td rowspan="2">V.3</td>
  <td bgcolor="#CCCCCC">VI.5</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.6</td>
 </tr>
 <tr>
  <td rowspan="2">V.4</td>
  <td bgcolor="#CCCCCC">VI.7</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.8</td>
 </tr>
 <tr>
  <td rowspan="8">III.2</td>
  <td rowspan="4">IV.3</td>
  <td rowspan="2">V.5</td>
  <td bgcolor="#CCCCCC">VI.9</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.10</td>
 </tr>
 <tr>
  <td rowspan="2">V.6</td>
  <td bgcolor="#CCCCCC">VI.11</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.12</td>
 </tr>
 <tr>
  <td rowspan="4">IV.4</td>
  <td rowspan="2">V.7</td>
  <td bgcolor="#CCCCCC">VI.13</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.14</td>
 </tr>
 <tr>
  <td rowspan="2">V.8</td>
  <td bgcolor="#CCCCCC">VI.15</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.16</td>
 </tr>
 <tr>
  <td rowspan="16">II.2</td>
  <td rowspan="8">III.3</td>
  <td rowspan="4">IV.5</td>
  <td rowspan="2" bgcolor="#CCCCCC">V.9</td>
  <td bgcolor="#CCCCCC">VI.17</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.18</td>
 </tr>
 <tr>
  <td rowspan="2" bgcolor="#CCCCCC">V.10</td>
  <td bgcolor="#CCCCCC">VI.19</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.20</td>
 </tr>
 <tr>
  <td rowspan="4">IV.6</td>
  <td rowspan="2" bgcolor="#CCCCCC">V.11</td>
  <td bgcolor="#CCCCCC">VI.21</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.22</td>
 </tr>
 <tr>
  <td rowspan="2" bgcolor="#CCCCCC">V.12</td>
  <td bgcolor="#CCCCCC">VI.23</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.24</td>
 </tr>
 <tr>
  <td rowspan="8">III.4</td>
  <td rowspan="4">IV.7</td>
  <td rowspan="2" bgcolor="#CCCCCC">V.13</td>
  <td bgcolor="#CCCCCC">VI.25</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.26</td>
 </tr>
 <tr>
  <td rowspan="2" bgcolor="#CCCCCC">V.14</td>
  <td bgcolor="#CCCCCC">VI.27</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.28</td>
 </tr>
 <tr>
  <td rowspan="4">IV.8</td>
  <td rowspan="2" bgcolor="#CCCCCC">V.15</td>
  <td bgcolor="#CCCCCC">VI.29</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.30</td>
 </tr>
 <tr>
  <td rowspan="2" bgcolor="#CCCCCC">V.16</td>
  <td bgcolor="#CCCCCC">VI.31</td>
 </tr>
 <tr>
  <td bgcolor="#CCCCCC">VI.32</td>
 </tr>
</table>
</html>

TODO: Add some text regarding the determination of which teams from a higher division go to which of the two lower divisions for relegation.  This used to be that 13th and 14th place would go to the even-numbered division and 15th and 16th place would go to the odd-numbered division, but this has been changed since.  The change happened close to the advent of the playout.
Here is the layout for a typical ~HockeyArena season.

<html>
<table>
 <tr>
  <th width="20">Week</th>
  <th width="60">Sun.</th>
  <th width="60">Mon.</th>
  <th width="60">Tue.</th>
  <th width="60">Wed.</th>
  <th width="60">Thu.</th>
  <th width="60">Fri.</th>
  <th width="60">Sat.</th>
 </tr>
 <tr>
  <td align="right">1</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
  <td align="center" bgcolor="#CCCCEE">GAME 1</td>
  <td align="center" bgcolor="#CCCCEE">GAME 2</td>
  <td align="center" bgcolor="#EECCEE">NC</td>
  <td align="center" bgcolor="#CCCCEE">GAME 3</td>
  <td align="center" bgcolor="#CCCCEE">GAME 4</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
 </tr>
 <tr>
  <td align="right">2</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
  <td align="center" bgcolor="#CCCCEE">GAME 5</td>
  <td align="center" bgcolor="#CCCCEE">GAME 6</td>
  <td align="center" bgcolor="#EECCEE">NC</td>
  <td align="center" bgcolor="#CCCCEE">GAME 7</td>
  <td align="center" bgcolor="#CCCCEE">GAME 8</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
 </tr>
 <tr>
  <td align="right">3</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
  <td align="center" bgcolor="#CCCCEE">GAME 9</td>
  <td align="center" bgcolor="#CCCCEE">GAME 10</td>
  <td align="center" bgcolor="#EECCEE">NC</td>
  <td align="center" bgcolor="#CCCCEE">GAME 11</td>
  <td align="center" bgcolor="#CCCCEE">GAME 12</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
 </tr>
 <tr>
  <td align="right">4</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
  <td align="center" bgcolor="#CCCCEE">GAME 13</td>
  <td align="center" bgcolor="#CCCCEE">GAME 14</td>
  <td align="center" bgcolor="#EECCEE">NC</td>
  <td align="center" bgcolor="#CCCCEE">GAME 15</td>
  <td align="center" bgcolor="#CCCCEE">GAME 16</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
 </tr>
 <tr>
  <td align="right">5</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
  <td align="center" bgcolor="#CCCCEE">GAME 17</td>
  <td align="center" bgcolor="#CCCCEE">GAME 18</td>
  <td align="center" bgcolor="#EECCEE">NC</td>
  <td align="center" bgcolor="#CCCCEE">GAME 19</td>
  <td align="center" bgcolor="#CCCCEE">GAME 20</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
 </tr>
 <tr>
  <td align="right">6</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
  <td align="center" bgcolor="#CCCCEE">GAME 21</td>
  <td align="center" bgcolor="#CCCCEE">GAME 22</td>
  <td align="center" bgcolor="#EECCEE">NC</td>
  <td align="center" bgcolor="#CCCCEE">GAME 23</td>
  <td align="center" bgcolor="#CCCCEE">GAME 24</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
 </tr>
 <tr>
  <td align="right">7</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
  <td align="center" bgcolor="#CCCCEE">GAME 25</td>
  <td align="center" bgcolor="#CCCCEE">GAME 26</td>
  <td align="center" bgcolor="#EECCEE">NC</td>
  <td align="center" bgcolor="#CCCCEE">GAME 27</td>
  <td align="center" bgcolor="#CCCCEE">GAME 28</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
 </tr>
 <tr>
  <td align="right">8</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
  <td align="center" bgcolor="#CCCCEE">GAME 29</td>
  <td align="center" bgcolor="#CCCCEE">GAME 30</td>
  <td align="center" bgcolor="#EECCEE">NC</td>
  <td align="center" bgcolor="#CCEECC">QF 1</td>
  <td align="center" bgcolor="#CCEECC">QF 2</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
 </tr>
 <tr>
  <td align="right">9</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
  <td align="center" bgcolor="#CCEECC">QF 3*</td>
  <td align="center" bgcolor="#AAEEAA">SF 1</td>
  <td align="center" bgcolor="#EECCEE">NC</td>
  <td align="center" bgcolor="#AAEEAA">SF 2</td>
  <td align="center" bgcolor="#AAEEAA">SF 3*</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
 </tr>
 <tr>
  <td align="right">10</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
  <td align="center" bgcolor="#88EE88">Final 1</td>
  <td align="center" bgcolor="#88EE88">Final 2, Draft</td>
  <td align="center" bgcolor="#EECCEE">NC Final</td>
  <td align="center" bgcolor="#88EE88">Final 3*</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
  <td align="center" bgcolor="#EEEEEE">&nbsp;</td>
 </tr>
</table>
</html>

Legend:
* GAME: A regular season game
* NC: The possibility of a National Cup elimination match
* QF: A playoffs quarter-final game
* SF: A playoffs semi-final game
* Final: A playoffs final game
* * - denotes the game is played only if necessary

Notes:
* National Senior and Junior teams play in alternating seasons on Saturdays.
* National Cup games are played on Wednesdays, are only available to teams in the top ~V-VI tiers of each country, and exclude teams playing that season in the NCHC or the World League.
* NCHC and World League matches are played on Wednesdays.
* Playout games (between the bottom 8 teams in each division at the end of the regular season) are played at the same time as the first 7 playoff game days as listed.
The following breakdown of tactical profiles has been made to make sense of the tactical ratings given to players in certain formations.  TODO: We need a source for this information.  Do you know who came up with these calculations?  TODO: We need a further section on tactics that can explain them better before linking to this more advanced chart.  TODO: We need a better description of the options presented and how they fit in.  What are the calculations used for?  How should we use the results and the maximum values given?

''Defense - Pure''
0.32 x defense + 0.64 x strength + 0.4 x experience
Max: 150 def, 50 strength, 50 experience

''Defense - Offensive''
0.35555 x defense + 0.46 x offense + 0.4 x shooting + 0.4 x experience
Max: 90 defense, 50 offense, 40 shooting, 50 experience

''Defense - Creative''
0.284 x defense + 0.565 x passing + 0.24 x speed + 0.4 x experience
Max: 120 defense, 55 passing, 25 speed, 50 experience

''Defense - Blueliner''
0.272 x defense + 0.44 x shooting + 0.66 x passing + 0.4 experience
Max: 100 defense, 60 shooting, 40 passing, 50 experience

''Defense - Speedy''
0.2285 x defense + 0.8 speed + 0.4 x experience
Max: 140 defense, 60 speed, 50 experience

''Offense - Playmaker''
0.314 x offense + 0.65 x passing + 0.5 x strength + 0.4 x experience
Max: 140 offense, 40 passing, 20 strength, 50 experience

''Offense - Creative''
0.4 x offense + 0.4 x passing + 0.4 x speed + 0.4 x experience
Max: 80 offense, 80 passing, 40 speed, 50 experience

''Offense - Power''
0.247 x offense + 0.685 x strength + 0.4 x experience
Max: 130 offense, 70 strength, 50 experience

''Offense - Speedy''
0.215 x offense + 0.867 x speed + 0.4 x experience
Max: 130 offense, 60 speed, 50 experience

''Offense - Sniper''
0.56 x offense + 0.347 x shooting + 0.4 x experience
Max: 50 offense, 150 shooting, 50 experience
Team Spirit Levels (from highest to lowest):

* Heavenly + 1 (although shows as Heavenly)
* Heavenly
* Pleasant
* Warm
* Content
* Indifferent
* Cold
* Nervous
* Hostile
* Furious
* Murderous

Click here for more information: [[Team Spirit|Guide-TeamSpirit]]
Here is a reference to Hockey Arena.  Below are the topics covered.  The actual guide from in-game is edited and quoted throughout, and comments added where possible.

Topics:

[[Game System|Guide-GameSystem]]
[[Seasonal Structure|Guide-SeasonalStructure]]
[[Registration and Assignment of Teams|Guide-Registration]]
[[Manager Assignments|Guide-ManagerAssignments]]
[[Calendar|Guide-Calendar]]
[[Team News|Guide-TeamNews]]
[[Team Info|Guide-TeamInfo]]
[[Team Spirit|Guide-TeamSpirit]]
[[Line-Up|Guide-LineUp]]
[[Lines, Tactics, Chemistry|Guide-LinesTacticsChemistry]]
[[Penalty Shootout|Guide-PenaltyShootout]]
[[Friendly Matches|Guide-FriendlyMatches]]
[[Game Parameters|Guide-GameParameters]]
[[Game Tactics|Guide-GameTactics]]
[[Game Report|Guide-GameReport]]
[[Training|Guide-Training]]
[[Players|Guide-Players]]
[[Team Captains|Guide-Players-Captains]]
[[League Awards|Guide-LeagueAwards]]
[[Scouting Department Report|Guide-ScoutingDepartmentReport]]
[[Stadium & Facilities|Guide-StadiumAndFacilities]]
[[Youth School|Guide-YouthSchool]]
[[Draft|Guide-Draft]]
[[Team Finances|Guide-TeamFinances]]
[[Advertising Sponsors|Guide-AdvertisingSponsors]]
[[Player Market|Guide-Market]]
[[Player Injury|Guide-PlayerInjury]]
[[Representation|Guide-Representation]]
[[Settings|Guide-Settings]]
[[Stars of Your Team|Guide-Stars]]
[[Mail|Guide-Mail]]
[[Abbreviations|Guide-Abbreviations]]
[[Sponsor Pack|Guide-SponsorPack]]
[[New Team|Guide-NewTeam]]
[[Miscellaneous Features|Guide-MiscellaneousFeatures]]

[[Potential|ReferenceChart-Potential]]
[[Season Calendar|ReferenceChart-SeasonCalendar]]
[[Divisions: Promotion / Relegation|ReferenceChart-PromotionRelegation]]
[[Team Spirit|ReferenceChart-TeamSpirit]]
[[Tactical Profiles|ReferenceChart-TacticalProfiles]]
[[Facilities Costs|ReferenceChart-FacilitiesCosts]]
[[Day-trading Fees|ReferenceChart-DayTradingFees]]

Guides

[[Rachmede's Guide|RachmedeGuide]]
[[Developing National Players Guide|Guide-DevelopingNationalPlayers]] compiled by //Temm//

Articles:

[[Advancement Strategies: Rebuilding and Retooling|Article-AdvancementStrategies]] by //Temm//
[[Maximizing Goaltender Development|Article-GoaltenderDevelopment]] written by //Temm//, content by //~Da-Mone//
[[Player Form|Article-PlayerForm]] written by //Temm//
> //(source: [[HA Rules|http://www.hockeyarena.net/en/index.php?p=public_rules_new.php]] unedited January 2, 2014)//
>''General Rules :''
>- Ignorance of the rules is no excuse, nor any reason for lenience, make sure you know the rules
>- Enforcement of the rules is determined by a game administrator at his own discretion
>
>''It is forbidden to :''
>- arrange a transfer with another team in such a way that one team is favoured over the other, regardless of method
>- name your team, stadium or manager with any indecent or inflammatory names
>- take advantage of bugs or omissions from the rules and in doing so violating the spirit of competition
>- register in other than your own real country (in case your country exists)
>- its forbidden to buy player for a price that is much higher than his real market value
>- insult, threaten or declaim other managers on discussions and game mail
>- the use of swearwords
>- to advertise other online games
>- comment the ~GMs (Game Masters) and ~MODs (Moderators) decisions and comment the [punishments] on discussions. If you find the decision or punishment not appropriate, contact the GM or MOD who made the decision by email or HA mail
>- its forbidden to post a message which breaks the law, or advertises crimes (applies to discussion and HA mail)
>- you can advertise a player currently being on the market only in special discussion called Transfers. You can advertise your interest for a friendly match only in special discussion called Friendly matches
>- its forbidden to highlight your discussion topic using special characters or uppercase, bumping, i.e. replying needlessly to a thread to raise its status in order to promote yourself or the content of the thread is also forbidden
>- its forbidden to spam discussions and mail - for example by creating multiple messages with the same text
>- only national language or English is allowed on national discussions
>- its forbidden to send information about national team election candidates via HA mail
>
>''Playing for more than one team :''
>- Each player is allowed to control only 1 team
>- its forbidden to login into another account at all events
>- its forbidden to give your own account to another person
>
>''Why is playing for more teams forbidden ?''
>Every team in this game means more load on the server, every team slows the game down a little and increases the running costs of the project. Because we provide the >game for free, we want the game to be accessible to everyone and also keep good performance of the game, one person is allowed to control only one team.
>''This is strictly forbidden if you use the same IP address (or the same PC):''
>- get players from each other - either buy them or sign the UFA players
>- ''@@color(red):these violations result commonly in a permanent ban of all the accounts!@@''
>
>''Sacking a manager :''
>- manager will be sacked by his team if : he is inactive for 42 days, he does not login to his team within, 6 days from assignment of a team (counting from the night update in which a team was assigned), or if a team has less than 20 players .
>If the current team's balance reaches below -50 000 000 manager's account will be blocked. In case that his balance comes back above this limit account will be enabled - the manager will have exactly one login to correct this problem.
>
> All situations, not covered within these rules, will be treated individually.
Building a better HA Canada through knowledge
HA Canada
Part-time administrator of the Canadian off-line web forum.
Administrator of the Canadian HA wiki.
Here is a list of things that need attention on this wiki.  Others may contribute by picking one or more of the following and writing up a section or making the necessary changes.  The items listed aren't in any particular order (i.e. not in the order they will be resolved) (i.e. not in any ordering of priority.)

We need to sift the forums and other sources and determine what is missing from the wiki to make it a comprehensive guide. 

Tasks include:

1. Determining the holes in the in-game guide by sifting through the in-game news items, and creating sections for new features.  Temm has worked backwards from March 21, 2015 to January 31, 2009 - anything outside of that range still needs to be scoured.

2. A match description page would be nice and would describe the match report in detail covering a description of each section provided.  Something similar to the Match Report section on the [[Calendar page|http://hockeyarena.wikia.com/wiki/Calendar]] at the HA wikia.

3. Visiting the existing, outdated [[wiki|http://hockeyarena.wikia.com/wiki/]] currently out there and sifting out what we don't have in our wiki, and updating it if necessary.  Temm has worked through all pages off the main menu up to but not including the Market page.

4. Coming up with ideas for useful charts and graphs that we can incorporate into the wiki. So far, I've included several useful charts. Take a look over the ones we have and hopefully it'll jog your mind as to what we are missing and can include in the future.

5. We'll need to reorganize the Reference section. It was cobbled together from splitting up the game guide, but the layout isn't very good. We'll need to choose content sections based on clearly defined content zones or make them related to specific pages on H.A.

6. Someone needs to write an article on how to make money on the market.

7. There is a chart up there on [[tactical profiles|ReferenceChart-TacticalProfiles]]... we'll need to explain what those are and how they affect the game.

8. Let's get a page up there for the Young Guns tournament for Canada, and place it up there under Canadian Extras.

9. In addition to these, there are several ''TODO'' tags throughout the pages of this wiki.  Each of them should be addressed and/or removed.

If someone wishes to help out, any of the above would be useful. If you want to go as far as editing the wiki yourselves, let me know (and also who you are) - as it requires a password.
This is a page to describe the various tournaments organized for the ~GMs in the Canadian community.

[[Young Guns Tournament|YoungGunsTournament]]
/***
Description: Contains the stuff you need to use Tiddlyspot
Note, you also need UploadPlugin, PasswordOptionPlugin and LoadRemoteFileThroughProxy
from http://tiddlywiki.bidix.info for a complete working Tiddlyspot site.
***/
//{{{

// edit this if you are migrating sites or retrofitting an existing TW
config.tiddlyspotSiteId = 'hacanada';

// make it so you can by default see edit controls via http
config.options.chkHttpReadOnly = false;
window.readOnly = false; // make sure of it (for tw 2.2)
window.showBackstage = true; // show backstage too

// disable autosave in d3
if (window.location.protocol != "file:")
	config.options.chkGTDLazyAutoSave = false;

// tweak shadow tiddlers to add upload button, password entry box etc
with (config.shadowTiddlers) {
	SiteUrl = 'http://'+config.tiddlyspotSiteId+'.tiddlyspot.com';
	SideBarOptions = SideBarOptions.replace(/(<<saveChanges>>)/,"$1<<tiddler TspotSidebar>>");
	OptionsPanel = OptionsPanel.replace(/^/,"<<tiddler TspotOptions>>");
	DefaultTiddlers = DefaultTiddlers.replace(/^/,"[[WelcomeToTiddlyspot]] ");
	MainMenu = MainMenu.replace(/^/,"[[WelcomeToTiddlyspot]] ");
}

// create some shadow tiddler content
merge(config.shadowTiddlers,{

'TspotControls':[
 "| tiddlyspot password:|<<option pasUploadPassword>>|",
 "| site management:|<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">>//(requires tiddlyspot password)//<br>[[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]], [[download (go offline)|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download]]|",
 "| links:|[[tiddlyspot.com|http://tiddlyspot.com/]], [[FAQs|http://faq.tiddlyspot.com/]], [[blog|http://tiddlyspot.blogspot.com/]], email [[support|mailto:support@tiddlyspot.com]] & [[feedback|mailto:feedback@tiddlyspot.com]], [[donate|http://tiddlyspot.com/?page=donate]]|"
].join("\n"),

'TspotOptions':[
 "tiddlyspot password:",
 "<<option pasUploadPassword>>",
 ""
].join("\n"),

'TspotSidebar':[
 "<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">><html><a href='http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download' class='button'>download</a></html>"
].join("\n"),

'WelcomeToTiddlyspot':[
 "This document is a ~TiddlyWiki from tiddlyspot.com.  A ~TiddlyWiki is an electronic notebook that is great for managing todo lists, personal information, and all sorts of things.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //What now?// &nbsp;&nbsp;@@ Before you can save any changes, you need to enter your password in the form below.  Then configure privacy and other site settings at your [[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]] (your control panel username is //" + config.tiddlyspotSiteId + "//).",
 "<<tiddler TspotControls>>",
 "See also GettingStarted.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working online// &nbsp;&nbsp;@@ You can edit this ~TiddlyWiki right now, and save your changes using the \"save to web\" button in the column on the right.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working offline// &nbsp;&nbsp;@@ A fully functioning copy of this ~TiddlyWiki can be saved onto your hard drive or USB stick.  You can make changes and save them locally without being connected to the Internet.  When you're ready to sync up again, just click \"upload\" and your ~TiddlyWiki will be saved back to tiddlyspot.com.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Help!// &nbsp;&nbsp;@@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki.org|http://tiddlywiki.org]] for documentation on learning and using ~TiddlyWiki. New users are especially welcome on the [[TiddlyWiki mailing list|http://groups.google.com/group/TiddlyWiki]], which is an excellent place to ask questions and get help.  If you have a tiddlyspot related problem email [[tiddlyspot support|mailto:support@tiddlyspot.com]].",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Enjoy :)// &nbsp;&nbsp;@@ We hope you like using your tiddlyspot.com site.  Please email [[feedback@tiddlyspot.com|mailto:feedback@tiddlyspot.com]] with any comments or suggestions."
].join("\n")

});
//}}}
| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |
| 11/08/2020 09:18:05 | Caesar54 | [[?|http://hacanada.tiddlyspot.com/?]] | [[store.cgi|http://hacanada.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hacanada.tiddlyspot.com/index.html]] | . |
| 24/08/2020 16:34:36 | Caesar54 | [[?|http://hacanada.tiddlyspot.com/?]] | [[store.cgi|http://hacanada.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hacanada.tiddlyspot.com/index.html]] | . |
| 31/08/2020 09:36:45 | Caesar54 | [[?|http://hacanada.tiddlyspot.com/?]] | [[store.cgi|http://hacanada.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hacanada.tiddlyspot.com/index.html]] | . |
| 14/09/2020 14:07:47 | Caesar54 | [[?|http://hacanada.tiddlyspot.com/?]] | [[store.cgi|http://hacanada.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hacanada.tiddlyspot.com/index.html]] | . |
| 21/09/2020 09:45:19 | Caesar54 | [[?|http://hacanada.tiddlyspot.com/?]] | [[store.cgi|http://hacanada.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hacanada.tiddlyspot.com/index.html]] | . |
| 28/09/2020 11:52:03 | Caesar54 | [[?|http://hacanada.tiddlyspot.com/?]] | [[store.cgi|http://hacanada.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hacanada.tiddlyspot.com/index.html]] | . | ok |
| 05/10/2020 11:27:25 | Caesar54 | [[?|http://hacanada.tiddlyspot.com/?]] | [[store.cgi|http://hacanada.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hacanada.tiddlyspot.com/index.html]] | . | ok |
| 05/10/2020 11:33:07 | Caesar54 | [[?|http://hacanada.tiddlyspot.com/?]] | [[store.cgi|http://hacanada.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hacanada.tiddlyspot.com/index.html]] | . | ok |
| 05/10/2020 11:57:10 | Caesar54 | [[?|http://hacanada.tiddlyspot.com/?]] | [[store.cgi|http://hacanada.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hacanada.tiddlyspot.com/index.html]] | . | ok |
| 05/10/2020 11:59:40 | Caesar54 | [[?|http://hacanada.tiddlyspot.com/?]] | [[store.cgi|http://hacanada.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hacanada.tiddlyspot.com/index.html]] | . |
/***
|''Name:''|UploadPlugin|
|''Description:''|Save to web a TiddlyWiki|
|''Version:''|4.1.3|
|''Date:''|Feb 24, 2008|
|''Source:''|http://tiddlywiki.bidix.info/#UploadPlugin|
|''Documentation:''|http://tiddlywiki.bidix.info/#UploadPluginDoc|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
|''Requires:''|PasswordOptionPlugin|
***/
//{{{
version.extensions.UploadPlugin = {
	major: 4, minor: 1, revision: 3,
	date: new Date("Feb 24, 2008"),
	source: 'http://tiddlywiki.bidix.info/#UploadPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	coreVersion: '2.2.0'
};

//
// Environment
//

if (!window.bidix) window.bidix = {}; // bidix namespace
bidix.debugMode = false;	// true to activate both in Plugin and UploadService
	
//
// Upload Macro
//

config.macros.upload = {
// default values
	defaultBackupDir: '',	//no backup
	defaultStoreScript: "store.php",
	defaultToFilename: "index.html",
	defaultUploadDir: ".",
	authenticateUser: true	// UploadService Authenticate User
};
	
config.macros.upload.label = {
	promptOption: "Save and Upload this TiddlyWiki with UploadOptions",
	promptParamMacro: "Save and Upload this TiddlyWiki in %0",
	saveLabel: "save to web", 
	saveToDisk: "save to disk",
	uploadLabel: "upload"	
};

config.macros.upload.messages = {
	noStoreUrl: "No store URL in parmeters or options",
	usernameOrPasswordMissing: "Username or password missing"
};

config.macros.upload.handler = function(place,macroName,params) {
	if (readOnly)
		return;
	var label;
	if (document.location.toString().substr(0,4) == "http") 
		label = this.label.saveLabel;
	else
		label = this.label.uploadLabel;
	var prompt;
	if (params[0]) {
		prompt = this.label.promptParamMacro.toString().format([this.destFile(params[0], 
			(params[1] ? params[1]:bidix.basename(window.location.toString())), params[3])]);
	} else {
		prompt = this.label.promptOption;
	}
	createTiddlyButton(place, label, prompt, function() {config.macros.upload.action(params);}, null, null, this.accessKey);
};

config.macros.upload.action = function(params)
{
		// for missing macro parameter set value from options
		if (!params) params = {};
		var storeUrl = params[0] ? params[0] : config.options.txtUploadStoreUrl;
		var toFilename = params[1] ? params[1] : config.options.txtUploadFilename;
		var backupDir = params[2] ? params[2] : config.options.txtUploadBackupDir;
		var uploadDir = params[3] ? params[3] : config.options.txtUploadDir;
		var username = params[4] ? params[4] : config.options.txtUploadUserName;
		var password = config.options.pasUploadPassword; // for security reason no password as macro parameter	
		// for still missing parameter set default value
		if ((!storeUrl) && (document.location.toString().substr(0,4) == "http")) 
			storeUrl = bidix.dirname(document.location.toString())+'/'+config.macros.upload.defaultStoreScript;
		if (storeUrl.substr(0,4) != "http")
			storeUrl = bidix.dirname(document.location.toString()) +'/'+ storeUrl;
		if (!toFilename)
			toFilename = bidix.basename(window.location.toString());
		if (!toFilename)
			toFilename = config.macros.upload.defaultToFilename;
		if (!uploadDir)
			uploadDir = config.macros.upload.defaultUploadDir;
		if (!backupDir)
			backupDir = config.macros.upload.defaultBackupDir;
		// report error if still missing
		if (!storeUrl) {
			alert(config.macros.upload.messages.noStoreUrl);
			clearMessage();
			return false;
		}
		if (config.macros.upload.authenticateUser && (!username || !password)) {
			alert(config.macros.upload.messages.usernameOrPasswordMissing);
			clearMessage();
			return false;
		}
		bidix.upload.uploadChanges(false,null,storeUrl, toFilename, uploadDir, backupDir, username, password); 
		return false; 
};

config.macros.upload.destFile = function(storeUrl, toFilename, uploadDir) 
{
	if (!storeUrl)
		return null;
		var dest = bidix.dirname(storeUrl);
		if (uploadDir && uploadDir != '.')
			dest = dest + '/' + uploadDir;
		dest = dest + '/' + toFilename;
	return dest;
};

//
// uploadOptions Macro
//

config.macros.uploadOptions = {
	handler: function(place,macroName,params) {
		var wizard = new Wizard();
		wizard.createWizard(place,this.wizardTitle);
		wizard.addStep(this.step1Title,this.step1Html);
		var markList = wizard.getElement("markList");
		var listWrapper = document.createElement("div");
		markList.parentNode.insertBefore(listWrapper,markList);
		wizard.setValue("listWrapper",listWrapper);
		this.refreshOptions(listWrapper,false);
		var uploadCaption;
		if (document.location.toString().substr(0,4) == "http") 
			uploadCaption = config.macros.upload.label.saveLabel;
		else
			uploadCaption = config.macros.upload.label.uploadLabel;
		
		wizard.setButtons([
				{caption: uploadCaption, tooltip: config.macros.upload.label.promptOption, 
					onClick: config.macros.upload.action},
				{caption: this.cancelButton, tooltip: this.cancelButtonPrompt, onClick: this.onCancel}
				
			]);
	},
	options: [
		"txtUploadUserName",
		"pasUploadPassword",
		"txtUploadStoreUrl",
		"txtUploadDir",
		"txtUploadFilename",
		"txtUploadBackupDir",
		"chkUploadLog",
		"txtUploadLogMaxLine"		
	],
	refreshOptions: function(listWrapper) {
		var opts = [];
		for(i=0; i<this.options.length; i++) {
			var opt = {};
			opts.push();
			opt.option = "";
			n = this.options[i];
			opt.name = n;
			opt.lowlight = !config.optionsDesc[n];
			opt.description = opt.lowlight ? this.unknownDescription : config.optionsDesc[n];
			opts.push(opt);
		}
		var listview = ListView.create(listWrapper,opts,this.listViewTemplate);
		for(n=0; n<opts.length; n++) {
			var type = opts[n].name.substr(0,3);
			var h = config.macros.option.types[type];
			if (h && h.create) {
				h.create(opts[n].colElements['option'],type,opts[n].name,opts[n].name,"no");
			}
		}
		
	},
	onCancel: function(e)
	{
		backstage.switchTab(null);
		return false;
	},
	
	wizardTitle: "Upload with options",
	step1Title: "These options are saved in cookies in your browser",
	step1Html: "<input type='hidden' name='markList'></input><br>",
	cancelButton: "Cancel",
	cancelButtonPrompt: "Cancel prompt",
	listViewTemplate: {
		columns: [
			{name: 'Description', field: 'description', title: "Description", type: 'WikiText'},
			{name: 'Option', field: 'option', title: "Option", type: 'String'},
			{name: 'Name', field: 'name', title: "Name", type: 'String'}
			],
		rowClasses: [
			{className: 'lowlight', field: 'lowlight'} 
			]}
};

//
// upload functions
//

if (!bidix.upload) bidix.upload = {};

if (!bidix.upload.messages) bidix.upload.messages = {
	//from saving
	invalidFileError: "The original file '%0' does not appear to be a valid TiddlyWiki",
	backupSaved: "Backup saved",
	backupFailed: "Failed to upload backup file",
	rssSaved: "RSS feed uploaded",
	rssFailed: "Failed to upload RSS feed file",
	emptySaved: "Empty template uploaded",
	emptyFailed: "Failed to upload empty template file",
	mainSaved: "Main TiddlyWiki file uploaded",
	mainFailed: "Failed to upload main TiddlyWiki file. Your changes have not been saved",
	//specific upload
	loadOriginalHttpPostError: "Can't get original file",
	aboutToSaveOnHttpPost: 'About to upload on %0 ...',
	storePhpNotFound: "The store script '%0' was not found."
};

bidix.upload.uploadChanges = function(onlyIfDirty,tiddlers,storeUrl,toFilename,uploadDir,backupDir,username,password)
{
	var callback = function(status,uploadParams,original,url,xhr) {
		if (!status) {
			displayMessage(bidix.upload.messages.loadOriginalHttpPostError);
			return;
		}
		if (bidix.debugMode) 
			alert(original.substr(0,500)+"\n...");
		// Locate the storeArea div's 
		var posDiv = locateStoreArea(original);
		if((posDiv[0] == -1) || (posDiv[1] == -1)) {
			alert(config.messages.invalidFileError.format([localPath]));
			return;
		}
		bidix.upload.uploadRss(uploadParams,original,posDiv);
	};
	
	if(onlyIfDirty && !store.isDirty())
		return;
	clearMessage();
	// save on localdisk ?
	if (document.location.toString().substr(0,4) == "file") {
		var path = document.location.toString();
		var localPath = getLocalPath(path);
		saveChanges();
	}
	// get original
	var uploadParams = new Array(storeUrl,toFilename,uploadDir,backupDir,username,password);
	var originalPath = document.location.toString();
	// If url is a directory : add index.html
	if (originalPath.charAt(originalPath.length-1) == "/")
		originalPath = originalPath + "index.html";
	var dest = config.macros.upload.destFile(storeUrl,toFilename,uploadDir);
	var log = new bidix.UploadLog();
	log.startUpload(storeUrl, dest, uploadDir,  backupDir);
	displayMessage(bidix.upload.messages.aboutToSaveOnHttpPost.format([dest]));
	if (bidix.debugMode) 
		alert("about to execute Http - GET on "+originalPath);
	var r = doHttp("GET",originalPath,null,null,username,password,callback,uploadParams,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

bidix.upload.uploadRss = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		if(status) {
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.rssSaved,bidix.dirname(url)+'/'+destfile);
			bidix.upload.uploadMain(params[0],params[1],params[2]);
		} else {
			displayMessage(bidix.upload.messages.rssFailed);			
		}
	};
	// do uploadRss
	if(config.options.chkGenerateAnRssFeed) {
		var rssPath = uploadParams[1].substr(0,uploadParams[1].lastIndexOf(".")) + ".xml";
		var rssUploadParams = new Array(uploadParams[0],rssPath,uploadParams[2],'',uploadParams[4],uploadParams[5]);
		var rssString = generateRss();
		// no UnicodeToUTF8 conversion needed when location is "file" !!!
		if (document.location.toString().substr(0,4) != "file")
			rssString = convertUnicodeToUTF8(rssString);	
		bidix.upload.httpUpload(rssUploadParams,rssString,callback,Array(uploadParams,original,posDiv));
	} else {
		bidix.upload.uploadMain(uploadParams,original,posDiv);
	}
};

bidix.upload.uploadMain = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		var log = new bidix.UploadLog();
		if(status) {
			// if backupDir specified
			if ((params[3]) && (responseText.indexOf("backupfile:") > -1))  {
				var backupfile = responseText.substring(responseText.indexOf("backupfile:")+11,responseText.indexOf("\n", responseText.indexOf("backupfile:")));
				displayMessage(bidix.upload.messages.backupSaved,bidix.dirname(url)+'/'+backupfile);
			}
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.mainSaved,bidix.dirname(url)+'/'+destfile);
			store.setDirty(false);
			log.endUpload("ok");
		} else {
			alert(bidix.upload.messages.mainFailed);
			displayMessage(bidix.upload.messages.mainFailed);
			log.endUpload("failed");			
		}
	};
	// do uploadMain
	var revised = bidix.upload.updateOriginal(original,posDiv);
	bidix.upload.httpUpload(uploadParams,revised,callback,uploadParams);
};

bidix.upload.httpUpload = function(uploadParams,data,callback,params)
{
	var localCallback = function(status,params,responseText,url,xhr) {
		url = (url.indexOf("nocache=") < 0 ? url : url.substring(0,url.indexOf("nocache=")-1));
		if (xhr.status == 404)
			alert(bidix.upload.messages.storePhpNotFound.format([url]));
		if ((bidix.debugMode) || (responseText.indexOf("Debug mode") >= 0 )) {
			alert(responseText);
			if (responseText.indexOf("Debug mode") >= 0 )
				responseText = responseText.substring(responseText.indexOf("\n\n")+2);
		} else if (responseText.charAt(0) != '0') 
			alert(responseText);
		if (responseText.charAt(0) != '0')
			status = null;
		callback(status,params,responseText,url,xhr);
	};
	// do httpUpload
	var boundary = "---------------------------"+"AaB03x";	
	var uploadFormName = "UploadPlugin";
	// compose headers data
	var sheader = "";
	sheader += "--" + boundary + "\r\nContent-disposition: form-data; name=\"";
	sheader += uploadFormName +"\"\r\n\r\n";
	sheader += "backupDir="+uploadParams[3] +
				";user=" + uploadParams[4] +
				";password=" + uploadParams[5] +
				";uploaddir=" + uploadParams[2];
	if (bidix.debugMode)
		sheader += ";debug=1";
	sheader += ";;\r\n"; 
	sheader += "\r\n" + "--" + boundary + "\r\n";
	sheader += "Content-disposition: form-data; name=\"userfile\"; filename=\""+uploadParams[1]+"\"\r\n";
	sheader += "Content-Type: text/html;charset=UTF-8" + "\r\n";
	sheader += "Content-Length: " + data.length + "\r\n\r\n";
	// compose trailer data
	var strailer = new String();
	strailer = "\r\n--" + boundary + "--\r\n";
	data = sheader + data + strailer;
	if (bidix.debugMode) alert("about to execute Http - POST on "+uploadParams[0]+"\n with \n"+data.substr(0,500)+ " ... ");
	var r = doHttp("POST",uploadParams[0],data,"multipart/form-data; ;charset=UTF-8; boundary="+boundary,uploadParams[4],uploadParams[5],localCallback,params,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

// same as Saving's updateOriginal but without convertUnicodeToUTF8 calls
bidix.upload.updateOriginal = function(original, posDiv)
{
	if (!posDiv)
		posDiv = locateStoreArea(original);
	if((posDiv[0] == -1) || (posDiv[1] == -1)) {
		alert(config.messages.invalidFileError.format([localPath]));
		return;
	}
	var revised = original.substr(0,posDiv[0] + startSaveArea.length) + "\n" +
				store.allTiddlersAsHtml() + "\n" +
				original.substr(posDiv[1]);
	var newSiteTitle = getPageTitle().htmlEncode();
	revised = revised.replaceChunk("<title"+">","</title"+">"," " + newSiteTitle + " ");
	revised = updateMarkupBlock(revised,"PRE-HEAD","MarkupPreHead");
	revised = updateMarkupBlock(revised,"POST-HEAD","MarkupPostHead");
	revised = updateMarkupBlock(revised,"PRE-BODY","MarkupPreBody");
	revised = updateMarkupBlock(revised,"POST-SCRIPT","MarkupPostBody");
	return revised;
};

//
// UploadLog
// 
// config.options.chkUploadLog :
//		false : no logging
//		true : logging
// config.options.txtUploadLogMaxLine :
//		-1 : no limit
//      0 :  no Log lines but UploadLog is still in place
//		n :  the last n lines are only kept
//		NaN : no limit (-1)

bidix.UploadLog = function() {
	if (!config.options.chkUploadLog) 
		return; // this.tiddler = null
	this.tiddler = store.getTiddler("UploadLog");
	if (!this.tiddler) {
		this.tiddler = new Tiddler();
		this.tiddler.title = "UploadLog";
		this.tiddler.text = "| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |";
		this.tiddler.created = new Date();
		this.tiddler.modifier = config.options.txtUserName;
		this.tiddler.modified = new Date();
		store.addTiddler(this.tiddler);
	}
	return this;
};

bidix.UploadLog.prototype.addText = function(text) {
	if (!this.tiddler)
		return;
	// retrieve maxLine when we need it
	var maxLine = parseInt(config.options.txtUploadLogMaxLine,10);
	if (isNaN(maxLine))
		maxLine = -1;
	// add text
	if (maxLine != 0) 
		this.tiddler.text = this.tiddler.text + text;
	// Trunck to maxLine
	if (maxLine >= 0) {
		var textArray = this.tiddler.text.split('\n');
		if (textArray.length > maxLine + 1)
			textArray.splice(1,textArray.length-1-maxLine);
			this.tiddler.text = textArray.join('\n');		
	}
	// update tiddler fields
	this.tiddler.modifier = config.options.txtUserName;
	this.tiddler.modified = new Date();
	store.addTiddler(this.tiddler);
	// refresh and notifiy for immediate update
	story.refreshTiddler(this.tiddler.title);
	store.notify(this.tiddler.title, true);
};

bidix.UploadLog.prototype.startUpload = function(storeUrl, toFilename, uploadDir,  backupDir) {
	if (!this.tiddler)
		return;
	var now = new Date();
	var text = "\n| ";
	var filename = bidix.basename(document.location.toString());
	if (!filename) filename = '/';
	text += now.formatString("0DD/0MM/YYYY 0hh:0mm:0ss") +" | ";
	text += config.options.txtUserName + " | ";
	text += "[["+filename+"|"+location + "]] |";
	text += " [[" + bidix.basename(storeUrl) + "|" + storeUrl + "]] | ";
	text += uploadDir + " | ";
	text += "[[" + bidix.basename(toFilename) + " | " +toFilename + "]] | ";
	text += backupDir + " |";
	this.addText(text);
};

bidix.UploadLog.prototype.endUpload = function(status) {
	if (!this.tiddler)
		return;
	this.addText(" "+status+" |");
};

//
// Utilities
// 

bidix.checkPlugin = function(plugin, major, minor, revision) {
	var ext = version.extensions[plugin];
	if (!
		(ext  && 
			((ext.major > major) || 
			((ext.major == major) && (ext.minor > minor))  ||
			((ext.major == major) && (ext.minor == minor) && (ext.revision >= revision))))) {
			// write error in PluginManager
			if (pluginInfo)
				pluginInfo.log.push("Requires " + plugin + " " + major + "." + minor + "." + revision);
			eval(plugin); // generate an error : "Error: ReferenceError: xxxx is not defined"
	}
};

bidix.dirname = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(0, lastpos);
	} else {
		return filePath.substring(0, filePath.lastIndexOf("\\"));
	}
};

bidix.basename = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("#")) != -1) 
		filePath = filePath.substring(0, lastpos);
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(lastpos + 1);
	} else
		return filePath.substring(filePath.lastIndexOf("\\")+1);
};

bidix.initOption = function(name,value) {
	if (!config.options[name])
		config.options[name] = value;
};

//
// Initializations
//

// require PasswordOptionPlugin 1.0.1 or better
bidix.checkPlugin("PasswordOptionPlugin", 1, 0, 1);

// styleSheet
setStylesheet('.txtUploadStoreUrl, .txtUploadBackupDir, .txtUploadDir {width: 22em;}',"uploadPluginStyles");

//optionsDesc
merge(config.optionsDesc,{
	txtUploadStoreUrl: "Url of the UploadService script (default: store.php)",
	txtUploadFilename: "Filename of the uploaded file (default: in index.html)",
	txtUploadDir: "Relative Directory where to store the file (default: . (downloadService directory))",
	txtUploadBackupDir: "Relative Directory where to backup the file. If empty no backup. (default: ''(empty))",
	txtUploadUserName: "Upload Username",
	pasUploadPassword: "Upload Password",
	chkUploadLog: "do Logging in UploadLog (default: true)",
	txtUploadLogMaxLine: "Maximum of lines in UploadLog (default: 10)"
});

// Options Initializations
bidix.initOption('txtUploadStoreUrl','');
bidix.initOption('txtUploadFilename','');
bidix.initOption('txtUploadDir','');
bidix.initOption('txtUploadBackupDir','');
bidix.initOption('txtUploadUserName','');
bidix.initOption('pasUploadPassword','');
bidix.initOption('chkUploadLog',true);
bidix.initOption('txtUploadLogMaxLine','10');


// Backstage
merge(config.tasks,{
	uploadOptions: {text: "upload", tooltip: "Change UploadOptions and Upload", content: '<<uploadOptions>>'}
});
config.backstageTasks.push("uploadOptions");


//}}}

''~FireFox ~GreaseMonkey Scripts'' //(For users of the browser ~FireFox)//
* GM Temm's Direct Your ... Scripts Series:
** [[Direct Your Training|GreaseMonkeyScript-DirectYourTraining]]
** [[Direct Your Roster|GreaseMonkeyScript-DirectYourRoster]]
** [[Direct Your Player|GreaseMonkeyScript-DirectYourPlayer]]
** [[Direct Your Market|GreaseMonkeyScript-DirectYourMarket]]
** [[Direct Your School|GreaseMonkeyScript-DirectYourSchool]]
[[How to load a GreaseMonkey script?|LoadingGreaseMonkeyScript]]


Welcome!  Not sure what HA is?  See the [[HA Introduction|HAIntroduction]]
This document is a ~TiddlyWiki from tiddlyspot.com.  A ~TiddlyWiki is an electronic notebook that is great for managing todo lists, personal information, and all sorts of things.

@@font-weight:bold;font-size:1.3em;color:#444; //What now?// &nbsp;&nbsp;@@ Before you can save any changes, you need to enter your password in the form below.  Then configure privacy and other site settings at your [[control panel|http://hacanada.tiddlyspot.com/controlpanel]] (your control panel username is //hacanada//).
<<tiddler TspotControls>>
See also GettingStarted.

@@font-weight:bold;font-size:1.3em;color:#444; //Working online// &nbsp;&nbsp;@@ You can edit this ~TiddlyWiki right now, and save your changes using the "save to web" button in the column on the right.

@@font-weight:bold;font-size:1.3em;color:#444; //Working offline// &nbsp;&nbsp;@@ A fully functioning copy of this ~TiddlyWiki can be saved onto your hard drive or USB stick.  You can make changes and save them locally without being connected to the Internet.  When you're ready to sync up again, just click "upload" and your ~TiddlyWiki will be saved back to tiddlyspot.com.

@@font-weight:bold;font-size:1.3em;color:#444; //Help!// &nbsp;&nbsp;@@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki.org|http://tiddlywiki.org]] for documentation on learning and using ~TiddlyWiki. New users are especially welcome on the [[TiddlyWiki mailing list|http://groups.google.com/group/TiddlyWiki]], which is an excellent place to ask questions and get help.  If you have a tiddlyspot related problem email [[tiddlyspot support|mailto:support@tiddlyspot.com]].

@@font-weight:bold;font-size:1.3em;color:#444; //Enjoy :)// &nbsp;&nbsp;@@ We hope you like using your tiddlyspot.com site.  Please email [[feedback@tiddlyspot.com|mailto:feedback@tiddlyspot.com]] with any comments or suggestions.
These are links to tiddlers that are associated with the wiki, but not the HA Canada content.

[[WelcomeToTiddlyspot]]
[[GettingStarted]]
[[Contribute]]
[[ColorPalette]]
Here is the recent history of the Young Guns Tournament

Season 68:
Gold: Jammers; Silver: Wahoo Porkswords - U23; Bronze: Every Gate - U23
Best Scorer: TBD; Best Goalie: TBD
*[[Participants|YoungGunsParticipants068]]
*[[Schedule|YoungGunsSchedule068]]
*[[Standings|YoungGunsStandings068]]
*[[Playoffs|YoungGunsPlayoffs068]]
*[[Stats|YoungGunsStats068]]

Season 67:
Gold: LumberJacks; Silver: Little Caesars; Bronze: none - 3rd place game not played
Best Scorer: TBD; Best Goalie: TBD
*[[Participants|YoungGunsParticipants067]]
*[[Schedule|YoungGunsSchedule067]]
*[[Standings|YoungGunsStandings067]]
*[[Playoffs|YoungGunsPlayoffs067]]
*[[Stats|YoungGunsStats067]]

Season 66:
Gold: StJean Lynx; Silver: LumberJacks; Bronze: Little Caesars
Best Scorer: TBD; Best Goalie: TBD
*[[Participants|YoungGunsParticipants066]]
*[[Schedule|YoungGunsSchedule066]]
*[[Standings|YoungGunsStandings066]]
*[[Playoffs|YoungGunsPlayoffs066]]
*[[Stats|YoungGunsStats066]]


Season 65:
Gold: StJean Lynx; Silver: Little Caesars; Bronze: LumberJacks
Best Scorer: TBD; Best Goalie: TBD
*[[Participants|YoungGunsParticipants065]]
*[[Schedule|YoungGunsSchedule065]]
*[[Standings|YoungGunsStandings065]]
*[[Playoffs|YoungGunsPlayoffs065]]
*[[Stats|YoungGunsStats065]]

Season 64:
Gold: LumberJacks; Silver: Havana Tropicals; Bronze: PEI Potatoskins
Best Scorer: TBD; Best Goalie: TBD
*[[Participants|YoungGunsParticipants064]]
*[[Schedule|YoungGunsSchedule064]]
*[[Standings|YoungGunsStandings064]]
*[[Playoffs|YoungGunsPlayoffs064]]
*[[Stats|YoungGunsStats064]]

Season 63:
Gold: Havana Tropicals; Silver: Ovechkin Laich Semin; Bronze: Calgary Wire Flyers
Best Scorer: TBD; Best Goalie: TBD
*[[Participants|YoungGunsParticipants063]]
*[[Schedule|YoungGunsSchedule063]]
*[[Standings|YoungGunsStandings063]]
*[[Playoffs|YoungGunsPlayoffs063]]
*[[Stats|YoungGunsStats063]]

Season 62:
Gold: Saskatoon Slough Sharks; Silver: Calgary Wire Flyers; Bronze: Notre Dame Hounds
Best Scorer: 13 Goals - Jairo Alberto Ojeda (Notre Dame Hounds); Best Goalie: Viorel Chiriţă (Calgary Wire Flyers)
*[[Participants|YoungGunsParticipants062]]
*[[Schedule|YoungGunsSchedule062]]
*[[Standings|YoungGunsStandings062]]
*[[Playoffs|YoungGunsPlayoffs062]]
*[[Stats|YoungGunsStats062]]

Special Game between Oceanic YGT Winners and YGT62 Winners:
Hamilton Junkrats (OYGT participant) 5 - 0 Saskatoon Slough Sharks (YGT participant)
Goals: HAM - Bish (2), Kershaw, Urwin, Benge
Net: HAM - Le 32/32; SSS - Badowski 28/33

Season 61:
Gold: Calgary Wire Flyers, Silver: Havana Tropicals, Bronze: Oka Scalpers
Best Scorer: 17 Goals - Chris Hodges (Oka Scalpers); Best Goalie: 0.946 SV% Carlos Saravia (Miley Cyrus HC)
*[[Participants|YoungGunsParticipants061]]
*[[Schedule|YoungGunsSchedule061]]
*[[Standings|YoungGunsStandings061]]
*[[Playoffs|YoungGunsPlayoffs061]]
*[[Stats|YoungGunsStats061]]

Season 60:
Gold: The Hooligans, Silver: Kades Killas, Bronze: X-Men
Best Goal Scorer: 19 Goals: Gustavo Alberto Garcia (East End Boys);  Best Goalie: 0.946 SV% Trpimir Svirac (The Hooligans)
*[[Participants|YoungGunsParticipants060]]
*[[Schedule|YoungGunsSchedule060]]
*[[Standings|YoungGunsStandings060]]
*[[Playoffs|YoungGunsPlayoffs060]]
*[[Stats|YoungGunsStats060]]

Season 59:
Gold: The Hooligans, Silver: Kades Killas, Bronze: None - Bronze medals melted down to make a mini bronze statue of ByteMe due to 3rd place game not taking place
Best Goal Scorer: Tie 14 Goals: Zack Malone (Montbec Nordiens) & Filip Mrázek (Saskatoon Tide);  Best Goalie: 0.948 SV% Oyvind Gjonnes (Kades Killas)
*[[Participants|YoungGunsParticipants059]]
*[[Schedule|YoungGunsSchedule059]]
*[[Standings|YoungGunsStandings059]]
*[[Playoffs|YoungGunsPlayoffs059]]
*[[Stats|YoungGunsStats059]]

Season 58:
Gold: Spruce Monkeys; Silver: Hamilton Roadhogs; Bronze: Temptation Meow
Best Goal Scorer: 19 Goals - Aaron Gavin (Hamilton Roadhogs); Best Goalie: 0.973 SV% Jonas Anliker (Spruce Monkeys)
*[[Participants|YoungGunsParticipants058]]
*[[Schedule|YoungGunsSchedule058]]
*[[Standings|YoungGunsStandings058]]
*[[Playoffs|YoungGunsPlayoffs058]]
*[[Stats|YoungGunsStats058]]

Season 57:
Gold: Peanut Butter Exploders; Silver: Jammers; Bronze: Saskatoon Tide
*[[Participants|YoungGunsParticipants057]]
*[[Schedule|YoungGunsSchedule057]]
*[[Standings|YoungGunsStandings057]]
*[[Playoffs|YoungGunsPlayoffs057]]

Season 56:
Gold: Saskatoon Slough Sharks; Silver: Little Caesars; Bronze: PEI Potatoskins
*[[Participants|YoungGunsParticipants056]]
*[[Schedule|YoungGunsSchedule056]]
*[[Standings|YoungGunsStandings056]]
*[[Playoffs|YoungGunsPlayoffs056]]

Season 55:
Gold: Saskatoon Slough Sharks; Silver: Jammers; Bronze: PEI Potatoskins
*[[Participants|YoungGunsParticipants055]]
*[[Schedule|YoungGunsSchedule055]]
*[[Standings|YoungGunsStandings055]]
*[[Playoffs|YoungGunsPlayoffs055]]

Season 54:
Gold: Wahoo Porkswords; Silver: PEI Potatoskins; Bronze: ~LumberJacks
*[[Participants|YoungGunsParticipants054]]
*[[Schedule|YoungGunsSchedule054]]
*[[Standings|YoungGunsStandings054]]
*[[Playoffs|YoungGunsPlayoffs054]]

Season 53:
Gold: ~LumberJacks; Silver: Wahoo Porkswords; Bronze: Queen City Kings
*[[Participants|YoungGunsParticipants053]]
*[[Schedule|YoungGunsSchedule053]]
*[[Standings|YoungGunsStandings053]]
*[[Playoffs|YoungGunsPlayoffs053]]

Season 52:
Gold: Kades Killas; Silver: Sunnyvale; Bronze: Pebble Baye Explorers
*[[Participants|YoungGunsParticipants052]]
*[[Schedule|YoungGunsSchedule052]]
*[[Standings|YoungGunsStandings052]]
*[[Playoffs|YoungGunsPlayoffs052]]

Season 51:
Gold: Kades Killas; Silver: Pebble Baye Explorers; Bronze: Barrie Colts
*[[Participants|YoungGunsParticipants051]]
*[[Schedule|YoungGunsSchedule051]]
*[[Standings|YoungGunsStandings051]]
*[[Playoffs|YoungGunsPlayoffs051]]

Season 50:
Gold: Pebble Baye Explorers; Silver: Sunnyvale; Bronze: Frontenacs
*[[Participants|YoungGunsParticipants050]]
*[[Schedule|YoungGunsSchedule050]]
*[[Standings|YoungGunsStandings050]]
*[[Playoffs|YoungGunsPlayoffs050]]

Season 49:
Gold: Ovechkin Laich Semin; Silver: Rising Stars HC; Bronze: Pebble Baye Explorers
*[[Participants|YoungGunsParticipants049]]
*[[Schedule|YoungGunsSchedule049]]
*[[Standings|YoungGunsStandings049]]
*[[Playoffs|YoungGunsPlayoffs049]]

Season 48:
Gold: Barrie Colts; Silver: Spruce Monkeys; Bronze: The Hooligans
*[[Participants|YoungGunsParticipants048]]
*[[Schedule|YoungGunsSchedule048]]
*[[Standings|YoungGunsStandings048]]
*[[Playoffs|YoungGunsPlayoffs048]]
[[Young Guns Tournament|YoungGunsTournament]]

Tournament Participants (#68)
<html>
<table>
<tr>
<th>Sign-Up Order</th>
<th align="right">Manager</th>
<th>M ID</th>
<th align="right">Team</th>
<th>T ID</th>
<th>Abbr.</th>
<th>Seed*</th>
</tr>
<tr>
<td align="right">5</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=598509">Jimmys</td>
<td align="center">598509</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3839">Jammers</td>
<td align="center">3839</td>
<td>JAM</td>
<td align="right">1</td>
</tr>
<tr>
<td align="right">8</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</td>
<td align="center">407756</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=60930">Wahoo Porkswords - U23</td>
<td align="center">60930</td>
<td>WAH</td>
<td align="right">2</td>
</tr>
<tr>
<td align="right">9</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</td>
<td align="center">206841</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=61362">Every Gate - U23</td>
<td align="center">61362</td>
<td>EG</td>
<td align="right">3</td>
</tr>
<tr>
<td align="right">4</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</td>
<td align="center">375878</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=61309">Ovechkin Laich Semin - U23</td>
<td align="center">61309</td>
<td>OLS</td>
<td align="right">4</td>
</tr>
<tr>
<td align="right">6</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</td>
<td align="center">664204</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=61277">Havana Tropicals - U23</td>
<td align="center">61277</td>
<td>TRO</td>
<td align="right">5</td>
</tr>
<tr>
<td align="right">12</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=621922">Caesar54</td>
<td align="center">621922</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=60265">Little Caesars - U23</td>
<td align="center">60265</td>
<td>LIT</td>
<td align="right">6</td>
</tr>
<tr>
<td align="right">3</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=591412">Macos</td>
<td align="center">591412</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=61692">LumberJacks - U23</td>
<td align="center">61692</td>
<td>LUM</td>
<td align="right">7</td>
</tr>
<tr>
<td align="right">7</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</td>
<td align="center">258971</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=60255">Frugalites - U23</td>
<td align="center">60255</td>
<td>FRU</td>
<td align="right">8</td>
</tr>
<tr>
<td align="right">1</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=150288">jetsdude</td>
<td align="center">150288</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=59480">HC Winnipeg - U23</td>
<td align="center">59480</td>
<td>HCW</td>
<td align="right">9</td>
</tr>
<tr>
<td align="right">2</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=697495">starsnostars</td>
<td align="center">697495</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47626">Hamilton Roadhogs</td>
<td align="center">47626</td>
<td>HAM</td>
<td align="right">10</td>
</tr>
<tr>
<td align="right">10</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=721945">Hadehariast</td>
<td align="center">721945</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=61157">Hadeharians - U23</td>
<td align="center">61157</td>
<td>HAD</td>
<td align="right">11</td>
</tr>
<tr>
<td align="right">11</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=724443">McCracken</td>
<td align="center">724443</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=TBD">St. John Puffins - U23</td>
<td align="center">TBD</td>
<td>SJP</td>
<td align="right">12</td>
</tr>
<tr>
<td align="right"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id="></td>
<td align="center"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id="></td>
<td align="center"></td>
<td></td>

</tr>

</table>
</html>
* - Seeds were determined based on a roster grab from September 28th.  The roster was removed of overagers and set to the top 22 highest YGs to produce an average.
Young Guns Participants (#48)
<html>
<table>
 <tr>
  <th>Sign-Up Order</th>
  <th align="right">Manager</th>
  <th>M ID</th>
  <th>Team</th>
  <th>T ID</th>
  <th>Seed*</th>
  <th>Division**</th>
 </tr>
 <tr>
  <td>1</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</a></td>
  <td>206841</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</a></td>
  <td>3798</td>
  <td>9</td>
  <td>IV.1</td>
 </tr>
 <tr>
  <td>2</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=562843">willcann</a></td>
  <td>562843</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44342">Barrie Colts</a></td>
  <td>44342</td>
  <td>2</td>
  <td>IV.7</td>
 </tr>
 <tr>
  <td>3</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</a></td>
  <td>407756</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</a></td>
  <td>3797</td>
  <td>16</td>
  <td>III.3</td>
 </tr>
 <tr>
  <td>4</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</a></td>
  <td>375878</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</a></td>
  <td>3808</td>
  <td>5</td>
  <td>IV.6</td>
 </tr>
 <tr>
  <td>5</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=654329">MDavidson</a></td>
  <td>654329</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47965">Sunnyvale</a></td>
  <td>47965</td>
  <td>19</td>
  <td>IV.6</td>
 </tr>
 <tr>
  <td>6</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</a></td>
  <td>664204</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Wesley Crushers</a></td>
  <td>47972</td>
  <td>13</td>
  <td>III.3</td>
 </tr>
 <tr>
  <td>7</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=66894">Sarabos</a></td>
  <td>66894</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3880">Frontenacs</a></td>
  <td>3880</td>
  <td>6</td>
  <td>IV.5</td>
 </tr>
 <tr>
  <td>8</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=665839">Landeskog</a></td>
  <td>665839</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41308">Kitchener Rangers</a></td>
  <td>41308</td>
  <td>17</td>
  <td>IV.2</td>
 </tr>
 <tr>
  <td>9</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686207">Brenzen00</a></td>
  <td>686207</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3828">Jurassic Park Dinos</a></td>
  <td>3828</td>
  <td>3</td>
  <td>III.4</td>
 </tr>
 <tr>
  <td>10</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=79889">StiffArm</a></td>
  <td>79889</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3765">Rising Stars HC</a></td>
  <td>3765</td>
  <td>8</td>
  <td>IV.4</td>
 </tr>
 <tr>
  <td>11</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=652813">Jt2001</a></td>
  <td>652813</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3700">Corn Huskers</a></td>
  <td>3700</td>
  <td>10</td>
  <td>IV.6</td>
 </tr>
 <tr>
  <td>12</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=670416">Promethee</a></td>
  <td>670416</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=21678">Polar Bears</a></td>
  <td>21678</td>
  <td>11</td>
  <td>IV.1</td>
 </tr>
 <tr>
  <td>13</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</a></td>
  <td>491546</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</a></td>
  <td>44521</td>
  <td>14</td>
  <td>II.1</td>
 </tr>
 <tr>
  <td>14</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=626939">reider</a></td>
  <td>626939</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47567">PEI Potatoskins</a></td>
  <td>47567</td>
  <td>7</td>
  <td>IV.4</td>
 </tr>
 <tr>
  <td>15</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=539596">toucan</a></td>
  <td>539596</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=14913">Mighty Toucan</a></td>
  <td>14913</td>
  <td>18</td>
  <td>III.2</td>
 </tr>
 <tr>
  <td>16</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</a></td>
  <td>258971</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</a></td>
  <td>3838</td>
  <td>12</td>
  <td>IV.1</td>
 </tr>
 <tr>
  <td>17</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686626">YTW Sports</a></td>
  <td>686626</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=16997">SCLSU Mod Dogs</a><br/>Imperial Japanese Army</td>
  <td>16997</td>
  <td>15</td>
  <td>III.1</td>
 </tr>
 <tr>
  <td>18</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=636481">simonhockey89</a></td>
  <td>636481</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=34910">Spruce Monkeys</a></td>
  <td>34910</td>
  <td>1</td>
  <td>IV.2</td>
 </tr>
 <tr>
  <td>19</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=565873">Guinny</a></td>
  <td>565873</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41300">Cabbagetown Langers</a></td>
  <td>41300</td>
  <td>20</td>
  <td>II.2</td>
 </tr>
 <tr>
  <td>20</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=490457">ByteMe</a></td>
  <td>490457</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=51984">The Hooligans</a><br/>The Hooligans ♣</td>
  <td>51984</td>
  <td>4</td>
  <td>III.4</td>
 </tr>
</table>
</html>
*"""*""" - Seed has been determined by the order of the average AI of the top 17 (or less) youths aged 21 or younger on Sunday, September 25, 2016.  That is, those players who will be 22 or younger for HA season 66.  3rd place seed was a tie and it was broken by seeding first the team that placed higher in last season's tournament.
*"""**""" - As of HA season 66.

Young Guns Participants (#49)
<html>
<table>
 <tr>
  <th>Sign-Up Order</th>
  <th align="right">Manager</th>
  <th>M ID</th>
  <th>Team</th>
  <th>T ID</th>
  <th>Seed*</th>
  <th>Division**</th>
 </tr>
 <tr>
  <td>1</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=462190">friznog19</a></td>
  <td>462190</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=42987">Pebble Baye Explorers</a></td>
  <td>42987</td>
  <td>10</td>
  <td>IV.1</td>
 </tr>
 <tr>
  <td>2</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</a></td>
  <td>375878</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</a></td>
  <td>3808</td>
  <td>1</td>
  <td>IV.6</td>
 </tr>
 <tr>
  <td>3</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=565873">Guinny</a></td>
  <td>565873</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41300">Cabbagetown Langers</a></td>
  <td>41300</td>
  <td>20</td>
  <td>III.4</td>
 </tr>
 <tr>
  <td>4</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=66894">Sarabos</a></td>
  <td>66894</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3880">Frontenacs</a></td>
  <td>3880</td>
  <td>8</td>
  <td>IV.5</td>
 </tr>
 <tr>
  <td>5</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=665839">Landeskog</a></td>
  <td>665839</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41308">Kitchener Rangers</a></td>
  <td>41308</td>
  <td>15</td>
  <td>IV.2</td>
 </tr>
 <tr>
  <td>6</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</a></td>
  <td>491546</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</a></td>
  <td>44521</td>
  <td>19</td>
  <td>II.1</td>
 </tr>
 <tr>
  <td>7</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=670416">Promethee</a></td>
  <td>670416</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=21678">Polar Bears</a></td>
  <td>21678</td>
  <td>2</td>
  <td>IV.1</td>
 </tr>
 <tr>
  <td>8</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</a></td>
  <td>258971</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</a></td>
  <td>3838</td>
  <td>9</td>
  <td>IV.1</td>
 </tr>
 <tr>
  <td>9</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=654329">MDavidson</a></td>
  <td>654329</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47965">Sunnyvale</a></td>
  <td>47965</td>
  <td>14</td>
  <td>IV.6</td>
 </tr>
 <tr>
  <td>10</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</a></td>
  <td>407756</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</a></td>
  <td>3797</td>
  <td>6</td>
  <td>III.3</td>
 </tr>
 <tr>
  <td>11</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686626">YTW Sports</a></td>
  <td>686626</td>
  <td>SCLSU Mod Dogs<br/><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=16997">Queen City Kings</a></td>
  <td>16997</td>
  <td>12</td>
  <td>III.1</td>
 </tr>
 <tr>
  <td>12</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=369358">sean84</a></td>
  <td>369358</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=36111">Miley Cyrus HC</a></td>
  <td>36111</td>
  <td>4</td>
  <td>IV.7</td>
 </tr>
 <tr>
  <td>13</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</a></td>
  <td>664204</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Wesley Crushers</a></td>
  <td>47972</td>
  <td>7</td>
  <td>IV.6</td>
 </tr>
 <tr>
  <td>14</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=652813">Jt2001</a></td>
  <td>652813</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3700">Corn Huskers</a></td>
  <td>3700</td>
  <td>13</td>
  <td>III.3</td>
 </tr>
 <tr>
  <td>15</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686207">Brenzen00</a></td>
  <td>686207</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3828">Jurassic Park Dinos</a></td>
  <td>3828</td>
  <td>18</td>
  <td>IV.7</td>
 </tr>
 <tr>
  <td>16</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=595718">dooo</a></td>
  <td>595718</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=14864">TL Tigers</a></td>
  <td>14864</td>
  <td>22</td>
  <td>III.1</td>
 </tr>
 <tr>
  <td>17</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=626939">reider</a></td>
  <td>626939</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47567">PEI Potatoskins</a></td>
  <td>47567</td>
  <td>21</td>
  <td>IV.4</td>
 </tr>
 <tr>
  <td>18</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=562843">willcann</a></td>
  <td>562843</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44342">Barrie Colts</a></td>
  <td>44342</td>
  <td>17</td>
  <td>III.4</td>
 </tr>
 <tr>
  <td>19</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=79889">StiffArm</a></td>
  <td>79889</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3765">Rising Stars HC</a></td>
  <td>3765</td>
  <td>3</td>
  <td>IV.4</td>
 </tr>
 <tr>
  <td>20</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</a></td>
  <td>206841</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</a></td>
  <td>3798</td>
  <td>5</td>
  <td>IV.1</td>
 </tr>
 <tr>
  <td>21</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=284773">allanon101</a></td>
  <td>284773</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22158">Edmonton Doughboys</a></td>
  <td>22158</td>
  <td>11</td>
  <td>III.2</td>
 </tr>
 <tr>
  <td>22</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=402512">cebelisle</a></td>
  <td>402512</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=46264">Castors</a></td>
  <td>46264</td>
  <td>16</td>
  <td>IV.2</td>
 </tr>
</table>
</html>
*"""*""" - Seed has been determined by the order of the average AI of the top 17 (or less) youths aged 21 or younger on Sunday, December 4, 2016.  That is, those players who will be 22 or younger for HA season 67.
*"""**""" - As of HA season 67.


Young Guns Participants (#50)
<html>
<table>
 <tr>
  <th>Sign-Up Order</th>
  <th align="right">Manager</th>
  <th>M ID</th>
  <th>Team</th>
  <th>T ID</th>
  <th>Seed*</th>
  <th>Division**</th>
 </tr>
 <tr>
  <td>1</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=66894">Sarabos</a></td>
  <td align="center">66894</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3880">Frontenacs</a></td>
  <td align="center">3880</td>
  <td align="right">4</td>
  <td align="right">IV.5</td>
 </tr>
 <tr>
  <td>2</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=462190">friznog19</a></td>
  <td align="center">462190</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=42987">Pebble Baye Explorers</a></td>
  <td align="center">42987</td>
  <td align="right">9</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>3</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700338">Mohack</a></td>
  <td align="center">700338</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41048">Scalpers de Oka</a></td>
  <td align="center">41048</td>
  <td align="right">12</td>
  <td align="right">IV.2</td>
 </tr>
 <tr>
  <td>4</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=235238">Da-Mone</a></td>
  <td align="center">235238</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=32986">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">32986</td>
  <td align="right">24</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>5</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=654329">MDavidson</a></td>
  <td align="center">654329</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47965">Sunnyvale</a></td>
  <td align="center">47965</td>
  <td align="right">8</td>
  <td align="right">IV.6</td>
 </tr>
 <tr>
  <td>6</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=669682">gigi</a></td>
  <td align="center">669682</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=54331">StJean Lynx</a></td>
  <td align="center">54331</td>
  <td align="right">18</td>
  <td align="right">IV.5</td>
 </tr>
 <tr>
  <td>7</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=562843">willcann</a></td>
  <td align="center">562843</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44342">Barrie Colts</a></td>
  <td align="center">44342</td>
  <td align="right">2</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>8</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686207">Brenzen00</a></td>
  <td align="center">686207</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3828">Jurassic Park Dinos</a></td>
  <td align="center">3828</td>
  <td align="right">5</td>
  <td align="right">IV.7</td>
 </tr>
 <tr>
  <td>9</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=565873">Guinny</a></td>
  <td align="center">565873</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41300">Cabbagetown Langers</a></td>
  <td align="center">41300</td>
  <td align="right">16</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>10</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=652813">Jt2001</a></td>
  <td align="center">652813</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3700">Corn Huskers</a></td>
  <td align="center">3700</td>
  <td align="right">11</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>11</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=670416">Promethee</a></td>
  <td align="center">670416</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=21678">Polar Bears</a></td>
  <td align="center">21678</td>
  <td align="right">1</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>12</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</a></td>
  <td align="center">258971</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</a></td>
  <td align="center">3838</td>
  <td align="right">17</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>13</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</a></td>
  <td align="center">491546</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</a></td>
  <td align="center">44521</td>
  <td align="right">20</td>
  <td align="right">II.1</td>
 </tr>
 <tr>
  <td>14</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</a></td>
  <td align="center">375878</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</a></td>
  <td align="center">3808</td>
  <td align="right">19</td>
  <td align="right">IV.6</td>
 </tr>
 <tr>
  <td>15</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=516229">ocstyf</a></td>
  <td align="center">516229</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=43579">Gators M.T.L</a></td>
  <td align="center">43579</td>
  <td align="right">7</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>16</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</a></td>
  <td align="center">664204</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Wesley Crushers</a></td>
  <td align="center">47972</td>
  <td align="right">14</td>
  <td align="right">IV.6</td>
 </tr>
 <tr>
  <td>17</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=79889">StiffArm</a></td>
  <td align="center">79889</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3765">Rising Stars HC</a></td>
  <td align="center">3765</td>
  <td align="right">13</td>
  <td align="right">IV.4</td>
 </tr>
 <tr>
  <td>18</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</a></td>
  <td align="center">206841</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</a></td>
  <td align="center">3798</td>
  <td align="right">6</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>19</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=642540">kaden66</a></td>
  <td align="center">642540</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44355">Kades Killas</a></td>
  <td align="center">44355</td>
  <td align="right">3</td>
  <td align="right">II.2</td>
 </tr>
 <tr>
  <td>20</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</a></td>
  <td align="center">407756</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</a></td>
  <td align="center">3797</td>
  <td align="right">15</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>21</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=385843">goleafs54321 </a></td>
  <td align="center">385843</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47353">Maple Leafs of Richmond Hill</a></td>
  <td align="center">47353</td>
  <td align="right">10</td>
  <td align="right">IV.3</td>
 </tr>
 <tr>
  <td>22</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=667708">djeeyeff</a></td>
  <td align="center">667708</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3831">Montbec Nordiens</a></td>
  <td align="center">3831</td>
  <td align="right">23</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>23</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=631437">Cloverfield</a></td>
  <td align="center">631437</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3790">GreenWood Loggers</a></td>
  <td align="center">3790</td>
  <td align="right">21</td>
  <td align="right">IV.3</td>
 </tr>
 <tr>
  <td>24</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=694730">MavericK5L</a></td>
  <td align="center">694730</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3740">The Stangers</a></td>
  <td align="center">3740</td>
  <td align="right">22</td>
  <td align="right">IV.7</td>
 </tr>
</table>
</html>
*"""*""" - Seed has been determined by the order of the average AI of the top 17 (or less) youths aged 21 or younger on Sunday, February 12, 2017.  That is, those players who will be 22 or younger for HA season 68.
*"""**""" - As of HA season 67.
Young Guns Participants (#51)
<html>
<table>
 <tr>
  <th>Sign-Up Order</th>
  <th align="right">Manager</th>
  <th>M ID</th>
  <th>Team</th>
  <th>T ID</th>
  <th>Seed*</th>
  <th>Division**</th>
 </tr>
 <tr>
  <td>1</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=235238">Da-Mone</a></td>
  <td align="center">235238</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=32986">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">32986</td>
  <td align="right">16</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>2</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=669682">gigi</a></td>
  <td align="center">669682</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=54331">StJean Lynx</a></td>
  <td align="center">54331</td>
  <td align="right">14</td>
  <td align="right">IV.5</td>
 </tr>
 <tr>
  <td>3</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=654329">MDavidson</a></td>
  <td align="center">654329</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47965">Sunnyvale</a></td>
  <td align="center">47965</td>
  <td align="right">2</td>
  <td align="right">IV.6</td>
 </tr>
 <tr>
  <td>4</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700338">Mohack</a></td>
  <td align="center">700338</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41048">Oka Scalpers</a><br />Scalpers de Oka</td>
  <td align="center">41048</td>
  <td align="right">18</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>5</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=565873">Guinny</a></td>
  <td align="center">565873</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41300">Cabbagetown Langers</a></td>
  <td align="center">41300</td>
  <td align="right">6</td>
  <td align="right">IV.4</td>
 </tr>
 <tr>
  <td>6</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686207">Brenzen00</a></td>
  <td align="center">686207</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3828">Jurassic Park Dinos</a></td>
  <td align="center">3828</td>
  <td align="right">22</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>7</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=642540">kaden66</a></td>
  <td align="center">642540</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44355">Kades Killas</a></td>
  <td align="center">44355</td>
  <td align="right">1</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>8</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=652813">Jt2001</a></td>
  <td align="center">652813</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3700">Corn Huskers</a></td>
  <td align="center">3700</td>
  <td align="right">8</td>
  <td align="right">IV.6</td>
 </tr>
 <tr>
  <td>9</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</a></td>
  <td align="center">258971</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</a></td>
  <td align="center">3838</td>
  <td align="right">11</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>10</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</a></td>
  <td align="center">491546</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</a></td>
  <td align="center">44521</td>
  <td align="right">13</td>
  <td align="right">II.1</td>
 </tr>
 <tr>
  <td>11</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=462190">friznog19</a></td>
  <td align="center">462190</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=42987">Pebble Baye Explorers</a></td>
  <td align="center">42987</td>
  <td align="right">7</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>12</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=591412">Macos</a></td>
  <td align="center">591412</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22182">LumberJacks</a></td>
  <td align="center">22182</td>
  <td align="right">15</td>
  <td align="right">II.2</td>
 </tr>
 <tr>
  <td>13</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</a></td>
  <td align="center">206841</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</a></td>
  <td align="center">3798</td>
  <td align="right">4</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>14</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</a></td>
  <td align="center">375878</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</a></td>
  <td align="center">3808</td>
  <td align="right">5</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>15</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</a></td>
  <td align="center">664204</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Wesley Crushers</a></td>
  <td align="center">47972</td>
  <td align="right">3</td>
  <td align="right">IV.6</td>
 </tr>
 <tr>
  <td>16</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</a></td>
  <td align="center">407756</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</a></td>
  <td align="center">3797</td>
  <td align="right">12</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>17</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=66894">Sarabos</a></td>
  <td align="center">66894</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3880">Frontenacs</a></td>
  <td align="center">3880</td>
  <td align="right">20</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>18</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=667708">djeeyeff</a></td>
  <td align="center">667708</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3831">Montbec Nordiens</a></td>
  <td align="center">3831</td>
  <td align="right">19</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>19</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=621922">Caesar54</a></td>
  <td align="center">621922</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3793">Little Caesars</a></td>
  <td align="center">3793</td>
  <td align="right">9</td>
  <td align="right">IV.5</td>
 </tr>
 <tr>
  <td>20</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=562843">willcann</a></td>
  <td align="center">562843</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44342">Barrie Colts</a></td>
  <td align="center">44342</td>
  <td align="right">17</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>21</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=631437">Cloverfield</a></td>
  <td align="center">631437</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3790">GreenWood Loggers</a></td>
  <td align="center">3790</td>
  <td align="right">21</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>22</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=626939">reider</a></td>
  <td align="center">626939</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47567">PEI Potatoskins</a></td>
  <td align="center">47567</td>
  <td align="right">10</td>
  <td align="right">IV.4</td>
 </tr>
</table>
</html>

*"""*""" - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Sunday, April 23, 2017.  That is, those players who will be 22 or younger for HA season 69.
*"""**""" - As of HA season 68.

Young Guns Participants (#52)
<html>
<table>
 <tr>
  <th>Sign-Up Order</th>
  <th align="right">Manager</th>
  <th>M ID</th>
  <th>Team</th>
  <th>T ID</th>
  <th>Seed*</th>
  <th>Division**</th>
 </tr>
 <tr>
  <td>1</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=235238">Da-Mone</a></td>
  <td align="center">235238</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=32986">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">32986</td>
  <td align="right">4</td>
  <td align="right">II.1</td>
 </tr>
 <tr>
  <td>2</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=591412">Macos</a></td>
  <td align="center">591412</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22182">LumberJacks</a></td>
  <td align="center">22182</td>
  <td align="right">5</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>3</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700338">Mohack</a></td>
  <td align="center">700338</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41048">Oka Scalpers</a></td>
  <td align="center">41048</td>
  <td align="right">22</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>4</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=654329">MDavidson</a></td>
  <td align="center">654329</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47965">Sunnyvale</a></td>
  <td align="center">47965</td>
  <td align="right">2</td>
  <td align="right">IV.5</td>
 </tr>
 <tr>
  <td>5</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=284773">allanon101</a></td>
  <td align="center">284773</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22158">Edmonton Doughboys</a></td>
  <td align="center">22158</td>
  <td align="right">20</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>6</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</a></td>
  <td align="center">258971</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</a></td>
  <td align="center">3838</td>
  <td align="right">13</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>7</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</a></td>
  <td align="center">491546</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</a></td>
  <td align="center">44521</td>
  <td align="right">15</td>
  <td align="right">II.1</td>
 </tr>
 <tr>
  <td>8</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=652813">Jt2001</a></td>
  <td align="center">652813</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3700">Corn Huskers</a></td>
  <td align="center">3700</td>
  <td align="right">8</td>
  <td align="right">IV.6</td>
 </tr>
 <tr>
  <td>9</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=621922">Caesar54</a></td>
  <td align="center">621922</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3793">Little Caesars</a></td>
  <td align="center">3793</td>
  <td align="right">19</td>
  <td align="right">IV.5</td>
 </tr>
 <tr>
  <td>10</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686207">Brenzen00</a></td>
  <td align="center">686207</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3828">Jurassic Park Dinos</a></td>
  <td align="center">3828</td>
  <td align="right">23</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>11</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=462190">friznog19</a></td>
  <td align="center">462190</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=42987">Pebble Baye Explorers</a></td>
  <td align="center">42987</td>
  <td align="right">18</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>12</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=662563">Beneather</a></td>
  <td align="center">662563</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47719">Toronto Titans</a></td>
  <td align="center">47719</td>
  <td align="right">24</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>13</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=626939">reider</a></td>
  <td align="center">626939</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47567">PEI Potatoskins</a></td>
  <td align="center">47567</td>
  <td align="right">16</td>
  <td align="right">IV.4</td>
 </tr>
 <tr>
  <td>14</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=369358">sean84</a></td>
  <td align="center">369358</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=36111">Miley Cyrus HC</a></td>
  <td align="center">36111</td>
  <td align="right">14</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>15</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=669682">gigi</a></td>
  <td align="center">669682</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=54331">StJean Lynx</a></td>
  <td align="center">54331</td>
  <td align="right">6</td>
  <td align="right">IV.5</td>
 </tr>
 <tr>
  <td>16</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686626">YTW Sports</a></td>
  <td align="center">686626</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=16997">Queen City Kings</a></td>
  <td align="center">16997</td>
  <td align="right">9</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>17</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</a></td>
  <td align="center">375878</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</a></td>
  <td align="center">3808</td>
  <td align="right">10</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>18</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</a></td>
  <td align="center">206841</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</a></td>
  <td align="center">3798</td>
  <td align="right">3</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>19</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</a></td>
  <td align="center">407756</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</a></td>
  <td align="center">3797</td>
  <td align="right">7</td>
  <td align="right">IV.5</td>
 </tr>
 <tr>
  <td>20</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=66894">Sarabos</a></td>
  <td align="center">66894</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3880">Frontenacs</a></td>
  <td align="center">3880</td>
  <td align="right">17</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>21</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=562843">willcann</a></td>
  <td align="center">562843</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44342">Barrie Colts</a></td>
  <td align="center">44342</td>
  <td align="right">21</td>
  <td align="right">II.2</td>
 </tr>
 <tr>
  <td>22</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=642540">kaden66</a></td>
  <td align="center">642540</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44355">Kades Killas</a></td>
  <td align="center">44355</td>
  <td align="right">1</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>23</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</a></td>
  <td align="center">664204</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Wesley Crushers</a></td>
  <td align="center">47972</td>
  <td align="right">11</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>24</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=635623">hrocker</a></td>
  <td align="center">635623</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=14931">Saskatoon Slough Sharks</a></td>
  <td align="center">14931</td>
  <td align="right">12</td>
  <td align="right">II.1</td>
 </tr>
</table>
</html>
*"""*""" - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Friday, July 3, 2017.  That is, those players who will be 22 or younger for HA season 70.
*"""**""" - As of HA season 69.

Young Guns Participants (#53)
<html>
<table>
 <tr>
  <th>Sign-Up Order</th>
  <th align="right">Manager</th>
  <th>M ID</th>
  <th>Team</th>
  <th>T ID</th>
  <th>Seed*</th>
  <th>Division**</th>
 </tr>
 <tr>
  <td>1</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</a></td>
  <td align="center">258971</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</a></td>
  <td align="center">3838</td>
  <td align="right">13</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>2</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=591412">Macos</a></td>
  <td align="center">591412</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22182">LumberJacks</a></td>
  <td align="center">22182</td>
  <td align="right">2</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>3</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</a></td>
  <td align="center">491546</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</a></td>
  <td align="center">44521</td>
  <td align="right">16</td>
  <td align="right">II.1</td>
 </tr>
 <tr>
  <td>4</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=621922">Caesar54</a></td>
  <td align="center">621922</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3793">Little Caesars</a></td>
  <td align="center">3793</td>
  <td align="right">10</td>
  <td align="right">IV.5</td>
 </tr>
 <tr>
  <td>5</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700338">Mohack</a></td>
  <td align="center">700338</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41048">Oka Scalpers</a></td>
  <td align="center">41048</td>
  <td align="right">17</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>6</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=635623">hrocker</a></td>
  <td align="center">635623</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=14931">Saskatoon Slough Sharks</a></td>
  <td align="center">14931</td>
  <td align="right">9</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>7</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=697495">starsnostars</a></td>
  <td align="center">697495</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47626">Hamilton Roadhogs</a></td>
  <td align="center">47626</td>
  <td align="right">11</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>8</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=284773">allanon101</a></td>
  <td align="center">284773</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22158">Edmonton Doughboys</a></td>
  <td align="center">22158</td>
  <td align="right">15</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>9</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=626939">reider</a></td>
  <td align="center">626939</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47567">PEI Potatoskins</a></td>
  <td align="center">47567</td>
  <td align="right">12</td>
  <td align="right">IV.4</td>
 </tr>
 <tr>
  <td>10</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=235238">Da-Mone</a></td>
  <td align="center">235238</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=32986">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">32986</td>
  <td align="right">5</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>11</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=654329">MDavidson</a></td>
  <td align="center">654329</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47965">Sunnyvale</a></td>
  <td align="center">47965</td>
  <td align="right">20</td>
  <td align="right">IV.5</td>
 </tr>
 <tr>
  <td>12</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=369358">sean84</a></td>
  <td align="center">369358</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=36111">Miley Cyrus HC</a></td>
  <td align="center">36111</td>
  <td align="right">8</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>13</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=51088">FreeFallFred</a></td>
  <td align="center">51088</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=806">Montreal FreeFallers</a></td>
  <td align="center">806</td>
  <td align="right">6</td>
  <td align="right">II.2</td>
 </tr>
 <tr>
  <td>14</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</a></td>
  <td align="center">206841</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</a></td>
  <td align="center">3798</td>
  <td align="right">1</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>15</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686626">YTW Sports</a></td>
  <td align="center">686626</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=16997">Queen City Kings</a></td>
  <td align="center">16997</td>
  <td align="right">4</td>
  <td align="right">IV.2</td>
 </tr>
 <tr>
  <td>16</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686207">Brenzen00</a></td>
  <td align="center">686207</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3828">Jurassic Park Dinos</a></td>
  <td align="center">3828</td>
  <td align="right">18</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>17</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</a></td>
  <td align="center">664204</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Wesley Crushers</a></td>
  <td align="center">47972</td>
  <td align="right">14</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>18</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</a></td>
  <td align="center">375878</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</a></td>
  <td align="center">3808</td>
  <td align="right">7</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>19</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</a></td>
  <td align="center">407756</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</a></td>
  <td align="center">3797</td>
  <td align="right">3</td>
  <td align="right">IV.5</td>
 </tr>
 <tr>
  <td>20</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700778">CarrotTop</a></td>
  <td align="center">700778</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=58310">Deking Benders</a></td>
  <td align="center">58310</td>
  <td align="right">19</td>
  <td align="right">IV.2</td>
 </tr>
</table>
</html>
*"""*""" - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Friday, September 8, 2017.  That is, those players who will be 22 or younger for HA season 71.
*"""**""" - As of HA season 70.

Young Guns Participants (#54)
<html>
<table>
 <tr>
  <th>Sign-Up Order</th>
  <th align="right">Manager</th>
  <th>M ID</th>
  <th>Team</th>
  <th>T ID</th>
  <th>Abbr.</th>
  <th>Seed*</th>
  <th>Division**</th>
 </tr>
 <tr>
  <td>1</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=235238">Da-Mone</a></td>
  <td align="center">235238</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=32986">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">32986</td>
  <td>VNW</td>
  <td align="right">11</td>
  <td align="right">IV.2</td>
 </tr>
 <tr>
  <td>2</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=591412">Macos</a></td>
  <td align="center">591412</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22182">LumberJacks</a></td>
  <td align="center">22182</td>
  <td>LUM</td>
  <td align="right">1</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>3</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=621922">Caesar54</a></td>
  <td align="center">621922</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3793">Little Caesars</a></td>
  <td align="center">3793</td>
  <td>LC</td>
  <td align="right">6</td>
  <td align="right">IV.4</td>
 </tr>
 <tr>
  <td>4</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=462190">firznog19</a></td>
  <td align="center">462190</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=42987">Pebble Baye Explorers</a></td>
  <td align="center">42987</td>
  <td>PBE</td>
  <td align="right">21</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>5</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</a></td>
  <td align="center">491546</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</a></td>
  <td align="center">44521</td>
  <td>MEW</td>
  <td align="right">19</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>6</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=635623">hrocker</a></td>
  <td align="center">635623</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=14931">Saskatoon Slough Sharks</a></td>
  <td align="center">14931</td>
  <td>SSS</td>
  <td align="right">5</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>7</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</a></td>
  <td align="center">258971</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</a></td>
  <td align="center">3838</td>
  <td>FRU</td>
  <td align="right">13</td>
  <td align="right">II.1</td>
 </tr>
 <tr>
  <td>8</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=654329">MDavidson</a></td>
  <td align="center">654329</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47965">Sunnyvale</a></td>
  <td align="center">47965</td>
  <td>SUN</td>
  <td align="right">22</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>9</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</a></td>
  <td align="center">407756</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</a></td>
  <td align="center">3797</td>
  <td>WAH</td>
  <td align="right">4</td>
  <td align="right">IV.3</td>
 </tr>
 <tr>
  <td>10</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686626">YTW Sports</a></td>
  <td align="center">686626</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=16997">Queen City Kings</a></td>
  <td align="center">16997</td>
  <td>QCK</td>
  <td align="right">2</td>
  <td align="right">IV.2</td>
 </tr>
 <tr>
  <td>11</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700338">Mohack</a></td>
  <td align="center">700338</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41048">Oka Scalpers</a></td>
  <td align="center">41048</td>
  <td>OKA</td>
  <td align="right">17</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>12</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=369358">sean84</a></td>
  <td align="center">369358</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=36111">Miley Cyrus HC</a></td>
  <td align="center">36111</td>
  <td>MC</td>
  <td align="right">15</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>13</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=194424">Tvares91</a></td>
  <td align="center">194424</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22193">Oshawa Generals</a></td>
  <td align="center">22193</td>
  <td>OSH</td>
  <td align="right">8</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>14</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</a></td>
  <td align="center">206841</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</a></td>
  <td align="center">3798</td>
  <td>CWF</td>
  <td align="right">7</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>15</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</a></td>
  <td align="center">664204</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Wesley Crushers</a></td>
  <td align="center">47972</td>
  <td>WES</td>
  <td align="right">14</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>16</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</a></td>
  <td align="center">375878</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</a></td>
  <td align="center">3808</td>
  <td>OLS</td>
  <td align="right">10</td>
  <td align="right">IV.2</td>
 </tr>
 <tr>
  <td>17</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=51088">FreeFallFred</a></td>
  <td align="center">51088</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=806">Montreal FreeFallers</a></td>
  <td align="center">806</td>
  <td>MON</td>
  <td align="right">3</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>18</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=636481">simonhockey89</a></td>
  <td align="center">636481</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=34910">Spruce Monkeys</a></td>
  <td align="center">34910</td>
  <td>SPR</td>
  <td align="right">23</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>19</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=697495">starsnostars</a></td>
  <td align="center">697495</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47626">Hamilton Roadhogs</a></td>
  <td align="center">47626</td>
  <td>HAM</td>
  <td align="right">20</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>20</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686207">Brenzen00</a></td>
  <td align="center">686207</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3828">Jurassic Park Dinos</a></td>
  <td align="center">3828</td>
  <td>JUR</td>
  <td align="right">18</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>21</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=707398">CanadianDreams</a></td>
  <td align="center">707398</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=36186">The McElmon Marauders</a></td>
  <td align="center">36186</td>
  <td>MCE</td>
  <td align="right">24</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>22</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=626939">reider</a></td>
  <td align="center">626939</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47567">PEI Potatoskins</a></td>
  <td align="center">47567</td>
  <td>PEI</td>
  <td align="right">9</td>
  <td align="right">IV.4</td>
 </tr>
 <tr>
  <td>23</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=598509">Jimmys</a></td>
  <td align="center">598509</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3839">Jammers</a></td>
  <td align="center">3839</td>
  <td>JAM</td>
  <td align="right">16</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>24</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664861">ljbel2</a></td>
  <td align="center">664861</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=36190">HC Orléans</a></td>
  <td align="center">36190</td>
  <td>ORL</td>
  <td align="right">12</td>
  <td align="right">II.1</td>
 </tr>
</table>
</html>
*"""*""" - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Tuesday, November 20, 2017.  That is, those players who will be 22 or younger for HA season 72.
*"""**""" - As of HA season 71.
Young Guns Participants (#55)
<html>
<table>
 <tr>
  <th>Sign-Up Order</th>
  <th align="right">Manager</th>
  <th>M ID</th>
  <th>Team</th>
  <th>T ID</th>
  <th>Abbr.</th>
  <th>Seed*</th>
  <th>Division**</th>
 </tr>
 <tr>
  <td>1</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=635623">hrocker</a></td>
  <td align="center">635623</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=14931">Saskatoon Slough Sharks</a></td>
  <td align="center">14931</td>
  <td>SSS</td>
  <td align="right">1</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>2</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=626939">reider</a></td>
  <td align="center">626939</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47567">PEI Potatoskins</a></td>
  <td align="center">47567</td>
  <td>PEI</td>
  <td align="right">3</td>
  <td align="right">IV.4</td>
 </tr>
 <tr>
  <td>3</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=621922">Caesar54</a></td>
  <td align="center">621922</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3793">Little Caesars</a></td>
  <td align="center">3793</td>
  <td>LC</td>
  <td align="right">2</td>
  <td align="right">IV.4</td>
 </tr>
 <tr>
  <td>4</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=697495">starsnostars</a></td>
  <td align="center">697495</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47626">Hamilton Roadhogs</a></td>
  <td align="center">47626</td>
  <td>HAM</td>
  <td align="right">13</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>5</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</a></td>
  <td align="center">206841</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</a></td>
  <td align="center">3798</td>
  <td>CWF</td>
  <td align="right">5</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>6</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</a></td>
  <td align="center">491546</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</a></td>
  <td align="center">44521</td>
  <td>MEW</td>
  <td align="right">10</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>7</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=654329">MDavidson</a></td>
  <td align="center">654329</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47965">Sunnyvale</a></td>
  <td align="center">47965</td>
  <td>SUN</td>
  <td align="right">11</td>
  <td align="right">II.2</td>
 </tr>
 <tr>
  <td>8</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</a></td>
  <td align="center">258971</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</a></td>
  <td align="center">3838</td>
  <td>FRU</td>
  <td align="right">16</td>
  <td align="right">II.1</td>
 </tr>
 <tr>
  <td>9</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</a></td>
  <td align="center">664204</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Wesley Crushers</a></td>
  <td align="center">47972</td>
  <td>WES</td>
  <td align="right">7</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>10</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</a></td>
  <td align="center">407756</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</a></td>
  <td align="center">3797</td>
  <td>WAH</td>
  <td align="right">8</td>
  <td align="right">IV.3</td>
 </tr>
 <tr>
  <td>11</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=45280">yu gi knight</a></td>
  <td align="center">45280</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=1558">Saskatoon Tide</a></td>
  <td align="center">1558</td>
  <td>SKT</td>
  <td align="right">18</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>12</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</a></td>
  <td align="center">375878</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</a></td>
  <td align="center">3808</td>
  <td>OLS</td>
  <td align="right">6</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>13</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=462190">firznog19</a></td>
  <td align="center">462190</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=42987">Pebble Baye Explorers</a></td>
  <td align="center">42987</td>
  <td>PBE</td>
  <td align="right">14</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>14</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700338">Mohack</a></td>
  <td align="center">700338</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41048">Oka Scalpers</a></td>
  <td align="center">41048</td>
  <td>OKA</td>
  <td align="right">9</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>15</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=598509">Jimmys</a></td>
  <td align="center">598509</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3839">Jammers</a></td>
  <td align="center">3839</td>
  <td>JAM</td>
  <td align="right">4</td>
  <td align="right">II.2</td>
 </tr>
 <tr>
  <td>16</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=374831">Stefman454</a></td>
  <td align="center">374831</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22155">The Edmonchuck Woodchuckers</a></td>
  <td align="center">22155</td>
  <td>EDM</td>
  <td align="right">12</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>17</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=636481">simonhockey89</a></td>
  <td align="center">636481</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=34910">Spruce Monkeys</a></td>
  <td align="center">34910</td>
  <td>SPR</td>
  <td align="right">17</td>
  <td align="right">IV.3</td>
 </tr>
 <tr>
  <td>18</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=235238">Da-Mone</a></td>
  <td align="center">235238</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=32986">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">32986</td>
  <td>VNW</td>
  <td align="right">15</td>
  <td align="right">IV.2</td>
 </tr>
</table>
</html>
*"""*""" - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Sunday, January 28, 2018.  That is, those players who will be 22 or younger for HA season 73.
*"""**""" - As of HA season 72.
Young Guns Participants (#56)
<html>
<table>
 <tr>
  <th>Sign-Up Order</th>
  <th align="right">Manager</th>
  <th>M ID</th>
  <th>Team</th>
  <th>T ID</th>
  <th>Abbr.</th>
  <th>Seed*</th>
  <th>Division**</th>
 </tr>
 <tr>
  <td>1</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=621922">Caesar54</a></td>
  <td align="center">621922</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3793">Little Caesars</a></td>
  <td align="center">3793</td>
  <td>LC</td>
  <td align="right">2</td>
  <td align="right">IV.4</td>
 </tr>
 <tr>
  <td>2</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</a></td>
  <td align="center">258971</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</a></td>
  <td align="center">3838</td>
  <td>FRU</td>
  <td align="right">17</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>3</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=697495">starsnostars</a></td>
  <td align="center">697495</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47626">Hamilton Roadhogs</a></td>
  <td align="center">47626</td>
  <td>HAM</td>
  <td align="right">11</td>
  <td align="right">II.2</td>
 </tr>
 <tr>
  <td>4</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</a></td>
  <td align="center">491546</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</a></td>
  <td align="center">44521</td>
  <td>MEW</td>
  <td align="right">14</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>5</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=635623">hrocker</a></td>
  <td align="center">635623</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=14931">Saskatoon Slough Sharks</a></td>
  <td align="center">14931</td>
  <td>SSS</td>
  <td align="right">1</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>6</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=462190">friznog19</a></td>
  <td align="center">462190</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=42987">Peanut Butter Exploders</a></td>
  <td align="center">42987</td>
  <td>PBE</td>
  <td align="right">5</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>7</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=374831">Stefman454</a></td>
  <td align="center">374831</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22155">The Edmonchuck Woodchuckers</a></td>
  <td align="center">22155</td>
  <td>EDM</td>
  <td align="right">12</td>
  <td align="right">IV.3</td>
 </tr>
 <tr>
  <td>8</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=45280">yu gi knight</a></td>
  <td align="center">45280</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=1558">Saskatoon Tide</a></td>
  <td align="center">1558</td>
  <td>SKT</td>
  <td align="right">16</td>
  <td align="right">II.1</td>
 </tr>
 <tr>
  <td>9</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=598509">Jimmys</a></td>
  <td align="center">598509</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3839">Jammers</a></td>
  <td align="center">3839</td>
  <td>JAM</td>
  <td align="right">4</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>10</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700338">Mohack</a></td>
  <td align="center">700338</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41048">Oka Scalpers</a></td>
  <td align="center">41048</td>
  <td>OKA</td>
  <td align="right">13</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>12</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</a></td>
  <td align="center">375878</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</a></td>
  <td align="center">3808</td>
  <td>OLS</td>
  <td align="right">10</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>13</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=636481">simonhockey89</a></td>
  <td align="center">636481</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=34910">Spruce Monkeys</a></td>
  <td align="center">34910</td>
  <td>SPR</td>
  <td align="right">8</td>
  <td align="right">IV.3</td>
 </tr>
 <tr>
  <td>14</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</a></td>
  <td align="center">664204</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Wesley Crushers</a></td>
  <td align="center">47972</td>
  <td>WES</td>
  <td align="right">7</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>15</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=235238">Da-Mone</a></td>
  <td align="center">235238</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=32986">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">32986</td>
  <td>VNW</td>
  <td align="right">18</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>16</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=712360">Kazuzu</a></td>
  <td align="center">712360</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=811">Annúminas Dúnedain</a></td>
  <td align="center">811</td>
  <td>ANN</td>
  <td align="right">20</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>17</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=626939">reider</a></td>
  <td align="center">626939</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47567">PEI Potatoskins</a></td>
  <td align="center">47567</td>
  <td>PEI</td>
  <td align="right">3</td>
  <td align="right">IV.4</td>
 </tr>
 <tr>
  <td>18</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=490457">ByteMe</a></td>
  <td align="center">490457</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=51984">The Hooligans</a></td>
  <td align="center">51984</td>
  <td>HOO</td>
  <td align="right">19</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>19</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</a></td>
  <td align="center">407756</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</a></td>
  <td align="center">3797</td>
  <td>WAH</td>
  <td align="right">9</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>20</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</a></td>
  <td align="center">206841</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</a></td>
  <td align="center">3798</td>
  <td>CWF</td>
  <td align="right">6</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>dns</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=591412">Macos</a></td>
  <td align="center">591412</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22182">LumberJacks</a></td>
  <td align="center">22182</td>
  <td>LUM</td>
  <td align="right">un***</td>
  <td align="right">II.2</td>
 </tr>
</table>
</html>
*"""*""" - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Friday, April 6, 2018.  That is, those players who will be 22 or younger for HA season 74.
*"""**""" - As of HA season 73.
*"""***""" - ~LumberJacks are listed as unseeded as they graciously offered to fill in once the season began to replace Sunnyvale who had to pull out.
Young Guns Participants (#57)
<html>
<table>
 <tr>
  <th>Sign-Up Order</th>
  <th align="right">Manager</th>
  <th>M ID</th>
  <th>Team</th>
  <th>T ID</th>
  <th>Abbr.</th>
  <th>Seed*</th>
  <th>Division**</th>
 </tr>
 <tr>
  <td>1</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=697495">starsnostars</a></td>
  <td align="center">697495</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47626">Hamilton Roadhogs</a></td>
  <td align="center">47626</td>
  <td>HAM</td>
  <td align="right">4</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>2</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700338">Mohack</a></td>
  <td align="center">700338</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41048">Oka Scalpers</a></td>
  <td align="center">41048</td>
  <td>OKA</td>
  <td align="right">8</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>3</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=45280">yu gi knight</a></td>
  <td align="center">45280</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=1558">Saskatoon Tide</a></td>
  <td align="center">1558</td>
  <td>SKT</td>
  <td align="right">7</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>4</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</a></td>
  <td align="center">491546</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</a></td>
  <td align="center">44521</td>
  <td>MEW</td>
  <td align="right">14</td>
  <td align="right">I.1</td>
 </tr>
 <tr>
  <td>5</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=626939">reider</a></td>
  <td align="center">626939</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47567">PEI Potatoskins</a></td>
  <td align="center">47567</td>
  <td>PEI</td>
  <td align="right">16</td>
  <td align="right">IV.2</td>
 </tr>
 <tr>
  <td>6</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=598509">Jimmys</a></td>
  <td align="center">598509</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3839">Jammers</a></td>
  <td align="center">3839</td>
  <td>JAM</td>
  <td align="right">2</td>
  <td align="right">III.4</td>
 </tr>
 <tr>
  <td>7</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=712360">Kazuzu</a></td>
  <td align="center">712360</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=811">Kazopolis Rangers</a></td>
  <td align="center">811</td>
  <td>KAZ</td>
  <td align="right">20</td>
  <td align="right">IV.3</td>
 </tr>
 <tr>
  <td>8</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</a></td>
  <td align="center">258971</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</a></td>
  <td align="center">3838</td>
  <td>FRU</td>
  <td align="right">17</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>9</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=462190">friznog19</a></td>
  <td align="center">462190</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=42987">Peanut Butter Exploders</a></td>
  <td align="center">42987</td>
  <td>PBE</td>
  <td align="right">1</td>
  <td align="right">IV.1</td>
 </tr>
 <tr>
  <td>10</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=374831">Stefman454</a></td>
  <td align="center">374831</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22155">The Edmonchuck Woodchuckers</a></td>
  <td align="center">22155</td>
  <td>EDM</td>
  <td align="right">6</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>11</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</a></td>
  <td align="center">206841</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</a></td>
  <td align="center">3798</td>
  <td>CWF</td>
  <td align="right">19</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>12</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=235238">Da-Mone</a></td>
  <td align="center">235238</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=32986">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">32986</td>
  <td>VNW</td>
  <td align="right">15</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>13</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=636481">simonhockey89</a></td>
  <td align="center">636481</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=34910">Spruce Monkeys</a></td>
  <td align="center">34910</td>
  <td>SPR</td>
  <td align="right">3</td>
  <td align="right">IV.3</td>
 </tr>
 <tr>
  <td>14</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=667708">djeeyeff</a></td>
  <td align="center">667708</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3831">Montbec Nordiens</a></td>
  <td align="center">3831</td>
  <td>MON</td>
  <td align="right">9</td>
  <td align="right">II.2</td>
 </tr>
 <tr>
  <td>15</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</a></td>
  <td align="center">664204</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Wesley Crushers</a></td>
  <td align="center">47972</td>
  <td>WES</td>
  <td align="right">10</td>
  <td align="right">III.3</td>
 </tr>
 <tr>
  <td>16</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</a></td>
  <td align="center">407756</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</a></td>
  <td align="center">3797</td>
  <td>WAH</td>
  <td align="right">5</td>
  <td align="right">III.2</td>
 </tr>
 <tr>
  <td>17</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</a></td>
  <td align="center">375878</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</a></td>
  <td align="center">3808</td>
  <td>OLS</td>
  <td align="right">11</td>
  <td align="right">III.1</td>
 </tr>
 <tr>
  <td>18</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=670416">Promethee</a></td>
  <td align="center">670416</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=21678">Polar Bears</a></td>
  <td align="center">21678</td>
  <td>POL</td>
  <td align="right">18</td>
  <td align="right">II.1</td>
 </tr>
 <tr>
  <td>19</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=642540">kaden66</a></td>
  <td align="center">642540</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44355">Kades Killas</a></td>
  <td align="center">44355</td>
  <td>KAD</td>
  <td align="right">12</td>
  <td align="right">IV.2</td>
 </tr>
 <tr>
  <td>20</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=552614">dehd195</a></td>
  <td align="center">552614</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=48248">East End Boys</a></td>
  <td align="center">48248</td>
  <td>EEB</td>
  <td align="right">13</td>
  <td align="right">II.2</td>
 </tr>
</table>
</html>
*"""*""" - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Monday, June 18, 2018.  That is, those players who will be 22 or younger for HA season 75.
*"""**""" - As of HA season 74.
Young Guns Participants (#58)
<html>
<table>
 <tr>
  <th>Sign-Up Order</th>
  <th align="right">Manager</th>
  <th>M ID</th>
  <th>Team</th>
  <th>T ID</th>
  <th>Abbr.</th>
  <th>Seed*</th>
  <th>Division**</th>
 </tr>
<tr>
  <td>1</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=340387">thegreat8</a></td>
  <td align="center">340387</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Rouleau Renegades™">Rouleau Renegades™</a></td>
  <td align="center">14903</td>
  <td>ROU</td>
  <td align="right">13</td>
 </tr> 
<tr>
  <td>2</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=462190">friznog19|HLP</a></td>
  <td align="center">462190</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Peanut Butter Exploders">Peanut Butter Exploders</a></td>
  <td align="center">42987</td>
  <td>PBE</td>
  <td align="right">1</td>
 </tr> 
<tr>
  <td>3</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</a></td>
  <td align="center">491546</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Temptation Meow">Temptation Meow</a></td>
  <td align="center">44521</td>
  <td>MEW</td>
  <td align="right">18</td>
 </tr> 
<tr>
  <td>4</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=697495">starsnostars</a></td>
  <td align="center">697495</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Hamilton Roadhogs">Hamilton Roadhogs</a></td>
  <td align="center">47626</td>
  <td>HAM</td>
  <td align="right">3</td>
 </tr> 
<tr>
  <td>5</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=45280">yu gi knight</a></td>
  <td align="center">45280</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Saskatoon Tide">Saskatoon Tide</a></td>
  <td align="center">1558</td>
  <td>SKT</td>
  <td align="right">9</td>
 </tr> 
<tr>
  <td>6</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</a></td>
  <td align="center">258971</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Frugalites">Frugalites</a></td>
  <td align="center">3838</td>
  <td>FRU</td>
  <td align="right">14</td>
 </tr> 
<tr>
  <td>7</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686207">Brenzen00</a></td>
  <td align="center">686207</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Jurassic Park Dinos">Jurassic Park Dinos</a></td>
  <td align="center">3828</td>
  <td>JPD</td>
  <td align="right">17</td>
 </tr> 
<tr>
  <td>8</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=552614">dehd195</a></td>
  <td align="center">552614</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=East End Boys">East End Boys</a></td>
  <td align="center">48248</td>
  <td>EEB</td>
  <td align="right">5</td>
 </tr> 
<tr>
  <td>9</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=374831">Stefman454</a></td>
  <td align="center">374831</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=The Edmonchuck Woodchuckers">The Edmonchuck Woodchuckers</a></td>
  <td align="center">22155</td>
  <td>EDM</td>
  <td align="right">7</td>
 </tr> 
<tr>
  <td>10</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=636481">simonhockey89</a></td>
  <td align="center">636481</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Spruce Monkeys">Spruce Monkeys</a></td>
  <td align="center">34910</td>
  <td>SPR</td>
  <td align="right">2</td>
 </tr> 
<tr>
  <td>11</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700338">Mohack</a></td>
  <td align="center">700338</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Oka Scalpers">Oka Scalpers</a></td>
  <td align="center">41048</td>
  <td>OKA</td>
  <td align="right">8</td>
 </tr> 
<tr>
  <td>12</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</a></td>
  <td align="center">407756</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Wahoo Porkswords">Wahoo Porkswords</a></td>
  <td align="center">3797</td>
  <td>WAH</td>
  <td align="right">10</td>
 </tr> 
<tr>
  <td>13</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=369358">sean84</a></td>
  <td align="center">369358</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Miley Cyrus HC">Miley Cyrus HC</a></td>
  <td align="center">36111</td>
  <td>MIL</td>
  <td align="right">20</td>
 </tr> 
<tr>
  <td>14</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</a></td>
  <td align="center">664204</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Wesley Crushers">Wesley Crushers</a></td>
  <td align="center">47972</td>
  <td>WES</td>
  <td align="right">12</td>
 </tr> 
<tr>
  <td>15</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</a></td>
  <td align="center">375878</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Ovechkin Laich Semin">Ovechkin Laich Semin</a></td>
  <td align="center">3808</td>
  <td>OLS</td>
  <td align="right">15</td>
 </tr> 
<tr>
  <td>16</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</a></td>
  <td align="center">206841</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Calgary Wire Flyers">Calgary Wire Flyers</a></td>
  <td align="center">3798</td>
  <td>CWF</td>
  <td align="right">11</td>
 </tr> 
<tr>
  <td>17</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=712360">Kazuzu</a></td>
  <td align="center">712360</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Kazopolis Rangers">Kazopolis Rangers</a></td>
  <td align="center">811</td>
  <td>KAZ</td>
  <td align="right">16</td>
 </tr> 
<tr>
  <td>18</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=667708">djeeyeff</a></td>
  <td align="center">667708</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Montbec Nordiens">Montbec Nordiens</a></td>
  <td align="center">3831</td>
  <td>MON</td>
  <td align="right">6</td>
 </tr> 
<tr>
  <td>19</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=539110">PeaceOut64</a></td>
  <td align="center">539110</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=X-Men">X-Men</a></td>
  <td align="center">36184</td>
  <td>XMN</td>
  <td align="right">19</td>
 </tr> 
<tr>
  <td>20</td>
  <td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=642540">kaden66</a></td>
  <td align="center">642540</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=Kades Killas">Kades Killas</a></td>
  <td align="center">44355</td>
  <td>KAD</td>
  <td align="right">4</td>
 </tr> 
</table>
</html>
*"""*""" - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Friday, August 24, 2018.  That is, those players who will be 22 or younger for HA season 74.
*"""**""" - Removed Division as a table heading as of YGT 58.
Tournament Participants (#59)
<html>
<table>
<tr>
<th>Sign-Up Order</th>
<th align="right">Manager</th>
<th>M ID</th>
<th align="right">Team</th>
<th>T ID</th>
<th>Abbr.</th>
<th>Seed*</th>
</tr>
<tr>
<td align="right">1</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=697495">starsnostars</td>
<td align="center">697495</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47626">Hamilton Roadhogs</td>
<td align="center">47626</td>
<td>HAM</td>
<td align="right">8</td>
</tr>
<tr>
<td align="right">2</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=490457">ByteMe</td>
<td align="center">490457</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=51984">The Hooligans</td>
<td align="center">51984</td>
<td>HOO</td>
<td align="right">2</td>
</tr>
<tr>
<td align="right">3</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=712360">Kazuzu</td>
<td align="center">712360</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=811">Kazopolis Rangers</td>
<td align="center">811</td>
<td>KAZ</td>
<td align="right">16</td>
</tr>
<tr>
<td align="right">4</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686207">Brenzen00</td>
<td align="center">686207</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3828">Jurassic Park Dinos</td>
<td align="center">3828</td>
<td>JPD</td>
<td align="right">14</td>
</tr>
<tr>
<td align="right">5</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=552614">dehd195</td>
<td align="center">552614</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=48248">East End Boys</td>
<td align="center">48248</td>
<td>EEB</td>
<td align="right">5</td>
</tr>
<tr>
<td align="right">6</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</td>
<td align="center">491546</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</td>
<td align="center">44521</td>
<td>MEW</td>
<td align="right">17</td>
</tr>
<tr>
<td align="right">7</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=235238">Da-Mone</td>
<td align="center">235238</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=32986">The Van Nuys Wolves</td>
<td align="center">32986</td>
<td>VNW</td>
<td align="right">15</td>
</tr>
<tr>
<td align="right">8</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=369358">sean84</td>
<td align="center">369358</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=36111">Miley Cyrus HC</td>
<td align="center">36111</td>
<td>MIL</td>
<td align="right">18</td>
</tr>
<tr>
<td align="right">9</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</td>
<td align="center">375878</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</td>
<td align="center">3808</td>
<td>OLS</td>
<td align="right">3</td>
</tr>
<tr>
<td align="right">10</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=45280">yu gi knight</td>
<td align="center">45280</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=1558">Saskatoon Tide</td>
<td align="center">1558</td>
<td>SKT</td>
<td align="right">12</td>
</tr>
<tr>
<td align="right">11</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</td>
<td align="center">664204</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Wesley Crushers</td>
<td align="center">47972</td>
<td>WES</td>
<td align="right">10</td>
</tr>
<tr>
<td align="right">12</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</td>
<td align="center">407756</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</td>
<td align="center">3797</td>
<td>WAH</td>
<td align="right">6</td>
</tr>
<tr>
<td align="right">13</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700338">Mohack</td>
<td align="center">700338</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41048">Oka Scalpers</td>
<td align="center">41048</td>
<td>OKA</td>
<td align="right">9</td>
</tr>
<tr>
<td align="right">14</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=667708">djeeyeff</td>
<td align="center">667708</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3831">Montbec Nordiens</td>
<td align="center">3831</td>
<td>MON</td>
<td align="right">4</td>
</tr>
<tr>
<td align="right">15</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</td>
<td align="center">206841</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</td>
<td align="center">3798</td>
<td>CWF</td>
<td align="right">7</td>
</tr>
<tr>
<td align="right">16</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</td>
<td align="center">258971</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</td>
<td align="center">3838</td>
<td>FRU</td>
<td align="right">11</td>
</tr>
<tr>
<td align="right">17</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=539110">PeaceOut64</td>
<td align="center">539110</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=36184">X-Men</td>
<td align="center">36184</td>
<td>XMN</td>
<td align="right">13</td>
</tr>
<tr>
<td align="right">18</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=642540">kaden66</td>
<td align="center">642540</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44355">Kades Killas</td>
<td align="center">44355</td>
<td>KAD</td>
<td align="right">1</td>
</tr>

</table>
</html>
* - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Friday, November 2, 2018.  That is, those players who will be 22 or younger for HA season 77.
[[Young Guns Schedule|YoungGunsSchedule060]]

Tournament Participants (#60)
<html>
<table>
<tr>
<th>Sign-Up Order</th>
<th align="right">Manager</th>
<th>M ID</th>
<th align="right">Team</th>
<th>T ID</th>
<th>Abbr.</th>
<th>Seed*</th>
</tr>
<tr>
<td align="right">1</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=490457">ByteMe</td>
<td align="center">490457</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=51984">The Hooligans</td>
<td align="center">51984</td>
<td>HOO</td>
<td align="right">9</td>
</tr>
<tr>
<td align="right">2</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">robotco</td>
<td align="center">491546</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44521">Temptation Meow</td>
<td align="center">44521</td>
<td>MEW</td>
<td align="right">15</td>
</tr>
<tr>
<td align="right">3</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=686207">Brenzen00</td>
<td align="center">686207</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3828">Notre Dame Hounds</td>
<td align="center">3828</td>
<td>JPD</td>
<td align="right">7</td>
</tr>
<tr>
<td align="right">4</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=369358">sean84</td>
<td align="center">369358</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=36111">Miley Cyrus HC</td>
<td align="center">36111</td>
<td>MIL</td>
<td align="right">6</td>
</tr>
<tr>
<td align="right">5</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</td>
<td align="center">375878</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3808">Ovechkin Laich Semin</td>
<td align="center">3808</td>
<td>OLS</td>
<td align="right">3</td>
</tr>
<tr>
<td align="right">6</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=697495">starsnostars</td>
<td align="center">697495</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47626">Hamilton Roadhogs</td>
<td align="center">47626</td>
<td>HAM</td>
<td align="right">10</td>
</tr>
<tr>
<td align="right">7</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</td>
<td align="center">407756</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3797">Wahoo Porkswords</td>
<td align="center">3797</td>
<td>WAH</td>
<td align="right">11</td>
</tr>
<tr>
<td align="right">8</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</td>
<td align="center">258971</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3838">Frugalites</td>
<td align="center">3838</td>
<td>FRU</td>
<td align="right">12</td>
</tr>
<tr>
<td align="right">9</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=235238">Da-Mone</td>
<td align="center">235238</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=32986">The Van Nuys Wolves</td>
<td align="center">32986</td>
<td>VNW</td>
<td align="right">14</td>
</tr>
<tr>
<td align="right">10</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</td>
<td align="center">664204</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=47972">Havana Tropicals</td>
<td align="center">47972</td>
<td>TRO</td>
<td align="right">5</td>
</tr>
<tr>
<td align="right">11</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=552614">dehd195</td>
<td align="center">552614</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=48248">East End Boys</td>
<td align="center">48248</td>
<td>EEB</td>
<td align="right">8</td>
</tr>
<tr>
<td align="right">12</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=700338">Mohack</td>
<td align="center">700338</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=41048">Oka Scalpers</td>
<td align="center">41048</td>
<td>OKA</td>
<td align="right">17</td>
</tr>
<tr>
<td align="right">13</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=642540">kaden66</td>
<td align="center">642540</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=44355">Kades Killas</td>
<td align="center">44355</td>
<td>KAD</td>
<td align="right">1</td>
</tr>
<tr>
<td align="right">14</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=539110">PeaceOut64</td>
<td align="center">539110</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=36184">X-Men</td>
<td align="center">36184</td>
<td>XMN</td>
<td align="right">4</td>
</tr>
<tr>
<td align="right">15</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=206841">Temm</td>
<td align="center">206841</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3798">Calgary Wire Flyers</td>
<td align="center">3798</td>
<td>CWF</td>
<td align="right">2</td>
</tr>
<tr>
<td align="right">16</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=667708">djeeyeff</td>
<td align="center">667708</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3831">Montbec Nordiens</td>
<td align="center">3831</td>
<td>MON</td>
<td align="right">13</td>
</tr>
<tr>
<td align="right">17</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=631437">Cloverfield</td>
<td align="center">631437</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3790">GreenWood Loggers</td>
<td align="center">3790</td>
<td>LOG</td>
<td align="right">18</td>
</tr>
<tr>
<td align="right">18</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=45280">yu gi knight</td>
<td align="center">45280</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=1558">Saskatoon Tide</td>
<td align="center">1558</td>
<td>SKT</td>
<td align="right">16</td>
</tr>

</table>
</html>
* - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Sunday, January 13, 2018.  That is, those players who will be 22 or younger for HA season 78.
NOTE: Wesley Crushers name changed to Havana Tropicals on Wed Jan 23.
NOTE: Jurassic Park Dinos name changed to Notre Dame Hounds on Sun Feb 10.
[[Young Guns Schedule|YoungGunsSchedule061]]

Tournament Participants (#61)
<html>
<table>
<tr>
<th>Sign-Up Order</th>
<th align="right">Team</th>
<th>T ID</th>
<th align="right">Manager</th>
<th>M ID</th>
<th>Abbr.</th>
<th>Seed*</th>
</tr>
<tr>
<td align="right">18</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=21678">Polar Bears</td>
<td align="center">21678</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=670416">Promethee</td>
<td align="center">670416</td>
<td>POL</td>
<td align="right">1</td>
</tr>
<tr>
<td align="right">9</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47972">Havana Tropicals</td>
<td align="center">47972</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=664204">Spuddy</td>
<td align="center">664204</td>
<td>TRO</td>
<td align="right">2</td>
</tr>
<tr>
<td align="right">4</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3798">Calgary Wire Flyers</td>
<td align="center">3798</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=206841">Temm</td>
<td align="center">206841</td>
<td>CWF</td>
<td align="right">3</td>
</tr>
<tr>
<td align="right">3</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3828">Notre Dame Hounds</td>
<td align="center">3828</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=686207">Brenzen00</td>
<td align="center">686207</td>
<td>NDH</td>
<td align="right">4</td>
</tr>
<tr>
<td align="right">12</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3797">Wahoo Porkswords</td>
<td align="center">3797</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=407756">Cal10</td>
<td align="center">407756</td>
<td>WAH</td>
<td align="right">5</td>
</tr>
<tr>
<td align="right">1</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3831">Montbec Nordiens</td>
<td align="center">3831</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=667708">djeeyeff</td>
<td align="center">667708</td>
<td>MON</td>
<td align="right">6</td>
</tr>
<tr>
<td align="right">8</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=36111">Miley Cyrus HC</td>
<td align="center">36111</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=369358">sean84</td>
<td align="center">369358</td>
<td>MIL</td>
<td align="right">7</td>
</tr>
<tr>
<td align="right">15</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=14931">Saskatoon Slough Sharks</td>
<td align="center">14931</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=635623">hrocker</td>
<td align="center">635623</td>
<td>SSS</td>
<td align="right">8</td>
</tr>
<tr>
<td align="right">6</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3838">Frugalites</td>
<td align="center">3838</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=258971">dealforme</td>
<td align="center">258971</td>
<td>FRU</td>
<td align="right">9</td>
</tr>
<tr>
<td align="right">7</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=44521">Temptation Meow</td>
<td align="center">44521</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=491546">robotco</td>
<td align="center">491546</td>
<td>MEW</td>
<td align="right">10</td>
</tr>
<tr>
<td align="right">5</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=32986">The Van Nuys Wolves</td>
<td align="center">32986</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=235238">Da-Mone</td>
<td align="center">235238</td>
<td>VNW</td>
<td align="right">11</td>
</tr>
<tr>
<td align="right">14</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=41048">Oka Scalpers</td>
<td align="center">41048</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=700338">Mohack</td>
<td align="center">700338</td>
<td>OKA</td>
<td align="right">12</td>
</tr>
<tr>
<td align="right">10</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3808">Ovechkin Laich Semin</td>
<td align="center">3808</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=375878">Earl</td>
<td align="center">375878</td>
<td>OLS</td>
<td align="right">13</td>
</tr>
<tr>
<td align="right">2</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3793">Little Caesars</td>
<td align="center">3793</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=621922">Caesar54</td>
<td align="center">621922</td>
<td>LIT</td>
<td align="right">14</td>
</tr>
<tr>
<td align="right">13</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=41290">Les Limes</td>
<td align="center">41290</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=715635">zentaurs</td>
<td align="center">715635</td>
<td>LIM</td>
<td align="right">15</td>
</tr>
<tr>
<td align="right">11</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47567">PEI Potatoskins</td>
<td align="center">47567</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=626939">reider</td>
<td align="center">626939</td>
<td>PEI</td>
<td align="right">16</td>
</tr>
<tr>
<td align="right">17</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=1558">Saskatoon Tide</td>
<td align="center">1558</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=45280">yu gi knight</td>
<td align="center">45280</td>
<td>SKT</td>
<td align="right">17</td>
</tr>
<tr>
<td align="right">16</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3790">GreenWood Loggers</td>
<td align="center">3790</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=631437">Cloverfield</td>
<td align="center">631437</td>
<td>LOG</td>
<td align="right">18</td>
</tr>
</table>
</html>
* - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Sunday, March 17, 2019.  That is, those players who will be 22 or younger for HA season 78.
Tournament Participants (#62)
<html> 
<table>
<tr>
<th>Sign-Up Order</th>
<th align="right">Team</th>
<th>T ID</th>
<th align="right">Manager</th>
<th>M ID</th>
<th>Abbr.</th>
<th>Seed*</th>
</tr>
<tr>
<td align="right">2</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3828">Notre Dame Hounds</td>
<td align="center">3828</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=686207">Brenzen00</td>
<td align="center">686207</td>
<td>NDH</td>
<td align="right">1</td>
</tr>
<tr>
<td align="right">6</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=14931">Saskatoon Slough Sharks</td>
<td align="center">14931</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=635623">hrocker</td>
<td align="center">635623</td>
<td>SSS</td>
<td align="right">2</td>
</tr>
<tr>
<td align="right">7</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3797">Wahoo Porkswords</td>
<td align="center">3797</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=407756">Cal10</td>
<td align="center">407756</td>
<td>WAH</td>
<td align="right">3</td>
</tr>
<tr>
<td align="right">8</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=36111">Miley Cyrus HC</td>
<td align="center">36111</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=369358">sean84</td>
<td align="center">369358</td>
<td>MIL</td>
<td align="right">4</td>
</tr>
<tr>
<td align="right">5</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3798">Calgary Wire Flyers</td>
<td align="center">3798</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=206841">Temm</td>
<td align="center">206841</td>
<td>CWF</td>
<td align="right">5</td>
</tr>
<tr>
<td align="right">1</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3808">Ovechkin Laich Semin</td>
<td align="center">3808</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=375878">Earl</td>
<td align="center">375878</td>
<td>OLS</td>
<td align="right">6</td>
</tr>
<tr>
<td align="right">4</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47567">PEI Potatoskins</td>
<td align="center">47567</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=626939">reider</td>
<td align="center">626939</td>
<td>PEI</td>
<td align="right">7</td>
</tr>
<tr>
<td align="right">11</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3838">Frugalites</td>
<td align="center">3838</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=258971">dealforme</td>
<td align="center">258971</td>
<td>FRU</td>
<td align="right">8</td>
</tr>
<tr>
<td align="right">9</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=44521">Temptation Meow</td>
<td align="center">44521</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=491546">robotco</td>
<td align="center">491546</td>
<td>MEW</td>
<td align="right">9</td>
</tr>
<tr>
<td align="right">3</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47972">Havana Tropicals</td>
<td align="center">47972</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=664204">Spuddy</td>
<td align="center">664204</td>
<td>TRO</td>
<td align="right">10</td>
</tr>
<tr>
<td align="right">12</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3793">Little Caesars</td>
<td align="center">3793</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=621922">Caesar54</td>
<td align="center">621922</td>
<td>LIT</td>
<td align="right">11</td>
</tr>
<tr>
<td align="right">10</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=22182">LumberJacks</td>
<td align="center">22182</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=591412">Macos</td>
<td align="center">591412</td>
<td>LUM</td>
<td align="right">12</td>
</tr>
</table>
</html>
* - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Sunday, June 3, 2019.  That is, those players who will be 22 or younger for HA season 79.
[[Young Guns Tournament|YoungGunsHistory]]

Tournament Participants (#63)
<html> 
<table>
<tr>
<th>Sign-Up Order</th>
<th align="right">Team</th>
<th>T ID</th>
<th align="right">Manager</th>
<th>M ID</th>
<th>Abbr.</th>
<th>Seed*</th>
</tr>
<tr>
<td align="right">8</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=14931">Saskatoon Slough Sharks</td>
<td align="center">14931</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=635623">hrocker</td>
<td align="center">635623</td>
<td>SSS</td>
<td align="right">1</td>
</tr>
<tr>
<td align="right">4</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47972">Havana Tropicals</td>
<td align="center">47972</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=664204">Spuddy</td>
<td align="center">664204</td>
<td>TRO</td>
<td align="right">2</td>
</tr>
<tr>
<td align="right">3</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3808">Ovechkin Laich Semin</td>
<td align="center">3808</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=375878">Earl</td>
<td align="center">375878</td>
<td>OLS</td>
<td align="right">3</td>
</tr>
<tr>
<td align="right">5</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=36111">Miley Cyrus HC</td>
<td align="center">36111</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=369358">sean84</td>
<td align="center">369358</td>
<td>MIL</td>
<td align="right">4</td>
</tr>
<tr>
<td align="right">9</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3798">Calgary Wire Flyers</td>
<td align="center">3798</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=206841">Temm</td>
<td align="center">206841</td>
<td>CWF</td>
<td align="right">5</td>
</tr>
<tr>
<td align="right">12</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47567">PEI Potatoskins</td>
<td align="center">47567</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=626939">reider</td>
<td align="center">626939</td>
<td>PEI</td>
<td align="right">6</td>
</tr>
<tr>
<td align="right">7</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=32986">The Van Nuys Wolves🇨🇦</td>
<td align="center">32986</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=235238">Da-Mone</td>
<td align="center">235238</td>
<td>VNW</td>
<td align="right">7</td>
</tr>
<tr>
<td align="right">10</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3793">Little Caesars</td>
<td align="center">3793</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=621922">Caesar54</td>
<td align="center">621922</td>
<td>LIT</td>
<td align="right">8</td>
</tr>
<tr>
<td align="right">11</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3838">Frugalites</td>
<td align="center">3838</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=258971">dealforme</td>
<td align="center">258971</td>
<td>FRU</td>
<td align="right">9</td>
</tr>
<tr>
<td align="right">2</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=44521">Temptation Meow</td>
<td align="center">44521</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=491546">robotco</td>
<td align="center">491546</td>
<td>MEW</td>
<td align="right">10</td>
</tr>
<tr>
<td align="right">1</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=22182">LumberJacks</td>
<td align="center">22182</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=591412">Macos</td>
<td align="center">591412</td>
<td>LUM</td>
<td align="right">11</td>
</tr>
<tr>
<td align="right">6</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3797">Wahoo Porkswords</td>
<td align="center">3797</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=407756">Cal10</td>
<td align="center">407756</td>
<td>WAH</td>
<td align="right">12</td>
</tr>
</table>
</html>
* - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Saturday, August 10, 2019.  That is, those players who will be 22 or younger for HA season 80.
[[Young Guns Tournament|YoungGunsSchedule064]] 
 
Tournament Participants (#64)
<html>
<table>
<tr>
<th>Sign-Up Order</th>
<th align="right">Manager</th>
<th>M ID</th>
<th align="right">Team</th>
<th>T ID</th>
<th>Abbr.</th>
<th>Seed*</th>
</tr>
<tr>
<td align="right">8</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47972">Havana Tropicals</td>
<td align="center">47972</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=664204">Spuddy</td>
<td align="center">664204</td>
<td>TRO</td>
<td align="right">1</td>
</tr>
<tr>
<td align="right">14</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=14931">Saskatoon Slough Sharks</td>
<td align="center">14931</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=635623">hrocker</td>
<td align="center">635623</td>
<td>SSS</td>
<td align="right">2</td>
</tr>
<tr>
<td align="right">10</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3797">Wahoo Porkswords</td>
<td align="center">3797</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=407756">Cal10</td>
<td align="center">407756</td>
<td>WAH</td>
<td align="right">3</td>
</tr>
<tr>
<td align="right">4</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=22182">LumberJacks</td>
<td align="center">22182</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=591412">Macos</td>
<td align="center">591412</td>
<td>LUM</td>
<td align="right">4</td>
</tr>
<tr>
<td align="right">7</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47567">PEI Potatoskins</td>
<td align="center">47567</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=626939">reider</td>
<td align="center">626939</td>
<td>PEI</td>
<td align="right">5</td>
</tr>
<tr>
<td align="right">9</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3798">Calgary Wire Flyers</td>
<td align="center">3798</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=206841">Temm</td>
<td align="center">206841</td>
<td>CWF</td>
<td align="right">6</td>
</tr>
<tr>
<td align="right">12</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3793">Little Caesars</td>
<td align="center">3793</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=621922">Caesar54</td>
<td align="center">621922</td>
<td>LIT</td>
<td align="right">7</td>
</tr>
<tr>
<td align="right">2</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=44521">Temptation Meow</td>
<td align="center">44521</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=491546">robotco</td>
<td align="center">491546</td>
<td>MEW</td>
<td align="right">8</td>
</tr>
<tr>
<td align="right">3</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=54331">StJean Lynx</td>
<td align="center">54331</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=669682">gigi</td>
<td align="center">669682</td>
<td>SJL</td>
<td align="right">9</td>
</tr>
<tr>
<td align="right">1</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=34915">Entropians</td>
<td align="center">34915</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=290091">Stile</td>
<td align="center">290091</td>
<td>ENT</td>
<td align="right">10</td>
</tr>
<tr>
<td align="right">11</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3838">Frugalites</td>
<td align="center">3838</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=258971">dealforme</td>
<td align="center">258971</td>
<td>FRU</td>
<td align="right">11</td>
</tr>
<tr>
<td align="right">5</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=32986">The Van Nuys WolvesCA</td>
<td align="center">32986</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=235238">Da-Mone</td>
<td align="center">235238</td>
<td>VNW</td>
<td align="right">12</td>
</tr>
<tr>
<td align="right">13</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3808">Ovechkin Laich Semin</td>
<td align="center">3808</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=375878">Earl</td>
<td align="center">375878</td>
<td>OLS</td>
<td align="right">13</td>
</tr>
<tr>
<td align="right">6</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3839">Jammers</td>
<td align="center">3839</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=598509">Jimmys</td>
<td align="center">598509</td>
<td>JAM</td>
<td align="right">14</td>
</tr>
<tr>

</table>
</html>
* - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Sunday, October 22, 2019.  That is, those players who will be 22 or younger for HA season 81.
[[Young Guns Tournament|YoungGunsHistory]]

Tournament Participants (#65)
<html>
<table>
<tr>
<th>Sign-Up Order</th>
<th align="right">Manager</th>
<th>M ID</th>
<th align="right">Team</th>
<th>T ID</th>
<th>Abbr.</th>
<th>Seed*</th>
</tr>
<tr>
<td align="right">5</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=22182">LumberJacks</td>
<td align="center">22182</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=591412">Macos</td>
<td align="center">591412</td>
<td>LUM</td>
<td align="right">1</td>
</tr>
<tr>
<td align="right">12</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3793">Little Caesars</td>
<td align="center">3793</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=621922">Caesar54</td>
<td align="center">621922</td>
<td>LIT</td>
<td align="right">2</td>
</tr>
<tr>
<td align="right">6</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3797">Wahoo Porkswords</td>
<td align="center">3797</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=407756">Cal10</td>
<td align="center">407756</td>
<td>WAH</td>
<td align="right">3</td>
</tr>
<tr>
<td align="right">8</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=54331">StJean Lynx</td>
<td align="center">54331</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=669682">gigi</td>
<td align="center">669682</td>
<td>SJL</td>
<td align="right">4</td>
</tr>
<tr>
<td align="right">11</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3798">Every Gate</td>
<td align="center">3798</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=206841">Temm</td>
<td align="center">206841</td>
<td>EG</td>
<td align="right">5</td>
</tr>
<tr>
<td align="right">3</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47567">PEI Potatoskins</td>
<td align="center">47567</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=626939">reider</td>
<td align="center">626939</td>
<td>PEI</td>
<td align="right">6</td>
</tr>
<tr>
<td align="right">7</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=34915">Entropians</td>
<td align="center">34915</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=290091">Stile</td>
<td align="center">290091</td>
<td>ENT</td>
<td align="right">7</td>
</tr>
<tr>
<td align="right">4</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3808">Ovechkin Laich Semin</td>
<td align="center">3808</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=375878">Earl</td>
<td align="center">375878</td>
<td>OLS</td>
<td align="right">8</td>
</tr>
<tr>
<td align="right">1</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3839">Jammers</td>
<td align="center">3839</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=598509">Jimmys</td>
<td align="center">598509</td>
<td>JAM</td>
<td align="right">9</td>
</tr>
<tr>
<td align="right">9</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3838">Frugalites</td>
<td align="center">3838</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=258971">dealforme</td>
<td align="center">258971</td>
<td>FRU</td>
<td align="right">10</td>
</tr>
<tr>
<td align="right">2</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=44521">Temptation Meow</td>
<td align="center">44521</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=491546">robotco</td>
<td align="center">491546</td>
<td>MEW</td>
<td align="right">11</td>
</tr>
<tr>
<td align="right">10</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47972">Havana Tropicals</td>
<td align="center">47972</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=664204">Spuddy</td>
<td align="center">664204</td>
<td>TRO</td>
<td align="right">12</td>
</tr>
<tr>
<td align="right"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id="></td>
<td align="center"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id="></td>
<td align="center"></td>
<td></td>
<td align="right"></td>
</tr>
<tr>
<td align="right"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id="></td>
<td align="center"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id="></td>
<td align="center"></td>
<td></td>
<td align="right"></td>
</tr>
<tr>
<td align="right"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id="></td>
<td align="center"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id="></td>
<td align="center"></td>
<td></td>
<td align="right"></td>
</tr>
<tr>
<td align="right"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id="></td>
<td align="center"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id="></td>
<td align="center"></td>
<td></td>
<td align="right"></td>
</tr>
<tr>
<td align="right"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id="></td>
<td align="center"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id="></td>
<td align="center"></td>
<td></td>
<td align="right"></td>
</tr>
<tr>
<td align="right"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id="></td>
<td align="center"></td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id="></td>
<td align="center"></td>
<td></td>
<td align="right"></td>
</tr>

</table>
</html>

* - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Saturday, December 21, 2019.  That is, those players who will be 22 or younger for HA season 82.
[[Young Guns Tournament|YoungGunsHistory]]
 
Tournament Participants (#66)
<html>
<table>
<tr>
<th>Sign-Up Order</th>
<th align="right">Manager</th>
<th>M ID</th>
<th align="right">Team</th>
<th>T ID</th>
<th>Abbr.</th>
<th>Seed*</th>
</tr>
<tr>
<td align="right">10</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3793">Little Caesars</td>
<td align="center">3793</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=621922">Caesar54</td>
<td align="center">621922</td>
<td>LIT</td>
<td align="right">1</td>
</tr>
<tr>
<td align="right">2</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3839">Jammers</td>
<td align="center">3839</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=598509">Jimmys</td>
<td align="center">598509</td>
<td>JAM</td>
<td align="right">2</td>
</tr>
<tr>
<td align="right">8</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=34915">Entropians</td>
<td align="center">34915</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=290091">Stile</td>
<td align="center">290091</td>
<td>ENT</td>
<td align="right">3</td>
</tr>
<tr>
<td align="right">1</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=22182">LumberJacks</td>
<td align="center">22182</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=591412">Macos</td>
<td align="center">591412</td>
<td>LUM</td>
<td align="right">4</td>
</tr>
<tr>
<td align="right">7</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47567">PEI Potatoskins</td>
<td align="center">47567</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=626939">reider</td>
<td align="center">626939</td>
<td>PEI</td>
<td align="right">5</td>
</tr>
<tr>
<td align="right">3</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=54331">StJean Lynx</td>
<td align="center">54331</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=669682">gigi</td>
<td align="center">669682</td>
<td>SJL</td>
<td align="right">6</td>
</tr>
<tr>
<td align="right">12</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3798">Every Gate</td>
<td align="center">3798</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=206841">Temm</td>
<td align="center">206841</td>
<td>EG</td>
<td align="right">7</td>
</tr>
<tr>
<td align="right">6</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3808">Ovechkin Laich Semin</td>
<td align="center">3808</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=375878">Earl</td>
<td align="center">375878</td>
<td>OLS</td>
<td align="right">8</td>
</tr>
<tr>
<td align="right">4</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=44521">Temptation Meow</td>
<td align="center">44521</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=491546">robotco</td>
<td align="center">491546</td>
<td>MEW</td>
<td align="right">9</td>
</tr>
<tr>
<td align="right">5</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3838">Frugalites</td>
<td align="center">3838</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=258971">dealforme</td>
<td align="center">258971</td>
<td>FRU</td>
<td align="right">10</td>
</tr>
<tr>
<td align="right">11</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47972">Havana Tropicals</td>
<td align="center">47972</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=664204">Spuddy</td>
<td align="center">664204</td>
<td>TRO</td>
<td align="right">11</td>
</tr>
<tr>
<td align="right">9</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3797">Wahoo Porkswords</td>
<td align="center">3797</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=407756">Cal10</td>
<td align="center">407756</td>
<td>WAH</td>
<td align="right">12</td>
</tr>
</table>
</html>
* - Seed has been determined by the order of the average AI of the top 22 (or less) youths aged 21 or younger on Saturday, March 7, 2020.  That is, those players who will be 22 or younger for HA season 83.  Note: This season's ranks may be wildly mismatched compared to previous seasons due to the introduction of C teams.  Some higher ranked teams may not perform well during the season if they moved their Young Guns down to the C team.
[[Young Guns Tournament|YoungGunsHistory]]

Tournament Participants (#67)
<html>
<table>
<tr>
<th>Sign-Up Order</th>
<th align="right">Manager</th>
<th>M ID</th>
<th align="right">Team</th>
<th>T ID</th>
<th>Abbr.</th>
<th>Seed*</th>
</tr>
<tr>
<td align="right">3</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=591412">Macos</td>
<td align="center">591412</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=22182">LumberJacks</td>
<td align="center">22182</td>
<td>LUM</td>
<td align="right">1</td>
</tr>
<tr>
<td align="right">5</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=621922">Caesar54</td>
<td align="center">621922</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3793">Little Caesars</td>
<td align="center">3793</td>
<td>LIT</td>
<td align="right">2</td>
</tr>
<tr>
<td align="right">11</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=290091">Stile</td>
<td align="center">290091</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=34915">Entropians</td>
<td align="center">34915</td>
<td>ENT</td>
<td align="right">3</td>
</tr>
<tr>
<td align="right">12</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=669682">gigi</td>
<td align="center">669682</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=54331">StJean Lynx</td>
<td align="center">54331</td>
<td>SJL</td>
<td align="right">4</td>
</tr>
<tr>
<td align="right">2</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=598509">Jimmys</td>
<td align="center">598509</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=3839">Jammers</td>
<td align="center">3839</td>
<td>JAM</td>
<td align="right">5</td>
</tr>
<tr>
<td align="right">9</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=491546">**robotco</td>
<td align="center">491546</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=60577">Temptation Meow - U23</td>
<td align="center">60577</td>
<td>MEW</td>
<td align="right">6</td>
</tr>
<tr>
<td align="right">7</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=375878">Earl</td>
<td align="center">375878</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=61309">Ovechkin Laich Semin - U23</td>
<td align="center">61309</td>
<td>OLS</td>
<td align="right">7</td>
</tr>
<tr>
<td align="right">4</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=407756">Cal10</td>
<td align="center">407756</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=60930">Wahoo Porkswords - U23</td>
<td align="center">60930</td>
<td>WAH</td>
<td align="right">8</td>
</tr>
<tr>
<td align="right">8</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=664204">Spuddy</td>
<td align="center">664204</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=61277">Havana Tropicals - U23</td>
<td align="center">61277</td>
<td>TRO</td>
<td align="right">9</td>
</tr>
<tr>
<td align="right">6</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=258971">dealforme</td>
<td align="center">258971</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=60255">Frugalites - U23</td>
<td align="center">60255</td>
<td>FRU</td>
<td align="right">10</td>
</tr>
<tr>
<td align="right">10</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=626939">reider</td>
<td align="center">626939</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=61682">PEI Potatoskins - U23</td>
<td align="center">61682</td>
<td>PEI</td>
<td align="right">11</td>
</tr>
<tr>
<td align="right">1</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=150288">jetsdude</td>
<td align="center">150288</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=59480">HC Winnipeg - U23</td>
<td align="center">59480</td>
<td>HCW</td>
<td align="right">12</td>
</tr>
<tr>
<td align="right">13</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=697495">starsnostars</td>
<td align="center">697495</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=61850">Hamilton Roadhogs - U23</td>
<td align="center">61850</td>
<td>HCW</td>
<td align="right">UR</td>
</tr>
</table>
</html>


*  *Seed has been determined by the order of the average AI of the top 18 (or less) youths aged 22 or younger on Wednesday, May 20, 2020.  That is, those players who will be 23 or younger for HA season 84.  Note: This season's ranks may be wildly mismatched compared to previous seasons due to the introduction of U23 teams and not being able to utilize Temm's information to produce rankings.

* **robotco hung up the skates in hockeyarena.  As a result, starsnostars has submitted their U23 team to take their place.  Week 1 has already transpired.  All remaining games will be scheduled with starsnostars U23 team.  For the week 1 game, Frugalites has been awarded a default win for now, but if a matchup can be played between Hamilton Roadhogs - U23 and Frugalites - U23 that game will count.
[[Young Guns Tournament|YoungGunsHistory]]

Tournament Participants (#68)
<html>
<table>
<tr>
<th>Sign-Up Order</th>
<th align="right">Manager</th>
<th>M ID</th>
<th align="right">Team</th>
<th>T ID</th>
<th>Abbr.</th>
<th>Seed*</th>
</tr>
<tr>
<td align="right">1</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=59480">HC Winnipeg - U23</td>
<td align="center">59480</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=150288">jetsdude</td>
<td align="center">150288</td>
<td>HCW</td>
<td align="right"></td>
</tr>
<tr>
<td align="right">2</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=47626">Hamilton Roadhogs</td>
<td align="center">47626</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=697495">starsnostars</td>
<td align="center">697495</td>
<td>HAM</td>
<td align="right"></td>
</tr>
<tr>
<td align="right">3</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=3839">Jammers</td>
<td align="center">3839</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=598509">Jimmys</td>
<td align="center">598509</td>
<td>JAM</td>
<td align="right"></td>
</tr>
<tr>
<td align="right">4</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=61309">Ovechkin Laich Semin - U23</td>
<td align="center">61309</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=375878">Earl</td>
<td align="center">375878</td>
<td>OLS</td>
<td align="right"></td>
</tr>
<tr>
<td align="right">5</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=61277">Havana Tropicals - U23</td>
<td align="center">61277</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=664204">Spuddy</td>
<td align="center">664204</td>
<td>TRO</td>
<td align="right"></td>
</tr>
<tr>
<td align="right">6</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=60930">Wahoo Porkswords - U23</td>
<td align="center">60930</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=407756">Cal10</td>
<td align="center">407756</td>
<td>WAH</td>
<td align="right"></td>
</tr>
<tr>
<td align="right">7</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=61362">Every Gate - U23</td>
<td align="center">61362</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=206841">Temm</td>
<td align="center">206841</td>
<td>EG</td>
<td align="right"></td>
</tr>
<tr>
<td align="right">8</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_manager_info.php&id=60255">Frugalites - U23</td>
<td align="center">60255</td>
<td align="right"><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=public_team_info_basic.php&team_id=258971">dealforme</td>
<td align="center">258971</td>
<td>FRU</td>
<td align="right"></td>
</tr>

</table>
</html>
* - Due to the nature of the tournament where every team will play each other, there are no seeds.
[[Young Guns Tournament|YoungGunsTournament]]
[[Round Robin Schedule|YoungGunsSchedule]] 
<html>
<table>
 <tr>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th colspan="2">Special</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">Sept 20, 2020</th>
  <th colspan="2">Sept 27, 2020</th>
  <th colspan="2">Oct 4, 2020</th>
  <th colspan="2">Friday!<br>Oct 9, 2020</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(8) Hamilton Roadhogs</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords - U23</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(1) Wahoo Porkswords - U23</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords - U23</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(5) Frugalites - U23</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Every Gate - U23</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(4) Every Gate - U23</td>
  <td>10</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
<tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Jammers</td>
 </tr>
 <tr>
  <td>(3) Havana Tropicals - U23</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Havana Tropicals - U23</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(6) Ovechkin Laich Semin - U23</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jammers</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(7) HC Winnipeg - U23</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jammers</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(2) Jammers</td>
  <td>9</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Every Gate - U23</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
  <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Every Gate - U23</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Havana Tropicals - U23</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History Page|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule048]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">November 20, 2016</th>
  <th colspan="2">November 27, 2016</th>
  <th colspan="2">December 4, 2016</th>
  <th colspan="2">Friday!<br>December 9, 2016</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(D3) Corn Huskers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC" align="right">(defaulted)</td>
  <td>Corn Huskers</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Frontenacs</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Spruce Monkeys</td>
  <td>6</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C4) Frugalites</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Spruce Monkeys</td>
  <td>8</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Spruce Monkeys</td>
  <td>8</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Spruce Monkeys</td>
  <td>2</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Polar Bears</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Polar Bears</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D2) SCLSU Mod Dogs</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>The Hooligans</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A4) Kitchener Rangers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>The Hooligans</td>
  <td>7</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C1) The Hooligans</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Barrie Colts</td>
 </tr>
 <tr>
  <td>(C3) Wesley Crushers</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Calgary Wire Flyers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jurassic Park Dinos</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D4) PEI Potatoskins</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jurassic Park Dinos</td>
  <td>7</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Jurassic Park Dinos</td>
  <td>7</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC" align="right">(overtime)</td>
  <td>Barrie Colts</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A3) Wahoo Porkswords</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Ovechkin Laich Semin</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C2) Ovechkin Laich Semin</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Barrie Colts</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Sunnyvale</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Barrie Colts</td>
  <td>6</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D1) Barrie Colts</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>The Hooligans</td>
  <td>4</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>The Hooligans</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jurassic Park Dinos</td>
  <td>2</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History Page|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule049]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">January 29, 2017</th>
  <th colspan="2">February 5, 2017</th>
  <th colspan="2">February 12, 2017</th>
  <th colspan="2">Friday!<br>February 17, 2017</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(D3) Jurassic Park Dinos</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Calgary Wire Flyers</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC" align="right">default</td>
  <td>Calgary Wire Flyers</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C4) Wesley Crushers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Frontenacs</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Frontenacs</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Rising Stars HC</td>
  <td>1</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Sunnyvale</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D2) Wahoo Porkswords</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC" align="right">Overtime</td>
  <td>Rising Stars HC</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A4) Edmonton Doughboys</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Rising Stars HC</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C1) Rising Stars HC</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Ovechkin Laich Semin</td>
 </tr>
 <tr>
  <td>(C3) Pebble Baye Explorers</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Pebble Baye Explorers</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Barrie Colts</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Pebble Baye Explorers</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D4) Frugalites</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Miley Cyrus HC</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Miley Cyrus HC</td>
  <td>8</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC" align="right">default</td>
  <td>Ovechkin Laich Semin</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A3) Ovechkin Laich Semin</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Ovechkin Laich Semin</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C2) Temptation Meow</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC" align="right">Shootout</td>
  <td>Ovechkin Laich Semin</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Queen City Kings</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Polar Bears</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D1) Polar Bears</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>0</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Pebble Baye Explorers</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Pebble Baye Explorers</td>
  <td>11</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History Page|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule050]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">April 9, 2017</th>
  <th colspan="2">April 16, 2017</th>
  <th colspan="2">April 23, 2017</th>
  <th colspan="2">Friday!<br>April 28, 2017</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(D3) Temptation Meow</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Rising Stars HC</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Rising Stars HC</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Pebble Baye Explorers</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C4) Calgary Wire Flyers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Pebble Baye Explorers</td>
  <td>6</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Pebble Baye Explorers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Pebble Baye Explorers</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Jurassic Park Dinos</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC" align="right">OT</td>
  <td>Barrie Colts</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D2) Barrie Colts</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Barrie Colts</td>
  <td>0</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A4) Frugalites</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Kades Killas</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C1) Kades Killas</td>
  <td>7</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place (in overtime):</td>
  <td>Pebble Baye Explorers</td>
 </tr>
 <tr>
  <td>(C3) The Stangers</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>The Stangers</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Polar Bears</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Frontenacs</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D4) Wahoo Porkswords</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Frontenacs</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Frontenacs</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Sunnyvale</td>
  <td>2</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A3) Cabbagetown Langers</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Cabbagetown Langers</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C2) Wesley Crushers</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Sunnyvale</td>
  <td>3</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Scalpers de Oka</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Sunnyvale</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D1) Sunnyvale</td>
  <td>8</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Barrie Colts</td>
  <td>0</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Frontenacs</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Frontenacs</td>
  <td>7</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History Page|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule051]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">June 18, 2017</th>
  <th colspan="2">June 25, 2017</th>
  <th colspan="2">July 02, 2017</th>
  <th colspan="2">Friday!<br>July 07, 2017</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(D3) Corn Huskers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Corn Huskers</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Ovechkin Laich Semin</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Pebble Baye Explorers</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C4) LumberJacks</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Pebble Baye Explorers</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Pebble Baye Explorers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC" align="right">default</td>
  <td>Pebble Baye Explorers</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Frontenacs</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Frontenacs</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D2) Oka Scalpers</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC" align="right">overtime</td>
  <td>Frontenacs</td>
  <td>0</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A4) StJean Lynx</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC" align="right">default</td>
  <td>Cabbagetown Langers</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C1) Cabbagetown Langers</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">(shootout) First Place:</td>
  <td>Kades Killas</td>
 </tr>
 <tr>
  <td>(C3) Wesley Crushers</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Kades Killas</td>
  <td>6</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Kades Killas</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Kades Killas</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D4) The Van Nuys Wolves🇨🇦</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Calgary Wire Flyers</td>
  <td>6</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Kades Killas</td>
  <td>4</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A3) Barrie Colts</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Barrie Colts</td>
  <td>6</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C2) Wahoo Porkswords</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Barrie Colts</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Temptation Meow</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Sunnyvale</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D1) Sunnyvale</td>
  <td>6</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Frontenacs</td>
  <td>0</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Barrie Colts</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Barrie Colts</td>
  <td>2</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History Page|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule052]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">August 27, 2017</th>
  <th colspan="2">September 3, 2017</th>
  <th colspan="2">September 10, 2017</th>
  <th colspan="2">Friday!<br>September 15, 2017</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(D3) Temptation Meow</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC" align="right">default</td>
  <td>Barrie Colts</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Barrie Colts</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Kades Killas</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C4) Oka Scalpers</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Kades Killas</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Kades Killas</td>
  <td>9</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Kades Killas</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) The Van Nuys Wolves🇨🇦</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Pebble Baye Explorers</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D2) Pebble Baye Explorers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Pebble Baye Explorers</td>
  <td>0</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A4) Queen City Kings</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>StJean Lynx</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C1) StJean Lynx</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Kades Killas</td>
 </tr>
 <tr>
  <td>(C3) Miley Cyrus HC</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC" align="right">overtime</td>
  <td>Miley Cyrus HC</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Frontenacs</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC" align="right">shootout</td>
  <td>LumberJacks</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D4) Ovechkin Laich Semin</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) LumberJacks</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Sunnyvale</td>
  <td>0</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A3) Jurassic Park Dinos</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC" align="right">shootout</td>
  <td>Jurassic Park Dinos</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C2) Wesley Crushers</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Sunnyvale</td>
  <td>3</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Saskatoon Slough Sharks</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Sunnyvale</td>
  <td>8</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D1) Sunnyvale</td>
  <td>10</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Pebble Baye Explorers</td>
  <td>6</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Pebble Baye Explorers</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>1</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History Page|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule053]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">November 5, 2017</th>
  <th colspan="2">November 12, 2017</th>
  <th colspan="2">November 19, 2017</th>
  <th colspan="2">Friday!<br>November 24, 2017</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(D3) Ovechkin Laich Semin</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Sunnyvale</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Sunnyvale</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Sunnyvale</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C4) Frugalites</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Calgary Wire Flyers</td>
  <td>9</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords</td>
  <td>1</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Wesley Crushers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jurassic Park Dinos</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D2) Jurassic Park Dinos</td>
  <td>6</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords</td>
  <td>6</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A4) Saskatoon Slough Sharks</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C1) Wahoo Porkswords</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>LumberJacks</td>
 </tr>
 <tr>
  <td>(C3) PEI Potatoskins</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC" align="right">shootout</td>
  <td>PEI Potatoskins</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Montreal FreeFallers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC" align="right">shootout</td>
  <td>Queen City Kings</td>
  <td>0</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D4) Little Caesars</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Queen City Kings</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Queen City Kings</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>4</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A3) Temptation Meow</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Temptation Meow</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C2) Miley Cyrus HC</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC" align="right">overtime</td>
  <td>LumberJacks</td>
  <td>3</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) The Van Nuys Wolves🇨🇦</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D1) LumberJacks</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Sunnyvale</td>
  <td>2</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Queen City Kings</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Queen City Kings</td>
  <td>4</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History Page|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule054]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">January 14, 2018</th>
  <th colspan="2">January 21, 2018</th>
  <th colspan="2">January 28, 2018</th>
  <th colspan="2">Friday!<br>February 2, 2018</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(D3) Jurassic Park Dinos</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC" align="right">overtime</td>
  <td>Ovechkin Laich Semin</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Ovechkin Laich Semin</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C4) Temptation Meow</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>8</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) LumberJacks</td>
  <td>9</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC" align="right">shootout</td>
  <td>Wahoo Porkswords</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Wahoo Porkswords</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D2) Calgary Wire Flyers</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC" align="right">default</td>
  <td>Wahoo Porkswords</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A4) Sunnyvale</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>The Van Nuys Wolves🇨🇦</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C1) The Van Nuys Wolves🇨🇦</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Wahoo Porkswords</td>
 </tr>
 <tr>
  <td>(C3) Little Caesars</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC" align="right">shootout</td>
  <td>PEI Potatoskins</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) PEI Potatoskins</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>PEI Potatoskins</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D4) Miley Cyrus HC</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Slough Sharks</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Saskatoon Slough Sharks</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC" align="right">shootout</td>
  <td>PEI Potatoskins</td>
  <td>0</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A3) Oka Scalpers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Montreal FreeFallers</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C2) Montreal FreeFallers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC" align="right">shootout</td>
  <td>Queen City Kings</td>
  <td>3</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Wesley Crushers</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Queen City Kings</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D1) Queen City Kings</td>
  <td>9</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>6</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>LumberJacks</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Queen City Kings</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History Page|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule055]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">March 25, 2018</th>
  <th colspan="2">April 1, 2018</th>
  <th colspan="2">April 8, 2018</th>
  <th colspan="2">Friday!<br>April 13, 2018</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(S05) Wahoo Porkswords</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wesley Crushers</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S04) Wesley Crushers</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Slough Sharks</td>
  <td>3</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL1) Saskatoon Slough Sharks</td>
  <td>10</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Slough Sharks</td>
  <td>7</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S07) Sunnyvale</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC" align="right">overtime</td>
  <td>Ovechkin Laich Semin</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S02) Ovechkin Laich Semin</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>PEI Potatoskins</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL3) PEI Potatoskins</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Saskatoon Slough Sharks</td>
 </tr>
 <tr>
  <td>(S06) The Van Nuys Wolves🇨🇦</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>The Van Nuys Wolves🇨🇦</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S03) Oka Scalpers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Little Caesars</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL2) Little Caesars</td>
  <td>6</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC" align="right">overtime</td>
  <td>Jammers</td>
  <td>1</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S08) Calgary Wire Flyers</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S01) Pebble Baye Explorers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jammers</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(WC) Jammers</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>PEI Potatoskins</td>
  <td>2</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>PEI Potatoskins</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Little Caesars</td>
  <td>1</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History Page|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule056]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">June 3, 2018</th>
  <th colspan="2">June 10, 2018</th>
  <th colspan="2">June 17, 2018</th>
  <th colspan="2">Friday!<br>June 22, 2018</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(D3) LumberJacks</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC" align="right">default</td>
  <td>Oka Scalpers</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Oka Scalpers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Slough Sharks</td>
  <td>3</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C4) Hamilton Roadhogs</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Slough Sharks</td>
  <td>5</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Saskatoon Slough Sharks</td>
  <td>10</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Slough Sharks</td>
  <td>4</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Peanut Butter Exploders</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D2) Wahoo Porkswords</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC" align="right">default</td>
  <td>PEI Potatoskins</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A4) Saskatoon Tide</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>PEI Potatoskins</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C1) PEI Potatoskins</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Saskatoon Slough Sharks</td>
 </tr>
 <tr>
  <td>(C3) Calgary Wire Flyers</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Ovechkin Laich Semin</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Ovechkin Laich Semin</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jammers</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D4) Spruce Monkeys</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jammers</td>
  <td>11</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Jammers</td>
  <td>6</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Little Caesars</td>
  <td>1</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A3) Wesley Crushers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wesley Crushers</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C2) Temptation Meow</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Little Caesars</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) The Edmonchuck Woodchuckers</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Little Caesars</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D1) Little Caesars</td>
  <td>6</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>PEI Potatoskins</td>
  <td>6</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>PEI Potatoskins</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jammers</td>
  <td>2</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History Page|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule057]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">August 12, 2017</th>
  <th colspan="2">August 19, 2017</th>
  <th colspan="2">August 26, 2017</th>
  <th colspan="2">Friday!<br>August 31, 2017</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(D3) The Van Nuys Wolves🇨🇦</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Wahoo Porkswords</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC" align="right">default</td>
  <td>Peanut Butter Exploders</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C4) Ovechkin Laich Semin</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Peanut Butter Exploders</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Peanut Butter Exploders</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Peanut Butter Exploders</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) East End Boys</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Tide</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D2) Saskatoon Tide</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Tide</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A4) Montbec Nordiens</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Spruce Monkeys</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C1) Spruce Monkeys</td>
  <td>9</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Peanut Butter Exploders</td>
 </tr>
 <tr>
  <td>(C3) The Edmonchuck Woodchuckers</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Oka Scalpers</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Oka Scalpers</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Hamilton Roadhogs</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D4) Kades Killas</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Hamilton Roadhogs</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Hamilton Roadhogs</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jammers</td>
  <td>1</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A3) Frugalites</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Frugalites</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C2) Temptation Meow</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jammers</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Wesley Crushers</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jammers</td>
  <td>5</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D1) Jammers</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Tide</td>
  <td>8</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Saskatoon Tide</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Hamilton Roadhogs</td>
  <td>2</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule058]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">October 21, 2018</th>
  <th colspan="2">October 28, 2018</th>
  <th colspan="2">November 4, 2018</th>
  <th colspan="2">Friday!<br>November 9, 2018</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(D3) Oka Scalpers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Kades Killas</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Kades Killas</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Kades Killas</td>
  <td>6</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C4) Calgary Wire Flyers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Peanut Butter Exploders</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Peanut Butter Exploders</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Hamilton Roadhogs</td>
  <td>2</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Wesley Crushers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wesley Crushers</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D2) Wahoo Porkswords</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Hamilton Roadhogs</td>
  <td>7</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A4) Jurassic Park Dinos</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Hamilton Roadhogs</td>
  <td>5</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C1) Hamilton Roadhogs</td>
  <td>10</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Spruce Monkeys</td>
 </tr>
 <tr>
  <td>(C3) Temptation Meow</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Temptation Meow</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) The Edmonchuck Woodchuckers</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Temptation Meow</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D4) Rouleau Renegades™</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Ovechkin Laich Semin</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Ovechkin Laich Semin</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Spruce Monkeys</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A3) East End Boys</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>East End Boys</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C2) Saskatoon Tide</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Spruce Monkeys</td>
  <td>6</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Montbec Nordiens</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Spruce Monkeys</td>
  <td>7</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D1) Spruce Monkeys</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Kades Killas</td>
  <td>0</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Temptation Meow</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Temptation Meow</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule059]]
<html>
<table>
 <tr>
  <th colspan="2">First Round</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">December 30, 2018</th>
  <th colspan="2">January 6, 2019</th>
  <th colspan="2">January 13, 2019</th>
  <th colspan="2">Friday!<br>January 18, 2019</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(S8) East End Boys</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S8) East End Boys</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S9) Oka Scalpers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL1) Montbec Nordiens</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL1) Montbec Nordiens</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>The Hooligans</td>
  <td>1</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S5) Hamilton Roadhogs</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp</td>
  <td>(S12) Wesley Crushers</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S12) Wesley Crushers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(WC4) The Hooligans</td>
  <td>7</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(WC4) The Hooligans</td>
  <td>9</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>The Hooligans</td>
 </tr>
 <tr>
  <td>(S6) Kades Killas</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S6) Kades Killas</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S11) The Van Nuys Wolves</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S6) Kades Killas</td>
  <td>10</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL3) Ovechkin Laich Semin</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp</td>
  <td>Kades Killas</td>
  <td>0</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S7) Saskatoon Tide</td>
  <td>7</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S7) Saskatoon Tide</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S10) X-Men</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S7) Saskatoon Tide</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL2) Temptation Meow</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Tide</td>
  <td>0</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Mini Bronze Statue of ByteMe</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Montbec Nordiens</td>
  <td>0</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule060]]
<html>
<table>
 <tr>
  <th colspan="2">First Round</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">March 10, 2019</th>
  <th colspan="2">March 17, 2019</th>
  <th colspan="2">March 24, 2019</th>
  <th colspan="2">Friday!<br>March 29, 2019</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(S8) Calgary Wire Flyers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S8) Calgary Wire Flyers</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S9) Oka Scalpers</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL1) Kades Killas</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL1) Kades Killas</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL1) Kades Killas</td>
  <td>0</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S5) East End Boys</td>
  <td>7</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp</td>
  <td>(S5) East End Boys</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S12) Wahoo Porkswords</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S5) East End Boys</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(WC4) Ovechkin Laich Semin</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>The Hooligans</td>
 </tr>
 <tr>
  <td>(S6) Saskatoon Tide</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S11) Temptation Meow</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S11) Temptation Meow</td>
  <td>7</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL3) X-Men</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL3) X-Men</td>
  <td>9</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp</td>
  <td>(DL2) The Hooligans</td>
  <td>1</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S7) Hamilton Roadhogs</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S7) Hamilton Roadhogs</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S10) Havana Tropicals</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL2) The Hooligans</td>
  <td>6</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL2) The Hooligans</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S5) East End Boys</td>
  <td>0</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>X-Men</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL3) X-Men</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule061]]
<html>
<table>
 <tr>
  <th colspan="2">First Round</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">May 19, 2019</th>
  <th colspan="2">May 26, 2019</th>
  <th colspan="2">June 2, 2019</th>
  <th colspan="2">Friday!<br>June 9, 2019</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(S8) Ovechkin Laich Semin</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S8) Ovechkin Laich Semin</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S9) Les Limes</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL1) Calgary Wire Flyers</td>
  <td>6</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL1) Calgary Wire Flyers</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL1) Calgary Wire Flyers</td>
  <td>7</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S5) Saskatoon Tide</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp</td>
  <td>(S5) Saskatoon Tide</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S12) Saskatoon Slough Sharks</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(WC4) Temptation Meow</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(WC4) Temptation Meow</td>
  <td>5</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Calgary Wire Flyers</td>
 </tr>
 <tr>
  <td>(S6) Oka Scalpers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S6) Oka Scalpers</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S11) Wahoo Porkswords</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S6) Oka Scalpers</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL3) The Van Nuys Wolves</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp</td>
  <td>(S7) Havana Tropicals</td>
  <td>2</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S7) Havana Tropicals</td>
  <td>6</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S7) Havana Tropicals</td>
  <td>5</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(S10) Montbec Nordiens</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S7) Havana Tropicals</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(DL2) Notre Dame Hounds</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(WC4) Temptation Meow</td>
  <td>3</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Oka Scalpers</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>(S6) Oka Scalpers</td>
  <td>6</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns History|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule062]] 
<html>
<table>
 <tr>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th colspan="2">Special</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">July 28, 2019</th>
  <th colspan="2">August 4, 2019</th>
  <th colspan="2">August 11, 2019</th>
  <th colspan="2">Friday!<br>August 16, 2019</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(A4) Temptation Meow</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Wahoo Porkswords</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>0</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Ovechkin Laich Semin</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Calgary Wire Flyers</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
<tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Saskatoon Slough Sharks</td>
 </tr>
 <tr>
  <td>(A3) Miley Cyrus HC</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Slough Sharks</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Saskatoon Slough Sharks</td>
  <td>7</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Slough Sharks</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Havana Tropicals</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Notre Dame Hounds</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Notre Dame Hounds</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords</td>
  <td>0</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
  <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Notre Dame Hounds</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Notre Dame Hounds</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns Tournament|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule063]] 
<html>
<table>
 <tr>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th colspan="2">Special</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">October 6, 2019</th>
  <th colspan="2">October 13, 2019</th>
  <th colspan="2">October 20, 2019</th>
  <th colspan="2">Friday!<br>October 25, 2019</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(A4) Wahoo Porkswords</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Ovechkin Laich Semin</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Ovechkin Laich Semin</td>
  <td>3 SO</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Ovechkin Laich Semin</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) PEI Potatoskins</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Calgary Wire Flyers</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
<tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Havana Tropicals</td>
 </tr>
 <tr>
  <td>(A3) Miley Cyrus HC</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Havana Tropicals</td>
  <td>3 D</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Havana Tropicals</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Havana Tropicals</td>
  <td>3 SO</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) The Van Nuys Wolves🇨🇦</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Slough Sharks</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Saskatoon Slough Sharks</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>3 D</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
  <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Calgary Wire Flyers</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Saskatoon Slough Sharks</td>
  <td>0</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns Tournament|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule064]] 
<html>
<table>
 <tr>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th colspan="2">Special</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">December 15, 2019</th>
  <th colspan="2">December 22, 2019</th>
  <th colspan="2">December 29, 2019</th>
  <th colspan="2">Friday!<br>January 3, 2020</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(A4) Temptation Meow</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>1</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Calgary Wire Flyers</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Havana Tropicals</td>
  <td>0</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Little Caesars</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Havana Tropicals</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Havana Tropicals</td>
  <td>2 SO</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
<tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>LumberJacks</td>
 </tr>
 <tr>
  <td>(A3) PEI Potatoskins</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>PEI Potatoskins</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Wahoo Porkswords</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Frugalites</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>3 D</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) LumberJacks</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>PEI Potatoskins</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
  <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>PEI Potatoskins</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Calgary Wire Flyers</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns Tournament|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule065]] 
<html>
<table>
 <tr>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th colspan="2">Special</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">February 23, 2020</th>
  <th colspan="2">March 1, 2020</th>
  <th colspan="2">March 8, 2020</th>
  <th colspan="2">Friday!<br>March 13, 2020</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(A4) Every Gate</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>StJean Lynx</td>
  <td>5</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) StJean Lynx</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>StJean Lynx</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Entropians</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">OT &nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Entropians</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) Wahoo Porkswords</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
<tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>StJean Lynx</td>
 </tr>
 <tr>
  <td>(A3) Ovechkin Laich Semin</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Little Caesars</td>
  <td>5</td>
  <td colspan="5" bgcolor="#CCCCCC">SO &nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Little Caesars</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Little Caesars</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Temptation Meow</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>4</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) LumberJacks</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">SO &nbsp;</td>
 </tr>
  <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>LumberJacks</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Entropians</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns Tournament|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule066]] 
<html>
<table>
 <tr>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th colspan="2">Special</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">May 3, 2020</th>
  <th colspan="2">May 10, 2020</th>
  <th colspan="2">May 17, 2020</th>
  <th colspan="2">Friday!<br>May 22, 2020</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(A4) Wahoo Porkswords</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Entropians</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Entropians</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>StJean Lynx</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Jammers</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>StJean Lynx</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) StJean Lynx</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
<tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>StJean Lynx</td>
 </tr>
 <tr>
  <td>(A3) LumberJacks</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>8</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) PEI Potatoskins</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) Frugalites</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Little Caesars</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) Little Caesars</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Little Caesars</td>
  <td>7</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
  <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Little Caesars</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Entropians</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns Tournament|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule067]] 
<html>
<table>
 <tr>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th colspan="2">Special</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">July 12, 2020</th>
  <th colspan="2">July 19, 2020</th>
  <th colspan="2">July 26, 2020</th>
  <th colspan="2">Friday!<br>July 31, 2020</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(A4) Havana Tropicals - U23</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Little Caesars</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1) Little Caesars</td>
  <td>5</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Little Caesars</td>
  <td>3</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3) Ovechkin Laich Semin - U23</td>
  <td>4</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Ovechkin Laich Semin - U23</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2) StJean Lynx</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
<tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>LumberJacks</td>
 </tr>
 <tr>
  <td>(A3) Jammers</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Entropians</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2) Entropians</td>
  <td>2</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp; OT</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4) PEI Potatoskins - U23</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>LumberJacks</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1) LumberJacks</td>
  <td>6</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Entropians</td>
  <td>0</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
  <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>None</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Ovechkin Laich Semin - U23</td>
  <td>0</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns Tournament|YoungGunsHistory]]
[[Round Robin Schedule|YoungGunsSchedule068]] 
<html>
<table>
 <tr>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th colspan="2">Special</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">Sept 20, 2020</th>
  <th colspan="2">Sept 27, 2020</th>
  <th colspan="2">Oct 4, 2020</th>
  <th colspan="2">Friday!<br>Oct 9, 2020</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(8) Hamilton Roadhogs</td>
  <td>0</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords - U23</td>
  <td>3</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(1) Wahoo Porkswords - U23</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Wahoo Porkswords - U23</td>
  <td>2</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(5) Frugalites - U23</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Every Gate - U23</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(4) Every Gate - U23</td>
  <td>10</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
<tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>Jammers</td>
 </tr>
 <tr>
  <td>(3) Havana Tropicals - U23</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Havana Tropicals - U23</td>
  <td>0</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(6) Ovechkin Laich Semin - U23</td>
  <td>1</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jammers</td>
  <td>4</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(7) HC Winnipeg - U23</td>
  <td>3</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Jammers</td>
  <td>2</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(2) Jammers</td>
  <td>9</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Every Gate - U23</td>
  <td>5</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
  <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>Every Gate - U23</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>Havana Tropicals - U23</td>
  <td>1</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
[[Young Guns Tournament|YoungGunsTournament]]
[[Round Robin Schedule|YoungGunsSchedule]]
<html>
<table>
 <tr>
  <th colspan="2">Round of 16</th>
  <th colspan="2">Quarterfinals</th>
  <th colspan="2">Semifinals</th>
  <th colspan="2">Finals</th>
  <th>Champions</th>
 </tr>
 <tr>
  <th colspan="2">April 9, 2017</th>
  <th colspan="2">April 16, 2017</th>
  <th colspan="2">April 23, 2017</th>
  <th colspan="2">Friday!<br>April 28, 2017</th>
  <th>&nbsp;</th>
 </tr>
 <tr>
  <td>(D3)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B2)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C4)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A1)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B3)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D2)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A4)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C1)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">First Place:</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td>(C3)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A2)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D4)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B1)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(A3)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(C2)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="4" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="3" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(B4)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td colspan="5" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td>(D1)</td>
  <td>&nbsp;</td>
  <td colspan="7" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="9" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td colspan="8" align="right" bgcolor="#CCCCCC">Third Place:</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
</table>
</html>
These rules have been copied from ~ByteMe's web site (circa season 47) and modified.  Please familiarize yourself with the rules.

1. 16 to 64 teams- 2, 3, 4, 6 or 8 divisions of up to 8 teams.  8, 12, 16, 20 or 24 teams will advance to the playoff round.
a. Only teams based in the Canada League are allowed to participate
b. U23 teams will be allowed to participate provided they are linked to an A team within the Canada League

2. Each team will play 7 games for a regular season, and up to an additional 5 more in playoffs

3. Minimum Roster is 19 !!  Must need to make 3 lines and a goalie or 2 plus a few substitutes for the full season. If you have less than 19 players for a game,  your team is subject to an Automatic Forfeit if you fail to field a full team.  Max age for any player is 23 years old when the tourney begins.  Right Now those players are 22, and will turn 23 in the new season.

4. Gentleperson's rules applies, be honest this tourney is for fun.

5. All games are to be scheduled as playoff friendlies.  Home and Away choices can be made by the participating teams based on preference and/or in which arena the most money could be made for the participants.  U23 teams do not get any money from home games.  It is advised for U23 teams to play away in most situations.

6. Please schedule games for Sundays. If your team is in another tournament,
please be aware to schedule games as quick as possible. Any games may be
made up on Wednesday's or Saturday's or any other available day the teams
can 'get together' for a match.  If those matches cannot be made up on time,
it will be a forfeit loss to the team in the other tournament.

7. If a game is not set by either team for a scheduled game. result can be a Match Loss (0-0).

8.  If any over-aged players (~OAs) are played in a game:
A) If one team played ~OAs, and lose their game even playing ~OAs, they lose that match. The winning team has the option of rescheduling the match.  In the case that the match is not re-scheduled, the score is kept only with the exception that any goals upon which over-agers were in on (i.e. they scored the goal or had an assist) are stripped off the score.
B) If the OA team won, a make-up game is to be set by the end of the 7th week by either team
using Saturdays and Wednesdays ASAP!! Otherwise a 3-0 forfeit loss by the OA team will result. 
C)*  If both teams played ~OAs, the game will be considered as not played.
D) IF BOTH TEAMS AGREE TO REPLAY an OA game, please say so on the message board & Reschedule ASAP!!!.

»»»»» Teams must post notification within one week of the ineligible match «««««
»»»»» to disclose when the rescheduled game will occur.  Failure to do so «««««
»»»»» will result in the game's result being recorded as above. «««««

»»»»» Remember...: No make up games will be allowed to  «««««
»»»»» be scheduled after the Sunday of Week 7 of the schedule.  «««««
»»»»» All games must be made up before this date!  «««««

9. If 2 teams do not play their scheduled game at all, -or- rule (8-B*) happens
and is not re-played, it will result in a 0 - 0 match loss for both teams.

10. Tie breakers are as follows. Points, Goal Differential, Head to Head
then Goals Scored.  IF Still Tied: Tourney GM will rule.
Any disputes will be ruled upon by the Tourney GM

11. 3 points for a win, 0 for a loss, and if the game goes to OT the
winner gets 2 points and the loser will get a single point.

12. Teams can play 3 or 4 lines. However remember that this tourney is a
development tourney. This includes regular and playoff games - 10 weeks.
please consider, Gentleperson's rules applies, be honest this tourney is for fun...

13. Changes to the rules can only be done between the end of one tournament and the start of the next tournament.  Proposed changes to the rules can be made during a season, discussed, and agreed upon prior to the tournament off-season; but agreed upon changes will not be implemented until the time between tournaments.
[[Young Guns Tournament|YoungGunsTournament]]

Tournament Preliminary Schedule (#69)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 1<br>OCT 11</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=TBD&match_type=12">St. John Puffins - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61692&match_type=12">LumberJacks - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61157&match_type=12">Hadeharians - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60265&match_type=12">Little Caesars - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 2<br>OCT 18</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60265&match_type=12">Little Caesars - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=TBD&match_type=12">St. John Puffins - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61692&match_type=12">LumberJacks - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61157&match_type=12">Hadeharians - U23</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 3<br>OCT 25</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61692&match_type=12">LumberJacks - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=TBD&match_type=12">St. John Puffins - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60265&match_type=12">Little Caesars - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61157&match_type=12">Hadeharians - U23</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 4<br>NOV 1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60265&match_type=12">Little Caesars - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=TBD&match_type=12">St. John Puffins - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61157&match_type=12">Hadeharians - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61692&match_type=12">LumberJacks - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 5<br>NOV 8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61692&match_type=12">LumberJacks - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61157&match_type=12">Hadeharians - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60265&match_type=12">Little Caesars - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=TBD&match_type=12">St. John Puffins - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 6<br>NOV 15</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61157&match_type=12">Hadeharians - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60265&match_type=12">Little Caesars - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=TBD&match_type=12">St. John Puffins - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61692&match_type=12">LumberJacks - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 7<br>NOV 22</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60265&match_type=12">Little Caesars - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61692&match_type=12">LumberJacks - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=TBD&match_type=12">St. John Puffins - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61157&match_type=12">Hadeharians - U23</a></td>
</tr>









<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals <br>NOV 29</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>







<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>DEC 6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>







<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals <br>DEC 13</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>



<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Special Friday <br>DEC 18</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
</table>
</html>
&nbsp;
[[Playoffs Bracket|YoungGunsPlayoffs]]
[[Young Guns History Page|YoungGunsHistory]]

Young Guns Schedule (#48)
<html>
<table>
 <tr>
  <th>Date</th>
  <th colspan="11">Games</th>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 1<br>OCT 02</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">3</td>
  <td align="center" bgcolor="#F4F4F4">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">11</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">11</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">SO</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">11</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14913&match_type=12">Mighty Toucan</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">SCLSU Mod Dogs</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 2<br>OCT 09</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">SCLSU Mod Dogs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">10</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14913&match_type=12">Mighty Toucan</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">9</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">2</td>
  <td align="center" bgcolor="#F4F4F4">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 3<br>OCT 16</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14913&match_type=12">Mighty Toucan</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td align="center">0</td>
  <td align="center" bgcolor="#F4F4F4">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">SCLSU Mod Dogs</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 4<br>OCT 23</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">13</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">SCLSU Mod Dogs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">5</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14913&match_type=12">Mighty Toucan</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 5<br>OCT 30</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14913&match_type=12">Mighty Toucan</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">SCLSU Mod Dogs</a></td>
  <td align="center">0</td>
  <td align="center">ML</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">2</td>
  <td align="center" bgcolor="#F4F4F4">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 6<br>NOV 06</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">SCLSU Mod Dogs</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14913&match_type=12">Mighty Toucan</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 7<br>NOV 13</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">4</td>
  <td align="center">D&gt;</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">SCLSU Mod Dogs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14913&match_type=12">Mighty Toucan</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="11">Playoffs</th>
 </tr>
 <tr>
  <td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 8<br>NOV 20</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">SCLSU Mod Dogs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 9<br>NOV 27</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Semifinals<br>DEC 4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">5</td>
  <td align="center">OT</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="5">1st Place Match</th>
  <th>&nbsp;</th>
  <th colspan="5">3rd Place Match</th>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Finals<br />Friday<br />DEC 9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
 </tr>
</table>
</html>
*OT - The match was decided in overtime.
*SO - The match was decided in a shoot-out.
*D> - Defaulted match due to over-age players being played in the game and no re-scheduling of the game made.
*ML - Match Loss, as determined by both teams never having scheduled the game

[[Playoffs Bracket|YoungGunsPlayoffs048]]
[[Young Guns History Page|YoungGunsHistory]]

Young Guns Schedule (#49)
<html>
<table>
 <tr>
  <th>Date</th>
  <th colspan="11">Games</th>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 1<br>DEC 11</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td align="center">1</td>
  <td align="center" bgcolor="#CCCCCC">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">4</td>
  <td align="center" bgcolor="#CCCCCC">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">9</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14864&match_type=12">TL Tigers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=46264&match_type=12">Castors</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC" colspan="6">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 2<br>DEC 18</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14864&match_type=12">TL Tigers</a></td>
  <td align="center">0</td>
  <td align="center" bgcolor="#CCCCCC">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=46264&match_type=12">Castors</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">3</td>
  <td align="center" bgcolor="#CCCCCC">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td bgcolor="#CCCCCC" colspan="6">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 3<br>DEC 25</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">0</td>
  <td align="center" bgcolor="#CCCCCC">ML</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=46264&match_type=12">Castors</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">4</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14864&match_type=12">TL Tigers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">9</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center" bgcolor="#CCCCCC">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC" colspan="6">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 4<br>JAN 01</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">1</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=46264&match_type=12">Castors</a></td>
  <td align="center">0</td>
  <td align="center" bgcolor="#CCCCCC">ML</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">9</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14864&match_type=12">TL Tigers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">3</td>
  <td align="center">OT</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC" colspan="6">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 5<br>JAN 08</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14864&match_type=12">TL Tigers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=46264&match_type=12">Castors</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">0</td>
  <td align="center" bgcolor="#CCCCCC">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">3</td>
  <td align="center" bgcolor="#CCCCCC">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td bgcolor="#CCCCCC" colspan="6">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 6<br>JAN 15</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">1</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">2</td>
  <td align="center">&lt;D</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=46264&match_type=12">Castors</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">6</td>
  <td align="center">D&gt;</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14864&match_type=12">TL Tigers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC" colspan="6">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 7<br>JAN 22</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41308&match_type=12">Kitchener Rangers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">6</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=46264&match_type=12">Castors</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14864&match_type=12">TL Tigers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC" colspan="6">&nbsp;</td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="11">Playoffs</th>
 </tr>
 <tr>
  <td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 8<br>JAN 29</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
 </tr>
 <tr>
  <td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 9<br>FEB 05</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Semifinals<br>FEB 12</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">5</td>
  <td align="center">D&gt;</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="5">1st Place Match</th>
  <th>&nbsp;</th>
  <th colspan="5">3rd Place Match</th>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Finals<br />Friday<br />FEB 17</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">11</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
</table>
</html>

*OT - The match was decided in overtime.
*SO - The match was decided in a shoot-out.
*D> - Defaulted match due to over-age players being played in the game and no re-scheduling of the game made.
*ML - Match Loss, as determined by both teams never having scheduled the game

[[Playoffs Bracket|YoungGunsPlayoffs049]]
[[Young Guns History Page|YoungGunsHistory]]

Young Guns Schedule (#50)
<html>
<table>
 <tr>
  <th>Date</th>
  <th colspan="11">Games</th>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 1<br>FEB 19</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td align="center">1</td>
  <td align="center">&lt;D</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">0</td>
  <td align="center" bgcolor="#EFEFEF">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47353&match_type=12">Maple Leafs of Richmond Hill</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3740&match_type=12">The Stangers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">2</td>
  <td align="center" bgcolor="#EFEFEF">OT</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">0</td>
  <td align="center" bgcolor="#EFEFEF">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=43579&match_type=12">Gators M.T.L</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 2<br>FEB 26</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">2</td>
  <td align="center" bgcolor="#EFEFEF">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=43579&match_type=12">Gators M.T.L</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">9</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
  <td align="center">1</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47353&match_type=12">Maple Leafs of Richmond Hill</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3740&match_type=12">The Stangers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">3</td>
  <td align="center">OT</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 3<br>MAR 05</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47353&match_type=12">Maple Leafs of Richmond Hill</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">1</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3740&match_type=12">The Stangers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">2</td>
  <td align="center">D&gt;</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=43579&match_type=12">Gators M.T.L</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 4<br>MAR 12</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47353&match_type=12">Maple Leafs of Richmond Hill</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">10</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=43579&match_type=12">Gators M.T.L</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">8</td>
  <td align="center" bgcolor="#EFEFEF">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3740&match_type=12">The Stangers</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 5<br>MAR 19</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47353&match_type=12">Maple Leafs of Richmond Hill</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=43579&match_type=12">Gators M.T.L</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3740&match_type=12">The Stangers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 6<br>MAR 26</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47353&match_type=12">Maple Leafs of Richmond Hill</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3740&match_type=12">The Stangers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=43579&match_type=12">Gators M.T.L</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 7<br>APR 02</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47353&match_type=12">Maple Leafs of Richmond Hill</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3740&match_type=12">The Stangers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">0</td>
  <td align="center">ML</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=43579&match_type=12">Gators M.T.L</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="11">Playoffs</th>
 </tr>
 <tr>
  <td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 8<br>APR 09</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3740&match_type=12">The Stangers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 9<br>APR 16</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3765&match_type=12">Rising Stars HC</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3740&match_type=12">The Stangers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Semifinals<br>APR 23</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="5">1st Place Match</th>
  <th>&nbsp;</th>
  <th colspan="5">3rd Place Match</th>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Finals<br />Friday<br />APR 28</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
 </tr>
</table>
</html>

*OT - The match was decided in overtime.
*SO - The match was decided in a shoot-out.
*D> - Defaulted match due to over-age players being played in the game and no re-scheduling of the game made.
*ML - Match Loss, as determined by both teams never having scheduled the game

[[Playoffs Bracket|YoungGunsPlayoffs050]]

[[Young Guns History Page|YoungGunsHistory]]

Young Guns Schedule (#51)
<html>
<table>
 <tr>
  <th>Date</th>
  <th colspan="11">Games</th>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 1<br>APR 30</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">1</td>
  <td align="center" bgcolor="#EFEFEF">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center" bgcolor="#EFEFEF">&lt;D</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">0</td>
  <td align="center" bgcolor="#EFEFEF">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 2<br>MAY 07</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">3</td>
  <td align="center">OT</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 3<br>MAY 14</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">2</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">14</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">14</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 4<br>MAY 21</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">10</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">13</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 5<br>MAY 28</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">11</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 6<br>JUN 04</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">14</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center" bgcolor="#EFEFEF">OT</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">4</td>
  <td align="center">OT</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">11</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 7<br>JUN 11</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Scalpers de Oka</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">SH</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
  <td colspan="6" bgcolor="#CCCCCC">&nbsp;</td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="11">Playoffs</th>
 </tr>
 <tr>
  <td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 8<br>JUN 18</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td align="center">4</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 9<br>JUN 25</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">3</td>
  <td align="center">OT</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41300&match_type=12">Cabbagetown Langers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Semifinals<br>JUL 02</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">5</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="5">1st Place Match</th>
  <th>&nbsp;</th>
  <th colspan="5">3rd Place Match</th>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Finals<br />Friday<br />JUL 07</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
 </tr>
</table>
</html>
*OT - The match was decided in overtime.
*SO - The match was decided in a shoot-out.
*D> - Defaulted match due to over-age players being played in the game and no re-scheduling of the game made.
*ML - Match Loss, as determined by both teams never having scheduled the game

[[Playoffs Bracket|YoungGunsPlayoffs051]]
[[Young Guns History Page|YoungGunsHistory]]

Young Guns Schedule (#52)
<html>
<table>
 <tr>
  <th>Date</th>
  <th colspan="11">Games</th>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 1<br>JUL 09</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">2</td>
  <td align="center">&lt;D</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">9</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47719&match_type=12">Toronto Titans</a></td>
  <td align="center">1</td>
  <td align="center">&lt;D</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 2<br>JUL 16</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">0</td>
  <td align="center">ML</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47719&match_type=12">Toronto Titans</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 3<br>JUL 23</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">10</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td align="center">4</td>
  <td align="center">OT</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">5</td>
  <td align="center">OT</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">0</td>
  <td align="center">ML</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47719&match_type=12">Toronto Titans</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 4<br>JUL 30</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">0</td>
  <td align="center">ML</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47719&match_type=12">Toronto Titans</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 5<br>AUG 06</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47719&match_type=12">Toronto Titans</a></td>
  <td align="center">1</td>
  <td align="center">&lt;D</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">0</td>
  <td align="center">ML</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 6<br>AUG 13</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">9</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td align="center">5</td>
  <td align="center">SO</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47719&match_type=12">Toronto Titans</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 7<br>AUG 20</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3700&match_type=12">Corn Huskers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">13</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">0</td>
  <td align="center">ML</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47719&match_type=12">Toronto Titans</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="11">Playoffs</th>
 </tr>
 <tr>
  <td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 8<br>AUG 27</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3880&match_type=12">Frontenacs</a></td>
  <td align="center">3</td>
  <td align="center">OT</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">9</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">10</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 9<br>SEP 03</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44342&match_type=12">Barrie Colts</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Semifinals<br>SEP 10</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="5">1st Place Match</th>
  <th>&nbsp;</th>
  <th colspan="5">3rd Place Match</th>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Finals<br />Friday<br />SEP 15</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
</table>
</html>
*OT - The match was decided in overtime.
*SO - The match was decided in a shoot-out.
*D> - Defaulted match due to over-age players being played in the game and no re-scheduling of the game made.
*ML - Match Loss, as determined by both teams never having scheduled the game

[[Playoffs Bracket|YoungGunsPlayoffs052]]
[[Young Guns History Page|YoungGunsHistory]]

Young Guns Schedule (#53)
<html>
<table>
 <tr>
  <th>Date</th>
  <th colspan="11">Games</th>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 1<br>SEP 17</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=58310&match_type=12">Deking Benders</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 2<br>SEP 24</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">9</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=58310&match_type=12">Deking Benders</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 3<br>OCT 01</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">11</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=58310&match_type=12">Deking Benders</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 4<br>OCT 08</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=58310&match_type=12">Deking Benders</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 5<br>OCT 15</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=58310&match_type=12">Deking Benders</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 6<br>OCT 22</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=58310&match_type=12">Deking Benders</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 7<br>OCT 29</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=58310&match_type=12">Deking Benders</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">1</td>
  <td align="center">SO</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22158&match_type=12">Edmonton Doughboys</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="11">Playoffs</th>
 </tr>
 <tr>
  <td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 8<br>NOV 05</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
  <td align="center">1</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 9<br>NOV 12</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">OT</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Semifinals<br>NOV 19</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="5">1st Place Match</th>
  <th>&nbsp;</th>
  <th colspan="5">3rd Place Match</th>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Finals<br />Friday<br />NOV 24</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
</table>
</html>

[[Playoffs Bracket|YoungGunsPlayoffs053]]

[[Young Guns History Page|YoungGunsHistory]]

Young Guns Schedule (#54)
<html>
<table>
 <tr>
  <th>Date</th>
  <th colspan="11">Games</th>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 1<br>NOV 26</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22193&match_type=12">Oshawa Generals</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36186&match_type=12">The McElmon Marauders</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">3</td>
  <td align="center">&lt;D</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36190&match_type=12">HC Orléans</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 2<br>DEC 03</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">12</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22193&match_type=12">Oshawa Generals</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36190&match_type=12">HC Orléans</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">OT</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36186&match_type=12">The McElmon Marauders</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 3<br>DEC 10</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36190&match_type=12">HC Orléans</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22193&match_type=12">Oshawa Generals</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36186&match_type=12">The McElmon Marauders</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 4<br>DEC 17</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">2</td>
  <td align="center">&lt;D</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36186&match_type=12">The McElmon Marauders</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">10</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36190&match_type=12">HC Orléans</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22193&match_type=12">Oshawa Generals</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">12</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 5<br>DEC 24</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22193&match_type=12">Oshawa Generals</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">14</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36186&match_type=12">The McElmon Marauders</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36190&match_type=12">HC Orléans</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 6<br>DEC 31</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36186&match_type=12">The McElmon Marauders</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36190&match_type=12">HC Orléans</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22193&match_type=12">Oshawa Generals</a></td>
 </tr>
 <tr>
  <td rowspan="6" valign="top" bgcolor="#CCCCCC">Week 7<br>JAN 07</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22193&match_type=12">Oshawa Generals</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36186&match_type=12">The McElmon Marauders</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">6</td>
  <td align="center">SO</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36190&match_type=12">HC Orléans</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td align="center">10</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="11">Playoffs</th>
 </tr>
 <tr>
  <td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 8<br>JAN 14</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">OT</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">3</td>
  <td align="center">SH</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
 </tr>
 <tr>
  <td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 9<br>JAN 21</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=806&match_type=12">Montreal FreeFallers</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Semifinals<br>JAN 28</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="5">1st Place Match</th>
  <th>&nbsp;</th>
  <th colspan="5">3rd Place Match</th>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Finals<br />Friday<br />FEB 02</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=16997&match_type=12">Queen City Kings</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
 </tr>
</table>
</html>

[[Playoffs Bracket|YoungGunsPlayoffs054]]
[[Young Guns History Page|YoungGunsHistory]]

Young Guns Schedule (#55)
<html>
<table>
 <tr>
  <th>Date</th>
  <th colspan="11">Games</th>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 1<br>FEB 04</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">10</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td align="center">1</td>
  <td align="center">&lt;D</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td align="center">&nbsp;</td>
  <td align="center">-</td>
  <td align="center">&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 2<br>FEB 11</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td align="center">&nbsp;</td>
  <td align="center">-</td>
  <td align="center">&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 3<br>FEB 18</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">11</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td align="center">2</td>
  <td align="center">&lt;D</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td align="center">&nbsp;</td>
  <td align="center">-</td>
  <td align="center">&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 4<br>FEB 25</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td align="center">&nbsp;</td>
  <td align="center">-</td>
  <td align="center">&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 5<br>MAR 04</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">9</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td align="center">&nbsp;</td>
  <td align="center">-</td>
  <td align="center">&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 6<br>MAR 11</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td align="center">&nbsp;</td>
  <td align="center">-</td>
  <td align="center">&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 7<br>MAR 18</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td>&nbsp;</td>
  <td align="center">&nbsp;</td>
  <td align="center">-</td>
  <td align="center">&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="11">Playoffs</th>
 </tr>
 <tr>
  <td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 8<br>MAR 25</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">3</td>
  <td align="center">OT</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47965&match_type=12">Sunnyvale</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Pebble Baye Explorers</a></td>
 </tr>
 <tr>
  <td colspan="11">4 bye teams: 3 division leaders + one wild card<br />Saskatoon Slough Sharks, Little Caesars, PEI Potatoskins, and Jammers</td>
 </tr>
 <tr>
  <td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 9<br>APR 01</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">10</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Semifinals<br>APR 08</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">4</td>
  <td align="center">OT</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="5">1st Place Match</th>
  <th>&nbsp;</th>
  <th colspan="5">3rd Place Match</th>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Finals<br />Friday<br />APR 13</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
</table>
</html>
[[Playoffs Bracket|YoungGunsPlayoffs055]]
[[Young Guns History Page|YoungGunsHistory]]

Young Guns Schedule (#56)
<html>
<table>
 <tr>
  <th>Date</th>
  <th colspan="11">Games</th>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 1<br>APR 15</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">11</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">12</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">10</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td align="center">3</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">9</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Annúminas Dúnedain</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 2<br>APR 22</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">3</td>
  <td align="center">OT</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Annúminas Dúnedain</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 3<br>APR 29</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Annúminas Dúnedain</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">11</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 4<br>MAY 06</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">10</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">10</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Annúminas Dúnedain</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">13</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 5<br>MAY 13</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Annúminas Dúnedain</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">3</td>
  <td align="center">OT</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 6<br>MAY 20</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">11</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Annúminas Dúnedain</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 7<br>MAY 27</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">8</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td align="center">4</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">0</td>
  <td align="center">SO</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Annúminas Dúnedain</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="11">Playoffs</th>
 </tr>
 <tr>
  <td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 8<br>JUN 03</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
  <td align="center">0</td>
  <td align="center">&lt;D</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">10</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
 </tr>
 <tr>
  <td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 9<br>JUN 10</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">11</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Semifinals<br>JUN 17</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="5">1st Place Match</th>
  <th>&nbsp;</th>
  <th colspan="5">3rd Place Match</th>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Finals<br />Friday<br />JUN 22</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
 </tr>
</table>
</html>
[[Playoffs Bracket|YoungGunsPlayoffs056]]
[[Young Guns History Page|YoungGunsHistory]]

Young Guns Schedule (#57)
<html>
<table>
 <tr>
  <th>Date</th>
  <th colspan="11">Games</th>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 1<br>JUN 24</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 2<br>JUL 01</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">10</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 3<br>JUL 08</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">0</td>
  <td align="center">SH</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">1</td>
  <td align="center">&lt;D</td>
  <td align="center">7</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 4<br>JUL 15</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">11</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">10</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 5<br>JUL 22</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">7</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">14</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 6<br>JUL 29</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">1</td>
  <td align="center">SO</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">3</td>
  <td align="center">OT</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">3</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">6</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">11</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
  <td align="center">2</td>
  <td align="center">SO</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
 </tr>
 <tr>
  <td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 7<br>AUG 05</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
  <td align="center">0</td>
  <td align="center">ML</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
  <td align="center">7</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
  <td align="center">2</td>
  <td align="center">OT</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">6</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="11">Playoffs</th>
 </tr>
 <tr>
  <td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 8<br>AUG 12</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">9</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">5</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
 </tr>
 <tr>
  <td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 9<br>AUG 19</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td align="center">3</td>
  <td align="center">D&gt;</td>
  <td align="center">0</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
 </tr>
 <tr>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
  <td align="center">0</td>
  <td align="center">-</td>
  <td align="center">4</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Semifinals<br>AUG 26</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td align="center">5</td>
  <td align="center">-</td>
  <td align="center">2</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">4</td>
  <td align="center">-</td>
  <td align="center">1</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
 </tr>
 <tr>
  <th>Date</th>
  <th colspan="5">1st Place Match</th>
  <th>&nbsp;</th>
  <th colspan="5">3rd Place Match</th>
 </tr>
 <tr>
  <td valign="top" bgcolor="#CCCCCC">Finals<br />Friday<br />AUG 31</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
  <td align="center">1</td>
  <td align="center">-</td>
  <td align="center">3</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
  <td bgcolor="#CCCCCC">&nbsp;</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
  <td align="center">2</td>
  <td align="center">-</td>
  <td align="center">8</td>
  <td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
 </tr>
</table>
</html>

[[Playoffs Bracket|YoungGunsPlayoffs057]]
[[Young Guns History|YoungGunsHistory]]

Tournament Schedule (#58)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 1<br>SEP 2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
<td align="center">11</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14903&match_type=12">Rouleau Renegades™</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 2<br>SEP 9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14903&match_type=12">Rouleau Renegades™</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">10</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">11</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 3<br>SEP 16</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14903&match_type=12">Rouleau Renegades™</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
<td align="center">9</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">2</td>
<td align="center">&lt SO</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 4<br>SEP 23</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
<td align="center">13</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">2</td>
<td align="center">SO &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">4</td>
<td align="center">SO &gt</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">1</td>
<td align="center">SO &gt</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14903&match_type=12">Rouleau Renegades™</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 5<br>SEP 30</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14903&match_type=12">Rouleau Renegades™</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 6<br>OCT 7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
<td align="center">3</td>
<td align="center">OT &gt</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14903&match_type=12">Rouleau Renegades™</a></td>
<td align="center">2</td>
<td align="center">&lt SO</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">10</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 7<br>OCT 14</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">0</td>
<td align="center">SO &gt</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">2</td>
<td align="center">&lt SO</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">2</td>
<td align="center">&lt OT</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14903&match_type=12">Rouleau Renegades™</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#CCCCCC">Round of 16 <br>OCT 21</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">10</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22155&match_type=12">The Edmonchuck Woodchuckers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14903&match_type=12">Rouleau Renegades™</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals<br>OCT 28</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=42987&match_type=12">Peanut Butter Exploders</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>NOV 04</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">6</td>
<td align="center">OT &gt</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals Friday <br>NOV 09</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">2</td>
<td align="center">SO &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34910&match_type=12">Spruce Monkeys</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
</table>
&nbsp;
</html>
[[Playoffs Bracket|YoungGunsPlayoffs058]]
&nbsp;
[[Young Guns History|YoungGunsHistory]]

Tournament Schedule (#59)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 1<br>NOV 11</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 2<br>NOV 18</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">5</td>
<td align="center">&lt SO</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td align="center">9</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 3<br>NOV 25</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 4<br>DEC 2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 5<br>DEC 9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">4</td>
<td align="center">&lt SO</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 6<br>DEC 16</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">9</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">1</td>
<td align="center">OT &gt</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 7<br>DEC 23</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Jurassic Park Dinos</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=811&match_type=12">Kazopolis Rangers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#CCCCCC">Round of 16 <br>DEC 30</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">1</td>
<td align="center">OT &gt</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals<br>JAN 06</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Wesley Crushers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>JAN 13</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">10</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals Friday <br>JAN 18</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
</tr>
</table>
</html>
&nbsp;
[[Playoffs Bracket|YoungGunsPlayoffs059]]
[[Young Guns Tournament History|YoungGunsHistory]]

Tournament Schedule (#60)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 1<br>JAN 20</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12"></a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 2<br>JAN 27</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">11</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">11</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12"></a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 3<br>FEB 3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 4<br>FEB 10</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">7</td>
<td align="center">&lt SO</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12"></a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 5<br>FEB 17</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">5</td>
<td align="center">&lt OT</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">2</td>
<td align="center">OT &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">2</td>
<td align="center">&lt SO</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">0</td>
<td align="center">SO &gt</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 6<br>FEB 24</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td align="center">13</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 7<br>MAR 3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">Kades Killas</a></td>
<td align="center">11</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">X-Men</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">East End Boys</a></td>
<td align="center">3</td>
<td align="center">SO &gt</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">6</td>
<td align="center">SO &gt</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">The Hooligans</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#CCCCCC">Round of 16 <br>MAR 10</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">(S08) Calgary Wire Flyers</a></td>
<td align="center">3</td>
<td align="center">&lt OT</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">(S09) Oka Scalpers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">(S05) East End Boys</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">(S12) Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">(S06) Saskatoon Tide</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">(S11) Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">(S07) Hamilton Roadhogs</a></td>
<td align="center">1</td>
<td align="center">&lt OT</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">(S10) Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals 9<br>MAR 17</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">(S08) Calgary Wire Flyers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">(DL1) Kades Killas</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">(S11) Temptation Meow</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">(DL3) X-Men</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">(S05) East End Boys</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">(WC4) Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">(S07) Hamilton Roadhogs</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">(DL2) The Hooligans</a></td>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>MAR 24</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">(S05) East End Boys</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">(DL1) Kades Killas</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">(DL3) X-Men</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">(DL2) The Hooligans</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals Friday <br>MAR 29</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=51984&match_type=12">(DL2) The Hooligans</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44355&match_type=12">(DL1) Kades Killas</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36184&match_type=12">(DL3) X-Men</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=48248&match_type=12">(S05) East End Boys</a></td>
</tr>
</table>
</html>
&nbsp;
[[Playoffs Bracket|YoungGunsPlayoffs060]]
[[Young Guns History|YoungGunsHistory]]

Tournament Schedule (#61)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 1<br>MAR 30</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41290&match_type=12">Les Limes</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 2<br>APR 7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">11</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41290&match_type=12">Les Limes</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 3<br>APR 14</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41290&match_type=12">Les Limes</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">10</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">2</td>
<td align="center">&lt SO</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 4<br>APR 21</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">2</td>
<td align="center">&lt SO</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41290&match_type=12">Les Limes</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">5</td>
<td align="center">&lt OT</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">11</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 5<br>APR 28</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">3</td>
<td align="center">SO &gt</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41290&match_type=12">Les Limes</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">3</td>
<td align="center">&lt OT</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 6<br>MAY 5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">10</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41290&match_type=12">Les Limes</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#CCCCCC">Week 7<br>MAY 12</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=21678&match_type=12">Polar Bears</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">Montbec Nordiens</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">Saskatoon Tide</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41290&match_type=12">Les Limes</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3790&match_type=12">GreenWood Loggers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">Oka Scalpers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#CCCCCC">Round of 16 <br>MAY 19</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">(S08) Ovechkin Laich Semin</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41290&match_type=12">(S09) Les Limes</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">(S05) Saskatoon Tide</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">(S12) Saskatoon Slough Sharks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">(S06) Oka Scalpers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">(S11) Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">(S07) Havana Tropicals</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3831&match_type=12">(S10) Montbec Nordiens</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals <br>MAY 26</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">(S08) Ovechkin Laich Semin</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">(DL1) Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">(S06) Oka Scalpers</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">(DL3) The Van Nuys Wolves</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=1558&match_type=12">(S05) Saskatoon Tide</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">(WC4) Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">(S07) Havana Tropicals</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">(DL2) Notre Dame Hounds</a></td>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>JUN 2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">(WC4) Temptation Meow</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">(DL1) Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">(S07) Havana Tropicals</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">(S06) Oka Scalpers</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals Friday <br>JUN 7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">(DL1) Calgary Wire Flyers</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">(S07) Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=41048&match_type=12">(S06) Oka Scalpers</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">(WC4) Temptation Meow</a></td>
</tr>
</table>
</html>
&nbsp;
[[Playoffs Bracket|YoungGunsPlayoffs061]]
Tournament Schedule (#62)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 1<br>JUN 9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 2<br>JUN 16</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 3<br>JUN 23</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">13</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 4<br>JUN 30</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">14</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">10</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 5<br>JUL 7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">9</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 6<br>JUL 14</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">0</td>
<td align="center">&gt SO</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 7<br>JUL 21</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">13</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals <br>JUL 28</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>AUG 16</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
</tr>
<tr>
<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals <br>AUG 11</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3828&match_type=12">Notre Dame Hounds</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Special <br>AUG 16</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=58859&match_type=12">Winner of OYGT:<br /> Hamilton Junkrats</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Winner of YGT:<br /> Saskatoon Slough Sharks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
</table>
</html>
&nbsp;
[[Playoffs Bracket|YoungGunsPlayoffs062]]

[[Young Guns Tournament|YoungGunsHistory]]

Tournament Schedule (#63)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 1<br>AUG 18</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">10</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">12</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">9</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 2<br>AUG 25</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 3<br>SEP 1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 4<br>SEP 8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">0</td>
<td align="center">SO &gt</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">0</td>
<td align="center">SO &gt</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 5<br>SEP 15</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">0</td>
<td align="center">OT &gt</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
<td align="center">2</td>
<td align="center">SO &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 6<br>SEP 22</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">2</td>
<td align="center">OT &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">1</td>
<td align="center">OT &gt</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 7<br>SEP 29</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">2</td>
<td align="center">&lt OT</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>



<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals <br>OCT 6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">2</td>
<td align="center">SO &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=36111&match_type=12">Miley Cyrus HC</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972
&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986
&match_type=12">The Van Nuys Wolves🇨🇦</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931
&match_type=12">Saskatoon Slough Sharks
</a></td>
</tr>

<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>OCT 13</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972
&match_type=12">Havana Tropicals</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931
&match_type=12">Saskatoon Slough Sharks</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals <br>OCT 20</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972
&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931
&match_type=12">Saskatoon Slough Sharks</a></td>
</tr>
</table>
</html>
&nbsp;
[[Playoffs Bracket|YoungGunsPlayoffs063]]
[[Young Guns Tournament|YoungGunsHistory]]

Tournament Schedule (#64)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 1<br>OCT 27</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys WolvesCA</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 2<br>NOV 03</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys WolvesCA</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 3<br>NOV 10</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys WolvesCA</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">3</td>
<td align="center">SO &gt</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 4<br>NOV 17</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">3</td>
<td align="center">&lt OT</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys WolvesCA</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">4</td>
<td align="center">&lt SO</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 5<br>NOV 24</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys WolvesCA</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 6<br>DEC 01</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys WolvesCA</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#CCCCCC">Week 7<br>DEC 08</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=32986&match_type=12">The Van Nuys WolvesCA</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">4</td>
<td align="center">&lt SO</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=14931&match_type=12">Saskatoon Slough Sharks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals <br>DEC 15</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">1</td>
<td align="center">SO &gt</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>

<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>DEC 22</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>

<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals <br>DEC 29</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">PEI Potatoskins</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Calgary Wire Flyers</a></td>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Special <br>JAN 3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=58859&match_type=12">Hamilton Junkrats</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=-&match_type=12">-</a></td>
</tr>
</table>
</html>
&nbsp;
[[Playoffs Bracket|YoungGunsPlayoffs064]]
[[Young Guns Tournament|YoungGunsHistory]]

Tournament Preliminary Schedule (#65)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 1<br>JAN 5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td align="center">3</td>
<td align="center">SO &gt</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 2<br>JAN 12</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 3<br>JAN 19</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td align="center">1</td>
<td align="center">SO &gt</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 4<br>JAN 26</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 5<br>FEB 2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 6<br>FEB 9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">1</td>
<td align="center">SO &gt</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 7<br>FEB 16</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals <br>FEB 23</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">1</td>
<td align="center">&lt OT</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>MAR 1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">5</td>
<td align="center">SO &gt</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>
<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals <br>MAR 8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">4</td>
<td align="center">&lt SO</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
</tr>

<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Special Friday <br>MAR 13</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
</tr>
</table>
</html>
&nbsp;
[[Playoffs Bracket|YoungGunsPlayoffs]]
[[Young Guns Tournament|YoungGunsHistory]]

Tournament Schedule (#66)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 1<br>MAR 15</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 2<br>MAR 22</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">0</td>
<td align="center">OT &gt</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 3<br>MAR 29</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">3</td>
<td align="center">&lt SO</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 4<br>APR 5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 5<br>APR 12</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>

<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 6<br>APR 19</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">2</td>
<td align="center">&lt OT</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
</tr>

<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 7<br>APR 26</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3798&match_type=12">Every Gate</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=44521&match_type=12">Temptation Meow</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3808&match_type=12">Ovechkin Laich Semin</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47972&match_type=12">Havana Tropicals</a></td>
</tr>



<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals <br>MAY 3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3797&match_type=12">Wahoo Porkswords</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47567&match_type=12">PEI Potatoskins</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3838&match_type=12">Frugalites</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>


<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>MAY 10</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
</tr>


<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals <br>MAY 17</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Special Friday <br>MAY 22</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=58814&match_type=12">Scheifele Man Rockets</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
</tr>
</table>
</html>
&nbsp;
[[Playoffs Bracket|YoungGunsPlayoffs066]]
[[Young Guns Tournament|YoungGunsHistory]]

Tournament Schedule (#67)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 1<br>MAY 24</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">9</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61682&match_type=12">PEI Potatoskins - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61850&match_type=12">Hamilton Roadhogs - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 2<br>MAY 31</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">3</td>
<td align="center">&lt D</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61850&match_type=12">Hamilton Roadhogs - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">11</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">6</td>
<td align="center">&lt SO</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61682&match_type=12">PEI Potatoskins - U23</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 3<br>JUN 7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">0</td>
<td align="center">D &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61850&match_type=12">Hamilton Roadhogs - U23</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61682&match_type=12">PEI Potatoskins - U23</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 4<br>JUN 14</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">10</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61850&match_type=12">Hamilton Roadhogs - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">8</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">10</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61682&match_type=12">PEI Potatoskins - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 5<br>JUN 21</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61682&match_type=12">PEI Potatoskins - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61850&match_type=12">Hamilton Roadhogs - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 6<br>JUN 28</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61682&match_type=12">PEI Potatoskins - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">10</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61850&match_type=12">Hamilton Roadhogs - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td align="center">6</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">12</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#CCCCCC">Week 7<br>JUL 5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61850&match_type=12">Hamilton Roadhogs - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">12</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">1</td>
<td align="center">OT &gt</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61682&match_type=12">PEI Potatoskins - U23</a></td>
</tr>





<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals <br>JUL 12</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61682&match_type=12">PEI Potatoskins - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=54331&match_type=12">StJean Lynx</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">1</td>
<td align="center">OT &gt</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
</tr>


<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>JUL 19</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
</tr>




<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals <br>JUL 26</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3793&match_type=12">Little Caesars</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=34915&match_type=12">Entropians</a></td>
<td align="center">0</td>
<td align="center">&lt D &gt</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
</tr>


<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Special Friday <br>JUL 31</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=22182&match_type=12">LumberJacks</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=9053&match_type=12">Aussie Legion</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
</tr>
</table>
</html>
&nbsp;
[[Playoffs Bracket|YoungGunsPlayoffs067]]
[[Young Guns Tournament|YoungGunsHistory]]

Tournament Schedule (#68)
<html>
<table>
<tr>
<th>Date</th>
<th colspan="11">Games</th>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 1<br>AUG 2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
</tr>



<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 2<br>AUG 9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td align="center">2</td>
<td align="center">SO &gt</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">4</td>
<td align="center">&lt OT</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
</tr>

<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 3<br>AUG 16</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">7</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">12</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">8</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
</tr>

<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 4<br>AUG 23</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
</tr>

<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 5<br>AUG 30</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">7</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
</tr>

<td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 6<br>SEP 6</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">14</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td align="center">11</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
</tr>

<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Week 7<br>SEP 13</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">6</td>
<td align="center">&lt OT</td>
<td align="center">5</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">0</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
</tr>







<tr>
<th>Date</th>
<th colspan="11">Playoffs</th>
</tr>
<tr>
<td rowspan="2" valign="top" bgcolor="#CCCCCC">Quarterfinals <br>SEP 20</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=47626&match_type=12">Hamilton Roadhogs</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61309&match_type=12">Ovechkin Laich Semin - U23</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=59480&match_type=12">HC Winnipeg - U23</a></td>
<td align="center">3</td>
<td align="center">-</td>
<td align="center">9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60255&match_type=12">Frugalites - U23</a></td>
<td align="center">1</td>
<td align="center">-</td>
<td align="center">10</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
</tr>






<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Semifinals <br>SEP 27</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td align="center">2</td>
<td align="center">-</td>
<td align="center">3</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
<td align="center">0</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
</tr>







<tr>
<th>Date</th>
<th colspan="5">1st Place Match</th>
<th>&nbsp;</th>
<th colspan="5">3rd Place Match</th>
</tr>
<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Finals <br>OCT 4</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">4</td>
<td align="center">-</td>
<td align="center">2</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=60930&match_type=12">Wahoo Porkswords - U23</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61362&match_type=12">Every Gate - U23</a></td>
<td align="center">5</td>
<td align="center">-</td>
<td align="center">1</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=61277&match_type=12">Havana Tropicals - U23</a></td>
</tr>



<tr>
<td rowspan="1" valign="top" bgcolor="#CCCCCC">Special Friday <br>OCT 9</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=3839&match_type=12">Jammers</a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=9068&match_type=12">Kingston Zambonis</a></td>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td><a target="_blank" href="http://www.hockeyarena.net/en/index.php?p=manager_schedule_friendly_match_form.php&challenged=&match_type=12"></a></td>
</tr>
</table>
</html>
&nbsp;
[[Playoffs Bracket|YoungGunsPlayoffs068]]
Tournament Preliminary Standings (#68)
<html>
<table>
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>1</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords - U23</td>
<td align="right">7</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">21</td>
<td align="right">46</td>
<td align="right">8</td>
<td align="right">38</td>
</tr>
<td>2</td>
<td>2</td>
<td align="right">Jimmys</td>
<td>Jammers</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">1</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">16</td>
<td align="right">51</td>
<td align="right">13</td>
<td align="right">38</td>
</tr>
<td>3</td>
<td>3</td>
<td align="right">Spuddy</td>
<td>Havana Tropicals - U23</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">14</td>
<td align="right">21</td>
<td align="right">12</td>
<td align="right">9</td>
</tr>
<td>4</td>
<td>4</td>
<td align="right">Temm</td>
<td>Every Gate - U23</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">13</td>
<td align="right">24</td>
<td align="right">18</td>
<td align="right">6</td>
</tr>
<td>5</td>
<td>5</td>
<td align="right">dealforme</td>
<td>Frugalites - U23</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">11</td>
<td align="right">32</td>
<td align="right">-21</td>
</tr>
<td>6</td>
<td>6</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin - U23</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">7</td>
<td align="right">14</td>
<td align="right">25</td>
<td align="right">-11</td>
</tr>
<td>7</td>
<td>7</td>
<td align="right">jetsdude</td>
<td>HC Winnipeg - U23</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">5</td>
<td align="right">35</td>
<td align="right">-30</td>
</tr>
<td>8</td>
<td>8</td>
<td align="right">starsnostars</td>
<td>Hamilton Roadhogs</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">35</td>
<td align="right">-28</td>
</tr>





</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule]]
[[Playoff Schedule|YoungGunsPlayoffs]]
Tournament Preliminary Standings (#48)
<html>
<table>
 <tr>
  <th colspan="13" align="left">Division A</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>1</td>
  <td align="right">simonhockey89</td>
  <td>Spruce Monkeys</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">18</td>
  <td align="right">37</td>
  <td align="right">5</td>
  <td align="right">+32</td>
 </tr>
 <tr>
  <td>2</td>
  <td>9</td>
  <td align="right">Temm</td>
  <td>Calgary Wire Flyers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">14</td>
  <td align="right">29</td>
  <td align="right">17</td>
  <td align="right">+12</td>
 </tr>
 <tr>
  <td>3</td>
  <td>16</td>
  <td align="right">Cal10</td>
  <td>Wahoo Porkswords</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">13</td>
  <td align="right">20</td>
  <td align="right">22</td>
  <td align="right">-2</td>
 </tr>
 <tr>
  <td>4</td>
  <td>17</td>
  <td align="right">Landeskog</td>
  <td>Kitchener Rangers</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">7</td>
  <td align="right">17</td>
  <td align="right">29</td>
  <td align="right">-12</td>
 </tr>
 <tr>
  <td>5</td>
  <td>8</td>
  <td align="right">StiffArm</td>
  <td>Rising Stars HC</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">10</td>
  <td align="right">24</td>
  <td align="right">-14</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division B</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>3</td>
  <td align="right">Brenzen00</td>
  <td>Jurassic Park Dinos</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">40</td>
  <td align="right">11</td>
  <td align="right">+29</td>
 </tr>
 <tr>
  <td>2</td>
  <td>6</td>
  <td align="right">Sarabos</td>
  <td>Frontenacs</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">11</td>
  <td align="right">22</td>
  <td align="right">19</td>
  <td align="right">+3</td>
 </tr>
 <tr>
  <td>3</td>
  <td>11</td>
  <td align="right">Promethee</td>
  <td>Polar Bears</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">11</td>
  <td align="right">19</td>
  <td align="right">20</td>
  <td align="right">-1</td>
 </tr>
 <tr>
  <td>4</td>
  <td>19</td>
  <td align="right">MDavidson</td>
  <td>Sunnyvale</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">10</td>
  <td align="right">13</td>
  <td align="right">30</td>
  <td align="right">-17</td>
 </tr>
 <tr>
  <td>5</td>
  <td>14</td>
  <td align="right">robotco</td>
  <td>Temptation Meow</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">21</td>
  <td align="right">20</td>
  <td align="right">+1</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division C</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>4</td>
  <td align="right">ByteMe</td>
  <td>The Hooligans</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">18</td>
  <td align="right">36</td>
  <td align="right">7</td>
  <td align="right">+29</td>
 </tr>
 <tr>
  <td>2</td>
  <td>5</td>
  <td align="right">Earl</td>
  <td>Ovechkin Laich Semin</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">15</td>
  <td align="right">22</td>
  <td align="right">11</td>
  <td align="right">+11</td>
 </tr>
 <tr>
  <td>3</td>
  <td>13</td>
  <td align="right">Spuddy</td>
  <td>Wesley Crushers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">2</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">13</td>
  <td align="right">22</td>
  <td align="right">15</td>
  <td align="right">+7</td>
 </tr>
 <tr>
  <td>4</td>
  <td>12</td>
  <td align="right">dealforme</td>
  <td>Frugalites</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">4</td>
  <td align="right">17</td>
  <td align="right">31</td>
  <td align="right">-14</td>
 </tr>
 <tr>
  <td>5</td>
  <td>20</td>
  <td align="right">Guinny</td>
  <td>Cabbagetown Langers</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">5</td>
  <td align="right">53</td>
  <td align="right">-48</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division D</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>2</td>
  <td align="right">willcann</td>
  <td>Barrie Colts</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">44</td>
  <td align="right">3</td>
  <td align="right">+41</td>
 </tr>
 <tr>
  <td>2</td>
  <td>15</td>
  <td align="right">YTW Sports</td>
  <td>SCLSU Mod Dogs</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">17</td>
  <td align="right">28</td>
  <td align="right">-11</td>
 </tr>
 <tr>
  <td>3</td>
  <td>10</td>
  <td align="right">Jt2001</td>
  <td>Corn Huskers</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">12</td>
  <td align="right">27</td>
  <td align="right">-15</td>
 </tr>
 <tr>
  <td>4</td>
  <td>7</td>
  <td align="right">reider</td>
  <td>PEI Potatoskins</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">4</td>
  <td align="right">14</td>
  <td align="right">30</td>
  <td align="right">-16</td>
 </tr>
 <tr>
  <td>5</td>
  <td>18</td>
  <td align="right">toucan</td>
  <td>Mighty Toucan</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">11</td>
  <td align="right">26</td>
  <td align="right">-15</td>
 </tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule048]]
[[Playoffs Schedule|YoungGunsPlayoffs048]]

Tournament Preliminary Standings (#49)
<html>
<table>
 <tr>
  <th colspan="13" align="left">Division A</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>8</td>
  <td align="right">Sarabos</td>
  <td>Frontenacs</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">19</td>
  <td align="right">30</td>
  <td align="right">7</td>
  <td align="right">+23</td>
 </tr>
 <tr>
  <td>2</td>
  <td>17</td>
  <td align="right">willcann</td>
  <td>Barrie Colts</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">18</td>
  <td align="right">28</td>
  <td align="right">11</td>
  <td align="right">+17</td>
 </tr>
 <tr>
  <td>3</td>
  <td>1</td>
  <td align="right">Earl</td>
  <td>Ovechkin Laich Semin</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">14</td>
  <td align="right">21</td>
  <td align="right">12</td>
  <td align="right">+9</td>
 </tr>
 <tr>
  <td>4</td>
  <td>11</td>
  <td align="right">allanon101</td>
  <td>Edmonton Doughboys</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">5</td>
  <td align="right">12</td>
  <td align="right">23</td>
  <td align="right">-11</td>
 </tr>
 <tr>
  <td>5</td>
  <td>15</td>
  <td align="right">Landeskog</td>
  <td>Kitchener Rangers</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">38</td>
  <td align="right">-32</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division B</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>4</td>
  <td align="right">sean84</td>
  <td>Miley Cyrus HC</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">17</td>
  <td align="right">28</td>
  <td align="right">12</td>
  <td align="right">+16</td>
 </tr>
 <tr>
  <td>2</td>
  <td>5</td>
  <td align="right">Temm</td>
  <td>Calgary Wire Flyers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">14</td>
  <td align="right">21</td>
  <td align="right">17</td>
  <td align="right">+4</td>
 </tr>
 <tr>
  <td>3</td>
  <td>14</td>
  <td align="right">MDavidson</td>
  <td>Sunnyvale</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">13</td>
  <td align="right">23</td>
  <td align="right">18</td>
  <td align="right">+5</td>
 </tr>
 <tr>
  <td>4</td>
  <td>12</td>
  <td align="right">YTW Sports</td>
  <td>Queen City Kings</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">7</td>
  <td align="right">28</td>
  <td align="right">22</td>
  <td align="right">+6</td>
 </tr>
 <tr>
  <td>5</td>
  <td>20</td>
  <td align="right">Guinny</td>
  <td>Cabbagetown Langers</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">11</td>
  <td align="right">25</td>
  <td align="right">-14</td>
 </tr>
 <tr>
  <td>6</td>
  <td>22</td>
  <td align="right">dooo</td>
  <td>TL Tigers</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">8</td>
  <td align="right">39</td>
  <td align="right">-31</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division C</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>3</td>
  <td align="right">StiffArm</td>
  <td>Rising Stars HC</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">14</td>
  <td align="right">15</td>
  <td align="right">5</td>
  <td align="right">+10</td>
 </tr>
 <tr>
  <td>2</td>
  <td>19</td>
  <td align="right">robotco</td>
  <td>Temptation Meow</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">14</td>
  <td align="right">20</td>
  <td align="right">14</td>
  <td align="right">+6</td>
 </tr>
 <tr>
  <td>3</td>
  <td>10</td>
  <td align="right">friznog19</td>
  <td>Pebble Baye Explorers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">2</td>
  <td align="right">11</td>
  <td align="right">26</td>
  <td align="right">12</td>
  <td align="right">+14</td>
 </tr>
 <tr>
  <td>4</td>
  <td>7</td>
  <td align="right">Spuddy</td>
  <td>Wesley Crushers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">10</td>
  <td align="right">15</td>
  <td align="right">17</td>
  <td align="right">-2</td>
 </tr>
 <tr>
  <td>5</td>
  <td>16</td>
  <td align="right">cebelisle</td>
  <td>Castors</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">5</td>
  <td align="right">23</td>
  <td align="right">-18</td>
 </tr>
 <tr>
  <td>6</td>
  <td>21</td>
  <td align="right">reider</td>
  <td>PEI Potatoskins</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">33</td>
  <td align="right">-24</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division D</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>2</td>
  <td align="right">Promethee</td>
  <td>Polar Bears</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">18</td>
  <td align="right">23</td>
  <td align="right">9</td>
  <td align="right">+14</td>
 </tr>
 <tr>
  <td>2</td>
  <td>6</td>
  <td align="right">Cal10</td>
  <td>Wahoo Porkswords</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">17</td>
  <td align="right">9</td>
  <td align="right">+8</td>
 </tr>
 <tr>
  <td>3</td>
  <td>18</td>
  <td align="right">Brenzen00</td>
  <td>Jurassic Park Dinos</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">20</td>
  <td align="right">10</td>
  <td align="right">+10</td>
 </tr>
 <tr>
  <td>4</td>
  <td>9</td>
  <td align="right">dealforme</td>
  <td>Frugalites</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">3</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">10</td>
  <td align="right">12</td>
  <td align="right">18</td>
  <td align="right">-6</td>
 </tr>
 <tr>
  <td>5</td>
  <td>13</td>
  <td align="right">Jt2001</td>
  <td>Corn Huskers</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">2</td>
  <td align="right">8</td>
  <td align="right">10</td>
  <td align="right">14</td>
  <td align="right">-4</td>
 </tr>
</table>
</html>

[[Round Robin Schedule|YoungGunsSchedule049]]
[[Playoffs Schedule|YoungGunsPlayoffs049]]
Tournament Preliminary Standings (#50)
<html>
<table>
 <tr>
  <th colspan="13" align="left">Division A</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>9</td>
  <td align="right">friznog19</td>
  <td>Pebble Baye Explorers</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">19</td>
  <td align="right">30</td>
  <td align="right">10</td>
  <td align="right">+20</td>
 </tr>
 <tr>
  <td>2</td>
  <td>1</td>
  <td align="right">Promethee</td>
  <td>Polar Bears</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">16</td>
  <td align="right">26</td>
  <td align="right">7</td>
  <td align="right">+19</td>
 </tr>
 <tr>
  <td>3</td>
  <td>16</td>
  <td align="right">Guinny</td>
  <td>Cabbagetown Langers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">17</td>
  <td align="right">14</td>
  <td align="right">+3</td>
 </tr>
 <tr>
  <td>4</td>
  <td>17</td>
  <td align="right">dealforme</td>
  <td>Frugalites</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">12</td>
  <td align="right">16</td>
  <td align="right">-4</td>
 </tr>
 <tr>
  <td>5</td>
  <td>7</td>
  <td align="right">ocstyf</td>
  <td>Gators M.T.L</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">18</td>
  <td align="right">-14</td>
 </tr>
 <tr>
  <td>6</td>
  <td>24</td>
  <td align="right">Da-Mone</td>
  <td>The Van Nuys Wolves🇨🇦</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">33</td>
  <td align="right">-29</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division B</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>4</td>
  <td align="right">Sarabos</td>
  <td>Frontenacs</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">38</td>
  <td align="right">3</td>
  <td align="right">+35</td>
 </tr>
 <tr>
  <td>2</td>
  <td>13</td>
  <td align="right">StiffArm</td>
  <td>Rising Stars HC</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">18</td>
  <td align="right">27</td>
  <td align="right">-9</td>
 </tr>
 <tr>
  <td>3</td>
  <td>5</td>
  <td align="right">Brenzen00</td>
  <td>Jurassic Park Dinos</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">20</td>
  <td align="right">16</td>
  <td align="right">+4</td>
 </tr>
 <tr>
  <td>4</td>
  <td>12</td>
  <td align="right">Mohack</td>
  <td>Scalpers de Oka</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">18</td>
  <td align="right">17</td>
  <td align="right">+1</td>
 </tr>
 <tr>
  <td>5</td>
  <td>18</td>
  <td align="right">gigi</td>
  <td>StJean Lynx</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">21</td>
  <td align="right">26</td>
  <td align="right">-5</td>
 </tr>
 <tr>
  <td>6</td>
  <td>21</td>
  <td align="right">Cloverfield</td>
  <td>GreenWood Loggers</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">9</td>
  <td align="right">19</td>
  <td align="right">-10</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division C</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>3</td>
  <td align="right">kaden66</td>
  <td>Kades Killas</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">20</td>
  <td align="right">19</td>
  <td align="right">9</td>
  <td align="right">+10</td>
 </tr>
 <tr>
  <td>2</td>
  <td>14</td>
  <td align="right">Spuddy</td>
  <td>Wesley Crushers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">13</td>
  <td align="right">15</td>
  <td align="right">12</td>
  <td align="right">+3</td>
 </tr>
 <tr>
  <td>3</td>
  <td>22</td>
  <td align="right">MavericK5L</td>
  <td>The Stangers</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">8</td>
  <td align="right">14</td>
  <td align="right">14</td>
  <td align="right">0</td>
 </tr>
 <tr>
  <td>4</td>
  <td>6</td>
  <td align="right">Temm</td>
  <td>Calgary Wire Flyers</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">8</td>
  <td align="right">15</td>
  <td align="right">21</td>
  <td align="right">-6</td>
 </tr>
 <tr>
  <td>5</td>
  <td>19</td>
  <td align="right">Earl</td>
  <td>Ovechkin Laich Semin</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">15</td>
  <td align="right">18</td>
  <td align="right">-3</td>
 </tr>
 <tr>
  <td>6</td>
  <td>11</td>
  <td align="right">Jt2001</td>
  <td>Corn Huskers</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">6</td>
  <td align="right">10</td>
  <td align="right">15</td>
  <td align="right">-5</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division D</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>8</td>
  <td align="right">MDavidson</td>
  <td>Sunnyvale</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">19</td>
  <td align="right">30</td>
  <td align="right">7</td>
  <td align="right">+23</td>
 </tr>
 <tr>
  <td>2</td>
  <td>2</td>
  <td align="right">willcann</td>
  <td>Barrie Colts</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">12</td>
  <td align="right">26</td>
  <td align="right">12</td>
  <td align="right">+14</td>
 </tr>
 <tr>
  <td>3</td>
  <td>20</td>
  <td align="right">robotco</td>
  <td>Temptation Meow</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">11</td>
  <td align="right">16</td>
  <td align="right">20</td>
  <td align="right">-4</td>
 </tr>
 <tr>
  <td>4</td>
  <td>15</td>
  <td align="right">Cal10</td>
  <td>Wahoo Porkswords</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">2</td>
  <td align="right">10</td>
  <td align="right">14</td>
  <td align="right">18</td>
  <td align="right">-4</td>
 </tr>
 <tr>
  <td>5</td>
  <td>10</td>
  <td align="right">goleafs54321</td>
  <td>Maple Leafs of Richmond Hill</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">12</td>
  <td align="right">32</td>
  <td align="right">-20</td>
 </tr>
 <tr>
  <td>6</td>
  <td>23</td>
  <td align="right">djeeyeff</td>
  <td>Montbec Nordiens</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">5</td>
  <td align="right">5</td>
  <td align="right">24</td>
  <td align="right">-19</td>
 </tr>
</table>
</html>

[[Round Robin Schedule|YoungGunsSchedule050]]
[[Playoffs Schedule|YoungGunsPlayoffs050]]
Tournament Preliminary Standings (#51)
<html>
<table>
 <tr>
  <th colspan="13" align="left">Division A</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>7</td>
  <td align="right">friznog19</td>
  <td>Pebble Baye Explorers</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">45</td>
  <td align="right">6</td>
  <td align="right">+39</td>
 </tr>
 <tr>
  <td>2</td>
  <td>1</td>
  <td align="right">kaden66</td>
  <td>Kades Killas</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">34</td>
  <td align="right">6</td>
  <td align="right">+28</td>
 </tr>
 <tr>
  <td>3</td>
  <td>17</td>
  <td align="right">willcann</td>
  <td>Barrie Colts</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">36</td>
  <td align="right">15</td>
  <td align="right">+21</td>
 </tr>
 <tr>
  <td>4</td>
  <td>14</td>
  <td align="right">gigi</td>
  <td>StJean Lynx</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">15</td>
  <td align="right">18</td>
  <td align="right">-3</td>
 </tr>
 <tr>
  <td>5</td>
  <td>9</td>
  <td align="right">Caesar54</td>
  <td>Little Caesars</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">2</td>
  <td align="right">71</td>
  <td align="right">-69</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division B</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>4</td>
  <td align="right">Temm</td>
  <td>Calgary Wire Flyers</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">19</td>
  <td align="right">33</td>
  <td align="right">13</td>
  <td align="right">+20</td>
 </tr>
 <tr>
  <td>2</td>
  <td>5</td>
  <td align="right">Earl</td>
  <td>Ovechkin Laich Semin</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">16</td>
  <td align="right">20</td>
  <td align="right">9</td>
  <td align="right">+11</td>
 </tr>
 <tr>
  <td>3</td>
  <td>20</td>
  <td align="right">Sarabos</td>
  <td>Frontenacs</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">2</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">13</td>
  <td align="right">20</td>
  <td align="right">17</td>
  <td align="right">+3</td>
 </tr>
 <tr>
  <td>4</td>
  <td>13</td>
  <td align="right">robotco</td>
  <td>Temptation Meow</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">19</td>
  <td align="right">14</td>
  <td align="right">+5</td>
 </tr>
 <tr>
  <td>5</td>
  <td>11</td>
  <td align="right">dealforme</td>
  <td>Frugalites</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">7</td>
  <td align="right">15</td>
  <td align="right">27</td>
  <td align="right">-12</td>
 </tr>
 <tr>
  <td>6</td>
  <td>21</td>
  <td align="right">Cloverfield</td>
  <td>GreenWood Loggers</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">8</td>
  <td align="right">23</td>
  <td align="right">-15</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division C</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>6</td>
  <td align="right">Guinny</td>
  <td>Cabbagetown Langers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">16</td>
  <td align="right">22</td>
  <td align="right">10</td>
  <td align="right">+12</td>
 </tr>
 <tr>
  <td>2</td>
  <td>12</td>
  <td align="right">Cal10</td>
  <td>Wahoo Porkswords</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">12</td>
  <td align="right">24</td>
  <td align="right">14</td>
  <td align="right">+10</td>
 </tr>
 <tr>
  <td>3</td>
  <td>3</td>
  <td align="right">Spuddy</td>
  <td>Wesley Crushers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">12</td>
  <td align="right">16</td>
  <td align="right">16</td>
  <td align="right">0</td>
 </tr>
 <tr>
  <td>4</td>
  <td>15</td>
  <td align="right">Macos</td>
  <td>LumberJacks</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">9</td>
  <td align="right">23</td>
  <td align="right">19</td>
  <td align="right">+4</td>
 </tr>
 <tr>
  <td>5</td>
  <td>22</td>
  <td align="right">Brenzen00</td>
  <td>Jurassic Park Dinos</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">8</td>
  <td align="right">19</td>
  <td align="right">23</td>
  <td align="right">-4</td>
 </tr>
 <tr>
  <td>6</td>
  <td>19</td>
  <td align="right">djeeyeff</td>
  <td>Montbec Nordiens</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">27</td>
  <td align="right">-21</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division D</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>2</td>
  <td align="right">MDavidson</td>
  <td>Sunnyvale</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">20</td>
  <td align="right">44</td>
  <td align="right">7</td>
  <td align="right">+37</td>
 </tr>
 <tr>
  <td>2</td>
  <td>18</td>
  <td align="right">Mohack</td>
  <td>Oka Scalpers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">13</td>
  <td align="right">16</td>
  <td align="right">-3</td>
 </tr>
 <tr>
  <td>3</td>
  <td>8</td>
  <td align="right">Jt2001</td>
  <td>Corn Huskers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">17</td>
  <td align="right">16</td>
  <td align="right">+1</td>
 </tr>
 <tr>
  <td>4</td>
  <td>16</td>
  <td align="right">Da-Mone</td>
  <td>The Van Nuys Wolves🇨🇦</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">10</td>
  <td align="right">24</td>
  <td align="right">-14</td>
 </tr>
 <tr>
  <td>5</td>
  <td>10</td>
  <td align="right">reider</td>
  <td>PEI Potatoskins</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">10</td>
  <td align="right">60</td>
  <td align="right">-50</td>
 </tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule051]]
[[Playoffs Schedule|YoungGunsPlayoffs051]]
Tournament Preliminary Standings (#52)
(Thanks to ~Da-Mone for the division names this season!)
<html>
<table>
 <tr>
  <th colspan="13" align="left">"It's Ice" (Division A)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>1</td>
  <td align="right">kaden66</td>
  <td>Kades Killas</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">45</td>
  <td align="right">3</td>
  <td align="right">+42</td>
 </tr>
 <tr>
  <td>2</td>
  <td>17</td>
  <td align="right">Sarabos</td>
  <td>Frontenacs</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">14</td>
  <td align="right">22</td>
  <td align="right">15</td>
  <td align="right">+7</td>
 </tr>
 <tr>
  <td>3</td>
  <td>23</td>
  <td align="right">Brenzen00</td>
  <td>Jurassic Park Dinos</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">8</td>
  <td align="right">17</td>
  <td align="right">10</td>
  <td align="right">+7</td>
 </tr>
 <tr>
  <td>4</td>
  <td>9</td>
  <td align="right">YTW Sports</td>
  <td>Queen City Kings</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">7</td>
  <td align="right">12</td>
  <td align="right">-5</td>
 </tr>
 <tr>
  <td>5</td>
  <td>16</td>
  <td align="right">reider</td>
  <td>PEI Potatoskins</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">9</td>
  <td align="right">28</td>
  <td align="right">-19</td>
 </tr>
 <tr>
  <td>6</td>
  <td>8</td>
  <td align="right">Jt2001</td>
  <td>Corn Huskers</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">5</td>
  <td align="right">42</td>
  <td align="right">-37</td>
 </tr>
 <tr>
  <th colspan="13" align="left">"Poor Heart" (Division B)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>5</td>
  <td align="right">Macos</td>
  <td>LumberJacks</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">19</td>
  <td align="right">34</td>
  <td align="right">7</td>
  <td align="right">+27</td>
 </tr>
 <tr>
  <td>2</td>
  <td>21</td>
  <td align="right">willcann</td>
  <td>Barrie Colts</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">17</td>
  <td align="right">38</td>
  <td align="right">13</td>
  <td align="right">+25</td>
 </tr>
 <tr>
  <td>3</td>
  <td>4</td>
  <td align="right">Da-Mone</td>
  <td>The Van Nuys Wolves🇨🇦</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">17</td>
  <td align="right">17</td>
  <td align="right">0</td>
 </tr>
 <tr>
  <td>4</td>
  <td>12</td>
  <td align="right">hrocker</td>
  <td>Saskatoon Slough Sharks</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">8</td>
  <td align="right">12</td>
  <td align="right">28</td>
  <td align="right">-16</td>
 </tr>
 <tr>
  <td>5</td>
  <td>13</td>
  <td align="right">dealforme</td>
  <td>Frugalites</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">18</td>
  <td align="right">21</td>
  <td align="right">-3</td>
 </tr>
 <tr>
  <td>6</td>
  <td>20</td>
  <td align="right">allanon101</td>
  <td>Edmonton Doughboys</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">14</td>
  <td align="right">31</td>
  <td align="right">-17</td>
 </tr>
 <tr>
  <th colspan="13" align="left">"Character Zero" (Division C)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>6</td>
  <td align="right">gigi</td>
  <td>StJean Lynx</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">17</td>
  <td align="right">27</td>
  <td align="right">7</td>
  <td align="right">+20</td>
 </tr>
 <tr>
  <td>2</td>
  <td>11</td>
  <td align="right">Spuddy</td>
  <td>Wesley Crushers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">16</td>
  <td align="right">12</td>
  <td align="right">+4</td>
 </tr>
 <tr>
  <td>3</td>
  <td>14</td>
  <td align="right">sean84</td>
  <td>Miley Cyrus HC</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">2</td>
  <td align="right">11</td>
  <td align="right">18</td>
  <td align="right">21</td>
  <td align="right">-3</td>
 </tr>
 <tr>
  <td>4</td>
  <td>22</td>
  <td align="right">Mohack</td>
  <td>Oka Scalpers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">14</td>
  <td align="right">15</td>
  <td align="right">-1</td>
 </tr>
 <tr>
  <td>5</td>
  <td>3</td>
  <td align="right">Temm</td>
  <td>Calgary Wire Flyers</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">17</td>
  <td align="right">22</td>
  <td align="right">-5</td>
 </tr>
 <tr>
  <td>6</td>
  <td>19</td>
  <td align="right">Caesar54</td>
  <td>Little Caesars</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">4</td>
  <td align="right">25</td>
  <td align="right">-21</td>
 </tr>
 <tr>
  <th colspan="13" align="left">"Shafty" (Division D)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>2</td>
  <td align="right">MDavidson</td>
  <td>Sunnyvale</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">32</td>
  <td align="right">4</td>
  <td align="right">+28</td>
 </tr>
 <tr>
  <td>2</td>
  <td>18</td>
  <td align="right">friznog19</td>
  <td>Pebble Baye Explorers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">13</td>
  <td align="right">8</td>
  <td align="right">+5</td>
 </tr>
 <tr>
  <td>3</td>
  <td>15</td>
  <td align="right">robotco</td>
  <td>Temptation Meow</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">12</td>
  <td align="right">21</td>
  <td align="right">21</td>
  <td align="right">0</td>
 </tr>
 <tr>
  <td>4</td>
  <td>10</td>
  <td align="right">Earl</td>
  <td>Ovechkin Laich Semin</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">8</td>
  <td align="right">13</td>
  <td align="right">19</td>
  <td align="right">-6</td>
 </tr>
 <tr>
  <td>5</td>
  <td>7</td>
  <td align="right">Cal10</td>
  <td>Wahoo Porkswords</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">6</td>
  <td align="right">15</td>
  <td align="right">25</td>
  <td align="right">-10</td>
 </tr>
 <tr>
  <td>6</td>
  <td>24</td>
  <td align="right">Beneather</td>
  <td>Toronto Titans</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">2</td>
  <td align="right">24</td>
  <td align="right">-22</td>
 </tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule052]]
[[Playoffs Schedule|YoungGunsPlayoffs052]]
Tournament Preliminary Standings (#53)
(Thanks to Brenzen00 for the division names this season!)
<html>
<table>
 <tr>
  <th colspan="13" align="left">Kocur Division (A)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>1</td>
  <td align="right">Temm</td>
  <td>Calgary Wire Flyers</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">18</td>
  <td align="right">27</td>
  <td align="right">6</td>
  <td align="right">+21</td>
 </tr>
 <tr>
  <td>2</td>
  <td>6</td>
  <td align="right">FreeFallFred</td>
  <td>Montreal FreeFallers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">10</td>
  <td align="right">14</td>
  <td align="right">14</td>
  <td align="right">0</td>
 </tr>
 <tr>
  <td>3</td>
  <td>16</td>
  <td align="right">robotco</td>
  <td>Temptation Meow</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">10</td>
  <td align="right">21</td>
  <td align="right">27</td>
  <td align="right">-6</td>
 </tr>
 <tr>
  <td>4</td>
  <td>9</td>
  <td align="right">hrocker</td>
  <td>Saskatoon Slough Sharks</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">3</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">9</td>
  <td align="right">12</td>
  <td align="right">21</td>
  <td align="right">-9</td>
 </tr>
 <tr>
  <td>5</td>
  <td>17</td>
  <td align="right">Mohack</td>
  <td>Oka Scalpers</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">15</td>
  <td align="right">26</td>
  <td align="right">-11</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Semenko Division (B)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>4</td>
  <td align="right">YTW Sports</td>
  <td>Queen City Kings</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">30</td>
  <td align="right">5</td>
  <td align="right">+25</td>
 </tr>
 <tr>
  <td>2</td>
  <td>20</td>
  <td align="right">MDavidson</td>
  <td>Sunnyvale</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">11</td>
  <td align="right">21</td>
  <td align="right">19</td>
  <td align="right">+2</td>
 </tr>
 <tr>
  <td>3</td>
  <td>14</td>
  <td align="right">Spuddy</td>
  <td>Wesley Crushers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">10</td>
  <td align="right">21</td>
  <td align="right">19</td>
  <td align="right">+2</td>
 </tr>
 <tr>
  <td>4</td>
  <td>5</td>
  <td align="right">Da-Mone</td>
  <td>The Van Nuys Wolves🇨🇦</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">19</td>
  <td align="right">18</td>
  <td align="right">+1</td>
 </tr>
 <tr>
  <td>5</td>
  <td>11</td>
  <td align="right">starsnostars</td>
  <td>Hamilton Roadhogs</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">7</td>
  <td align="right">32</td>
  <td align="right">-25</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Probert Division (C)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>3</td>
  <td align="right">Cal10</td>
  <td>Wahoo Porkswords</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">18</td>
  <td align="right">29</td>
  <td align="right">7</td>
  <td align="right">+22</td>
 </tr>
 <tr>
  <td>2</td>
  <td>8</td>
  <td align="right">sean84</td>
  <td>Miley Cyrus HC</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">14</td>
  <td align="right">18</td>
  <td align="right">8</td>
  <td align="right">+10</td>
 </tr>
 <tr>
  <td>3</td>
  <td>12</td>
  <td align="right">reider</td>
  <td>PEI Potatoskins</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">9</td>
  <td align="right">19</td>
  <td align="right">-10</td>
 </tr>
 <tr>
  <td>4</td>
  <td>13</td>
  <td align="right">dealforme</td>
  <td>Frugalites</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">9</td>
  <td align="right">26</td>
  <td align="right">-17</td>
 </tr>
 <tr>
  <td>5</td>
  <td>19</td>
  <td align="right">CarrotTop</td>
  <td>Deking Benders</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">2</td>
  <td align="right">42</td>
  <td align="right">-40</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Schultz Division (D)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>2</td>
  <td align="right">Macos</td>
  <td>LumberJacks</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">35</td>
  <td align="right">7</td>
  <td align="right">+28</td>
 </tr>
 <tr>
  <td>2</td>
  <td>18</td>
  <td align="right">Brenzen00</td>
  <td>Jurassic Park Dinos</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">21</td>
  <td align="right">10</td>
  <td align="right">+11</td>
 </tr>
 <tr>
  <td>3</td>
  <td>7</td>
  <td align="right">Earl</td>
  <td>Ovechkin Laich Semin</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">2</td>
  <td align="right">14</td>
  <td align="right">25</td>
  <td align="right">11</td>
  <td align="right">+14</td>
 </tr>
 <tr>
  <td>4</td>
  <td>10</td>
  <td align="right">Caesar54</td>
  <td>Little Caesars</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">3</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">10</td>
  <td align="right">19</td>
  <td align="right">14</td>
  <td align="right">+5</td>
 </tr>
 <tr>
  <td>5</td>
  <td>15</td>
  <td align="right">allanon101</td>
  <td>Edmonton Doughboys</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">24</td>
  <td align="right">-23</td>
 </tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule053]]
[[Playoffs Schedule|YoungGunsPlayoffs053]]
Tournament Preliminary Standings (#54)
(Thanks to Temm for the division names this season!)
<html>
<table>
 <tr>
  <th colspan="13" align="left">Dragons Division (A)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>1</td>
  <td align="right">Macos</td>
  <td>LumberJacks</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">47</td>
  <td align="right">7</td>
  <td align="right">+40</td>
 </tr>
 <tr>
  <td>2</td>
  <td>9</td>
  <td align="right">reider</td>
  <td>PEI Potatoskins</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">14</td>
  <td align="right">16</td>
  <td align="right">11</td>
  <td align="right">+5</td>
 </tr>
 <tr>
  <td>3</td>
  <td>17</td>
  <td align="right">Mohack</td>
  <td>Oka Scalpers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">23</td>
  <td align="right">21</td>
  <td align="right">+2</td>
 </tr>
 <tr>
  <td>4</td>
  <td>22</td>
  <td align="right">MDavidson</td>
  <td>Sunnyvale</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">10</td>
  <td align="right">15</td>
  <td align="right">25</td>
  <td align="right">-10</td>
 </tr>
 <tr>
  <td>5</td>
  <td>8</td>
  <td align="right">Tvares91</td>
  <td>Oshawa Generals</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">5</td>
  <td align="right">13</td>
  <td align="right">23</td>
  <td align="right">-10</td>
 </tr>
 <tr>
  <td>6</td>
  <td>16</td>
  <td align="right">Jimmys</td>
  <td>Jammers</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">3</td>
  <td align="right">10</td>
  <td align="right">21</td>
  <td align="right">-11</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Time Travel Division (B)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>5</td>
  <td align="right">hrocker</td>
  <td>Saskatoon Slough Sharks</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">20</td>
  <td align="right">35</td>
  <td align="right">6</td>
  <td align="right">+29</td>
 </tr>
 <tr>
  <td>2</td>
  <td>10</td>
  <td align="right">Earl</td>
  <td>Ovechkin Laich Semin</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">16</td>
  <td align="right">26</td>
  <td align="right">9</td>
  <td align="right">+17</td>
 </tr>
 <tr>
  <td>3</td>
  <td>4</td>
  <td align="right">Cal10</td>
  <td>Wahoo Porkswords</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">22</td>
  <td align="right">19</td>
  <td align="right">+3</td>
 </tr>
 <tr>
  <td>4</td>
  <td>14</td>
  <td align="right">Spuddy</td>
  <td>Wesley Crushers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">10</td>
  <td align="right">16</td>
  <td align="right">18</td>
  <td align="right">-2</td>
 </tr>
 <tr>
  <td>5</td>
  <td>20</td>
  <td align="right">starsnostars</td>
  <td>Hamilton Roadhogs</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">7</td>
  <td align="right">36</td>
  <td align="right">-29</td>
 </tr>
 <tr>
  <td>6</td>
  <td>21</td>
  <td align="right">friznog19</td>
  <td>Pebble Baye Explorers</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">5</td>
  <td align="right">39</td>
  <td align="right">-34</td>
 </tr>
 <tr>
  <th colspan="13" align="left">World Peace Division (C)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>11</td>
  <td align="right">Da-Mone</td>
  <td>The Van Nuys Wolves🇨🇦</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">20</td>
  <td align="right">26</td>
  <td align="right">9</td>
  <td align="right">+17</td>
 </tr>
 <tr>
  <td>2</td>
  <td>3</td>
  <td align="right">FreeFallFred</td>
  <td>Montreal FreeFallers</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">16</td>
  <td align="right">27</td>
  <td align="right">8</td>
  <td align="right">+19</td>
 </tr>
 <tr>
  <td>3</td>
  <td>6</td>
  <td align="right">Caesar54</td>
  <td>Little Caesars</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">24</td>
  <td align="right">12</td>
  <td align="right">+12</td>
 </tr>
 <tr>
  <td>4</td>
  <td>19</td>
  <td align="right">robotco</td>
  <td>Temptation Meow</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">11</td>
  <td align="right">25</td>
  <td align="right">-14</td>
 </tr>
 <tr>
  <td>5</td>
  <td>13</td>
  <td align="right">dealforme</td>
  <td>Frugalites</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">13</td>
  <td align="right">42</td>
  <td align="right">-29</td>
 </tr>
 <tr>
  <td>6</td>
  <td>24</td>
  <td align="right">CanadianDreams</td>
  <td>The McElmon Marauders</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">25</td>
  <td align="right">-25</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Fountain of Youth Division (D)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>2</td>
  <td align="right">YTW Sports</td>
  <td>Queen City Kings</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">17</td>
  <td align="right">49</td>
  <td align="right">11</td>
  <td align="right">+38</td>
 </tr>
 <tr>
  <td>2</td>
  <td>7</td>
  <td align="right">Temm</td>
  <td>Calgary Wire Flyers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">16</td>
  <td align="right">34</td>
  <td align="right">18</td>
  <td align="right">+16</td>
 </tr>
 <tr>
  <td>3</td>
  <td>18</td>
  <td align="right">Brenzen00</td>
  <td>Jurassic Park Dinos</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">13</td>
  <td align="right">27</td>
  <td align="right">16</td>
  <td align="right">+11</td>
 </tr>
 <tr>
  <td>4</td>
  <td>15</td>
  <td align="right">sean84</td>
  <td>Miley Cyrus HC</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">10</td>
  <td align="right">13</td>
  <td align="right">24</td>
  <td align="right">-11</td>
 </tr>
 <tr>
  <td>5</td>
  <td>12</td>
  <td align="right">ljbel2</td>
  <td>HC Orléans</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">7</td>
  <td align="right">13</td>
  <td align="right">27</td>
  <td align="right">-14</td>
 </tr>
 <tr>
  <td>6</td>
  <td>23</td>
  <td align="right">simonhockey89</td>
  <td>Spruce Monkeys</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">8</td>
  <td align="right">28</td>
  <td align="right">-20</td>
 </tr>
</table>
</html>

[[Round Robin Schedule|YoungGunsSchedule054]]
[[Playoffs Schedule|YoungGunsPlayoffs054]]
Tournament Preliminary Standings (#55)
(Division names provided by Macos.)
<html>
<table>
 <tr>
  <th colspan="13" align="left">Friendly Giant Division (A)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1 DL1</td>
  <td>1</td>
  <td align="right">hrocker</td>
  <td>Saskatoon Slough Sharks</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">46</td>
  <td align="right">3</td>
  <td align="right">+43</td>
 </tr>
 <tr>
  <td>2 S02</td>
  <td>6</td>
  <td align="right">Earl</td>
  <td>Ovechkin Laich Semin</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">16</td>
  <td align="right">15</td>
  <td align="right">+1</td>
 </tr>
 <tr>
  <td>3 S03</td>
  <td>9</td>
  <td align="right">Mohack</td>
  <td>Oka Scalpers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">13</td>
  <td align="right">20</td>
  <td align="right">27</td>
  <td align="right">-7</td>
 </tr>
 <tr>
  <td>4 S06</td>
  <td>15</td>
  <td align="right">Da-Mone</td>
  <td>The Van Nuys Wolves🇨🇦</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">22</td>
  <td align="right">16</td>
  <td align="right">+6</td>
 </tr>
 <tr>
  <td>5</td>
  <td>10</td>
  <td align="right">robotco</td>
  <td>Temptation Meow</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">8</td>
  <td align="right">21</td>
  <td align="right">29</td>
  <td align="right">-8</td>
 </tr>
 <tr>
  <td>6</td>
  <td>17</td>
  <td align="right">simonhockey89</td>
  <td>Spruce Monkeys</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">30</td>
  <td align="right">-26</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Littlest Hobo Division (B)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1 DL2</td>
  <td>2</td>
  <td align="right">Caesar54</td>
  <td>Little Caesars</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">35</td>
  <td align="right">9</td>
  <td align="right">+26</td>
 </tr>
 <tr>
  <td>2 S01</td>
  <td>14</td>
  <td align="right">friznog19</td>
  <td>Pebble Baye Explorers</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">14</td>
  <td align="right">9</td>
  <td align="right">+5</td>
 </tr>
 <tr>
  <td>3 S04</td>
  <td>7</td>
  <td align="right">Spuddy</td>
  <td>Wesley Crushers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">21</td>
  <td align="right">13</td>
  <td align="right">+8</td>
 </tr>
 <tr>
  <td>4 S07</td>
  <td>11</td>
  <td align="right">MDavidson</td>
  <td>Sunnyvale</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">12</td>
  <td align="right">12</td>
  <td align="right">0</td>
 </tr>
 <tr>
  <td>5 S08</td>
  <td>5</td>
  <td align="right">Temm</td>
  <td>Calgary Wire Flyers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">19</td>
  <td align="right">21</td>
  <td align="right">-2</td>
 </tr>
 <tr>
  <td>6</td>
  <td>18</td>
  <td align="right">yu gi knight</td>
  <td>Saskatoon Tide</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">8</td>
  <td align="right">31</td>
  <td align="right">-23</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Red Green Division (C)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1 DL3</td>
  <td>3</td>
  <td align="right">reider</td>
  <td>PEI Potatoskins</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">17</td>
  <td align="right">26</td>
  <td align="right">5</td>
  <td align="right">+21</td>
 </tr>
 <tr>
  <td>2 WC</td>
  <td>4</td>
  <td align="right">Jimmys</td>
  <td>Jammers</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">16</td>
  <td align="right">24</td>
  <td align="right">10</td>
  <td align="right">+14</td>
 </tr>
 <tr>
  <td>3 S05</td>
  <td>8</td>
  <td align="right">Cal10</td>
  <td>Wahoo Porkswords</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">15</td>
  <td align="right">12</td>
  <td align="right">+3</td>
 </tr>
 <tr>
  <td>4</td>
  <td>13</td>
  <td align="right">starsnostars</td>
  <td>Hamilton Roadhogs</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">11</td>
  <td align="right">21</td>
  <td align="right">-10</td>
 </tr>
 <tr>
  <td>5</td>
  <td>12</td>
  <td align="right">Stefman454</td>
  <td>The Edmonchuck Woodchuckers</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">8</td>
  <td align="right">37</td>
  <td align="right">-29</td>
 </tr>
 <tr>
  <td>6</td>
  <td>16</td>
  <td align="right">dealforme</td>
  <td>Frugalites</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">11</td>
  <td align="right">33</td>
  <td align="right">-22</td>
 </tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule055]]
[[Playoffs Schedule|YoungGunsPlayoffs055]]
Tournament Preliminary Standings (#56)
<html>
<table>
 <tr>
  <th colspan="13" align="left">Division A</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>1</td>
  <td align="right">hrocker</td>
  <td>Saskatoon Slough Sharks</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">18</td>
  <td align="right">56</td>
  <td align="right">7</td>
  <td align="right">+49</td>
 </tr>
 <tr>
  <td>2</td>
  <td>10</td>
  <td align="right">Earl</td>
  <td>Ovechkin Laich Semin</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">16</td>
  <td align="right">19</td>
  <td align="right">7</td>
  <td align="right">+12</td>
 </tr>
 <tr>
  <td>3</td>
  <td>7</td>
  <td align="right">Spuddy</td>
  <td>Wesley Crushers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">14</td>
  <td align="right">19</td>
  <td align="right">-5</td>
 </tr>
 <tr>
  <td>4</td>
  <td>16</td>
  <td align="right">yu gi knight</td>
  <td>Saskatoon Tide</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">11</td>
  <td align="right">13</td>
  <td align="right">20</td>
  <td align="right">-7</td>
 </tr>
 <tr>
  <td>5</td>
  <td>17</td>
  <td align="right">dealforme</td>
  <td>Frugalites</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">6</td>
  <td align="right">12</td>
  <td align="right">32</td>
  <td align="right">-20</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division B</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>4</td>
  <td align="right">Jimmys</td>
  <td>Jammers</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">16</td>
  <td align="right">33</td>
  <td align="right">10</td>
  <td align="right">+23</td>
 </tr>
 <tr>
  <td>2</td>
  <td>13</td>
  <td align="right">Mohack</td>
  <td>Oka Scalpers</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">2</td>
  <td align="right">14</td>
  <td align="right">30</td>
  <td align="right">13</td>
  <td align="right">+17</td>
 </tr>
 <tr>
  <td>3</td>
  <td>5</td>
  <td align="right">friznog19</td>
  <td>Peanut Butter Exploders</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">12</td>
  <td align="right">24</td>
  <td align="right">14</td>
  <td align="right">+10</td>
 </tr>
 <tr>
  <td>4</td>
  <td>12</td>
  <td align="right">Stefman454</td>
  <td>The Edmonchuck Woodchuckers</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">16</td>
  <td align="right">18</td>
  <td align="right">-2</td>
 </tr>
 <tr>
  <td>5</td>
  <td>20</td>
  <td align="right">Kazuzu</td>
  <td>Annúminas Dúnedain</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">2</td>
  <td align="right">52</td>
  <td align="right">-50</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division C</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>3</td>
  <td align="right">reider</td>
  <td>PEI Potatoskins</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">18</td>
  <td align="right">46</td>
  <td align="right">7</td>
  <td align="right">+39</td>
 </tr>
 <tr>
  <td>2</td>
  <td>14</td>
  <td align="right">robotco</td>
  <td>Temptation Meow</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">11</td>
  <td align="right">18</td>
  <td align="right">22</td>
  <td align="right">-4</td>
 </tr>
 <tr>
  <td>3</td>
  <td>6</td>
  <td align="right">Temm</td>
  <td>Calgary Wire Flyers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">10</td>
  <td align="right">15</td>
  <td align="right">27</td>
  <td align="right">-12</td>
 </tr>
 <tr>
  <td>4</td>
  <td>11</td>
  <td align="right">starsnostars</td>
  <td>Hamilton Roadhogs</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">18</td>
  <td align="right">27</td>
  <td align="right">-9</td>
 </tr>
 <tr>
  <td>5</td>
  <td>19</td>
  <td align="right">ByteMe</td>
  <td>The Hooligans</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">37</td>
  <td align="right">-34</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Division D</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>2</td>
  <td align="right">Caesar54</td>
  <td>Little Caesars</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">38</td>
  <td align="right">5</td>
  <td align="right">+33</td>
 </tr>
 <tr>
  <td>2</td>
  <td>9</td>
  <td align="right">Cal10</td>
  <td>Wahoo Porkswords</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">12</td>
  <td align="right">20</td>
  <td align="right">12</td>
  <td align="right">+8</td>
 </tr>
 <tr>
  <td>3</td>
  <td>un</td>
  <td align="right">Macos</td>
  <td>LumberJacks</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">8</td>
  <td align="right">14</td>
  <td align="right">24</td>
  <td align="right">-10</td>
 </tr>
 <tr>
  <td>4</td>
  <td>8</td>
  <td align="right">simonhockey89</td>
  <td>Spruce Monkeys</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">5</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">5</td>
  <td align="right">12</td>
  <td align="right">20</td>
  <td align="right">-8</td>
 </tr>
 <tr>
  <td>5</td>
  <td>18</td>
  <td align="right">Da-Mone</td>
  <td>The Van Nuys Wolves🇨🇦</td>
  <td align="right">7</td>
  <td align="right">1</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">4</td>
  <td align="right">14</td>
  <td align="right">45</td>
  <td align="right">-31</td>
 </tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule056]]
[[Playoffs Schedule|YoungGunsPlayoffs056]]
Tournament Preliminary Standings (#57)
(Division names brought to you by ~Da-Mone and Macos.)
<html>
<table>
 <tr>
  <th colspan="13" align="left">Nanaimo Bar Division (A)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>1</td>
  <td align="right">friznog19</td>
  <td>Peanut Butter Exploders</td>
  <td align="right">7</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">21</td>
  <td align="right">45</td>
  <td align="right">6</td>
  <td align="right">+39</td>
 </tr>
 <tr>
  <td>2</td>
  <td>8</td>
  <td align="right">Mohack</td>
  <td>Oka Scalpers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">11</td>
  <td align="right">24</td>
  <td align="right">16</td>
  <td align="right">+8</td>
 </tr>
 <tr>
  <td>3</td>
  <td>17</td>
  <td align="right">dealforme</td>
  <td>Frugalites</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">8</td>
  <td align="right">14</td>
  <td align="right">24</td>
  <td align="right">-10</td>
 </tr>
 <tr>
  <td>4</td>
  <td>9</td>
  <td align="right">djeeyeff</td>
  <td>Montbec Nordiens</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">8</td>
  <td align="right">33</td>
  <td align="right">-25</td>
 </tr>
 <tr>
  <td>5</td>
  <td>16</td>
  <td align="right">reider</td>
  <td>PEI Potatoskins</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">8</td>
  <td align="right">27</td>
  <td align="right">-19</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Poutine Division (B)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>4</td>
  <td align="right">starsnostars</td>
  <td>Hamilton Roadhogs</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">24</td>
  <td align="right">14</td>
  <td align="right">+10</td>
 </tr>
 <tr>
  <td>2</td>
  <td>5</td>
  <td align="right">Cal10</td>
  <td>Wahoo Porkswords</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">14</td>
  <td align="right">28</td>
  <td align="right">14</td>
  <td align="right">+14</td>
 </tr>
 <tr>
  <td>3</td>
  <td>13</td>
  <td align="right">dehd195</td>
  <td>East End Boys</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">11</td>
  <td align="right">14</td>
  <td align="right">24</td>
  <td align="right">-10</td>
 </tr>
 <tr>
  <td>4</td>
  <td>10</td>
  <td align="right">Spuddy</td>
  <td>Wesley Crushers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">3</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">10</td>
  <td align="right">18</td>
  <td align="right">18</td>
  <td align="right">0</td>
 </tr>
 <tr>
  <td>5</td>
  <td>20</td>
  <td align="right">Kazuzu</td>
  <td>Kazopolis Rangers</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">3</td>
  <td align="right">42</td>
  <td align="right">-39</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Back Bacon Division (C)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>3</td>
  <td align="right">simonhockey89</td>
  <td>Spruce Monkeys</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">35</td>
  <td align="right">9</td>
  <td align="right">+26</td>
 </tr>
 <tr>
  <td>2</td>
  <td>14</td>
  <td align="right">robotco</td>
  <td>Temptation Meow</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">3</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">9</td>
  <td align="right">12</td>
  <td align="right">13</td>
  <td align="right">-1</td>
 </tr>
 <tr>
  <td>3</td>
  <td>6</td>
  <td align="right">Stefman454</td>
  <td>The Edmonchuck Woodchuckers</td>
  <td align="right">7</td>
  <td align="right">3</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">9</td>
  <td align="right">11</td>
  <td align="right">17</td>
  <td align="right">-6</td>
 </tr>
 <tr>
  <td>4</td>
  <td>11</td>
  <td align="right">Earl</td>
  <td>Ovechkin Laich Semin</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">4</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">7</td>
  <td align="right">22</td>
  <td align="right">15</td>
  <td align="right">+7</td>
 </tr>
 <tr>
  <td>5</td>
  <td>18</td>
  <td align="right">Promethee</td>
  <td>Polar Bears</td>
  <td align="right">7</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">1</td>
  <td align="right">5</td>
  <td align="right">34</td>
  <td align="right">-29</td>
 </tr>
 <tr>
  <th colspan="13" align="left">Maple Syrup Division (D)</th>
 </tr>
 <tr>
  <th>Rank</th>
  <th>Seed</th>
  <th align="right">Manager</th>
  <th>Team</th>
  <th align="right">GP</th>
  <th align="right">Win</th>
  <th align="right">Loss</th>
  <th align="right">OTW</th>
  <th align="right">OTL</th>
  <th align="right">Points</th>
  <th align="right">GF</th>
  <th align="right">GA</th>
  <th align="right">G Diff</th>
 </tr>
 <tr>
  <td>1</td>
  <td>2</td>
  <td align="right">Jimmys</td>
  <td>Jammers</td>
  <td align="right">7</td>
  <td align="right">6</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">0</td>
  <td align="right">20</td>
  <td align="right">28</td>
  <td align="right">8</td>
  <td align="right">+20</td>
 </tr>
 <tr>
  <td>2</td>
  <td>7</td>
  <td align="right">yu gi knight</td>
  <td>Saskatoon Tide</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">28</td>
  <td align="right">5</td>
  <td align="right">+23</td>
 </tr>
 <tr>
  <td>3</td>
  <td>15</td>
  <td align="right">Da-Mone</td>
  <td>The Van Nuys Wolves🇨🇦</td>
  <td align="right">7</td>
  <td align="right">5</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">15</td>
  <td align="right">12</td>
  <td align="right">13</td>
  <td align="right">-1</td>
 </tr>
 <tr>
  <td>4</td>
  <td>12</td>
  <td align="right">kaden66</td>
  <td>Kades Killas</td>
  <td align="right">7</td>
  <td align="right">4</td>
  <td align="right">2</td>
  <td align="right">0</td>
  <td align="right">1</td>
  <td align="right">13</td>
  <td align="right">17</td>
  <td align="right">14</td>
  <td align="right">+3</td>
 </tr>
 <tr>
  <td>5</td>
  <td>19</td>
  <td align="right">Temm</td>
  <td>Calgary Wire Flyers</td>
  <td align="right">7</td>
  <td align="right">2</td>
  <td align="right">5</td>
  <td align="right">0</td>
  <td align="right">0</td>
  <td align="right">6</td>
  <td align="right">8</td>
  <td align="right">18</td>
  <td align="right">-10</td>
 </tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule057]]
[[Playoffs Schedule|YoungGunsPlayoffs057]]
Tournament Standings (#58)
<html>
<table>
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>1</td>
<td align="right">friznog19</td>
<td>Peanut Butter Exploders</td>
<td align="right">7</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">21</td>
<td align="right">48</td>
<td align="right">3</td>
<td align="right">45</td>
</tr>
<td>2</td>
<td>7</td>
<td align="right">Stefman454</td>
<td>The Edmonchuck Woodchuckers</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">14</td>
<td align="right">25</td>
<td align="right">12</td>
<td align="right">13</td>
</tr>
<td>3</td>
<td>9</td>
<td align="right">yu gi knight</td>
<td>Saskatoon Tide</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">13</td>
<td align="right">27</td>
<td align="right">13</td>
<td align="right">14</td>
</tr>
<td>4</td>
<td>17</td>
<td align="right">Brenzen00</td>
<td>Jurassic Park Dinos</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">5</td>
<td align="right">14</td>
<td align="right">38</td>
<td align="right">-24</td>
</tr>
<td>5</td>
<td>16</td>
<td align="right">Kazuzu</td>
<td>Kazopolis Rangers</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">10</td>
<td align="right">71</td>
<td align="right">-61</td>
</tr>
<tr>
<th colspan="13"align="left">Division(B)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>15</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">17</td>
<td align="right">18</td>
<td align="right">5</td>
<td align="right">13</td>
</tr>
<td>2</td>
<td>4</td>
<td align="right">kaden66</td>
<td>Kades Killas</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">14</td>
<td align="right">27</td>
<td align="right">11</td>
<td align="right">16</td>
</tr>
<td>3</td>
<td>12</td>
<td align="right">Spuddy</td>
<td>Wesley Crushers</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">2</td>
<td align="right">11</td>
<td align="right">23</td>
<td align="right">10</td>
<td align="right">13</td>
</tr>
<td>4</td>
<td>6</td>
<td align="right">djeeyeff</td>
<td>Montbec Nordiens</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">2</td>
<td align="right">2</td>
<td align="right">4</td>
<td align="right">24</td>
<td align="right">-20</td>
</tr>
<td>5</td>
<td>20</td>
<td align="right">sean84</td>
<td>Miley Cyrus HC</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">2</td>
<td align="right">6</td>
<td align="right">33</td>
<td align="right">-27</td>
</tr>
<tr>
<th colspan="13"align="left">Division(C)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>3</td>
<td align="right">starsnostars</td>
<td>Hamilton Roadhogs</td>
<td align="right">7</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">21</td>
<td align="right">34</td>
<td align="right">13</td>
<td align="right">21</td>
</tr>
<td>2</td>
<td>5</td>
<td align="right">dehd195</td>
<td>East End Boys</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">29</td>
<td align="right">17</td>
<td align="right">12</td>
</tr>
<td>3</td>
<td>18</td>
<td align="right">robotco</td>
<td>Temptation Meow</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">16</td>
<td align="right">20</td>
<td align="right">-4</td>
</tr>
<td>4</td>
<td>11</td>
<td align="right">Temm</td>
<td>Calgary Wire Flyers</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">11</td>
<td align="right">22</td>
<td align="right">19</td>
<td align="right">3</td>
</tr>
<td>5</td>
<td>14</td>
<td align="right">dealforme</td>
<td>Frugalites</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">26</td>
<td align="right">-19</td>
</tr>
<tr>
<th colspan="13"align="left">Division(D)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>2</td>
<td align="right">simonhockey89</td>
<td>Spruce Monkeys</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">18</td>
<td align="right">38</td>
<td align="right">9</td>
<td align="right">29</td>
</tr>
<td>2</td>
<td>10</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">2</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">16</td>
<td align="right">14</td>
<td align="right">2</td>
</tr>
<td>3</td>
<td>8</td>
<td align="right">Mohack</td>
<td>Oka Scalpers</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">2</td>
<td align="right">11</td>
<td align="right">19</td>
<td align="right">20</td>
<td align="right">-1</td>
</tr>
<td>4</td>
<td>13</td>
<td align="right">thegreat8</td>
<td>Rouleau Renegades™</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">13</td>
<td align="right">20</td>
<td align="right">-7</td>
</tr>
<td>5</td>
<td>19</td>
<td align="right">PeaceOut64</td>
<td>X-Men</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">16</td>
<td align="right">26</td>
<td align="right">-10</td>
</tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule058]]
[[Playoff Schedule|YoungGunsPlayoffs058]]
Tournament Standings (#59)
<html>
<table>
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1 DL2</td>
<td>17</td>
<td align="right">robotco</td>
<td>Temptation Meow</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">18</td>
<td align="right">28</td>
<td align="right">14</td>
<td align="right">14</td>
</tr>
<td>2 S06</td>
<td>1</td>
<td align="right">kaden66</td>
<td>Kades Killas</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">15</td>
<td align="right">25</td>
<td align="right">11</td>
<td align="right">14</td>
</tr>
<td>3 S11</td>
<td>15</td>
<td align="right">Da-Mone</td>
<td>The Van Nuys Wolves</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">19</td>
<td align="right">17</td>
<td align="right">2</td>
</tr>
<td>4 S12</td>
<td>10</td>
<td align="right">Spuddy</td>
<td>Wesley Crushers</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">16</td>
<td align="right">15</td>
<td align="right">1</td>
</tr>
<td>5</td>
<td>7</td>
<td align="right">Temm</td>
<td>Calgary Wire Flyers</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">14</td>
<td align="right">16</td>
<td align="right">-2</td>
</tr>
<td>6</td>
<td>6</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">8</td>
<td align="right">19</td>
<td align="right">-11</td>
</tr>
<tr>
<th colspan="13"align="left">Division(B)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1 DL1</td>
<td>4</td>
<td align="right">djeeyeff</td>
<td>Montbec Nordiens</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">18</td>
<td align="right">41</td>
<td align="right">11</td>
<td align="right">30</td>
</tr>
<td>2 WC4</td>
<td>2</td>
<td align="right">ByteMe</td>
<td>The Hooligans</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">17</td>
<td align="right">33</td>
<td align="right">10</td>
<td align="right">23</td>
</tr>
<td>3 S05</td>
<td>8</td>
<td align="right">starsnostars</td>
<td>Hamilton Roadhogs</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">16</td>
<td align="right">35</td>
<td align="right">20</td>
<td align="right">15</td>
</tr>
<td>4</td>
<td>14</td>
<td align="right">Brenzen00</td>
<td>Jurassic Park Dinos</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">5</td>
<td align="right">13</td>
<td align="right">31</td>
<td align="right">-18</td>
</tr>
<td>5</td>
<td>18</td>
<td align="right">sean84</td>
<td>Miley Cyrus HC</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">3</td>
<td align="right">8</td>
<td align="right">37</td>
<td align="right">-29</td>
</tr>
<td>6</td>
<td>11</td>
<td align="right">dealforme</td>
<td>Frugalites</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">3</td>
<td align="right">32</td>
<td align="right">-29</td>
</tr>
<tr>
<th colspan="13"align="left">Division(C)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1 DL3</td>
<td>3</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">14</td>
<td align="right">17</td>
<td align="right">12</td>
<td align="right">5</td>
</tr>
<td>2 S07</td>
<td>12</td>
<td align="right">yu gi knight</td>
<td>Saskatoon Tide</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">13</td>
<td align="right">30</td>
<td align="right">18</td>
<td align="right">12</td>
</tr>
<td>3 S08</td>
<td>5</td>
<td align="right">dehd195</td>
<td>East End Boys</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">33</td>
<td align="right">21</td>
<td align="right">12</td>
</tr>
<td>4 S09</td>
<td>9</td>
<td align="right">Mohack</td>
<td>Oka Scalpers</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">11</td>
<td align="right">19</td>
<td align="right">18</td>
<td align="right">1</td>
</tr>
<td>5 S10</td>
<td>13</td>
<td align="right">PeaceOut64</td>
<td>X-Men</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">10</td>
<td align="right">20</td>
<td align="right">23</td>
<td align="right">-3</td>
</tr>
<td>6</td>
<td>16</td>
<td align="right">Kazuzu</td>
<td>Kazopolis Rangers</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">3</td>
<td align="right">6</td>
<td align="right">43</td>
<td align="right">-37</td>
</tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule059]]
[[Playoff Schedule|YoungGunsPlayoffs059]]
Tournament Standings (#60)
<html>
<table>
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1 (DL1)</td>
<td>1</td>
<td align="right">kaden66</td>
<td>Kades Killas</td>
<td align="right">7</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">21</td>
<td align="right">49</td>
<td align="right">6</td>
<td align="right">43</td>
</tr>
<td>2 (S05)</td>
<td>8</td>
<td align="right">dehd195</td>
<td>East End Boys</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">15</td>
<td align="right">33</td>
<td align="right">18</td>
<td align="right">15</td>
</tr>
<td>3 (S07)</td>
<td>10</td>
<td align="right">starsnostars</td>
<td>Hamilton Roadhogs</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">14</td>
<td align="right">29</td>
<td align="right">26</td>
<td align="right">3</td>
</tr>
<td>4 (S09)</td>
<td>17</td>
<td align="right">Mohack</td>
<td>Oka Scalpers</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">17</td>
<td align="right">19</td>
<td align="right">-2</td>
</tr>
<td>5 (S11)</td>
<td>15</td>
<td align="right">robotco</td>
<td>Temptation Meow</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">7</td>
<td align="right">21</td>
<td align="right">28</td>
<td align="right">-7</td>
</tr>
<td>6</td>
<td>6</td>
<td align="right">sean84</td>
<td>Miley Cyrus HC</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">38</td>
<td align="right">-31</td>
</tr>
<tr>
<th colspan="13"align="left">Division(B)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1 (DL3)</td>
<td>4</td>
<td align="right">PeaceOut64</td>
<td>X-Men</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">18</td>
<td align="right">32</td>
<td align="right">10</td>
<td align="right">22</td>
</tr>
<td>2 (S08)</td>
<td>2</td>
<td align="right">Temm</td>
<td>Calgary Wire Flyers</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">17</td>
<td align="right">19</td>
<td align="right">-2</td>
</tr>
<td>3 (S12)</td>
<td>11</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">11</td>
<td align="right">18</td>
<td align="right">-7</td>
</tr>
<td>4</td>
<td>14</td>
<td align="right">Da-Mone</td>
<td>The Van Nuys Wolves</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">15</td>
<td align="right">26</td>
<td align="right">-11</td>
</tr>
<td>5</td>
<td>7</td>
<td align="right">Brenzen00</td>
<td>Notre Dame Hounds</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">7</td>
<td align="right">28</td>
<td align="right">-21</td>
</tr>
<td>6</td>
<td>18</td>
<td align="right">Cloverfield</td>
<td>GreenWood Loggers</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">25</td>
<td align="right">-21</td>
</tr>
<tr>
<th colspan="13"align="left">Division(C)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1 (DL2)</td>
<td>9</td>
<td align="right">ByteMe</td>
<td>The Hooligans</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">19</td>
<td align="right">53</td>
<td align="right">6</td>
<td align="right">47</td>
</tr>
<td>2 (WC4)</td>
<td>3</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">18</td>
<td align="right">28</td>
<td align="right">12</td>
<td align="right">16</td>
</tr>
<td>3 (S06)</td>
<td>16</td>
<td align="right">yu gi knight</td>
<td>Saskatoon Tide</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">1</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">15</td>
<td align="right">32</td>
<td align="right">31</td>
<td align="right">1</td>
</tr>
<td>4 (S10)</td>
<td>5</td>
<td align="right">Spuddy</td>
<td>Havana Tropicals</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">4</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">8</td>
<td align="right">15</td>
<td align="right">24</td>
<td align="right">-9</td>
</tr>
<td>5</td>
<td>12</td>
<td align="right">dealforme</td>
<td>Frugalites</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">2</td>
<td align="right">5</td>
<td align="right">8</td>
<td align="right">18</td>
<td align="right">-10</td>
</tr>
<td>6</td>
<td>13</td>
<td align="right">djeeyeff</td>
<td>Montbec Nordiens</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">12</td>
<td align="right">37</td>
<td align="right">-25</td>
</tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule060]]
[[Playoff Schedule|YoungGunsPlayoffs060]]
Tournament Standings (#61)
<html>
<table>
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1 (DL3)</td>
<td>10</td>
<td align="right">robotco</td>
<td>Temptation Meow</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">15</td>
<td align="right">24</td>
<td align="right">11</td>
<td align="right">13</td>
</tr>
<td>2 (S09)</td>
<td>15</td>
<td align="right">zentaurs</td>
<td>Les Limes</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">11</td>
<td align="right">26</td>
<td align="right">20</td>
<td align="right">6</td>
</tr>
<td>3 (S10)</td>
<td>6</td>
<td align="right">djeeyeff</td>
<td>Montbec Nordiens</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">11</td>
<td align="right">13</td>
<td align="right">16</td>
<td align="right">-3</td>
</tr>
<td>4 (S12)</td>
<td>8</td>
<td align="right">hrocker</td>
<td>Saskatoon Slough Sharks</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">3</td>
<td align="right">9</td>
<td align="right">15</td>
<td align="right">17</td>
<td align="right">-2</td>
</tr>
<td>5</td>
<td>18</td>
<td align="right">Cloverfield</td>
<td>GreenWood Loggers</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">7</td>
<td align="right">12</td>
<td align="right">-5</td>
</tr>
<td>6</td>
<td>1</td>
<td align="right">Promethee</td>
<td>Polar Bears</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">21</td>
<td align="right">-21</td>
</tr>
<tr>
<th colspan="13"align="left">Division(B)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1 (DL2)</td>
<td>4</td>
<td align="right">Brenzen00</td>
<td>Notre Dame Hounds</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">18</td>
<td align="right">30</td>
<td align="right">14</td>
<td align="right">16</td>
</tr>
<td>2 (WC4)</td>
<td>11</td>
<td align="right">Da-Mone</td>
<td>The Van Nuys Wolves</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">16</td>
<td align="right">26</td>
<td align="right">16</td>
<td align="right">10</td>
</tr>
<td>3 (S05)</td>
<td>17</td>
<td align="right">yu gi knight</td>
<td>Saskatoon Tide</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">15</td>
<td align="right">26</td>
<td align="right">8</td>
<td align="right">18</td>
</tr>
<td>4 (S07)</td>
<td>2</td>
<td align="right">Spuddy</td>
<td>Havana Tropicals</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">13</td>
<td align="right">26</td>
<td align="right">11</td>
<td align="right">15</td>
</tr>
<td>5</td>
<td>7</td>
<td align="right">sean84</td>
<td>Miley Cyrus HC</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">13</td>
<td align="right">15</td>
<td align="right">-2</td>
</tr>
<td>6</td>
<td>14</td>
<td align="right">Caesar54</td>
<td>Little Caesars</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">52</td>
<td align="right">-48</td>
</tr>
<tr>
<th colspan="13"align="left">Division(C)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1 (DL1)</td>
<td>3</td>
<td align="right">Temm</td>
<td>Calgary Wire Flyers</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">20</td>
<td align="right">25</td>
<td align="right">5</td>
<td align="right">20</td>
</tr>
<td>2 (S06)</td>
<td>12</td>
<td align="right">Mohack</td>
<td>Oka Scalpers</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">14</td>
<td align="right">27</td>
<td align="right">9</td>
<td align="right">18</td>
</tr>
<td>3 (S08)</td>
<td>13</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">12</td>
<td align="right">13</td>
<td align="right">-1</td>
</tr>
<td>4 (S11)</td>
<td>5</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">14</td>
<td align="right">15</td>
<td align="right">-1</td>
</tr>
<td>5</td>
<td>9</td>
<td align="right">dealforme</td>
<td>Frugalites</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">5</td>
<td align="right">8</td>
<td align="right">18</td>
<td align="right">-10</td>
</tr>
<td>6</td>
<td>16</td>
<td align="right">reider</td>
<td>PEI Potatoskins</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">8</td>
<td align="right">29</td>
<td align="right">-21</td>
</tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule061]]
[[Playoff Schedule|YoungGunsPlayoffs061]]
Tournament Standings (#62)
<html>
<table>
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>1</td>
<td align="right">Brenzen00</td>
<td>Notre Dame Hounds</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">19</td>
<td align="right">41</td>
<td align="right">4</td>
<td align="right">37</td>
</tr>
<td>2</td>
<td>5</td>
<td align="right">Temm</td>
<td>Calgary Wire Flyers</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">14</td>
<td align="right">23</td>
<td align="right">6</td>
<td align="right">17</td>
</tr>
<td>3</td>
<td>4</td>
<td align="right">sean84</td>
<td>Miley Cyrus HC</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">18</td>
<td align="right">7</td>
<td align="right">11</td>
</tr>
<td>4</td>
<td>9</td>
<td align="right">robotco</td>
<td>Temptation Meow</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">24</td>
<td align="right">15</td>
<td align="right">9</td>
</tr>
<td>5</td>
<td>8</td>
<td align="right">dealforme</td>
<td>Frugalites</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">15</td>
<td align="right">34</td>
<td align="right">-19</td>
</tr>
<td>6</td>
<td>12</td>
<td align="right">Macos</td>
<td>LumberJacks</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">53</td>
<td align="right">-47</td>
</tr>
<tr>
<th colspan="13"align="left">Division(B)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>3</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">15</td>
<td align="right">24</td>
<td align="right">9</td>
<td align="right">15</td>
</tr>
<td>2</td>
<td>2</td>
<td align="right">hrocker</td>
<td>Saskatoon Slough Sharks</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">15</td>
<td align="right">19</td>
<td align="right">5</td>
<td align="right">14</td>
</tr>
<td>3</td>
<td>6</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">14</td>
<td align="right">29</td>
<td align="right">17</td>
<td align="right">12</td>
</tr>
<td>4</td>
<td>10</td>
<td align="right">Spuddy</td>
<td>Havana Tropicals</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">10</td>
<td align="right">20</td>
<td align="right">14</td>
<td align="right">6</td>
</tr>
<td>5</td>
<td>7</td>
<td align="right">reider</td>
<td>PEI Potatoskins</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">10</td>
<td align="right">16</td>
<td align="right">-6</td>
</tr>
<td>6</td>
<td>11</td>
<td align="right">Caesar54</td>
<td>Little Caesars</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">3</td>
<td align="right">5</td>
<td align="right">46</td>
<td align="right">-41</td>
</tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule062]]
[[Playoff Schedule|YoungGunsPlayoffs062]]
Tournament Standings (#63)
<html>
<table>
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>1</td>
<td align="right">hrocker</td>
<td>Saskatoon Slough Sharks</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">20</td>
<td align="right">36</td>
<td align="right">5</td>
<td align="right">31</td>
</tr>
<td>2</td>
<td>5</td>
<td align="right">Temm</td>
<td>Calgary Wire Flyers</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">11</td>
<td align="right">20</td>
<td align="right">14</td>
<td align="right">6</td>
</tr>
<td>3</td>
<td>4</td>
<td align="right">sean84</td>
<td>Miley Cyrus HC</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">22</td>
<td align="right">11</td>
<td align="right">11</td>
</tr>
<td>4</td>
<td>12</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">7</td>
<td align="right">24</td>
<td align="right">-17</td>
</tr>
<td>5</td>
<td>8</td>
<td align="right">Caesar54</td>
<td>Little Caesars</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">5</td>
<td align="right">30</td>
<td align="right">-25</td>
</tr>
<td>6</td>
<td>9</td>
<td align="right">dealforme</td>
<td>Frugalites</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">27</td>
<td align="right">-20</td>
</tr>
<tr>
<th colspan="13"align="left">Division(B)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>3</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">3</td>
<td align="right">15</td>
<td align="right">12</td>
<td align="right">8</td>
<td align="right">4</td>
</tr>
<td>2</td>
<td>2</td>
<td align="right">Spuddy</td>
<td>Havana Tropicals</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">1</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">14</td>
<td align="right">23</td>
<td align="right">9</td>
<td align="right">14</td>
</tr>
<td>3</td>
<td>6</td>
<td align="right">reider</td>
<td>PEI Potatoskins</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">2</td>
<td align="right">13</td>
<td align="right">13</td>
<td align="right">15</td>
<td align="right">-2</td>
</tr>
<td>4</td>
<td>7</td>
<td align="right">Da-Mone</td>
<td>The Van Nuys Wolves🇨🇦</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">2</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">11</td>
<td align="right">16</td>
<td align="right">11</td>
<td align="right">5</td>
</tr>
<td>5</td>
<td>10</td>
<td align="right">robotco</td>
<td>Temptation Meow</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">10</td>
<td align="right">17</td>
<td align="right">16</td>
<td align="right">1</td>
</tr>
<td>6</td>
<td>11</td>
<td align="right">Macos</td>
<td>LumberJacks</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">4</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">8</td>
<td align="right">6</td>
<td align="right">14</td>
<td align="right">-8</td>
</tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule063]]
[[Playoff Schedule|YoungGunsPlayoffs063]]
Tournament Standings (#64)
<html>
<table>
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>4</td>
<td align="right">Macos</td>
<td>LumberJacks</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">17</td>
<td align="right">19</td>
<td align="right">9</td>
<td align="right">10</td>
</tr>
<td>2</td>
<td>1</td>
<td align="right">Spuddy</td>
<td>Havana Tropicals</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">15</td>
<td align="right">31</td>
<td align="right">9</td>
<td align="right">22</td>
</tr>
<td>3</td>
<td>5</td>
<td align="right">reider</td>
<td>PEI Potatoskins</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">15</td>
<td align="right">20</td>
<td align="right">11</td>
<td align="right">9</td>
</tr>
<td>4</td>
<td>8</td>
<td align="right">robotco</td>
<td>Temptation Meow</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">12</td>
<td align="right">13</td>
<td align="right">-1</td>
</tr>
<td>5</td>
<td>9</td>
<td align="right">gigi</td>
<td>StJean Lynx</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">7</td>
<td align="right">12</td>
<td align="right">20</td>
<td align="right">-8</td>
</tr>
<td>6</td>
<td>13</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">10</td>
<td align="right">19</td>
<td align="right">-9</td>
</tr>
<td>7</td>
<td>12</td>
<td align="right">Da-Mone</td>
<td>The Van Nuys WolvesCA</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">3</td>
<td align="right">8</td>
<td align="right">23</td>
<td align="right">-15</td>
</tr>
<tr>
<th colspan="13"align="left">Division(B)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>6</td>
<td align="right">Temm</td>
<td>Calgary Wire Flyers</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">20</td>
<td align="right">17</td>
<td align="right">6</td>
<td align="right">11</td>
</tr>
<td>2</td>
<td>3</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">18</td>
<td align="right">18</td>
<td align="right">8</td>
<td align="right">10</td>
</tr>
<td>3</td>
<td>7</td>
<td align="right">Caesar54</td>
<td>Little Caesars</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">11</td>
<td align="right">18</td>
<td align="right">11</td>
<td align="right">7</td>
</tr>
<td>4</td>
<td>10</td>
<td align="right">Stile</td>
<td>Entropians</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">2</td>
<td align="right">10</td>
<td align="right">18</td>
<td align="right">17</td>
<td align="right">1</td>
</tr>
<td>5</td>
<td>11</td>
<td align="right">dealforme</td>
<td>Frugalites</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">3</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">9</td>
<td align="right">14</td>
<td align="right">17</td>
<td align="right">-3</td>
</tr>
<td>6</td>
<td>14</td>
<td align="right">Jimmys</td>
<td>Jammers</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">8</td>
<td align="right">18</td>
<td align="right">-10</td>
</tr>
<td>7</td>
<td>2</td>
<td align="right">hrocker</td>
<td>Saskatoon Slough Sharks</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">21</td>
<td align="right">-21</td>
</tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule064]]
[[Playoff Schedule|YoungGunsPlayoffs064]]
Tournament Standings (#65)
<html>
<table>
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>1</td>
<td align="right">Macos</td>
<td>LumberJacks</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">19</td>
<td align="right">25</td>
<td align="right">6</td>
<td align="right">19</td>
</tr>
<td>2</td>
<td>3</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">16</td>
<td align="right">10</td>
<td align="right">6</td>
</tr>
<td>3</td>
<td>8</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">14</td>
<td align="right">10</td>
<td align="right">4</td>
</tr>
<td>4</td>
<td>5</td>
<td align="right">Temm</td>
<td>Every Gate</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">2</td>
<td align="right">10</td>
<td align="right">13</td>
<td align="right">14</td>
<td align="right">-1</td>
</tr>
<td>5</td>
<td>9</td>
<td align="right">Jimmys</td>
<td>Jammers</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">5</td>
<td align="right">10</td>
<td align="right">18</td>
<td align="right">-8</td>
</tr>
<td>6</td>
<td>12</td>
<td align="right">Spuddy</td>
<td>Havana Tropicals</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">5</td>
<td align="right">12</td>
<td align="right">28</td>
<td align="right">-16</td>
</tr>
<tr>
<th colspan="13"align="left">Division(B)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>4</td>
<td align="right">gigi</td>
<td>StJean Lynx</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">18</td>
<td align="right">33</td>
<td align="right">18</td>
<td align="right">15</td>
</tr>
<td>2</td>
<td>2</td>
<td align="right">Caesar54</td>
<td>Little Caesars</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">14</td>
<td align="right">17</td>
<td align="right">9</td>
<td align="right">8</td>
</tr>
<td>3</td>
<td>7</td>
<td align="right">Stile</td>
<td>Entropians</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">16</td>
<td align="right">21</td>
<td align="right">-5</td>
</tr>
<td>4</td>
<td>11</td>
<td align="right">robotco</td>
<td>Temptation Meow</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">14</td>
<td align="right">16</td>
<td align="right">-2</td>
</tr>
<td>5</td>
<td>6</td>
<td align="right">reider</td>
<td>PEI Potatoskins</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">7</td>
<td align="right">15</td>
<td align="right">21</td>
<td align="right">-6</td>
</tr>
<td>6</td>
<td>10</td>
<td align="right">dealforme</td>
<td>Frugalites</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">3</td>
<td align="right">11</td>
<td align="right">23</td>
<td align="right">-12</td>
</tr>

</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule065]]
[[Playoff Schedule|YoungGunsPlayoffs065]]
Tournament Standings (#66)
<html>
<table> 
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>1</td>
<td align="right">Caesar54</td>
<td>Little Caesars</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">18</td>
<td align="right">18</td>
<td align="right">8</td>
<td align="right">10</td>
</tr>
<td>2</td>
<td>2</td>
<td align="right">gigi</td>
<td>StJean Lynx</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">15</td>
<td align="right">25</td>
<td align="right">14</td>
<td align="right">11</td>
</tr>
<td>3</td>
<td>3</td>
<td align="right">Macos</td>
<td>LumberJacks</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">3</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">22</td>
<td align="right">10</td>
<td align="right">12</td>
</tr>
<td>4</td>
<td>4</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">10</td>
<td align="right">14</td>
<td align="right">-4</td>
</tr>
<td>5</td>
<td>5</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">9</td>
<td align="right">14</td>
<td align="right">-5</td>
</tr>
<td>6</td>
<td>6</td>
<td align="right">robotco</td>
<td>Temptation Meow</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">12</td>
<td align="right">-12</td>
</tr>
<tr>
<th colspan="13"align="left">Division(B)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>1</td>
<td align="right">Stile</td>
<td>Entropians</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">18</td>
<td align="right">26</td>
<td align="right">9</td>
<td align="right">17</td>
</tr>
<td>2</td>
<td>2</td>
<td align="right">reider</td>
<td>PEI Potatoskins</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">15</td>
<td align="right">16</td>
<td align="right">7</td>
<td align="right">9</td>
</tr>
<td>3</td>
<td>3</td>
<td align="right">Jimmys</td>
<td>Jammers</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">12</td>
<td align="right">19</td>
<td align="right">14</td>
<td align="right">5</td>
</tr>
<td>4</td>
<td>4</td>
<td align="right">dealforme</td>
<td>Frugalites</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">5</td>
<td align="right">3</td>
<td align="right">14</td>
<td align="right">-11</td>
</tr>
<td>5</td>
<td>5</td>
<td align="right">Spuddy</td>
<td>Havana Tropicals</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">2</td>
<td align="right">5</td>
<td align="right">11</td>
<td align="right">28</td>
<td align="right">-17</td>
</tr>
<td>6</td>
<td>6</td>
<td align="right">Temm</td>
<td>Every Gate</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">2</td>
<td align="right">6</td>
<td align="right">16</td>
<td align="right">-10</td>
</tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule066]]
[[Playoff Schedule|YoungGunsPlayoffs066]]
Tournament Standings (#67)
<html>
<table>
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>1</td>
<td align="right">Macos</td>
<td>LumberJacks</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">18</td>
<td align="right">31</td>
<td align="right">9</td>
<td align="right">22</td>
</tr>
<td>2</td>
<td>2</td>
<td align="right">gigi</td>
<td>StJean Lynx</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">17</td>
<td align="right">42</td>
<td align="right">17</td>
<td align="right">25</td>
</tr>
<td>3</td>
<td>3</td>
<td align="right">Jimmys</td>
<td>Jammers</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">16</td>
<td align="right">25</td>
<td align="right">13</td>
<td align="right">12</td>
</tr>
<td>4</td>
<td>4</td>
<td align="right">Spuddy</td>
<td>Havana Tropicals - U23</td>
<td align="right">7</td>
<td align="right">5</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">15</td>
<td align="right">22</td>
<td align="right">12</td>
<td align="right">10</td>
</tr>
<td>5</td>
<td>5</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords - U23</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">6</td>
<td align="right">13</td>
<td align="right">22</td>
<td align="right">-9</td>
</tr>
<td>6</td>
<td>6</td>
<td align="right">jetsdude</td>
<td>HC Winnipeg - U23</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">28</td>
<td align="right">-25</td>
</tr>
<tr>
<th colspan="13"align="left">Division(B)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>1</td>
<td align="right">Caesar54</td>
<td>Little Caesars</td>
<td align="right">7</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">19</td>
<td align="right">46</td>
<td align="right">3</td>
<td align="right">43</td>
</tr>
<td>2</td>
<td>2</td>
<td align="right">Stile</td>
<td>Entropians</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">11</td>
<td align="right">18</td>
<td align="right">12</td>
<td align="right">6</td>
</tr>
<td>3</td>
<td>3</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin - U23</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">39</td>
<td align="right">21</td>
<td align="right">18</td>
</tr>
<td>4</td>
<td>4</td>
<td align="right">reider</td>
<td>PEI Potatoskins - U23</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">3</td>
<td align="right">3</td>
<td align="right">33</td>
<td align="right">-30</td>
</tr>
<td>5</td>
<td>5</td>
<td align="right">dealforme</td>
<td>Frugalites - U23</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">6</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">3</td>
<td align="right">7</td>
<td align="right">38</td>
<td align="right">-31</td>
</tr>
<td>6</td>
<td>6</td>
<td align="right">starsnostars</td>
<td>Hamilton Roadhogs - U23</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">43</td>
<td align="right">-42</td>
</tr>
</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule067]]
[[Playoff Schedule|YoungGunsPlayoffs067]]
Tournament Standings (#68)
<html>
<table>
<tr>
<th colspan="13"align="left">Division(A)</th>
</tr>
<tr>
<th>Rank</th>
<th>Seed</th>
<th align="right">Manager</th>
<th>Team</th>
<th align="right">GP</th>
<th align="right">W</th>
<th align="right">L</th>
<th align="right">OTW</th>
<th align="right">OTL</th>
<th align="right">Points</th>
<th align="right">GF</th>
<th align="right">GA</th>
<th align="right">GD</th>
</tr>
<td>1</td>
<td>1</td>
<td align="right">Cal10</td>
<td>Wahoo Porkswords - U23</td>
<td align="right">7</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">21</td>
<td align="right">46</td>
<td align="right">8</td>
<td align="right">38</td>
</tr>
<td>2</td>
<td>2</td>
<td align="right">Jimmys</td>
<td>Jammers</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">1</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">16</td>
<td align="right">51</td>
<td align="right">13</td>
<td align="right">38</td>
</tr>
<td>3</td>
<td>3</td>
<td align="right">Spuddy</td>
<td>Havana Tropicals - U23</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">1</td>
<td align="right">0</td>
<td align="right">14</td>
<td align="right">21</td>
<td align="right">12</td>
<td align="right">9</td>
</tr>
<td>4</td>
<td>4</td>
<td align="right">Temm</td>
<td>Every Gate - U23</td>
<td align="right">7</td>
<td align="right">4</td>
<td align="right">2</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">13</td>
<td align="right">24</td>
<td align="right">18</td>
<td align="right">6</td>
</tr>
<td>5</td>
<td>5</td>
<td align="right">dealforme</td>
<td>Frugalites - U23</td>
<td align="right">7</td>
<td align="right">3</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">9</td>
<td align="right">11</td>
<td align="right">32</td>
<td align="right">-21</td>
</tr>
<td>6</td>
<td>6</td>
<td align="right">Earl</td>
<td>Ovechkin Laich Semin - U23</td>
<td align="right">7</td>
<td align="right">2</td>
<td align="right">4</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">7</td>
<td align="right">14</td>
<td align="right">25</td>
<td align="right">-11</td>
</tr>
<td>7</td>
<td>7</td>
<td align="right">jetsdude</td>
<td>HC Winnipeg - U23</td>
<td align="right">7</td>
<td align="right">1</td>
<td align="right">5</td>
<td align="right">0</td>
<td align="right">1</td>
<td align="right">4</td>
<td align="right">5</td>
<td align="right">35</td>
<td align="right">-30</td>
</tr>
<td>8</td>
<td>8</td>
<td align="right">starsnostars</td>
<td>Hamilton Roadhogs</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">0</td>
<td align="right">7</td>
<td align="right">35</td>
<td align="right">-28</td>
</tr>





</table>
</html>
[[Round Robin Schedule|YoungGunsSchedule068]]
[[Playoff Schedule|YoungGunsPlayoffs068]]
Tournament Preliminary Statistics (#64)
<html>
<table>
<tr>
<th colspan="3"align="center">Top Goal Scorers</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">Goals</th>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Bakajs</td>
<td align="right">3</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Koláček</td>
<td align="right">3</td>
</tr>
<td align="right">PEI Potatoskins</td>
<td align="right">Brown</td>
<td align="right">2</td>
</tr>
<td align="right">Little Caesars</td>
<td align="right">Harle</td>
<td align="right">2</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">MacInnis</td>
<td align="right">2</td>
</tr>
<td align="right">Little Caesars</td>
<td align="right">McNaughton</td>
<td align="right">2</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Moravský</td>
<td align="right">2</td>
</tr>
<td align="right">Entropians</td>
<td align="right">Vorlíček</td>
<td align="right">2</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Ādamsons</td>
<td align="right">1</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Avery</td>
<td align="right">1</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Baril</td>
<td align="right">1</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Barker</td>
<td align="right">1</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Carlson</td>
<td align="right">1</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Christensen</td>
<td align="right">1</td>
</tr>
<td align="right">StJean Lynx</td>
<td align="right">Clitsome</td>
<td align="right">1</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Dasys</td>
<td align="right">1</td>
</tr>
<td align="right">Jammers</td>
<td align="right">DeMelo</td>
<td align="right">1</td>
</tr>
<td align="right">LumberJacks</td>
<td align="right">Denault</td>
<td align="right">1</td>
</tr>
<td align="right">StJean Lynx</td>
<td align="right">Dumont</td>
<td align="right">1</td>
</tr>
<td align="right">StJean Lynx</td>
<td align="right">Emsis</td>
<td align="right">1</td>
</tr>
&nbsp;
&nbsp;
<tr>
<th colspan="4"align="center">Top Goalies</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">GP</th>
<th align="right">Save %</th>
</tr>
<td align="right">Entropians</td>
<td align="right">Krehota</td>
<td align="right">1</td>
<td align="right">1</td>
</tr>
<td align="right">LumberJacks</td>
<td align="right">Martin</td>
<td align="right">2</td>
<td align="right">0.982</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Voth</td>
<td align="right">2</td>
<td align="right">0.955</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Shlain</td>
<td align="right">2</td>
<td align="right">0.955</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Caires</td>
<td align="right">2</td>
<td align="right">0.953</td>
</tr>
<td align="right">Jammers</td>
<td align="right">Khukhryakov</td>
<td align="right">1</td>
<td align="right">0.952</td>
</tr>
<td align="right">PEI Potatoskins</td>
<td align="right">Carcillo</td>
<td align="right">2</td>
<td align="right">0.93</td>
</tr>
<td align="right">Entropians</td>
<td align="right">Seifert</td>
<td align="right">2</td>
<td align="right">0.925</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Lähtenmääki</td>
<td align="right">2</td>
<td align="right">0.9</td>
</tr>
<td align="right">Wahoo Porkswords</td>
<td align="right">Földesi</td>
<td align="right">1</td>
<td align="right">0.9</td>
</tr>
<td align="right">Little Caesars</td>
<td align="right">Boissonneault</td>
<td align="right">1</td>
<td align="right">0.88</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Alenkin</td>
<td align="right">2</td>
<td align="right">0.877</td>
</tr>
<td align="right">The Van Nuys Wolves</td>
<td align="right">Mangoni</td>
<td align="right">1</td>
<td align="right">0.852</td>
</tr>
<td align="right">Jammers</td>
<td align="right">Kanegawa</td>
<td align="right">2</td>
<td align="right">0.85</td>
</tr>
<td align="right">StJean Lynx</td>
<td align="right">Zīle</td>
<td align="right">1</td>
<td align="right">0.81</td>
</tr>
<td align="right">Jammers</td>
<td align="right">Leung</td>
<td align="right">1</td>
<td align="right">0.778</td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
</table>
</html>
Tournament Statistics (#58)
<html>
<table>
<tr>
<th colspan="3"align="center">Top Goal Scorers</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">Goals</th>
</tr>
<td align="right">Hamilton Roadhogs</td>
<td align="right">Gavin</td>
<td align="right">19</td>
</tr>
<td align="right">Peanut Butter Exploders</td>
<td align="right">Radolský</td>
<td align="right">13</td>
</tr>
<td align="right">Spruce Monkeys</td>
<td align="right">Chapman</td>
<td align="right">12</td>
</tr>
<td align="right">Spruce Monkeys</td>
<td align="right">Eaves</td>
<td align="right">10</td>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Garbaliauskas</td>
<td align="right">10</td>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Daugavietis</td>
<td align="right">9</td>
</tr>
<td align="right">Hamilton Roadhogs</td>
<td align="right">Dziurzynski</td>
<td align="right">9</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Minett</td>
<td align="right">9</td>
</tr>
<td align="right">Peanut Butter Exploders</td>
<td align="right">Ohrimenko,</td>
<td align="right">9</td>
</tr>
<td align="right">Oka Scalpers</td>
<td align="right">Allard</td>
<td align="right">8</td>
</tr>
<td align="right">Peanut Butter Exploders</td>
<td align="right">Ashton</td>
<td align="right">8</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Carter</td>
<td align="right">8</td>
</tr>
<td align="right">East End Boys</td>
<td align="right">Cibik</td>
<td align="right">8</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Ďurč</td>
<td align="right">8</td>
</tr>
<td align="right">Spruce Monkeys</td>
<td align="right">Johansson</td>
<td align="right">8</td>
</tr>
<td align="right">The Edmonchuck Woodchuckers</td>
<td align="right">Cammalleri</td>
<td align="right">7</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Losier</td>
<td align="right">7</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Mrázek</td>
<td align="right">7</td>
</tr>
<td align="right">Spruce Monkeys</td>
<td align="right">Cheveldave</td>
<td align="right">7</td>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Uguns</td>
<td align="right">6</td>
</tr>
&nbsp;
&nbsp;
<tr>
<th colspan="4"align="center">Top Goalies</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">GP</th>
<th align="right">Save %</th>
</tr>
<td align="right">Spruce Monkeys</td>
<td align="right">Anliker</td>
<td align="right">8</td>
<td align="right">0.973</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Tse</td>
<td align="right">8</td>
<td align="right">0.949</td>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Gjonnes</td>
<td align="right">9</td>
<td align="right">0.946</td>
</tr>
<td align="right">Wesley Crushers</td>
<td align="right">Činčura</td>
<td align="right">8</td>
<td align="right">0.932</td>
</tr>
<td align="right">Wahoo Porkswords</td>
<td align="right">Švestka</td>
<td align="right">7</td>
<td align="right">0.924</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Martinez</td>
<td align="right">8</td>
<td align="right">0.921</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Hammond</td>
<td align="right">9</td>
<td align="right">0.919</td>
</tr>
<td align="right">Peanut Butter Exploders</td>
<td align="right">Pesola</td>
<td align="right">9</td>
<td align="right">0.919</td>
</tr>
<td align="right">Rouleau Renegades™</td>
<td align="right">Ranck</td>
<td align="right">8</td>
<td align="right">0.915</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Brammer</td>
<td align="right">8</td>
<td align="right">0.904</td>
</tr>
<td align="right">The Edmonchuck Woodchuckers</td>
<td align="right">Gleason</td>
<td align="right">8</td>
<td align="right">0.901</td>
</tr>
<td align="right">X-Men</td>
<td align="right">Horváth</td>
<td align="right">7</td>
<td align="right">0.892</td>
</tr>
<td align="right">East End Boys</td>
<td align="right">Grago</td>
<td align="right">9</td>
<td align="right">0.891</td>
</tr>
<td align="right">Hamilton Roadhogs</td>
<td align="right">Baldry</td>
<td align="right">5</td>
<td align="right">0.891</td>
</tr>
<td align="right">Miley Cyrus HC</td>
<td align="right">Grenier</td>
<td align="right">7</td>
<td align="right">0.89</td>
</tr>
<td align="right">Oka Scalpers</td>
<td align="right">Holmberg</td>
<td align="right">8</td>
<td align="right">0.882</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Little Crow</td>
<td align="right">5</td>
<td align="right">0.875</td>
</tr>
<td align="right">Montbec Nordiens</td>
<td align="right">Foster</td>
<td align="right">5</td>
<td align="right">0.864</td>
</tr>
<td align="right">Jurassic Park Dinos</td>
<td align="right">Perkiönpää</td>
<td align="right">8</td>
<td align="right">0.848</td>
</tr>
<td align="right">Kazopolis Rangers</td>
<td align="right">Weir</td>
<td align="right">7</td>
<td align="right">0.828</td>
</tr>
</table>
</html>
Tournament Statistics (#59)
<html>
<table>
<tr>
<th colspan="3"align="center">Top Goal Scorers</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">Goals</th>
</tr>
<td align="right">Montbec Nordiens</td>
<td align="right">Malone</td>
<td align="right">14</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Mrázek</td>
<td align="right">14</td>
</tr>
<td align="right">Montbec Nordiens</td>
<td align="right">Yamanouchi</td>
<td align="right">12</td>
</tr>
<td align="right">Hamilton Roadhogs</td>
<td align="right">Masse</td>
<td align="right">11</td>
</tr>
<td align="right">Hamilton Roadhogs</td>
<td align="right">Wright</td>
<td align="right">10</td>
</tr>
<td align="right">The Hooligans</td>
<td align="right">Priami</td>
<td align="right">9</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Carter</td>
<td align="right">8</td>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Gálik</td>
<td align="right">8</td>
</tr>
<td align="right">The Hooligans</td>
<td align="right">O'Hare</td>
<td align="right">8</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Patrick</td>
<td align="right">8</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Ripley</td>
<td align="right">8</td>
</tr>
<td align="right">Montbec Nordiens</td>
<td align="right">Aalvik</td>
<td align="right">7</td>
</tr>
<td align="right">The Hooligans</td>
<td align="right">Brun</td>
<td align="right">7</td>
</tr>
<td align="right">The Hooligans</td>
<td align="right">Chasanov</td>
<td align="right">7</td>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Daugavietis</td>
<td align="right">7</td>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Garbaliauskas</td>
<td align="right">7</td>
</tr>
<td align="right">East End Boys</td>
<td align="right">Schlager</td>
<td align="right">7</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Toots</td>
<td align="right">7</td>
</tr>
<td align="right">East End Boys</td>
<td align="right">Abdirov</td>
<td align="right">6</td>
</tr>
<td align="right">Oka Scalpers</td>
<td align="right">Bittner</td>
<td align="right">6</td>
</tr>
&nbsp;
&nbsp;
<tr>
<th colspan="4"align="center">Top Goalies</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">GP</th>
<th align="right">Save %</th>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Gjonnes</td>
<td align="right">10</td>
<td align="right">0.948</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Gaigalas</td>
<td align="right">6</td>
<td align="right">0.94</td>
</tr>
<td align="right">The Hooligans</td>
<td align="right">Svirac</td>
<td align="right">9</td>
<td align="right">0.931</td>
</tr>
<td align="right">Wesley Crushers</td>
<td align="right">Juárez</td>
<td align="right">8</td>
<td align="right">0.919</td>
</tr>
<td align="right">East End Boys</td>
<td align="right">Kotov</td>
<td align="right">8</td>
<td align="right">0.918</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Brammer</td>
<td align="right">7</td>
<td align="right">0.915</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Sidaravičius</td>
<td align="right">7</td>
<td align="right">0.915</td>
</tr>
<td align="right">Montbec Nordiens</td>
<td align="right">Lanis</td>
<td align="right">9</td>
<td align="right">0.906</td>
</tr>
<td align="right">The Van Nuys Wolves</td>
<td align="right">Samuel</td>
<td align="right">8</td>
<td align="right">0.901</td>
</tr>
<td align="right">Oka Scalpers</td>
<td align="right">Holmberg</td>
<td align="right">8</td>
<td align="right">0.888</td>
</tr>
<td align="right">Wahoo Porkswords</td>
<td align="right">Voskár</td>
<td align="right">6</td>
<td align="right">0.888</td>
</tr>
<td align="right">X-Men</td>
<td align="right">Horváth</td>
<td align="right">8</td>
<td align="right">0.884</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Little Crow</td>
<td align="right">6</td>
<td align="right">0.884</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Joachim</td>
<td align="right">10</td>
<td align="right">0.884</td>
</tr>
<td align="right">Hamilton Roadhogs</td>
<td align="right">Pastuszak</td>
<td align="right">6</td>
<td align="right">0.872</td>
</tr>
<td align="right">Miley Cyrus HC</td>
<td align="right">Saravia</td>
<td align="right">5</td>
<td align="right">0.87</td>
</tr>
<td align="right">Jurassic Park Dinos</td>
<td align="right">Perkiönpää</td>
<td align="right">7</td>
<td align="right">0.868</td>
</tr>
<td align="right">Kazopolis Rangers</td>
<td align="right">Weir</td>
<td align="right">6</td>
<td align="right">0.85</td>
</tr>
</table>
</html>
Tournament Statistics (#60)
<html>
<table>
<tr>
<th colspan="3"align="center">Top Goal Scorers</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">Goals</th>
</tr>
<td align="right">East End Boys</td>
<td align="right">Alberto Garcia</td>
<td align="right">19</td>
</tr>
<td align="right">The Hooligans</td>
<td align="right">Chasanov</td>
<td align="right">16</td>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Daugavietis</td>
<td align="right">15</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Ripley</td>
<td align="right">13</td>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Benda</td>
<td align="right">12</td>
</tr>
<td align="right">X-Men</td>
<td align="right">Vera</td>
<td align="right">12</td>
</tr>
<td align="right">The Hooligans</td>
<td align="right">O'Hare</td>
<td align="right">11</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Chevarie</td>
<td align="right">10</td>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Garbaliauskas</td>
<td align="right">10</td>
</tr>
<td align="right">X-Men</td>
<td align="right">von Siebenthal</td>
<td align="right">10</td>
</tr>
<td align="right">Hamilton Roadhogs</td>
<td align="right">Cloutier</td>
<td align="right">9</td>
</tr>
<td align="right">East End Boys</td>
<td align="right">Woloczko</td>
<td align="right">9</td>
</tr>
<td align="right">The Hooligans</td>
<td align="right">Brun</td>
<td align="right">7</td>
</tr>
<td align="right">Hamilton Roadhogs</td>
<td align="right">Masse</td>
<td align="right">7</td>
</tr>
<td align="right">East End Boys</td>
<td align="right">Schlager</td>
<td align="right">7</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Voyer</td>
<td align="right">7</td>
</tr>
<td align="right">The Hooligans</td>
<td align="right">Watson</td>
<td align="right">7</td>
</tr>
<td align="right">Oka Scalpers</td>
<td align="right">Hodges</td>
<td align="right">6</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Lanigan</td>
<td align="right">6</td>
</tr>
<td align="right">The Hooligans</td>
<td align="right">Priami</td>
<td align="right">6</td>
</tr>
&nbsp;
&nbsp;
<tr>
<th colspan="4"align="center">Top Goalies</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">GP</th>
<th align="right">Save %</th>
</tr>
<td align="right">The Hooligans</td>
<td align="right">Svirac</td>
<td align="right">10</td>
<td align="right">0.946</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Little Crow</td>
<td align="right">6</td>
<td align="right">0.94</td>
</tr>
<td align="right">Kades Killas</td>
<td align="right">Gjonnes</td>
<td align="right">8</td>
<td align="right">0.937</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Zizich</td>
<td align="right">8</td>
<td align="right">0.925</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Muller</td>
<td align="right">8</td>
<td align="right">0.921</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Juárez</td>
<td align="right">8</td>
<td align="right">0.92</td>
</tr>
<td align="right">East End Boys</td>
<td align="right">Kotov</td>
<td align="right">8</td>
<td align="right">0.916</td>
</tr>
<td align="right">X-Men</td>
<td align="right">Horváth</td>
<td align="right">8</td>
<td align="right">0.902</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Sapir</td>
<td align="right">3</td>
<td align="right">0.898</td>
</tr>
<td align="right">Greenwood Loggers</td>
<td align="right">Okhrimovich</td>
<td align="right">7</td>
<td align="right">0.897</td>
</tr>
<td align="right">Wahoo Porkswords</td>
<td align="right">Lasan</td>
<td align="right">7</td>
<td align="right">0.896</td>
</tr>
<td align="right">Oka Scalpers</td>
<td align="right">Kukkohovi</td>
<td align="right">8</td>
<td align="right">0.894</td>
</tr>
<td align="right">Hamilton Roadhogs</td>
<td align="right">Cowick</td>
<td align="right">6</td>
<td align="right">0.892</td>
</tr>
<td align="right">Miley Cyrus HC</td>
<td align="right">Saravia</td>
<td align="right">7</td>
<td align="right">0.882</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Decoste</td>
<td align="right">9</td>
<td align="right">0.873</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Joachim</td>
<td align="right">8</td>
<td align="right">0.873</td>
</tr>
<td align="right">The Van Nuys Wolves</td>
<td align="right">Beagrie</td>
<td align="right">7</td>
<td align="right">0.872</td>
</tr>
<td align="right">Montbec Nordiens</td>
<td align="right">Foster</td>
<td align="right">4</td>
<td align="right">0.864</td>
</tr>
<td align="right">Notre Dame Hounds</td>
<td align="right">Perkiönpää</td>
<td align="right">6</td>
<td align="right">0.835</td>
</tr>
<td align="right">Hamilton Roadhogs</td>
<td align="right">Law</td>
<td align="right">3</td>
<td align="right">0.79</td>
</tr>
</table>
</html>
Tournament Statistics (#61)
<html>
<table>
<tr>
<th colspan="3"align="center">Top Goal Scorers</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">Goals</th>
</tr>
<td align="right">Oka Scalpers</td>
<td align="right">Hodges</td>
<td align="right">17</td>
</tr>
<td align="right">Notre Dame Hounds</td>
<td align="right">Alberto Ojeda</td>
<td align="right">14</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Carter</td>
<td align="right">13</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Parker</td>
<td align="right">13</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Chevarie</td>
<td align="right">9</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Erohin</td>
<td align="right">9</td>
</tr>
<td align="right">The Van Nuys Wolves</td>
<td align="right">Minář</td>
<td align="right">9</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Rozītis</td>
<td align="right">9</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Caceres</td>
<td align="right">8</td>
</tr>
<td align="right">Notre Dame Hounds</td>
<td align="right">Bychawski</td>
<td align="right">7</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Ošlaj</td>
<td align="right">7</td>
</tr>
<td align="right">The Van Nuys Wolves</td>
<td align="right">Šuker</td>
<td align="right">7</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Corden</td>
<td align="right">6</td>
</tr>
<td align="right">Oka Scalpers</td>
<td align="right">Hiebert</td>
<td align="right">6</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Polák</td>
<td align="right">6</td>
</tr>
<td align="right">Oka Scalpers</td>
<td align="right">Sawchuk</td>
<td align="right">6</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Charles</td>
<td align="right">5</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Colbourne</td>
<td align="right">5</td>
</tr>
<td align="right">The Van Nuys Wolves</td>
<td align="right">Henry</td>
<td align="right">5</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Legendre</td>
<td align="right">5</td>
</tr>
&nbsp;
&nbsp;
<tr>
<th colspan="4"align="center">Top Goalies</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">GP</th>
<th align="right">Save %</th>
</tr>
<td align="right">Miley Cyrus HC</td>
<td align="right">Saravia</td>
<td align="right">7</td>
<td align="right">0.946</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Sääski</td>
<td align="right">10</td>
<td align="right">0.939</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Konrády</td>
<td align="right">9</td>
<td align="right">0.93</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Juárez</td>
<td align="right">9</td>
<td align="right">0.926</td>
</tr>
<td align="right">Saskatoon Tide</td>
<td align="right">Joachim</td>
<td align="right">10</td>
<td align="right">0.92</td>
</tr>
<td align="right">The Van Nuys Wolves</td>
<td align="right">Beagrie</td>
<td align="right">8</td>
<td align="right">0.918</td>
</tr>
<td align="right">Wahoo Porkswords</td>
<td align="right">Lasan</td>
<td align="right">7</td>
<td align="right">0.917</td>
</tr>
<td align="right">PEI Potatoskins</td>
<td align="right">Carroll</td>
<td align="right">7</td>
<td align="right">0.914</td>
</tr>
<td align="right">Oka Scalpers</td>
<td align="right">Kukkohovi</td>
<td align="right">10</td>
<td align="right">0.911</td>
</tr>
<td align="right">Saskatoon Slough Sharks</td>
<td align="right">Badowsky</td>
<td align="right">7</td>
<td align="right">0.911</td>
</tr>
<td align="right">Notre Dame Hounds</td>
<td align="right">Perkiönpää</td>
<td align="right">8</td>
<td align="right">0.903</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Francois</td>
<td align="right">5</td>
<td align="right">0.9</td>
</tr>
<td align="right">Les Limes</td>
<td align="right">Stacey</td>
<td align="right">6</td>
<td align="right">0.9</td>
</tr>
<td align="right">Montbec Nordiens</td>
<td align="right">Foster</td>
<td align="right">5</td>
<td align="right">0.896</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Decoste</td>
<td align="right">8</td>
<td align="right">0.89</td>
</tr>
<td align="right">Little Caesars</td>
<td align="right">Boissonneault</td>
<td align="right">6</td>
<td align="right">0.804</td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
</table>
</html>

*Disclaimer: Stats do not include Finals Friday games due to not capturing the individual scorers before the next season update took place.  Oka Scalpers(6), Temptation Meow(3), Havana Tropicals(2), Calgary Wire Flyers(7).  I don't think the top scorer or top goalie would have changed based on these results, but wanted to make people aware that the stats do not capture the final.
Tournament Statistics (#62)
<html>
<table>
<tr>
<th colspan="3"align="center">Top Goal Scorers</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">Goals</th>
</tr>
<td align="right">Notre Dame Hounds</td>
<td align="right">Alberto Ojeda</td>
<td align="right">13</td>
</tr>
<td align="right">Notre Dame Hounds</td>
<td align="right">Froese</td>
<td align="right">12</td>
</tr>
<td align="right">Notre Dame Hounds</td>
<td align="right">Bychawski</td>
<td align="right">7</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Keewatin</td>
<td align="right">7</td>
</tr>
<td align="right">Wahoo Porkswords</td>
<td align="right">Mukatov</td>
<td align="right">7</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Humphrey</td>
<td align="right">6</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Lavallee</td>
<td align="right">6</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Li</td>
<td align="right">6</td>
</tr>
<td align="right">Miley Cyrus HC</td>
<td align="right">Tam</td>
<td align="right">6</td>
</tr>
<td align="right">Notre Dame Hounds</td>
<td align="right">Tineo</td>
<td align="right">6</td>
</tr>
<td align="right">PEI Potatoskins</td>
<td align="right">Charlton</td>
<td align="right">5</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Colbourne</td>
<td align="right">5</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Derksen</td>
<td align="right">5</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Pablo Bello</td>
<td align="right">5</td>
</tr>
<td align="right">Saskatoon Slough Sharks</td>
<td align="right">Sayan</td>
<td align="right">5</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Gagnon</td>
<td align="right">4</td>
</tr>
<td align="right">Wahoo Porkswords</td>
<td align="right">Kranjcar</td>
<td align="right">4</td>
</tr>
<td align="right">Notre Dame Hounds</td>
<td align="right">Millan</td>
<td align="right">4</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Voyer</td>
<td align="right">4</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Wu</td>
<td align="right">4</td>
</tr>
&nbsp;
&nbsp;
<tr>
<th colspan="4"align="center">Top Goalies</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">GP</th>
<th align="right">Save %</th>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Chiriţă</td>
<td align="right">9</td>
<td align="right">0.972</td>
</tr>
<td align="right">Saskatoon Slough Sharks</td>
<td align="right">Badowsky</td>
<td align="right">7</td>
<td align="right">0.955</td>
</tr>
<td align="right">Notre Dame Hounds</td>
<td align="right">Perkiönpää</td>
<td align="right">10</td>
<td align="right">0.944</td>
</tr>
<td align="right">Miley Cyrus HC</td>
<td align="right">Saravia</td>
<td align="right">7</td>
<td align="right">0.938</td>
</tr>
<td align="right">PEI Potatoskins</td>
<td align="right">Carroll</td>
<td align="right">6</td>
<td align="right">0.926</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Vondrak</td>
<td align="right">5</td>
<td align="right">0.924</td>
</tr>
<td align="right">Wahoo Porkswords</td>
<td align="right">Lasan</td>
<td align="right">10</td>
<td align="right">0.917</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Cromwell</td>
<td align="right">7</td>
<td align="right">0.913</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Rossland</td>
<td align="right">3</td>
<td align="right">0.91</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Raedo</td>
<td align="right">7</td>
<td align="right">0.899</td>
</tr>
<td align="right">Little Caesars</td>
<td align="right">Boissonneault</td>
<td align="right">4</td>
<td align="right">0.864</td>
</tr>
<td align="right">LumberJacks</td>
<td align="right">Martin</td>
<td align="right">6</td>
<td align="right">0.819</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Voth</td>
<td align="right">6</td>
<td align="right">0.791</td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
</table>
</html>
Tournament Preliminary Statistics (#63)
<html>
<table>
<tr>
<th colspan="3"align="center">Top Goal Scorers</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">Goals</th>
</tr>
<td align="right">Saskatoon Slough Sharks</td>
<td align="right">Boerescu</td>
<td align="right">7</td>
</tr>
<td align="right">PEI Potatoskins</td>
<td align="right">LeClerc</td>
<td align="right">4</td>
</tr>
<td align="right">PEI Potatoskins</td>
<td align="right">MacDonald</td>
<td align="right">4</td>
</tr>
<td align="right">Saskatoon Slough Sharks</td>
<td align="right">Gerkens</td>
<td align="right">4</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Milovanović</td>
<td align="right">4</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Massé</td>
<td align="right">3</td>
</tr>
<td align="right">Miley Cyrus HC</td>
<td align="right">Bégin</td>
<td align="right">3</td>
</tr>
<td align="right">Miley Cyrus HC</td>
<td align="right">Gáfrik</td>
<td align="right">3</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Tauriainen</td>
<td align="right">3</td>
</tr>
<td align="right">Saskatoon Slough Sharks</td>
<td align="right">Sayán</td>
<td align="right">3</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Bakajs</td>
<td align="right">3</td>
</tr>
<td align="right">The Van Nuys Wolves🇨🇦</td>
<td align="right">Henry</td>
<td align="right">3</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Pellerin</td>
<td align="right">2</td>
</tr>
<td align="right">Miley Cyrus HC</td>
<td align="right">Gutiérrez</td>
<td align="right">2</td>
</tr>
<td align="right">Saskatoon Slough Sharks</td>
<td align="right">Koprivec</td>
<td align="right">2</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Bowman</td>
<td align="right">2</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Moravský</td>
<td align="right">2</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Dasys</td>
<td align="right">2</td>
</tr>
<td align="right">The Van Nuys Wolves🇨🇦</td>
<td align="right">Plavucha</td>
<td align="right">2</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Barbour</td>
<td align="right">1</td>
</tr>
&nbsp;
&nbsp;
<tr>
<th colspan="4"align="center">Top Goalies</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">GP</th>
<th align="right">Save %</th>
</tr>
<td align="right">Miley Cyrus HC</td>
<td align="right">Saravia</td>
<td align="right">2</td>
<td align="right">1</td>
</tr>
<td align="right">Little Caesars</td>
<td align="right">Boissonneault</td>
<td align="right">2</td>
<td align="right">0.964</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Radolský</td>
<td align="right">3</td>
<td align="right">0.952</td>
</tr>
<td align="right">PEI Potatoskins</td>
<td align="right">Carroll</td>
<td align="right">2</td>
<td align="right">0.936</td>
</tr>
<td align="right">The Van Nuys Wolves🇨🇦</td>
<td align="right">Beagrie</td>
<td align="right">2</td>
<td align="right">0.929</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Muir</td>
<td align="right">2</td>
<td align="right">0.923</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Lähtenmääki</td>
<td align="right">3</td>
<td align="right">0.921</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Voth</td>
<td align="right">2</td>
<td align="right">0.916</td>
</tr>
<td align="right">Saskatoon Slough Sharks</td>
<td align="right">Badowsky</td>
<td align="right">3</td>
<td align="right">0.897</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Caires</td>
<td align="right">2</td>
<td align="right">0.89</td>
</tr>
<td align="right">LumberJacks</td>
<td align="right">Martin</td>
<td align="right">2</td>
<td align="right">0.867</td>
</tr>
<td align="right">Wahoo Porkswords</td>
<td align="right">Földesi</td>
<td align="right">3</td>
<td align="right">0.858</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Orset</td>
<td align="right">1</td>
<td align="right">0.735</td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
</table>
</html>
Tournament Preliminary Statistics (#64)
<html>
<table>
<tr>
<th colspan="3"align="center">Top Goal Scorers</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">Goals</th>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Bakajs</td>
<td align="right">3</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Koláček</td>
<td align="right">3</td>
</tr>
<td align="right">PEI Potatoskins</td>
<td align="right">Brown</td>
<td align="right">2</td>
</tr>
<td align="right">Little Caesars</td>
<td align="right">Harle</td>
<td align="right">2</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">MacInnis</td>
<td align="right">2</td>
</tr>
<td align="right">Little Caesars</td>
<td align="right">McNaughton</td>
<td align="right">2</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Moravský</td>
<td align="right">2</td>
</tr>
<td align="right">Entropians</td>
<td align="right">Vorlíček</td>
<td align="right">2</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Ādamsons</td>
<td align="right">1</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Avery</td>
<td align="right">1</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Baril</td>
<td align="right">1</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Barker</td>
<td align="right">1</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Carlson</td>
<td align="right">1</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Christensen</td>
<td align="right">1</td>
</tr>
<td align="right">StJean Lynx</td>
<td align="right">Clitsome</td>
<td align="right">1</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Dasys</td>
<td align="right">1</td>
</tr>
<td align="right">Jammers</td>
<td align="right">DeMelo</td>
<td align="right">1</td>
</tr>
<td align="right">LumberJacks</td>
<td align="right">Denault</td>
<td align="right">1</td>
</tr>
<td align="right">StJean Lynx</td>
<td align="right">Dumont</td>
<td align="right">1</td>
</tr>
<td align="right">StJean Lynx</td>
<td align="right">Emsis</td>
<td align="right">1</td>
</tr>
&nbsp;
&nbsp;
<tr>
<th colspan="4"align="center">Top Goalies</th>
</tr>
<tr>
<th align="right">Team</th>
<th align="right">Name</th>
<th align="right">GP</th>
<th align="right">Save %</th>
</tr>
<td align="right">Entropians</td>
<td align="right">Krehota</td>
<td align="right">1</td>
<td align="right">1</td>
</tr>
<td align="right">LumberJacks</td>
<td align="right">Martin</td>
<td align="right">2</td>
<td align="right">0.982</td>
</tr>
<td align="right">Frugalites</td>
<td align="right">Voth</td>
<td align="right">2</td>
<td align="right">0.955</td>
</tr>
<td align="right">Calgary Wire Flyers</td>
<td align="right">Shlain</td>
<td align="right">2</td>
<td align="right">0.955</td>
</tr>
<td align="right">Temptation Meow</td>
<td align="right">Caires</td>
<td align="right">2</td>
<td align="right">0.953</td>
</tr>
<td align="right">Jammers</td>
<td align="right">Khukhryakov</td>
<td align="right">1</td>
<td align="right">0.952</td>
</tr>
<td align="right">PEI Potatoskins</td>
<td align="right">Carcillo</td>
<td align="right">2</td>
<td align="right">0.93</td>
</tr>
<td align="right">Entropians</td>
<td align="right">Seifert</td>
<td align="right">2</td>
<td align="right">0.925</td>
</tr>
<td align="right">Havana Tropicals</td>
<td align="right">Lähtenmääki</td>
<td align="right">2</td>
<td align="right">0.9</td>
</tr>
<td align="right">Wahoo Porkswords</td>
<td align="right">Földesi</td>
<td align="right">1</td>
<td align="right">0.9</td>
</tr>
<td align="right">Little Caesars</td>
<td align="right">Boissonneault</td>
<td align="right">1</td>
<td align="right">0.88</td>
</tr>
<td align="right">Ovechkin Laich Semin</td>
<td align="right">Alenkin</td>
<td align="right">2</td>
<td align="right">0.877</td>
</tr>
<td align="right">The Van Nuys Wolves</td>
<td align="right">Mangoni</td>
<td align="right">1</td>
<td align="right">0.852</td>
</tr>
<td align="right">Jammers</td>
<td align="right">Kanegawa</td>
<td align="right">2</td>
<td align="right">0.85</td>
</tr>
<td align="right">StJean Lynx</td>
<td align="right">Zīle</td>
<td align="right">1</td>
<td align="right">0.81</td>
</tr>
<td align="right">Jammers</td>
<td align="right">Leung</td>
<td align="right">1</td>
<td align="right">0.778</td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
<td align="right"></td>
</tr>
</table>
</html>
The Young Guns Tournament is a development tournament played mostly on Sundays with gentle-person rules.  Each participant needs to field a team of age 22 and under players to play in a series of round robin games followed by a set of elimination matches for the championship.

Current Season:
*[[Participants|YoungGunsParticipants]]
*[[Schedule|YoungGunsSchedule]]
*[[Standings|YoungGunsStandings]]
*[[Playoffs|YoungGunsPlayoffs]]
[[Rules|YoungGunsRules]]
[[Communications|YoungGunsCommunications]]
[[History|YoungGunsHistory]]