document.write(""); document.write("
"); $('#bubble_content').html('当前我们业务人员不在线,您可以点击后留言……') var timer; var beforeClose=60*1000; var afterClose=20*60*1000; var cust_id='gxcits'; var bubble_height=parseInt($("#bubble").css('height')); var t_height=0; function showBubble(){ var bubble_close=$.cookie(cust_id+'_bubble_'); if(bubble_close!=null){ setTimeout("bubbleUp()",afterClose); }else{ setTimeout("bubbleUp()",beforeClose); } } function closeBubble(){ bubbleDown(); if($.cookie(cust_id+'_bubble_')==null) $.cookie(cust_id+'_bubble_', '1', {expires: 7,path: '/',domain: '.51766.com'}); showBubble(); } function changeH(addH) { var MsgPop=$("#bubble"); var popT=parseInt(MsgPop.css('top')); if(addH>0){ if (t_height