$(document).ready(function(){
	//Only do this if they have flash version 9 and above
	if (swfobject.hasFlashPlayerVersion("9.0.0")) {
		swfobject.embedSWF("../flash/map.swf", "map", "930", "540", "9.0.0.0", "false", {}, {menu: "true", wmode: "opaque"}, {});
	}
	
});
