// JavaScript Document var agent = navigator.userAgent.toLowerCase(); ie = (agent.indexOf("msie") != -1); function listenToReklam() { bdy=document.body; bdy.onmousemove = function() { x1=0; x2=x1 + 800; x=this.scrollLeft+event.clientX if(x > x2) { this.style.cursor='pointer'; } else this.style.cursor='default'; } bdy.onmousedown = function() { x1=0; x2=x1 + 800; x=this.scrollLeft+event.clientX if(x > x2) { w = open(""); w.location.href='http://www.konyatv.com.tr/'; } } } if(ie) { document.body.style.background="url('bnr/oP831uhr.gif') top 800px no-repeat fixed"; document.body.style.backgroundColor="#ffffff"; listenToReklam(); }