ad=document.getElementById('adsense');
padre=ad.parentNode;
padre.removeChild(ad);
padre=document.getElementById('adsense1');
padre.appendChild(ad);
