
// 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.srcURL=parsed_str+"swf/home_hero.swf";
hero_flashvars.clickthroughURL=parsed_str+"articles/bring-health-home";

hero_flashvars.promoURL=parsed_str+"recipes/noodles-imperial";

var hero_params = {
	menu: "false",
	wmode: "transparent",
	allowScriptAccess: "always"
};
var hero_attributes = {};
swfobject.embedSWF(parsed_str+"swf/heroShell.swf", "flash_hero", "985", "312", "9.0.0", parsed_str+"swf/expressInstall.swf", hero_flashvars, hero_params, hero_attributes);
