$(document).ready(
	function () {
		var staplesInfo = $("#staples-info");
	
		// Pull in FEED from Staples Center
		staplesInfo.html('<img src="images/newsletter-loader.gif">');
		staplesInfo.load('staplescenter_feed_puller.php');
	}
);