(function($) {$(function(){
	/**
	 * swfobject
	 */
	var flashAreaId = "flash_content";
	var flashPath = "/english/common/swf/list_map.swf";
	var flashWidth = 596;
	var flashHeight = 310;
	var flashVersion = "8.0.0";

	var params = {
		menu: false,
		wmode: "transparent",
		allowscriptaccess: "sameDomain"
	};
	var attributes = {
	};

	//data xml path
	var xmlFile = "/english/properties/list_map.xml";
	//現在のMap指定
	var currentMap = "";
	if($("body").hasClass("capital"))
	{
		currentMap = "capital";
	}
	else if($("body").hasClass("hokkaido"))
	{
		currentMap = "hokkaido";
	}
	else if($("body").hasClass("tohoku"))
	{
		currentMap = "tohoku";
	}
	else if($("body").hasClass("tokai"))
	{
		currentMap = "tokai";
	}
	else if($("body").hasClass("kansai"))
	{
		currentMap = "kansai";
	}
	else if($("body").hasClass("tyugoku"))
	{
		currentMap = "tyugoku";
	}
	else if($("body").hasClass("kyushu"))
	{
		currentMap = "kyushu";
	}
	var flashvars = {
		xmlFile: xmlFile,
		currentMap: currentMap
	};
	swfobject.embedSWF(flashPath, flashAreaId, flashWidth, flashHeight, flashVersion, false, flashvars, params, attributes);

});})(jQuery);

