-
Jun 22, 2023
FALL REGISTRATION 2023
Fall Registration has opened for the 2023 Fall Season. We are planning on having three different age groups this year. 16u, 14u, a...
-
Feb 23, 2021
SPRING BALL REGISTRATION
SPRING BALL REGISTRATION IS UNDERWAY THRU 3-19-21, EMAIL WITH QUESTIONS, TEAMS OR PLAYERS ARE WELCOME.
-
Jul 06, 2020
Registration for fall ball
Fall registration is underway!!
-
Jun 05, 2020
Fall Season
In order to extend our Fall season we are looking to start mid to late August. We hope to have a large turnout for that.
-
Feb 08, 2020
Registration is open!
registration open online!
our 14u is for players 11-13 and 16u is 14-16
registration will run until march 15 for $125 after ...
-
Jan 28, 2020
Batting Cage
Daniel Warwick recently broke ground on the new batting cage, this is exciting news as our old one was no longer in use, Daniel is...
-
Jan 28, 2020
Registration
Registration should be open by the first week of February, will update on the site and facebook when its up!!
-
Nov 18, 2019
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 });
}
}