-
Apr 19, 2023
In-house cancelled for today
Due to incoming weather we will be cancelling tonight
-
Apr 15, 2023
In-house cancelled for today
Due to weather the in-house program is cancelled.
-
Apr 06, 2023
No In-house program for 3...
No In-house program this Saturday due to Easter Weekend for 3-8 year olds
-
Feb 25, 2023
Online registration for U...
Online registration has been extended until 11:59pm Sunday Feb 26th
-
Feb 23, 2023
U-9 to U-12 boys and girl...
Registrations will closes Tomorrow February 24th at 11:59pm
-
Feb 01, 2023
In-House Registration now...
In House Registration is available online for U-3 to U-8 players
-
Jan 20, 2023
In-House Sign ups date We...
In-house program will officially start in April 5th and go till Saturday May 20th.
-
Jan 20, 2023
Online Registration is no...
Program Details
-
Aug 14, 2022
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 });
}
}