亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? monitorstatic.js

?? 網上商城的源碼
?? JS
?? 第 1 頁 / 共 5 頁
字號:
window.onerror = function(){return true;}
Sys = function(){;}
Sys.NS = (document.layers) ? true : false;
Sys.IE = (document.all) ? true : false;
Sys.DOM = (document.getElementById) ? true : false;
if (Sys.IE) Sys.DOM = false;
Sys.MAC = (navigator.platform) && (navigator.platform.toUpperCase().indexOf('MAC') >= 0);
if (Sys.NS) Sys.MAC = false;
Sys.getObj = function(objId){if (document.getElementById)return document.getElementById(objId);else if (document.all)return document.all(objId);};
Sys.urlEncode = function(str)
{
	var i,c,ret="",strSpecial="!\"#$%&'()*+,/:;<=>?@[\]^`{|}~%";
	for(i=0;i<str.length;i++)
	{
		c=str.charAt(i);
		if(c==" ")
		ret+="+";
		else if(strSpecial.indexOf(c)!=-1)
			ret+="%"+str.charCodeAt(i).toString(16);
		else
		ret+=c;
	}
	return ret;
};
Sys.urlDecode = function(str)
{
	if("undefined" == typeof decodeURIComponent)
	{
		return unescape(str).replace(/\+/g, ' ').replace(/%2B/g,'+');
  	} else {
  		/*just use my self decode script*/
  		/*return decodeURIComponent(str.replace(/\+/g, ' ').replace(/%2B/g,'+'));*/
  		return unescape(str).replace(/\+/g, ' ').replace(/%2B/g,'+');
  }
};
Sys.urlToParams = function(urlContent)
{
	cmdMap = new Array();
	cmdParams = new Array();
    pos = -1;
    while (true)
	{
        newPos = urlContent.indexOf('&', pos+1);
        if (newPos>=0) {
            encodedProperty = urlContent.substring(pos+1, newPos);
        }
        else {
            encodedProperty = urlContent.substring(pos+1, urlContent.length);
        }
        equalsPos = encodedProperty.indexOf('=');
        paramName = encodedProperty.substring(0, equalsPos);
        paramValue =(encodedProperty.substring(equalsPos+1, encodedProperty.length));

        cmdParams[paramName] = paramValue;

        if (newPos==-1) {
            break;
        }
        pos = newPos;
    }
	return cmdParams;
};
 
Sys.addEvent = function(objectId, eventName, eventFunction)
{
	if(document.attachEvent)
		objectId.attachEvent("on"+eventName, eventFunction);
	else
		objectId.addEventListener(eventName, eventFunction, false);
}
function getTrustfulVisitorInfo(){
	var visitorInfoUrl="";
	if(typeof trustfulInfo!="undefined"&&trustfulInfo.length>0&&trustfulInfo!=null&&trustfulInfo!="null"){
		visitorInfoUrl="info="+trustfulInfo+"";
	}
	return visitorInfoUrl;
}
function StaticIcon(inLogger, inPreferences)
{
	this.logger = inLogger;
	this.preferences = inPreferences;
	this.companyID = this.preferences["companyID"];
	this.iconIndex = this.preferences["iconIndex"];
	this.online = this.preferences["online"];
	this.offline = this.preferences["offline"];
	this.parentObject = null;
	this.reload = StaticIcon_reload;
	this.generate = StaticIcon_generate;
	this.onIconClick = StaticIcon_onIconClick
	this.start = StaticIcon_start;
}
function StaticIcon_start()
{
	this.generate();
};
function StaticIcon_reload()
{
/*
	var baseIconUrl = this.preferences["protocol"] + "://" + this.preferences["baseHtmlUrl"] + this.preferences["baseWebapp"] + this.preferences["baseChatHtmlDir"] + "/icons";
	if(this.online == null || this.offline == null)
	{
		onlineUrl = baseIconUrl + "/" + this.iconIndex + "_online.gif";
		offlineUrl = baseIconUrl + "/" + this.iconIndex + "_offline.gif";
	}else
	{
		onlineUrl = this.online;
		offlineUrl = this.offline;
	}

	var reloadUrl = this.preferences["protocol"] + "://" + this.preferences["baseUrl"] + this.preferences["baseWebapp"] + "/SurferServer?cmd=111";
	reloadUrl += "&companyID=" + this.companyID;
	reloadUrl += "&online=" + onlineUrl;
	reloadUrl += "&offline=" + offlineUrl;
	Sys.getObj("live800icon").src = reloadUrl;
*/
	// version 3 do nothing, the reload function remove to visiteHandle
	
};
function StaticIcon_generate()
{
	var live800IconLink = Sys.getObj("live800iconlink");
	var live800Icon = Sys.getObj("live800icon");
	if(live800Icon == null) return;
	var baseIconUrl = this.preferences["protocol"] + "://" + this.preferences["baseHtmlUrl"] + this.preferences["baseWebapp"] + this.preferences["baseChatHtmlDir"] + "/icons";
	if(this.preferences["online"] == null || this.preferences["offline"] == null)
	{
		onlineUrl = baseIconUrl + "/" + this.preferences["iconIndex"] + "_online.gif";
		offlineUrl = baseIconUrl + "/" + this.preferences["iconIndex"] + "_offline.gif";
	}else
	{
		onlineUrl = this.preferences["online"];
		offlineUrl = this.preferences["offline"];
	}
	live800Icon.src = this.preferences["protocol"] + "://" + this.preferences["baseUrl"] + this.preferences["baseWebapp"] + '/SurferServer?'+getParam()+'&cmd=111&companyID=' + this.preferences["companyID"] + '&online=' + onlineUrl + '&offline=' + offlineUrl+'&'+getTrustfulVisitorInfo();
	var attr='width=541,height=401';
	var tempsurl=this.preferences["protocol"] + "://" + this.preferences["baseUrl"] + this.preferences["baseWebapp"]+"/chatClient/chatbox.jsp?"+getGid()+getParam()+"&companyID="+ this.preferences["companyID"]+getEnterUrl()+"&"+getTrustfulVisitorInfo();
	var boxname="chatbox"+this.preferences["companyID"];
	live800IconLink.href ="javascript:window.open('"+tempsurl+"','"+boxname+"','"+attr+"')";
	Sys.addEvent(live800IconLink, "click", function(){staticIconOnIconClick();return false;});
	live800Icon.border = 0;
	this.reload();
};
function staticIconOnIconClick()
{
	globalIcon.onIconClick();
}
function StaticIcon_onIconClick()
{
	this.parentObject.onIconClick();
};
function Logger()
{
	//document.write('<div style="position: absolute; top: 430; left: 0;"><textarea style=" width:800px; height:600px;" id="loggerTextarea"></textarea>');
	this.textarea = document.getElementById('loggerTextarea');
	this.log = Logger_log;
}
function Logger_log(message)
{
	if(this.textarea!=null)
	{
		newMessage = new Date() + ' ' +message + '\r\n';
		this.textarea.value += newMessage;
		this.textarea.scrollTop = 999999;
	}
};
function RpcMethod(inServiceName, inCmdNo, inParams, inRetryTimes, inOnSuccess, inOnError)
{
	this.serviceName = inServiceName;
	this.cmdNo = inCmdNo;
	this.params = inParams;
	this.retryTimes = inRetryTimes;
	this.onSuccess = inOnSuccess;
	this.onError = inOnError;
}
function SendDriver(inLogger, inPreferences)
{
	this.logger = inLogger;
	this.preferences = inPreferences;
	this.busy = false;
	this.rpcImage = null;
	this.onRpcSuccess = SendDriver_onRpcSuccess;
	this.onRpcError = SendDriver_onRpcError;
	this.execute = SendDriver_execute;
}
function SendDriver_execute(inRpcMethod)
{
  this.logger.log("SendDriver_execute():inRpcMethod.cmdNo=" +  inRpcMethod.cmdNo);
  this.busy = true;
  this.rpcMethod = inRpcMethod;
  var rpcImageUrl = this.preferences["protocol"] + "://" + this.preferences["baseUrl"] + preferences["baseWebapp"] + "/" + this.rpcMethod.serviceName + "?cmd=" + this.rpcMethod.cmdNo + "&visitorIDInSession=" + this.preferences["visitorIDInSession"];
	if(this.rpcMethod.params != null)
	{
		for (i in this.rpcMethod.params)
		{
			pos = this.rpcMethod.params[i].indexOf("=");
			paramName = this.rpcMethod.params[i].substring(0,pos);
			paramValue = this.rpcMethod.params[i].substring(pos+1);
			rpcImageUrl +=  '&' +paramName+ '=' +Sys.urlEncode(paramValue);
		}
	}
	rpcImageUrl += '&rpcImageId=' +(new Date()).getTime();/*this param keep browser do not cache the rpcImage*/
	this.rpcImage = new Image();
	this.rpcImage.onload = onRpcSuccess;
	this.rpcImage.onerror = onRpcError;
	this.rpcImage.src = rpcImageUrl;
};
function onRpcSuccess(){globalSendDriver.onRpcSuccess(this.width, this.height);};
function SendDriver_onRpcSuccess(inWidth, inHeight)
{
	if(this.rpcMethod.onSuccess != null)
		this.rpcMethod.onSuccess(inWidth, inHeight);
	this.busy = false;
};
function onRpcError(){globalSendDriver.onRpcError();};
function SendDriver_onRpcError()
{
	if(this.rpcMethod.retryTimes <=0)
	{
		if(this.rpcMethod.onError != null)
			this.rpcMethod.onError(this.rpcMethod);
		this.busy = false;
	}else
	{
		this.logger.log("SendDriver_onRpcError():rpcMethod.retryTimes=" + this.rpcMethod.retryTimes);
		this.rpcMethod.retryTimes--;
		this.execute(this.rpcMethod);
	}
};
function getCookie(name)
{
    var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)");
        if(arr=document.cookie.match(reg)) return unescape(arr[2]);
        else return null;
};
function setCookie(name,value)
{
    var Days = 30;
    var exp  = new Date();    //new Date("December 31, 9998");
        exp.setTime(exp.getTime() + Days*24*60*60*1000);
        //document.cookie = name + "="+ escape (value) + ";expires=" + exp.toGMTString();
        document.cookie = name + "="+ escape (value);
};
function getGid(){
	if(typeof jid!="undefined"){
		return "jid="+jid+"&";
	}
	else
	return "";
};
function getParam()
{
	var paramUrl="";
	if(getCookie("operatorId")!=null&&typeof getCookie("operatorId")!="undefined"&&getCookie("operatorId").length!=0&&getCookie("operatorId")!="undefined")
	{
		paramUrl="operatorId="+getCookie("operatorId")+"&";
	}
	if(getCookie("skillId")!=null&&getCookie("skillId")!="undefined"&&getCookie("skillId").length!=0&&getCookie("skillId")!="undefined")
	{
		paramUrl=paramUrl+"skillId="+getCookie("skillId")+"&";
	}
	return paramUrl;
};
function ReceiveDriver(inLogger, inPreferences)
{
	this.logger = inLogger;
	this.preferences = inPreferences;
	this.receiveDriverListeners = new Array();
	this.loadingTag = false;
	this.lastMsgTime = "-1";
	this.tagImage = new Image();
	this.tags = new Array();
	this.receiveTimer = null;
	var paramUrl=getParam();
	this.tagUrl = this.preferences["protocol"] + "://" + this.preferences["baseUrl"] + live800_baseWebApp+"/SurferServer?cmd=101&companyID=" + this.preferences["companyID"]+"&"+getTrustfulVisitorInfo()+getParam();
	this.localTyping = false;
	this.initTags = ReceiveDriver_initTags;
	this.getTag = ReceiveDriver_getTag;
	this.onTagSuccess = ReceiveDriver_onTagSuccess;
	this.onTagError = ReceiveDriver_onTagError;
	this.sendMessage = function(cmdParams){this.logger.log("ReceiveDriver_sendMessage: cmdNo=" + cmdParams["content"]);};
	this.start = ReceiveDriver_start;
	this.stop = ReceiveDriver_stop;
	this.addReceiveDriverListener = ReceiveDriver_addReceiveDriverListener;
	this.initTags();
}

function ReceiveDriver_stop()
{
	clearTimeout(this.receiveTimer);
};
function ReceiveDriver_initTags()
{
	this.tags["1"]  = ["0000"];/*loadContent*/
	this.tags["2"]  = ["6040"];/*iconreload*/
	this.tags["3"]  = ["6021"];/*BeInvitedToChat  invite show*/
	this.tags["4"]  = ["6020"];/*invite hide*/
	this.tags["5"]  = ["6031"];/*openInitiatedChat*/
};
function URLEncode(Str){
  if(Str==null||Str=="")
    return "";
  var newStr="";
  function toCase(sStr){
    return sStr.toString(16).toUpperCase();
    }
  for(var i=0,icode,len=Str.length;i<len;i++){
    icode=Str.charCodeAt(i);
    if( icode<0x10)
      newStr+="%0"+icode.toString(16).toUpperCase();
    else if(icode<0x80){
      if(icode==0x20)
        newStr+="+";
      else if((icode>=0x30&&icode<=0x39)||(icode>=0x41&&icode<=0x5A)||(icode>=0x61&&icode<=0x7A))
        newStr+=Str.charAt(i);
      else
        newStr+="%"+toCase(icode);
      }
    else if(icode<0x800){
      newStr+="%"+toCase(0xC0+(icode>>6));
      newStr+="%"+toCase(0x80+icode%0x40);
      }
    else{
      newStr+="%"+toCase(0xE0+(icode>>12));
      newStr+="%"+toCase(0x80+(icode>>6)%0x40);
      newStr+="%"+toCase(0x80+icode%0x40);
      }
    }
  return newStr;
  };
var	pagetitle=URLEncode(document.title);
var	pagelocation=URLEncode(document.URL);
var	pagereferrer=URLEncode(document.referrer);
function JustUrlLen()
{
	pagetitle=URLEncode(document.title);
	pagelocation=URLEncode(document.URL);
	pagereferrer=URLEncode(document.referrer);
	if(pagelocation.length>=1600)
	pagelocation=pagelocation.substring(0,1600);	
	if(pagereferrer.length>=1600)
	pagereferrer=pagereferrer.substring(0,1600);	
	if(pagetitle.length>1600)
	pagetitle=pagetitle.substring(0,1600);
	for(var i=1;i>0;i++)
	{
		if((pagetitle+pagelocation+pagereferrer).length>1600)
		{

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美熟乱第一页| 国产精品污网站| 国产日韩欧美不卡| 亚洲已满18点击进入久久| 狠狠久久亚洲欧美| 色婷婷av一区二区三区gif| 精品福利一二区| 亚洲一区在线观看视频| 成人a级免费电影| 欧美va天堂va视频va在线| 亚洲综合偷拍欧美一区色| 成人动漫一区二区三区| 日韩美一区二区三区| 亚洲一区二区美女| 一本大道av伊人久久综合| 久久久精品国产免大香伊| 老司机免费视频一区二区三区| 色噜噜夜夜夜综合网| 欧美极品少妇xxxxⅹ高跟鞋| 日本不卡一区二区| 亚洲va天堂va国产va久| 色综合天天综合网天天狠天天 | 韩国欧美国产1区| 欧洲视频一区二区| 国产精品不卡在线观看| 国产麻豆午夜三级精品| 欧美zozozo| 蜜乳av一区二区| 91精品在线麻豆| 偷拍与自拍一区| 欧美福利一区二区| 午夜欧美电影在线观看| 在线精品亚洲一区二区不卡| 综合久久综合久久| www.亚洲色图.com| 亚洲少妇屁股交4| 在线视频综合导航| 亚洲午夜精品在线| 欧美视频一区二区三区四区| 亚洲一区二区影院| 欧美日韩精品欧美日韩精品| 日韩精品1区2区3区| 91精品国产综合久久久久久| 日韩精品欧美精品| 日韩欧美一区二区视频| 国产真实乱对白精彩久久| 国产亚洲精品久| 99久久夜色精品国产网站| 亚洲视频一二三区| 欧美日韩在线直播| 捆绑紧缚一区二区三区视频| 亚洲精品一区二区三区影院| 国产精品自在在线| 日韩美女视频一区二区 | 一区二区在线看| 在线观看亚洲a| 日本午夜精品视频在线观看| 欧美白人最猛性xxxxx69交| 粉嫩蜜臀av国产精品网站| 欧美丰满少妇xxxbbb| 国产视频一区在线观看| 国产一区二区在线视频| 在线视频亚洲一区| 久久人人爽爽爽人久久久| 欧美视频你懂的| 2020国产精品| 一区二区三区高清不卡| 九色综合国产一区二区三区| 北条麻妃国产九九精品视频| 4hu四虎永久在线影院成人| 亚洲一区二区综合| 日韩一区二区三区av| 国产在线一区二区| 亚洲视频每日更新| 91精品国产色综合久久不卡电影 | 成人小视频免费在线观看| 亚洲精品乱码久久久久| 精品免费一区二区三区| 色哟哟日韩精品| 精品亚洲aⅴ乱码一区二区三区| 国产拍揄自揄精品视频麻豆| 欧美性xxxxxx少妇| 国产东北露脸精品视频| 午夜精品久久久久影视| 国产精品青草综合久久久久99| 欧美日韩国产高清一区| 国产.精品.日韩.另类.中文.在线.播放| 亚洲天堂免费在线观看视频| 亚洲精品在线电影| 8v天堂国产在线一区二区| 成人深夜在线观看| 蜜桃视频在线一区| 一区二区成人在线视频| 国产精品久久久久9999吃药| 欧美一级黄色录像| 欧美日韩亚洲综合| 欧洲一区在线电影| 成人夜色视频网站在线观看| 久久精品国内一区二区三区| 亚洲综合精品久久| 亚洲专区一二三| 国产精品麻豆网站| 欧美国产精品v| 久久综合九色综合97_久久久| 欧美日韩亚洲丝袜制服| 欧美日韩亚洲高清一区二区| 色丁香久综合在线久综合在线观看| 国产91丝袜在线播放| 紧缚奴在线一区二区三区| 激情综合色综合久久综合| 美女视频一区二区| 青娱乐精品视频在线| 日日夜夜精品免费视频| 天天影视涩香欲综合网| 水蜜桃久久夜色精品一区的特点| 一区二区三区日韩精品| 亚洲精品成人悠悠色影视| 亚洲精品国产成人久久av盗摄| 精品一区二区三区日韩| 综合久久综合久久| 亚洲少妇30p| 另类欧美日韩国产在线| 亚洲私人黄色宅男| 久久精品一区蜜桃臀影院| 欧美日韩二区三区| 色婷婷av一区| 91啪亚洲精品| 成人免费高清在线观看| 国产精品一区久久久久| 丝袜美腿亚洲一区二区图片| 久久成人av少妇免费| 欧美在线观看一二区| 99久久国产综合精品麻豆| 成人av片在线观看| 91麻豆高清视频| 色美美综合视频| 欧美一区二区三区公司| 久久久精品国产99久久精品芒果| 日本一区二区免费在线观看视频 | 亚瑟在线精品视频| 日日摸夜夜添夜夜添亚洲女人| 久久99精品国产麻豆婷婷洗澡| 激情图区综合网| 99视频一区二区| 91超碰这里只有精品国产| 久久久影院官网| 亚洲伦理在线免费看| 日本欧美一区二区在线观看| 国产福利一区二区| 91亚洲精华国产精华精华液| 8x福利精品第一导航| 日本一区二区成人| 日韩国产欧美视频| 成人性视频免费网站| 欧美三电影在线| 国产欧美日韩亚州综合| 亚洲第一成人在线| 福利一区二区在线观看| 欧美日韩免费高清一区色橹橹| 精品国产一区二区三区av性色| 综合精品久久久| 韩国女主播一区| 欧美午夜影院一区| 国产欧美日韩亚州综合| 午夜不卡av免费| 91日韩精品一区| 国产午夜精品一区二区三区嫩草| 亚洲午夜久久久久久久久久久| 国产精品一区久久久久| 91麻豆精品91久久久久久清纯 | 国产亚洲午夜高清国产拍精品| 一区二区三区四区在线免费观看| 免费观看在线综合| 欧洲色大大久久| 国产精品成人午夜| 国产乱色国产精品免费视频| 欧美一区二区国产| 亚洲一区二区三区在线看| www.欧美色图| 国产日韩欧美一区二区三区乱码 | 国产白丝精品91爽爽久久| 欧美高清你懂得| 洋洋av久久久久久久一区| 成人高清免费观看| 久久久精品国产免大香伊 | 久久综合999| 日本sm残虐另类| 欧美男女性生活在线直播观看| 亚洲欧美偷拍另类a∨色屁股| 亚洲猫色日本管| 在线视频你懂得一区二区三区| 91在线视频观看| 欧美成人乱码一区二区三区| 国内精品伊人久久久久av一坑| 久久免费视频色| 91麻豆免费看| 日韩av一二三| 亚洲情趣在线观看| 日韩欧美中文字幕公布| 粗大黑人巨茎大战欧美成人|