// <![CDATA[

    var version = deconcept.SWFObjectUtil.getPlayerVersion();
    if (document.getElementById && (version['major'] > 0)) {
        document.getElementById('swfobject').innerHTML = "" +
	        "<br />This web site require Flash Player." +
	        "<br />" +
	        "<br />CURRENT VERSION: <b>"+ version['major'] +"."+ version['minor'] +"."+ version['rev'] +"</b>" +
/* >>>>> */ "<br />NEEDED VERSION: <b>8.0.00</b>" +
	        "<br />" +
	        "<br /><a href='http://www.adobe.com/go/getflashplayer/' target='_self'>Get the last version of Flash Player</a>" +
	        "<br /><a href='?detectflash=false' target='_self'>Bypass the Flash Player detection</a>" +
	        "<br /><br /><hr size='1' noshade />";
	    }

// ]]>
