$(document).ready(function(){
	//Only do this if they have flash version 9 and above
	if (swfobject.hasFlashPlayerVersion("9.0.0")) {
		swfobject.embedSWF("/flash/asr-graph.swf", "chart", "286", "262", "9.0.0.0", "false", {}, {menu: "true", wmode: "transparent"}, {});
		swfobject.embedSWF("/flash/map.swf", "map", "541", "314", "9.0.0.0", "false", {}, {menu: "true", wmode: "opaque"}, {});
	}
});