var mover=true;function mouse_pos(e){if(mover){if(!e)e=window.event;var a=(window.document.compatMode&&window.document.compatMode=="CSS1Compat")?window.document.documentElement:window.document.body;var b=e.pageY?e.pageY:e.clientY+a.scrollTop-a.clientTop;var c=e.pageX?e.pageX:e.clientX+a.scrollLeft-a.clientLeft; b=b-6;c=c-6;document.getElementById('ads').style.left=c+'px';document.getElementById('ads').style.top=b+'px';$('#ads').css("border:1px solid black")}}function tschuss(){mover=false;document.body.style.cursor="wait";document.getElementById('ads').style.left='0px';document.getElementById('ads').style.top='0px';window.setTimeout("document.body.style.cursor = 'default';",15000)}function createCookie(a,b,c){if(c){var d=new Date();d.setTime(d.getTime()+(c*12*60*60*1000));var e="; expires="+d.toGMTString()}else var e="";document.cookie=a+"="+b+e+"; path=/"}function readCookie(a){var b=a+"=";var d=document.cookie.split(';');for(var i=0;i<d.length;i++){var c=d[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(b)==0)return c.substring(b.length,c.length)}return null}function eraseCookie(a){createCookie(a,"",-1)}function rand(n){return(Math.floor(Math.random()*n+1))}