jQuery(document).ready( function(){
	$.swapImage(".swapImage");

	var FlashDiv = $('#flash_content_main');

	if (FlashDiv.length > 0){
		var ho = new SWFObject("assets/swfs/home_mission.swf", "myfla", "922", "376", "9", "#FFFFFF");

		ho.addParam("scale", "noscale");
		ho.addParam("base", "/assets/");
		ho.addVariable("mission", "/about-us/");
		ho.addVariable("footPrint", "/eco-policy/");
		ho.addVariable("theReality", "/the-crisis/");
		ho.addVariable("specials", "/shop/");
		ho.write("flash_content_main");
	}
});


