<!--
function FlashInstalled()
{
result = false;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"])
{
result = navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;
}
else if (document.all && (navigator.appVersion.indexOf("Mac")==-1))
{
eval ('try {var xObj = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");if (xObj) result = true; xObj = null; } catch (e) {}');
}
return result;
}

function ReplaceFlash(){
	if(!FlashInstalled()){
		document.getElementById("flashContent").innerHTML="<img src=\"/images/site/home-static-img.jpg\" width=\"764\" height=\"410\" alt=\"A Strategic Partnership equals A Strategic Advantage for Your Health System\" usemap=\"#m_00000002\"><map name=\"m_00000002\" id=\"m_00000002\"><area shape=\"rect\" coords=\"624,274,727,376\" href=\"#\" title=\"Partner Login\" alt=\"Partner Login\" /></map>";
	}
}
//-->
