var flash = '';

if ( DetectFlashVer == 0) {
	alert("This page requires AC_FlashDetect.js.");
} else {
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
	if(hasRightVersion) {  // if we've detected an acceptable version
		// embed the flash movie
		document.write(flash);
	} else {  // flash is too old or we can't detect the plugin
		window.location = 'http://www.mccannhomes.co.uk/noflash.html';
	}
}
