<!--
var seed = Math.round(Math.random()*65535);
var haveFlash = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if( haveFlash ){
 haveFlash = (parseInt(haveFlash.description.substring(haveFlash.description.indexOf(".")-1))>=5);
} else if ( navigator.userAgent && navigator.userAgent.indexOf( "MSIE" ) >=0
       && ( parseFloat( navigator.appVersion )  >=4)
       && ( navigator.userAgent.indexOf( "Windows 95" ) >=0
  || navigator.userAgent.indexOf( "Windows NT" ) >=0
  || navigator.userAgent.indexOf( "Windows 98" ) >=0 )
    ){
 document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
 document.write(' on error resume next \n');
 document.write(' haveFlash = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
 document.write('</SCR' + 'IPT\> \n');
}
if ( haveFlash ){
if (navigator.appName == "Netscape")
{ sx="innerWidth-16";}
else
{ sx="document.body.clientWidth";}
//alert(eval(sx))
 document.write('<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 width=' + eval(sx) + ' height=13>');
 document.write('<param name=movie value="img/car.swf"><param name=quality value=high>');
 document.write('<EM' + 'BED src="img/car.swf" quality=high ');
 document.write('menu=false swLiveConnect=FALSE WIDTH=' + eval(sx) + ' HEIGHT=13');
 document.write('TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
 document.write('</EMBED>');
 document.write(' </object>');
}else{   //alert("Отсутствует Flash-player");
 document.write('<img src=img/0logo.jpg width=' + eval(sx) + ' height=13 border=0>');
}
//-->
