-
Jun 17, 2023
Dudley Youth Soccer Night...
Tonight's the Night for Dudley Youth Soccer's Night at the Revs! We hope everyone has a FANTASTIC Time!!!
-
Jun 02, 2023
Don't Forget to Buy Your ...
Don't forget to buy your Revs tickets! The game is 2 weeks away!!
-
May 30, 2023
FALL REGISTRATION IS OPEN!
Registration IS OPEN!!!
-
Mar 31, 2023
Travel Games start TOMORROW!
Good luck to all travel teams (U10, U12, U14) on their first games tomorrow. Be respectful, have fun and hopefully bring home som...
-
Jan 30, 2023
Spring Soccer is right ar...
Play begins April 1st, 2023!
-
Sep 05, 2022
Happy Labor Day
Schedules will be posted soon - but the travel season will begin next weekend, 9/10/22!
-
May 19, 2022
Summer Camp
We will again be running the 4 week summer camp. Sign-ups are now available under the Registration Info
-
May 10, 2022
Fall Registration - Comin...
Fall Registration is Coming Soon!
-
Mar 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 });
}
}