/*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))>=8);
} 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(' haveFlash = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.8")))\n');
document.write('</SCR' + 'IPT\> \n');
}
if ( haveFlash ){*/
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=8,0,0,0" ID=banner width="1000px" height="510px">');
document.write('<param name="allowScriptAccess" value="sameDomain"/><param name="movie" value="working.swf?src=1.mp3&amp;loop=yes"/><param name="wmode" value="transparent"/>');
document.write('<embed src="working.swf?src=1.mp3&amp;loop=yes" allowScriptAccess="sameDomain" menu="false" wmode="transparent" quality="high" bgcolor="#000000" swLiveConnect="true" width="1000px" height="510px" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.write('</embed></object>');
//} else {  document.getElementById("main").className="noFlash"  }
