if(swfobject.hasFlashPlayerVersion("8.0.0")){
	// Flash 8 installed. Create Flash player.
	swfobject.flashvars = {};
	swfobject.params = {"allowScriptAccess":"always"};
	swfobject.attributes = {id:"mn_flashPlayer",menu:"false"};
	swfobject.embedSWF("flash/LCAdPlayer.swf", "mn_flashPlayer", "482", "362", "8.0.0", null, swfobject.flashvars, swfobject.params, swfobject.attributes);
}
else{
	// Flash 8 not installed. Redirect.
	window.parent.location = 'flashupgrade.html';
}