// flash detection - relies on db_flashdetect_compact.js to have been loaded beforehand
// check for flash version - if not available, redirect to noflash.html instead
if((flashVersion < 6 && location.search.indexof("flashcheck=no") == -1) || location.search.indexOf("testnoflash") != -1)
	location.replace("/promostores/arcadia/gr/noflash.html");