if (pluginlist.indexOf("Flash")!=-1){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="180" height="450" align="left">')
document.write('<param name="movie" value="/img/dummy.swf">')
document.write('<param name="menu" value="false">')
document.write('<param name="quality" value="high">')
document.write('<param name="bgcolor" value="#ECEDEF">')
document.write('<!--[if !IE]><--> ')
document.write('<object data="/img/dummy.swf" width="180" height="450" type="application/x-shockwave-flash">')
document.write('<param name="quality" value="high">')
document.write('<param name="bgcolor" value="#ECEDEF">')
document.write('<param name="pluginurl" value="http://macromedia.com/go/getflashplayer">')
document.write('</object>')
document.write('<!--><![endif]--> ')
document.write('</object>')
}