</td>
</tr>

<tr><td height=10 class="htd"></td></tr>

<tr>
<td>
<table border=0 cellpadding=0 cellspacing=0 width="100%" >

<tr><td>
<table border=0 cellpadding=0 cellspacing=0 width="100%" class="tdfooter">

<tr><td height=10 class="htd"></td></tr>

<tr>

<td width=25></td>

<td>
<table>
<tr>
<td>
<div class="piep"><b>Esplora</b></div>
</td>
</tr>
<tr>
<td>
<a href="/" class="piepl">Home</a>
</td>
</tr>
<tr>
<td>
<a href="/?dir=privati" class="piepl">Privati</a>
</td>
</tr>
<tr>
<td>
<a href="/?dir=aziende" class="piepl">Aziende</a>
</td>
</tr>
<tr>
<td>
<a href="https://firewall.inelenco.com" class="piepl">Firewall</a>
</td>
</tr>

<tr><td height=8></td></tr>

<tr>
<td>
<div class="piep"><b>Prodotti</b></div>
</td>
</tr>
<tr>
<td>
<a href="https://www.inelenco.com" class="piepl">desktop</a>
</td>
</tr>

<tr><td height=8></td></tr>

<tr>
<td>
<div class="piep"><b>Serviços</b></div>
</td>
</tr>
<tr>
<td>
<a href="/?dir=inserisci" class="piepl">Aggiungi a elenco</a>
</td>
</tr>
<tr>
<td>
<a href="/business/" class="piepl">Aggiungi azienda</a>
</td>
</tr>
<tr>
<td>
<a href="/account" class="piepl">Aggiungi privato</a>
</td>
</tr>

<tr><td height=8></td></tr>

<tr>
<td>
<div class="piep"><b>Help</b></div>
</td>
</tr>
<tr>
<td>
<a href="/?dir=guida" class="piepl">Guida</a>
</td>
</tr>
<tr>
<td>
<a href="/?dir=remove" class="piepl">Rimuovi i tuoi dati</a>
</td>
</tr>

<tr><td height=8></td></tr>

<tr>
<td>
<div class="piep"><b>Info</b></div>
</td>
</tr>
<tr>
<td>
<a href="http://www.inelenco.com/privacy/nb.html" class="piepl">Privacy</a>
</td>
</tr>

<tr><td height=8></td></tr>

</table>
</td>

<td width=25></td>

</tr>

<tr><td height=10 class="htd"></td></tr>

</table>
</td>
</tr>
</table>
</td>
</tr>

<tr><td height=10 class="htd"></td></tr>

</table>


<ins class="adsbygoogle"
     style="display:block"
     data-ad-format="autorelaxed"
     data-ad-client="ca-pub-1506142933808115"
     data-ad-slot="7865442952"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div id="lungo"></div>
<script>
const target = document.getElementsByClassName('adsbygoogle')[0];
/*const target2 = document.getElementsByClassName('adsbygoogle')[1];

console.log("parent el w " +target2.parentElement.offsetWidth);
console.log("parent el h " +target2.parentElement.offsetHeight);
console.log("parent2 el w " +target2.parentElement.parentElement.offsetWidth);
console.log("parent2 el h " +target2.parentElement.parentElement.offsetHeight);
var positionInfo = target2.getBoundingClientRect();
var height = positionInfo.height;
var width = positionInfo.width;
var heights = target2.offsetHeight;
var widths = target2.offsetWidth;
console.log("width " +widths);
console.log("height " +heights);
console.log("pos width " +width);
console.log("pos height " +height);*/

const observer = new MutationObserver((mutations) => {
  mutations.forEach((mutation) => {
    /*console.log("mutation.type " + mutation.type);
    console.log("mutation.target.id " + mutation.target.id);
    console.log("mutation.attributeName " + mutation.attributeName);
    console.log("mutation.oldValue " + mutation.oldValue);
    console.log("mutation.newValue " + mutation.target.getAttribute(mutation.attributeName));*/
    //const attributeName = mutation.attributeName;
    const newValue = mutation.target.getAttribute(mutation.attributeName);
    // Get the old value (if configured)
    //const oldValue = mutation.oldValue;
    //console.log(`Attribute '${attributeName}' changed from '${oldValue}' to '${newValue}'`);
    if (mutation.attributeName==="data-ad-status"){
      if (newValue==="unfilled"){
          var dcl=document.getElementById("adsdiocle");
          var gle=document.getElementById("adsgoogle");
          dcl.style.display="";
          gle.style.display="none";
          }
    }
    


  });
});

observer.observe(target, {
  attributes: true,
  subtree: true,
  attributeOldValue: true,
});
</script>
</body>
</html>
