- 
				Oct 01, 2025 2026 K through 6th Lacros...Registration for the upcoming spring lacrosse season is open.  You can find additional details under the Lacrosse menu. 
- 
				Apr 07, 2025 2025 Football & Cheer reg...Registration for the upcoming football and cheer seasons is currently open.  Simply login and register your son or daughter today. 
- 
				Feb 28, 2025 Directors needed for upco...We are looking for a cheer and concession director for the upcoming 2025 season.  Please click on the news article for details aro... 
- 
				Jun 24, 2024 Meet the coaches!This Friday (6/28) from 7:30 to 8:30 at Pioneer Park, come down to see us!  Our 2024 coaching staff will be on-hand to meet the pl... 
- 
				May 15, 2024 Bourbon Raffle Winner!!Congrats to our winner, Bailee Lockard (ticket #86)!!! 
- 
				Apr 19, 2024 2024 Bourbon RaffleWe have kicked off a raffle to help raise funds for our growing organization.  
				Mar 12, 2024 New Facebook Page!
 We have launched a new, public facing Facebook page.  This new page will allow us to reach a broader audience when advertising reg... 
- 
				Mar 12, 2024 New Website!We have launched our new website!  The new site provides users more access to information about our organization.  It also allows ... 
- 
				Jan 31, 2024 Select a new website them...Learn how to select a new website theme and build out your home page  0){
				jQuery(".skFacebookLink").trigger("click");
			} else if (typeof window.defaultTab !== "undefined" &&	window.defaultTab === "TW1" && jQuery(".skTwitter").length > 0){
				jQuery(".skTwitterLink").trigger("click");
			} else {
				jQuery($link[0]).trigger("click");
			}
		}
	});
	
	var $win = jQuery(window),
		currentWidth = $win.width();
	$win.resize( function(){
		if (currentWidth == $win.width()) return;
		currentWidth = $win.width();
		resizeFacebookPagePlugin();
	});
	  
	function resizeFacebookPagePlugin(){
		if ( jQuery(".facebook-plugin:visible").length > 0 ){
			var $iframe = jQuery(".facebook-plugin:visible"),
			$parent = $iframe.parents(".skFBWrapper:visible"),
			$cntWidth = $parent.width(),
			$iframeWidth = $iframe.width(),
			$cntHeight = $parent.height(),
			$url = $iframe.attr('data-src'),
			$updateUrl = $url.replace(/&width=.*&height=.*&small/g, "&width=" + $cntWidth + "&height=" + $cntHeight + "&small");
		if ( $cntWidth > 500 ) {
			$cntWidth = 500;
		}
		if ( ( $cntWidth == $iframeWidth && typeof $iframe.attr("src") !== "undefined") || ( $cntWidth >= 500 && $iframeWidth >= 500 && typeof $iframe.attr("src") !== "undefined") ) return; 
			$iframe.attr({"src": $updateUrl,"height": $cntHeight, "width": $cntWidth });
			$iframe.css({"height": $cntHeight, "width": $cntWidth });
		}
	}