
var version = deconcept.SWFObjectUtil.getPlayerVersion();

if (document.getElementById && version["major"] >= 8)
{
	document.location = "flash.html";
}