var flash = new flashGenerator({
	"required"          : "9.0.124",
	"src"               : "swf/index/index.swf",
	"id"                : "overviewFlash01",
	"name"              : "overviewFlash01",
	"className"         : "overviewFlash",
	"width"             : "920",
	"height"            : "300",
	"alternate"         : "flash-alternate",
	"quality"           : "high",
	"menu"              : "false",
	"flashvars"         : "xml=xml/index/feature_config.xml",
	"wmode"             : 'transparent'
});
jQuery(function($){
	flash.appendTo(jQuery('div.featureBlockB01').get(0));
});
flash.hideAlternate();
if ( flash.isEnabled() ) document.write('<style type="text/css">div.featureBlockB01{ min-height: 300px; _height:300px; }<'+'/style>');

