<!doctype html>
<html lang="en-US" class="no-js">
	<head>
		<meta charset="UTF-8">
		<title> Northwoods League</title>
		<style type='text/css'>
		.stpulldown-gradient
		{
			background: #E1E1E1;
			background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
			background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
			color: #636363;
		}
		#stpulldown .stpulldown-logo
		{
			height: 40px;
			width: 300px;
			margin-left: 20px;
			margin-top: 5px;
			background:url('') no-repeat;
		}
</style>
<link rel="stylesheet" href="http://northwoodsleague.com/wp-content/plugins/oiopub-direct/images/style/output.css" type="text/css" />
<link rel='stylesheet' id='fsb-image-css'  href='http://northwoodsleague.com/wp-content/plugins/simple-full-screen-background-image/includes/fullscreen-image.css?ver=3.6.1' media='all' />
<link rel='stylesheet' id='wpic-css'  href='http://northwoodsleague.com/wp-content/plugins/wp-image-carousel/css/style.css?ver=3.6.1' media='all' />
<link rel='stylesheet' id='recent-facebook-posts-css-css'  href='http://northwoodsleague.com/wp-content/plugins/recent-facebook-posts/assets/css/default.min.css?ver=2.0.3' media='all' />
<link rel='stylesheet' id='normalize-css'  href='http://northwoodsleague.com/wp-content/themes/northwoodsleague/normalize.css?ver=1.0' media='all' />
<link rel='stylesheet' id='html5blank-css'  href='http://northwoodsleague.com/wp-content/themes/northwoodsleague/style.css?ver=1.0' media='all' />
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
<script type='text/javascript' src='http://cdnjs.cloudflare.com/ajax/libs/conditionizr.js/2.2.0/conditionizr.min.js?ver=2.2.0'></script>
<script type='text/javascript' src='http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js?ver=2.6.2'></script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/themes/northwoodsleague/js/jquery-ui-1.10.3.custom.min.js?ver=1.10.3'></script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/themes/northwoodsleague/js/scripts.js?ver=1.0.0'></script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/themes/northwoodsleague/js/bootstrap.min.js?ver=1.0.0'></script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/plugins/mailchimp-widget/js/mailchimp-widget-min.js?ver=3.6.1'></script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/plugins/wp-image-carousel/js/jcarousellite_1.0.1.js?ver=3.6.1'></script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/plugins/wp-google-analytics/wp-google-analytics.js?ver=0.0.3'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var samAjax = {"ajaxurl":"http:\/\/northwoodsleague.com\/wp-admin\/admin-ajax.php","_ajax_nonce":"9ce41e0471"};
/* ]]> */
</script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/plugins/simple-ads-manager/js/sam-layout.js?ver=1.7.60'></script>
		<style type="text/css">
		.ads {
			position: relative;
			text-align: center;		
			clear: both;
		}
		</style>		<script charset="utf-8" type="text/javascript">var switchTo5x=false;</script><script charset="utf-8" type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script charset="utf-8" type="text/javascript">stLight.options({publisher:"ba665790-17bf-483d-bbdd-f37f5145b745" });var st_type='wordpress3.6.1';</script><div style="width: 100%; margin: 0 auto; position: absolute; top: 5%; height: 100%; background-image:url(http://northwoodsleague.com/wp-content/uploads/2014/08/bg-homeNW-1-million2.png); z-index: 1; background-size: 1600px auto; background-repeat: no-repeat; background-position: top center;)"></div><link href="http://northwoodsleague.com/wp-content/plugins/sponsors-carousel/skins/tango/skin.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://northwoodsleague.com/wp-content/plugins/sponsors-carousel/jquery.jcarousel.min.js"></script>

<!-- WP Simple Shopping Cart plugin v4.0.5 - https://www.tipsandtricks-hq.com/wordpress-simple-paypal-shopping-cart-plugin-768/ -->
<link type="text/css" rel="stylesheet" href="http://northwoodsleague.com/wp-content/plugins/wordpress-paypal-shopping-cart/wp_shopping_cart_style.css" />

	<script type="text/javascript">
	<!--
	//
	function ReadForm (obj1, tst) 
	{ 
	    // Read the user form
	    var i,j,pos;
	    val_total="";val_combo="";		
	
	    for (i=0; i<obj1.length; i++) 
	    {     
	        // run entire form
	        obj = obj1.elements[i];           // a form element
	
	        if (obj.type == "select-one") 
	        {   // just selects
	            if (obj.name == "quantity" ||
	                obj.name == "amount") continue;
		        pos = obj.selectedIndex;        // which option selected
		        val = obj.options[pos].value;   // selected value
		        val_combo = val_combo + " (" + val + ")";
	        }
	    }
		// Now summarize everything we have processed above
		val_total = obj1.product_tmp.value + val_combo;
		obj1.product.value = val_total;
	}
	//-->
	</script>

<!-- WooCommerce Version -->
<meta name="generator" content="WooCommerce 2.0.19" />

		<!-- dns prefetch -->
		<link href="//www.google-analytics.com" rel="dns-prefetch">

		<!-- meta -->

		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
		<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=2.0, user-scalable=yes">
		<meta name="description" content="Get Ready for the Show!">

  		<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>




        <link rel="stylesheet" href="http://northwoodsleague.com/wp-content/themes/northwoodsleague/css/bootstrap.css">

		<!-- icons -->
		<link href="http://northwoodsleague.com/wp-content/themes/northwoodsleague/img/icons/favicon.ico" rel="shortcut icon">
        <link rel="apple-touch-icon" href="http://northwoodsleague.com/wp-content/themes/northwoodsleague/img/icons/touch.png" />
        <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/conditionizr.js/2.2.0/conditionizr.min.js?ver=2.2.0"></script>

        <!--calendario score->

		<!-- css + javascript -->

		<script>
		!function(){
			// configure legacy, retina, touch requirements @ conditionizr.com
			conditionizr()
		}()

		</script>
		<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
		<!--[if lt IE 9]>
		  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
		<![endif]-->
        <link rel="stylesheet" href="http://northwoodsleague.com/wp-content/themes/northwoodsleague/css/jquery.dataTables.css">
        <!-- <script type="text/javascript" language="javascript" src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/js/jquery.js"></script> -->
        <script type="text/javascript" language="javascript" src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/js/jquery.dataTables.js"></script>
        <script type="text/javascript" charset="utf-8">

            jQuery.fn.dataTableExt.oSort['numeric-comma-asc']  = function(a,b) {
                var x = (a == "-") ? 0 : a.replace( /,/, "." );
                var y = (b == "-") ? 0 : b.replace( /,/, "." );
                x = parseFloat( x );
                y = parseFloat( y );
                return ((x < y) ? -1 : ((x > y) ?  1 : 0));
            };

            jQuery.fn.dataTableExt.oSort['numeric-comma-desc'] = function(a,b) {
                var x = (a == "-") ? 0 : a.replace( /,/, "." );
                var y = (b == "-") ? 0 : b.replace( /,/, "." );
                x = parseFloat( x );
                y = parseFloat( y );
                return ((x < y) ?  1 : ((x > y) ? -1 : 0));
            };

            $(document).ready(function() {
                $('#order-b').dataTable({
                    "aaSorting": [[ 3, "desc" ]],
                    "iDisplayLength" : 20,
                    "aLengthMenu": [[20, 50, 100, -1], [20, 50, 100, "All"]],
                    "bFilter": false
                });
                $('#order-p').dataTable({
                    "aaSorting": [[ 16, "asc" ]],
                    "iDisplayLength" : 20,
                    "aLengthMenu": [[20, 50, 100, -1], [20, 50, 100, "All"]],
                    "aoColumns": [
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        { "sType": "numeric-comma" }
                    ],
                    "bFilter": false
                });
                $('#order-f').dataTable({
                    "aaSorting": [[ 3, "desc" ]],
                    "iDisplayLength" : 20,
                    "aLengthMenu": [[20, 50, 100, -1], [20, 50, 100, "All"]],
                    "bFilter": false
                });
                $('#order-tb').dataTable({
                    //"aaSorting": [[ 1, "desc" ]],
                    "iDisplayLength" : 20,
                    "aLengthMenu": [[20, 50, 100, -1], [20, 50, 100, "All"]],
                    "bFilter": false
                });
                $('#order-tp').dataTable({
                    //"aaSorting": [[ 15, "desc" ]],
                    "iDisplayLength" : 20,
                    "aLengthMenu": [[20, 50, 100, -1], [20, 50, 100, "All"]],
                    "bFilter": false
                });
            } );
        </script>
	</head>
	<body class="home">

	<!-- header -->
	<header id="headContent">
        	<div class="container row-fluid noPad">
        		<div class="col-lg-2 col-md-2 headerLogo">
        			<!-- logo -->
        			<h1>
        				<a class="logo-nl" href="http://northwoodsleague.com" target="_self">Northwoods League</a>
        			</h1>
        			<!-- /logo -->
        		</div>

        		<section class="menu col-lg-10 col-md-10 col-sm-12 col-xs-12">
        			<!-- Top Nav -->
        			<div id="topMenu" class="navbar navbar-default" role="navigation">
        				<p>THE OFFICIAL SITE OF THE Northwoods League</p>

        				<div class="collapse navbar-collapse navbar-collap navbar-ex1-collapse menuTopLogo">
        					<ul class="nav navbar-nav"><li id="menu-item-484" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-484"><a href="#" class="dropdown-toggle" data-toggle="dropdown">About NWL</a>
<ul class="dropdown-menu">
	<li id="menu-item-10968" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10968"><a href="http://northwoodsleague.com/about-nwl/10965-2/">Mission</a></li>
	<li id="menu-item-477" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-477"><a href="http://northwoodsleague.com/about-nwl/history/">History</a></li>
	<li id="menu-item-13246" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13246"><a href="http://northwoodsleague.com/about-nwl/nwl-pitching-guidelines/">NWL Pitching Guidelines</a></li>
	<li id="menu-item-478" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-478"><a href="http://northwoodsleague.com/about-nwl/administration/">Administration</a></li>
	<li id="menu-item-480" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-480"><a href="http://northwoodsleague.com/about-nwl/board-of-directors/">Board of Directors</a></li>
	<li id="menu-item-392" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-392"><a href="http://northwoodsleague.com/about-nwl/alumni/">Alumni</a></li>
	<li id="menu-item-393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-393"><a href="http://northwoodsleague.com/about-nwl/alumni-in-the-majors/">Alumni in the Majors</a></li>
	<li id="menu-item-391" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-391"><a href="http://northwoodsleague.com/about-nwl/all-decade-team/">All-Decade Team</a></li>
	<li id="menu-item-395" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-395"><a href="http://northwoodsleague.com/about-nwl/draft-results/">Draft Results</a></li>
	<li id="menu-item-482" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-482"><a href="http://northwoodsleague.com/about-nwl/umpires/">Umpires</a></li>
	<li id="menu-item-394" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-394"><a href="http://northwoodsleague.com/about-nwl/current-umpires/">Current Umpires</a></li>
	<li id="menu-item-481" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-481"><a href="http://northwoodsleague.com/about-nwl/umpire-supervisors/">Umpire Supervisors</a></li>
	<li id="menu-item-483" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-483"><a href="http://northwoodsleague.com/about-nwl/umpires-in-the-majors/">Umpires in the Majors</a></li>
	<li id="menu-item-494" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-494"><a href="http://northwoodsleague.com/about-nwl/travel-guide/">Travel Guide</a></li>
	<li id="menu-item-10226" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10226"><a href="http://northwoodsleague.com/about-nwl/map-of-locations/">Map of Locations</a></li>
</ul>
</li>
<li id="menu-item-486" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-486"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Community</a>
<ul class="dropdown-menu">
	<li id="menu-item-536" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-536"><a href="http://northwoodsleague.com/community/foundation/">NWL Foundation</a></li>
	<li id="menu-item-10958" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10958"><a href="http://northwoodsleague.com/community/nwl-foundation-mission/">NWL Foundation Mission</a></li>
	<li id="menu-item-10408" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10408"><a href="http://northwoodsleague.com/community/donate-now/">Donate Now</a></li>
	<li id="menu-item-10409" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10409"><a href="http://northwoodsleague.net/Clip-Service.aspx">Clip Service</a></li>
</ul>
</li>
<li id="menu-item-487" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-487"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Contact</a>
<ul class="dropdown-menu">
	<li id="menu-item-4580" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4580"><a href="http://northwoodsleague.com/contact/contact-us/">Contact Us</a></li>
	<li id="menu-item-408" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-408"><a href="http://northwoodsleague.com/contact/front-office/">Front Office</a></li>
	<li id="menu-item-407" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-407"><a href="http://northwoodsleague.com/contact/advertising/">Advertising</a></li>
	<li id="menu-item-409" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-409"><a href="http://northwoodsleague.com/contact/sponsorships/">Sponsorships</a></li>
</ul>
</li>
<li id="menu-item-10407" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10407"><a href="http://northwoodsleague.com/apply/" class="dropdown-toggle" data-toggle="dropdown">Apply</a>
<ul class="dropdown-menu">
	<li id="menu-item-399" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-399"><a href="http://northwoodsleague.com/apply/apply-to-play/">Apply to Play</a></li>
	<li id="menu-item-397" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-397"><a href="http://northwoodsleague.com/apply/apply-to-coach/">Apply to Coach</a></li>
	<li id="menu-item-400" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-400"><a href="http://northwoodsleague.com/apply/apply-to-umpire/">Apply to Umpire</a></li>
	<li id="menu-item-398" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-398"><a href="http://northwoodsleague.com/apply/apply-to-own/">Apply to Own</a></li>
</ul>
</li>
</ul>        				</div>
        			</div>
        			<!-- /Top Nav -->

        			<div class=" col-lg-12 col-md-12 col-sm-12 col-xs-12 menuTablet">
	        			<div class="logoTabl col-lg-2 col-md-2 col-sm-6 col-xs-8">
		        			<!-- logo -->
		        			<h1>
		        				<a class="logo-nl" href="http://northwoodsleague.com" target="_self">Northwoods League</a>
		        			</h1>
		        			<!-- /logo -->
	        			</div>
	        			<!-- CollapseBtn -->
	        			<button type="button" class="navbar-toggle collapsed" data-toggle="" data-target=".navbar-collap" style="margin-top: 10%;">
                        	<span class="sr-only">Toggle navigation</span>
                       		<span class="icon-bar"></span>
                       	 	<span class="icon-bar"></span>
                        	<span class="icon-bar"></span>
                    	</button>
	        			<!-- CollapseBtn -->
	        			<div id="menuSmartTop" class="col-sm-12">
	        				<ul class="nav navbar-nav"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-484"><a href="#" class="dropdown-toggle" data-toggle="dropdown">About NWL</a>
<ul class="dropdown-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10968"><a href="http://northwoodsleague.com/about-nwl/10965-2/">Mission</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-477"><a href="http://northwoodsleague.com/about-nwl/history/">History</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13246"><a href="http://northwoodsleague.com/about-nwl/nwl-pitching-guidelines/">NWL Pitching Guidelines</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-478"><a href="http://northwoodsleague.com/about-nwl/administration/">Administration</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-480"><a href="http://northwoodsleague.com/about-nwl/board-of-directors/">Board of Directors</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-392"><a href="http://northwoodsleague.com/about-nwl/alumni/">Alumni</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-393"><a href="http://northwoodsleague.com/about-nwl/alumni-in-the-majors/">Alumni in the Majors</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-391"><a href="http://northwoodsleague.com/about-nwl/all-decade-team/">All-Decade Team</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-395"><a href="http://northwoodsleague.com/about-nwl/draft-results/">Draft Results</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-482"><a href="http://northwoodsleague.com/about-nwl/umpires/">Umpires</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-394"><a href="http://northwoodsleague.com/about-nwl/current-umpires/">Current Umpires</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-481"><a href="http://northwoodsleague.com/about-nwl/umpire-supervisors/">Umpire Supervisors</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-483"><a href="http://northwoodsleague.com/about-nwl/umpires-in-the-majors/">Umpires in the Majors</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-494"><a href="http://northwoodsleague.com/about-nwl/travel-guide/">Travel Guide</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10226"><a href="http://northwoodsleague.com/about-nwl/map-of-locations/">Map of Locations</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-486"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Community</a>
<ul class="dropdown-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-536"><a href="http://northwoodsleague.com/community/foundation/">NWL Foundation</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10958"><a href="http://northwoodsleague.com/community/nwl-foundation-mission/">NWL Foundation Mission</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10408"><a href="http://northwoodsleague.com/community/donate-now/">Donate Now</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10409"><a href="http://northwoodsleague.net/Clip-Service.aspx">Clip Service</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-487"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Contact</a>
<ul class="dropdown-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4580"><a href="http://northwoodsleague.com/contact/contact-us/">Contact Us</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-408"><a href="http://northwoodsleague.com/contact/front-office/">Front Office</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-407"><a href="http://northwoodsleague.com/contact/advertising/">Advertising</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-409"><a href="http://northwoodsleague.com/contact/sponsorships/">Sponsorships</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10407"><a href="http://northwoodsleague.com/apply/" class="dropdown-toggle" data-toggle="dropdown">Apply</a>
<ul class="dropdown-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-399"><a href="http://northwoodsleague.com/apply/apply-to-play/">Apply to Play</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-397"><a href="http://northwoodsleague.com/apply/apply-to-coach/">Apply to Coach</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-400"><a href="http://northwoodsleague.com/apply/apply-to-umpire/">Apply to Umpire</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-398"><a href="http://northwoodsleague.com/apply/apply-to-own/">Apply to Own</a></li>
</ul>
</li>
</ul>	        			</div>

	        			<!-- Bottom Nav Menu -->
	        				<div id="bottomMenu" class="navbar-collapse navbar-collap navbar-ex1-collapse collapse col-md-12 col-lg-12 col-sm-12 col-xs-12" style="width:100%;">
	        				<div class="bottom-menu-left col-sm-12 noPad">
                                <ul><li id="menu-item-488" class="menu-item menu-item-type-custom menu-item-object-custom dropdown menu-item-488"><a class="dropdown-toggle" data-toggle="dropdown" href="#">News</a>
<ul class="dropdown-menu pull-right">
	<li id="menu-item-4577" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4577"><a href="http://northwoodsleague.com/blog/category/all-categories/league-news/">League News</a></li>
	<li id="menu-item-4615" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4615"><a href="http://northwoodsleague.com/blog/category/all-categories/archive-news/">Archives</a></li>
	<li id="menu-item-335" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-335"><a href="http://northwoodsleague.com/news/blog/">Blog</a></li>
</ul>
</li>
<li id="menu-item-11658" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11658"><a href="http://northwoods.bbstats.pointstreak.com/scoreboard.html?leagueid=29211">Scores</a></li>
<li id="menu-item-11659" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11659"><a href="http://northwoods.bbstats.pointstreak.com/standings.html?leagueid=120&#038;seasonid=29211">Standings</a></li>
<li id="menu-item-489" class="menu-item menu-item-type-custom menu-item-object-custom dropdown menu-item-489"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Stats</a>
<ul class="dropdown-menu pull-right">
	<li id="menu-item-11660" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11660"><a href="http://northwoods.bbstats.pointstreak.com/stats.html?leagueid=120&#038;seasonid=29211&#038;view=batting&#038;bset=0&#038;orderby=avg&#038;range=">Batting</a></li>
	<li id="menu-item-11661" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11661"><a href="http://northwoods.bbstats.pointstreak.com/stats.html?leagueid=120&#038;seasonid=29211&#038;view=pitching">Pitching</a></li>
	<li id="menu-item-11662" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11662"><a href="http://northwoods.bbstats.pointstreak.com/stats.html?leagueid=120&#038;seasonid=29211&#038;view=fielding">Fielding</a></li>
	<li id="menu-item-11663" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11663"><a href="http://northwoods.bbstats.pointstreak.com/stats.html?leagueid=120&#038;seasonid=29211&#038;view=teambatting">Team Batting</a></li>
	<li id="menu-item-11664" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11664"><a href="http://northwoods.bbstats.pointstreak.com/stats.html?leagueid=120&#038;seasonid=29211&#038;view=teampitching">Team Pitching</a></li>
	<li id="menu-item-10306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10306"><a href="http://northwoodsleague.com/stats/league-records/">League Records</a></li>
</ul>
</li>
<li id="menu-item-33" class="menu-item menu-item-type-post_type menu-item-object-page dropdown menu-item-33"><a class="dropdown-toggle" data-toggle="dropdown" href="http://northwoodsleague.com/schedule/">Schedule</a>
<ul class="dropdown-menu pull-right">
	<li id="menu-item-10460" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10460"><a href="http://northwoodsleague.com/schedule/">Day-by-Day Schedule</a></li>
	<li id="menu-item-10455" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10455"><a href="http://northwoodsleague.com/2014-printable-schedules/">Printable Schedule</a></li>
</ul>
</li>
<li id="menu-item-11665" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11665"><a href="http://northwoods.bbstats.pointstreak.com/attendance.html?leagueid=120&#038;seasonid=29211">Attendance</a></li>
</ul>
	        				</div>
	        				<div class="bottom-menu-right col-sm-12 noPad">
                                <ul><li id="menu-item-52" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-52"><a href="http://northwoodsleague.com/tickets/">Tickets</a></li>
<li id="menu-item-500" class="video menu-item menu-item-type-custom menu-item-object-custom dropdown menu-item-500"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Video</a>
<ul class="dropdown-menu pull-right">
	<li id="menu-item-4581" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4581"><a title="Watch Games Live" href="http://northwoodsleague.com/video/">Watch Games Live</a></li>
	<li id="menu-item-4584" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4584"><a title="Listen to Games Live" href="http://northwoodsleague.com/video/radio/">Listen to Games Live</a></li>
</ul>
</li>
<li id="menu-item-116" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-116"><a target="_blank" href="http://northwoodsleague.net/Fantasy">Fantasy</a></li>
<li id="menu-item-12169" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12169"><a href="http://northwoods.2020brands.com">Shop</a></li>
<li id="menu-item-48" class="team menu-item menu-item-type-post_type menu-item-object-page dropdown menu-item-48"><a class="dropdown-toggle" data-toggle="dropdown" href="http://northwoodsleague.com/teams/">Teams</a>
<ul class="dropdown-menu pull-right">
	<li id="menu-item-199" class="northC menu-item menu-item-type-custom menu-item-object-custom dropdown-submenu menu-item-199"><a href="#">north</a>
<ul class="dropdown-menu pull-right">
		<li id="menu-item-183" class="alexandria menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="http://northwoodsleague.com/alexandria-blue-anchors/">Alexandria Blue Anchors</a></li>
		<li id="menu-item-184" class="duluth menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="http://northwoodsleague.com/duluth-huskies/">Duluth Huskies</a></li>
		<li id="menu-item-191" class="claireExp menu-item menu-item-type-custom menu-item-object-custom menu-item-191"><a href="http://northwoodsleague.com/eau-claire-express/">Eau Claire Express</a></li>
		<li id="menu-item-185" class="manDogs menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="http://northwoodsleague.com/mankato-moondogs/">Mankato MoonDogs</a></li>
		<li id="menu-item-186" class="rochester menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="http://northwoodsleague.com/rochester-honkers/">Rochester Honkers</a></li>
		<li id="menu-item-187" class="cloudRox menu-item menu-item-type-custom menu-item-object-custom menu-item-187"><a href="http://northwoodsleague.com/st-cloud-rox/">St. Cloud Rox</a></li>
		<li id="menu-item-188" class="bayCats menu-item menu-item-type-custom menu-item-object-custom menu-item-188"><a href="http://northwoodsleague.com/thunder-bay-border-cats/">Thunder Bay Border Cats</a></li>
		<li id="menu-item-189" class="waterloo menu-item menu-item-type-custom menu-item-object-custom menu-item-189"><a href="http://northwoodsleague.com/waterloo-bucks/">Waterloo Bucks</a></li>
		<li id="menu-item-190" class="stingers menu-item menu-item-type-custom menu-item-object-custom menu-item-190"><a href="http://northwoodsleague.com/willmar-stingers/">Willmar Stingers</a></li>
	</ul>
</li>
	<li id="menu-item-201" class="southC menu-item menu-item-type-custom menu-item-object-custom dropdown-submenu menu-item-201"><a href="#">south</a>
<ul class="dropdown-menu pull-right">
		<li id="menu-item-200" class="BttCrk menu-item menu-item-type-custom menu-item-object-custom menu-item-200"><a href="http://northwoodsleague.com/battle-creek-bombers/">Battle Creek Bombers</a></li>
		<li id="menu-item-202" class="GrnBay menu-item menu-item-type-custom menu-item-object-custom menu-item-202"><a href="http://northwoodsleague.com/green-bay-bullfrogs/">Green Bay Bullfrogs</a></li>
		<li id="menu-item-203" class="KzGr menu-item menu-item-type-custom menu-item-object-custom menu-item-203"><a href="http://northwoodsleague.com/kalamazoo-growlers/">Kalamazoo Growlers</a></li>
		<li id="menu-item-204" class="KeBb menu-item menu-item-type-custom menu-item-object-custom menu-item-204"><a href="http://northwoodsleague.com/kenosha-kingfish/">Kenosha Kingfish</a></li>
		<li id="menu-item-206" class="lkCh menu-item menu-item-type-custom menu-item-object-custom menu-item-206"><a href="http://northwoodsleague.com/lakeshore-chinooks/">Lakeshore Chinooks</a></li>
		<li id="menu-item-205" class="LcLg menu-item menu-item-type-custom menu-item-object-custom menu-item-205"><a href="http://northwoodsleague.com/la-crosse-loggers/">La Crosse Loggers</a></li>
		<li id="menu-item-207" class="MdMall menu-item menu-item-type-custom menu-item-object-custom menu-item-207"><a href="http://northwoodsleague.com/madison-mallards/">Madison Mallards</a></li>
		<li id="menu-item-209" class="WsRa menu-item menu-item-type-custom menu-item-object-custom menu-item-209"><a href="http://northwoodsleague.com/wisconsin-rapids-rafters/">Wisconsin Rapids Rafters</a></li>
		<li id="menu-item-208" class="WsWoo menu-item menu-item-type-custom menu-item-object-custom menu-item-208"><a href="http://northwoodsleague.com/wisconsin-woodchucks/">Wisconsin Woodchucks</a></li>
	</ul>
</li>
</ul>
</li>
</ul>	        				</div>
	        			</div>
	        			<!-- /Bottom Nav Menu -->
        			</div>

        		</section>
                <script type="text/javascript">


                </script>
        	</div>
        </header>
		


<section id="content">

    <script src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/js/jquery.anythingslider.min.js"></script>
    <script src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/js/jquery.anythingslider.video.min.js"></script>
    <link rel="stylesheet" href="http://northwoodsleague.com/wp-content/themes/northwoodsleague/css/anythingslider.css">

    <script type="text/javascript">

        var tag = document.createElement('script');
        tag.src = "https://www.youtube.com/iframe_api";
        var firstScriptTag = document.getElementsByTagName('script')[0];
        firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);


        function loadVideo(idContent, idVideo) {
            if (typeof(YT) == 'undefined' || typeof(YT.Player) == 'undefined') {
                $('#slider').anythingSlider(1);
            } else {
                player = new YT.Player(idContent, {
                    height: '347',
                    width: '570',
                    videoId: idVideo,
                    events: {
                        'onStateChange': onPlayerStateChange,
                    }
                });
            }
        }

        function loadVideoNext(idContent, idVideo) {
            player = new YT.Player(idContent, {
                height: '347',
                width: '570',
                videoId: idVideo,
                events: {
                    'onStateChange': onPlayerStateChange,
                }
            });
        }

        function onPlayerStateChange(event) {
            if (event.data == 1) {
                $('.divContentCaption').fadeOut('slow');
            } else {
                $('.divContentCaption').fadeIn('slow');
            }
        }

        jQuery(document).ready(function ($) {

            $('#slider').anythingSlider({
                resizeContents    : true,
                buildArrows       : false,
                buildStartStop    : false,
                resumeOnVideoEnd  : false,
                resumeOnVisible   : false,
                autoPlay          : true,
                autoPlayLocked    : true,
                expand            : true,
                hashTags          : false,
                delay             : 10000,
                resumeDelay       : 15000,
                animationTime     : 600,
                delayBeforeAnimate: 0,
                onInitialized: function (slider) {
                    $(".player").each(function () {
                        var idContent = $(this).attr('id');
                        if (typeof(idContent) != 'undefined') {
                            var idVideo = $(this).attr('title');
                            loadVideo(idContent, idVideo);
                        }
                    });
                },
                onSlideComplete: function (slider) {
                    var element = slider.$currentPage.find('.player');
                    if (element.length > 0) {
                        var idVideo = element.attr('title');
                        var idContent = element.attr('id');
                        loadVideoNext(idContent, idVideo);
                    }
                }

            });
            /*
             $('#slider').anythingSliderVideo({
             // video id prefix; suffix from $.fn.anythingSliderVideo.videoIndex
             videoId         : 'asvideo',
             // auto load YouTube api script
             youtubeAutoLoad : true,
             // YouTube iframe parameters, for a full list see:
             // https://developers.google.com/youtube/player_parameters#Parameters
             youtubeParams   : {
             modestbranding : 1,
             iv_load_policy : 3,
             enablejsapi : 1,
             fs : 1,
             wmode: 'opaque' // this is set by the wmode option above, so no need to include it here
             }
             });
             */
        });
    </script>

    <div class="container noPad">
    <div class="row contentBg">

    <div id="ad-1" class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
        <div id="text-15" class="widget_text widgetSideBar">			<div class="textwidget"><script type="text/javascript" src="http://northwoodsleague.com/wp-content/plugins/oiopub-direct/js.php?type=banner&align=center&zone=1"></script></div>
		</div>    </div><!--End of Top Ad-->

    <section id="leftCol" class="col-md-8 col-lg-8 col-sm-12 col-xs-12">
        <section id="slideshow">
            <ul id='slider' class="bxslider">
                                <li>
                    <img src="http://northwoodsleague.com/wp-content/uploads/2015/04/John-Halama-Feature-602x347-602x347.jpg" class="attachment-sliderH wp-post-image" alt="John-Halama-Feature-602x347" />                    <div class="divContentCaption">
                        <a class='linkPost' href="http://northwoodsleague.com/blog/2015/04/14/rafters-announce-2015-coaching-staff/">
                                                        Rafters Announce 2015 Coaching Staff                        </a>
                        <p>
                            &nbsp;


	Nine-Year Major League Veteran John Halama Named Pitching Coach


	&nbsp;


	Wisconsin Rapids, Wis. &#8211;&hellip;
                        </p>
                    </div>
                </li>
                            <li>
                    <img src="http://northwoodsleague.com/wp-content/uploads/2015/04/Knutson-and-Hendren-602x347-602x347.jpg" class="attachment-sliderH wp-post-image" alt="Knutson-and-Hendren-602x347" />                    <div class="divContentCaption">
                        <a class='linkPost' href="http://northwoodsleague.com/blog/2015/04/14/bombers-add-pair-from-missouri-valley/">
                                                        Bombers Add Pair from Missouri Valley                        </a>
                        <p>
                            Jacob Hendren and MVC Pitcher of the Week Jordan Knutson Set to Pitch in Battle&hellip;
                        </p>
                    </div>
                </li>
                            <li>
                    <img src="http://northwoodsleague.com/wp-content/uploads/2013/11/News-KEN-602x347.jpg" class="attachment-sliderH wp-post-image" alt="News-KEN" />                    <div class="divContentCaption">
                        <a class='linkPost' href="http://northwoodsleague.com/blog/2015/04/14/kingfish-sign-pair-from-william-and-mary/">
                                                        Kingfish Sign Pair from William and Mary                        </a>
                        <p>
                            &nbsp;


	Gould And Hoehn Look To Boost Kingfish Lineup


	Kenosha, Wis. &ndash; April 14, 2015.&hellip;
                        </p>
                    </div>
                </li>
                            <li>
                    <img src="http://northwoodsleague.com/wp-content/uploads/2015/04/Andrew+McKirahan+LYrulhOzXYHm-602x347.jpg" class="attachment-sliderH wp-post-image" alt="Andrew+McKirahan+LYrulhOzXYHm" />                    <div class="divContentCaption">
                        <a class='linkPost' href="http://northwoodsleague.com/blog/2015/04/14/former-logger-andrew-mckirahan-debuts-with-braves/">
                                                        Former Logger Andrew McKirahan Debuts with Braves                        </a>
                        <p>
                            McKirahan is the 126th former Northwoods League player to debut in MLB


	Rochester, Minn. &ndash;&hellip;
                        </p>
                    </div>
                </li>
                            <li>
                    <img src="http://northwoodsleague.com/wp-content/uploads/2015/04/Schugel-602x347.jpg" class="attachment-sliderH wp-post-image" alt="Schugel" />                    <div class="divContentCaption">
                        <a class='linkPost' href="http://northwoodsleague.com/blog/2015/04/13/former-bordercat-a-j-schugel-debuts-with-arizona/">
                                                        Former Bordercat A.J. Schugel Debuts with Arizona                        </a>
                        <p>
                            &nbsp;


	Schugel is the 125th former Northwoods League player to debut in MLB


	Rochester, Minn.&hellip;
                        </p>
                    </div>
                </li>
                            <li>
                    <img src="http://northwoodsleague.com/wp-content/uploads/2015/04/Elf-Jersey-Preview-602x347.jpg" class="attachment-sliderH wp-post-image" alt="Elf Jersey Preview" />                    <div class="divContentCaption">
                        <a class='linkPost' href="http://northwoodsleague.com/blog/2015/04/10/bombers-to-wear-elf-jerseys-for-christmas-in-july/">
                                                        Bombers to Wear &#039;Elf&quot; Jerseys                        </a>
                        <p>
                            &nbsp;


	Jerseys Featuring Green Elf Tops with Gold Pants to Debut July 24th 


	&nbsp;


	Battle&hellip;
                        </p>
                    </div>
                </li>
                            <li>
                    <img src="http://northwoodsleague.com/wp-content/uploads/2015/04/Radue-and-Skubal-602x347.jpg" class="attachment-sliderH wp-post-image" alt="Radue and Skubal" />                    <div class="divContentCaption">
                        <a class='linkPost' href="http://northwoodsleague.com/blog/2015/04/09/green-bay-adds-to-pitching-staff/">
                                                        Green Bay Adds to Pitching Staff                        </a>
                        <p>
                            &nbsp;


	Starting Pitcher, Tarik Skubal, joins Relief Arm, Ryan Radue, for Manager Skip Handelsman


	Green&hellip;
                        </p>
                    </div>
                </li>
                            <li>
                    <img src="http://northwoodsleague.com/wp-content/uploads/2015/04/WMU-Player-copy-602x347-602x347.jpg" class="attachment-sliderH wp-post-image" alt="WMU-Player-copy-602x347" />                    <div class="divContentCaption">
                        <a class='linkPost' href="http://northwoodsleague.com/blog/2015/04/09/wmu-pitcher-to-play-for-hometown-growlers/">
                                                        WMU Pitcher to Play for Hometown Growlers                        </a>
                        <p>
                            &nbsp;


	KALAMAZOO, MI &ndash; The Kalamazoo Growlers are excited to welcome Left-Handed Pitcher Derek Schneider&hellip;
                        </p>
                    </div>
                </li>
                            <li>
                    <img src="http://northwoodsleague.com/wp-content/uploads/2015/04/Canha-602x347.jpg" class="attachment-sliderH wp-post-image" alt="Canha" />                    <div class="divContentCaption">
                        <a class='linkPost' href="http://northwoodsleague.com/blog/2015/04/09/former-river-bat-mark-canha-debuts-with-the-athletics/">
                                                        Former River Bat Mark Canha Debuts with the&hellip;                        </a>
                        <p>
                            &nbsp;


	Canha is the 124th former Northwoods League player to debut in MLB


	Rochester, Minn.&hellip;
                        </p>
                    </div>
                </li>
                        </ul>
            <a class='viewAllNews' href="http://northwoodsleague.com/blog/category/all-categories/">View All News</a>
        </section>
        <!--End of Slideshow -->


<br /><br />

<div class="stand-center">
                        <!--<span class="standDv">...Games...</span>-->
                        <div>
                                    <div id="standingsoff-4" class="widget_standingsoff widgetSideBar adCenter">
        <div id="standings-cont" class="col-sm-12">
            <div class="stand-left col-sm-12">
                <span class="northDv">Store</span>
                <div class="tbl-left">
                    <a href="http://northwoods.2020brands.com" target="_self"><img src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/img/NWL-store-polo.jpg" width="174" height="241"></a>
                </div>
            </div>
            <div class="stand-center">
                <span class="standDv">...Games...</span>
                <div class="tbl-center">
                    <a href="http://www.youtube.com/NorthwoodsLeague" target="_blank"></a>
                </div>
            </div>
            <div class="stand-right col-sm-12">
                <span class="southDv">Memorabilia</span>
                <div class="tbl-right">
                    <a href="http://northwoods.2020brands.com/memorabilia/" target="_self"><img src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/img/NWL-autographed-items.jpg" width="174" height="241"></a>
                </div>
            </div>
        </div>
        </div>                            </div>
</div>

<br /><br />
 
        <!--End of Table Division -->

        <section id="videosAd">
            <ul class="clearfix">
                <li class="ad-video">
                    <div id="text-14" class="widget_text widgetSideBar adCenter">			<div class="textwidget"><script type="text/javascript" src="http://northwoodsleague.com/wp-content/plugins/oiopub-direct/js.php?type=banner&align=center&zone=3"></script></div>
		</div>                </li>
                <li class="video">
                    <div id="text-4" class="widget_text widgetSideBar adCenter">			<div class="textwidget"><iframe width="300" height="250" src="//www.youtube.com/embed/75pGugoDgiA" frameborder="0" allowfullscreen></iframe></div>
		</div>                </li>
                <li class="ad-video">
                    <div id="text-5" class="widget_text widgetSideBar adCenter">			<div class="textwidget"><a href="http://www.youtube.com/user/NorthwoodsLeague/videos?view=46&shelf_index=2&sort=dd&tag_id=UC_ZHlQy1ZX_BR0qtN5XeEMg.3.2013top" target = "_blank"><img style="-webkit-user-select: none" src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/img/ad-nl-content-002.jpg"></a></div>
		</div>                </li>
                <li class="video">
                    <div id="text-12" class="widget_text widgetSideBar adCenter">			<div class="textwidget"><script type="text/javascript" src="http://northwoodsleague.com/wp-content/plugins/oiopub-direct/js.php?type=banner&align=center&zone=2"></script>
</div>
		</div>                </li>
            </ul>
        </section>
        <!--End of Videos and Ad Section-->

		<!-- LOGO SCROLLER -->
        <!-- This is the logo scroller at the bottom of the homepage
        	 Need to log the post name where logos and links are edited  -->
        <!--
        <section id="logosNav" class="hidden-xs" style="clear: both;">
            <p>
	 <div class="wpic_container">

<button style="float: right; background: url(http://northwoodsleague.com/wp-content/plugins/wp-image-carousel/images/styles/gray/prev.png) no-repeat;" class="wpic_prev"></button>

<div class="wpic_content">

<ul class="wpic_gallery">
<li style="height: 90px;margin: 0px;padding: 0px;top: 0px; bottom: 0px;"> <a href="http://www.northwoodsleague.com/Fantasy" style="line-height: 1.6em"><img alt="fantasyLeagueLogo-nl-content" class="alignnone size-full wp-image-464" src="http://northwoodsleague.com/wp-content/uploads/2013/10/fantasyLeagueLogo-nl-content.png" /></a><span style="line-height: 1.6em"></li>
<li style="height: 90px;margin: 0px;padding: 0px;top: 0px; bottom: 0px;"></span><a href="/community/foundation/" style="line-height: 1.6em"><img alt="foundationLeagueLogo-nl-content" class="alignnone size-full wp-image-465" src="http://northwoodsleague.com/wp-content/uploads/2013/10/foundationLeagueLogo-nl-content.png" /></a><span style="line-height: 1.6em"></li>
<li style="height: 90px;margin: 0px;padding: 0px;top: 0px; bottom: 0px;"></span><a href="/video/radio/" style="line-height: 1.6em"><img alt="northRadioLogo-nl-content" class="alignnone size-full wp-image-466" src="http://northwoodsleague.com/wp-content/uploads/2013/10/northRadioLogo-nl-content.png" /></a><span style="line-height: 1.6em"></li>
<li style="height: 90px;margin: 0px;padding: 0px;top: 0px; bottom: 0px;"></span><a href="https://identitystores.com/Stores/StoreFront.aspx?StoreId=741" style="line-height: 1.6em" target="_blank"><img alt="storeLeagueLogo-nl-content" class="alignnone size-full wp-image-467" src="http://northwoodsleague.com/wp-content/uploads/2013/10/storeLeagueLogo-nl-content.png" /></a><span style="line-height: 1.6em"></li>
<li style="height: 90px;margin: 0px;padding: 0px;top: 0px; bottom: 0px;"></span><a href="/video/" style="line-height: 1.6em"><img alt="tvLeagueLogo-nl-content" class="alignnone size-full wp-image-468" src="http://northwoodsleague.com/wp-content/uploads/2013/10/tvLeagueLogo-nl-content.png" /></a><span style="line-height: 1.6em"></li>
</ul>
</div>
<button style="float:right; background: url(http://northwoodsleague.com/wp-content/plugins/wp-image-carousel/images/styles/gray/next.png) no-repeat;" class="wpic_next"></button>
</div>
</span>
</p>
        </section>
        -->
        <!-- /END LOGO SCROLLER -->

        <!--End of College Logos Section-->
    </section><!--End of Left Side -->

        

<script type="text/javascript">

    $(document).ready(function () {
        function getFutureScores(scores_date, is_today) {
            $.ajax({
                type: "GET",
                url: "http://northwoodsleague.com/api/future_scoreboard_html",
                data: { date: scores_date },
                dataType: "html"
            }).done(function (html) {
                    if (html) {
                        if (!is_today) $(".score-punctuation").remove();
                        $("#scores-data").append(html);
                    }
                });
        }
        function getPastScores(scores_date) {
            $.ajax({
                type: "GET",
                url: "http://northwoodsleague.com/api/past_scoreboard_html",
                data: { date: scores_date },
                dataType: "html"
            }).done(function (html) {
                    if (html) {
                        $(".score-punctuation").remove();
                        $("#scores-data").append(html);
                    }
                });
        }
        function getLiveScores(scores_date) {
            $.ajax({
                type: "GET",
                url: "http://northwoodsleague.com/api/live_scoreboard_html",
                data: { date: scores_date },
                dataType: "html"
            }).done(function (html) {
                    $(".score-punctuation").remove();
                    if (html) {
                        $("#scores-data").append(html);
                    }
                    getFutureScores(scores_date, true);
                });
        }

        function getScores(date) {

            var date_parts = date.split("-");

            var current_date = new Date();
            current_date.setDate(date_parts[2]);
            current_date.setMonth(date_parts[1] - 1);
            current_date.setFullYear(date_parts[0]);
            current_date.setHours(0, 0, 0, 0);

            var today = new Date();
            today.setHours(0, 0, 0, 0);


            if (current_date > today) {
                getFutureScores(date, false);

            } else if (current_date < today) {
                getPastScores(date);

            } else if (current_date.getTime() == today.getTime()) {
                getLiveScores(date);

            }

        }

        $("#next-date").click(function () {
            if ($("#next-date").css("cursor") == "pointer") {
                $.ajax({
                    type: "GET",
                    url: "http://northwoodsleague.com/api/next_game",
                    data: { date: $("#games-date").data("date") },
                    dataType: "json"
                }).done(function (data) {
                        $("#games-date").html(data.date_f);
                        $("#games-date").data("date", data.date_n);
                        $("#prev-date").css("cursor", "pointer");
                        if (!data.has_next) $("#next-date").css("cursor", "not-allowed");
                        getScores(data.date_n);
                    });
            }
        });

        $("#prev-date").click(function () {
            if ($("#prev-date").css("cursor") == "pointer") {
                $.ajax({
                    type: "GET",
                    url: "http://northwoodsleague.com/api/prev_game",
                    data: { date: $("#games-date").data("date") },
                    dataType: "json"
                }).done(function (data) {
                        $("#games-date").html(data.date_f);
                        $("#games-date").data("date", data.date_n);
                        $("#next-date").css("cursor", "pointer");
                        if (!data.has_prev) $("#prev-date").css("cursor", "not-allowed");
                        getScores(data.date_n);
                    });
            }
        });

    });
</script>

<section class="col-lg-4 col-md-4 col-sm-12 col-xs-12 topSide">

	<div class="sidebar">
    <div id="text-34" class="widget_text widgetSideBar">			<div class="textwidget"><a href="http://northwoodsleague.com/tickets/ "_blank" style="width:257px; margin-left:8%"><img style="-webkit-user-select: none" src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/img/buyTickets-nl-sidebar.jpg"></a></div>
		</div><div id="execphp-3" class="widget_execphp widgetSideBar">			<div class="execphpwidget"><script type="text/javascript" xmlns="http://www.w3.org/1999/html">

function getFutureGames(scores_date, is_today) {
    $(".schedule-ta").remove();
    $.ajax({
        type: "GET",
        url: "http://northwoodsleague.com/api/future_schedule_game_html",
        data: { date: scores_date },
        dataType: "html"
    }).done(function (html) {
            if (html) {
                if (!is_today) $(".schedule-ta").remove();
                $("#schedule-d").append(html);
            } else {
                var sc = '<tr class="schedule-ta"><td align="center" coldspan="8"> No Games </td></tr>';
                $(".schedule-ta").remove();
                $("#schedule-d").append(sc);
            }
        });

}

function getPastGame(scores_date) {
    $(".schedule-ta").remove();
    $.ajax({
        type: "GET",
        url: "http://northwoodsleague.com/api/past_schedule_game_html",
        data: { date: scores_date },
        dataType: "html"
    }).done(function (html) {
            if (html) {
                $(".schedule-ta").remove();
                $("#schedule-d").append(html);
            } else {
                var sc = '<tr class="schedule-ta"><td align="center" colspan="8"> No Games </td></tr>';
                $(".schedule-ta").remove();
                $("#schedule-d").append(sc);
            }
        });
}

function getLiveGame(scores_date) {
    $(".schedule-ta").remove();
    $.ajax({
        type: "GET",
        url: "http://northwoodsleague.com/api/live_schedule_game_html",
        data: { date: scores_date },
        dataType: "html"
    }).done(function (html) {
            $(".schedule-ta").remove();
            if (html) {
                $("#schedule-d").append(html);
            }
            else {
                var sc = '<tr class="schedule-ta"><td align="center" colspan="8"> No Games </td></tr>';
                $(".schedule-ta").remove();
                $("#schedule-d").append(sc);
            }
            //getFutureGames(scores_date,true);
        });
}


function getGames(date){

    var date_parts = date.split("-");
    dia = date_parts[2];
    mes = meses(date_parts[1]);
    year = date_parts[0];
    fecha = mes+" "+dia+", "+year;
    $("#games-date").html('<span class="dteCngSch">'+fecha+'</span>');

    var date_parts = date.split("-");

    var current_date = new Date();
    current_date.setDate(date_parts[2]);
    current_date.setMonth(date_parts[1]-1);
    current_date.setFullYear(date_parts[0]);
    current_date.setHours(0,0,0,0);

    var today = new Date();
    today.setHours(0,0,0,0);

    if(current_date > today){
        getFutureGames(date,false);
    } else if(current_date < today) {
        getPastGame(date);
    } else if(current_date.getTime() == today.getTime()) {
        getLiveGame(date);
    }

    function zeroPad(num, places) {
      var zero = places - num.toString().length + 1;
      return Array(+(zero > 0 && zero)).join("0") + num;
    }

    var oneDay = 60*60*24*1000;
    var datex = new Date();
    var today   = new Date(datex.getFullYear()+"-"+zeroPad((datex.getMonth() + 1),2)+"-"+datex.getDate()).getTime();
    var someday = new Date($("#games-date").data("date")).getTime();

    var showNextArrow = someday < today ? "none" : (someday >= today ? "block" : "none"); 
    var showPrevArrow = someday < today ? "none" : (someday - oneDay >= today ? "block" : "none");

    $("#prev-date").css({'display': showPrevArrow});
    $("#next-date").css({'display': showNextArrow});

    $.ajax({
        type: "GET",
        url: "http://northwoodsleague.com/api/next_game_schedule",
        data: { date: $("#games-date").data("date")},
        dataType: "json"
    }).done(function (data) {
        console.log(data);
        if (!data.has_next) $("#next-date").css("display", "none");
    });
    $("#games-date").data("date", date);

    $.ajax({
        type: "GET",
        url: "http://northwoodsleague.com/api/get_games_date",
        dataType: "json"
    }).done(function (data) {

          $("#calendariot").find("td[data-month=4]").each(function(){
               if( jQuery.inArray( $(this).find('a').text()*1, data['05'] ) >= 0 ) {
                  $(this).addClass("hello");
               }
          });  
          $("#calendariot").find("td[data-month=5]").each(function(){
               if( jQuery.inArray( $(this).find('a').text()*1, data['06'] ) >= 0 ) {
                  $(this).addClass("hello");
               }
          }); 
          $("#calendariot").find("td[data-month=6]").each(function(){
               if( jQuery.inArray( $(this).find('a').text()*1, data['07'] ) >= 0 ) {
                  $(this).addClass("hello");
               }
          }); 
          $("#calendariot").find("td[data-month=7]").each(function(){
               if( jQuery.inArray( $(this).find('a').text()*1, data['08'] ) >= 0 ) {
                  $(this).addClass("hello");
               }
          }); 
     
    });

}


function meses(mes) {

    if (mes == "01") {
        var mes_n = "January";
    } else if (mes == "02") {
        var mes_n = "February";
    } else if (mes == "03") {
        var mes_n = "March";
    } else if (mes == "04") {
        var mes_n = "April";
    } else if (mes == "05") {
        var mes_n = "May";
    } else if (mes == "06") {
        var mes_n = "June";
    } else if (mes == "07") {
        var mes_n = "July";
    } else if (mes == "08") {
        var mes_n = "August";
    } else if (mes == "09") {
        var mes_n = "September";
    } else if (mes == "10") {
        var mes_n = "October";
    } else if (mes == "11") {
        var mes_n = "November";
    } else if (mes == "12") {
        var mes_n = "December";
    }
    return mes_n;
}


mes = 04
var current_date = new Date();
current_date.getDate();


var diacal = 05
if( mes == '08'){
    d8 = current_date.getDate();
}else if(diacal == '08'){
    d8 = 01;
}else{
    d8 = '01';
}

if(mes == '07'){
    d7 = current_date.getDate();
}else if(diacal == '07'){
    d7 = 01;
}else{
    d7 = '01';
}

if(mes == '06'){
    d6 = current_date.getDate();
}else if(diacal == '06'){
    d6 = 01;
}else{
    d6 = '01';
}

if(mes == '05'){
    d5 = current_date.getDate();
}else if(diacal == '05'){
    d5 = 01;
}else{
    d5 = '01';
}

var allGames;

$(function () {
getGames('2015-05-16');
    $(".may").datepicker({
        defaultDate: '2015-05-' + d5,
        showButtonPanel: false,
        hideIfNoPrevNext: true,
        showOtherMonths: true,
        dateFormat: "yy-mm-dd",
        onSelect: function (dateText, inst) {
            getGames(dateText);
            $(".dteCngSch").remove();
            var date_parts = dateText.split("-");
            var current_date = new Date();
            dia = date_parts[2];
            mes = meses(date_parts[1]);
            year = date_parts[0];
            fecha = mes + " " + dia + ", " + year;
            var html = '<span class="dteCngSch">' + fecha + '</span>';
            $(".score-date").append(html);
        }
    });
    $(".june").datepicker({
        defaultDate: '2015-06-' + d6,
        showButtonPanel: false,
        hideIfNoPrevNext: true,
        showOtherMonths: true,
        dateFormat: "yy-mm-dd",
        onSelect: function (dateText, inst) {
            getGames(dateText);
            $(".dteCngSch").remove();
            var date_parts = dateText.split("-");
            var current_date = new Date();
            dia = date_parts[2];
            mes = meses(date_parts[1]);
            year = date_parts[0];
            fecha = mes + " " + dia + ", " + year;
            var html = '<span class="dteCngSch">' + fecha + '</span>';
            $(".score-date").append(html);
        }
    });
    $(".july").datepicker({
        defaultDate: '2015-07-' + d7,
        showButtonPanel: false,
        hideIfNoPrevNext: true,
        showOtherMonths: true,
        dateFormat: "yy-mm-dd",
        onSelect: function (dateText, inst) {
            getGames(dateText);
            $(".dteCngSch").remove();
            var date_parts = dateText.split("-");
            var current_date = new Date();
            dia = date_parts[2];
            mes = meses(date_parts[1]);
            year = date_parts[0];
            fecha = mes + " " + dia + ", " + year;
            var html = '<span class="dteCngSch">' + fecha + '</span>';
            $(".score-date").append(html);
        }
    });

    $(".august").datepicker({
        defaultDate: '2015-08-' + d8,
        showButtonPanel: false,
        showOtherMonths: true,
        hideIfNoPrevNext: true,
        dateFormat: "yy-mm-dd",
        onSelect: function (dateText, inst) {
            getGames(dateText);
            $(".dteCngSch").remove();
            var date_parts = dateText.split("-");
            var current_date = new Date();
            dia = date_parts[2];
            mes = meses(date_parts[1]);
            year = date_parts[0];
            fecha = mes + " " + dia + ", " + year;
            var html = '<span class="dteCngSch">' + fecha + '</span>';
            $(".score-date").append(html);
        }
    });

    $("div[id*=tabs-]").css({'display':'none'});
    $("#calendariot").find('li').removeClass("ui-tabs-active").removeClass("ui-state-active");

    if (mes == '08') {
        $("#tabs-4").css({'display':'block'}).addClass("toremove");
        $("#calendariot").find('li').eq(3).addClass("ui-tabs-active").addClass("ui-state-active");
    } else if (mes == '07') {
        $("#tabs-3").css({'display':'block'}).addClass("toremove");
        $("#calendariot").find('li').eq(2).addClass("ui-tabs-active").addClass("ui-state-active");
    } else if (mes == '06') {
        $("#tabs-2").css({'display':'block'}).addClass("toremove");
        $("#calendariot").find('li').eq(1).addClass("ui-tabs-active").addClass("ui-state-active").addClass("toremove");
    } else if (mes == '05') {
        $("#tabs-1").css({'display':'block'}).addClass("toremove");
        $("#calendariot").find('li').eq(0).addClass("ui-tabs-active").addClass("ui-state-active");
    }

    $(".ui-tabs-anchor").click(function() {
        $(".ui-datepicker").find('a.ui-state-default').removeClass('ui-state-active');

    });

    $("#calendariot").find('li').click(function(){
        $("div.toremove").css({'display':'none'}).removeClass("toremove");
        $("li.toremove").removeClass("ui-tabs-active").removeClass("ui-state-active").removeClass("toremove");;
    });

$(".insideCalendar.widget_calendarteams.widgetSideBar").find("td > a").on("click",function(){
    var loc = window.location.href+"schedule/?date="+$(this).parent().data('year')+"-"+($(this).parent().data('month')+1)+"-"+$(this).text();
    window.location = loc;
    return false;
});


$("body").append('<div id="tooltipgeme" style=" position: absolute; display: none; width: 230px; height: 60px;  background-color: white;  top: 0px; left: 10px; z-index: 20;"></div>');

// Calendar hover
/*
$("td[data-handler=selectDay]").on('mouseenter',function(event){
    var ele = this;
    setTimeout(function(){
        if($(ele).is(':hover')){
            $.ajax( "http://northwoodsleague.com/api/getGamesForThisDayMain?date="+$(ele).data('year')+"-"+($(ele).data('month')+1)+"-"+$(ele).find('a').text())
              .done(function(data) {
                if(data) {
                    $("#tooltipgeme").html(data).css({"top":event.pageY-parseInt($("#tooltipgeme").css('height'), 10)-10 ,"left": event.pageX-235}).show();
                }
            });
        }
    },200);
});
$("td[data-handler=selectDay]").on('mouseout',function(){
      $("#tooltipgeme").hide();
});
*/

});
</script>

    <div style="clear: both;"></div>
    <div class="insideCalendar widget_calendarteams widgetSideBar">
        <div id="calendariot" class="olegon">
            <ul class="col-12 padNone statMenu">
                <li id="linkCalendario"><a href="#tabs-1">May</a></li>
                <li id="linkCalendario"><a href="#tabs-2">Jun</a></li>
                <li id="linkCalendario"><a href="#tabs-3">Jul</a></li>
                <li id="linkCalendario"><a href="#tabs-4">Aug</a></li>
            </ul>
            <div id="tabs-1" class="may"></div>
            <div id="tabs-2" class="june"></div>
            <div id="tabs-3" class="july"></div>
            <div id="tabs-4" class="august"></div>
            <div style="clear: both;"></div>
            <div class="option-calendario">
                <span><div class="regular-season"></div><strong>No Games Scheduled</strong><br/></span>

                <div style="clear: both;"></div>
                <span><div class="currently-wieving"></div><strong>Regular Season Game</strong></span>
            </div>
        </div>
    </div></div>
		</div><div id="text-35" class="widget_text widgetSideBar">			<div class="textwidget"><script type="text/javascript" src="http://northwoodsleague.com/wp-content/plugins/oiopub-direct/js.php?type=banner&align=center&zone=2"></script></div>
		</div><div id="execphp-2" class="widget_execphp widgetSideBar">			<div class="execphpwidget"> <article id="tabsPlayerNight" class="TabsNigh">
            <ul class="navbarMen">
                <li><a href="#tabPitcher" title="Twitter">Twitter</a></li>
                <li><a href="#tabPlayer" title="Facebook">Facebook</a></li>
            </ul>
            <div class="divContentPlayerNight" id="tabPlayer">
                		<!-- Recent Facebook Posts v2.0.3 - http://wordpress.org/plugins/recent-facebook-posts/ -->
		<div class="recent-facebook-posts rfbp rfbp-container rfbp-shortcode">
			
					<div class="rfbp-post">
					<div class="rfbp-text">

						<p><a href="http://northwoodsleague.com/blog/2015/04/14/rafters-announce-2015-coaching-staff/" rel="nofollow">http://northwoodsleague.com/blog/2015/04/14/rafters-announce-2015-coaching-staff/</a></p>

					</div>

					
					<p class="rfbp-link-wrap">
						<a class="rfbp-link" href="http://northwoodsleague.com/blog/2015/04/14/rafters-announce-2015-coaching-staff/" rel="external nofollow" target="_blank">
														<span class="rfbp-link-image-wrap">
								<img class="rfbp-link-image" src="https://fbexternal-a.akamaihd.net/safe_image.php?d=AQAO6ikMOH85H3Bg&amp;w=130&amp;h=130&amp;url=http%3A%2F%2Fnorthwoodsleague.com%2Fwp-content%2Fuploads%2F2015%2F04%2FJohn-Halama-Feature-602x347.jpg&amp;cfs=1" width="114" />
							</span>
							
							<span class="rfbp-link-text-wrap">
								<span class="rfbp-link-name">Rafters Announce 2015 Coaching Staff : Northwoods League</span>
								<span class="rfbp-link-caption">northwoodsleague.com</span>								<span class="rfbp-link-description">Get Ready for the Show!</span>							</span>
						</a>
					</p>

					
										<p class="rfbp-post-link-wrap">
						<a target="_blank" class="rfbp-post-link" href="http://www.facebook.com/NorthwoodsLeague/posts/10152769841028483" rel="external nofolloW">
							<span class="rfbp-like-count">3 <span>likes, </span></span>							<span class="rfbp-comment-count">0 <span>comments</span></span>							 &sdot; 							<span class="rfbp-timestamp" title="Tuesday, April 14, 2015 at 18:10">9 hours ago</span>
						</a>
					</p>
					</div>
				
					<div class="rfbp-post">
					<div class="rfbp-text">

						<p><a href="http://northwoodsleague.com/blog/2015/04/14/bombers-add-pair-from-missouri-valley/" rel="nofollow">http://northwoodsleague.com/blog/2015/04/14/bombers-add-pair-from-missouri-valley/</a></p>

					</div>

					
					<p class="rfbp-link-wrap">
						<a class="rfbp-link" href="http://northwoodsleague.com/blog/2015/04/14/bombers-add-pair-from-missouri-valley/" rel="external nofollow" target="_blank">
														<span class="rfbp-link-image-wrap">
								<img class="rfbp-link-image" src="https://fbexternal-a.akamaihd.net/safe_image.php?d=AQDH4WXLHTYSEkUl&amp;w=130&amp;h=130&amp;url=http%3A%2F%2Fnorthwoodsleague.com%2Fwp-content%2Fuploads%2F2015%2F04%2FKnutson-and-Hendren-602x347.jpg&amp;cfs=1&amp;sx=0&amp;sy=0&amp;sw=347&amp;sh=347" width="114" />
							</span>
							
							<span class="rfbp-link-text-wrap">
								<span class="rfbp-link-name">Bombers Add Pair from Missouri Valley : Northwoods League</span>
								<span class="rfbp-link-caption">northwoodsleague.com</span>								<span class="rfbp-link-description">Get Ready for the Show!</span>							</span>
						</a>
					</p>

					
										<p class="rfbp-post-link-wrap">
						<a target="_blank" class="rfbp-post-link" href="http://www.facebook.com/NorthwoodsLeague/posts/10152769837543483" rel="external nofolloW">
							<span class="rfbp-like-count">2 <span>likes, </span></span>							<span class="rfbp-comment-count">0 <span>comments</span></span>							 &sdot; 							<span class="rfbp-timestamp" title="Tuesday, April 14, 2015 at 18:08">9 hours ago</span>
						</a>
					</p>
					</div>
				
			
			</div>
			<!-- / Recent Facebook Posts -->
			            </div>
            <div class="divContentPlayerNight" id="tabPitcher">
                <div class='aiwidgetscss widget widgetSideBar'>
		            <div class='divTw'>

					<h3 class='widget-title'>Twitter Feeds</h3>					

					<div class='aiwidget-title'>&nbsp;<span><a href='https://twitter.com/NWLbaseball' target='_blank'>@NWLbaseball</a><span></div><div class="imgdisplay"><img src="https://pbs.twimg.com/profile_images/512331253714935809/7zEcyA0p_normal.png" class="imgalign"/>

							<div class="tweettxts">

							<div class="tweettext">

							&nbsp;Coaching staff anounced for <a href="https://twitter.com/RapidsRafters" target="_blank">@RapidsRafters</a> <a href="https://twitter.com/search?q=%23NWL&src=hash" target="_blank">#NWL</a>
<a href="http://t.co/rI1BAEZvFI" target="_blank">http://t.co/rI1BAEZvFI</a>&nbsp

							</div> 

							<div class="tweetlink">

								<!--<a href="https://twitter.com/NWLbaseball/status/588041777879351296" target="_blank">9h</a>-->

								  

								9 hours ago

							</div>

							</div>

						</div><div class="imgdisplay"><img src="https://pbs.twimg.com/profile_images/512331253714935809/7zEcyA0p_normal.png" class="imgalign"/>

							<div class="tweettxts">

							<div class="tweettext">

							&nbsp;Pair from Missouri Valley added to <a href="https://twitter.com/bcbombers" target="_blank">@bcbombers</a> roster for 2015. <a href="https://twitter.com/search?q=%23NWL&src=hash" target="_blank">#NWL</a>
<a href="http://t.co/OpavWb346S" target="_blank">http://t.co/OpavWb346S</a>&nbsp

							</div> 

							<div class="tweetlink">

								<!--<a href="https://twitter.com/NWLbaseball/status/588041214353678338" target="_blank">9h</a>-->

								  

								9 hours ago

							</div>

							</div>

						</div></div></div>            </div>
        </article></div>
		</div>        <div id="news_hotcorner-4" class="widget_news_hotcorner widgetSideBar">        <article id="news">
            <span class="newHot"></span>
            <ul class='ulHotNews'>
                        <li>
            <a class='linkPost' href="http://northwoodsleague.com/blog/2015/04/08/uw-ls-kohlwey-cejka-live-learn-from-northwoods-league/">UW-L&#039;s Kohlwey, Cejka live, learn from Northwoods League</a>
            <span class='spanDatePost'>04/08/2015 3:34:12 PM</span>
            <p>&nbsp;
	





				
			

				&nbsp;
			



						Erik Daily, La Crosse Tribune
					


							UW-La Crosse&#039;s Taylor Kohlwey, a junior from Holmen,&hellip;</p>
        </li>
            <li>
            <a class='linkPost' href="http://northwoodsleague.com/blog/2015/04/08/growler-smoyer-named-acc-co-pitcher-of-the-week/">Growler Smoyer Named ACC Co-Pitcher of the Week</a>
            <span class='spanDatePost'>04/08/2015 3:30:59 PM</span>
            <p>The sophomore hurled 13.1 innings of shutout ball last week in helping the Irish go&hellip;</p>
        </li>
                    </ul>
        </article>
        </div>        	</div>

</section><!--End of Right Side -->

<div id="update" class="row-fluid col-md-12">
    <div id="update row-fluid col-md-12">
            <span class='spanUpdateOne col-sm-12 col-md-3 col-lg-3'>
               UPDATE:
            </span>
            <span class='spanUpdateTwo col-sm-12 col-md-9 col-lg-9'>
            <ul id='sliderUpdates'>
                       <li>
            Rafters Announce 2015 Coaching Staff        </li>
            <li>
            Bombers Add Pair from Missouri Valley        </li>
            <li>
            Kingfish Sign Pair from William and Mary        </li>
            <li>
            Former Logger Andrew McKirahan Debuts with Braves        </li>
            <li>
            Former Bordercat A.J. Schugel Debuts with Arizona        </li>
            <li>
            Bombers to Wear &#039;Elf&quot; Jerseys        </li>
            <li>
            Green Bay Adds to Pitching Staff        </li>
            <li>
            WMU Pitcher to Play for Hometown Growlers        </li>
            <li>
            Former River Bat Mark Canha Debuts with the Athletics        </li>
            <li>
            Woodchucks Add 3B from Ohio        </li>
            <li>
            Bucks Sign Hawkeye Outfielder        </li>
            <li>
            Bucks Sign Hitter from Minnesota        </li>
            <li>
            A Pair of Cardinals Land at Lakeshore        </li>
            <li>
            Former Mallard J.R. Graham Debuts with the Twins        </li>
            <li>
            UW-L&#039;s Kohlwey, Cejka live, learn from Northwoods League        </li>
            <li>
            Growler Smoyer Named ACC Co-Pitcher of the Week        </li>
            <li>
            Washington Times Article on Former Logger Max Scherzer        </li>
            <li>
            MoonDogs Announce 2015 Coaching Staff        </li>
            <li>
            Rafters Unveil Point Craft River Seating Venue        </li>
            <li>
            Growlers Add Two to Roster        </li>
            <li>
            Stingers Add Three New Players for 2015        </li>
            <li>
            St. Cloud Adds Three to Roster        </li>
            <li>
            Illinois State Redbirds Tandem to Become Bullfrogs        </li>
            <li>
            Chinooks Add to Front Office Staff        </li>
            <li>
            Three Pitchers Added to Chinooks Staff        </li>
            <li>
            Woodchucks Add Pitcher from Texas A &#038; M        </li>
            <li>
            Northwoods League Partners with Stretch Internet        </li>
            <li>
            Marshfield Clinic to Sponsor 2015 NWL All-Star Game        </li>
            <li>
            Pair of Louisiana Arms Return to the Bombers        </li>
            <li>
            Woodchucks Return Two Players for 2015        </li>
            <li>
            Express Add Two to 2015 Roster        </li>
            <li>
            Lefty Arms Return to Kingfish Staff        </li>
            <li>
            Rafters Finish Off Pitching Staff        </li>
            <li>
            Young Gators Coming to Lakeshore        </li>
            <li>
            Woodchucks Add Two to 2015 Roster        </li>
            <li>
            Rox Find New Voice for 2015        </li>
            <li>
            Kingfish Return RHP from 2014 Season        </li>
            <li>
            MoonDogs Add Trio to 2015 Roster        </li>
            <li>
            Honkers Add RHP from St. Thomas        </li>
            <li>
            Two LSU Tigers Set to Become Growlers        </li>
            <li>
            Bucks Add Jackrabbit to Roster        </li>
            <li>
            Lakeshore Adds More Pitching to Roster        </li>
            <li>
            Rafters Add Two Power Bats        </li>
            <li>
            Kingfish Add Three Illini to Roster        </li>
            <li>
            Bucks Add Outfielder to Roster        </li>
            <li>
            Honkers Add to Temporary Roster        </li>
            <li>
            Woodchucks Add Two Arms to Roster        </li>
            <li>
            Chinooks Add Pair of Golden Flashes        </li>
            <li>
            Bullfrogs Continue to Add to 2015 Roster        </li>
            <li>
            Four More Added to 2015 Express Roster        </li>
            <li>
            Former Growler Doing well at Pitt        </li>
            <li>
            RHP Returns to Bucks Roster        </li>
            <li>
            Big Ten Arms Added to Chinooks Staff        </li>
            <li>
            Loggers Add Trio from Long Beach State        </li>
            <li>
            Chinooks Bolster Infield for 2015        </li>
            <li>
            Northern Illinois Standout Joins Growlers        </li>
            <li>
            MoonDogs Add East Coast Talent to Roster        </li>
            <li>
            Honkers Add Two to 2015 Roster        </li>
            <li>
            Mallards Continue to Add Pitching for 2015        </li>
            <li>
            Bucks Sign INF from Long Island        </li>
            <li>
            Red Storm Duo Heads to Green Bay        </li>
            <li>
            Golden Gopher Commit Added to Stingers Roster        </li>
            <li>
            Lakeshore Adds Three to 2015 Roster        </li>
            <li>
            Honkers Name New Radio Voice for 2015        </li>
            <li>
            Rafters Welcome Virginia Teammates        </li>
            <li>
            Huskies Sign Trio of Pitchers        </li>
            <li>
            MoonDogs Add Pair of Arms        </li>
            <li>
            Bombers Add Two Nittany Lions        </li>
            <li>
            Border Cats Add Five to Roster        </li>
            <li>
            Woodchucks Add Two LHPs from Kent State        </li>
            <li>
            Honkers Sign RHP from Dixie State        </li>
            <li>
            Lakeshore Adds Two More from 2014 Roster        </li>
            <li>
            Bucks Sign Chippewa Infielder        </li>
            <li>
            Lakeshore Returns Key Playoff Contributors        </li>
            <li>
            Two Arms Return to Chinooks in 2015        </li>
            <li>
            Two Bats Added to 2015 Express Roster        </li>
            <li>
            Spartan Trio to Join Growlers in 2015        </li>
            <li>
            Huskies Add Two from UCLA        </li>
            <li>
            Rafters Add Two Strong Bats to Roster        </li>
            <li>
            Stingers Add Three to 2015 Roster        </li>
            <li>
            Division I Talent Joins MoonDogs        </li>
            <li>
            Standout Brothers to Play with Bullfrogs        </li>
            <li>
            Pair of Chanticleers to Join Mallards        </li>
            <li>
            Chinooks Welcome Back NWL All-Stars        </li>
            <li>
            Honkers Add Pitcher from #6 Ranked UCLA        </li>
            <li>
            Woodchucks Add SS from Notre Dame        </li>
            <li>
            Three Gophers Added to Rox Roster        </li>
            <li>
            Northwoods League Adopts New Playoff Format        </li>
            <li>
            Bucks Add OF from Washington State        </li>
            <li>
            Three More Added to Express Roster        </li>
            <li>
            Bombers Sign a Pair from Pepperdine        </li>
            <li>
            Cats Sign Pair from College World Series Champs        </li>
            <li>
            Honkers Add INF from College of San Mateo        </li>
            <li>
            UC-Riverside OF Added to Honkers Roster        </li>
            <li>
            Ogden, IA Native Added to Bucks Roster        </li>
            <li>
            MoonDogs Continue to Bolster Roster        </li>
            <li>
            Rafters Add Pair of Power Right-Handers        </li>
            <li>
            Growlers Sign Pair from Florida State        </li>
            <li>
            Honkers Add Right-Hander to Pitching Staff        </li>
            <li>
            Two Bats Return to Kingfish Lineup        </li>
            <li>
            Bucks Add Catcher from Western Illinois        </li>
            <li>
            Bucks Add Brewers Draft Pick        </li>
            <li>
            Pair of Key Returners Added to Bullfrogs Roster        </li>
            <li>
            Honkers Add a Pair from Connecticut        </li>
            <li>
            Oregon State Beavers added to Express Roster        </li>
            <li>
            Bucks Pick up Arm from Florida        </li>
            <li>
            Bucks Add Pitcher from St. Joseph&#8217;s College        </li>
            <li>
            Rox Add Four to Roster        </li>
            <li>
            Kingfish Add a Pair from San Diego State        </li>
            <li>
            Rafters Add Hurlers from East Coast        </li>
            <li>
            Honkers Pick up a Pair from Hawai&#8217;i        </li>
            <li>
            Growlers Sign Two from the U        </li>
            <li>
            MoonDogs Add to Roster        </li>
            <li>
            Stingers Add Three to 2015 Roster        </li>
            <li>
            Mallards Sign a Pair of Infielders        </li>
            <li>
            Loggers Add Two to 2015 Roster        </li>
            <li>
            Bucks add Pitcher from South Dakota State        </li>
            <li>
            Honkers Sign Illini Shortstop        </li>
            <li>
            Bombers Add to Front Office        </li>
            <li>
            Bombers Ink Two More Louisville Slugger All-Americans        </li>
            <li>
            Right Handed Hurler Signs with Bucks        </li>
            <li>
            Two from Montevallo added to Express Roster        </li>
            <li>
            Pair of Arms Return to Kingfish Staff        </li>
            <li>
            Rafters Add a Pair from Georgia College        </li>
            <li>
            Mallards Sign a Pair from University of the Pacific        </li>
            <li>
            Northwoods League Veterans Join Green Bay        </li>
            <li>
            MoonDogs Add Two to 2015 Roster        </li>
            <li>
            Three from Tulane Added to Honkers        </li>
            <li>
            Loggers Add Two from Missouri        </li>
            <li>
            Bucks welcome Golden Gopher Pitcher        </li>
            <li>
            Three Added to Rox roster        </li>
            <li>
            Honkers Sign Pair from Dixie State        </li>
            <li>
            Schuster and McKenzie to Return to Kingfish        </li>
            <li>
            Huskies Return Seven for 2015 Season        </li>
            <li>
            Mason City Native signs with Bucks        </li>
            <li>
            MoonDogs Add Two to Roster        </li>
            <li>
            Rafters Add Size to Pitching Staff        </li>
            <li>
            UC-Riverside Catcher Added to Honkers Roster        </li>
            <li>
            Pair from San Diego State Join Loggers        </li>
            <li>
            Mallards Add Pair from Top Collegiate Programs        </li>
            <li>
            Illinois Player Added to Bucks Roster        </li>
            <li>
            Bucks Add Pitcher from Central Michigan        </li>
            <li>
            Two UWM Panthers Join Express for 2015        </li>
            <li>
            Rochester Adds RHP from Tulane        </li>
            <li>
            Four Return to Rox for 2015        </li>
            <li>
            Duo of BYU All-Americans Sign with Battle Creek        </li>
            <li>
            Stingers Add Returners to 2015 Team        </li>
            <li>
            Huskies Sign Jayhawk Pair        </li>
            <li>
            Mankato Adds to 2015 Roster        </li>
            <li>
            Wisconsin Rapids Signs Twin Brothers from LSU        </li>
            <li>
            Honkers Sign Minnesota&#8217;s 2014 Mr. Baseball        </li>
            <li>
            Big Top Baseball Announces Organizational Award Winners        </li>
            <li>
            Loggers Add Trio from North Florida        </li>
            <li>
            Bucks Ink Sophomore with NASCAR Ties        </li>
            <li>
            Bullfrogs Welcome Back Catcher and Pitcher        </li>
            <li>
            Nevada Wolfpack Outfielder Joins Honkers        </li>
            <li>
            Three More from New Mexico Added to Express        </li>
            <li>
            Mallards Add a Pair of Strong Bats        </li>
            <li>
            Bombers to Add Six All-Americans to 2015 Roster        </li>
            <li>
            Bucks Sign Returning Infielder from Lamar CC        </li>
            <li>
            MoonDogs Announce Pair of Returners        </li>
            <li>
            Three Bats Return to Mallards Lineup        </li>
            <li>
            Bullfrogs Ink Two More Returning Players        </li>
            <li>
            Rafters Add Pair from St. John&#8217;s        </li>
            <li>
            Bucks Add Returning Player from Illinois        </li>
            <li>
            Three Arms Returning to the Mallards for 2015        </li>
            <li>
            Bullfrogs Name Parker Schwartz as New Broadcaster        </li>
            <li>
            Bucks Add Veteran Catcher to Roster        </li>
            <li>
            Two Jayhawks Joining the Woodchucks        </li>
            <li>
            U of Nevada Pair will Join Loggers in 2015        </li>
            <li>
            Trio of Growlers Returning for 2015        </li>
            <li>
            St. Joseph&#8217;s Infielder Signs with Bucks for 2015        </li>
            <li>
            Rafters Add Unique Talent to Roster        </li>
            <li>
            Express Add Three from Cal Poly to 2015 Roster        </li>
            <li>
            Bucks Sign Returning Pitcher to 2015 roster        </li>
            <li>
            Loggers Add Two for 2015        </li>
            <li>
            Ellen Chapman Added to Bullfrogs Front Office        </li>
            <li>
            Express Announce Returning Players for the 2015 Season        </li>
            <li>
            Bullfrogs Sign Two Returning Players to 2015 Roster        </li>
            <li>
            Rafters Sign Trio from Seattle University        </li>
            <li>
            Avery &amp; Kirsten Kushion Win Bombers Pay-It-Forward Holiday Program        </li>
            <li>
            Loggers Add Two from UCLA        </li>
            <li>
            Honkers add Two Arms from Stevens Institute        </li>
            <li>
            Growlers Welcome Negro League Star as Pitching Coach        </li>
            <li>
            Rafters Welcome New Radio Voice        </li>
            <li>
            Rox Field Manager to Scout for Reds        </li>
            <li>
            Loggers add Savage, Marks from Columbia        </li>
            <li>
            Express Announce Front Office Staff Changes        </li>
            <li>
            Four Players Return to Stingers for 2015        </li>
            <li>
            Honkers Add Another from Minnesota        </li>
            <li>
            Loggers sign Pac-12 Trio for 2015        </li>
            <li>
            Growlers Welcome Back Ohio State Duo        </li>
            <li>
            Spitzack to Return for Third Season with Honkers        </li>
            <li>
            Bombers Staff to Eat Only Cereal Until Fundraising Goal is Met        </li>
            <li>
            Ryne Roper Returns to Honkers in 2015        </li>
            <li>
            Three From FGCU Return to Stingers for 2015        </li>
            <li>
            Loggers Sign Two from U of San Diego        </li>
            <li>
            Northwoods League Announces 2015 Schedule        </li>
            <li>
            Two Golden Gophers to Return to Honkers        </li>
            <li>
            Texas A &amp; M Pair to Return to Loggers in 2015        </li>
            <li>
            Bullfrogs Sign First Player for 2015        </li>
            <li>
            Schultz to Return to Honkers Outfield in 2015        </li>
            <li>
            Rox Pitching Coach Joins Twins Organization        </li>
            <li>
            NWL Co-Pitcher of the Year to Return to Honkers in 2015        </li>
            <li>
            Rafters Announce Returning Players for 2015        </li>
            <li>
            Growlers Awarded Promotion of the Year        </li>
            <li>
            Ballpark Digest Selects Simmons Field Restoration for Award        </li>
            <li>
            Mallards Name New General Manager        </li>
            <li>
            European Players to Participate in NWL in 2015        </li>
            <li>
            Growlers Announce Wade as New Manager        </li>
            <li>
            Rennicke, Chinooks Honored by Northwoods League        </li>
            <li>
            NWL Alumni Playing in the Arizona Fall League        </li>
            <li>
            Rawlings &#8216;Big Stick&#8217; Award Winners Announced        </li>
            <li>
            Former Woodchuck Ready to Move up at Kentucky        </li>
            <li>
            Bucks Promote Manville to Field Manager as Kiewiet Steps Down        </li>
            <li>
            Northwoods League Alumni in the 2014 MLB Postseason        </li>
            <li>
            Honkers Name New Field Manager from UC Riverside        </li>
            <li>
            Former Honker wins MiLB Gold Glove        </li>
            <li>
            MoonDogs announce New Field Manager        </li>
            <li>
            Morgan to Return as Chinooks Manager for 2015 Season        </li>
            <li>
            Cedar Rapids Ball Club, Inc Purchases Waterloo Bucks        </li>
            <li>
            Rawlings &#8216;Finest in the Field&#8217; Award Winners Announced        </li>
            <li>
            Robinson to Return as Battle Creek Field Manager        </li>
            <li>
            Woodchucks Hire Jordan Bischel as new Field Manager        </li>
            <li>
            Loggers Tab Bill Sandillo as new Field Manager        </li>
            <li>
            Rafters Name Craig Noto as New Field Manager        </li>
            <li>
            Augie Rodriguez to Return to Rox in 2015        </li>
            <li>
            Duffy Dyer to Return to Kenosha in 2015        </li>
            <li>
            Former Brainerd INF Xavier Scruggs Debuts with the Cardinals        </li>
            <li>
            Border Cats Name Benedetti New Field Manager        </li>
            <li>
            Former Bomber and Mallard Rafael Lopez Debuts with the Cubs        </li>
            <li>
            Northwoods League Releases Top 200 Prospect Report        </li>
            <li>
            Lakeshore Tabbed as Top Summer Collegiate Team in the Nation        </li>
            <li>
            Meeteer hits solo home run in deciding Game 3        </li>
            <li>
            Pavlovich blanks MoonDogs over six        </li>
            <li>
            Lakeshore wins first franchise championship        </li>
            <li>
            Koerner, Letkewicz secure Chinooks win        </li>
            <li>
            Bowers continues postseason run        </li>
            <li>
            Scott carries MoonDogs past Stingers        </li>
            <li>
            Traver pitches into sixth in stellar outing        </li>
            <li>
            Anderson pitches into ninth in no-decision        </li>
            <li>
            Bowers carries Chinooks to win second night in a row        </li>
            <li>
            Mark locks down Mankato win        </li>
            <li>
            Bowers powers Chinooks in ninth        </li>
            <li>
            2014 Northwoods League Playoff Matchups are Set        </li>
            <li>
            Woodchucks and MoonDogs earn final playoff berths        </li>
            <li>
            Freeman lights out in no-decision        </li>
            <li>
            Sanchez homers twice in Blue Anchors win        </li>
            <li>
            Northwoods League Announces Postseason All-Stars        </li>
            <li>
            Haas goes seven strong in crucial Kingfish win        </li>
            <li>
            Marabell dries in three in Mallards win        </li>
            <li>
            MoonDogs take over first in North Division        </li>
            <li>
            Call hits slam in Express slugfest        </li>
            <li>
            Gregory dominant again, goes eight strong innings        </li>
            <li>
            Maris leads MoonDogs to 19-3 rout        </li>
            <li>
            Baroniel fans 11 over seven strong        </li>
            <li>
            Northwoods League Surpasses One Million Fans        </li>
            <li>
            Rasch leads Rafters to rout        </li>
            <li>
            Garcia strikes out seven over seven shutout innings        </li>
            <li>
            North and South Split Big League Dreams Doubleheader        </li>
            <li>
            Waterloo takes first in North on Monday night        </li>
            <li>
            McClain leads Bucks to first place        </li>
            <li>
            Mazzoccoli leads Kingfish to doubleheader split        </li>
            <li>
            Northwoods League Sets New Attendance Record of 973,950 Fans        </li>
            <li>
            Gregory goes seven strong in first game of doubleheader        </li>
            <li>
            DeJong drives in five in Woodchucks rout        </li>
            <li>
            2014 Big League Dreams Showcase Rosters Announced        </li>
            <li>
            Celsi carries Bullfrogs over Rafters        </li>
            <li>
            Headean goes seven strong        </li>
            <li>
            Van Gansen leads Express to 18-run outburst        </li>
            <li>
            Smoyer throws shutout        </li>
            <li>
            McElderry, Huskies pitching dominant        </li>
            <li>
            Cheky boosts Bombers to sixth straight win        </li>
            <li>
            Mitchell throws six no-hit innings        </li>
            <li>
            Barr drives in nine over doubleheader        </li>
            <li>
            Chinooks score 18 for 2nd night in a row, streak hits 11        </li>
            <li>
            Jensen-Clagg lights out in loss        </li>
            <li>
            Nennig comes triple short of cycle        </li>
            <li>
            Heller strong, helps Bombers snap Bullfrogs streak        </li>
            <li>
            Chinooks win 10th straight, hold five game lead in South        </li>
            <li>
            Turbin reaches base five times in Express win        </li>
            <li>
            Bullfrogs, Chinooks extend streaks        </li>
            <li>
            Siddall drives in four in 12-1 rout        </li>
            <li>
            Rusch pitches into eighth in Eau Claire win        </li>
            <li>
            Craig hits pair of home runs in Rox win        </li>
            <li>
            Kent moves to top of leaderboards        </li>
            <li>
            Nennig goes 4-4 in Blue Anchors win        </li>
            <li>
            Ravel guides Wisconsin to series sweep        </li>
            <li>
            DeJong into Wisconsin record books on Thursday        </li>
            <li>
            Polen drives in three in Chinooks sixth straight        </li>
            <li>
            Taylor fans 11 over six shutout Innings        </li>
            <li>
            South Division Wins the 2014 Northwoods League All-Star Game        </li>
            <li>
            Multiple Double Digit Wins During Sunday&#039;s Action        </li>
            <li>
            Callahan Brown Knocks off Mallards        </li>
            <li>
            Levi Scott of the MoonDogs Drives in 5 Runs        </li>
            <li>
            Stingers, Chinooks each pick up two wins        </li>
            <li>
            Siddall drives in four in Chinooks rout        </li>
            <li>
            Smoyer pitches into the eighth in Growlers shutout        </li>
            <li>
            Anderson dominant over seven, second Chinook in a row        </li>
            <li>
            Rockwell drives in six, second MoonDog in a row        </li>
            <li>
            Northwoods League Now to Air Second Episode this Weekend        </li>
            <li>
            Pavlovich strikes out eight in five shutout        </li>
            <li>
            Maris drives in five on two HR night        </li>
            <li>
            Northwoods League Announces Home Run Challenge Participants        </li>
            <li>
            Stevens shuts down Anchors in rout        </li>
            <li>
            DeJong hits 14th, leads Woodchucks with 3 RBIs        </li>
            <li>
            Former Logger Max Scherzer Wins 2014 MLB All-Star Game        </li>
            <li>
            Mazza no-hits Chinooks        </li>
            <li>
            Roper drives in four as Honkers down Mankato        </li>
            <li>
            Northwoods League Announces 2014 All Star Selections        </li>
            <li>
            Bower throws seven strong        </li>
            <li>
            Paller walks off in grand slam fashion        </li>
            <li>
            Caspersen goes eight strong in fifth straight win        </li>
            <li>
            Stawychny drives in four in Battle Creek rout        </li>
            <li>
            Howell powers explosive Bullfrogs offense        </li>
            <li>
            Fischer goes seven shutout in Green Bay rout        </li>
            <li>
            Northwoods League Announces Addition to 2014 All Star Game        </li>
            <li>
            Kruczynski carries Chinooks to eighth straight        </li>
            <li>
            Hendrix powers Express to extra innings win        </li>
            <li>
            Ross drives in four in Willmar rout        </li>
            <li>
            Teague strong in no-decision        </li>
            <li>
            Howard throws six strong innings in Woodchucks win        </li>
            <li>
            Barajas carries Express to fourth straight win        </li>
            <li>
            Northwoods League Alumni Autographed Items Available        </li>
            <li>
            Kaczmarski lifts Bucks to win        </li>
            <li>
            Morrow goes distance in Kingfish win        </li>
            <li>
            Smoyer shuts down Mallards        </li>
            <li>
            DeJong drives in five in rout of Kenosha        </li>
            <li>
            Kent dominant in defeat        </li>
            <li>
            Mundell drives in five in Eau Claire win        </li>
            <li>
            Winkelman stellar in no-decision        </li>
            <li>
            Roland has big game in extra inning loss        </li>
            <li>
            Growlers attendance breaks 6,000 on Independence Day        </li>
            <li>
            Sidall carries Chinooks to rout        </li>
            <li>
            Ellenbest dominant over eight shutout innings        </li>
            <li>
            Scott drives in four as MoonDogs down Willmar        </li>
            <li>
            Teague overpowering in no-decision        </li>
            <li>
            Three extra base hits from Kujawa leads Growlers to rout        </li>
            <li>
            Sharp strong over five plus innings in Madison win        </li>
            <li>
            Butler drives in half of Chinooks runs in rout        </li>
            <li>
            Dunning shuts down Alexandria in bounce back win        </li>
            <li>
            Norkeh, Alexandria halt Waterloo streak at five        </li>
            <li>
            Winkelman goes into the seventh in no-decision        </li>
            <li>
            Bucks win fifth straight on 11-game packed Friday slate        </li>
            <li>
            Campbell boosts Honkers in first game of double-header        </li>
            <li>
            McRee dominant in Eau Claire win in continuation of postponed game        </li>
            <li>
            Paller earns second consecutive nightly honor        </li>
            <li>
            Provencher throws seven strong in Logger win        </li>
            <li>
            Selig, Yount Set to Highlight NWL All-Star Festivities        </li>
            <li>
            Serena and Paller combine for monster game in Thunder Bay win        </li>
            <li>
            Kent throws gem in Honkers third straight win        </li>
            <li>
            New YouTube Second Half Subscription Price        </li>
            <li>
            Vieaux throws six one-hit innings        </li>
            <li>
            Porter leads Kingfish over Kalamazoo        </li>
            <li>
            Baroniel throws seven shutout in Green Bay rout        </li>
            <li>
            Taormina leads Border Cats to five-run win        </li>
            <li>
            Keller pitches into the ninth in La Crosse win        </li>
            <li>
            Hermann grabs five hits in Express win        </li>
            <li>
            Gregory throws six strong in Rox win        </li>
            <li>
            Campbell leads Honkers over Alexandria        </li>
            <li>
            Bray pitches Bucks to easy 10-0 win        </li>
            <li>
            Synek goes 3-3 in Mankato loss        </li>
            <li>
            Umphres boosts MoonDogs to win        </li>
            <li>
            Sedlock pitches Bucks past Express for sixth straight        </li>
            <li>
            Anderson throws complete game shutout        </li>
            <li>
            Persico drives in three in 10-5 Logger win        </li>
            <li>
            Holbert dominant, stops Willmar streak at seven        </li>
            <li>
            Douglas drives in four in 5-0 win        </li>
            <li>
            Former Border Cat Blaine Hardy Debuts with the Tigers        </li>
            <li>
            Jeffries leads Woodchucks to rout of Kalamazoo        </li>
            <li>
            Greer shuts down Alexandria over seven strong        </li>
            <li>
            Porter tees off on Fathers Day        </li>
            <li>
            Kujawa leads Growlers to second straight win        </li>
            <li>
            Johansmeier strong in no-decision        </li>
            <li>
            Rodriguez takes hitter of the night honors with Grand Slam        </li>
            <li>
            Garcia shuts down Chinooks with 10 K&#039;s        </li>
            <li>
            Double Headers Highlight the Night&#039;s 11 Game Slate        </li>
            <li>
            FSN North and Wisconsin to Air Monthly Show entitled Northwoods League Now        </li>
            <li>
            DeJong continues torrid start, slugs sixth home run        </li>
            <li>
            Jackson racks up strikeouts in win against defending champs        </li>
            <li>
            Goodman excellent at leadoff spot for Blue Anchors        </li>
            <li>
            Davis dominates Duluth Dukes        </li>
            <li>
            Tinsley tears up Express        </li>
            <li>
            Sneed strong in no-decision        </li>
            <li>
            Kranson leads Rox to rout and 5th straight win        </li>
            <li>
            Sharp is sharp again, 2nd pitcher of the night honor        </li>
            <li>
            Snyder dominates Thunder Bay in first start        </li>
            <li>
            DeJong boosts Woodchucks over .500        </li>
            <li>
            Four teams extend winning streaks to 4+ games        </li>
            <li>
            Winkelman strikes out 11 over just six innings        </li>
            <li>
            Paul difference in narrow win over Thunder Bay        </li>
            <li>
            Several win streaks continue as Mallards take 6th straight        </li>
            <li>
            Hissong fans nine over six        </li>
            <li>
            Dudek leads Mallards over Bullfrogs        </li>
            <li>
            Close games fill Friday slate, two walkoffs as well        </li>
            <li>
            Paul helps Rox rack up 18 runs        </li>
            <li>
            Pavlovich takes loss but fans nine        </li>
            <li>
            Chinooks and Express streaks stopped, routs run wild        </li>
            <li>
            Tenerowicz slugs two home runs        </li>
            <li>
            Lakeshore streak hits seven, Green Bay and Eau Claire walkoff        </li>
            <li>
            Sharp strong in Mallards rout        </li>
            <li>
            Paul leads Rox over Waterloo        </li>
            <li>
            Lakeshore extend streak to six, Mallards offense stays hot        </li>
            <li>
            Lakeshore wins 5th straight; Madison puts up 17        </li>
            <li>
            Caspersen goes seven shutout innings in win        </li>
            <li>
            Double-header filled Sunday with many great games        </li>
            <li>
            Mix of dominant pitching and powerful hitting on Saturday        </li>
            <li>
            Growlers Welcome New Mascot Barlee to the Family        </li>
            <li>
            New Kingfish mascot named King Elvis the First        </li>
            <li>
            Interactive Accessible Seating Area added to Witter Field        </li>
            <li>
            NWL Expansion affiliate in Kenosha to be called the Kingfish        </li>
            <li>
            NWL Expansion Affiliate in Kalamazoo to be named the Growlers        </li>
            <li>
            Northwoods League Announces 2014 Schedule        </li>
            <li>
            Former La Crosse Logger Max Scherzer wins the 2013 AL Cy Young Award        </li>
            <li>
            Northwoods League to celebrate 21st Season in 2014        </li>
                    </ul>
        </span>
    </div>
    <script type="text/javascript">
        $('#sliderUpdates').anythingSlider({
            resizeContents      : true,
            buildArrows         : false,      // If true, builds the forwards and backwards buttons
            buildNavigation     : false,      // If true, builds a list of anchor links to link to each panel
            buildStartStop      : false,
            resumeOnVideoEnd    : false,
            toggleArrows        : false,     // If true, side navigation arrows will slide out on hovering & hide @ other times
            toggleControls      : false,
            resumeOnVisible     : false,
            enableNavigation    : false,
            enableArrows        : false,      // if false, arrows will be visible, but not clickable.
            enableKeyboard      : false,
            hashTags            : false,
            autoPlay            : true,
            expand              : true,
            delay               : 3000,
            resumeDelay         : 15000,
            animationTime       : 600,
            delayBeforeAnimate  : 0
        });
    </script>
    <!--End of Update Section-->
</div><!--End of Wrapper -->
</div>
</section><!--End of Content Section-->
<script type='text/javascript'>
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-46640819-1']);
_gaq.push(['_setCustomVar', 1, 'Context', 'home']);
_gaq.push(['_setCustomVar', 2, 'Categories', '']);
_gaq.push(['_setCustomVar', 3, 'Tags', '']);
_gaq.push(['_setCustomVar', 4, 'Publication Date', '']);
_gaq.push(['_trackPageview']);

	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
</script>
<footer id="legalContent">
    <div class="container row-fluid footerBg">
        <section id="legalCopyright" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
            <p> Copyright © 2015 Northwoods League. All Rights Reserved.</p>
            <hr/>
            <p>Northwoods League <br/> 2900 4th Street SW <br/> Rochester, MN 55902 <br/> (507) 536-4579</p>
            <a href="http://northwoodsleague.com/" target="_self"><img
                    src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/img/logo-nl-footer.png"/></a>
        </section>
        <!--End of Legal Copy -->

        <section id="teamSite" class="col-lg-5 col-md-5 col-sm-9 col-xs-12">
            <h2>Team Sites:</h2>

            <div class="team001 col-xs-12">
                <h3 class="titleTeams">North Division:</h3>
                <ul><li id="menu-item-216" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-216"><a href="http://northwoodsleague.com/alexandria-blue-anchors/">Alexandria Blue Anchors</a></li>
<li id="menu-item-217" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-217"><a href="http://northwoodsleague.com/duluth-huskies/">Duluth Huskies</a></li>
<li id="menu-item-218" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-218"><a href="http://northwoodsleague.com/eau-claire-express/">Eau Claire Express</a></li>
<li id="menu-item-219" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219"><a href="http://northwoodsleague.com/mankato-moondogs/">Mankato MoonDogs</a></li>
<li id="menu-item-220" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-220"><a href="http://northwoodsleague.com/rochester-honkers/">Rochester Honkers</a></li>
<li id="menu-item-221" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-221"><a href="http://northwoodsleague.com/st-cloud-rox/">St. Cloud Rox</a></li>
<li id="menu-item-222" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-222"><a href="http://northwoodsleague.com/thunder-bay-border-cats/">Thunder Bay Border Cats</a></li>
<li id="menu-item-223" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-223"><a href="http://northwoodsleague.com/waterloo-bucks/">Waterloo Bucks</a></li>
<li id="menu-item-224" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-224"><a target="_blank" href="http://northwoodsleague.com/willmar-stingers/">Willmar Stingers</a></li>
</ul>            </div>
            <div class="team001 col-xs-12">
                <h3 class="titleTeams ">South Division:</h3>
                <ul><li id="menu-item-225" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-225"><a href="http://northwoodsleague.com/battle-creek-bombers/">Battle Creek Bombers</a></li>
<li id="menu-item-226" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-226"><a href="http://northwoodsleague.com/green-bay-bullfrogs/">Green Bay Bullfrogs</a></li>
<li id="menu-item-227" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-227"><a href="http://northwoodsleague.com/kalamazoo-growlers/">Kalamazoo Growlers</a></li>
<li id="menu-item-228" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-228"><a href="http://northwoodsleague.com/kenosha-kingfish/">Kenosha Kingfish</a></li>
<li id="menu-item-229" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-229"><a href="http://northwoodsleague.com/la-crosse-loggers/">La Crosse Loggers</a></li>
<li id="menu-item-230" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-230"><a href="http://northwoodsleague.com/lakeshore-chinooks/">Lakeshore Chinooks</a></li>
<li id="menu-item-231" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-231"><a href="http://northwoodsleague.com/madison-mallards/">Madison Mallards</a></li>
<li id="menu-item-232" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-232"><a href="http://northwoodsleague.com/wisconsin-woodchucks/">Wisconsin Woodchucks</a></li>
<li id="menu-item-233" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-233"><a target="_blank" href="http://northwoodsleague.com/wisconsin-rapids-rafters/">Wisconsin Rapids Rafters</a></li>
</ul>            </div>
        </section>
        <!--End of Teams Sites -->
        <section id="links" class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
            <h2>Links</h2>
            <ul><li id="menu-item-440" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-440"><a href="http://northwoodsleague.com/">Home</a></li>
<li id="menu-item-441" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-441"><a href="http://northwoodsleague.net/Underground/">Underground</a></li>
<li id="menu-item-4593" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4593"><a href="http://northwoodsleague.com/careers/">Careers</a></li>
<li id="menu-item-452" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-452"><a href="http://northwoodsleague.com/contact/contact-us/">Contact Us</a></li>
<li id="menu-item-453" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-453"><a href="http://northwoodsleague.com/apply/">Apply</a></li>
<li id="menu-item-4594" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4594"><a href="http://northwoodsleague.com/site-map/">Site Map</a></li>
</ul>
            <div id='divContentSocial'>
                <ul><li id="menu-item-513" class="facebookTeam menu-item menu-item-type-custom menu-item-object-custom menu-item-513"><a target="_blank" href="http://www.facebook.com/pages/Northwoods-League/8113468482">Find us on Facebook</a></li>
<li id="menu-item-514" class="twitterTeam menu-item menu-item-type-custom menu-item-object-custom menu-item-514"><a target="_blank" href="http://www.twitter.com/NWLbaseball">Follow us on Twitter</a></li>
<li id="menu-item-515" class="rssTeam menu-item menu-item-type-custom menu-item-object-custom menu-item-515"><a target="_blank" href="http://feeds.feedburner.com/NorthwoodsLeagueTheHotCorner">Subscribe to Our Blog</a></li>
<li id="menu-item-516" class="youtubeTeam menu-item menu-item-type-custom menu-item-object-custom menu-item-516"><a target="_blank" href="http://www.youtube.com/NorthwoodsLeague">Watch Games on Youtube</a></li>
</ul>            </div>

        </section>
        <!--End of Links -->
        <span class="imageFooter"><img
                src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/img/baseball-nl-footer.png"/></span>
    </div>
    <!--End of Wrapper -->
    </div>
</footer><!--End of Footer Section-->

<link rel='stylesheet' id='aitwitter-css'  href='http://northwoodsleague.com/wp-content/plugins/ai-twitter-feeds/css/aitwitter.css?ver=3.6.1' media='all' />
<script type='text/javascript' src='http://northwoodsleague.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.3'></script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=2.0.19'></script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.60'></script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/plugins/woocommerce/assets/js/jquery-placeholder/jquery.placeholder.min.js?ver=2.0.19'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var woocommerce_params = {"countries":"{\"AF\":[],\"AT\":[],\"BE\":[],\"BI\":[],\"CZ\":[],\"DE\":[],\"DK\":[],\"FI\":[],\"FR\":[],\"HU\":[],\"IS\":[],\"IL\":[],\"KR\":[],\"NL\":[],\"NO\":[],\"PL\":[],\"PT\":[],\"SG\":[],\"SK\":[],\"SI\":[],\"LK\":[],\"SE\":[],\"VN\":[],\"AU\":{\"ACT\":\"Australian Capital Territory\",\"NSW\":\"New South Wales\",\"NT\":\"Northern Territory\",\"QLD\":\"Queensland\",\"SA\":\"South Australia\",\"TAS\":\"Tasmania\",\"VIC\":\"Victoria\",\"WA\":\"Western Australia\"},\"BR\":{\"AC\":\"Acre\",\"AL\":\"Alagoas\",\"AP\":\"Amap\u00e1\",\"AM\":\"Amazonas\",\"BA\":\"Bahia\",\"CE\":\"Cear\u00e1\",\"DF\":\"Distrito Federal\",\"ES\":\"Esp\u00edrito Santo\",\"GO\":\"Goi\u00e1s\",\"MA\":\"Maranh\u00e3o\",\"MT\":\"Mato Grosso\",\"MS\":\"Mato Grosso do Sul\",\"MG\":\"Minas Gerais\",\"PA\":\"Par\u00e1\",\"PB\":\"Para\u00edba\",\"PR\":\"Paran\u00e1\",\"PE\":\"Pernambuco\",\"PI\":\"Piau\u00ed\",\"RJ\":\"Rio de Janeiro\",\"RN\":\"Rio Grande do Norte\",\"RS\":\"Rio Grande do Sul\",\"RO\":\"Rond\u00f4nia\",\"RR\":\"Roraima\",\"SC\":\"Santa Catarina\",\"SP\":\"S\u00e3o Paulo\",\"SE\":\"Sergipe\",\"TO\":\"Tocantins\"},\"CA\":{\"AB\":\"Alberta\",\"BC\":\"British Columbia\",\"MB\":\"Manitoba\",\"NB\":\"New Brunswick\",\"NL\":\"Newfoundland\",\"NT\":\"Northwest Territories\",\"NS\":\"Nova Scotia\",\"NU\":\"Nunavut\",\"ON\":\"Ontario\",\"PE\":\"Prince Edward Island\",\"QC\":\"Quebec\",\"SK\":\"Saskatchewan\",\"YT\":\"Yukon Territory\"},\"CN\":{\"CN1\":\"Yunnan \\\/ \u4e91\u5357\",\"CN2\":\"Beijing \\\/ \u5317\u4eac\",\"CN3\":\"Tianjin \\\/ \u5929\u6d25\",\"CN4\":\"Hebei \\\/ \u6cb3\u5317\",\"CN5\":\"Shanxi \\\/ \u5c71\u897f\",\"CN6\":\"Inner Mongolia \\\/ \u5167\u8499\u53e4\",\"CN7\":\"Liaoning \\\/ \u8fbd\u5b81\",\"CN8\":\"Jilin \\\/ \u5409\u6797\",\"CN9\":\"Heilongjiang \\\/ \u9ed1\u9f99\u6c5f\",\"CN10\":\"Shanghai \\\/ \u4e0a\u6d77\",\"CN11\":\"Jiangsu \\\/ \u6c5f\u82cf\",\"CN12\":\"Zhejiang \\\/ \u6d59\u6c5f\",\"CN13\":\"Anhui \\\/ \u5b89\u5fbd\",\"CN14\":\"Fujian \\\/ \u798f\u5efa\",\"CN15\":\"Jiangxi \\\/ \u6c5f\u897f\",\"CN16\":\"Shandong \\\/ \u5c71\u4e1c\",\"CN17\":\"Henan \\\/ \u6cb3\u5357\",\"CN18\":\"Hubei \\\/ \u6e56\u5317\",\"CN19\":\"Hunan \\\/ \u6e56\u5357\",\"CN20\":\"Guangdong \\\/ \u5e7f\u4e1c\",\"CN21\":\"Guangxi Zhuang \\\/ \u5e7f\u897f\u58ee\u65cf\",\"CN22\":\"Hainan \\\/ \u6d77\u5357\",\"CN23\":\"Chongqing \\\/ \u91cd\u5e86\",\"CN24\":\"Sichuan \\\/ \u56db\u5ddd\",\"CN25\":\"Guizhou \\\/ \u8d35\u5dde\",\"CN26\":\"Shaanxi \\\/ \u9655\u897f\",\"CN27\":\"Gansu \\\/ \u7518\u8083\",\"CN28\":\"Qinghai \\\/ \u9752\u6d77\",\"CN29\":\"Ningxia Hui \\\/ \u5b81\u590f\",\"CN30\":\"Macau \\\/ \u6fb3\u95e8\",\"CN31\":\"Tibet \\\/ \u897f\u85cf\",\"CN32\":\"Xinjiang \\\/ \u65b0\u7586\"},\"HK\":{\"HONG KONG\":\"Hong Kong Island\",\"KOWLOON\":\"Kowloon\",\"NEW TERRITORIES\":\"New Territories\"},\"IN\":{\"AP\":\"Andra Pradesh\",\"AR\":\"Arunachal Pradesh\",\"AS\":\"Assam\",\"BR\":\"Bihar\",\"CT\":\"Chhattisgarh\",\"GA\":\"Goa\",\"GJ\":\"Gujarat\",\"HR\":\"Haryana\",\"HP\":\"Himachal Pradesh\",\"JK\":\"Jammu and Kashmir\",\"JH\":\"Jharkhand\",\"KA\":\"Karnataka\",\"KL\":\"Kerala\",\"MP\":\"Madhya Pradesh\",\"MH\":\"Maharashtra\",\"MN\":\"Manipur\",\"ML\":\"Meghalaya\",\"MZ\":\"Mizoram\",\"NL\":\"Nagaland\",\"OR\":\"Orissa\",\"PB\":\"Punjab\",\"RJ\":\"Rajasthan\",\"SK\":\"Sikkim\",\"TN\":\"Tamil Nadu\",\"TR\":\"Tripura\",\"UT\":\"Uttaranchal\",\"UP\":\"Uttar Pradesh\",\"WB\":\"West Bengal\",\"AN\":\"Andaman and Nicobar Islands\",\"CH\":\"Chandigarh\",\"DN\":\"Dadar and Nagar Haveli\",\"DD\":\"Daman and Diu\",\"DL\":\"Delhi\",\"LD\":\"Lakshadeep\",\"PY\":\"Pondicherry (Puducherry)\"},\"ID\":{\"AC\":\"Daerah Istimewa Aceh\",\"SU\":\"Sumatera Utara\",\"SB\":\"Sumatera Barat\",\"RI\":\"Riau\",\"KR\":\"Kepulauan Riau\",\"JA\":\"Jambi\",\"SS\":\"Sumatera Selatan\",\"BB\":\"Bangka Belitung\",\"BE\":\"Bengkulu\",\"LA\":\"Lampung\",\"JK\":\"DKI Jakarta\",\"JB\":\"Jawa Barat\",\"BT\":\"Banten\",\"JT\":\"Jawa Tengah\",\"JI\":\"Jawa Timur\",\"YO\":\"Daerah Istimewa Yogyakarta\",\"BA\":\"Bali\",\"NB\":\"Nusa Tenggara Barat\",\"NT\":\"Nusa Tenggara Timur\",\"KB\":\"Kalimantan Barat\",\"KT\":\"Kalimantan Tengah\",\"KI\":\"Kalimantan Timur\",\"KS\":\"Kalimantan Selatan\",\"KU\":\"Kalimantan Utara\",\"SA\":\"Sulawesi Utara\",\"ST\":\"Sulawesi Tengah\",\"SG\":\"Sulawesi Tenggara\",\"SR\":\"Sulawesi Barat\",\"SN\":\"Sulawesi Selatan\",\"GO\":\"Gorontalo\",\"MA\":\"Maluku\",\"MU\":\"Maluku Utara\",\"PA\":\"Papua\",\"PB\":\"Papua Barat\"},\"MY\":{\"JHR\":\"Johor\",\"KDH\":\"Kedah\",\"KTN\":\"Kelantan\",\"MLK\":\"Melaka\",\"NSN\":\"Negeri Sembilan\",\"PHG\":\"Pahang\",\"PRK\":\"Perak\",\"PLS\":\"Perlis\",\"PNG\":\"Pulau Pinang\",\"SBH\":\"Sabah\",\"SWK\":\"Sarawak\",\"SGR\":\"Selangor\",\"TRG\":\"Terengganu\",\"KUL\":\"W.P. Kuala Lumpur\",\"LBN\":\"W.P. Labuan\",\"PJY\":\"W.P. Putrajaya\"},\"NZ\":{\"NL\":\"Northland\",\"AK\":\"Auckland\",\"WA\":\"Waikato\",\"BP\":\"Bay of Plenty\",\"TK\":\"Taranaki\",\"HB\":\"Hawke\u2019s Bay\",\"MW\":\"Manawatu-Wanganui\",\"WE\":\"Wellington\",\"NS\":\"Nelson\",\"MB\":\"Marlborough\",\"TM\":\"Tasman\",\"WC\":\"West Coast\",\"CT\":\"Canterbury\",\"OT\":\"Otago\",\"SL\":\"Southland\"},\"ZA\":{\"EC\":\"Eastern Cape\",\"FS\":\"Free State\",\"GP\":\"Gauteng\",\"KZN\":\"KwaZulu-Natal\",\"LP\":\"Limpopo\",\"MP\":\"Mpumalanga\",\"NC\":\"Northern Cape\",\"NW\":\"North West\",\"WC\":\"Western Cape\"},\"ES\":{\"C\":\"A Coru\u00f1a\",\"VI\":\"\u00c1lava\",\"AB\":\"Albacete\",\"A\":\"Alicante\",\"AL\":\"Almer\u00eda\",\"O\":\"Asturias\",\"AV\":\"\u00c1vila\",\"BA\":\"Badajoz\",\"PM\":\"Baleares\",\"B\":\"Barcelona\",\"BU\":\"Burgos\",\"CC\":\"C\u00e1ceres\",\"CA\":\"C\u00e1diz\",\"S\":\"Cantabria\",\"CS\":\"Castell\u00f3n\",\"CE\":\"Ceuta\",\"CR\":\"Ciudad Real\",\"CO\":\"C\u00f3rdoba\",\"CU\":\"Cuenca\",\"GI\":\"Girona\",\"GR\":\"Granada\",\"GU\":\"Guadalajara\",\"SS\":\"Guip\u00fazcoa\",\"H\":\"Huelva\",\"HU\":\"Huesca\",\"J\":\"Ja\u00e9n\",\"LO\":\"La Rioja\",\"GC\":\"Las Palmas\",\"LE\":\"Le\u00f3n\",\"L\":\"Lleida\",\"LU\":\"Lugo\",\"M\":\"Madrid\",\"MA\":\"M\u00e1laga\",\"ML\":\"Melilla\",\"MU\":\"Murcia\",\"NA\":\"Navarra\",\"OR\":\"Ourense\",\"P\":\"Palencia\",\"PO\":\"Pontevedra\",\"SA\":\"Salamanca\",\"TF\":\"Santa Cruz de Tenerife\",\"SG\":\"Segovia\",\"SE\":\"Sevilla\",\"SO\":\"Soria\",\"T\":\"Tarragona\",\"TE\":\"Teruel\",\"TO\":\"Toledo\",\"V\":\"Valencia\",\"VA\":\"Valladolid\",\"BI\":\"Vizcaya\",\"ZA\":\"Zamora\",\"Z\":\"Zaragoza\"},\"TH\":{\"TH-37\":\"Amnat Charoen (\u0e2d\u0e33\u0e19\u0e32\u0e08\u0e40\u0e08\u0e23\u0e34\u0e0d)\",\"TH-15\":\"Ang Thong (\u0e2d\u0e48\u0e32\u0e07\u0e17\u0e2d\u0e07)\",\"TH-14\":\"Ayutthaya (\u0e1e\u0e23\u0e30\u0e19\u0e04\u0e23\u0e28\u0e23\u0e35\u0e2d\u0e22\u0e38\u0e18\u0e22\u0e32)\",\"TH-10\":\"Bangkok (\u0e01\u0e23\u0e38\u0e07\u0e40\u0e17\u0e1e\u0e21\u0e2b\u0e32\u0e19\u0e04\u0e23)\",\"TH-38\":\"Bueng Kan (\u0e1a\u0e36\u0e07\u0e01\u0e32\u0e2c)\",\"TH-31\":\"Buri Ram (\u0e1a\u0e38\u0e23\u0e35\u0e23\u0e31\u0e21\u0e22\u0e4c)\",\"TH-24\":\"Chachoengsao (\u0e09\u0e30\u0e40\u0e0a\u0e34\u0e07\u0e40\u0e17\u0e23\u0e32)\",\"TH-18\":\"Chai Nat (\u0e0a\u0e31\u0e22\u0e19\u0e32\u0e17)\",\"TH-36\":\"Chaiyaphum (\u0e0a\u0e31\u0e22\u0e20\u0e39\u0e21\u0e34)\",\"TH-22\":\"Chanthaburi (\u0e08\u0e31\u0e19\u0e17\u0e1a\u0e38\u0e23\u0e35)\",\"TH-50\":\"Chiang Mai (\u0e40\u0e0a\u0e35\u0e22\u0e07\u0e43\u0e2b\u0e21\u0e48)\",\"TH-57\":\"Chiang Rai (\u0e40\u0e0a\u0e35\u0e22\u0e07\u0e23\u0e32\u0e22)\",\"TH-20\":\"Chonburi (\u0e0a\u0e25\u0e1a\u0e38\u0e23\u0e35)\",\"TH-86\":\"Chumphon (\u0e0a\u0e38\u0e21\u0e1e\u0e23)\",\"TH-46\":\"Kalasin (\u0e01\u0e32\u0e2c\u0e2a\u0e34\u0e19\u0e18\u0e38\u0e4c)\",\"TH-62\":\"Kamphaeng Phet (\u0e01\u0e33\u0e41\u0e1e\u0e07\u0e40\u0e1e\u0e0a\u0e23)\",\"TH-71\":\"Kanchanaburi (\u0e01\u0e32\u0e0d\u0e08\u0e19\u0e1a\u0e38\u0e23\u0e35)\",\"TH-40\":\"Khon Kaen (\u0e02\u0e2d\u0e19\u0e41\u0e01\u0e48\u0e19)\",\"TH-81\":\"Krabi (\u0e01\u0e23\u0e30\u0e1a\u0e35\u0e48)\",\"TH-52\":\"Lampang (\u0e25\u0e33\u0e1b\u0e32\u0e07)\",\"TH-51\":\"Lamphun (\u0e25\u0e33\u0e1e\u0e39\u0e19)\",\"TH-42\":\"Loei (\u0e40\u0e25\u0e22)\",\"TH-16\":\"Lopburi (\u0e25\u0e1e\u0e1a\u0e38\u0e23\u0e35)\",\"TH-58\":\"Mae Hong Son (\u0e41\u0e21\u0e48\u0e2e\u0e48\u0e2d\u0e07\u0e2a\u0e2d\u0e19)\",\"TH-44\":\"Maha Sarakham (\u0e21\u0e2b\u0e32\u0e2a\u0e32\u0e23\u0e04\u0e32\u0e21)\",\"TH-49\":\"Mukdahan (\u0e21\u0e38\u0e01\u0e14\u0e32\u0e2b\u0e32\u0e23)\",\"TH-26\":\"Nakhon Nayok (\u0e19\u0e04\u0e23\u0e19\u0e32\u0e22\u0e01)\",\"TH-73\":\"Nakhon Pathom (\u0e19\u0e04\u0e23\u0e1b\u0e10\u0e21)\",\"TH-48\":\"Nakhon Phanom (\u0e19\u0e04\u0e23\u0e1e\u0e19\u0e21)\",\"TH-30\":\"Nakhon Ratchasima (\u0e19\u0e04\u0e23\u0e23\u0e32\u0e0a\u0e2a\u0e35\u0e21\u0e32)\",\"TH-60\":\"Nakhon Sawan (\u0e19\u0e04\u0e23\u0e2a\u0e27\u0e23\u0e23\u0e04\u0e4c)\",\"TH-80\":\"Nakhon Si Thammarat (\u0e19\u0e04\u0e23\u0e28\u0e23\u0e35\u0e18\u0e23\u0e23\u0e21\u0e23\u0e32\u0e0a)\",\"TH-55\":\"Nan (\u0e19\u0e48\u0e32\u0e19)\",\"TH-96\":\"Narathiwat (\u0e19\u0e23\u0e32\u0e18\u0e34\u0e27\u0e32\u0e2a)\",\"TH-39\":\"Nong Bua Lam Phu (\u0e2b\u0e19\u0e2d\u0e07\u0e1a\u0e31\u0e27\u0e25\u0e33\u0e20\u0e39)\",\"TH-43\":\"Nong Khai (\u0e2b\u0e19\u0e2d\u0e07\u0e04\u0e32\u0e22)\",\"TH-12\":\"Nonthaburi (\u0e19\u0e19\u0e17\u0e1a\u0e38\u0e23\u0e35)\",\"TH-13\":\"Pathum Thani (\u0e1b\u0e17\u0e38\u0e21\u0e18\u0e32\u0e19\u0e35)\",\"TH-94\":\"Pattani (\u0e1b\u0e31\u0e15\u0e15\u0e32\u0e19\u0e35)\",\"TH-82\":\"Phang Nga (\u0e1e\u0e31\u0e07\u0e07\u0e32)\",\"TH-93\":\"Phatthalung (\u0e1e\u0e31\u0e17\u0e25\u0e38\u0e07)\",\"TH-56\":\"Phayao (\u0e1e\u0e30\u0e40\u0e22\u0e32)\",\"TH-67\":\"Phetchabun (\u0e40\u0e1e\u0e0a\u0e23\u0e1a\u0e39\u0e23\u0e13\u0e4c)\",\"TH-76\":\"Phetchaburi (\u0e40\u0e1e\u0e0a\u0e23\u0e1a\u0e38\u0e23\u0e35)\",\"TH-66\":\"Phichit (\u0e1e\u0e34\u0e08\u0e34\u0e15\u0e23)\",\"TH-65\":\"Phitsanulok (\u0e1e\u0e34\u0e29\u0e13\u0e38\u0e42\u0e25\u0e01)\",\"TH-54\":\"Phrae (\u0e41\u0e1e\u0e23\u0e48)\",\"TH-83\":\"Phuket (\u0e20\u0e39\u0e40\u0e01\u0e47\u0e15)\",\"TH-25\":\"Prachin Buri (\u0e1b\u0e23\u0e32\u0e08\u0e35\u0e19\u0e1a\u0e38\u0e23\u0e35)\",\"TH-77\":\"Prachuap Khiri Khan (\u0e1b\u0e23\u0e30\u0e08\u0e27\u0e1a\u0e04\u0e35\u0e23\u0e35\u0e02\u0e31\u0e19\u0e18\u0e4c)\",\"TH-85\":\"Ranong (\u0e23\u0e30\u0e19\u0e2d\u0e07)\",\"TH-70\":\"Ratchaburi (\u0e23\u0e32\u0e0a\u0e1a\u0e38\u0e23\u0e35)\",\"TH-21\":\"Rayong (\u0e23\u0e30\u0e22\u0e2d\u0e07)\",\"TH-45\":\"Roi Et (\u0e23\u0e49\u0e2d\u0e22\u0e40\u0e2d\u0e47\u0e14)\",\"TH-27\":\"Sa Kaeo (\u0e2a\u0e23\u0e30\u0e41\u0e01\u0e49\u0e27)\",\"TH-47\":\"Sakon Nakhon (\u0e2a\u0e01\u0e25\u0e19\u0e04\u0e23)\",\"TH-11\":\"Samut Prakan (\u0e2a\u0e21\u0e38\u0e17\u0e23\u0e1b\u0e23\u0e32\u0e01\u0e32\u0e23)\",\"TH-74\":\"Samut Sakhon (\u0e2a\u0e21\u0e38\u0e17\u0e23\u0e2a\u0e32\u0e04\u0e23)\",\"TH-75\":\"Samut Songkhram (\u0e2a\u0e21\u0e38\u0e17\u0e23\u0e2a\u0e07\u0e04\u0e23\u0e32\u0e21)\",\"TH-19\":\"Saraburi (\u0e2a\u0e23\u0e30\u0e1a\u0e38\u0e23\u0e35)\",\"TH-91\":\"Satun (\u0e2a\u0e15\u0e39\u0e25)\",\"TH-17\":\"Sing Buri (\u0e2a\u0e34\u0e07\u0e2b\u0e4c\u0e1a\u0e38\u0e23\u0e35)\",\"TH-33\":\"Sisaket (\u0e28\u0e23\u0e35\u0e2a\u0e30\u0e40\u0e01\u0e29)\",\"TH-90\":\"Songkhla (\u0e2a\u0e07\u0e02\u0e25\u0e32)\",\"TH-64\":\"Sukhothai (\u0e2a\u0e38\u0e42\u0e02\u0e17\u0e31\u0e22)\",\"TH-72\":\"Suphan Buri (\u0e2a\u0e38\u0e1e\u0e23\u0e23\u0e13\u0e1a\u0e38\u0e23\u0e35)\",\"TH-84\":\"Surat Thani (\u0e2a\u0e38\u0e23\u0e32\u0e29\u0e0e\u0e23\u0e4c\u0e18\u0e32\u0e19\u0e35)\",\"TH-32\":\"Surin (\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c)\",\"TH-63\":\"Tak (\u0e15\u0e32\u0e01)\",\"TH-92\":\"Trang (\u0e15\u0e23\u0e31\u0e07)\",\"TH-23\":\"Trat (\u0e15\u0e23\u0e32\u0e14)\",\"TH-34\":\"Ubon Ratchathani (\u0e2d\u0e38\u0e1a\u0e25\u0e23\u0e32\u0e0a\u0e18\u0e32\u0e19\u0e35)\",\"TH-41\":\"Udon Thani (\u0e2d\u0e38\u0e14\u0e23\u0e18\u0e32\u0e19\u0e35)\",\"TH-61\":\"Uthai Thani (\u0e2d\u0e38\u0e17\u0e31\u0e22\u0e18\u0e32\u0e19\u0e35)\",\"TH-53\":\"Uttaradit (\u0e2d\u0e38\u0e15\u0e23\u0e14\u0e34\u0e15\u0e16\u0e4c)\",\"TH-95\":\"Yala (\u0e22\u0e30\u0e25\u0e32)\",\"TH-35\":\"Yasothon (\u0e22\u0e42\u0e2a\u0e18\u0e23)\"},\"US\":{\"AL\":\"Alabama\",\"AK\":\"Alaska\",\"AZ\":\"Arizona\",\"AR\":\"Arkansas\",\"CA\":\"California\",\"CO\":\"Colorado\",\"CT\":\"Connecticut\",\"DE\":\"Delaware\",\"DC\":\"District Of Columbia\",\"FL\":\"Florida\",\"GA\":\"Georgia\",\"HI\":\"Hawaii\",\"ID\":\"Idaho\",\"IL\":\"Illinois\",\"IN\":\"Indiana\",\"IA\":\"Iowa\",\"KS\":\"Kansas\",\"KY\":\"Kentucky\",\"LA\":\"Louisiana\",\"ME\":\"Maine\",\"MD\":\"Maryland\",\"MA\":\"Massachusetts\",\"MI\":\"Michigan\",\"MN\":\"Minnesota\",\"MS\":\"Mississippi\",\"MO\":\"Missouri\",\"MT\":\"Montana\",\"NE\":\"Nebraska\",\"NV\":\"Nevada\",\"NH\":\"New Hampshire\",\"NJ\":\"New Jersey\",\"NM\":\"New Mexico\",\"NY\":\"New York\",\"NC\":\"North Carolina\",\"ND\":\"North Dakota\",\"OH\":\"Ohio\",\"OK\":\"Oklahoma\",\"OR\":\"Oregon\",\"PA\":\"Pennsylvania\",\"RI\":\"Rhode Island\",\"SC\":\"South Carolina\",\"SD\":\"South Dakota\",\"TN\":\"Tennessee\",\"TX\":\"Texas\",\"UT\":\"Utah\",\"VT\":\"Vermont\",\"VA\":\"Virginia\",\"WA\":\"Washington\",\"WV\":\"West Virginia\",\"WI\":\"Wisconsin\",\"WY\":\"Wyoming\",\"AA\":\"Armed Forces (AA)\",\"AE\":\"Armed Forces (AE)\",\"AP\":\"Armed Forces (AP)\",\"AS\":\"American Samoa\",\"GU\":\"Guam\",\"MP\":\"Northern Mariana Islands\",\"PR\":\"Puerto Rico\",\"UM\":\"US Minor Outlying Islands\",\"VI\":\"US Virgin Islands\"}}","plugin_url":"http:\/\/northwoodsleague.com\/wp-content\/plugins\/woocommerce","ajax_url":"\/wp-admin\/admin-ajax.php","ajax_loader_url":"http:\/\/northwoodsleague.com\/wp-content\/plugins\/woocommerce\/assets\/images\/ajax-loader@2x.gif","i18n_select_state_text":"Select an option\u2026","i18n_required_rating_text":"Please select a rating","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_required_text":"required","i18n_view_cart":"View Cart \u2192","review_rating_required":"yes","update_order_review_nonce":"0ca571b997","apply_coupon_nonce":"52ef81378b","option_guest_checkout":"yes","checkout_url":"\/wp-admin\/admin-ajax.php?action=woocommerce-checkout","is_checkout":"0","update_shipping_method_nonce":"8ae750f77e","cart_url":"http:\/\/northwoodsleague.com\/shop\/cart\/","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=2.0.19'></script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.3.1'></script>
<script type='text/javascript' src='http://northwoodsleague.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=2.0.19'></script>

<!-- analytics -->
<script>
    var _gaq = [
        ['_setAccount', 'UA-XXXXXXXX-XX'],
        ['_trackPageview']
    ];
    (function (d, t) {
        var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
        g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
        s.parentNode.insertBefore(g, s)
    })(document, 'script');
</script>
<!--calendario score-->
<link rel="stylesheet" href="http://northwoodsleague.com/wp-content/themes/northwoodsleague/css/jquery.ui.datepicker.css">
<link rel="stylesheet" href="http://northwoodsleague.com/wp-content/themes/northwoodsleague/css/jquery.ui.theme.css">
<script src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/js/jquery.ui.datepicker.js"></script>
<script src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/js/jquery.flexnav.js" type="text/javascript"></script>
<script src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/js/bootstrap.min.js"></script>
<script src="http://northwoodsleague.com/wp-content/themes/northwoodsleague/js/scripts.js"></script>
<script>


    //Set automatic height for the responsive sidebars
    function autoSidebar() {
        if (document.getElementById("lbattendance") != null) {
            jQuery("#lbattendance").css("min-height", "auto");
        } else {
            if (document.getElementById("rbnews") != null) {
                jQuery("#rbnews").css("min-height", "auto");
            } else {
                if (document.getElementById("lbstas") != null) {
                    jQuery("#lbstas").css("min-height", "auto");
                } else {
                    if (document.getElementById("lbstandings") != null) {
                        jQuery("#lbstandings").css("min-height", "auto");
                    } else {
                        jQuery(".sidebar").css("min-height", "auto");
                    }
                }

            }
        }

    }
    //Add the sidebars height
    function goSidebarGo() {
        //console.log("a");
        if (jQuery(document).width() > 977) {
            //console.log("a");
            if (document.getElementById("lbattendance") != null) {
                jQuery(".bar").css("min-height", jQuery('#content').height());
            } else {
                if (document.getElementById("rbnews") != null) {
                    jQuery(".sidebarnew").css("min-height", jQuery('#content').height());
                } else {
                    if (document.getElementById("lbstas") != null) {
                        jQuery(".bar").css("min-height", jQuery('#content').height());
                    } else {
                        if (document.getElementById("leftCol") != null) {


                            jQuery(".sidebar").css("min-height", jQuery("#leftCol").css("height"));

                        } else {

                            if (jQuery(".sideCat").css("height") != null) {
                                var contentSize = parseInt(jQuery("#content").css("height").replace("px", ""));
                                var autosize = parseInt(jQuery(".sideCat").css("height").replace("px", ""));
                                if (autosize > contentSize) {
                                } else {
                                    jQuery(".sideCat").css("min-height", jQuery("#content").css("height"));
                                }
                                jQuery(".sidebar").css("min-height", jQuery(".sideCat").css("height"));
                            }
                            else {
                                jQuery(".sidebar").css("min-height", jQuery("#content").css("height"));
                            }
                        }
                    }

                }
            }
        } else {
            autoSidebar();
        }
    }

    window.onresize = goSidebarGo;
    goSidebarGo();

    //Fixes the Wpic carousel Issue
    jQuery.getScript("http://northwoodsleague.com/wp-content/plugins/wp-image-carousel/js/jcarousellite_1.0.1.js?ver=3.6.1", function (data, textStatus, jqxhr) {
        jQuery(".wpic_content").jCarouselLite({

            btnNext: ".wpic_next",

            auto: 2500,

            speed: 300,

            visible: 5,

            btnPrev: ".wpic_prev"
        });
    });

    jQuery(function () {
       jQuery('.dropdown-toggle').dropdown();

       jQuery("button.navbar-toggle").data("toggle","");

    });
    //Fix for the home menu dropdown

      jQuery(".navbar-toggle").click(function () {
        var elemTarget = jQuery(this).data("target").slice(1);
        console.log(elemTarget);
        jQuery("."+elemTarget).toggleClass("collapse superblock in");

        //jQuery("."+elemTarget).toggleClass("supernone");
        //jQuery("."+elemTarget).toggleClass("superblock");
        //jQuery("."+elemTarget).toggleClass("in");


      });



</script>

</body>
</html>