 /*
	:
	:...................................................................
	:                                                                  :
	:     flash.js                                                     :
	:                                                                  :
	:     © Copyright 2007 Atıf Dağ                                    :
	:                                                                  :
	:     ben@atifdag.com | http://www.atifdag.com                     :
	:                                                                  :
	:     Bu yazılımın tüm hakları Atıf Dağ'a aittir.                 :
	:                                                                  :
	:..................................................................:
	:
	*/
	
	theObjects = document.getElementsByTagName("object");
	for (var i = 0; i < theObjects.length; i++) {
		theObjects[i].outerHTML = theObjects[i].outerHTML;
	}
