- 
				
Jan 14, 2021
				SPRING REGISTRATION IS OPEN
				Please register your child by February 8th.
			 
		
			- 
				
Jul 01, 2020
				Fall soccer registration ...
				Get registered ASAP.  Team formation deadlines are quickly approaching.
			 
		
			- 
				
Jan 13, 2020
				SPRING 2020 SOCCER REGIST...
				Please register your child before February 5th for spring soccer with SESC.
			 
		
			- 
				
Jun 26, 2019
				FALL 2019 SOCCER REGISTRA...
				2019 Fall Soccer season is open.
			 
		
			- 
				
Jun 09, 2018
				Registration for Fall 2018
				Southeast Soccer Club Registration is OPEN
			 
		
			- 
				
Apr 06, 2018
				Sarpy League Games
				ALL Sarpy League games have been canceled for Saturday, April 7th.
			 
		
			- 
				
Jan 08, 2018
				Spring 2018 Registration
				Registration for the Spring 2018 soccer season is now OPEN!
			 
		
			- 
				
Jun 30, 2017
				New Southeast Soccer Club...
				Southeast Soccer has a new website!
			 
		
			- 
				
Jun 30, 2017
				Southeast Soccer Registra...
				Registration for the Fall 2017 season is now OPEN
			 
		
			- 
				
Jun 13, 2017
				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 });
		}
	}