
<!--

//MM_FlashCanPlay = false;

if ( MM_FlashCanPlay ) {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' ID="gallery" WIDTH="949" HEIGHT="200" ALIGN="middle">');
	document.write(' <PARAM NAME=movie VALUE="/images/banner.swf"> ');  
	document.write(' <PARAM NAME=quality VALUE=high> '); 
	document.write(' <PARAM NAME=scale VALUE=noscale> '); 
	document.write(' <EMBED src="/images/banner.swf" width="949" height="200" align="middle" quality="high" scale="noscale"');
	document.write(' swLiveConnect=FALSE ');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else{
	document.write(' <img src="/images/banner_no_flash.gif" width="949" height="60" alt="" border="0">'); 
}

//-->
   
