domains/micetoday.com.js
[app.webkitpdf] / domains / micetoday.com.js
1
2 (function (args) {
3     var disnone = function(ar) {
4         for (var i =0;i < ar.length;i++) {
5             if (!ar) {
6                 continue;
7             }
8             ar[i].style.display = 'none';
9         }
10     }
11      window.setTimeout(function() {
12         disnone([
13                 document.getElementById('sbox-window'),
14                 document.getElementById('sbox-overlay')
15         ] );
16         
17 })();