// JavaScript Document
o = document.getElementsByTagName("embeded");  
for(i=0; i<o.length; i++) {  
    o[i].outerHTML = o[i].outerHTML;  
}