-
May 10, 2023
2023 Summer and Fall Prog...
Register now for our summer flag football season (3 weeks with a one day bracket tournament) of flag football with High School Foo...
-
Jul 14, 2022
Register Today!
Register now for 2022 Fall Tackle (3rd-6th) or Fall Flag (1st-4th). Registration ends August 1.
-
May 16, 2022
2022 Fall Clare Youth Tac...
Registration is now open for Clare Youth Football Fall 2022 Tackle football for 3rd-6th grade boys and girls and Flag Football for...
-
Apr 14, 2022
2022 Clare Youth Summer F...
Registration is now open for the 2022 Clare Youth Football Summer Flag Football League. This co-ed league is open to all 1st-8th ...
-
Jun 01, 2021
2021 Registration is Now ...
Registration for the 2021 Youth Football Season is now open. Make sure to like our Facebook Page to stay up to date on everything...
-
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 });
}
}