-
Aug 25, 2018
Games Begin for In House ...
First weekend of play for In House League
-
Aug 18, 2018
KCML Opening Day
First weekend of play for KCML teams
-
Aug 17, 2018
In House Schedules Posted
Schedules for In House Posted online after 5pm
-
Aug 10, 2018
KCML Schedules Posted
Schedules will post online after 5pm for KCML teams
-
Jul 25, 2018
Final Bracketing
Final Bracketing Meeting
-
Jul 18, 2018
Preliminary Bracketing
Preliminary Bracketing Meeting
-
Jun 30, 2018
Registration Deadline
Final deadline to register for fall soccer!
-
May 31, 2018
Registration Opening Soon
Registration will soon be opening for the fall 2018 season.
-
Apr 24, 2018
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 });
}
}