var MM_contentVersion = 7;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
	var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	for (var i = 0; i < words.length; ++i)
	{
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i]; 
	}
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0  && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<scr' + 'ipt language=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</scr' + 'ipt\> \n');
}
if ( MM_FlashCanPlay ) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="310">');
	document.write('    <param name="movie" value="images/home/hp1.swf" />');
	document.write('    <param name="quality" value="high" />');
	document.write('    <embed src="images/home/hp1.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="310"></embed>');
	document.write('</object>');
}
else {
	document.write('<img src="images/home/hp1NoFlash.jpg" alt="We are one of the largest employee benefit companies in the world and a leader in disability, life, long term care and voluntary benefits." width="900" height="310" border="0" usemap="#NoFlashMap" />');
	document.write('<map name="NoFlashMap" id="NoFlashMap">');
	document.write('    <area shape="rect" coords="830,49,872,62" href="/products" />');
	document.write('    <area shape="rect" coords="666,63,728,76" href="/products" />');
	document.write('    <area shape="rect" coords="666,214,711,226" href="/AboutUs/UnumUS.aspx" />');
	document.write('    <area shape="rect" coords="734,214,781,226" href="/AboutUs/UnumUK.aspx" />');
	document.write('    <area shape="rect" coords="803,215,864,227" href="/AboutUs/ColonialLife.aspx" />');
	document.write('</map>');
}