//if (document.location.href.toLowerCase().indexOf("~valpohockey") >= 0) {
//	document.location.href = document.location.href.replace(/http:\/\/home.comcast.net\/~valpohockey/i,"http://valpohockey.home.comcast.net");
//	document.location.href = document.location.href.replace(/http:\/\/valpohockey.home.comcast.net\/~valpohockey/i,"http://valpohockey.home.comcast.net");
//}

teamName = "";
if (document.location.href.indexOf("/team") > 0) {
	team = 	start = document.location.href;
	start = team.indexOf("/team") + 5;
	team = team.substr(start);
	end = team.indexOf("/");
	team = team.substr(0,end);
}
document.write('<style>body {margin:0 0 0 0;}</style>');
document.write('<table width="1000" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr valign="middle">');
document.write('	<td class="clsLeftMenu" colspan="5">');
document.write('		<a href="/index.html"><img src="/images/logo.gif" border="0"></a>');
document.write('	</td>');
document.write('</tr>');
document.write('<tr height="2">');
document.write('	<td></td>');
document.write('	<td width="4"><img src="/images/transparent.gif" height="1"></td>');
document.write('	<td width="1"><img src="/images/transparent.gif" height="1"></td>');
document.write('	<td width="5"><img src="/images/transparent.gif" height="1"></td>');
document.write('	<td><img src="/images/transparent.gif" height="1"></td>');
document.write('</tr>');
document.write('<tr valign="top">');
document.write('	<td style="padding-left:5" class="clsLeftMenu">');
document.write('		<p>');
if (typeof team != "undefined") {
	if (document.location.href.toLowerCase().indexOf("/images/") > 0)
		up = "../";
	else
		up = "";
	document.write('			<span class="clsSubHeadline">Team Information</span><br>');
	document.write('			&nbsp;&nbsp;&nbsp;<a href="' + up + 'schedule.html" class="clsSub">Schedule</a><br>');
	document.write('			&nbsp;&nbsp;&nbsp;<a href="' + up + 'results.html" class="clsSub">Team Statistics</a><br>');
	document.write('			&nbsp;&nbsp;&nbsp;<a href="' + up + 'playersmain.html" class="clsSub">Player Statistics</a><br>');
	document.write('			&nbsp;&nbsp;&nbsp;<a href="' + up + 'images/index.html" class="clsSub">Team in Action</a><br>');
	document.write('			&nbsp;&nbsp;&nbsp;<a href="' + up + 'coaches.html" class="clsSub">Contacts</a><br>');
	document.write('			&nbsp;&nbsp;&nbsp;<a href="' + up + 'penalties_Crosstab.html" class="clsSub">Penalties</a><br>');
	if ((team == 4) || (team == 6) )
		document.write('			&nbsp;&nbsp;&nbsp;<a href="' + up + 'images/index.html" class="clsSub">Images</a><br>');
	document.write('		</p>');
}
document.write('		<p>');
document.write('			<span class="clsSubHeadline">Other Links</span><br>');
document.write('            &nbsp;&nbsp;&nbsp;<a href="http://www.ishshl.goalline.ca" target="INStats" class="clsSub">Indiana HS Stats</a><br>');
document.write('			&nbsp;&nbsp;&nbsp;<a href="http://www.usahockey.com" target="usahockey" class="clsSub">USA Hockey</a><br>');
document.write('			&nbsp;&nbsp;&nbsp;<a href="http://www.youtube.com/watch?v=yYQYurDh4HI" target="youtube" class="clsSub">Chelios on Hockey</a><br>');
document.write('			&nbsp;&nbsp;&nbsp;<a href="http://www.youtube.com/watch?v=zWsj089oNM0" target="youtube" class="clsSub">Don Lucia on Hockey</a><br>');
document.write('			&nbsp;&nbsp;&nbsp;<a href="http://www.usahockey.com/usa_hockey/usahweb/main/usa_hockey/front_newdeal_071206/" target="usahockey" class="clsSub">New Standards of Play</a><br>');

//pagename = document.location.pathname.toLowerCase();
//if (pagename.indexOf(".html") < 0)
//	pagename += "/index.html";
//
//var double_slash = /\/\//g;
//pagename = pagename.replace(double_slash,"\/");
//
//var not_valid_chars = /[^a-zA-Z0-9_]/g;
//pagename = pagename.replace(not_valid_chars,"_");
//document.write('<div style="padding-top:15; text-align:center">Visitors to this page:<br><img src="/cgi-bin/counter.gif?fg=00,153,00&bg=255,255,255&' + pagename + '"></div>');
//document.write('		</p>');
document.write('	</td>');
document.write('	<td width="4"><img src="/images/transparent.gif" height="1"></td>');
document.write('	<td width="1" class="clsGreenLine"><img src="/images/transparent.gif" height="1"></td>');
document.write('	<td width="5"><img src="/images/transparent.gif" height="1" width="5"></td>');

