function embedLeriUcur(){ 
 var embeds = document.getElementsByTagName("EMBED");
     for (var i = 0; i < embeds.length; i++)
     { 
      var NewArgs = "<span id='xmswf"+i.toString()+"'></span>";  
      var XMSwfObj= new SWFObject(embeds[i].src,i.toString(),embeds[i].width,embeds[i].height,'9','#ffffff');
      
      for (var j = 0; j < embeds[i].attributes.length; j++){ 
      if (embeds[i].attributes[j].value!='null')
      if (embeds[i].attributes[j].value!='')
       XMSwfObj.addParam(embeds[i].attributes[j].name, embeds[i].attributes[j].value);
      }
         embeds[i].outerHTML = NewArgs; 
         XMSwfObj.write('xmswf'+i.toString()); 
      }
}

swffixislemi = function() {
    embedLeriUcur();
}

if (window.attachEvent) window.attachEvent("onload", swffixislemi);
document.write('');
document.write('');