		var siteversion;
		var version = com.deconcept.FlashObjectUtil.getPlayerVersion();
		if (document.getElementById && (version['major'] > 6)) {
			document.getElementById('flashversion').style.display = "none";
			siteversion = "flash";
		}else{
			document.getElementById('flashversion').style.background = "#fff url(/images/flashdetect_bottom.gif) bottom left repeat-x";
			document.getElementById('flashversion').innerHTML = "<span>This site is best viewed with Macromedia Flash Player 6.0; without it, all Flash content will be replaced by static images. <a href='/commun/flashdetect/noflash.asp'>Click here</a> to download the latest Flash Player for free.</span>";
			document.body.style.marginTop = "25px";
			siteversion = "html";
		}
