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             ar[i].style.display = 'none';
6         }
7     }
8     
9     disnone([
10             document.getElementById('sbox-window'),
11             document.getElementById('sbox-overlay')
12     ] );
13     
14 })();