var version = swfobject.getFlashPlayerVersion();

if (version['major'] >= flashMinVersion && flashEnabled) {
	embedFlash(flashIntro);
} else {
 	document.location.href = defaultStartPage;
}
