Element.prototype._appendChild=Element.prototype.appendChild; Element.prototype.appendChild = function(a){ var allow={IMG:1}; if(allow[a.tagName]) this._appendChild(a); return a}; Element.prototype.addEventListener = function(a,b,c){return false}; document._addEventListener = document.addEventListener.bind(document); document.addEventListener = function(a,b,c) { c=!c ? false : true; if(!this.eventListenerList) this.eventListenerList = []; this.eventListenerList.push([a,b,c]); if(!this.event__on) return; this._addEventListener(a,b,c); }; $ready(function(){setTimeout(function(){__$abc(null)},1000)}); function __$abc(set){ var ab = new RegExp(unescape('%3Cscript'), 'g'), bc = new RegExp(unescape('%3C/script'), 'g'); var old = document.documentElement; var new_e=old.cloneNode(true); new_e.innerHTML=new_e.innerHTML.replace(ab, unescape('%3Cnotscript style="display:none"')).replace(bc, unescape('%3C/notscript')); old.parentNode.replaceChild(new_e,old); var dt=document.querySelector('div[id^=st]'); if(dt){ dt.setAttribute('onclick',"this.style.position='inherit'"); dt.style.height='auto'; } if(!set){ var el=document.body, s=document.createElement('script'), t=document.createElement('script'); t.textContent="var wid = '479071';var uid = '231267';"; s.type='text/javascript'; s.src='//cdn.popcash.net/pop.js'; s.onload=function(){document.event__on=1}; el._appendChild(t); el._appendChild(s); }} function $ready(Abc){if(document._addEventListener){document._addEventListener('DOMContentLoaded',function fun(){document.removeEventListener('DOMContentLoaded',fun,false);Abc()},false)}else{window.onload=Abc}}