var zaixiankefu_HTML = (zixiankefu_hideMode==true)?"<div style='display:none;'>":'';
zaixiankefu_HTML += '<div id="app1" style="position: absolute; right: '+zaixiankefu_theRight+'px; width: 68px; height: 68px; display: none; z-index: 1;display:none;top:7px;">'+
                        '<div onclick="$(\'#app1\').css(\'display\',\'none\');" style="width: 7px; height: 7px; position: absolute; top: 3px; right: 11px; z-index: 2; cursor: pointer;">'+
                        '<img src="http://'+SYS_URL_FILES+'/images/public/ca_icon.gif" />'+
                        '</div>'+
                        '<a href="http://'+SYS_URL_HOME+'/chat" target="_blank">'+
                        '<img id="CustomerServiceImg" border="0" title="" src="about:blank" />'+
                        '</a></div>';
zaixiankefu_HTML += (zixiankefu_hideMode==true)?"</div>":''
document.write(zaixiankefu_HTML);
$.getScript("http://"+SYS_URL_HOME+"/chat/checkadmonline");
var tips;
var old=zaixiankefu_theTop;
tips=document.getElementById("app1");
moveTips();
function moveTips(){
	var tt=100;
	if(window.innerHeight){
		pos=window.pageYOffset
	}else if(document.documentElement&&document.documentElement.scrollTop){
		pos=document.documentElement.scrollTop
	}else if(document.body){
		pos=document.body.scrollTop;
	};
	pos=pos-tips.offsetTop+zaixiankefu_theTop;pos=tips.offsetTop+pos/5;
	if(pos < zaixiankefu_theTop){
		pos=zaixiankefu_theTop;
	};
	if(pos!=old){
		tips.style.top=pos+"px";tt=5;
	};
	old=pos;
	setTimeout(moveTips,tt);
};
if(screen.width < 1025){$("#app1").css('right','0px');}
