//The last bit of glue to complete the flash detection
if (Swf.useRedirect) {
	if (SwfVer()[0] == -1)
		window.location = Swf.noFlashPage;
	if (SwfVer()[0] < Swf.requiredVersion)
		window.location = Swf.upgradePage;
}