- 
				Aug 07, 2024 Back to School Fundraiser...Back-to-School Shopping Event at Love Struck Boutique
 Join us for some shopping, snacks, and a bead bar. 20% o...
 
- 
				Jul 29, 2024 Season Kickoff Event at J...Season Kickoff Event at Jake and Joe’s - Monday, July 29th. 20% of sales from flagged checks (dine in, online and take out) will b... 
- 
				Jul 17, 2024 Uniform FundraisingSo excited to share the concept art of the uniforms we are fundraising for.
 Make sure you contact your coaches to receive the "...
 
- 
				Mar 03, 2020 Flag FootballBurlington Pop Warner is looking to start a flag football program for our younger kids.  Stay tuned for details 
- 
				Mar 03, 2020 Challenger ProgramBurlington Pop Warner is excited to announce we will be starting a Challenger Program for the 2020 season! 
- 
				Dec 24, 2019 Learn how to add or edit ...Start building out your site by clicking on each button on your home page settings panel. 
- 
				Dec 23, 2019 Add and edit inner pages.We offer various types of web modules for you to choose from to help build out your site. 
- 
				Aug 05, 2024 Season start for F and G ...Looking forward to welcoming our youngest athletes to practice
 See everyone on the back field at Memorial
 
- 
				Aug 01, 2024 Season start for B, C, D,...SEASON BEGINS
 See you at the back field at Memorial!
 
- 
				Dec 25, 2019 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 });
		}
	}