/* -----------------------------------------------
   Explorer Object Starter - v.1.1
   (c) 2007 www.haan.net
   contact: jeroen@haan.net
   You may use this script but please leave the credits on top intact.
   Please inform us of any improvements made.
   When usefull we will add your credits.
  ------------------------------------------------ */

// fixes the Internet Explorer ActiveX update 912812 which prevents third party plugins from running automatically

function fixFlashByID(id)
{
	//alert("Vao day roi - " + id);
		
}

// FIX EOLAS version 2
//
// (c) David Grudl
//
// more info: http://knowhow.dgx.cz/eolas-workaround/

/*
var objects = document.getElementsByTagName("object");

function eolas(i)
{
    objects[i].outerHTML = objects[i].outerHTML;
}

for (var i=0; i<objects.length; i++)
    window.setTimeout("eolas(" + i + ")", 1);
*/