var lcc_x=10; var lcc_y=10; var lcc_speed=3; var lcc_step=lcc_speed; var lcc_paused_step=0; var lcc_div; var lcc_table; var ie=document.all; var dom=document.getElementById; var lcc_finished=0; var myImage = new Image(); var lcc_new=1; var lcc_invitation_time=0; lcc_maxx=window.innerWidth-200-40; var lcc_cookiename='lcc_disabled'; function lcc_animate() { lcc_x=lcc_x+lcc_step; if (lcc_x>=lcc_maxx) { lcc_step=0-lcc_speed; } if (lcc_x<=10) { lcc_step=lcc_speed; } lcc_div.style.left=lcc_x; if (lcc_finished==0) { setTimeout('lcc_animate()', 100); } } function lcc_init() { } function lcc_pause() { lcc_paused_step=lcc_step; lcc_step=0; } function lcc_restart() { lcc_step=lcc_paused_step; lcc_paused_step=0; } function lcc_start() { if (ie) { lcc_maxx=document.body.clientWidth-200-40; } lcc_div.style.visibility='visible'; lcc_animate(); } function lcc_popup() { var i=window.open( 'http://chat.livecallcentre.com/producer.cgi/survey?cid=506315&ref=', 'LiveCallCentre', 'scrollbars=no, resizeable=no, toolbar=no, menubar=no, location=no, status=no, width=500, height=400'); lcc_end(); } function lcc_end() { lcc_finished=1; lcc_div.style.visibility='hidden'; document.cookie=lcc_cookiename+"=1"; } function lcc_help() { alert('Some info'); } function lcc_monitor() { if ( document.cookie.indexOf(lcc_cookiename)!=-1) { return 0; } myImage.src="http://chat.livecallcentre.com/LCC_Cgi.cgi/monitor?cid=506315&ref="+ document.referrer+"&page="+document.location+"&rnd="+Math.random()+"&new="+lcc_new; lcc_new=0; if (myImage.width==1) { lcc_start(); } else { if (lcc_finished!=1) { setTimeout('lcc_monitor()', 10000); } } } document.writeln('
| | |
Close | What is this? |