Okinko popup/js

Witajcie. Mam pytanie, zarazem prośbę. Mam na stronie taki bajer, ze wyswieta mi reklamy po wejsciu … Mam jeden problem, nie moge jej wylaczyc, nie wiem jak i gdzie dodać X abym mógł wyłączyć ta ramke ? Dzieki za pomoc oto kod: 

<div id="floatdiv" style=" position:absolute;  
    padding:16px;  
    z-index:100">  
	<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- kwadrat -->
<ins class="adsbygoogle"
     style="display:inline-block;width:250px;height:250px"
     data-ad-client="ca-pub-5215966570669xxx"
     data-ad-slot="0117143xxx"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>  
<script type="text/javascript">  
    floatingMenu.add('floatdiv',  
        {  
            // Represents distance from left or right browser window  
            // border depending upon property used. Only one should be  
            // specified.  
            // targetLeft: 0,  
            targetRight: 10,  
  
            // Represents distance from top or bottom browser window  
            // border depending upon property used. Only one should be  
            // specified.  
            //targetTop: 0,  
             targetBottom: 10,  
  
            // Uncomment one of those if you need centering on  
            // X- or Y- axis.  
            // centerX: true,  
            // centerY: true,  
  
            // Remove this one if you don't want snap effect  
            snap: true  
        });  
</script>