<!--
		

        var disableAFC = true;
		var MM_contentVersion = jsMovieVersion;
		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 = parseInt(MM_PluginVersion) >= parseInt(MM_contentVersion);
		}
		else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
			&& (navigator.appVersion.indexOf("Win") != -1)) {
			document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
			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 && MM_contentVersion) {
			/***** FS 20110811 - lines 25 and 35 added to correct banner display in IE8 compatibility mode *****/
            if (navigator.appName == 'Microsoft Internet Explorer')
            {
                document.write('<div id="movieHolder" style="_position:center">');
            }
            /***** FS 20110829 - if statement below added to correct display of SWF formatted L2 banners in IE8 and non-IE browsers *****/
            if(Number(jsMovieWidth) == 776){
                document.write('<img src="/cms/images/spacer.gif" width="12px" border="none" style="clear:both;float:left;" />');
            }
            document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
			document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=' + jsMovieVersion + ',0,0,0" ');
			document.write(' width=' + jsMovieWidth + ' height=' + jsMovieHeight + ' id=' + jsMovieWindowName + '>');
			document.write(' <param name=movie value=' + jsMovieSource + ' /> <param name=quality value=high> <param name=wmode value=transparent> <param name=bgcolor value=' + jsBgColor + '> <param name=align value=top> <param name=salign value=lt> <param name=scale value=noscale>  '); 
			document.write(' <embed src=' + jsMovieSource + ' quality=high wmode=transparent bgcolor=' + jsBgColor + '   ');
			document.write(' swLiveConnect=FALSE width=' + jsMovieWidth + ' height=' + jsMovieHeight + ' name=' + jsMovieWindowName + ' scale="noscale" salign="lt" align="top"');
			document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
			document.write(' </embed>');
			document.write(' </object>');
		    if (navigator.appName == 'Microsoft Internet Explorer')
            {
                document.write('</div>');
            }
        }else{
			if ( jsAlternateImage!=''){
				if (jsUseMap!=''){
				    if (jsUseMapTarget!=''){
					    document.write('<a href=' + jsUseMap + ' target=' + jsUseMapTarget + ' style="border:none"><img src=' + jsAlternateImage + ' align=top salign=lt></a>');
					}else{
					    document.write('<a href=' + jsUseMap + ' style="border:none"><img src=' + jsAlternateImage + ' ></a>');
					}
				}else{
					document.write('<img src=' + jsAlternateImage + ' >');
				}
			}else{
				var getFlashPlayerMessage="<table cellpadding=\"10\" cellspacing=\"0\" border=\"1\" bgcolor=\"#E5E5E5\" width=\""+jsMovieWidth+"\" height=\""+jsMovieHeight+"\"><tr><td align=\"center\" valign=\"middle\" style=\"font-family:arial;font-size:8pt\">Please <a href=\"http://www.macromedia.com/go/getflashplayer\" target=\"_blank\">click here</a> to get the Flash Player plugin.</td></tr></table>";
				document.write(getFlashPlayerMessage);
			}
		}
	//-->
