function Isss() {var agent = navigator.userAgent.toLowerCase();this.major = parseInt(navigator.appVersion);this.minor = parseFloat(navigator.appVersion);this.ns = ((agent.indexOf('mozilla') != -1) && (agent.indexOf('spoofer') == -1) && (agent.indexOf('compatible') == -1) && (agent.indexOf('opera') == -1) && (agent.indexOf('webtv') == -1));this.ie = (agent.indexOf("msie") != -1);this.ns4 = (this.ns && (this.major == 4));this.ns6 = (this.ns && (this.major >= 5));this.ie4 = (this.ie && (this.major == 4) && (agent.indexOf("msie 5.0") != -1));this.ie5 = (this.ie && (this.major >= 4));} function iecompattest() {return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } var myBody = iecompattest(); var isss = new Isss(); document.write ("
"); document.write ("
"); var ZPSW=800; var ZPMO=10; if(isss.ns){ZPAW=parseInt(innerWidth)-20;ZPAH=parseInt(innerHeight);ZPAT=parseInt(myBody.scrollTop);VISIB='show';} else if(isss.ie) {ZPAW=parseInt(myBody.clientWidth);ZPAH=parseInt(myBody.clientHeight);ZPAT=parseInt(myBody.scrollTop);VISIB='visible';} function ZPLO(id,width,height,left,top,disp,visib) {if (isss.ie5||isss.ns6){this.obj = document.getElementById(id).style;} else if(isss.ie4) {this.obj = document.all[id].style;} else if(isss.ns4) {this.obj = document.layers[id];} if (width < 0) width = 10; if (height < 0) height = 540; this.obj.width = width + "px"; this.obj.height = height + "px"; this.obj.left = left + "px"; this.obj.top = top + "px"; this.obj.display = disp; this.obj.visibility = visib;} ZPLO('zapstckyR',(ZPAW - ZPSW),(ZPAH - ZPMO),ZPSW,(ZPAT + 5),'inline',VISIB); if(isss.ns) {addEventListener("resize", ZPHPC, false); addEventListener("scroll", ZPHPC, false); addEventListener("blur", ZPHPC, false);} else if(isss.ie) { window.attachEvent ("onresize", ZPHPC); window.attachEvent ("onscroll", ZPHPC); window.attachEvent ("onblur", ZPHPC);} if (ZPAW > ZPSW){ setTimeout ("ZPHPC();", 10); myBody.style.background="url('http://ad3.zapmedya.com/vodafone_0704_manifesto_haber3_pageskin.gif') left top no-repeat fixed"; ZPHPC();} function ZPHPC(){ if(isss.ns){ZPAW=parseInt(innerWidth)-20;ZPAH=parseInt(innerHeight);ZPAT=parseInt(myBody.scrollTop);VISIB='show';} else if(isss.ie) {ZPAW=parseInt(myBody.clientWidth);ZPAH=parseInt(myBody.clientHeight);ZPAT=parseInt(myBody.scrollTop);VISIB='visible';} if (ZPAW > ZPSW){ZPLO('zapstckyR',(ZPAW - ZPSW),(ZPAH - ZPMO),ZPSW,(ZPAT + 5),'inline',VISIB);} else {ZPLO('zapstckyR',1,1,1,1,'none','hidden');}}