    var insertBR;
    var MM_contentVersion = flashPlayerVersion;
	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) {
		var quesAmp = "?";
		if(new String(flashMovieURL).indexOf("?") > -1) {
			quesAmp = "&";
		}
		var m_fpURLValue = footprintURL;
		
		// For backward compatibility
		if(m_CMSDataValue ==null)
		{
		var m_CMSDataValue='';
		}
		var m_fpURL = '/';
		m_fpURL = footprintURL + '/';
		if (m_fpURL == '')
		{
			m_fpURL = '/';
		}

        var m_signupDomain = signupdomain + '/';
        var m_controlDomain = controldomain + '/';

        var flashMovieURL_QueryString = flashMovieURL + quesAmp + 'fpURL=' + m_fpURL + '&fpURLValue=' + m_fpURLValue + '&CMSDataValue=' + m_CMSDataValue + '&filename=' + flashMovieName + '&signupdomain=' + m_signupDomain + '&controldomain=' + m_controlDomain;
		var flashString =
		    '<object type="application/x-shockwave-flash"' +
		        ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=' + flashPlayerVersion + ',0,0,0"' +
		        ' width="' + flashMovieWidth + '"' +
		        ' height="' + flashMovieHeight + '"' +
		        ' id="' + flashMovieName + '" align=""' + 
                ' data="' + flashMovieURL_QueryString + '">' +
            ' <param name="movie" value="' + flashMovieURL_QueryString + '">' +
            ' <param name="quality" value="high">' +
            ' <param name="bgcolor" value="#ffffff">' +
            ' <param name="wmode" value="transparent">' +
            ' <param name="allowScriptAccess" value="always">' +
            ' <embed wmode="transparent" src="' + flashMovieURL_QueryString + '"' +
                ' quality="high" bgcolor="#ffffff"' +
                ' swLiveConnect="FALSE"' +
                ' width="' + flashMovieWidth + '"' +
                ' height="' + flashMovieHeight + '"' +
                ' name="' + flashMovieName + '"' +
                ' align=""' +
		' allowScriptAccess="always"' +
                ' type="application/x-shockwave-flash"' +
                ' pluginspage="http://www.macromedia.com/go/getflashplayer">' +
            ' </embed>' +
             flashMovieAlternateText +
            '</object>'
            
		document.write(flashString);
	} else{
		    document.write('<img src=' + defaultImageURL + ' width=' + defaultImageWidth + ' height=' + defaultImageHeight + ' border="0" alt="'+ defaultImageAlternateText +'" usemap="#' + useMapName + '">');
		    if(insertBR == 1)
		        document.write('<br/>');
	    if(typeof imgCaption != 'undefined' && "" != imgCaption )
	    {
		    document.write('<span class="small">' + unescape(imgCaption) + '</span>');
	    }
	}


