// JavaScript Document function moveFix(){ try{ document.body.all.lxff.style.bottom='5px'; document.body.all.lxff.style.bottom='4px'; } catch(e){} } function lxff_close(on){ //关于Cookie的设置 if (on==false){ //关闭联系方式广告 document.cookie = 'lxff_close=false';//如果为假将清除COOKIE里的值。当然估计也没有。 document.body.all.lxff.style.visibility='hidden' }else{ var expires = new Date(); //定就时间 expires.setTime(expires.getTime() + 120 * 30 * 24 * 60 * 60 * 1000);//时间为120个月。永久不过期。将不显示 document.cookie = 'lxff_close=true;expires=' + expires.toGMTString(); document.body.all.lxff.style.visibility='hidden'; } } var lxff_ss=false; //获取cookie字符串 var strCookie=document.cookie; var arrCookie=strCookie.split(";"); var lxff_ss; for(var i=0;i0){ lxff_ss=arr[1]; break; } } document.write (""); document.write (""); document.write (""); if(window.screen.width>800){ if (lxff_ss!="true"){ document.write ("
"); document.write (" "); document.write ("
"); document.write ("
"); document.write (" "); document.write ("
\"tel\" 联系电话
"); document.write (" 010-67605270
"); document.write (" "); document.write ("
\"tel\" 联系QQ  
"); document.write (" \"驾校联网报名中心-驾校联网客服\""); document.write (" "); document.write (" "); document.write ("
关闭 永久关闭"); document.write ("
"); document.write ("
"); document.write ("
"); setInterval("moveFix()",20); } }