ele=document.getElementById("alternativa");
padre=ele.parentNode;
padre.removeChild(ele);
document.write('<div id="galleria">');
document.write('<div id="show" class="slideshow">');
document.write('</div>');
document.write('</div>');