//**********************************************************************************************************
function initFlashIntro(){
	$('#FlashIntro').flashembed(
		{src:'flex/FlashIntro.swf', wmode:'transparent', align:'middle'}
	);
	return false;
}
//**********************************************************************************************************
function onFlashEnd(){
	var homeAnchor = document.getElementById('aHomePage');
	if(homeAnchor){
		window.location.href = homeAnchor.href;
	}
}
//**********************************************************************************************************
