
// parse jsession id out for flash
var parsed_str="";

if(contextPath==null){
	parsed_str="/";
}
else if(contextPath.indexOf(';')>-1){
	parsed_str=contextPath.slice(0,contextPath.indexOf(';')) ;
} else {
	parsed_str=contextPath;
}



// hero
var hero_flashvars = {};
hero_flashvars.context=parsed_str;
var hero_params = {
	menu: "false",
	wmode: "transparent",
	allowScriptAccess: "always"
};
var hero_attributes = {};
swfobject.embedSWF(parsed_str+"swf/home_hero.swf", "flash_hero", "651", "260", "9.0.0", parsed_str+"swf/expressInstall.swf", hero_flashvars, hero_params, hero_attributes);