
  function checkForFlash() {
	var hasReqestedVersion = DetectFlashVer(8);
	if (!hasReqestedVersion) {
		window.location.href = 'http://www.modelgroup.com/cs/pusobiste-kontakty/start_locations_no_flash';
	}
  }
