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


ad2=document.getElementById('adsense2');
if(ad2){
	padre=ad2.parentNode;
	padre.removeChild(ad2);
	padre=document.getElementById('adsense22');
	padre.appendChild(ad2);
}

