// (c) David Grudl aka -dgx-
//
// version 2
// more info: http://www.dgx.cz/knowhow/eolas-workaround/


// spostato nell'html perchè usato anche da altro include var objects = document.getElementsByTagName("object");


function eolas(i)
{

    //alert(i);
    objects[i].outerHTML = objects[i].outerHTML;
}

for (var i=0; i<objects.length; i++)
    window.setTimeout("eolas(" + i + ")", 1);

//body.class="sfondo";
