if (!useRedirect)
	{
	if(hasRightVersion)
		{
document.location.replace('/olds/heritage/index.html')
<!--		document.write("Right Flash version."); -->
		}

	else // flash is too old or we can't detect the plugin
		{
document.location.replace('/olds/home_nf/index.html')
<!--		document.write("Non-existent or wrong Flash version."); -->
		}
	}

// -->
