var version = com.deconcept.FlashObjectUtil.getPlayerVersion();
if (document.getElementById && (version['major'] < 8)) {
	window.top.document.location = path+"flash_detection.php";
}
