setTimeout("executeOnHTMLLoad();",50);

/*
// IE FLASH FIX
// execute for IE only:
if (document.all) {
	// execute immediately:
	theObjects = document.getElementsByTagName("object");
	for (var i = 0; i < theObjects.length; i++) {
		theObjects[i].outerHTML = theObjects[i].outerHTML;
	}
}
*/