var ext = swf.substr(swf.length - 4);
if (ext == ".swf"){
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash_img/swflash.cab#version=6,0,0,0"');
document.write(' WIDTH="792" HEIGHT="211" id="head"> ');
document.write(' <PARAM NAME="movie" VALUE="skins/laila/flash_img/' + swf + '">');
document.write(' <PARAM NAME="quality" VALUE=high>');
document.write(' <PARAM NAME="bgcolor" VALUE=#FFFFFF>');
document.write(' <PARAM NAME="loop" VALUE="false">');
document.write(' <EMBED src="skins/laila/flash_img/' + swf + '" quality=high bgcolor=#FFFFFF loop=false WIDTH="792" HEIGHT="211"  NAME="head" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write(' </OBJECT>');
} else {
document.write('<img src="skins/laila/flash_img/' + swf + '" width=792 height=211  style="margin-top:-3px;margin-bottom:-3px">');
}
