swfobject.embedSWF(
	"main.swf",
	"flashbox",
	"1000",
	"324",
	"8.0.0",
	"/flash/expressInstall.swf",
	{}, // flashvars,
	{ wmode: 'transparent' }, // parameters
	{ id: "flashbox" }// attributes
);

if (typeof sIFR == "function") {
	sIFR.replaceElement("#homepageSections h2", named({
		sFlashSrc: "/js/sifr/fago.swf",
		sColor: "#F96D07",
		sWmode: "opaque"
	}));
}

jQuery(function() {
	var $ = jQuery;
	
	// after the page loads, turn back on the alt flash image in case someone does not have flash (iPhone)
	$('#altFlashImage').show();
});
