						<!--
							var iFlashVersion = getFlashVersion();
							var swf_id = "logo";
							var swf_file = "/images/logo.swf";
							var swf_altimage = "/images/logo.gif";
							var swf_width = 100;
							var swf_height = 198;
							var swf_bgcolor = "#E5E8DB";
							
							if (iFlashVersion >= 5){
								document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
								document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
								document.write(' id="' + swf_id + '" width="' + swf_width + '" height="' + swf_height + '" align="center">');
								document.write('<param name="movie" value="' + swf_file + '"><param name="quality" value="high"><param name="bgcolor" value="' + swf_bgcolor + '">'); 
								document.write('<embed src="' + swf_file + '" quality="high" bgcolor="' + swf_bgcolor + '" ');
								document.write(' swLiveConnect="false" width="' + swf_width + '" height="' + swf_height + '" name="' + swf_id + '" align="center"');
								document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
								document.write('</embed>');
								document.write('</object>');
							} else {
								// Flash 5+ not detected. Show alternative image.
								document.write('<img src="' + swf_altimage + '"  width="' + swf_width + '" height="' + swf_height + '" border="0" alt="">');
							}
						//-->
