
//--- if flash is found - show flash

  if (found_flash) {
    document.writeln('  <object id="dali_flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="625" height="175" wmode="transparent">');
    document.writeln('    <param name="movie" value="/_v4/_flash/banner.swf?file=/_v4/_flash/events_main.xml">');
    document.writeln('    <param name="wmode" value="transparent">');
    document.writeln('    <embed id="dali_flash" src="/_v4/_flash/banner.swf" flashvars="file=/_v4/_flash/events_main.xml" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" width="625" height="175" wmode="transparent"></embed>');
    document.writeln('  </object>');
  }
  else{
    document.write('<a href="http://www.macromedia.com/go/getflash/"><img src="/_v4/_flash/_noflash.gif" width="625" height="175" alt="Click here to install the current flash plug-in to review this website the way Salvador Dali would have intended." border="0"></a>');
  }

//----------------------------------------

