/*	-------------------------------------------------------------
	Abu Dhabi Tourism Authority Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Flash setup scripts
    Version:        1.0
	Date:			December 19, 2006
	-------------------------------------------------------------	*/

    theObjects = document.getElementsByTagName("OBJECT");
    
   
    for (var i = 0; i < theObjects.length; i++) 
    {
      // alert(theObjects[i].id);
       if(theObjects[i].id ='myFlashMovie')
       {
       //alert('in');
       }
       else
       {
        theObjects[i].outerHTML = theObjects[i].outerHTML;
        }
    }
