

	var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
	
	if ( plugin ) 
	{
		plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 4;
	}
	else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 											
	&& (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) 
	{
		document.write('<SCRIPT LANGUAGE=VBScript\> \n');												
		document.write('on error resume next \n');
		document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');												
		document.write('</SCRIPT\>\n');												
	}												
	if ( plugin )
	{		
		document.write('<span class=ImageBox>');					
		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
		document.write('		codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ');
		document.write('		ID=banner ');
		document.write('		WIDTH=149 ');
		document.write('		HEIGHT=134 ');
		document.write('		ALIGN="" ');
		document.write('		VIEWASTEXT ');
		document.write('		> ');
		document.write(' <PARAM NAME=movie VALUE="/flash/custom_quote_small.swf"> ');
		document.write(' <PARAM NAME=menu VALUE=false> ');
		document.write(' <PARAM NAME=quality VALUE=high> ');
		document.write(' <PARAM NAME="BASE" VALUE="http://' + location.host + '/flash/"> ');
		//	document.write(' <PARAM NAME=bgcolor VALUE=#015292> ');
		document.write(' <PARAM NAME=scale VALUE=noborder> ');
		document.write(' <EMBED src="/flash/custom_quote_small.swf" ');												
		document.write('		menu=false ');	
		document.write('		quality=high ');
		document.write('		base="http://' + location.host + '/flash/" ');		
		//	document.write('		bgcolor=#015292 ');
		document.write('		WIDTH="149" ');
		document.write('		HEIGHT="134" ');
		document.write('		NAME="CustomQuote" ');
		document.write('		ALIGN="" ');
		document.write('		TYPE="application/x-shockwave-flash" ');
		document.write('		PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" ');
		document.write('		></EMBED> ');																								
		document.write('</OBJECT>');
		document.write('</span>');													
	}
	else
	{
		document.write('<a href="/"><img src="/Images/null.gif" class="ImageBox" border="0" width="149" height="255"></a>');
	}