/**
 *
 * @Dosya: IEFlash.js
 * @Sürüm: 1.0
 * @Paket: Zeytinsi
 * @Yazar: Atıf Dağ <ben@atifdag.com>
 * @Tarih: 15.07.2007
 * @Telif: Tüm hakları saklıdır.
 *
 */
	
	theObjects = document.getElementsByTagName("object");
	for (var i = 0; i < theObjects.length; i++) {
		theObjects[i].outerHTML = theObjects[i].outerHTML;
	}
