<!--
var MMM_cVer = 5;
var Mplugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( Mplugin ) { 
  var Mwords = navigator.plugins["Shockwave Flash"].description.split(" ");
  for (var Mi = 0; Mi < Mwords.length; ++Mi) { if (isNaN(parseInt(Mwords[Mi]))) continue; var MMM_pVer = Mwords[Mi]; 
  }
  var MMM_play = MMM_pVer >= MMM_cVer;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('MMM_play = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MMM_cVer)))\n');
	document.write('</SCR' + 'IPT\> \n');
}

if ( MMM_play ) {
	document.write(' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ');
	document.write(' width="121" height="73" id="movie">');
	document.write(' <param  name="movie" value="media/news.swf" >');
	document.write(' <embed class="movie"  src="media/news.swf" quality="high" name="movie" width="121" height="73" ');
	document.write(' type="application/x-shockwave-flash" /> ');
	document.write(' </object>');	
} 

// -->
