-
Sep 28, 2024
WSYF HOME GAMES!
Columbia High School
September 28th
5th/6th @10AM VS THE DALLES GOLD
3rd/4th @1PM VS HOOD RIVER BLUE
-
Sep 04, 2024
WSYF 5TH/6TH GAME SCHEDULE
5th/6th 2024 Game Schedule
-
Sep 04, 2024
WSYF 3RD/4TH GAME SCHEDULE
3rd/4th 2024 Game Schedule
-
May 19, 2023
2023 Registration opens J...
5/6 and 3/4 registration opens on June 1st, 2023! Sign up by 6/21 for our early bird discount!
-
Jun 16, 2022
Registration is now open!
Registration for the 2022 season is open now!
-
Jun 09, 2022
Online registration openi...
We are still planning on online registration. We will send out updates on Facebook, via Email, and on this site when it is live!
-
May 02, 2022
Sponsors
We are looking for sponsors for our 2022 season
-
May 02, 2022
Registration
Updates on WSYF 2022 Registration
-
Apr 04, 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 });
}
}