/*	-------------------------------------------------------------
	Young Arab Leaders
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Flash setup scripts
    Version:        1.0
	Date:			December 19, 2006
	-------------------------------------------------------------	*/

    theObjects = document.getElementsByTagName("OBJECT");
    
   
    for (var i = 0; i < theObjects.length; i++) 
    {
       
        theObjects[i].outerHTML = theObjects[i].outerHTML;
    }
