document.write('
'); function resizeDiv(){ var WX,WY,BX,BY; var o=document.getElementById("dVatQ4n1cJ"),t,d; if (!o) return; if (!(t=document.getElementById("wrapperXatQ4n1cJ"))) WX=0; else WX=t.value; if (!(t=document.getElementById("wrapperYatQ4n1cJ"))) WY=0; else WY=t.value; if (!(t=document.getElementById("bannerXatQ4n1cJ"))) BX=0; else BX=t.value; if (!(t=document.getElementById("bannerYatQ4n1cJ"))) BY=0; else BY=t.value; d=document.getElementById("mainadsdvatQ4n1cJ"); if (d) { if (BX<0) d.style.width="100%"; else if (BX>0) d.style.width=BX+"px"; if (BY<0) d.style.height="100%"; else if (BY>0) d.style.height=BY+"px"; } BX=parseInt(BX)+parseInt(WX); BY=parseInt(BY)+parseInt(WY); if (BX<0) o.style.width="100%"; else if (BX>0) o.style.width=BX+"px"; if (BY<0) o.style.height="100%"; else if (BY>0) o.style.height=BY+"px"; o.style.display=''; } document.write('