theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}


function favoris() {
      if ( navigator.appName != 'Microsoft Internet Explorer' ){
          window.sidebar.addPanel("cameleon","http://www.cameleon-association.org/","");
      }
      else {
          window.external.AddFavorite("http://www.cameleon-association.org/","cameleon");
      }
}
