/* Copyright (C) InstantService, Inc. All rights reserved.
* All content is protected under U.S. copyright laws. Any unauthorized duplication, modification,
* or reverse-engineering of this code without express written permission of InstantService, Inc.
* is a violation of copyright law and is subject to penalty and prosecution. */
function ii_AnimObj(){this.moveTimer=null;
this.hideTimer=null;this.prx=0;this.pry=0;this.flx=10;this.fly=10;this.flw=0;this.flh=0;this.flpos=0;this.flopac=0;this.flfade=0;
}function ii_getIEel(){if(document.compatMode&&document.compatMode=="BackCompat"){return(document.body);}else{return((document.documentElement&&typeof document.documentElement.scrollTop!="undefined")?document.documentElement:document.body);
}}function ii_reset(){var A=ii_getIEel();ii_Anim.prx=((ii_Var.MZ)?window.pageXOffset:A.scrollLeft)+ii_Anim.flx;ii_Anim.pry=((ii_Var.MZ)?window.pageYOffset:A.scrollTop)+ii_Anim.fly;
}function ii_mark(){var E=ii_Var;var D=ii_Anim;if(!E.MZ&&!E.IE){return ;}var B=ii_getIEel();var A=(E.MZ)?window.innerWidth:B.offsetWidth;
var C=(E.MZ)?window.innerHeight:B.offsetHeight;if((D.flpos%3)==0){D.flx=A-D.flw-30;}if((D.flpos%3)==1){D.flx=10;}if((D.flpos%3)==2){D.flx=Math.round(((A-20)/2)-(D.flw/2));
}if(D.flpos<4){D.fly=10;}else{if(D.flpos<7){D.fly=Math.round(((C-20)/2)-(D.flh/2));}else{if(D.flpos<10){D.fly=C-40-D.flh;
}}}}function ii_move(){var C=ii_Var;var D=ii_Anim;var A=ii_getIEel();var B=((C.MZ)?window.pageXOffset:A.scrollLeft)+D.flx;
var H=((C.MZ)?window.pageYOffset:A.scrollTop)+D.fly;var J=Math.abs(B-D.prx);var I=Math.abs(H-D.pry);var E=Math.sqrt(J*J+I*I);
var F=Math.round(E/20)+2;if(B>D.prx){D.prx=D.prx+F;}if(B<D.prx){D.prx=D.prx-F;}if(H>D.pry){D.pry=D.pry+F;}if(H<D.pry){D.pry=D.pry-F;
}var G=document.getElementById("invitelayer");(C.MZ)?G.style.left=D.prx+"px":G.style.posLeft=D.prx;(C.MZ)?G.style.top=D.pry+"px":G.style.posTop=D.pry;
if(!ii_Anim.islteIE6){(C.MZ)?G.style.MozOpacity=D.flopac/100:G.style.filter="alpha(opacity="+D.flopac+")";D.flopac+=D.flfade;
if(D.flopac<0){D.flopac=0;}if(D.flopac>100){D.flopac=100;}}}function ii_getDomain(){var B=document.domain;if(ii_matchRegExp(B,"^[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$")){return(B);
}var A=B.split(".");if(A.length==3){B=A[1]+"."+A[2];}else{if(A.length>3){B=A[A.length-3]+"."+A[A.length-2]+"."+A[A.length-1];
}}return(B);}function ii_callServer(F,E){var D=(ii_callServer.arguments.length==3)?ii_callServer.arguments[2]:window;var C=D.document.getElementsByTagName("head").item(0);
var A=D.document.getElementById(F);if(A){C.removeChild(A);}var B=document.createElement("script");B.src=E;B.type="text/javascript";
B.defer=true;B.id=F;void (C.appendChild(B));}function ii_getProtocol(){return((document.location.href.toLowerCase().indexOf("https")==0)?"https":"http");
}function ii_getCookie(D){var B=D+"=";var G=B.length;var A=document.cookie.length;var E=0;while(E<A){var C=E+G;if(document.cookie.substring(E,C)==B){var F=document.cookie.indexOf(";",C);
if(F==-1){F=document.cookie.length;}return unescape(document.cookie.substring(C,F));}E=document.cookie.indexOf(" ",E)+1;if(E==0){break;
}}return(null);}function ii_setCookie(C,D){var A=ii_setCookie.arguments;var E=ii_setCookie.arguments.length;var B=(E>2)?A[2]:null;
document.cookie=C+"="+escape(D)+((B==null)?"":("; expires="+B.toGMTString()))+"; path=/"+((ii_Var.domain==null||ii_Var.domain=="")?"":("; domain="+ii_Var.domain));
}function ii_upGSV(C,F){var A=false;var B="";var E=ii_getCookie(ii_Var.GSV_COOKIE);E=(E==null)?[]:E.split("_");if(typeof (F)=="string"){F=F.replace(/\-/g,"%2D");
F=F.replace(/\_/g,"%5F");}for(var D=0;D<E.length;D++){if((E[D].split("-"))[0]==C){E[D]=C+"-"+F;A=true;break;}}if(!A){E[E.length]=C+"-"+F;
}for(D=0;D<E.length;D++){B+=E[D];if(D<E.length-1){B+="_";}}ii_setCookie(ii_Var.GSV_COOKIE,B,null);}function ii_getGSV(A){var D=ii_getCookie(ii_Var.GSV_COOKIE);
D=(D==null)?[]:D.split("_");for(var B=0;B<D.length;B++){if((D[B].split("-"))[0]==A){var C=(D[B].split("-"))[1];C=C.replace(/\%2D/g,"-");
C=C.replace(/\%5F/g,"_");return(C);}}return("");}function ii_upHLArr(C,E,B){var A=false;for(var D=0;D<C.length;D++){if(C[D][0]==E){if(B==1||B==2||B==3){if(C[D][B]==""){C[D][B]=1;
}else{C[D][B]=parseInt(C[D][B],10)+1;}}if(B==4){C[D][B]=parseInt(new Date().getTime()/1000);}A=true;break;}}if(!A){C[C.length]=[E,"","","",""];
if(B==1||B==2||B==3){C[C.length-1][B]=1;}if(B==4){C[C.length-1][B]=parseInt(new Date().getTime()/1000);}}}function ii_getHLArr(B,E,A){var D=null;
for(var C=0;C<B.length;C++){if(B[C][0]==E){D=parseInt(B[C][A],10);if(isNaN(D)){D=null;}break;}}return(D);}function ii_wrapHL(){var C=ii_Var;
var B=C.publ+"-"+C.pgvis+"-"+C.randid+"_";for(var A=0;A<C.phl.length;A++){B+=C.phl[A][0]+"-"+C.phl[A][1]+"-"+C.phl[A][2];
if(A<C.phl.length-1){B+="+";}}B+="_";for(var A=0;A<C.ihl.length;A++){B+=C.ihl[A][0]+"-"+C.ihl[A][1]+"-"+C.ihl[A][2]+"-"+C.ihl[A][3]+"-"+C.ihl[A][4];
if(A<C.ihl.length-1){B+="+";}}B+="_";for(var A=0;A<C.cpml.length;A++){B+=C.cpml[A];if(A<C.cpml.length-1){B+="-";}}B+="_";
for(var A=0;A<C.ppml.length;A++){B+=C.ppml[A];if(A<C.ppml.length-1){B+="-";}}ii_setCookie(C.HIST_COOKIE,B,C.HIST_COOKIE_EXP);
}function ii_unwrapHL(){var F=ii_Var;var C=ii_getCookie(F.HIST_COOKIE);C=(C!=null)?C.split("_"):[];if(C.length==0){return ;
}var B=C[0].split("-");F.publ=B[0];F.pgvis=B[1];F.randid=parseInt(B[2],10);F.phl=[];if(C[1].length>0){B=C[1].split("+");for(var D=0;
D<B.length;D++){var E=B[D].split("-");F.phl[F.phl.length]=[E[0],E[1],E[2]];}}F.ihl=[];if(C[2].length>0){B=C[2].split("+");
for(var D=0;D<B.length;D++){var A=B[D].split("-");F.ihl[F.ihl.length]=[A[0],A[1],A[2],A[3],A[4]];}}F.cpml=[];if(C[3].length>0){B=C[3].split("-");
for(var D=0;D<B.length;D++){F.cpml[F.cpml.length]=B[D];}}F.ppml=[];if(C[4].length>0){B=C[4].split("-");for(var D=0;D<B.length;
D++){F.ppml[F.ppml.length]=B[D];}}}function ii_resetHistCookie(){ii_setCookie(ii_Var.HIST_COOKIE,"0-0-0____",ii_Var.HIST_COOKIE_EXP);
}function ii_resetGSVCookie(){ii_upGSV("DPL",0);ii_upGSV("TES",parseInt(new Date().getTime()/1000));ii_upGSV("PCT",parseInt(new Date().getTime()/1000));
ii_upGSV("GeoIP","*");ii_upGSV("GeoCo","");ii_upGSV("GeoRg","");ii_upGSV("GeoCt","");ii_upGSV("GeoNs","");ii_upGSV("GeoDm","");
}function ii_initGeoIP(){var A=ii_Var;if(ii_getGSV("GeoIP")!="*"){A.geoinit=1;}if(window.isgeoipapi_ip_addr!=undefined&&A.geoinit==0){A.geoinit=1;
ii_upGSV("GeoIP",window.isgeoipapi_ip_addr);ii_upGSV("GeoCo",(window.isgeoipapi_country_code!=undefined)?window.isgeoipapi_country_code:"");
ii_upGSV("GeoRg",(window.isgeoipapi_region!=undefined)?window.isgeoipapi_region:"");ii_upGSV("GeoCt",(window.isgeoipapi_city!=undefined)?window.isgeoipapi_city:"");
ii_upGSV("GeoNs",(window.isgeoipapi_netspeed!=undefined)?window.isgeoipapi_netspeed:"");ii_upGSV("GeoDm",(window.isgeoipapi_domain!=undefined)?window.isgeoipapi_domain:"");
}if(A.geoip==null&&A.geoinit==1){A.geoip=ii_getGSV("GeoIP");A.geoco=ii_getGSV("GeoCo");A.georg=ii_getGSV("GeoRg");A.geoct=ii_getGSV("GeoCt");
A.geons=ii_getGSV("GeoNs");A.geodm=ii_getGSV("GeoDm");A.tmes=ii_getGSV("TES");}}function ii_getIPRange(C){var B=null;var A=ii_matchRegExp(C,"^([0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3})(\\/([0-1]?[0-9]?|[1-2][0-9]|3[0-2]))?$");
if(A!=null){var D=ii_matchRegExp(A[1],"^(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)$");if(D[1]!=null&&D[1]<=255&&D[2]<=255&&D[3]<=255&&D[4]<=255){B=[A[1],(A[2]==undefined||A[2]=="")?"32":A[3]];
}}return(B);}function ii_ipCheck(G,E,C){var D=G.split(".");var A=(D[0]*16777216)+(D[1]*65536)+(D[2]*256)+(D[3]*1);var F=E.split(".");
var H=(F[0]*16777216)+(F[1]*65536)+(F[2]*256)+(F[3]*1);var B=((4294967295<<(32-C))&4294967295);return((A&B)==(H&B));}function ii_doAvailCheck(D,F,C){var G=ii_Var;
if(D==1){G.checkDeptID=C;if(C==-2){C="Default";}}else{if(typeof (window[C])!="undefined"){G.checkDeptID=window[C];C=window[C];
if(C=="-2"){C="Default";}}else{ii_noshow();return ;}}G.checkState=F;for(var B=0;B<G.deptavail.length;B++){if(G.deptavail[B][0]==G.checkDeptID){if(G.deptavail[B][1]==G.checkState){availOnLoad(null);
}else{availOnError(null);}return ;}}var E=parseInt(new Date().getTime()/1000);var A=(G.checkState==2?"un":"")+"available.gif";
G.availImg.src=ii_getProtocol()+"://"+G.rsvr+"/resources/smartbutton/"+G.accountid+"/"+C+"/"+A+"?src=ii3&ts="+E;}function availOnLoad(A){var D=ii_Var;
var C=false;for(var B=0;B<D.deptavail.length;B++){if(D.deptavail[B][0]==D.checkDeptID){D.deptavail[B][1]=D.checkState;C=true;
break;}}if(!C){D.deptavail[D.deptavail.length]=[D.checkDeptID,D.checkState];}D.checkDeptID=0;D.checkState=0;ii_show();}function availOnError(A){var D=ii_Var;
var C=false;for(var B=0;B<D.deptavail.length;B++){if(D.deptavail[B][0]==D.checkDeptID){D.deptavail[B][1]=(D.checkState==0?1:0);
C=true;break;}}if(!C){D.deptavail[D.deptavail.length]=[D.checkDeptID,(D.checkState==0?1:0)];}D.checkDeptID=0;D.checkState=0;
ii_noshow();}function ii_noshow(){var B=ii_Var;if(B.trigru>0){var A=ii_getRuleOrInv(ii_Rules,B.trigru);if(A[9]==1){ii_executeRuleTriggeredEvent(A[10],A[11],A[12],A[0],A[4]);
}if(A[3]>=2){if(window.ISVT_onInviteNotOffered&&A[2]!=0){ISVT_onInviteNotOffered(B.trigru,A[2]);}ii_stop();}else{ii_continue(B.evalidx,100);
}}}function ii_show(){var F=ii_Var;if(F.trigru>0){var E=ii_getRuleOrInv(ii_Rules,F.trigru);var A=ii_getRuleOrInv(ii_Inv,E[2]);
if(E[9]==1){ii_executeRuleTriggeredEvent(E[10],E[11],E[12],E[0],E[4]);}if(A!=null){F.invtoshow=A[0];if(A[2]==3){ii_display();
}else{var D=null;var C=null;var B=null;if(navigator.appName.indexOf("Microsoft")!=-1&&navigator.platform.indexOf("Mac")!=-1){D=document.createElement("IMG");
C=document.createElement("IMG");B=document.createElement("IMG");}else{D=new Image();C=new Image();B=new Image();}if(A[15].length>0){C.src=A[15];
}if(A[23].length>0){B.src=A[23];}D.onload=function(G){this.onload=null;ii_display();};D.src=A[10];}}else{if(E[3]==1||E[1]==3){ii_continue(F.evalidx,100);
}else{ii_stop();}}}}function ii_display(){var c="ii_div_hide(\u0027[%0]\u0027,\u0027[%1]\u0027,[%2],[%3],[%4]);";var T="self.close();";
var d="var ii_IE=!!(document.all&&document.getElementById);var ii_MZ=(!ii_IE)?!!(document.getElementById):false;var ii_gpop = true;function ii_callServer(id,scr) {  var win = (ii_callServer.arguments.length==3) ? ii_callServer.arguments[2] : window;var head = win.document.getElementsByTagName(\u0027head\u0027).item(0); var old = win.document.getElementById(id);  if (old) head.removeChild(old);  script = document.createElement(\u0027script\u0027);  script.src = scr;  script.type = \u0027text/javascript\u0027;  script.defer = true;  script.id = id;  void(head.appendChild(script));}\r\n";
var b="function ii_executeInvitationAcceptedEvent(param1,param2,param3){var js=ii_invTokenReplace(ii_custacc,ii_inv[0],ii_inv[1]);eval(js);}\r\n";
var a="function ii_executeInvitationDeclinedEvent(param1,param2,param3){var js=ii_invTokenReplace(ii_custdecl,ii_inv[0],ii_inv[1]);eval(js);}\r\n";
var Y="function ii_invTokenReplace(js,arg3,arg4) { arg4 = arg4.replace(/\\u0027/g,\u0027\\\\\\'\u0027);js=js.replace(/\\[\\%INVITATIONID\\%\\]/g,arg3);js=js.replace(/\\[\\%INVITATIONNAME\\%\\]/g,arg4);return(js);}\r\n";
var X="var ii_inv;var ii_custacc;var ii_custdecl;";var V="ii_executeInvitationAcceptedEvent(\u0027[%0]\u0027,\u0027[%1]\u0027,\u0027[%2]\u0027,\u0027[%3]\u0027,\u0027[%4]\u0027);\r\n";
var R="ii_executeInvitationDeclinedEvent(\u0027[%0]\u0027,\u0027[%1]\u0027,\u0027[%2]\u0027,\u0027[%3]\u0027,\u0027[%4]\u0027);\r\n";
var e="var op=window;if (window.ii_gpop) { if (window.opener&amp;&amp;!window.opener.closed)op=window.opener;else op=null; }";
var N="if (op!=null&amp;&amp;op.ISVT_onInviteAccepted) op.ISVT_onInviteAccepted(\u0027[%0]\u0027,\u0027[%1]\u0027);";var K="if (op!=null&amp;&amp;op.ISVT_onInviteDeclined) op.ISVT_onInviteDeclined(\u0027[%0]\u0027,\u0027[%1]\u0027);";
var M="if (op!=null) {op.ii_upHLArr(op.ii_Var.ihl,op.ii_Var.invtoshow,2); op.ii_wrapHL(); }";var B="if (op!=null) {op.ii_upHLArr(op.ii_Var.ihl,op.ii_Var.invtoshow,3); op.ii_wrapHL(); }";
var g='\u003cimg src=\u0022[%0]\u0022 alt="" style=\u0022left:0px;top:0px;width:[%1]px;height:[%2]px;\u0022/\u003e';var D="\u003cdiv id=\u0022[%0]\u0022 style=\u0022position:absolute;left:[%1]px;top:[%2]px;\u0022\u003e";
var Q='\u003cimg src=\u0022[%0]\u0022 alt="" style=\u0022top:0px;left:0px;\u0022 onclick=\u0022[%1][%2][%3][%4]\u0022 onmouseover=\u0022this.style.cursor=\u0027pointer\u0027\u0022 onmouseout=\u0022this.style.cursor=\u0027\u0027\u0022/\u003e';
var O="\u003cform name=\u0022[%0]\u0022 method=\u0022post\u0022 action=\u0022\u0022\u003e\u003cinput style=\u0022font:normal 11px Arial, Helvetica, sans-serif;text-align:center;background-color:#E4E4E4;color:#000000;\u0022 type=\u0022button\u0022 name=\u0022[%1]\u0022 value=\u0022[%2]\u0022 onclick=\u0022[%3][%4][%5][%6]\u0022/\u003e\u003c/form\u003e";
var J="window.open(\u0027[%0]\u0027,\u0027chatclient\u0027,\u0027width=[%1],height=[%2],scrollbars=0\u0027);";var F="if (op!=null) op.document.location=\u0027[%0]\u0027;";
var G=ii_Var;var U="";var f="";var A=ii_getRuleOrInv(ii_Inv,G.invtoshow);var H=ii_getRuleOrInv(ii_Rules,G.trigru);ii_upHLArr(G.ihl,A[0],1);
ii_upHLArr(G.ihl,A[0],4);ii_wrapHL();ii_executeInvitationOfferedEvent(A[25],A[26],A[27],A[0],A[1]);if(window.ISVT_onInviteOffered){ISVT_onInviteOffered(G.trigru,G.invtoshow);
}G.evalru[ii_getRuleOrInvIdx(ii_Rules,G.trigru)][4]=ii_getRuleOrInvIdx(ii_Inv,G.invtoshow);if(A[2]==1||A[2]==2){U+='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r\n';
U+='<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r\n';U+="<head>\r\n<title></title>\r\n";if(A[2]==2){U+=G.scrinc+"\r\n";
U+='<script type="text/javascript">\r\n//<![CDATA[\r\n';U+=d+b+a+Y+X;U+="\r\n//]]>\r\n<\/script>\r\n";}U+='</head>\r\n<body style="margin-left:0px;margin-top:0px;"><div id="iibody">\r\n';
U+=ii_rt(g,A,[ii_encodeHTML(A[10],0),11,12],1);U+=ii_rt(D,A,["iiacc",13,14],1);var S=ii_rt(V,A,[ii_encodeHTML(A[28],1),ii_encodeHTML(A[29],1),ii_encodeHTML(A[30],1),0,ii_encodeHTML(A[1],1)],1);
var P=e+ii_rt(N,A,[0,""+H[8]],1);var L="";if(A[2]==1){L=ii_rt(c,A,[4,"aclk",7,(A[9]==1?"-3":"0"),0],1);}else{L=M+T;}var Z=ii_encodeHTML(ii_parsejs(A[17]),0);
if(A[18]==1){f=ii_rt(J,A,[Z,19,20],1);}else{if(A[18]==2){f=ii_rt(F,A,[Z],1);}}if(A[15].length>0){U+=ii_rt(Q,A,[15,S,P,f,L],0);
}else{if(A[16].length>0){U+=ii_rt(O,A,["iiaccfrm","iiaccbtn",ii_encodeHTML(A[16],0),S,P,f,L],0);}}U+="</div>";U+=ii_rt(D,A,["iidecl",21,22],1);
S=ii_rt(R,A,[ii_encodeHTML(A[31],1),ii_encodeHTML(A[32],1),ii_encodeHTML(A[33],1),0,ii_encodeHTML(A[1],1)],1);P=e+ii_rt(K,A,[0,""+H[8]],1);
var L="";if(A[2]==1){L=ii_rt(c,A,[4,"dclk",8,(A[9]==1?"-3":"0"),0],1);}else{L=B+T;}if(A[23].length>0){U+=ii_rt(Q,A,[23,S,P,L,""],0);
}else{if(A[24].length>0){U+=ii_rt(O,A,["iideclfrm","iideclbtn",ii_encodeHTML(A[24],0),S,P,L,""],0);}}U+="</div></div></body></html>";
if(A[2]==1){if(A[4]=="invitelayer"){var W=document.getElementById(A[4]);var C=document.getElementById("invitelayercontent");
var I=document.getElementById("divshim");ii_Anim=new ii_AnimObj();ii_Anim.islteIE6=(I==null?false:true);ii_Anim.flx=10;ii_Anim.fly=10;
ii_Anim.flw=A[11];ii_Anim.flh=A[12];ii_Anim.flpos=A[5];ii_Anim.flopac=(A[9]==1?0:100);ii_Anim.flfade=(A[9]==1?3:0);W.style.width=ii_Anim.flw;
W.style.height=ii_Anim.flh;C.style.display="block";C.innerHTML=U;C.childNodes[0].data="";if(ii_Anim.islteIE6){I.style.display="block";
I.style.width=ii_Anim.flw+"px";I.style.height=ii_Anim.flh+"px";I.style.top="0px";I.style.left="0px";I.style.filter="progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)";
I.style.zIndex=C.style.zIndex-1;}else{W.style.filter="alpha(opacity=0);-moz-opacity:0.0;";}ii_mark();window.onresize=ii_mark;
ii_reset();ii_Anim.moveTimer=setInterval("ii_move();",25);setTimeout("document.getElementById('"+A[4]+"').style.visibility='visible'",40);
ii_Anim.flpos=A[6];ii_mark();ii_Anim.hideTimer=setTimeout("ii_div_hide('"+A[4]+"','auto',"+A[8]+","+(A[9]==1?-3:0)+","+A[0]+");",(A[7]*1000));
}else{C=document.getElementById(A[4]);if(C){C.innerHTML=U;C.style.visibility="visible";}}}else{if(A[2]==2){var E=window.open("","InstantInvite","width="+A[11]+",height="+A[12]);
if(E){E.document.close();E.document.write(U);E.document.close();E.ii_inv=A;E.ii_custacc=G.CustomAcceptedJS;E.ii_custdecl=G.CustomDeclinedJS;
E.focus();}}}}if(A[2]==3){if(confirm(A[3])){ii_executeInvitationAcceptedEvent(A[28],A[29],A[30],A[0],A[1]);if(window.ISVT_onInviteAccepted){ISVT_onInviteAccepted(G.invtoshow,H[8]);
}ii_upHLArr(G.ihl,G.invtoshow,2);ii_wrapHL();var Z=ii_parsejs(A[17]);if(A[18]==1){window.open(Z,"InstantInvite","width="+A[19]+",height="+A[20]+"");
}else{if(A[18]==2){document.location=Z;}}}else{ii_executeInvitationDeclinedEvent(A[31],A[32],A[33],A[0],A[1]);if(window.ISVT_onInviteDeclined){ISVT_onInviteDeclined(G.invtoshow,H[8]);
}ii_upHLArr(G.ihl,G.invtoshow,3);ii_wrapHL();}}if(H[3]==1||H[3]==3){ii_continue(G.evalidx,100);}else{ii_stop();}}function ii_rt(D,A,E,B){for(var C=0;
C<E.length;C++){if(typeof (E[C])=="number"){if(B==1){D=D.replace("[%"+C+"]",(""+A[E[C]]).replace(/\u0027/g,"\\'"));}else{D=D.replace("[%"+C+"]",A[E[C]]);
}}else{if(B==1){D=D.replace("[%"+C+"]",E[C].replace(/\u0027/g,"\\'"));}else{D=D.replace("[%"+C+"]",E[C]);}}}return(D);}function ii_parsejs(s){var regexp=/\[\%jsvar\:([a-zA-Z_\.]*)\%\]/;
var match=regexp.exec(s);while(match!=null){result=eval("'"+window.ii_jsvar[match[1]]+"'");s=s.replace(/\[\%jsvar\:([a-zA-Z_\.]*)\%\]/,result);
match=regexp.exec(s);}return(s);}function ii_div_hide(B,C,G,E,A){var F=ii_Var;if(A==F.lastinvhid){return ;}F.lastinvhid=A;
var D=(B=="invitelayer");if(D){clearTimeout(ii_Anim.hideTimer);}if(C=="auto"||C=="aclk"||C=="dclk"){if(C=="aclk"){ii_upHLArr(F.ihl,A,2);
ii_wrapHL();}if(C=="dclk"){ii_upHLArr(F.ihl,A,3);ii_wrapHL();}if(D&&G>0){ii_Anim.flpos=G;ii_Anim.flfade=E;ii_mark();}if(D){setTimeout("ii_div_clear('"+B+"');",(C=="auto")?1000:500);
}}}function ii_div_clear(A){document.getElementById(A).style.visibility="hidden";clearInterval(ii_Anim.moveTimer);}function ii_trap(){ii_Var.abshown=true;
this.onbeforeunload=null;return ii_Var.abmsg;}function ii_delay_abandon(D){window.onbeforeunload=null;var C=setTimeout("window.onbeforeunload=ii_trap;",2000);
var A=null;if(!D){var D=window.event;}if(D.target){A=D.target;}else{if(D.srcElement){A=D.srcElement;}}if(A.nodeType==3){A=A.parentNode;
}if(A!=null){var B=A.tagName;if(B!=null){B=B.toLowerCase();if(B=="a"||B=="area"||B=="img"){clearTimeout(C);}else{if(B=="input"){if(A.getAttribute){var E=A.getAttribute("type");
if(E!=null){E=E.toLowerCase();if(E=="image"||E=="submit"||E=="button"){clearTimeout(C);}}}}}}}return true;}function ii_checkRules(L){var J=ii_Var;
if(L==0){J.runcnt++;}if(J.abshown==true&&J.abflag!=9999){J.trigru=ii_Rules[parseInt(J.abflag,10)][0];J.evalru[parseInt(J.abflag,10)][2]=2;
J.evalru[parseInt(J.abflag,10)][3]=J.trigrucnt++;J.abflag=9999;window.onbeforeunload=null;J.abmsg=null;document.onclick=null;
return ;}var V=0;for(var O=L;O<ii_Rules.length;O++){J.evalidx=O;if(J.evalru[O][2]==0||J.evalru[O][3]>0){V++;continue;}else{J.evalru[O][2]=2;
}var P=true;var U=ii_Rules[O][5];for(var R=0;R<U.length;R++){var N=2;var W=U[R].split("`");switch(W[0]){case"1":if(J.pgvis==1){N=1;
}break;case"2":if(!J.abshown){J.abmsg=W[1];window.onbeforeunload=ii_trap;if(J.IE){document.onclick=ii_delay_abandon;}else{if(J.MZ){window.captureEvents(Event.CLICK);
}}window.onclick=ii_delay_abandon;J.abflag=O;N=3;}break;case"3":if(ii_compOp(J.pgvis,W[1],W[2],W[3],0)){N=1;}break;case"4":if((W[2]==7||W[2]==9)&&ii_contains(J.cpml,W[1])&&!ii_contains(J.stringNoContain,W[1])&&ii_compOp(ii_getHLArr(J.phl,W[1],1),W[4],W[5],W[6],0)){N=1;
}else{if(W[2]==8&&ii_contains(J.cpml,W[1])&&ii_contains(J.stringNoContain,W[1])&&ii_compOp(ii_getHLArr(J.phl,W[1],2),W[4],W[5],W[6],0)){N=1;
}}break;case"5":if(ii_compOp(J.randid,W[1],W[2],W[3],0)&&ii_compOp(J.randid,W[4],W[5],W[6],0)){N=1;}break;case"10":if((W[2]==7||W[2]==9)&&ii_contains(J.ppml,W[1])&&!ii_contains(J.stringNoContain,W[1])){N=1;
}else{if(W[2]==8&&ii_contains(J.ppml,W[1])&&ii_contains(J.stringNoContain,W[1])){N=1;}}break;case"11":if((W[2]==7||W[2]==9)&&!ii_contains(J.stringNoContain,W[1])&&ii_compOp(J.referrer,J.urlStrings[W[1]],W[2],W[3],0)){N=1;
}else{if(W[2]==8&&ii_contains(J.stringNoContain,W[1])&&ii_compOp(J.referrer,J.urlStrings[W[1]],W[2],W[3],0)){N=1;}}break;
case"12":if((W[2]==7||W[2]==9)&&!ii_contains(J.stringNoContain,W[1])){for(var Q=0;Q<J.phl.length;Q++){var S=ii_getHLArr(J.phl,W[1],1);
if(S!=null&&S>0){if(!ii_contains(J.cpml,W[1])||S>1){N=1;}break;}}}else{if(W[2]==8&&ii_contains(J.stringNoContain,W[1])){for(var Q=0;
Q<J.phl.length;Q++){var S=ii_getHLArr(J.phl,W[1],2);if(S!=null&&S>0){if(!ii_contains(J.cpml,W[1])||S>1){N=1;}break;}}}}break;
case"30":if(J.geoinit==1){if((W[2]==9&&ii_matchRegExp(J.geoip,W[1]))||((W[2]==7||W[2]==8)&&ii_compOp(J.geoip,W[1],W[2],0,1))){N=1;
}else{if(W[2]==1||W[2]==2){var M=false;var T=ii_extractStrings(W[1]);for(var Q=0;Q<T.length;Q++){var H=ii_getIPRange(T[Q]);
if(H!=null){if(ii_ipCheck(J.geoip,H[0],H[1])){M=true;}}}if(W[2]==1&&M){N=1;}else{if(W[2]==2&&!M){N=1;}}}}}break;case"31":case"32":case"33":case"34":case"35":if(J.geoinit==1){var C="";
if(W[0]=="31"){C=J.geoco;}else{if(W[0]=="32"){C=J.georg;}else{if(W[0]=="33"){C=J.geoct;}else{if(W[0]=="34"){C=J.geons;}else{if(W[0]=="35"){C=J.geodm;
}}}}}if(ii_compOp(C,W[1],W[2],0,1)){N=1;break;}}break;case"50":case"51":var E=parseInt(new Date().getTime()/1000);var K=(W[0]=="50"?J.tmentpg:parseInt(J.tmes,10));
var G=parseInt(W[1],10);if(ii_compOp(E-K,G,W[2],W[3],0)){N=1;}break;case"70":var D=ii_getHLArr(J.ihl,ii_Rules[O][2],3);if(D==null||D==0){N=1;
}break;case"71":var D=0;for(var Q=0;Q<J.ihl.length;Q++){if(!isNaN(parseInt(J.ihl[Q][3],10))){D+=parseInt(J.ihl[Q][3],10);
}}if(D==0){N=1;}break;case"72":var X=ii_getHLArr(J.ihl,ii_Rules[O][2],1);if(X==null){X=0;}if(ii_compOp(X,W[1],W[2],W[3],0)){N=1;
}break;case"73":var X=0;for(var Q=0;Q<J.ihl.length;Q++){if(!isNaN(parseInt(J.ihl[Q][1],10))){X+=parseInt(J.ihl[Q][1],10);
}}if(ii_compOp(X,W[1],W[2],W[3],0)){N=1;}break;case"74":var E=parseInt(new Date().getTime()/1000);var G=parseInt(W[1],10);
var A=ii_getHLArr(J.ihl,ii_Rules[O][2],4);if(A==null||ii_compOp(G,E-A,W[2],W[3],0)){N=1;}break;case"75":var E=parseInt(new Date().getTime()/1000);
var G=parseInt(W[1],10);var N=1;for(var Q=0;Q<J.ihl.length;Q++){var A=J.ihl[Q][4];if(A!=null&&ii_compOp(E-A,G,W[2],W[3],0)){N=2;
break;}}break;case"76":var I=ii_getHLArr(J.ihl,ii_Rules[O][2],2);if(I==null||I==0){N=1;}break;case"77":var I=0;for(var Q=0;
Q<J.ihl.length;Q++){if(!isNaN(parseInt(J.ihl[Q][2],10))){I+=parseInt(J.ihl[Q][2],10);}}if(I==0){N=1;}break;case"80":case"81":case"82":var F=ii_getCookie(W[1]);
if(W[0]=="80"&&(F==null?(W[4]==0?1:0):(W[4]==1?1:0))){N=1;}if(F!=null){if((W[0]=="81"&&ii_compOp(F,W[4],W[5],W[6],1))||(W[0]=="82"&&!isNaN(F)&&ii_compOp(parseFloat(F),W[4],W[5],W[6],1))){N=1;
break;}}break;case"90":case"91":case"92":var B=ii_validateParam(0,W[1]);if(B!=null){if((W[0]=="90"&&typeof (B)=="string")||(W[0]=="91"&&typeof (B)=="number")){if((W[0]=="90"&&typeof (B)=="string"&&ii_compOp(B,W[4],W[5],W[6],1))||(W[0]=="91"&&typeof (B)=="number"&&ii_compOp(B,W[4],W[5],W[6],1))){N=1;
break;}}else{if((W[0]=="92")&&typeof (B)=="boolean"){if(ii_compOp(B,(W[4]==0?false:true),1,W[6])){N=1;}}}}break;case"100":case"101":case"102":case"103":case"104":case"105":case"106":case"107":var B=null;
if(W[0]=="100"||W[0]=="101"||W[0]=="102"||W[0]=="103"){B=ii_validateParam(1,W[1]);}else{B=ii_validateParam(2,W[1]);}if(B!=null){if(((W[0]=="100"||W[0]=="104")&&ii_compOp(B.value,W[4],W[5],W[6],1))||((W[0]=="101"||W[0]=="105")&&!isNaN(B.value)&&ii_compOp(parseFloat(B.value),W[4],W[5],W[6],1))||((W[0]=="102"||W[0]=="106")&&ii_compOp((B.checked==true?1:0),W[4],1,W[6],0))||((W[0]=="103"||W[0]=="107")&&ii_compOp(B.selectedIndex,W[4],W[5],W[6],1))){N=1;
}}break;default:}J.evalru[O][1][R]=N;if(N>1){P=false;break;}}if(P){J.trigru=ii_Rules[O][0];J.evalru[O][3]=++J.trigrucnt;J.abflag=9999;
window.onbeforeunload=null;J.abmsg=null;document.onclick=null;return ;}}if(V==ii_Rules.length){ii_stop();}else{ii_continue(0,2500);
}}function ii_continue(B,A){setTimeout("ii_restart("+B+");",A);}function ii_stop(){ii_Var.run=false;}function ii_getRuleOrInv(A,C){for(var B=0;
B<A.length;B++){if(A[B][0]==C){return(A[B]);}}return(null);}function ii_getRuleOrInvIdx(A,C){for(var B=0;B<A.length;B++){if(A[B][0]==C){return(B);
}}return(-1);}function ii_compOp(I,H,E,F,J){var D=[];var A=false;if(J==1&&E!=9){D=ii_extractStrings(H);}else{D[0]=H;}var G=(typeof I=="string");
var B=(typeof H=="string");for(var C=0;C<D.length;C++){if(E==1&&F==0&&G&&B){if(D[C].toLowerCase()==I.toLowerCase()){A=true;
break;}}else{if(E==1){if(D[C]==I){A=true;break;}}else{if(E==2&&F==0&&G&&B){if(D[C].toLowerCase()!=I.toLowerCase()){A=true;
}else{A=false;break;}}else{if(E==2){if(D[C]!=I){A=true;}else{A=false;break;}}else{if(E==3){if(I>D[C]){A=true;break;}}else{if(E==4){if(I<D[C]){A=true;
break;}}else{if(E==5){if(I<=D[C]){A=true;break;}}else{if(E==6){if(I>=D[C]){A=true;break;}}else{if(E==7&&F==0){if(I.toLowerCase().indexOf(D[C].toLowerCase())!=-1){A=true;
break;}}else{if(E==7&&F==1){if(I.indexOf(D[C])!=-1){A=true;break;}}else{if(E==8&&F==0){if(I.toLowerCase().indexOf(D[C].toLowerCase())==-1){A=true;
}else{A=false;break;}}else{if(E==8&&F==1){if(I.indexOf(D[C])==-1){A=true;}else{A=false;break;}}else{if(E==9){if(ii_matchRegExp(I,D[C])!=null){A=true;
break;}}}}}}}}}}}}}}}return(A);}function ii_validateParam(H,E){if(H==2){return(document.getElementById(E));}var J=(H==0?window:window.document);
var B="";var C=E.split(".");for(var F=0;F<C.length;F++){var D=C[F];var G=ii_matchRegExp(D,"^([^\\]']*)\\['?([^']*)'?\\]$");
if(G!=null){B+=G[1]+"`"+G[2];}else{B+=D;}if(F<C.length-1){B+="`";}}var I=null;var A=B.split("`");for(var F=0;F<A.length;F++){if(F==0){if(typeof (J[A[0]])=="undefined"){I=null;
break;}else{I=J[A[0]];}}else{if(F==1){if(typeof (J[A[0]][A[1]])=="undefined"){I=null;break;}else{I=J[A[0]][A[1]];}}else{if(F==2){if(typeof (J[A[0]][A[1]][A[2]])=="undefined"){I=null;
break;}else{I=J[A[0]][A[1]][A[2]];}}else{if(F==3){if(typeof (J[A[0]][A[1]][A[2]][A[3]])=="undefined"){I=null;break;}else{I=J[A[0]][A[1]][A[2]][A[3]];
}}}}}}return(I);}function ii_matchRegExp(C,A){var B=ii_Var.tokenizedexps[A];if(!B){B=ii_Var.tokenizedexps[A]=new RegExp(A);
}return(B.exec(C));}function ii_contains(C,B){for(var A=0;A<C.length;A++){if(C[A]==B){return true;}}return false;}function ii_reverse(B){var A="";
if(B.length>0){A=B.split("").reverse().join("");}return A;}function ii_findMatches(D){var E=ii_Var;for(var B=0;B<E.urlStrings.length;
B++){if(!ii_contains(E.stringNoContain,B)){var C=(E.stringTypes[B]==2)?[E.urlStrings[B]]:ii_extractStrings(E.urlStrings[B]);
for(var A=0;A<C.length;A++){if((E.stringTypes[B]==0&&D.toLowerCase().indexOf(C[A].toLowerCase())!=-1)||(E.stringTypes[B]==1&&D.indexOf(C[A])!=-1)||(E.stringTypes[B]==2&&new RegExp(C[A]).exec(D)!=null)){E.cpml[E.cpml.length]=B;
ii_upHLArr(E.phl,B,1);break;}}}}}function ii_findNoMatches(E){var F=ii_Var;for(var B=0;B<F.urlStrings.length;B++){if(ii_contains(F.stringNoContain,B)){var C=true;
var D=ii_extractStrings(F.urlStrings[B]);for(var A=0;A<D.length;A++){if((F.stringTypes[B]==0&&E.toLowerCase().indexOf(D[A].toLowerCase())!=-1)||(F.stringTypes[B]==1&&E.indexOf(D[A])!=-1)){C=false;
}}if(C){F.cpml[F.cpml.length]=B;ii_upHLArr(F.phl,B,2);}}}}function ii_extractStrings(A){var C=(ii_reverse(A).split(/[\s]*,(?!\\)[\s]*/).reverse());
for(var B=0;B<C.length;B++){C[B]=ii_reverse(C[B]).replace(/\\,/g,",");}return(C);}function ii_decodeHTML(C){var B=/&#([0-9a-fA-F]*);/;
var A=B.exec(C);while(A!=null){C=C.replace(/&#([0-9a-fA-F])*;/,String.fromCharCode(A[1]));var A=B.exec(C);}return(C);}function ii_encodeHTML(D,C){var A="";
var E=0;for(var B=0;B<D.length;B++){E=D.charCodeAt(B);if(E==39&&C==1){A+="\\&#"+E+";";}else{A+="&#"+E+";";}}return(A);}function ii_invTokenReplace(C,B,A){A=A.replace(/\u0027/g,"\\'");
C=C.replace(/\[\%INVITATIONID\%\]/g,B);C=C.replace(/\[\%INVITATIONNAME\%\]/g,A);return(C);}function ii_ruleTokenReplace(C,B,A){A=A.replace(/\u0027/g,"\\'");
C=C.replace(/\[\%RULEID\%\]/g,B);C=C.replace(/\[\%RULENAME\%\]/g,A);return(C);}function ii_executeInvitationOfferedEvent(param1,param2,param3){var arg=ii_executeInvitationOfferedEvent.arguments;
eval(ii_invTokenReplace(ii_Var.CustomOfferedJS,arg[3],arg[4]));}function ii_executeInvitationAcceptedEvent(param1,param2,param3){var arg=ii_executeInvitationAcceptedEvent.arguments;
eval(ii_invTokenReplace(ii_Var.CustomAcceptedJS,arg[3],arg[4]));}function ii_executeInvitationDeclinedEvent(param1,param2,param3){var arg=ii_executeInvitationDeclinedEvent.arguments;
eval(ii_invTokenReplace(ii_Var.CustomDeclinedJS,arg[3],arg[4]));}function ii_executeRuleTriggeredEvent(param1,param2,param3){var arg=ii_executeRuleTriggeredEvent.arguments;
eval(ii_ruleTokenReplace(ii_Var.CustomTriggeredJS,arg[3],arg[4]));}function ii_loadDiag(){var A=ii_Var;ii_unwrapHL();A.diag=[A.run,A.runcnt,ii_getGSV("TES"),A.tmentpg,A.pgvis,A.randid,A.abflag,A.trigru,A.invtoshow,A.trigrucnt,A.phl,A.ihl,A.cpml,A.ppml,A.deptavail,A.evalru,ii_getGSV("GeoIP"),ii_getGSV("GeoCo"),ii_getGSV("GeoRg"),ii_getGSV("GeoCt"),ii_getGSV("GeoNs"),ii_getGSV("GeoDm"),A.publ,A.deploy,A.domain];
}function ii_getDiag(A){return(ii_Var.diag[A]);}function ii_restart(E){var D=ii_Var;D.trigru=0;ii_initGeoIP();if(E==0){for(var B=0;
B<D.evalru.length;B++){if(D.evalru[B][2]>1){D.evalru[B][2]=1;}for(var A=0;A<D.evalru[B][1].length;A++){D.evalru[B][1][A]=0;
}}}ii_checkRules(E);if(D.trigru>0){var C=ii_getRuleOrInv(ii_Rules,D.trigru);if(C[6]>=1){ii_doAvailCheck(C[6],C[7],C[8]);}else{ii_show();
}}}function ii_init(){var C=ii_Var;C.deploy=(window.ii_deployment?window.ii_deployment:ii_getGSV("DPL"));if(C.deploy>0&&C.jscalled==0){if(C.deploy==1){ii_callServer("II3_TestRules.js",ii_getProtocol()+"://"+C.rsvr+"/resources/smartbutton/"+C.accountid+"/II3_TestRules.js?src=ii3&ts="+C.pct);
}if(C.deploy==2){ii_callServer("II3_Rules.js",ii_getProtocol()+"://"+C.rsvr+"/resources/smartbutton/"+C.accountid+"/II3_Rules.js?src=ii3&ts="+C.pct);
}C.jscalled=1;ii_upGSV("DPL",C.deploy);}if(window.ii_Rules&&window.ii_Rules.length>0){if(C.vtscrloc.length>0){ii_callServer(C.vtscrname,ii_getProtocol()+"://"+C.vtscrloc);
}ii_unwrapHL();if(C.publ!=C.publishversion){ii_resetHistCookie();}C.publ=C.publishversion;C.pgvis=parseInt(C.pgvis,10)+1;
C.ppml=C.cpml;C.cpml=[];if(C.randid==0){C.randid=Math.floor(Math.random()*100+1);}ii_findMatches(document.location.href);
ii_findNoMatches(document.location.href);ii_wrapHL();for(var B=0;B<ii_Rules.length;B++){C.evalru[B]=[ii_Rules[B][0],new Array(ii_Rules[B][5].length),(ii_Rules[B][1]==0?0:1),0,-1];
for(var A=0;A<ii_Rules[B][5].length;A++){C.evalru[B][1][A]=0;}}C.run=true;ii_restart(0);}else{setTimeout("ii_init();",1000);
}}function ii_start(){var B=ii_Var;if(B.IE||B.MZ){if(document.location.host.indexOf(B.domain)!=-1){if(B.ishosted){var A=(parseInt(new Date().getTime()/1000));
B.pct=ii_getGSV("PCT");if((A-B.cachetimeout)>=B.pct){B.pct=A;ii_upGSV("PCT",B.pct);}if(ii_getGSV("DPL")==0){ii_callServer("II3_Servers.js",ii_getProtocol()+"://"+B.rsvr+"/resources/smartbutton/"+B.accountid+"/II3_Servers.js?src=ii3&ts="+A);
}}if(ii_getGSV("GeoIP")==""){ii_callServer("geoipAPI.js",ii_getProtocol()+"://"+B.gsvr+"/geoipAPI.js?src=ii3&ts="+A);}ii_init();
}}}function ii_VarObj(){this.IE=!!(document.all&&document.getElementById);this.MZ=(!this.IE)?!!(document.getElementById):false;
this.version=14;this.accountid=6174;this.ishosted=false;this.domain="";this.rsvr="rs.instantservice.com";this.gsvr="gs.instantservice.com";
this.vtscrname="";this.vtscrloc="";this.GSV_COOKIE="IS3_GSV";
this.HIST_COOKIE="IS3_History";this.HIST_COOKIE_EXP=null;if(this.HIST_COOKIE_EXP!=null){this.HIST_COOKIE_EXP.setTime(this.HIST_COOKIE_EXP.getTime()+(0*60*1000));
}this.run=true;this.runcnt=0;this.tmentpg=parseInt(new Date().getTime()/1000);this.trigru=0;this.trigrucnt=0;this.lastinvhid=0;
this.invtoshow=0;this.referrer=document.referrer;this.evalidx=0;this.deptavail=[];this.evalru=[];this.deploy=0;this.jscalled=0;
this.cachetimeout=300;this.geoinit=0;this.geoip=null;this.geoco=null;this.georg=null;this.geoct=null;this.geons=null;this.geodm=null;
this.tmes=null;this.diag=[];this.publ=0;this.pct=0;this.pgvis=0;this.randid=0;this.phl=[];this.ihl=[];this.cpml=[];this.ppml=[];
this.tokenizedexps={};this.abflag=9999;this.abshown=false;this.abmsg=null;this.availImg=null;this.checkDeptID=0;this.checkState=0;
if(navigator.appName.indexOf("Microsoft")!=-1&&navigator.platform.indexOf("Mac")!=-1){this.availImg=document.createElement("IMG");
}else{this.availImg=new Image();}this.availImg.onload=availOnLoad;this.availImg.onerror=availOnError;}ii_Var=new ii_VarObj();
ii_Var.domain+=ii_getDomain();if(navigator.cookieEnabled){if(ii_getCookie(ii_Var.HIST_COOKIE)==null){ii_resetHistCookie();
}if(ii_getCookie(ii_Var.GSV_COOKIE)==null){ii_resetGSVCookie();}}


/* START Rules/Invitations Content */

var ii_jsvar=new Object();ii_Var.publishversion="1318855037";
ii_Var.scrinc="";ii_Var.stringTypes=[0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,2,0,2,0,0,0,0,2,2,2,2,2,0,2,0,0,0,2,2,0,0,0,0,0,0,0,2,0,0,0,0,2,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,2,2,0,2,2,0,2,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2];
ii_Var.stringNoContain=[3,13,32,49];ii_Var.urlStrings=["tracking.html","us/customersupport/email/index.html","tracking.html","tracking.html","/shipAction.handle?method=doContinue","shipEntryAction.do,shipAction,/shipping","/choosefedex/","/choosenow/","/shipEntryAction.do?method,/shipAction.do/shipAction.handle?method=doContinue,shipAction.do?method=doCountryChanged,shipAction,/shipping","/shipEntryAction.do?method=doInitialize,/shipEntryAction.do?method=doEntry&link=1&locale=en_US&urlparams=us&sType=F,/shipping","us/customersupport/index.html,us/customersupport/tracking/index.html,us/customer-support/tracking/number/index.html,us/customersupport/tracking/reference/index.html","/us/customersupport/index.html, /us/customersupport/tracking/index.html, /us/customer-support/tracking/number/index.html, /us/customersupport/tracking/reference/index.html, /us/customersupport/tracking/signature/index.html","sm_shiphelp.html","kr_english, tw_english, cn_english, au, ca_english, hk_english, hk, tw, cn, kr","us/customersupport/email/express_ground.html","/us/customersupport/index.html,/us/customersupport/shipping/index.html, /us/customersupport/shipping/shipmanager/index.html, /us/customersupport/tracking/index.html, /us/customersupport/tracking/number/index.html, /us/customersupport/tracking/reference/index.html","/us/customersupport/tracking/number/index.html","us/tracking/f_quickhelp.html","pup.html","us/quick_help/pup_history.html","us/oadr/en/help/contact_info.html","us/oadr/en/help/new_account.html","us/oadr/en/help/link_account.html","us/international/index.html","/us/international/faqs/index.html","/us/oadr/index.html","/us/customersupport/managing/billing/index.html","/us/customersupport/shipping/shipmanager/index.html","us/customersupport/shipping/shipmanager/index.html","us/customersupport/shipping/supplies/index.html","us/quick_help/grtt.html","tracking","Tracking?cntry_code=us_espanol,Tracking?cntry_code=de,Tracking?cntry_code=mx_english,Tracking?cntry_code=cn_english,Tracking?cntry_code=ca_french","Tracking?cntry_code=us_espanol,Tracking?cntry_code=de,Tracking?cntry_code=mx_english,Tracking?cntry_code=cn_english,Tracking?cntry_code=ca_french","/us/international/service-information/services-chart.html","ca_english/tracking/f_quickhelp.html","ca_english/contact/","ca_english/customersupport/faq/getstartfaqs.html","ca_english/oadr/help/contact_info.html","ca_english/oadr/help/new_account.html","ca_english/contactus/","ca_english/infocenter/","ca_english/customersupport/faq/sendpackagefaqs.html","ca_english/quick_help/grtt.html#ship","ca_english/spod/f_quickhelp.html/?link=6&type=1,ca_english/spod/f_quickhelp.html","ca_english/services/","ca_english/search","ca_english/resourcecentre/index.html","cn_english/contact/","writefedex.html","cn_english/contact/writefedex.html","cn_english/tracking/f_quickhelp.html","cn_english/quick_help/grtt.html#ship","cn_english/quick_help/sm_shiphelp.html","kr_english/contact/","kr_english/contact/writefedex.html","kr_english/tracking/f_quickhelp.html","kr_english/quick_help/grtt.html#ship","kr_english/quick_help/sm_shiphelp.html","tw_english/contact/","tw_english/contact/writefedex.html","tw_english/tracking/f_quickhelp.html","tw_english/quick_help/grtt.html#ship","tw_english/quick_help/sm_shiphelp.html","hk_english/contact/","hk_english/contact/writefedex.html","hk_english/tracking/f_quickhelp.html","hk_english/quick_help/grtt.html#ship","hk_english/quick_help/sm_shiphelp.html","au/contact/","au/contact/writefedex.html","au/tracking/f_quickhelp.html","au/quick_help/grtt.html#ship","au/quick_help/sm_shiphelp.html","ukservices/services/","/ukservices/contact/writefedex.html","/gb/tracking/f_quickhelp.html","/gb/services/","/gb/contact/writefedex.html","/gb/contact/","/gb/invoice/billingform.html","/gb/helpme/","/gb/shippingguide/","/ie/helpme/","international/easy-shipping-rates/index.html","cn/contact/","cn/contact/writefedex.html","cn/tracking/f_quickhelp.html","cn/quick_help/grtt.html#ship","cn/quick_help/sm_shiphelp.html","kr/contact/","kr/contact/writefedex.html","kr/tracking/f_quickhelp.html","kr/quick_help/grtt.html#ship","kr/quick_help/sm_shiphelp.html","tw/contact/","tw/contact/writefedex.html","tw/tracking/f_quickhelp.html","tw/quick_help/grtt.html#ship","tw/quick_help/sm_shiphelp.html","hk/contact/","hk/contact/writefedex.html","hk/tracking/f_quickhelp.html","hk/quick_help/grtt.html#ship","hk/quick_help/sm_shiphelp.html","/us/service-guide/new-customer/index.html","/us/service-guide/our-services/index.html","us/pckgenvlp/bussol/","/at_english/helpme/","/bh/helpme/","/at/helpme/","/be_nederlands/helpme/","/be_francais/helpme/","/be/helpme/","/cz_english/helpme/","/dk/helpme/","/dk_english/helpme/","/fi/helpme/","/fr_english/helpme/","/fr/helpme/","/de/helpme/","/de_english/helpme/","/hu_english/helpme/","/hu/helpme/","/in/helpme/","/it_english/helpme/","/it/helpme/","/kw/helpme/","/lu/helpme/","/nl_english/helpme/","/nl/helpme/","/no/helpme/","/pl_english/helpme/","/pl/helpme/","/es/helpme/","/es_english/helpme/","/se/helpme/","/se_english/helpme/","/ch/helpme/","/ch_deutsch/helpme/","/ch_francais/helpme/","/ch_italiano/helpme/","/ae/helpme/","/ae_arabic/helpme/","/cz/helpme/","/sg/contact/","/sg/contact/writefedex.html","/sg/tracking/f_quickhelp.html","/sg/quick_help/sm_shiphelp.html","/sg/quick_help/grtt.html","us/customersupport/email/freight.html","us/customersupport/freight.html","us/fbo/help/fboplus/QuickHelp2.html","us/fbo/help/fbopaper/QuickHelp2.html","us/fbo/help/fbocreditcard/QuickHelp2.html","us/fbo/help/fboedi_ezd/QuickHelp2.html","us/quick_help_freight/BOLnonsecure.html","us/quick_help_freight/pickup_nonsecure.html#pickup_details","us/quick_help_freight/billingsecure_adj_request.html","us/small-business/articles-and-faqs.html","us/fcl/pckgenvlp/online-billing/comparison.html","us/fbo/help/FAQ2.html","/fr_english/tracking/f_quickhelp.html","/fr_english/contact/writefedex.html","/fr_english/contact/index.html","/fr_english/invoice/billingform.html","/fr_english/shippingguide/index.html","/fr_english/services/index.html","/fr/tracking/f_quickhelp.html","/fr/contact/writefedex.html","/fr/contact/index.html","/fr/invoice/billingform.html","/fr/shippingguide/index.html","/fr/services/index.html","/de/tracking/f_quickhelp.html","/de/contact/writefedex.html","/de/contact/index.html","/de/invoice/billingform.html","/de/shippingguide/index.html","/de/services/index.html","/de_english/tracking/f_quickhelp.html","/de_english/contact/writefedex.html","/de_english/contact/index.html","/de_english/invoice/billingform.html","/de_english/shippingguide/index.html","/de_english/services/index.html","/in/tracking/f_quickhelp.html","/in/contact/writefedex.html","/in/contact/index.html","/in/invoice/billingform.html","/in/shippingguide/index.html","/in/services/index.html","/it_english/tracking/f_quickhelp.html","/it_english/contact/writefedex.html","/it_english/contact/index.html","/it_english/invoice/billingform.html","/it_english/shippingguide/index.html","/it/tracking/f_quickhelp.html","/it/contact/writefedex.html","/it/contact/index.html","/it/invoice/billingform.html","/it/shippingguide/index.html","/it/services/index.html","/no/tracking/f_quickhelp.html","/no/contact/writefedex.html","/no/contact/index.html","/no/invoice/billingform.html","/no/shippingguide/index.html","/no/services/index.html","/se/tracking/f_quickhelp.html","/se/contact/writefedex.html","/se/contact/index.html","/se/invoice/billingform.html","/se/shippingguide/index.html","/se/services/index.html","/se_english/tracking/f_quickhelp.html","/se_english/contact/writefedex.html","/se_english/contact/index.html","/se_english/invoice/billingform.html","/se_english/shippingguide/index.html","/se_english/services/index.html","/it_english/services/index.html","/bh/tracking/f_quickhelp.html","/bh/contact/writefedex.html","/bh/contact/index.html","/bh/invoice/billingform.html","/bh/shippingguide/index.html","/bh/services/index.html","/be_nederlands/tracking/f_quickhelp.html","/be_nederlands/contact/writefedex.html","/be_nederlands/contact/index.html","/be_nederlands/invoice/billingform.html","/be_nederlands/shippingguide/index.html","/be_nederlands/services/index.html","/be_francais/tracking/f_quickhelp.html","/be_francais/contact/writefedex.html","/be_francais/contact/index.html","/be_francais/invoice/billingform.html","/be_francais/shippingguide/index.html","/be_francais/services/index.html","/be/tracking/f_quickhelp.html","/be/contact/writefedex.html","/be/contact/index.html","/be/invoice/billingform.html","/be/shippingguide/index.html","/be/services/index.html","/ie/tracking/f_quickhelp.html","/ie/contact/writefedex.html","/ie/contact/index.html","/ie/invoice/billingform.html","/ie/shippingguide/index.html","/ie/services/index.html","/kw/tracking/f_quickhelp.html","/kw/contact/writefedex.html","/kw/contact/index.html","/kw/invoice/billingform.html","/kw/shippingguide/index.html","/kw/services/index.html","/lu/tracking/f_quickhelp.html","/lu/contact/writefedex.html","/lu/contact/index.html","/lu/invoice/billingform.html","/lu/shippingguide/index.html","/lu/services/index.html","/nl_english/tracking/f_quickhelp.html","/nl_english/contact/writefedex.html","/nl_english/contact/index.html","/nl_english/invoice/billingform.html","/nl_english/shippingguide/index.html","/nl_english/services/index.html","/nl/tracking/f_quickhelp.html","/nl/contact/writefedex.html","/nl/contact/index.html","/nl/invoice/billingform.html","/nl/shippingguide/index.html","/nl/services/index.html","/es/tracking/f_quickhelp.html","/es/contact/writefedex.html","/es/contact/index.html","/es/invoice/billingform.html","/es/shippingguide/index.html","/es/services/index.html","/ae/tracking/f_quickhelp.html","/ae/contact/writefedex.html","/ae/contact/index.html","/ae/invoice/billingform.html","/ae/shippingguide/index.html","/ae/services/index.html","/ae_arabic/tracking/f_quickhelp.html","/ae_arabic/contact/writefedex.html","/ae_arabic/contact/index.html","/ae_arabic/invoice/billingform.html","/ae_arabic/shippingguide/index.html","/ae_arabic/services/index.html","/es_english/tracking/f_quickhelp.html","/es_english/contact/writefedex.html","/es_english/contact/index.html","/es_english/invoice/billingform.html","/es_english/shippingguide/index.html","/es_english/services/index.html","/at_english/tracking/f_quickhelp.html","/at_english/contact/writefedex.html","/at_english/contact/index.html","/at_english/invoice/billingform.html","/at_english/shippingguide/index.html","/at_english/services/index.html","/at/tracking/f_quickhelp.html","/at/contact/writefedex.html","/at/contact/index.html","/at/invoice/billingform.html","/at/shippingguide/index.html","/at/services/index.html","/cz_english/tracking/f_quickhelp.html","/cz_english/contact/writefedex.html","/cz_english/contact/index.html","/cz_english/invoice/billingform.html","/cz_english/shippingguide/index.html","/cz_english/services/index.html","/cz/tracking/f_quickhelp.html","/cz/contact/writefedex.html","/cz/contact/index.html","/cz/invoice/billingform.html","/cz/shippingguide/index.html","/cz/services/index.html","/hu_english/tracking/f_quickhelp.html","/hu_english/contact/writefedex.html","/hu_english/contact/index.html","/hu_english/invoice/billingform.html","/hu_english/shippingguide/index.html","/hu_english/services/index.html","/hu/tracking/f_quickhelp.html","/hu/contact/writefedex.html","/hu/contact/index.html","/hu/invoice/billingform.html","/hu/shippingguide/index.html","/hu/services/index.html","/pl_english/tracking/f_quickhelp.html","/pl_english/contact/writefedex.html","/pl_english/contact/index.html","/pl_english/invoice/billingform.html","/pl_english/shippingguide/index.html","/pl_english/services/index.html","/pl/tracking/f_quickhelp.html","/pl/contact/writefedex.html","/pl/contact/index.html","/pl/invoice/billingform.html","/pl/shippingguide/index.html","/pl/services/index.html","/ch/tracking/f_quickhelp.html","/ch/contact/writefedex.html","/ch/contact/index.html","/ch/invoice/billingform.html","/ch/shippingguide/index.html","/ch/services/index.html","/ch_deutsch/tracking/f_quickhelp.html","/ch_deutsch/contact/writefedex.html","/ch_deutsch/contact/index.html","/ch_deutsch/invoice/billingform.html","/ch_deutsch/shippingguide/index.html","/ch_deutsch/services/index.html","/ch_francais/tracking/f_quickhelp.html","/ch_francais/contact/writefedex.html","/ch_francais/contact/index.html","/ch_francais/invoice/billingform.html","/ch_francais/shippingguide/index.html","/ch_francais/services/index.html","/ch_italiano/tracking/f_quickhelp.html","/ch_italiano/contact/writefedex.html","/ch_italiano/contact/index.html","/ch_italiano/invoice/billingform.html","/ch_italiano/shippingguide/index.html","/ch_italiano/services/index.html"];
var ii_Inv=[[8156,"email fedex",1,"","invitelayer",9,6,30,9,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=The customer was offered chat due to being idle on the Email FedEx page for 10 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[8159,"tracking",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=This customer received an invite by being idle for 1minute 32 seconds on the Tracking FAQ page",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[8160,"fsm - domestic 4 min 30 sec",1,"","invitelayer",9,6,30,9,0,"/images/us/enterprisechat/background003_image.gif",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due to being idle in FedEx Ship Manager longer than 4 minutes and 30 seconds.",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","domship","","","domship","","","domship","",""],[11282,"tracking faq visits more than one time",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=The visitor was offered chat since they were on the FAQ page abandoned the page and returned to the FAQ page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[11283,"fsm international 6 min 24 sec",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=The customer was offered chat due to being idle preparing an International shipment for longer than 6 minutes and 24 seconds.",1,500,620,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","intship","","","intship","","","intship","",""],[11284,"fsm international commodity field 75 seconds",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif   ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=The customer was offered chat since that were idle on the commodity field. ",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","intship","","","intship","","","intship","",""],[11320,"fsm - 120 seconds after weight field completed",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif   ",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due to completing the weight field then sitting idle for 120 seconds. ",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","domship","","","domship","","","domship","",""],[11321,"fsm - 4 minutes on weight field",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif   ",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer has stopped on the weight field for longer than 4 minutes.",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","domship","","","domship","","","domship","",""],[11340,"fsm - 120 seconds after packages field",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif   ",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due to being idle 120 seconds after filling out the packages field.",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","domship","","","domship","","","domship","",""],[11498,"choose fedex",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background002_image.gif  ",320,275,220,240,"/images/us/enterprisechat/invite002_accept_button.gif","","/us/forms/enterprisechat/chatSalesForm.html?di=21837\u0026invitationname=The customer was offered chat for visiting Choose FedEx.",1,500,620,127,240,"/images/us/enterprisechat/invite002_decline_button.gif","","sales","","","sales","","","sales","",""],[11920,"choose now fedex.com",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background002_image.gif",320,275,220,240,"/images/us/enterprisechat/invite002_accept_button.gif","","/us/forms/enterprisechat/chatSalesForm.html?di=21837\u0026invitationname=The customer was offered chat due to visting Choose Now FedEx Home Page.",1,500,620,127,240,"/images/us/enterprisechat/invite002_decline_button.gif","","sales","","","sales","","","sales","",""],[12082,"Tracking FAQ - I\u0027m expecting a package, when will it arrive?",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=The customer was offered chat due to being idle on the Tracking FAQ page for 15 seconds after selecting the questions \u0022I\u0027m expecting a package, when will it arrive?\u0022.",1,500,620,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[12083,"Tracking FAQ - My package was supposed to be here, but it has not arrived. ",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=The customer was offered chat due to being idle on the Tracking FAQ page for 15 seconds after selecting the questions \u0022My package was supposed to be here, but it has not arrived. What can I do? \u0022.",1,500,620,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[12084,"Tracking FAQ - What does the \u0022status exception code\u0022 mean? ",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=The customer was offered chat due to being idle on the Tracking FAQ page for 15 seconds after selecting the questions \u0022What does the \u0022status exception code\u0022 mean?\u0022.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[12221,"domestic fsm help ",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due to being idle for 2 minutes 26 seconds on the help pop-up",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","domship","","","domship","","","domship","",""],[12222,"international fsm help",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=The customer was offered chat due to being idle for 2 minutes 26 seconds on the help pop-up",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","initship","","","initship","","","initship","",""],[13202,"express international email form",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=The customer was offered chat due to choosing FedEx Express International from the service type drop down menu on the email form page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","international","","","international","","","international","",""],[13203,"international tracking faq - How do I change the delivery address ",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=The customer selected the faq question “How do I change the delivery address on my shipment?” and they sit idle for 15 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","international","","","international","","","international","",""],[13204,"international tracking faq - package information different",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=The customer selected the following faq “When I track my international FedEx Express package, I sometimes get information on a package going to a different location, or for one that has already been delivered, Why?” and they sit idle for 15 seconds.",1,500,620,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","international","","","international","","","international","",""],[14410,"abandon fsm domestic 4 minutes",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat since they did not reach the label page, sat idle for over 4 minutes and were going to abandon FSM.",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","domship","","","domship","","","domship","",""],[14411,"abandon international fsm - 4 minutes",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=The customer was offered chat since they have not reached the label page, sat idle for 4 minutes and were going to abandon fsm.",1,500,620,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","initship","","","initship","","","initship","",""],[30200,"oar contact help page",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif ","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due to being idle on the OAR contact information help page for 2 minutes 54 seconds.",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif ","","tss","","","tss","","","tss","",""],[30220,"oar account info help page",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif ","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due to being idle on the OAR account information help page for 3 minutes 14 seconds.",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif ","","tss","","","tss","","","tss","",""],[30240,"oar link to an account help page",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif ","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due being idle on the OAR link to an account help page for 2 minutes 26 seconds.",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif ","","tss","","","tss","","","tss","",""],[30260,"international shipping 101 page",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif      ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif ","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=The customer was offerd chat due being idle on the International Services Shipping 101 page for 1 minute 6 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif ","","initship","","","initship","","","initship","",""],[30261,"international services faq page",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif   ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif ","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=The customer was offerd chat due to being idle on the International Services FAQ page for 1 minute 26 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif ","","international","","","international","","","international","",""],[30262,"fsm to international services site",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=21835\u0026invitationname=The customer was offerd chat due navigating from FedEx Ship Manager to the International Services site and being idle for 1 minute 7 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","initship","","","initship","","","initship","",""],[30263,"nav from reach around to international services",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=The customer was offerd chat due to navigating from the reach around the world page to the International Services home page and being idle for 54 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","international","","","international","","","international","",""],[30264,"tracking quick help",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=The customer was offerd chat due to being idle on the Tracking quick help page for 1 minute 49 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[30265,"pickup quick help page",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=The visitor was offered chat due to being idle on the Pickup quick help page for 2 minutes 19 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domsetic","","","domestic","","","domestic","",""],[30266,"pickup history quick help",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=The visitor was offered chat due to being idle on the Pickup history quick help page for 1 minute 13 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[31400,"oar landing page",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due to being idle on the OAR landing page for 30 seconds.",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","tss","","","tss","","","tss","",""],[32041,"fbo faq",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due to being idle on the FBO FAQs page for 1 minute 20 seconds.",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","tss","","","tss","","","tss","",""],[32042,"fsm faq",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due to being idle on the FSM FAQs page for 20 seconds.",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","tss","","","tss","","","tss","",""],[32043,"way to ship faq",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due to being idle the Ways to Ship FAQs page for 1 minute 40 seconds.",1,500,620,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","tss","","","tss","","","tss","",""],[32500,"print label no pickup",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background004_image.gif",320,275,220,240,"/images/us/enterprisechat/invite004_accept_button.gif","","/us/forms/enterprisechat/chatTechnicalSupportForm.html?di=21835\u0026invitationname=The customer was offered chat due to not selecting a scheduled pickup option. ",1,500,620,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domship","","","domship","","","domship","",""],[35620,"how to order exprs supls",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=The customer was offered chat due to being idle on the Tracking FAQ page for 15 seconds after selecting the questions  “How do I order FedEx Express supplies?”.",1,500,600,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[35640,"get rates transit time quick help",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=The visitor was offered chat due to being idle on the get rates and transit times quick help page for 1 minutes 19 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[36480,"tracking Scan - Dex8",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=This customer received an invite due to a tracking scan display of \u0022Customer not available or business closed\u0022 and being idle for 45 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[36540,"tracking scan - dex3",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009 \u0026invitationname=This customer received an invite due to a tracking scan display of \u0022Incorrect address\u0022 and being idle for 45 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[37324,"tracking scan - dex 6/7",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=This customer received an invite due to a tracking scan display of \u0022Refused by recipient\u0022 and being idle for 45 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[40880,"service at a glance",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=This customer was offered an invite due to being idle on the At a Glance Services chart page for 1 minute and 26 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","intl","","","intl","","","intl","",""],[41220,"track by number",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif ","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Track by Number Quick Help page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif ","","canada","","","canada","","","canada","",""],[41221,"can contact us",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the email us your question page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif ","","canada","","","canada","","","canada","",""],[41222,"get started faq",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the FAQ Getting Started page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","canada","","","canada","","","canada","",""],[41223,"can oar help",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif ","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Online Account Registration help page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","canada","","","canada","","","canada","",""],[41224,"can new acct help",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the New Account Setup help page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","canada","","","canada","","","canada","",""],[41720,"contactus ca",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Contact Us page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","canada","","","canada","","","canada","",""],[45400,"cn contact",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/cn_english/enterprisechat/chatCustomerForm_cn.html?di=41117\u0026invitationname=This customer received an invite due to being idle on the Contact page for 10 seconds. ",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","china","","","china","","","china","",""],[45420,"cn write fdx",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/cn_english/enterprisechat/chatCustomerForm_cn.html?di=41117\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Write FedEx page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","china","","","china","","","china","",""],[45440,"cn tracking quick hlp",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/cn_english/enterprisechat/chatCustomerForm_cn.html?di=41117\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Tracking Quick Help page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","china","","","china","","","china","",""],[45460,"cn get rate help",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/cn_english/enterprisechat/chatCustomerForm_cn.html?di=41117\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Get Rate Quick Help  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","china","","","china","","","china","",""],[45461,"cn ship help",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/cn_english/enterprisechat/chatCustomerForm_cn.html?di=41117\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Shipping Quick Help  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","china","","","china","","","china","",""],[45480,"kr contact",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/kr_english/enterprisechat/chatCustomerForm_kr.html?di=41118\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Contact Us page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","korea","","","korea","","","korea","",""],[45500,"kr write fdx",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/kr_english/enterprisechat/chatCustomerForm_kr.html?di=41118\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Write FedEx  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","korea","","","korea","","","korea","",""],[45501,"kr track quick hlp",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/kr_english/enterprisechat/chatCustomerForm_kr.html?di=41118\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Tracking Quick Help  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","korea","","","korea","","","korea","",""],[45520,"kr get rate",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/kr_english/enterprisechat/chatCustomerForm_kr.html?di=41118\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Get Rate Quick Help  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","korea","","","korea","","","korea","",""],[45540,"kr ship quick hlp",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/kr_english/enterprisechat/chatCustomerForm_kr.html?di=41118\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Shipping Quick Help page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","korea","","","korea","","","korea","",""],[45560,"tw contact",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/tw_english/enterprisechat/chatCustomerForm_tw.html?di=41115\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Contact Us page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","tawain","","","tawain","","","tawain","",""],[45580,"tw write fdx",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/tw_english/enterprisechat/chatCustomerForm_tw.html?di=41115\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Contact Write FedEx page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","tawain","","","tawain","","","tawain","",""],[45600,"tw track quick hlp",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/tw_english/enterprisechat/chatCustomerForm_tw.html?di=41115\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Tracking Quick Help page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","tawain","","","tawain","","","tawain","",""],[45620,"tw get rate",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/tw_english/enterprisechat/chatCustomerForm_tw.html?di=41115\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Get Rate Quick Help  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","tawain","","","tawain","","","tawain","",""],[45621,"tw ship quick hlp",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/tw_english/enterprisechat/chatCustomerForm_tw.html?di=41115\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Shipping Quick Help  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","tawain","","","tawain","","","tawain","",""],[45640,"ca infocenter",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Information Center page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","canada","","","canada","","","canada","",""],[45642,"ca package faq",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Customer Support Send Packages FAQ page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","canada","","","canada","","","canada","",""],[45643,"ca getrate quick hlp",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Get Rate Quick Help page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","canada","","","canada","","","canada","",""],[45660,"ca spod quickhlp",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the SPOD Quick Help  page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","canada","","","canada","","","canada","",""],[45661,"ca services",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Canada Services page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","canada","","","canada","","","canada","",""],[45662,"ca search",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Canada Search page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","canada","","","canada","","","canada","",""],[45663,"ca resource centere",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm_ca.html?di=40737\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Canada Resource Centre page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","canada","","","canada","","","canada","",""],[45800,"hk contact",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/hk_english/enterprisechat/chatCustomerForm_hk.html?di=41116\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Contact Us page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","hong kong","","","hong kong","","","hong kong","",""],[45820,"hk write fedex",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/hk_english/enterprisechat/chatCustomerForm_hk.html?di=41116\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Write FedEx page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","hong kong","","","hong kong","","","hong kong","",""],[45840,"hk trck quickhlp",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/hk/enterprisechat/chatCustomerForm_hk.html?di=41116\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Tracking Quick Help page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","hong kong","","","hong kong","","","hong kong","",""],[45841,"hk getrate",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/hk_english/enterprisechat/chatCustomerForm_hk.html?di=41116\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Get Rate Quick Help  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","hong kong","","","hong kong","","","hong kong","",""],[45842,"hk ship quickhlp",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/hk_english/enterprisechat/chatCustomerForm_hk.html?di=41116\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Shipping Quick Help  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","hong kong","","","hong kong","","","hong kong","",""],[45860,"au contact",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/au/enterprisechat/chatCustomerForm_au.html?di=41119\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Contact Us  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","australia","","","australia","","","australia","",""],[45861,"au write fdx",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/au/enterprisechat/chatCustomerForm_au.html?di=41119\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Write FedEx page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","australia","","","australia","","","australia","",""],[45880,"au trk quickhlp",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/au/enterprisechat/chatCustomerForm_au.html?di=41119\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Tracking Quick Help  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","australia","","","australia","","","australia","",""],[45900,"au getrate",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/au/enterprisechat/chatCustomerForm_au.html?di=41119\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Get Rate Quick Help  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","australia","","","australia","","","australia","",""],[45920,"au ship help",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/au/enterprisechat/chatCustomerForm_au.html?di=41119\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Shipping Quick Help  page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif ","","australia","","","australia","","","australia","",""],[46980,"fsm at .com",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=21835\u0026invitationname=The customer was offered chat due selecting FSM at fedex.com from the product or service drop-down menu on the Email FedEx page.",1,500,650,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","domship","","","domship","","","domship","",""],[47000,"fsm email fdx",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=21835\u0026invitationname=The customer was offered chat due selecting FSM from the product or service drop-down menu on the Email FedEx page.",1,500,650,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","domship","","","domship","","","domship","",""],[47001,"fsm quickship",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=21835\u0026invitationname=The customer was offered chat due selecting FSM QuickShip from the product or service drop-down menu on the Email FedEx page.",1,500,650,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","domship","","","domship","","","domship","",""],[47020,"mail fedex.com",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background003_image.gif",320,275,220,240,"/images/us/enterprisechat/invite003_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=21835\u0026invitationname=The customer was offered chat due selecting Fedex.com from the product or service drop-down menu on the Email FedEx page.",1,500,650,127,240,"/images/us/enterprisechat/invite003_decline_button.gif","","domship","","","domship","","","domship","",""],[47040,"fdx xpress dom",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24009\u0026invitationname=The customer was offered chat due selecting Fedex Express Domestic from the product or service drop-down menu on the Email FedEx page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","domestic","","","domestic","","","domestic","",""],[47360,"uk services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background007_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite007_accept_button.gif","","/ukservices/forms/instantservicechat/chatCustomerForm_uk.html?di=40583\u0026invitationname=This customer received an invite due to being idle on the UK Services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite007_decline_button.gif","","uk","","","uk","","","uk","",""],[47380,"uk writefdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background007_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite007_accept_button.gif","","/ukservices/forms/instantservicechat/chatCustomerForm_uk.html?di=40583\u0026invitationname=This customer received an invite due to being idle on the UK Contact Write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite007_decline_button.gif","","uk","","","uk","","","uk","",""],[47400,"uk track quickhelp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background007_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite007_accept_button.gif","","/ukservices/forms/instantservicechat/chatCustomerForm_uk.html?di=40583\u0026invitationname=This customer received an invite due to being idle on the Tracking Quick Help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite007_decline_button.gif","","uk","","","uk","","","uk","",""],[47460,"gb services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background006_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite006_accept_button.gif","","/gb/forms/instantservicechat/chatCustomerForm_gb.html?di=42017\u0026invitationname=This customer received an invite due to due to be idle on the Gb Services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite006_decline_button.gif","","gb","","","gb","","","gb","",""],[47480,"gb contact write",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background006_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite006_accept_button.gif","","/gb/forms/instantservicechat/chatCustomerForm_gb.html?di=42017\u0026invitationname=This customer received an invite due to due to be idle on the Contact Write Fedex page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite006_decline_button.gif","","gb","","","gb","","","gb","",""],[47500,"gb contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background006_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite006_accept_button.gif","","/gb/forms/instantservicechat/chatCustomerForm_gb.html?di=42017\u0026invitationname=This customer received an invite due to due to be idle on the GB Contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite006_decline_button.gif","","gb","","","gb","","","gb","",""],[47520,"gb invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background006_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite006_accept_button.gif","","/gb/forms/instantservicechat/chatCustomerForm_gb.html?di=42017\u0026invitationname=This customer received an invite due to due to be idle on the GB Invoice Billing page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite006_decline_button.gif","","gb","","","gb","","","gb","",""],[47540,"gb helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background006_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite006_accept_button.gif","","/gb/forms/instantservicechat/chatCustomerForm_gb.html?di=42017\u0026invitationname=This customer received an invite due to being idle on the GB Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite006_decline_button.gif","","gb","","","gb","","","gb","",""],[47560,"gb shipguide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background006_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite006_accept_button.gif","","/gb/forms/instantservicechat/chatCustomerForm_gb.html?di=42017\u0026invitationname=This customer received an invite due to due to be idle on the GB Shipping Guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite006_decline_button.gif","","gb","","","gb","","","gb","",""],[49360,"ire helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background006_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite006_accept_button.gif","","/gb/forms/instantservicechat/chatCustomerForm_gb.html?di=42017\u0026invitationname=This customer received an invite due to being idle on the Ireland Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite006_decline_button.gif","","gb","","","gb","","","gb","",""],[52700,"intl ship rates",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=24007\u0026invitationname=The customer was offered chat since that were idle on the International Shipping easy rates page.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","international","","","international","","","international","",""],[54780,"cn ex contact",1,"","invitelayer",2,5,30,2,0,"/images/cn/enterprisechat/background005_image.gif",320,275,220,240,"/images/cn/enterprisechat/invite005_accept_button.gif ","","/cn/enterprisechat/chatCustomerForm_cn.html?di=43775\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the contact  page.",1,500,650,127,240,"/images/cn/enterprisechat/invite005_decline_button.gif ","","china ex","","","china ex","","","china ex","",""],[54781,"cn ex write fdx",1,"","invitelayer",2,5,30,2,0,"/images/cn/enterprisechat/background005_image.gif",320,275,220,240,"/images/cn/enterprisechat/invite005_accept_button.gif ","","/cn/enterprisechat/chatCustomerForm_cn.html?di=43775\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the write fedex page.",1,500,650,127,240,"/images/cn/enterprisechat/invite005_decline_button.gif ","","china ex","","","china ex","","","china ex","",""],[54782,"cn ex trk qk help",1,"","invitelayer",2,5,30,2,0,"/images/cn/enterprisechat/background005_image.gif",320,275,220,240,"/images/cn/enterprisechat/invite005_accept_button.gif ","","/cn/enterprisechat/chatCustomerForm_cn.html?di=43775\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the tracking quick help page.",1,500,650,127,240,"/images/cn/enterprisechat/invite005_decline_button.gif ","","china ex","","","china ex","","","china ex","",""],[54783,"cn ex grrt qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/cn/enterprisechat/background005_image.gif",320,275,220,240,"/images/cn/enterprisechat/invite005_accept_button.gif ","","/cn/enterprisechat/chatCustomerForm_cn.html?di=43775\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Get Rates and Transit times quick help page.",1,500,650,127,240,"/images/cn/enterprisechat/invite005_decline_button.gif ","","china ex","","","china ex","","","china ex","",""],[54784,"cn ex shp hlp",1,"","invitelayer",2,5,30,2,0,"/images/cn/enterprisechat/background005_image.gif",320,275,220,240,"/images/cn/enterprisechat/invite005_accept_button.gif ","","/cn/enterprisechat/chatCustomerForm_cn.html?di=43775\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Shipping Quick help  page.",1,500,650,127,240,"/images/cn/enterprisechat/invite005_decline_button.gif ","","china ex","","","china ex","","","china ex","",""],[54800,"kr ex contact",1,"","invitelayer",2,5,30,2,0,"/images/kr/enterprisechat/background005_image.gif",320,275,220,240,"/images/kr/enterprisechat/invite005_accept_button.gif ","","/kr/enterprisechat/chatCustomerForm_kr.html?di=43776\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the contact page.",1,500,650,127,240,"/images/kr/enterprisechat/invite005_decline_button.gif ","","korea ex","","","korea ex","","","korea ex","",""],[54801,"kr ex write fdx",1,"","invitelayer",2,5,30,2,0,"/images/kr/enterprisechat/background005_image.gif",320,275,220,240,"/images/kr/enterprisechat/invite005_accept_button.gif","","/kr/enterprisechat/chatCustomerForm_kr.html?di=43776\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the write fedex page.",1,500,650,127,240,"/images/kr/enterprisechat/invite005_decline_button.gif ","","korea ex","","","korea ex","","","korea ex","",""],[54802,"kr ex trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/kr/enterprisechat/background005_image.gif",320,275,220,240,"/images/kr/enterprisechat/invite005_accept_button.gif","","/kr/enterprisechat/chatCustomerForm_kr.html?di=43776\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Tracking Quick Help page.",1,500,650,127,240,"/images/kr/enterprisechat/invite005_decline_button.gif ","","korea ex","","","korea ex","","","korea ex","",""],[54803,"kr ex grrt qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/kr/enterprisechat/background005_image.gif",320,275,220,240,"/images/kr/enterprisechat/invite005_accept_button.gif","","/kr/enterprisechat/chatCustomerForm_kr.html?di=43776\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Get Rates and Transit Times Quick help page.",1,500,650,127,240,"/images/kr/enterprisechat/invite005_decline_button.gif","","korea ex","","","korea ex","","","korea ex","",""],[54820,"kr ex shp qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/kr/enterprisechat/background005_image.gif",320,275,220,240,"/images/kr/enterprisechat/invite005_accept_button.gif","","/kr/enterprisechat/chatCustomerForm_kr.html?di=43776\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the shipping quick help page.",1,500,650,127,240,"/images/kr/enterprisechat/invite005_decline_button.gif","","korea ex","","","korea ex","","","korea ex","",""],[54840,"tw ex contact",1,"","invitelayer",2,5,30,2,0,"/images/tw/enterprisechat/background005_image.gif",320,275,220,240,"/images/tw/enterprisechat/invite005_accept_button.gif","","/tw/enterprisechat/chatCustomerForm_tw.html?di=43777\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the contact page.",1,500,650,127,240,"/images/tw/enterprisechat/invite005_decline_button.gif","","taiwan ex","","","taiwan ex","","","taiwan ex","",""],[54841,"tw ex write fdx",1,"","invitelayer",2,5,30,2,0,"/images/tw/enterprisechat/background005_image.gif",320,275,220,240,"/images/tw/enterprisechat/invite005_accept_button.gif","","/tw/enterprisechat/chatCustomerForm_tw.html?di=43777\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the write fedex  page.",1,500,650,127,240,"/images/tw/enterprisechat/invite005_decline_button.gif","","taiwan ex","","","taiwan ex","","","taiwan ex","",""],[54860,"tw ex trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/tw/enterprisechat/background005_image.gif",320,275,220,240,"/images/tw/enterprisechat/invite005_accept_button.gif","","/tw/enterprisechat/chatCustomerForm_tw.html?di=43777\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the tracking quick help page.",1,500,650,127,240,"/images/tw/enterprisechat/invite005_decline_button.gif","","taiwan ex","","","taiwan ex","","","taiwan ex","",""],[54861,"tw ex grrt qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/tw/enterprisechat/background005_image.gif",320,275,220,240,"/images/tw/enterprisechat/invite005_accept_button.gif","","/tw/enterprisechat/chatCustomerForm_tw.html?di=43777\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the get rates and transit times quick help page.",1,500,650,127,240,"/images/tw/enterprisechat/invite005_decline_button.gif","","taiwan ex","","","taiwan ex","","","taiwan ex","",""],[54862,"tw ex shp hlp",1,"","invitelayer",2,5,30,2,0,"/images/tw/enterprisechat/background005_image.gif",320,275,220,240,"/images/tw/enterprisechat/invite005_accept_button.gif","","/tw/enterprisechat/chatCustomerForm_tw.html?di=43777\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the shipping help page.",1,500,650,127,240,"/images/tw/enterprisechat/invite005_decline_button.gif","","taiwan ex","","","taiwan ex","","","taiwan ex","",""],[54880,"hk ex contact",1,"","invitelayer",2,5,30,2,0,"/images/hk/enterprisechat/background005_image.gif",320,275,220,240,"/images/hk/enterprisechat/invite005_accept_button.gif","","/hk/enterprisechat/chatCustomerForm_hk.html?di=43778\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the contact page.",1,500,650,127,240,"/images/hk/enterprisechat/invite005_decline_button.gif","","hong kong ex","","","hong kong ex","","","hong kong ex","",""],[54881,"hk ex write fdx",1,"","invitelayer",2,5,30,2,0,"/images/hk/enterprisechat/background005_image.gif",320,275,220,240,"/images/hk/enterprisechat/invite005_accept_button.gif","","/hk/enterprisechat/chatCustomerForm_hk.html?di=43778\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the write fedex page.",1,500,650,127,240,"/images/hk/enterprisechat/invite005_decline_button.gif","","hong kong ex","","","hong kong ex","","","hong kong ex","",""],[54882,"hk ex trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/hk/enterprisechat/background005_image.gif",320,275,220,240,"/images/hk/enterprisechat/invite005_accept_button.gif","","/hk/enterprisechat/chatCustomerForm_hk.html?di=43778\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the tracking quick help page.",1,500,650,127,240,"/images/hk/enterprisechat/invite005_decline_button.gif","","hong kong ex","","","hong kong ex","","","hong kong ex","",""],[54900,"hk ex grrt qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/hk/enterprisechat/background005_image.gif",320,275,220,240,"/images/hk/enterprisechat/invite005_accept_button.gif","","/hk/enterprisechat/chatCustomerForm_hk.html?di=43778\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the get rates and transit times quick help page.",1,500,650,127,240,"/images/hk/enterprisechat/invite005_decline_button.gif","","hong kong ex","","","hong kong ex","","","hong kong ex","",""],[54901,"hk ex shp hlp",1,"","invitelayer",2,5,30,2,0,"/images/hk/enterprisechat/background005_image.gif",320,275,220,240,"/images/hk/enterprisechat/invite005_accept_button.gif","","/hk/enterprisechat/chatCustomerForm_hk.html?di=43778\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the shipping help page.",1,500,650,127,240,"/images/hk/enterprisechat/invite005_decline_button.gif","","hong kong ex","","","hong kong ex","","","hong kong ex","",""],[55860,"new cust sales",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background002_image.gif",320,275,220,240,"/images/us/enterprisechat/invite002_accept_button.gif","","/us/forms/enterprisechat/chatSalesForm.html?di=21837\u0026invitationname=This customer received an invite due to being idle for 1 minute and 3 seconds on the new customer page.",1,500,650,127,240,"/images/us/enterprisechat/invite002_decline_button.gif","","sales","","","sales","","","sales","",""],[55880,"svcs sales",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background002_image.gif",320,275,220,240,"/images/us/enterprisechat/invite002_accept_button.gif","","/us/forms/enterprisechat/chatSalesForm.html?di=21837\u0026invitationname=This customer received an invite due to being idle for 56 seconds on the sales services page.",1,500,650,127,240,"/images/us/enterprisechat/invite002_decline_button.gif","","sales","","","sales","","","sales","",""],[55900,"bussol sales",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background002_image.gif",320,275,220,240,"/images/us/enterprisechat/invite002_accept_button.gif","","/us/forms/enterprisechat/chatSalesForm.html?di=21837\u0026invitationname=This customer received an invite due to being idle for 45 seconds on the business solutions page.",1,500,650,127,240,"/images/us/enterprisechat/invite002_decline_button.gif","","sales","","","sales","","","sales","",""],[59381,"at english helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background008_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite008_accept_button.gif","","/at_english/forms/instantservicechat/chatCustomerForm_at_english.html?di=44887\u0026invitationname=This customer received an invite due to being idle on the  Austria Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite008_decline_button.gif","","at english","","","at english","","","at english","",""],[59400,"osterreich helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background009_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite009_accept_button.gif","","/at/forms/instantservicechat/chatCustomerForm_at.html?di=44913\u0026invitationname=This customer received an invite due to being idle on the  Osterreich Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite009_decline_button.gif","","osterreich","","","osterreich","","","osterreich","",""],[59420,"bahrain helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background010_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite010_accept_button.gif","","/bh/forms/instantservicechat/chatCustomerForm_bh.html?di=44987\u0026invitationname=This customer received an invite due to being idle on the  Bahrain Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite010_decline_button.gif","","bh english","","","bh english","","","bh english","",""],[59440,"belgie helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background013_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite013_accept_button.gif","","/be_nederlands/forms/instantservicechat/chatCustomerForm_be_nederlands.html?di=44915\u0026invitationname=This customer received an invite due to being idle on the  Belgie Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite013_decline_button.gif","","belgie","","","belgie","","","belgie","",""],[59460,"belgique helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background012_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite012_accept_button.gif","","/be_francais/forms/instantservicechat/chatCustomerForm_be_francais.html?di=44914\u0026invitationname=This customer received an invite due to being idle on the  Belgique Help Me page for 2 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite012_decline_button.gif","","belgique","","","belgique","","","belgique","",""],[59480,"belgium helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background011_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite011_accept_button.gif","","/be/forms/instantservicechat/chatCustomerForm_be.html?di=44888\u0026invitationname=This customer received an invite due to being idle on the  Belgium Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite011_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[59481,"cz english",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background015_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite015_accept_button.gif","","/cz_english/forms/instantservicechat/chatCustomerForm_cz.html?di=44889\u0026invitationname=This customer received an invite due to being idle on the  Czech Republic Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite015_decline_button.gif","","cz english","","","cz english","","","cz english","",""],[59482,"czech helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background014_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite014_accept_button.gif","","/cz/forms/instantservicechat/chatCustomerForm_cz.html?di=44929\u0026invitationname=This customer received an invite due to being idle on the  Czech Republic Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite014_decline_button.gif","","czech","","","czech","","","czech","",""],[59500,"danmark helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background016_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite016_accept_button.gif","","/dk/forms/instantservicechat/chatCustomerForm_dk.html?di=44916\u0026invitationname=This customer received an invite due to being idle on the  Danmark Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite016_decline_button.gif","","danmark","","","danmark","","","danmark","",""],[59520,"dk english helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background017_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite017_accept_button.gif","","/dk_english/forms/instantservicechat/chatCustomerForm_dk_english.html?di=44890\u0026invitationname=This customer received an invite due to being idle on the  Denmark Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite017_decline_button.gif","","denmark","","","denmark","","","denmark","",""],[59540,"finland helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background018_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite018_accept_button.gif","","/fi/forms/instantservicechat/chatCustomerForm_fi.html?di=44891\u0026invitationname=This customer received an invite due to being idle on the  Finland Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite018_decline_button.gif","","finland","","","finland","","","finland","",""],[59560,"fr english helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background020_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite020_accept_button.gif","","/fr_english/forms/instantservicechat/chatCustomerForm_fr_english.html?di=44892\u0026invitationname=This customer received an invite due to being idle on the  France Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite020_decline_button.gif","","fr english","","","fr english","","","fr english","",""],[59580,"french helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background019_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite019_accept_button.gif","","/fr/forms/instantservicechat/chatCustomerForm_fr.html?di=44917\u0026invitationname=This customer received an invite due to being idle on the  France Help Me page for 2 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite019_decline_button.gif","","france","","","france","","","france","",""],[59600,"deustchland helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background021_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite021_accept_button.gif","","/de/forms/instantservicechat/chatCustomerForm_de.html?di=44919\u0026invitationname=This customer received an invite due to being idle on the  Deustchland Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite021_decline_button.gif","","deustschland","","","deustschland","","","deustschland","",""],[59601,"hungary helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background024_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite024_accept_button.gif","","/hu_english/forms/instantservicechat/chatCustomerForm_hu_english.html?di=44894\u0026invitationname=This customer received an invite due to being idle on the  Hungary Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite024_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[59620,"magyarorszag hm",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background023_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite023_accept_button.gif","","/hu/forms/instantservicechat/chatCustomerForm_hu.html?di=44988\u0026invitationname=This customer received an invite due to being idle on the  Magyarorszag Help Me page for 2 seconds.",1,500,650,93,240,"/images/emea/instantservicechat/invite023_decline_button.gif","","magyarorszag","","","magyarorszag","","","magyarorszag","",""],[59640,"india helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background025_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite025_accept_button.gif","","/in/forms/instantservicechat/chatCustomerForm_in.html?di=44895\u0026invitationname=This customer received an invite due to being idle on the  India Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite025_decline_button.gif","","india","","","india","","","india","",""],[59660,"ireland helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background026_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite026_accept_button.gif","","/ie/forms/instantservicechat/chatCustomerForm_ie.html?di=44896\u0026invitationname=This customer received an invite due to being idle on the  Ireland Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite026_decline_button.gif","","ireland","","","ireland","","","ireland","",""],[59680,"italy helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background028_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite028_accept_button.gif","","/it_english/forms/instantservicechat/chatCustomerForm_it_english.html?di=44897\u0026invitationname=This customer received an invite due to being idle on the Italy Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite028_decline_button.gif","","italy","","","italy","","","italy","",""],[59700,"italia helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background027_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite027_accept_button.gif","","/it/forms/instantservicechat/chatCustomerForm_it.html?di=44920\u0026invitationname=This customer received an invite due to being idle on the Italia Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite027_decline_button.gif","","italia","","","italia","","","italia","",""],[59720,"kuwait helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background029_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite029_accept_button.gif","","/kw/forms/instantservicechat/chatCustomerForm_kw.html?di=44989\u0026invitationname=This customer received an invite due to being idle on the  Kuwait Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite029_decline_button.gif","","kuwait","","","kuwait","","","kuwait","",""],[59721,"lux helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background030_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite030_accept_button.gif","","/lu/forms/instantservicechat/chatCustomerForm_lu.html?di=44898\u0026invitationname=This customer received an invite due to being idle on the  Luxemborg Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite030_decline_button.gif","","luxemborg","","","luxemborg","","","luxemborg","",""],[59740,"netherland helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background032_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite032_accept_button.gif","","/nl_english/forms/instantservicechat/chatCustomerForm_nl_english.html?di=44899\u0026invitationname=This customer received an invite due to being idle on the  Netherlands Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite032_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[59760,"nederland helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background031_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite031_accept_button.gif","","/nl/forms/instantservicechat/chatCustomerForm_nl.html?di=44921\u0026invitationname=This customer received an invite due to being idle on the  Nederland Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite031_decline_button.gif","","nederland","","","nederland","","","nederland","",""],[59761,"norway helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background033_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite033_accept_button.gif","","/no/forms/instantservicechat/chatCustomerForm_no.html?di=44900\u0026invitationname=This customer received an invite due to being idle on the  Norway Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite033_decline_button.gif","","norway","","","norway","","","norway","",""],[59780,"poland helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background035_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite035_accept_button.gif","","/pl_english/forms/instantservicechat/chatCustomerForm_pl_english.html?di=44901\u0026invitationname=This customer received an invite due to being idle on the  Poland Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite035_decline_button.gif","","poland","","","poland","","","poland","",""],[59800,"polska helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background034_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite034_accept_button.gif","","/pl/forms/instantservicechat/chatCustomerForm_pl.html?di=44922\u0026invitationname=This customer received an invite due to being idle on the  Polska strona glowna Help Me page for 2 seconds.",1,500,650,93,240,"/images/emea/instantservicechat/invite034_decline_button.gif","","polska","","","polska","","","polska","",""],[59801,"espana helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background039_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite039_accept_button.gif","","/es/forms/instantservicechat/chatCustomerForm_es.html?di=44923\u0026invitationname=This customer received an invite due to being idle on the  Espana Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite039_decline_button.gif","","espana","","","espana","","","espana","",""],[59820,"spain helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background040_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite040_accept_button.gif","","/es_english/forms/instantservicechat/chatCustomerForm_es_english.html?di=44903\u0026invitationname=This customer received an invite due to being idle on the  Spain Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite040_decline_button.gif","","spain","","","spain","","","spain","",""],[59821,"sverige helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background041_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite041_accept_button.gif","","/se/forms/instantservicechat/chatCustomerForm_se.html?di=44924\u0026invitationname=This customer received an invite due to being idle on the  Sverige Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite041_decline_button.gif","","sverige","","","sverige","","","sverige","",""],[59822,"sweden helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background042_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite042_accept_button.gif","","/se_english/forms/instantservicechat/chatCustomerForm_se_english.html?di=44904\u0026invitationname=This customer received an invite due to being idle on the  Sweden Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite042_decline_button.gif","","sweden","","","sweden","","","sweden","",""],[59840,"switzerland hm",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background043_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite043_accept_button.gif","","/ch/forms/instantservicechat/chatCustomerForm_ch.html?di=44905\u0026invitationname=This customer received an invite due to being idle on the  Switzerland Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite043_decline_button.gif","","switzerland","","","switzerland","","","switzerland","",""],[59860,"schweiz helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background044_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite044_accept_button.gif","","/ch_deutsch/forms/instantservicechat/chatCustomerForm_ch_deutsch.html?di=44925\u0026invitationname=This customer received an invite due to being idle on the  Schweiz Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite044_decline_button.gif","","schweiz","","","schweiz","","","schweiz","",""],[59880,"suisse helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background045_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite045_accept_button.gif","","/ch_francais/forms/instantservicechat/chatCustomerForm_ch_francais.html?di=44926\u0026invitationname=This customer received an invite due to being idle on the  Suisse Help Me page for 2 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite045_decline_button.gif","","suisse","","","suisse","","","suisse","",""],[59881,"svizzera helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background046_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite046_accept_button.gif","","/ch_italiano/forms/instantservicechat/chatCustomerForm_ch_italiano.html?di=44927\u0026invitationname=This customer received an invite due to being idle on the  Svizzera Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite046_decline_button.gif","","svizzera","","","svizzera","","","svizzera","",""],[59882,"uae english helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background047_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite047_accept_button.gif","","/ae/forms/instantservicechat/chatCustomerForm_ae.html?di=44906\u0026invitationname=This customer received an invite due to being idle on the  United Arab Emirates Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite047_decline_button.gif","","uae eng","","","uae eng","","","uae eng","",""],[59883,"uae helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background048_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite048_accept_button.gif","","/ae_arabic/forms/instantservicechat/chatCustomerForm_ae_arabic.html?di=45279\u0026invitationname=This customer received an invite due to being idle on the  UAE Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite048_decline_button.gif","","uae arabic","","","uae arabic","","","uae arabic","",""],[60020,"germany helpme",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background022_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite022_accept_button.gif","","/de_english/forms/instantservicechat/chatCustomerForm_de_english.html?di=44893\u0026invitationname=This customer received an invite due to being idle on the  Germany Help Me page for 2 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite022_decline_button.gif","","germany","","","germany","","","germany","",""],[60684,"sg contact",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif ",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/sg/enterprisechat/chatCustomerForm_sg.html?di=46837\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Contact page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","sg","","","sg","","","sg","",""],[60685,"sg write",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/sg/enterprisechat/chatCustomerForm_sg.html?di=46837\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Write FedEx page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","sg","","","sg","","","sg","",""],[60686,"sg trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/sg/enterprisechat/chatCustomerForm_sg.html?di=46837\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Tracking Quick help page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","sg","","","sg","","","sg","",""],[60687,"sg shp qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/sg/enterprisechat/chatCustomerForm_sg.html?di=46837\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Shipping Quick help page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","sg","","","sg","","","sg","",""],[60688,"sg grrt",1,"","invitelayer",2,5,30,2,0,"/images/shared/enterprisechat/background005_image.gif",320,275,220,240,"/images/shared/enterprisechat/invite005_accept_button.gif","","/sg/enterprisechat/chatCustomerForm_sg.html?di=46837\u0026invitationname=This customer received an invite due to being idle for 10 seconds on the Get Rates and Transit Times Quick help page.",1,500,650,127,240,"/images/shared/enterprisechat/invite005_decline_button.gif","","sg","","","sg","","","sg","",""],[61340,"email freight",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45949\u0026invitationname=This customer received an invite for 10th customer/visitor after being idle 2 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","freight","","","freight","","","freight","",""],[61341,"freight faq1",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45949\u0026invitationname=This customer received an invite for clicking on the question “Does FedEx offer weekend delivery?” and has sat idle for 15 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","freight","","","freight","","","freight","",""],[61342,"freight faq2",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45949\u0026invitationname=This customer received an invite for clicking on the question “I\u0027m expecting a package, when will it arrive?” and has sat idle for 15 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","freight","","","freight","","","freight","",""],[61343,"freight faq3",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45949\u0026invitationname=This customer received an invite for clicking on the question clicking on “I tracked my shipment, and there haven\u0027t been scans on it in more than a day. What should I do?” and idle for 15 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","freight","","","freight","","","freight","",""],[61344,"rev svc fbo plus",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45950\u0026invitationname=This customer received an invite due being idle on the FBO Plus \u0026 FBO Non-Revenue help me page for 35 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","rev svcs","","","rev svcs","","","rev svcs","",""],[61380,"rvsvcs fbo pg help",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45950\u0026invitationname=This customer received an invite due being idle on the FBO Pager help me page for 35 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","rev svcs","","","rev svcs","","","rev svcs","",""],[61381,"rvsvcs cc help",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45950\u0026invitationname=This customer received an invite due being idle on the FBO Direct Billing Credit Card help me page for 35 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","rev svcs","","","rev svcs","","","rev svcs","",""],[61382,"revsvcs edi help",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45950\u0026invitationname=This customer received an invite due being idle on the FBO EDI \u0026 FBO EZ Debit help me page for 35 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","rev vscs","","","rev svcs","","","rev svcs","",""],[61520,"frght bol qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45949\u0026invitationname=This customer received an invite due being idle on the Freight Bill of Lading Quick help me page for 1 minute and 15 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","freight","","","freight","","","freight","",""],[61521,"frght pu qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45949\u0026invitationname=This customer received an invite due being idle on the Freight Pickup Quick help me page for 1 minute and 15 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","freight","","","freight","","","freight","",""],[61522,"frght bil qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45949\u0026invitationname=This customer received an invite due being idle on the Freight Billing Quick help me page for 1 minute and 15 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","freight","","","freight","","","freight","",""],[61523,"frght faq 4",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45949\u0026invitationname=This customer received an invite after clicking on “What is an Express Freight shipment?” and idle for 15 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","freight","","","freight","","","freight","",""],[61524,"revscs fbo comp",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45950\u0026invitationname=This customer received an invite due being idle on the FBO comparison page for 1 minute and 41 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","rev svcs","","","rev svcs","","","rev svcs","",""],[61540,"revscs fbo all",1,"","invitelayer",2,5,30,2,0,"/images/us/enterprisechat/background001_image.gif ",320,275,220,240,"/images/us/enterprisechat/invite001_accept_button.gif","","/us/forms/enterprisechat/chatCustomerForm.html?di=45950\u0026invitationname=This customer received an invite due being idle on the FBO All Account Types help me page for 35 seconds.",1,500,650,127,240,"/images/us/enterprisechat/invite001_decline_button.gif","","rev svcs","","","rev svcs","","","rev svcs","",""],[62346,"dk trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background016_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite016_accept_button.gif","","/dk/forms/instantservicechat/chatCustomerForm_dk.html?di=44916\u0026invitationname=This customer received an invite due to due to be idle on the Danmark tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite016_decline_button.gif","","danmark","","","danmark","","","danmark","",""],[62347,"dk write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background016_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite016_accept_button.gif","","/dk/forms/instantservicechat/chatCustomerForm_dk.html?di=44916\u0026invitationname=This customer received an invite due to due to be idle on the Danmark write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite016_decline_button.gif","","danmark","","","danmark","","","danmark","",""],[62348,"dk contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background016_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite016_accept_button.gif","","/dk/forms/instantservicechat/chatCustomerForm_dk.html?di=44916\u0026invitationname=This customer received an invite due to due to be idle on the Danmark contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite016_decline_button.gif","","danmark","","","danmark","","","danmark","",""],[62349,"dk invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background016_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite016_accept_button.gif","","/dk/forms/instantservicechat/chatCustomerForm_dk.html?di=44916\u0026invitationname=This customer received an invite due to due to be idle on the Danmark Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite016_decline_button.gif","","danmark","","","danmark","","","danmark","",""],[62350,"dk shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background016_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite016_accept_button.gif","","/dk/forms/instantservicechat/chatCustomerForm_dk.html?di=44916\u0026invitationname=This customer received an invite due to due to be idle on the Danmark shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite016_decline_button.gif","","danmark","","","danmark","","","danmark","",""],[62351,"dk services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background016_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite016_accept_button.gif","","/dk/forms/instantservicechat/chatCustomerForm_dk.html?di=44916\u0026invitationname=This customer received an invite due to due to be idle on the Danmark services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite016_decline_button.gif","","danmark","","","danmark","","","danmark","",""],[62352,"dk eng trk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background017_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite017_accept_button.gif","","/dk_english/forms/instantservicechat/chatCustomerForm_dk_english.html?di=44890\u0026invitationname=This customer received an invite due to due to be idle on the Denmark tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite017_decline_button.gif","","denmark","","","denmark","","","denmark","",""],[62353,"dk eng wrt fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background017_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite017_accept_button.gif","","/dk_english/forms/instantservicechat/chatCustomerForm_dk_english.html?di=44890\u0026invitationname=This customer received an invite due to due to be idle on the Denmark write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite017_decline_button.gif","","denmark","","","denmark","","","denmark","",""],[62354,"dk eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background017_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite017_accept_button.gif","","/dk_english/forms/instantservicechat/chatCustomerForm_dk_english.html?di=44890\u0026invitationname=This customer received an invite due to due to be idle on the Denmark contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite017_decline_button.gif","","denmark","","","denmark","","","denmark","",""],[62355,"dk eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background017_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite017_accept_button.gif","","/dk_english/forms/instantservicechat/chatCustomerForm_dk_english.html?di=44890\u0026invitationname=This customer received an invite due to due to be idle on the Denmark Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite017_decline_button.gif","","denmark","","","denmark","","","denmark","",""],[62356,"dk eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background017_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite017_accept_button.gif","","/dk_english/forms/instantservicechat/chatCustomerForm_dk_english.html?di=44890\u0026invitationname=This customer received an invite due to due to be idle on the Denmark shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite017_decline_button.gif","","denmark","","","denmark","","","denmark","",""],[62357,"dk eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background017_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite017_accept_button.gif","","/dk_english/forms/instantservicechat/chatCustomerForm_dk_english.html?di=44890\u0026invitationname=This customer received an invite due to due to be idle on the Denmark services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite017_decline_button.gif","","denmark","","","denmark","","","denmark","",""],[62358,"fi trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background018_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite018_accept_button.gif","","/fi/forms/instantservicechat/chatCustomerForm_fi.html?di=44891\u0026invitationname=This customer received an invite due to due to be idle on the Finland tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite018_decline_button.gif","","finland","","","finland","","","finland","",""],[62359,"fi wrt fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background018_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite018_accept_button.gif","","/fi/forms/instantservicechat/chatCustomerForm_fi.html?di=44891\u0026invitationname=This customer received an invite due to due to be idle on the Finland write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite018_decline_button.gif","","finland","","","finland","","","finland","",""],[62360,"fi contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background018_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite018_accept_button.gif","","/fi/forms/instantservicechat/chatCustomerForm_fi.html?di=44891\u0026invitationname=This customer received an invite due to due to be idle on the Finland contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite018_decline_button.gif","","finland","","","finland","","","finland","",""],[62361,"fi invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background018_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite018_accept_button.gif","","/fi/forms/instantservicechat/chatCustomerForm_fi.html?di=44891\u0026invitationname=This customer received an invite due to due to be idle on the Finland Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite018_decline_button.gif","","finland","","","finland","","","finland","",""],[62362,"fi shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background018_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite018_accept_button.gif","","/fi/forms/instantservicechat/chatCustomerForm_fi.html?di=44891\u0026invitationname=This customer received an invite due to due to be idle on the Finland shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite018_decline_button.gif","","finland","","","finland","","","finland","",""],[62363,"fi services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background018_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite018_accept_button.gif","","/fi/forms/instantservicechat/chatCustomerForm_fi.html?di=44891\u0026invitationname=This customer received an invite due to due to be idle on the Finland services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite018_decline_button.gif","","finland","","","finland","","","finland","",""],[62364,"fr eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background020_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite020_accept_button.gif","","/fr_english/forms/instantservicechat/chatCustomerForm_fr_english.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the France tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite020_decline_button.gif","","france","","","france","","","france","",""],[62367,"fr eng wrt fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background020_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite020_accept_button.gif","","/fr_english/forms/instantservicechat/chatCustomerForm_fr_english.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the France write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite020_decline_button.gif","","france","","","france","","","france","",""],[62368,"fr eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background020_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite020_accept_button.gif","","/fr_english/forms/instantservicechat/chatCustomerForm_fr_english.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the France contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite020_decline_button.gif","","france","","","france","","","france","",""],[62370,"fr eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background020_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite020_accept_button.gif","","/fr_english/forms/instantservicechat/chatCustomerForm_fr_english.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the France Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite020_decline_button.gif","","france","","","france","","","france","",""],[62371,"fr eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background020_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite020_accept_button.gif","","/fr_english/forms/instantservicechat/chatCustomerForm_fr_english.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the France shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite020_decline_button.gif","","france ","","","france","","","france","",""],[62372,"fr eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background020_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite020_accept_button.gif","","/fr_english/forms/instantservicechat/chatCustomerForm_fr_english.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the France services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite020_decline_button.gif","","france","","","france","","","france","",""],[62378,"fr trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background019_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite019_accept_button.gif","","/fr/forms/instantservicechat/chatCustomerForm_fr.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the French tracking quick help page for 15 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite019_decline_button.gif","","france","","","france","","","france","",""],[62379,"fr write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background019_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite019_accept_button.gif","","/fr/forms/instantservicechat/chatCustomerForm_fr.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the French write FedEx page for 15 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite019_decline_button.gif","","france","","","france","","","france","",""],[62380,"fr contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background019_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite019_accept_button.gif","","/fr/forms/instantservicechat/chatCustomerForm_fr.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the French contact page for 15 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite019_decline_button.gif","","france","","","france","","","france","",""],[62381,"fr invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background019_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite019_accept_button.gif","","/fr/forms/instantservicechat/chatCustomerForm_fr.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the French Invoice page for 20 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite019_decline_button.gif","","france","","","france","","","france","",""],[62382,"fr ship guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background019_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite019_accept_button.gif","","/fr/forms/instantservicechat/chatCustomerForm_fr.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the French shipping guide page for 60 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite019_decline_button.gif","","france","","","france","","","france","",""],[62383,"fr services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background019_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite019_accept_button.gif","","/fr/forms/instantservicechat/chatCustomerForm_fr.html?di=44917\u0026invitationname=This customer received an invite due to due to be idle on the French services page for 60 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite019_decline_button.gif","","france","","","france","","","france","",""],[62384,"de trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background021_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite021_accept_button.gif","","/de/forms/instantservicechat/chatCustomerForm_de.html?di=44919\u0026invitationname=This customer received an invite due to due to be idle on the Deustschland tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite021_decline_button.gif","","germany","","","germany","","","germany","",""],[62385,"de write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background021_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite021_accept_button.gif","","/de/forms/instantservicechat/chatCustomerForm_de.html?di=44919\u0026invitationname=This customer received an invite due to due to be idle on the Deustschland write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite021_decline_button.gif","","germany","","","germany","","","germany","",""],[62386,"de contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background021_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite021_accept_button.gif","","/de/forms/instantservicechat/chatCustomerForm_de.html?di=44919\u0026invitationname=This customer received an invite due to due to be idle on the Deustschland contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite021_decline_button.gif","","germany","","","germany","","","germany","",""],[62420,"de invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background021_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite021_accept_button.gif","","/de/forms/instantservicechat/chatCustomerForm_de.html?di=44919\u0026invitationname=This customer received an invite due to due to be idle on the Deustschland Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite021_decline_button.gif","","germany","","","germany","","","germany","",""],[62421,"de ship guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background021_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite021_accept_button.gif","","/de/forms/instantservicechat/chatCustomerForm_de.html?di=44919\u0026invitationname=This customer received an invite due to due to be idle on the Deustschland shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite021_decline_button.gif","","germany","","","germany","","","germany","",""],[62422,"de services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background021_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite021_accept_button.gif","","/de/forms/instantservicechat/chatCustomerForm_de.html?di=44919\u0026invitationname=This customer received an invite due to due to be idle on the Deustschland services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite021_decline_button.gif","","germany","","","germany","","","germany","",""],[62423,"de eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background022_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite022_accept_button.gif","","/de_english/forms/instantservicechat/chatCustomerForm_de_english.html?di=44893\u0026invitationname=This customer received an invite due to due to be idle on the Germany tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite022_decline_button.gif","","germany","","","germany","","","germany","",""],[62424,"de eng write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background022_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite022_accept_button.gif","","/de_english/forms/instantservicechat/chatCustomerForm_de_english.html?di=44893\u0026invitationname=This customer received an invite due to due to be idle on the Germany write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite022_decline_button.gif","","germany","","","germany","","","germany","",""],[62425,"de eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background022_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite022_accept_button.gif","","/de_english/forms/instantservicechat/chatCustomerForm_de_english.html?di=44893\u0026invitationname=This customer received an invite due to due to be idle on the Germany contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite022_decline_button.gif","","germany","","","germany","","","germany","",""],[62426,"de eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background022_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite022_accept_button.gif","","/de_english/forms/instantservicechat/chatCustomerForm_de_english.html?di=44893\u0026invitationname=This customer received an invite due to due to be idle on the Germany Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite022_decline_button.gif","","germany","","","germany","","","germany","",""],[62427,"de eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background022_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite022_accept_button.gif","","/de_english/forms/instantservicechat/chatCustomerForm_de_english.html?di=44893\u0026invitationname=This customer received an invite due to due to be idle on the Germany shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite022_decline_button.gif","","germany","","","germany","","","germany","",""],[62428,"de eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background022_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite022_accept_button.gif","","/de_english/forms/instantservicechat/chatCustomerForm_de_english.html?di=44893\u0026invitationname=This customer received an invite due to due to be idle on the Germany services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite022_decline_button.gif","","germany","","","germany","","","germany","",""],[62429,"in trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background025_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite025_accept_button.gif","","/in/forms/instantservicechat/chatCustomerForm_in.html?di=44895\u0026invitationname=This customer received an invite due to due to be idle on the India tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite025_decline_button.gif","","india","","","india","","","india","",""],[62430,"in write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background025_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite025_accept_button.gif","","/in/forms/instantservicechat/chatCustomerForm_in.html?di=44895\u0026invitationname=This customer received an invite due to due to be idle on the India write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite025_decline_button.gif","","india","","","india","","","india","",""],[62431,"in contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background025_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite025_accept_button.gif","","/in/forms/instantservicechat/chatCustomerForm_in.html?di=44895\u0026invitationname=This customer received an invite due to due to be idle on the India contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite025_decline_button.gif","","india","","","india","","","india","",""],[62432,"in invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background025_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite025_accept_button.gif","","/in/forms/instantservicechat/chatCustomerForm_in.html?di=44895\u0026invitationname=This customer received an invite due to due to be idle on the India Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite025_decline_button.gif","","india","","","india","","","india","",""],[62433,"in shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background025_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite025_accept_button.gif","","/in/forms/instantservicechat/chatCustomerForm_in.html?di=44895\u0026invitationname=This customer received an invite due to due to be idle on the India shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite025_decline_button.gif","","india","","","india","","","india","",""],[62434,"in services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background025_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite025_accept_button.gif","","/in/forms/instantservicechat/chatCustomerForm_in.html?di=44895\u0026invitationname=This customer received an invite due to due to be idle on the India services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite025_decline_button.gif","","india","","","india","","","india","",""],[62435,"it eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background028_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite028_accept_button.gif","","/it_english/forms/instantservicechat/chatCustomerForm_it_english.html?di=44897\u0026invitationname=This customer received an invite due to due to be idle on the Italy tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite028_decline_button.gif","","italy","","","italy","","","italy","",""],[62436,"it eng wrt fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background028_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite028_accept_button.gif","","/it_english/forms/instantservicechat/chatCustomerForm_it_english.html?di=44897\u0026invitationname=This customer received an invite due to due to be idle on the Italy write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite028_decline_button.gif","","italy","","","italy","","","italy","",""],[62437,"it eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background028_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite028_accept_button.gif","","/it_english/forms/instantservicechat/chatCustomerForm_it_english.html?di=44897\u0026invitationname=This customer received an invite due to due to be idle on the Italy contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite028_decline_button.gif","","italy","","","italy","","","italy","",""],[62438,"it eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background028_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite028_accept_button.gif","","/it_english/forms/instantservicechat/chatCustomerForm_it_english.html?di=44897\u0026invitationname=This customer received an invite due to due to be idle on the Italy Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite028_decline_button.gif","","italy","","","italy","","","italy","",""],[62439,"it eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background028_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite028_accept_button.gif","","/it_english/forms/instantservicechat/chatCustomerForm_it_english.html?di=44897\u0026invitationname=This customer received an invite due to due to be idle on the Italy shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite028_decline_button.gif","","italy","","","italy","","","italy","",""],[62440,"it eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background028_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite028_accept_button.gif","","/it_english/forms/instantservicechat/chatCustomerForm_it_english.html?di=44897\u0026invitationname=This customer received an invite due to due to be idle on the Italy services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite028_decline_button.gif","","italy","","","italy","","","italy","",""],[62441,"no trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background033_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite033_accept_button.gif","","/no/forms/instantservicechat/chatCustomerForm_no.html?di=44900\u0026invitationname=This customer received an invite due to due to be idle on the Norway tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite033_decline_button.gif","","norway","","","norway","","","norway","",""],[62442,"no write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background033_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite033_accept_button.gif","","/no/forms/instantservicechat/chatCustomerForm_no.html?di=44900\u0026invitationname=This customer received an invite due to due to be idle on the Norway write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite033_decline_button.gif","","norway","","","norway","","","norway","",""],[62443,"no contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background033_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite033_accept_button.gif","","/no/forms/instantservicechat/chatCustomerForm_no.html?di=44900\u0026invitationname=This customer received an invite due to due to be idle on the Norway contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite033_decline_button.gif","","norway","","","norway","","","norway","",""],[62444,"no invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background033_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite033_accept_button.gif","","/no/forms/instantservicechat/chatCustomerForm_no.html?di=44900\u0026invitationname=This customer received an invite due to due to be idle on the Norway Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite033_decline_button.gif","","norway","","","norway","","","norway","",""],[62445,"no shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background033_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite033_accept_button.gif","","/no/forms/instantservicechat/chatCustomerForm_no.html?di=44900\u0026invitationname=This customer received an invite due to due to be idle on the Norway shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite033_decline_button.gif","","norway","","","norway","","","norway","",""],[62446,"no services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background033_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite033_accept_button.gif","","/no/forms/instantservicechat/chatCustomerForm_no.html?di=44900\u0026invitationname=This customer received an invite due to due to be idle on the Norway services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite033_decline_button.gif","","norway","","","norway","","","norway","",""],[62447,"se trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background041_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite041_accept_button.gif","","/se/forms/instantservicechat/chatCustomerForm_se.html?di=44924\u0026invitationname=This customer received an invite due to due to be idle on the Sverige tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite041_decline_button.gif","","sverige","","","sverige","","","sverige","",""],[62448,"se write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background041_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite041_accept_button.gif","","/se/forms/instantservicechat/chatCustomerForm_se.html?di=44924\u0026invitationname=This customer received an invite due to due to be idle on the Sverige write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite041_decline_button.gif","","sverige","","","sverige","","","sverige","",""],[62449,"se contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background041_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite041_accept_button.gif","","/se/forms/instantservicechat/chatCustomerForm_se.html?di=44924\u0026invitationname=This customer received an invite due to due to be idle on the Sverige  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite041_decline_button.gif","","sverige","","","sverige","","","sverige","",""],[62450,"se invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background041_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite041_accept_button.gif","","/se/forms/instantservicechat/chatCustomerForm_se.html?di=44924\u0026invitationname=This customer received an invite due to due to be idle on the Sverige Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite041_decline_button.gif","","sverige","","","sverige","","","sverige","",""],[62451,"se shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background041_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite041_accept_button.gif","","/se/forms/instantservicechat/chatCustomerForm_se.html?di=44924\u0026invitationname=This customer received an invite due to due to be idle on the Sverige shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite041_decline_button.gif","","sverige","","","sverige","","","sverige","",""],[62452,"se services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background041_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite041_accept_button.gif","","/se/forms/instantservicechat/chatCustomerForm_se.html?di=44924\u0026invitationname=This customer received an invite due to due to be idle on the Sverige services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite041_decline_button.gif","","sverige","","","sverige","","","sverige","",""],[62453,"se eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background042_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite042_accept_button.gif","","/se_english/forms/instantservicechat/chatCustomerForm_se_english.html?di=44904\u0026invitationname=This customer received an invite due to due to be idle on the Sweden tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite042_decline_button.gif","","sweden","","","sweden","","","sweden","",""],[62454,"se eng write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background042_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite042_accept_button.gif","","/se_english/forms/instantservicechat/chatCustomerForm_se_english.html?di=44904\u0026invitationname=This customer received an invite due to due to be idle on the Sweden write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite042_decline_button.gif","","sweden","","","sweden","","","sweden","",""],[62455,"se eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background042_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite042_accept_button.gif","","/se_english/forms/instantservicechat/chatCustomerForm_se_english.html?di=44904\u0026invitationname=This customer received an invite due to due to be idle on the Sweden  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite042_decline_button.gif","","sweden","","","sweden","","","sweden","",""],[62456,"se eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background042_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite042_accept_button.gif","","/se_english/forms/instantservicechat/chatCustomerForm_se_english.html?di=44904\u0026invitationname=This customer received an invite due to due to be idle on the Sweden Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite042_decline_button.gif","","sweden","","","sweden","","","sweden","",""],[62457,"se eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background042_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite042_accept_button.gif","","/se_english/forms/instantservicechat/chatCustomerForm_se_english.html?di=44904\u0026invitationname=This customer received an invite due to due to be idle on the Sweden shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite042_decline_button.gif","","sweden","","","sweden","","","sweden","",""],[62458,"se eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background042_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite042_accept_button.gif","","/se_english/forms/instantservicechat/chatCustomerForm_se_english.html?di=44904\u0026invitationname=This customer received an invite due to due to be idle on the Sweden services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite042_decline_button.gif","","sweden","","","sweden","","","sweden","",""],[62486,"it trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background027_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite027_accept_button.gif","","/it/forms/instantservicechat/chatCustomerForm_it.html?di=44920\u0026invitationname=This customer received an invite due to due to be idle on the Italia tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite027_decline_button.gif","","italia","","","italia","","","italia","",""],[62487,"it write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background027_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite027_accept_button.gif","","/it/forms/instantservicechat/chatCustomerForm_it.html?di=44920\u0026invitationname=This customer received an invite due to due to be idle on the Italia write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite027_decline_button.gif","","italia","","","italia","","","italia","",""],[62488,"it contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background027_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite027_accept_button.gif","","/it/forms/instantservicechat/chatCustomerForm_it.html?di=44920\u0026invitationname=This customer received an invite due to due to be idle on the Italia contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite027_decline_button.gif","","italia","","","italia","","","italia","",""],[62489,"it invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background027_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite027_accept_button.gif","","/it/forms/instantservicechat/chatCustomerForm_it.html?di=44920\u0026invitationname=This customer received an invite due to due to be idle on the Italia Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite027_decline_button.gif","","italia","","","italia","","","italia","",""],[62490,"it shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background027_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite027_accept_button.gif","","/it/forms/instantservicechat/chatCustomerForm_it.html?di=44920\u0026invitationname=This customer received an invite due to due to be idle on the Italia shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite027_decline_button.gif","","italia","","","italia","","","italia","",""],[62491,"it services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background027_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite027_accept_button.gif","","/it/forms/instantservicechat/chatCustomerForm_it.html?di=44920\u0026invitationname=This customer received an invite due to due to be idle on the Italia services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite027_decline_button.gif","","italia","","","italia","","","italia","",""],[63105,"be ned trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background013_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite013_accept_button.gif","","/be_nederlands/forms/instantservicechat/chatCustomerForm_be_nederlands.html?di=44915\u0026invitationname=This customer received an invite due to due to be idle on the Belgie tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite013_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63106,"be ned write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background013_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite013_accept_button.gif","","/be_nederlands/forms/instantservicechat/chatCustomerForm_be_nederlands.html?di=44915\u0026invitationname=This customer received an invite due to due to be idle on the Belgie write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite013_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63107,"be ned contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background013_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite013_accept_button.gif","","/be_nederlands/forms/instantservicechat/chatCustomerForm_be_nederlands.html?di=44915\u0026invitationname=This customer received an invite due to due to be idle on the Belgie  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite013_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63108,"be ned invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background013_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite013_accept_button.gif","","/be_nederlands/forms/instantservicechat/chatCustomerForm_be_nederlands.html?di=44915\u0026invitationname=This customer received an invite due to due to be idle on the Belgie Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite013_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63109,"be ned shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background013_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite013_accept_button.gif","","/be_nederlands/forms/instantservicechat/chatCustomerForm_be_nederlands.html?di=44915\u0026invitationname=This customer received an invite due to due to be idle on the Belgie shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite013_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63110,"be ned services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background013_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite013_accept_button.gif","","/be_nederlands/forms/instantservicechat/chatCustomerForm_be_nederlands.html?di=44915\u0026invitationname=This customer received an invite due to due to be idle on the Belgie services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite013_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63111,"be fr trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background012_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite012_accept_button.gif","","/be_francais/forms/instantservicechat/chatCustomerForm_be_francais.html?di=44914\u0026invitationname=This customer received an invite due to due to be idle on the Belgique tracking quick help page for 15 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite012_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63112,"be fr write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background012_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite012_accept_button.gif","","/be_francais/forms/instantservicechat/chatCustomerForm_be_francais.html?di=44914\u0026\u0026invitationname=This customer received an invite due to due to be idle on the Belgique write FedEx page for 15 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite012_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63113,"be fr contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background012_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite012_accept_button.gif","","/be_francais/forms/instantservicechat/chatCustomerForm_be_francais.html?di=44914\u0026\u0026invitationname=This customer received an invite due to due to be idle on the Belgique  contact page for 15 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite012_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63114,"be fr invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background012_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite012_accept_button.gif","","/be_francais/forms/instantservicechat/chatCustomerForm_be_francais.html?di=44914\u0026\u0026invitationname=This customer received an invite due to due to be idle on the Belgique Invoice page for 20 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite012_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63115,"be fr shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background012_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite012_accept_button.gif","","/be_francais/forms/instantservicechat/chatCustomerForm_be_francais.html?di=44914\u0026\u0026invitationname=This customer received an invite due to due to be idle on the Belgique shipping guide page for 60 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite012_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63116,"be fr services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background012_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite012_accept_button.gif","","/be_francais/forms/instantservicechat/chatCustomerForm_be_francais.html?di=44914\u0026\u0026invitationname=This customer received an invite due to due to be idle on the Belgique services page for 60 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite012_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63117,"be eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background011_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite011_accept_button.gif","","/be/forms/instantservicechat/chatCustomerForm_be.html?di=44888\u0026invitationname=This customer received an invite due to due to be idle on the Belgium tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite011_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63118,"be eng write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background011_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite011_accept_button.gif","","/be/forms/instantservicechat/chatCustomerForm_be.html?di=44888\u0026invitationname=This customer received an invite due to due to be idle on the Belgium write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite011_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63119,"be eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background011_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite011_accept_button.gif","","/be/forms/instantservicechat/chatCustomerForm_be.html?di=44888\u0026invitationname=This customer received an invite due to due to be idle on the Belgium  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite011_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63120,"be eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background011_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite011_accept_button.gif","","/be/forms/instantservicechat/chatCustomerForm_be.html?di=44888\u0026invitationname=This customer received an invite due to due to be idle on the Belgium Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite011_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63121,"be eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background011_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite011_accept_button.gif","","/be/forms/instantservicechat/chatCustomerForm_be.html?di=44888\u0026invitationname=This customer received an invite due to due to be idle on the Belgium shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite011_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63122,"be eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background011_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite011_accept_button.gif","","/be/forms/instantservicechat/chatCustomerForm_be.html?di=44888\u0026invitationname=This customer received an invite due to due to be idle on the Belgium services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite011_decline_button.gif","","belgium","","","belgium","","","belgium","",""],[63123,"ie trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background026_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite026_accept_button.gif","","/ie/forms/instantservicechat/chatCustomerForm_ie.html?di=44896\u0026invitationname=This customer received an invite due to due to be idle on the Ireland tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite026_decline_button.gif","","ireland","","","ireland","","","ireland","",""],[63124,"ie write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background026_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite026_accept_button.gif","","/ie/forms/instantservicechat/chatCustomerForm_ie.html?di=44896\u0026invitationname=This customer received an invite due to due to be idle on the Ireland write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite026_decline_button.gif","","ireland","","","ireland","","","ireland","",""],[63125,"ie contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background026_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite026_accept_button.gif","","/ie/forms/instantservicechat/chatCustomerForm_ie.html?di=44896\u0026invitationname=This customer received an invite due to due to be idle on the Ireland contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite026_decline_button.gif","","ireland","","","ireland","","","ireland","",""],[63126,"ie invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background026_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite026_accept_button.gif","","/ie/forms/instantservicechat/chatCustomerForm_ie.html?di=44896\u0026invitationname=This customer received an invite due to due to be idle on the Ireland Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite026_decline_button.gif","","ireland","","","ireland","","","ireland","",""],[63127,"ie shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background026_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite026_accept_button.gif","","/ie/forms/instantservicechat/chatCustomerForm_ie.html?di=44896\u0026invitationname=This customer received an invite due to due to be idle on the Ireland shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite026_decline_button.gif","","ireland","","","ireland","","","ireland","",""],[63128,"ie services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background026_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite026_accept_button.gif","","/ie/forms/instantservicechat/chatCustomerForm_ie.html?di=44896\u0026invitationname=This customer received an invite due to due to be idle on the Ireland services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite026_decline_button.gif","","ireland","","","ireland","","","ireland","",""],[63143,"kw trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background029_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite029_accept_button.gif","","/kw/forms/instantservicechat/chatCustomerForm_kw.html?di=44989\u0026invitationname=This customer received an invite due to due to be idle on the Kuwait tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite029_decline_button.gif","","kuwait","","","kuwait","","","kuwait","",""],[63144,"kw write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background029_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite029_accept_button.gif","","/kw/forms/instantservicechat/chatCustomerForm_kw.html?di=44989\u0026invitationname=This customer received an invite due to due to be idle on the Kuwait write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite029_decline_button.gif","","kuwait","","","kuwait","","","kuwait","",""],[63145,"kw contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background029_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite029_accept_button.gif","","/kw/forms/instantservicechat/chatCustomerForm_kw.html?di=44989\u0026invitationname=This customer received an invite due to due to be idle on the Kuwait contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite029_decline_button.gif","","kuwait","","","kuwait","","","kuwait","",""],[63146,"kw invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background029_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite029_accept_button.gif","","/kw/forms/instantservicechat/chatCustomerForm_kw.html?di=44989\u0026invitationname=This customer received an invite due to due to be idle on the Kuwait Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite029_decline_button.gif","","kuwait","","","kuwait","","","kuwait","",""],[63147,"kw shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background029_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite029_accept_button.gif","","/kw/forms/instantservicechat/chatCustomerForm_kw.html?di=44989\u0026invitationname=This customer received an invite due to due to be idle on the Kuwait shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite029_decline_button.gif","","kuwait","","","kuwait","","","kuwait","",""],[63148,"kw services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background029_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite029_accept_button.gif","","/kw/forms/instantservicechat/chatCustomerForm_kw.html?di=44989\u0026invitationname=This customer received an invite due to due to be idle on the Kuwait services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite029_decline_button.gif","","kuwait","","","kuwait","","","kuwait","",""],[63149,"lu trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background030_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite030_accept_button.gif","","/lu/forms/instantservicechat/chatCustomerForm_lu.html?di=44898\u0026invitationname=This customer received an invite due to due to be idle on the Luxemborg tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite030_decline_button.gif","","luxemborg","","","luxemborg","","","luxemborg","",""],[63150,"lu write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background030_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite030_accept_button.gif","","/lu/forms/instantservicechat/chatCustomerForm_lu.html?di=44898\u0026invitationname=This customer received an invite due to due to be idle on the Luxemborg write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite030_decline_button.gif","","luxemborg","","","luxemborg","","","luxemborg","",""],[63151,"lu contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background030_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite030_accept_button.gif","","/lu/forms/instantservicechat/chatCustomerForm_lu.html?di=44898\u0026invitationname=This customer received an invite due to due to be idle on the Luxemborg  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite030_decline_button.gif","","luxemborg","","","luxemborg","","","luxemborg","",""],[63152,"lu invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background030_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite030_accept_button.gif","","/lu/forms/instantservicechat/chatCustomerForm_lu.html?di=44898\u0026invitationname=This customer received an invite due to due to be idle on the Luxemborg Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite030_decline_button.gif","","luxemborg","","","luxemborg","","","luxemborg","",""],[63153,"lu shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background030_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite030_accept_button.gif","","/lu/forms/instantservicechat/chatCustomerForm_lu.html?di=44898\u0026invitationname=This customer received an invite due to due to be idle on the Luxemborg shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite030_decline_button.gif","","luxemborg","","","luxemborg","","","luxemborg","",""],[63154,"lu services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background030_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite030_accept_button.gif","","/lu/forms/instantservicechat/chatCustomerForm_lu.html?di=44898\u0026invitationname=This customer received an invite due to due to be idle on the Luxemborg services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite030_decline_button.gif","","luxemborg","","","luxemborg","","","luxemborg","",""],[63155,"nl eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background032_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite032_accept_button.gif","","/nl_english/forms/instantservicechat/chatCustomerForm_nl_english.html?di=44899\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite032_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63156,"nl eng write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background032_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite032_accept_button.gif","","/nl_english/forms/instantservicechat/chatCustomerForm_nl_english.html?di=44899\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite032_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63157,"nl eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background032_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite032_accept_button.gif","","/nl_english/forms/instantservicechat/chatCustomerForm_nl_english.html?di=44899\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite032_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63158,"nl eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background032_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite032_accept_button.gif","","/nl_english/forms/instantservicechat/chatCustomerForm_nl_english.html?di=44899\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite032_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63159,"nl eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background032_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite032_accept_button.gif","","/nl_english/forms/instantservicechat/chatCustomerForm_nl_english.html?di=4489\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite032_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63160,"nl eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background032_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite032_accept_button.gif","","/nl_english/forms/instantservicechat/chatCustomerForm_nl_english.html?di=4489\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite032_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63161,"nl trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background031_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite031_accept_button.gif","","/nl/forms/instantservicechat/chatCustomerForm_nl.html?di=44921\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite031_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63162,"nl write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background031_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite031_accept_button.gif","","/nl/forms/instantservicechat/chatCustomerForm_nl.html?di=44921\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite031_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63163,"nl contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background031_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite031_accept_button.gif","","/nl/forms/instantservicechat/chatCustomerForm_nl.html?di=44921\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite031_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63164,"nl invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background031_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite031_accept_button.gif","","/nl/forms/instantservicechat/chatCustomerForm_nl.html?di=44921\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite031_accept_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63165,"nl shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background031_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite031_accept_button.gif","","/nl/forms/instantservicechat/chatCustomerForm_nl.html?di=44921\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite031_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63166,"nl services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background031_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite031_accept_button.gif","","/nl/forms/instantservicechat/chatCustomerForm_nl.html?di=44921\u0026invitationname=This customer received an invite due to due to be idle on the Netherlands services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite031_decline_button.gif","","netherlands","","","netherlands","","","netherlands","",""],[63172,"es trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background039_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite039_accept_button.gif","","/es/forms/instantservicechat/chatCustomerForm_es.html?di=44923\u0026invitationname=This customer received an invite due to due to be idle on the Spain tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite039_decline_button.gif","","spain","","","spain","","","spain","",""],[63173,"es write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background039_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite039_accept_button.gif","","/es/forms/instantservicechat/chatCustomerForm_es.html?di=44923\u0026invitationname=This customer received an invite due to due to be idle on the Spain write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite039_decline_button.gif","","spain","","","spain","","","spain","",""],[63174,"es contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background039_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite039_accept_button.gif","","/es/forms/instantservicechat/chatCustomerForm_es.html?di=44923\u0026invitationname=This customer received an invite due to due to be idle on the Spain  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite039_decline_button.gif","","spain","","","spain","","","spain","",""],[63175,"es invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background039_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite039_accept_button.gif","","/es/forms/instantservicechat/chatCustomerForm_es.html?di=44923\u0026invitationname=This customer received an invite due to due to be idle on the Spain Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite039_decline_button.gif","","spain","","","spain","","","spain","",""],[63176,"es shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background039_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite039_accept_button.gif","","/es/forms/instantservicechat/chatCustomerForm_es.html?di=44923\u0026invitationname=This customer received an invite due to due to be idle on the Spain shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite039_decline_button.gif","","spain","","","spain","","","spain","",""],[63177,"es services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background039_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite039_accept_button.gif","","/es/forms/instantservicechat/chatCustomerForm_es.html?di=44923\u0026invitationname=This customer received an invite due to due to be idle on the Spain services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite039_decline_button.gif","","spain","","","spain","","","spain","",""],[63178,"es eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background040_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite040_accept_button.gif","","/es_english/forms/instantservicechat/chatCustomerForm_es_english.html?di=44903\u0026invitationname=This customer received an invite due to due to be idle on the Spain tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite040_decline_button.gif","","spain","","","spain","","","spain","",""],[63179,"es eng write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background040_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite040_accept_button.gif","","/es_english/forms/instantservicechat/chatCustomerForm_es_english.html?di=44903\u0026invitationname=This customer received an invite due to due to be idle on the Spain write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite040_decline_button.gif","","spain","","","spain","","","spain","",""],[63180,"es eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background040_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite040_accept_button.gif","","/es_english/forms/instantservicechat/chatCustomerForm_es_english.html?di=44903\u0026invitationname=This customer received an invite due to due to be idle on the Spain  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite040_decline_button.gif","","spain","","","spain","","","spain","",""],[63181,"es eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background040_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite040_accept_button.gif","","/es_english/forms/instantservicechat/chatCustomerForm_es_english.html?di=44903\u0026invitationname=This customer received an invite due to due to be idle on the Spain Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite040_decline_button.gif","","spain","","","spain","","","spain","",""],[63183,"es eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background040_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite040_accept_button.gif","","/es_english/forms/instantservicechat/chatCustomerForm_es_english.html?di=44903\u0026invitationname=This customer received an invite due to due to be idle on the Spain shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite040_decline_button.gif","","spain","","","spain","","","spain","",""],[63185,"es eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background040_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite040_accept_button.gif","","/es_english/forms/instantservicechat/chatCustomerForm_es_english.html?di=44903\u0026invitationname=This customer received an invite due to due to be idle on the Spain services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite040_decline_button.gif","","spain","","","spain","","","spain","",""],[63198,"uae eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background047_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite047_accept_button.gif","","/ae/forms/instantservicechat/chatCustomerForm_ae.html?di=44906\u0026invitationname=This customer received an invite due to due to be idle on the UAE tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite047_decline_button.gif","","uae","","","uae","","","uae","",""],[63211,"uae eng write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background047_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite047_accept_button.gif","","/ae/forms/instantservicechat/chatCustomerForm_ae.html?di=44906\u0026invitationname=This customer received an invite due to due to be idle on the UAE write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite047_decline_button.gif","","uae","","","uae","","","uae","",""],[63212,"uae eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background047_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite047_accept_button.gif","","/ae/forms/instantservicechat/chatCustomerForm_ae.html?di=44906\u0026invitationname=This customer received an invite due to due to be idle on the UAE  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite047_decline_button.gif","","uae","","","uae","","","uae","",""],[63225,"uae eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background047_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite047_accept_button.gif","","/ae/forms/instantservicechat/chatCustomerForm_ae.html?di=44906\u0026invitationname=This customer received an invite due to due to be idle on the UAE Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite047_decline_button.gif","","uae","","","uae","","","uae","",""],[63226,"uae eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background047_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite047_accept_button.gif","","/ae/forms/instantservicechat/chatCustomerForm_ae.html?di=44906\u0026invitationname=This customer received an invite due to due to be idle on the UAE shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite047_decline_button.gif","","uae","","","uae","","","uae","",""],[63227,"uae eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background047_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite047_accept_button.gif","","/ae/forms/instantservicechat/chatCustomerForm_ae.html?di=44906\u0026invitationname=This customer received an invite due to due to be idle on the UAE services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite047_decline_button.gif","","uae","","","uae","","","uae","",""],[63228,"uae trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background048_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite048_accept_button.gif","","/ae_arabic/forms/instantservicechat/chatCustomerForm_ae_arabic.html?di=45279\u0026invitationname=This customer received an invite due to due to be idle on the UAE tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite048_decline_button.gif","","uae","","","uae","","","uae","",""],[63229,"uae write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background048_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite048_accept_button.gif","","/ae_arabic/forms/instantservicechat/chatCustomerForm_ae_arabic.html?di=45279\u0026invitationname=This customer received an invite due to due to be idle on the UAE write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite048_decline_button.gif","","uae","","","uae","","","uae","",""],[63230,"uae contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background048_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite048_accept_button.gif","","/ae_arabic/forms/instantservicechat/chatCustomerForm_ae_arabic.html?di=45279\u0026invitationname=This customer received an invite due to due to be idle on the UAE  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite048_decline_button.gif","","uae","","","uae","","","uae","",""],[63231,"uae invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background048_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite048_accept_button.gif","","/ae_arabic/forms/instantservicechat/chatCustomerForm_ae_arabic.html?di=45279\u0026invitationname=This customer received an invite due to due to be idle on the UAE Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite048_decline_button.gif","","uae","","","uae","","","uae","",""],[63232,"uae shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background048_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite048_accept_button.gif","","/ae_arabic/forms/instantservicechat/chatCustomerForm_ae_arabic.html?di=45279\u0026invitationname=This customer received an invite due to due to be idle on the UAE shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite048_decline_button.gif","","uae","","","uae","","","uae","",""],[63233,"uae services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background048_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite048_accept_button.gif","","/ae_arabic/forms/instantservicechat/chatCustomerForm_ae_arabic.html?di=45279\u0026invitationname=This customer received an invite due to due to be idle on the UAE services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite048_decline_button.gif","","uae","","","uae","","","uae","",""],[63260,"bh trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background010_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite010_accept_button.gif","","/bh/forms/instantservicechat/chatCustomerForm_bh.html?di=44987\u0026invitationname=This customer received an invite due to due to be idle on the Bahrain tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite010_decline_button.gif","","bahrain","","","bahrain","","","bahrain","",""],[63261,"bh write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background010_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite010_accept_button.gif","","/bh/forms/instantservicechat/chatCustomerForm_bh.html?di=44987\u0026invitationname=This customer received an invite due to due to be idle on the Bahrain write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite010_decline_button.gif","","bahrain","","","bahrain","","","bahrain","",""],[63262,"bh contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background010_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite010_accept_button.gif","","/bh/forms/instantservicechat/chatCustomerForm_bh.html?di=44987\u0026invitationname=This customer received an invite due to due to be idle on the Bahrain  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite010_decline_button.gif","","bahrain","","","bahrain","","","bahrain","",""],[63263,"bh invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background010_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite010_accept_button.gif","","/bh/forms/instantservicechat/chatCustomerForm_bh.html?di=44987\u0026invitationname=This customer received an invite due to due to be idle on the Bahrain Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite010_decline_button.gif","","bahrain","","","bahrain","","","bahrain","",""],[63264,"bh shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background010_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite010_accept_button.gif","","/bh/forms/instantservicechat/chatCustomerForm_bh.html?di=44987\u0026invitationname=This customer received an invite due to due to be idle on the Bahrain shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite010_decline_button.gif","","bahrain","","","bahrain","","","bahrain","",""],[63265,"bh services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background010_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite010_accept_button.gif","","/bh/forms/instantservicechat/chatCustomerForm_bh.html?di=44987\u0026invitationname=This customer received an invite due to due to be idle on the Bahrain services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite010_decline_button.gif","","bahrain","","","bahrain","","","bahrain","",""],[64191,"at eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background009_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite009_accept_button.gif","","/at_english/forms/instantservicechat/chatCustomerForm_at_english.html?di=44887\u0026invitationname=This customer received an invite due to due to be idle on the Austria tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite009_decline_button.gif","","austria","","","austria","","","austria","",""],[64192,"at eng write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background009_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite009_accept_button.gif","","/at_english/forms/instantservicechat/chatCustomerForm_at_english.html?di=44887\u0026invitationname=This customer received an invite due to due to be idle on the Austria write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite009_decline_button.gif","","austria","","","austria","","","austria","",""],[64193,"at eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background009_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite009_accept_button.gif","","/at_english/forms/instantservicechat/chatCustomerForm_at_english.html?di=44887\u0026invitationname=This customer received an invite due to due to be idle on the Austria contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite009_decline_button.gif","","austria","","","austria","","","austria","",""],[64194,"at eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background009_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite009_accept_button.gif","","/at_english/forms/instantservicechat/chatCustomerForm_at_english.html?di=44887\u0026invitationname=This customer received an invite due to due to be idle on the Austria Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite009_decline_button.gif","","austria","","","austria","","","austria","",""],[64195,"at eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background009_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite009_accept_button.gif","","/at_english/forms/instantservicechat/chatCustomerForm_at_english.html?di=44887\u0026invitationname=This customer received an invite due to due to be idle on the Austria shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite009_decline_button.gif","","austria","","","austria","","","austria","",""],[64196,"at eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background009_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite009_accept_button.gif","","/at_english/forms/instantservicechat/chatCustomerForm_at_english.html?di=44887\u0026invitationname=This customer received an invite due to due to be idle on the Austria services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite009_decline_button.gif","","austria","","","austria","","","austria","",""],[64197,"at trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background008_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite008_accept_button.gif","","/at/forms/instantservicechat/chatCustomerForm_at.html?di=44913\u0026invitationname=This customer received an invite due to due to be idle on the Austria tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite008_decline_button.gif","","austria","","","austria","","","austria","",""],[64198,"at write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background008_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite008_accept_button.gif","","/at/forms/instantservicechat/chatCustomerForm_at.html?di=44913\u0026invitationname=This customer received an invite due to due to be idle on the Austria write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite008_decline_button.gif","","austria","","","austria","","","austria","",""],[64199,"at contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background008_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite008_accept_button.gif","","/at/forms/instantservicechat/chatCustomerForm_at.html?di=44913\u0026invitationname=This customer received an invite due to due to be idle on the Austria  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite008_decline_button.gif","","austria","","","austria","","","austria","",""],[64200,"at invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background008_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite008_accept_button.gif","","/at/forms/instantservicechat/chatCustomerForm_at.html?di=44913\u0026invitationname=This customer received an invite due to due to be idle on the Austria Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite008_decline_button.gif","","austria","","","austria","","","austria","",""],[64201,"at shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background008_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite008_accept_button.gif","","/at/forms/instantservicechat/chatCustomerForm_at.html?di=44913\u0026invitationname=This customer received an invite due to due to be idle on the Austria shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite008_decline_button.gif","","austria","","","austria","","","austria","",""],[64202,"at services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background008_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite008_accept_button.gif","","/at/forms/instantservicechat/chatCustomerForm_at.html?di=44913\u0026invitationname=This customer received an invite due to due to be idle on the Austria services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite008_decline_button.gif","","austria","","","austria","","","austria","",""],[64203,"cz eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background015_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite015_accept_button.gif","","/cz_english/forms/instantservicechat/chatCustomerForm_cz.html?di=44889\u0026invitationname=This customer received an invite due to due to be idle on the Czech tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite015_decline_button.gif","","czech","","","czech","","","czech","",""],[64204,"cz eng write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background015_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite015_accept_button.gif","","/cz_english/forms/instantservicechat/chatCustomerForm_cz.html?di=44889\u0026invitationname=This customer received an invite due to due to be idle on the Czech write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite015_decline_button.gif","","czech","","","czech","","","czech","",""],[64205,"cz eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background015_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite015_accept_button.gif","","/cz_english/forms/instantservicechat/chatCustomerForm_cz.html?di=44889\u0026invitationname=This customer received an invite due to due to be idle on the Czech  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite015_decline_button.gif","","czech","","","czech","","","czech","",""],[64206,"cz eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background015_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite015_accept_button.gif","","/cz_english/forms/instantservicechat/chatCustomerForm_cz.html?di=44889\u0026invitationname=This customer received an invite due to due to be idle on the Czech Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite015_decline_button.gif","","czech","","","czech","","","czech","",""],[64207,"cz eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background015_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite015_accept_button.gif","","/cz_english/forms/instantservicechat/chatCustomerForm_cz.html?di=44889\u0026invitationname=This customer received an invite due to due to be idle on the Czech shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite015_decline_button.gif","","czech","","","czech","","","czech","",""],[64208,"cz eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background015_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite015_accept_button.gif","","/cz_english/forms/instantservicechat/chatCustomerForm_cz.html?di=44889\u0026invitationname=This customer received an invite due to due to be idle on the Czech services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite015_decline_button.gif","","czech","","","czech","","","czech","",""],[64209,"cz trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background014_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite014_accept_button.gif","","/cz/forms/instantservicechat/chatCustomerForm_cz.html?di=44929\u0026invitationname=This customer received an invite due to due to be idle on the Czech tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite014_decline_button.gif","","czech","","","czech","","","czech","",""],[64210,"cz write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background014_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite014_accept_button.gif","","/cz/forms/instantservicechat/chatCustomerForm_cz.html?di=44929\u0026invitationname=This customer received an invite due to due to be idle on the Czech write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite014_decline_button.gif","","czech","","","czech","","","czech","",""],[64211,"cz contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background014_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite014_accept_button.gif","","/cz/forms/instantservicechat/chatCustomerForm_cz.html?di=44929\u0026invitationname=This customer received an invite due to due to be idle on the Czech  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite014_decline_button.gif","","czech","","","czech","","","czech","",""],[64212,"cz invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background014_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite014_accept_button.gif","","/cz/forms/instantservicechat/chatCustomerForm_cz.html?di=44929\u0026invitationname=This customer received an invite due to due to be idle on the Czech Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite014_decline_button.gif","","czech","","","czech","","","czech","",""],[64213,"cz shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background014_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite014_accept_button.gif","","/cz/forms/instantservicechat/chatCustomerForm_cz.html?di=44929\u0026invitationname=This customer received an invite due to due to be idle on the Czech Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite014_decline_button.gif","","czech","","","czech","","","czech","",""],[64215,"cz services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background014_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite014_accept_button.gif","","/cz/forms/instantservicechat/chatCustomerForm_cz.html?di=44929\u0026invitationname=This customer received an invite due to due to be idle on the Czech services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite014_decline_button.gif","","czech","","","czech","","","czech","",""],[64216,"hu eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background024_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite024_accept_button.gif","","/hu_english/forms/instantservicechat/chatCustomerForm_hu_english.html?di=44894\u0026invitationname=This customer received an invite due to due to be idle on the Hungary tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite024_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64217,"hu eng write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background024_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite024_accept_button.gif","","/hu_english/forms/instantservicechat/chatCustomerForm_hu_english.html?di=44894\u0026invitationname=This customer received an invite due to due to be idle on the Hungary write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite024_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64218,"hu eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background024_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite024_accept_button.gif","","/hu_english/forms/instantservicechat/chatCustomerForm_hu_english.html?di=44894\u0026invitationname=This customer received an invite due to due to be idle on the Hungary  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite024_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64219,"hu eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background024_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite024_accept_button.gif","","/hu_english/forms/instantservicechat/chatCustomerForm_hu_english.html?di=44894\u0026invitationname=This customer received an invite due to due to be idle on the Hungary Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite024_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64220,"hu eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background024_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite024_accept_button.gif","","/hu_english/forms/instantservicechat/chatCustomerForm_hu_english.html?di=44894\u0026invitationname=This customer received an invite due to due to be idle on the Hungary shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite024_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64221,"hu eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background024_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite024_accept_button.gif","","/hu_english/forms/instantservicechat/chatCustomerForm_hu_english.html?di=44894\u0026invitationname=This customer received an invite due to due to be idle on the Hungary services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite024_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64342,"hu trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background023_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite023_accept_button.gif","","/hu/forms/instantservicechat/chatCustomerForm_hu.html?di=44988\u0026invitationname=This customer received an invite due to due to be idle on the Hungary tracking quick help page for 15 seconds.",1,500,650,93,240,"/images/emea/instantservicechat/invite023_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64343,"hu write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background023_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite023_accept_button.gif","","/hu/forms/instantservicechat/chatCustomerForm_hu.html?di=44988\u0026invitationname=This customer received an invite due to due to be idle on the Hungary write FedEx page for 15 seconds.",1,500,650,93,240,"/images/emea/instantservicechat/invite023_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64344,"hu contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background023_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite023_accept_button.gif","","/hu/forms/instantservicechat/chatCustomerForm_hu.html?di=44988\u0026invitationname=This customer received an invite due to due to be idle on the Hungary  contact page for 15 seconds.",1,500,650,93,240,"/images/emea/instantservicechat/invite023_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64345,"hu inovice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background023_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite023_accept_button.gif","","/hu/forms/instantservicechat/chatCustomerForm_hu.html?di=44988\u0026invitationname=This customer received an invite due to due to be idle on the Hungary Invoice page for 20 seconds.",1,500,650,93,240,"/images/emea/instantservicechat/invite023_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64346,"hu shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background023_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite023_accept_button.gif","","/hu/forms/instantservicechat/chatCustomerForm_hu.html?di=44988\u0026invitationname=This customer received an invite due to due to be idle on the Hungary shipping guide page for 60 seconds.",1,500,650,93,240,"/images/emea/instantservicechat/invite023_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64347,"hu services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background023_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite023_accept_button.gif","","/hu/forms/instantservicechat/chatCustomerForm_hu.html?di=44988\u0026invitationname=This customer received an invite due to due to be idle on the Hungary services page for 60 seconds.",1,500,650,93,240,"/images/emea/instantservicechat/invite023_decline_button.gif","","hungary","","","hungary","","","hungary","",""],[64348,"pl eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background035_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite035_accept_button.gif","","/pl_english/forms/instantservicechat/chatCustomerForm_pl_english.html?di=44901\u0026invitationname=This customer received an invite due to due to be idle on the Poland tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite035_decline_button.gif","","poland","","","poland","","","poland","",""],[64349,"pl eng write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background035_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite035_accept_button.gif","","/pl_english/forms/instantservicechat/chatCustomerForm_pl_english.html?di=44901\u0026invitationname=This customer received an invite due to due to be idle on the Poland write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite035_decline_button.gif","","poland","","","poland","","","poland","",""],[64350,"pl eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background035_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite035_accept_button.gif","","/pl_english/forms/instantservicechat/chatCustomerForm_pl_english.html?di=44901\u0026invitationname=This customer received an invite due to due to be idle on the Poland contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite035_decline_button.gif","","poland","","","poland","","","poland","",""],[64351,"pl eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background035_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite035_accept_button.gif","","/pl_english/forms/instantservicechat/chatCustomerForm_pl_english.html?di=44901\u0026invitationname=This customer received an invite due to due to be idle on the Poland Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite035_decline_button.gif","","poland","","","poland","","","poland","",""],[64352,"pl eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background035_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite035_accept_button.gif","","/pl_english/forms/instantservicechat/chatCustomerForm_pl_english.html?di=44901\u0026invitationname=This customer received an invite due to due to be idle on the Poland shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite035_decline_button.gif","","poland","","","poland","","","poland","",""],[64353,"pl eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background035_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite035_accept_button.gif","","/pl_english/forms/instantservicechat/chatCustomerForm_pl_english.html?di=44901\u0026invitationname=This customer received an invite due to due to be idle on the Poland services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite035_decline_button.gif","","poland","","","poland","","","poland","",""],[64354,"pl trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background034_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite034_accept_button.gif","","/pl/forms/instantservicechat/chatCustomerForm_pl.html?di=44922\u0026invitationname=This customer received an invite due to due to be idle on the Poland tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite034_decline_button.gif","","poland","","","poland","","","poland","",""],[64355,"pl write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background034_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite034_accept_button.gif","","/pl/forms/instantservicechat/chatCustomerForm_pl.html?di=44922\u0026invitationname=This customer received an invite due to due to be idle on the Poland write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite034_decline_button.gif","","poland","","","poland","","","poland","",""],[64356,"pl contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background034_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite034_accept_button.gif","","/pl/forms/instantservicechat/chatCustomerForm_pl.html?di=44922\u0026invitationname=This customer received an invite due to due to be idle on the Poland  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite034_decline_button.gif","","poland","","","poland","","","poland","",""],[64357,"pl invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background034_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite034_accept_button.gif","","/pl/forms/instantservicechat/chatCustomerForm_pl.html?di=44922\u0026invitationname=This customer received an invite due to due to be idle on the Poland Invoice page for 20 seconds.",1,500,650,93,240,"/images/emea/instantservicechat/invite034_decline_button.gif","","poland","","","poland","","","poland","",""],[64358,"pl shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background034_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite034_accept_button.gif","","/pl/forms/instantservicechat/chatCustomerForm_pl.html?di=44922\u0026invitationname=This customer received an invite due to due to be idle on the Poland shipping guide page for 60 seconds.",1,500,650,93,240,"/images/emea/instantservicechat/invite034_decline_button.gif","","poland","","","poland","","","poland","",""],[64359,"pl services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background034_image.gif",320,275,200,240,"/images/emea/instantservicechat/invite034_accept_button.gif","","/pl/forms/instantservicechat/chatCustomerForm_pl.html?di=44922\u0026invitationname=This customer received an invite due to due to be idle on the Poland services page for 60 seconds.",1,500,650,93,240,"/images/emea/instantservicechat/invite034_decline_button.gif","","poland","","","poland","","","poland","",""],[64360,"ch eng trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background043_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite043_accept_button.gif","","/ch/forms/instantservicechat/chatCustomerForm_ch.html?di=44905\u0026invitationname=This customer received an invite due to due to be idle on the Switzerland tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite043_decline_button.gif","","switzerland","","","switzerland","","","switzerland","",""],[64361,"ch eng write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background043_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite043_accept_button.gif","","/ch/forms/instantservicechat/chatCustomerForm_ch.html?di=44905\u0026invitationname=This customer received an invite due to due to be idle on the Switzerland write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite043_decline_button.gif","","switzerland","","","switzerland","","","switzerland","",""],[64362,"ch eng contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background043_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite043_accept_button.gif","","/ch/forms/instantservicechat/chatCustomerForm_ch.html?di=44905\u0026invitationname=This customer received an invite due to due to be idle on the Switzerland  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite043_decline_button.gif","","switzerland","","","switzerland","","","switzerland","",""],[64363,"ch eng invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background043_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite043_accept_button.gif","","/ch/forms/instantservicechat/chatCustomerForm_ch.html?di=44905\u0026invitationname=This customer received an invite due to due to be idle on the Switzerland Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite043_decline_button.gif","","switzerland","","","switzerland","","","switzerland","",""],[64364,"ch eng shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background043_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite043_accept_button.gif","","/ch/forms/instantservicechat/chatCustomerForm_ch.html?di=44905\u0026invitationname=This customer received an invite due to due to be idle on the Switzerland shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite043_decline_button.gif","","switzerland","","","switzerland","","","switzerland","",""],[64365,"ch eng services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background043_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite043_accept_button.gif","","/ch/forms/instantservicechat/chatCustomerForm_ch.html?di=44905\u0026invitationname=This customer received an invite due to due to be idle on the Switzerland services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite043_decline_button.gif","","switzerland","","","switzerland","","","switzerland","",""],[64366,"ch de trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background044_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite044_accept_button.gif","","/ch_deutsch/forms/instantservicechat/chatCustomerForm_ch_deutsch.html?di=44925\u0026invitationname=This customer received an invite due to due to be idle on the Schweiz tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite044_decline_button.gif","","schweiz","","","schweiz","","","schweiz","",""],[64367,"ch de write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background044_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite044_accept_button.gif","","/ch_deutsch/forms/instantservicechat/chatCustomerForm_ch_deutsch.html?di=44925\u0026invitationname=This customer received an invite due to due to be idle on the Schweiz write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite044_decline_button.gif","","schweiz","","","schweiz","","","schweiz","",""],[64368,"ch de contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background044_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite044_accept_button.gif","","/ch_deutsch/forms/instantservicechat/chatCustomerForm_ch_deutsch.html?di=44925\u0026invitationname=This customer received an invite due to due to be idle on the Schweiz  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite044_decline_button.gif","","schweiz","","","schweiz","","","schweiz","",""],[64369,"ch de invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background044_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite044_accept_button.gif","","/ch_deutsch/forms/instantservicechat/chatCustomerForm_ch_deutsch.html?di=44925\u0026invitationname=This customer received an invite due to due to be idle on the Schweiz Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite044_decline_button.gif","","schweiz","","","schweiz","","","schweiz","",""],[64370,"ch de shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background044_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite044_accept_button.gif","","/ch_deutsch/forms/instantservicechat/chatCustomerForm_ch_deutsch.html?di=44925\u0026invitationname=This customer received an invite due to due to be idle on the Schweiz shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite044_decline_button.gif","","schweiz","","","schweiz","","","schweiz","",""],[64371,"ch de services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background044_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite044_accept_button.gif","","/ch_deutsch/forms/instantservicechat/chatCustomerForm_ch_deutsch.html?di=44925\u0026invitationname=This customer received an invite due to due to be idle on the Schweiz services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite044_decline_button.gif","","schweiz","","","schweiz","","","schweiz","",""],[64400,"ch fr trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background045_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite045_accept_button.gif","","/ch_francais/forms/instantservicechat/chatCustomerForm_ch_francais.html?di=44926\u0026invitationname=This customer received an invite due to due to be idle on the Suisse tracking quick help page for 15 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite045_decline_button.gif","","suisse","","","suisse","","","suisse","",""],[64401,"ch fr write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background045_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite045_accept_button.gif","","/ch_francais/forms/instantservicechat/chatCustomerForm_ch_francais.html?di=44926\u0026invitationname=This customer received an invite due to due to be idle on the Suisse write FedEx page for 15 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite045_decline_button.gif","","suisse","","","suisse","","","suisse","",""],[64402,"ch fr contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background045_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite045_accept_button.gif","","/ch_francais/forms/instantservicechat/chatCustomerForm_ch_francais.html?di=44926\u0026invitationname=This customer received an invite due to due to be idle on the Suisse  contact page for 15 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite045_decline_button.gif","","suisse","","","suisse","","","suisse","",""],[64403,"ch fr invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background045_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite045_accept_button.gif","","/ch_francais/forms/instantservicechat/chatCustomerForm_ch_francais.html?di=44926\u0026invitationname=This customer received an invite due to due to be idle on the Suisse Invoice page for 20 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite045_decline_button.gif","","suisse","","","suisse","","","suisse","",""],[64404,"ch fr shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background045_image.gif",320,275,180,240,"/images/emea/instantservicechat/invite045_accept_button.gif","","/ch_francais/forms/instantservicechat/chatCustomerForm_ch_francais.html?di=44926\u0026invitationname=This customer received an invite due to due to be idle on the Suisse shipping guide page for 60 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite045_decline_button.gif","","suisse","","","suisse","","","suisse","",""],[64405,"ch fr services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background045_image.gif",320,272,180,240,"/images/emea/instantservicechat/invite045_accept_button.gif","","/ch_francais/forms/instantservicechat/chatCustomerForm_ch_francais.html?di=44926\u0026invitationname=This customer received an invite due to due to be idle on the Suisse services page for 60 seconds.",1,500,650,87,240,"/images/emea/instantservicechat/invite045_decline_button.gif","","suisse","","","suisse","","","suisse","",""],[64406,"ch it trk qk hlp",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background046_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite046_accept_button.gif","","/ch_italiano/forms/instantservicechat/chatCustomerForm_ch_italiano.html?di=44927\u0026invitationname=This customer received an invite due to due to be idle on the Svizzera tracking quick help page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite046_decline_button.gif","","svizzera","","","svizzera","","","svizzera","",""],[64407,"ch it write fdx",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background046_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite046_accept_button.gif","","/ch_italiano/forms/instantservicechat/chatCustomerForm_ch_italiano.html?di=44927\u0026invitationname=This customer received an invite due to due to be idle on the Svizzera write FedEx page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite046_decline_button.gif","","svizzera","","","svizzera","","","svizzera","",""],[64408,"ch it contact",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background046_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite046_accept_button.gif","","/ch_italiano/forms/instantservicechat/chatCustomerForm_ch_italiano.html?di=44927\u0026invitationname=This customer received an invite due to due to be idle on the Svizzera  contact page for 15 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite046_decline_button.gif","","svizzera","","","svizzera","","","svizzera","",""],[64409,"ch it invoice",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background046_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite046_accept_button.gif","","/ch_italiano/forms/instantservicechat/chatCustomerForm_ch_italiano.html?di=44927\u0026invitationname=This customer received an invite due to due to be idle on the Svizzera Invoice page for 20 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite046_decline_button.gif","","svizzera","","","svizzera","","","svizzera","",""],[64410,"ch it shp guide",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background046_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite046_accept_button.gif","","/ch_italiano/forms/instantservicechat/chatCustomerForm_ch_italiano.html?di=44927\u0026invitationname=This customer received an invite due to due to be idle on the Svizzera shipping guide page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite046_decline_button.gif","","svizzera","","","svizzera","","","svizzera","",""],[64411,"ch it services",1,"","invitelayer",2,5,30,2,0,"/images/emea/instantservicechat/background046_image.gif",320,275,220,240,"/images/emea/instantservicechat/invite046_accept_button.gif","","/ch_italiano/forms/instantservicechat/chatCustomerForm_ch_italiano.html?di=44927\u0026invitationname=This customer received an invite due to due to be idle on the Svizzera services page for 60 seconds.",1,500,650,127,240,"/images/emea/instantservicechat/invite046_decline_button.gif","","svizzera","","","svizzera","","","svizzera","",""]];
var ii_Rules=[[9113,1,8159,1,"faq - tracking.html page",["4`0`7`0`1`6`0","50`92`6`0``0`0","75`93`5`0``5`0"],1,1,"24009",1,"domestic","null","24009"],[9115,1,8156,1,"email fedex",["4`1`7`0`1`6`0","50`120`6`0``0`0"],1,1,"24009",1,"domestic","null","24009"],[13201,1,11282,1,"tracking faq vistis more than one time",["4`2`9`0`2`6`0","11`3`8`0``0`0"],1,1,"24009",1,"domestic","null","24009"],[13206,1,11284,1,"fsm international commodity field 75 seconds",["104`commodityData.chosenProfile.profileID`0`0`select`8`0","50`75`6`0``0`0","4`4`7`0`1`6`0","71``4`0``0`0","90`document.title`0`0`FedEx Ship Manager - Print your label(s)`8`0"],1,1,"24007",1,"intship","null","24007"],[13241,0,11321,1,"fsm - 4 minutes on weight field.",["4`5`7`0`1`6`0","104`psd.mps.row.weight.0`0`0`.+`9`0","50`240`6`0``0`0","71``4`0``0`0","90`document.title`0`0`FedEx Ship Manager - Print your label(s)`8`0"],1,1,"21835",1,"domestic","null","21835"],[13484,1,11498,1,"choose fedex",["5`1`6`0`10`5`0","4`6`7`0`1`6`0"],1,1,"21837",1,"sales","null","21837"],[14021,1,11920,1,"choose fedex now",["4`7`7`0`1`6`0","5`1`6`0`4`5`0"],1,1,"21837",1,"sales","null","21837"],[14060,0,11283,1,"Test Specific FSM International Field names",["107`toData.CountryCode`0`0`228`2`0","70``0`0``0`0","50`20`6`0``0`0","90`document.title`0`0`FedEx Ship Manager - Print your label(s)`8`0","4`8`7`0`1`6`0"],1,1,"24007",1,"initship","null","24007"],[14061,0,8160,1,"Test specific Domestic FSM field name rules",["107`toData.CountryCode`0`0`228`1`0","50`20`6`0``0`0","90`document.title`0`0`FedEx Ship Manager - Print your label(s)`8`0","70``0`0``0`0","4`9`7`0`1`6`0"],1,1,"21835",1,"domship","null","21835"],[14140,1,12082,1,"Tracking FAQ - When will the Package arrive?",["4`10`7`0`1`6`0","90`chatFAQ`0`0`Im expecting a package when will it arrive`7`0","50`15`6`0``0`0"],1,1,"24009",1,"domestic","null","24009"],[14144,1,12083,1,"Tracking FAQ - My package was supposed to be here but it has not arrived ?",["4`11`7`0`1`6`0","90`chatFAQ`0`0`My package was supposed to be here but it has not arrived  What can I do`7`0","50`15`6`0``0`0"],1,1,"24009",1,"domestic","null","24009"],[14145,1,12084,1,'Tracking FAQ - What does the "status exception code" mean?',["4`11`7`0`1`6`0","90`chatFAQ`0`0`What does the status of exception code mean`7`0","50`15`6`0``0`0"],1,1,"24009",1,"domestic","null","24009"],[14321,1,12221,1,"domestic fsm help pop-up",["70``0`0``0`0","90`document.title`0`0`FedEx Ship Manager - Print your label(s)`8`0","4`12`9`0`1`6`0","4`13`8`0`1`6`0","50`146`6`0``0`0"],1,1,"21835",1,"domship","null","21835"],[14322,1,12222,1,"international fsm help pop-up",["70``0`0``0`0","90`document.title`0`0`FedEx Ship Manager - Print your label(s)`8`0","90`document.title`7`0`Product/Commodity Information`7`0","50`209`6`0``0`0"],1,1,"24007",1,"initship","null","24007"],[15815,1,13202,1,"international email form - express international",["4`14`7`0`1`6`0","103`calform.dropdown_field_11`0`0`10`1`0"],1,1,"24007",1,"international","null","24007"],[15937,1,13203,1,"international tracking faq - How do I change the delivery address",["4`15`7`0`1`6`0","90`chatFAQ`0`0`How do I change the delivery address on my shipment`7`0","50`15`6`0``0`0"],1,1,"24007",1,"international","null","24007"],[15938,1,13204,1,"international tracking faq - package at different location",["4`16`7`0`1`6`0","90`chatFAQ`0`0`When I track my international FedEx Express package I sometimes get information on a package going to a different location or for one that has already been delivered Why`1`0","50`15`6`0``0`0"],1,1,"24007",1,"international","null","24007"],[35060,1,30264,1,"track quick help",["4`17`9`0`1`6`0","50`109`6`0``0`0"],1,1,"24009",1,"domestic","null","24009"],[35061,1,30265,1,"pickup quick help",["4`18`7`0`1`6`0","50`139`6`0``0`0"],1,1,"24009",1,"domestic","null","24009"],[35062,1,30266,1,"pu history quick help",["4`19`9`0`1`6`0","50`73`6`0``0`0"],1,1,"24009",1,"domestic","null","24009"],[35080,1,30200,0,"oar contact info help",["4`20`7`0`1`6`0","50`174`6`0``0`0"],1,1,"21835",1,"domestic","null","21835"],[35081,1,30220,1,"oar account info help",["4`21`7`0`1`6`0","50`163`6`0``0`0"],1,1,"21835",1,"domestic","null","21835"],[35082,1,30240,1,"oar link account help",["4`22`7`0`1`6`0","50`146`6`0``0`0"],1,1,"21835",1,"domestic","null","21835"],[35083,1,30260,1,"intl ship 101",["4`23`7`0`1`6`0","50`67`6`0``0`0"],1,1,"24007",1,"initship","null","24007"],[35084,1,30261,1,"intl service faq",["4`24`9`0`1`6`0","50`56`6`0``0`0"],1,1,"24007",1,"initship","null","24007"],[36820,1,31400,1,"oar landing page",["4`25`9`0`1`6`0","50`30`6`0``0`0","71``0`0``0`0"],1,1,"21835",1,"tss","null","21835"],[38000,1,32041,1,"fbo faq",["4`26`9`0`1`6`0","50`80`6`0``0`0","71``0`0``0`0"],1,1,"21835",1,"tss","null","28135"],[38001,1,32042,1,"fsm faq",["4`27`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"21835",1,"tss","null","21835"],[38002,1,32043,1,"way to ship faq",["4`28`9`0`1`6`0","50`100`6`0``0`0"],1,1,"21835",1,"tss","null","21835"],[38840,1,32500,1,"print label no pickup",["4`5`7`0`1`6`0","92`isPickUpScheduleSuccessful`0`0`0`1`0","71``0`0``0`0","5`1`6`0`50`5`0"],1,1,"21835",1,"domship","null","21835"],[45420,1,35620,1,"how to order exprs supps",["4`29`7`0`1`6`0","90`chatFAQ`0`0`How do I order FedEx supplies`7`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"24009",1,"domestic","null","24009"],[45440,1,35640,1,"rates times help",["4`30`9`0`1`6`0","50`79`6`0``0`0","71``0`0``0`0"],1,1,"24009",1,"domestic","null","24009"],[47200,1,36480,1,"tracking scan - dex 8",["4`31`7`0`1`6`0","71``0`0``0`0","90`document.body.innerHTML`0`0`Customer not available or business closed,Customer not available or business closed – Signature required,Customer not available or business closed – Recipient account number required,Customer not available or business closed – Access is controlled by customer`7`0","4`32`8`0`1`6`0","90`document.body.innerHTML`0`0`Delivery completed, Address corrected - Delivery completed`8`0","50`45`6`0``0`0","5`1`6`0`2`5`0"],1,1,"24009",1,"dom","null","24009"],[47320,1,36540,1,"tracking scan - dex3",["4`31`7`0`1`6`0","71``0`0``0`0","50`45`6`0``0`0","90`document.body.innerHTML`0`0`Incorrect address,Incorrect address - Street name/number,Incorrect address - Apartment/Suite number,Incorrect address - Recipient moved,Incorrect address - refused by recipient`7`0","90`document.body.innerHTML`0`0`Delivery completed, Address corrected - Delivery completed`8`0","4`33`7`0`1`6`0","5`1`6`0`2`5`0"],1,1,"24009",1,"dom","null","24009"],[48260,1,37324,1,"tracking scan - dex6/7",["4`31`7`0`1`6`0","71``0`0``0`0","50`45`6`0``0`0","90`document.body.innerHTML`0`0`Delivery completed, Address corrected - Delivery completed`8`0","90`document.body.innerHTML`0`0`Refused by recipient,order cancelled, late delivery, package damaged, not ordered, order incorrect, duplicated order`7`0","4`32`8`0`1`6`0","5`1`6`0`2`5`0"],1,1,"24009",1,"dom","null","24009"],[55540,1,40880,1,"services at a glance",["4`34`9`0`1`6`0","50`86`6`0``0`0","71``0`0``0`0"],1,1,"24007",1,"intl","null","24007"],[56281,1,41220,1,"track by number",["4`35`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[56282,1,41221,1,"can contact us",["4`36`7`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[56283,1,41222,1,"can get started",["4`37`7`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[56284,1,41223,1,"can oar help",["4`38`7`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[56285,1,41224,1,"can new acct help",["4`39`7`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[57440,1,41720,1,"contactus ca",["4`40`7`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[63680,1,45640,1,"ca infocentre",["4`41`7`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[63700,1,45642,1,"ca package faq",["4`42`7`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[63720,1,45643,1,"ca getrate quick hlp",["4`43`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[63740,1,45660,1,"ca spod quickhlp",["4`44`7`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[63760,1,45661,1,"ca services",["4`45`7`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[63761,1,45662,1,"ca search",["4`46`7`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[63780,1,45663,1,"ca resource centere",["4`47`7`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"40737",1,"canada","null","40737"],[63920,1,45400,1,"cn contact",["4`48`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0","4`49`8`0`1`6`0"],1,1,"41117",1,"china","null","41117"],[63940,1,45420,1,"cn write fdx",["4`50`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41117",1,"china","null","41117"],[63960,1,45440,1,"cn track quickhlp",["4`51`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41117",1,"china","null","41117"],[63980,1,45460,1,"cn getrate",["4`52`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41117",1,"china","null","41117"],[64000,1,45461,1,"cn ship quickhlp",["4`53`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41117",1,"china","null","41117"],[64001,1,45480,1,"kr contact",["4`54`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0","4`49`8`0`1`6`0"],1,1,"41118",1,"korea","null","41118"],[64020,1,45500,1,"kr write fdx",["4`55`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41118",1,"korea","null","41118"],[64040,1,45501,1,"kr track quickhlp",["4`56`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41118",1,"korea","null","41118"],[64060,1,45520,1,"kr getrate",["4`57`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41118",1,"korea","null","41118"],[64080,1,45540,1,"kr ship help",["4`58`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41118",1,"korea","null","41118"],[64100,1,45560,1,"tw contact",["4`59`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0","4`49`8`0`1`6`0"],1,1,"41115",1,"tawain","null","41115"],[64120,1,45580,1,"tw write fdx",["4`60`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41115",1,"tawain","null","41115"],[64140,1,45600,1,"tw trk quickhlp",["4`61`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"41115",1,"tawain","null","41115"],[64160,1,45620,1,"tw getrate",["4`62`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41115",1,"tawain","null","41115"],[64180,1,45621,1,"tw ship help",["4`63`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41115",1,"taiwan","null","41115"],[64200,1,45800,1,"hk contact",["4`64`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0","4`49`8`0`1`6`0"],1,1,"41116",1,"hong kong","null","41116"],[64201,1,45820,1,"hk write fdx",["4`65`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41116",1,"hong kong","null","41116"],[64220,1,45840,1,"hk trk quick hlp",["4`66`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41116",1,"hong kong","null","41116"],[64221,1,45841,1,"hk getrate",["4`67`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41116",1,"hong kong","null","41116"],[64222,1,45842,1,"hk ship help",["4`68`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41116",1,"hong kong","null","41116"],[64240,1,45860,1,"au contact",["4`69`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0","4`49`8`0`1`6`0"],1,1,"41119",1,"australia","null","41119"],[64260,1,45861,1,"au write fdx",["4`70`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41119",1,"australia","null","41119"],[64261,1,45880,1,"au trk quick hlp",["4`71`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41119",1,"australia","null","41119"],[64280,1,45900,1,"au getrate",["4`72`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41119",1,"australia","null","41119"],[64281,1,45920,1,"au ship help",["4`73`9`0`1`6`0","71``0`0``0`0","50`10`6`0``0`0"],1,1,"41119",1,"australia","null","41119"],[66660,1,46980,1,"fsm at .com",["4`14`7`0`1`6`0","103`calform.dropdown_field_11`0`0`1`1`0"],1,1,"21835",1,"domship","null","21835"],[66680,1,47000,1,"fedex ship mngr",["4`14`7`0`1`6`0","103`calform.dropdown_field_11`0`0`2`1`0"],1,1,"21835",1,"domship","null","21835"],[66700,1,47001,1,"fsm quickship",["4`14`7`0`1`6`0","103`calform.dropdown_field_11`0`0`5`1`0"],1,1,"21835",1,"domship","null","21835"],[66701,1,47020,1,"mail fedex.com",["4`14`7`0`1`6`0","103`calform.dropdown_field_11`0`0`8`1`0"],1,1,"21835",1,"domship","null","21835"],[66720,1,47040,1,"fdx express dom",["4`14`7`0`1`6`0","103`calform.dropdown_field_11`0`0`9`1`0"],1,1,"24009",1,"domestic","null","24009"],[67320,1,47360,1,"ukservices services",["4`74`7`0`1`6`0","71``0`0``0`0","50`60`6`0``0`0"],1,1,"40583",1,"uk","null","40583"],[67340,1,47380,1,"uk writefdx",["4`75`9`0`1`6`0","71``6`0``0`0","50`15`6`0``0`0"],1,1,"40583",1,"uk","null","40583"],[67360,1,47400,1,"gb track help",["4`76`9`0`1`6`0","71``0`0``0`0","50`15`6`0``0`0"],1,1,"40583",1,"uk","null","40583"],[67380,1,47460,1,"gb services",["4`77`7`0`1`6`0","71``0`0``0`0","50`60`6`0``0`0"],1,1,"42017",1,"gb","null","42017"],[67381,1,47480,1,"gb write",["4`78`9`0`1`6`0","71``0`0``0`0","50`15`6`0``0`0"],1,1,"42017",1,"gb","null","42017"],[67400,1,47500,1,"gb contact",["4`79`9`0`1`6`0","71``0`0``0`0","50`15`6`0``0`0"],1,1,"42017",1,"gb","null","42017"],[67401,1,47520,1,"gb invoice",["4`80`7`0`1`6`0","71``0`0``0`0","50`20`6`0``0`0"],1,1,"42017",1,"gb","null","42017"],[67402,1,47540,1,"gb helpme",["4`81`9`0`1`6`0","71``0`0``0`0","50`2`6`0``0`0"],1,1,"42017",1,"gb","null","42017"],[67440,1,47560,1,"gb shipguide",["4`82`7`0`1`6`0","71``0`0``0`0","50`60`6`0``0`0"],1,1,"42017",1,"gb","null","42017"],[70320,1,49360,1,"ire helpme",["4`83`9`0`1`6`0","71``0`0``0`0","50`2`6`0``0`0"],1,1,"42017",1,"gb","null","42017"],[75260,1,52700,1,"intl ship rates",["4`84`9`0`1`6`0","50`90`6`0``0`0","71``0`0``0`0"],1,1,"24007",1,"international","null","24007"],[79520,1,54780,1,"cn ex contact",["4`85`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0","4`49`8`0`1`6`0"],1,1,"43775",1,"china","null","43775"],[79540,1,54781,1,"cn ex write fdx",["4`86`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43775",1,"china","null","43775"],[79541,1,54782,1,"cn ex trk qk hlp",["4`87`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43775",1,"china","null","43775"],[79560,1,54783,1,"cn ex grrt qk hlp",["4`88`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43775",1,"china","null","43775"],[79561,1,54784,1,"cn shp hlp",["4`89`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43775",1,"china","null","43775"],[79562,1,54800,1,"kr ex contact",["4`90`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0","4`49`8`0`1`6`0"],1,1,"43776",1,"korea","null","43776"],[79580,1,54801,1,"kr ex write fdx",["4`91`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43776",1,"korea","null","43776"],[79600,1,54802,1,"kr ex trk qk hlp",["4`92`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43776",1,"korea","null","43776"],[79601,1,54803,1,"kr ex grrt qk hlp",["4`93`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43776",1,"korea","null","43776"],[79620,1,54820,1,"kr ex shp hlp",["4`94`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43776",1,"korea","null","43776"],[79621,1,54840,1,"tw ex contact",["4`95`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0","4`49`8`0`1`6`0"],1,1,"43777",1,"taiwan","null","43777"],[79622,1,54841,1,"tw ex write fdx",["4`96`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43777",1,"taiwan","null","43777"],[79623,1,54860,1,"tw ex trk qk hlp",["4`97`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43777",1,"taiwan","null","43777"],[79640,1,54861,1,"tw ex grtt qk hlp",["4`98`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43777",1,"taiwan","null","43777"],[79660,1,54862,1,"tw ex shp hlp",["4`99`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43777",1,"taiwan","null","43777"],[79661,1,54880,1,"hk ex contact",["4`100`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0","4`49`8`0`1`6`0"],1,1,"43778",1,"hong kong","null","43778"],[79680,1,54881,1,"hk ex write fdx",["4`101`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43778",1,"hong kong","null","43778"],[79700,1,54882,1,"hk ex trk qk hlp",["4`102`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43778",1,"hong kong","null","43778"],[79720,1,54900,1,"hk ex grtt qk hlp",["4`103`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43778",1,"hong kong","null","43778"],[79721,1,54901,1,"hk ex shp hlp",["4`104`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"43778",1,"hong kong","null","43778"],[81520,1,55860,1,"new cust sales",["4`105`9`0`1`6`0","71``0`0``0`0","50`63`6`0``0`0"],1,1,"21837",1,"sales","null","21837"],[81540,1,55880,1,"svcs sales",["4`106`9`0`1`6`0","50`56`6`0``0`0","71``0`0``0`0"],1,1,"21837",1,"sales","null","21837"],[81560,1,55900,1,"bussol",["4`107`9`0`1`6`0","50`45`6`0``0`0","71``0`0``0`0"],1,1,"21837",1,"sales","null","21837"],[88960,1,59381,1,"austria helpme",["4`108`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44887",1,"austria","null","44887"],[88980,1,59420,1,"bahrain helpme",["4`109`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44987",1,"bahrain","null","44987"],[89000,1,59400,1,"osterreich helpme",["4`110`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44913",1,"osterreich","null","44913"],[89020,1,59440,1,"belgie helpme",["4`111`9`0`1`6`0","50`2`6`0``0`0","71``6`0``0`0"],1,1,"44915",1,"belgie","null","44915"],[89040,1,59460,1,"belgique helpme",["4`112`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44914",1,"belgique","null","44914"],[89060,1,59480,1,"belgium helpme",["4`113`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44888",1,"belgium","null","44888"],[89080,1,59481,1,"eng czech helpme",["4`114`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44889",1,"cz english","null","44889"],[89140,1,59500,1,"danmark helpme",["4`115`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44916",1,"danmark","null","44916"],[89141,1,59520,1,"denmark helpme",["4`116`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44890",1,"denmark","null","44890"],[89160,1,59540,1,"finland helpme",["4`117`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44891",1,"finland","null","44891"],[89180,1,59560,1,"fr eng helpme",["4`118`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44892",1,"fr english","null","44892"],[89200,1,59580,1,"france helpme",["4`119`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44917",1,"france","null","44917"],[89220,1,59600,1,"deustschland helpme",["4`120`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44919",1,"deustschland","null","44919"],[89240,1,60020,1,"de english helpme",["4`121`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44893",1,"germany","null","44893"],[89260,1,59601,1,"hungary helpme",["4`122`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44894",1,"hungary","null","44894"],[89280,1,59620,1,"magyarorszag helpme",["4`123`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44988",1,"magyarorszag","null","44988"],[89300,1,59640,1,"india helpme",["4`124`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44895",1,"india","null","44895"],[89301,1,59660,1,"ireland helpme",["4`83`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44896",1,"ireland","null","44896"],[89320,1,59680,1,"italy helpme",["4`125`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44897",1,"italy","null","44897"],[89340,1,59700,1,"italia helpme",["4`126`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44920",1,"italia","null","44920"],[89360,1,59720,1,"kuwait helpme",["4`127`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44989",1,"kuwait","null","44989"],[89380,1,59721,1,"luxemborg helpme",["4`128`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44898",1,"luxemborg","null","44898"],[89400,1,59740,1,"netherland helpme",["4`129`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44899",1,"netherland","null","44899"],[89420,1,59760,1,"nederland helpme",["4`130`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44921",1,"nederland","null","44921"],[89440,1,59761,1,"norway helpme",["4`131`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44900",1,"norway","null","44900"],[89460,1,59780,1,"poland helpme",["4`132`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44901",1,"poland","null","44901"],[89480,1,59800,1,"polska helpme",["4`133`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44922",1,"polska","null","44922"],[89540,1,59801,0,"espana helpme",["4`134`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44923",1,"espana","null","44923"],[89560,1,59820,1,"spain helpme",["4`135`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44903",1,"spain","null","44903"],[89580,1,59821,1,"sverige helpme",["4`136`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44924",1,"sverige","null","44924"],[89600,1,59822,1,"sweden helpme",["4`137`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44904",1,"sweden","null","44904"],[89620,1,59840,1,"switzerland hm",["4`138`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44905",1,"switzerland","null","44905"],[89640,1,59860,1,"schweiz helpme",["4`139`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44925",1,"schweiz","null","44925"],[89660,1,59880,1,"suisse helpme",["4`140`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44926",1,"suisse","null","44926"],[89680,1,59881,1,"svizzera helpme",["4`141`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44927",1,"svizzera","null","44927"],[89700,1,59882,1,"uae eng helpme",["4`142`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44906",1,"uae","null","44906"],[89720,1,59883,1,"uae helpme",["4`143`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"45279",1,"uae","null","45279"],[90441,1,59482,1,"czech helpme",["4`144`9`0`1`6`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"44929",1,"czech","null","44929"],[90860,1,60684,1,"sg contact",["4`145`9`0`1`6`0","4`49`8`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"46837",1,"46837","null","sg"],[90861,1,60685,1,"sg writefedex",["4`146`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"46837",1,"46837","null","sg"],[90862,1,60686,1,"sg trk qk hlp",["4`147`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"46837",1,"46837","null","sg"],[90863,1,60687,1,"sg shp qk hlp",["4`148`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"46837",1,"46837","null","sg"],[90864,1,60688,1,"sg grrt",["4`149`9`0`1`6`0","50`10`6`0``0`0","71``0`0``0`0"],1,1,"46837",1,"46837","null","sg"],[91800,1,61340,1,"email freight",["4`150`9`0`1`6`0","5`1`6`0`10`5`0","50`2`6`0``0`0","71``0`0``0`0"],1,1,"45949",1,"freight","null","45949"],[91820,1,61341,1,"freight faq support 1",["4`151`9`0`1`6`0","90`chatFAQ`0`0`Does FedEx offer weekend delivery`7`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"45949",1,"freight","null","45949"],[91821,1,61342,1,"freight faq support 2",["4`151`9`0`1`6`0","90`chatFAQ`0`0`Im expecting a package when will it arrive`7`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"45949",1,"freight","null","45949"],[91822,1,61343,1,"freight faq support 3",["4`151`9`0`1`6`0","90`chatFAQ`0`0`I tracked my shipment and there havent been scans on it in more than a day What should I do`7`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"45949",1,"freight","null","45949"],[91843,1,61344,1,"fbo plus help",["4`152`9`0`1`6`0","50`35`6`0``0`0","71``0`0``0`0"],1,1,"45950",1,"rev svcs","null","45950"],[91844,1,61380,1,"fbo pager help",["4`153`9`0`1`6`0","50`35`6`0``0`0","71``0`0``0`0"],1,1,"45950",1,"rev svcs","null","45950"],[91845,1,61381,1,"fbo db cc",["4`154`9`0`1`6`0","50`35`6`0``0`0","71``0`0``0`0"],1,1,"45950",1,"rev svcs","null","45950"],[91846,1,61382,1,"fbo edi help",["4`155`9`0`1`6`0","50`35`6`0``0`0","71``6`0``0`0"],1,1,"45950",1,"rev svcs","null","45950"],[92162,1,61520,1,"frght bol qk hlp",["4`156`9`0`1`6`0","50`75`6`0``0`0","71``0`0``0`0"],1,1,"45949",1,"freight","null","45949"],[92163,1,61521,1,"frght pup qk hlp",["4`157`9`0`1`6`0","50`75`6`0``0`0","71``0`0``0`0"],1,1,"45949",1,"freight","null","45949"],[92164,1,61522,1,"frght bill qk hlp",["4`158`9`0`1`6`0","50`75`6`0``0`0","71``0`0``0`0"],1,1,"45949",1,"freight","null","45949"],[92165,1,61523,1,"frght faq 4",["4`159`9`0`1`6`0","90`chatFAQ`0`0`What is an Express Freight shipment`7`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"45949",1,"freight","null","45949"],[92166,1,61524,1,"revsvcs fbo comp",["4`160`9`0`1`6`0","50`101`6`0``0`0","71``0`0``0`0"],1,1,"45950",1,"rev svcs","null","45950"],[92180,1,61540,1,"rvscs fbo all",["4`161`9`0`1`6`0","50`35`6`0``0`0","71``0`0``0`0"],1,1,"45950",1,"rev svcs","null","45950"],[93660,1,62364,1,"fr eng trk qk hlp",["4`162`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44892",1,"france","null","44892"],[93661,1,62367,1,"fr eng write fdx",["4`163`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44892",1,"france","null","44892"],[93662,1,62368,1,"fr eng contact",["4`164`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44892",1,"france","null","44892"],[93663,1,62370,1,"fr eng invoice",["4`165`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44892",1,"france","null","44892"],[93664,1,62362,1,"fr eng shp guide",["4`166`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44892",1,"france","null","44892"],[93665,1,62372,1,"fr eng services",["4`167`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44892",1,"france","null","44892"],[93666,1,62378,1,"fr trk qk hlp",["4`168`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44917",1,"france","null","44917"],[93667,1,62379,1,"fr write fdx",["4`169`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44917",1,"france","null","44917"],[93668,1,62380,1,"fr contact",["4`170`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44917",1,"france","null","44917"],[93669,1,62381,1,"fr invoice",["4`171`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44917",1,"france","null","44917"],[93670,1,62382,1,"fr ship guide",["4`172`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44917",1,"france","null","44917"],[93671,1,62383,1,"fr services",["4`173`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44917",1,"france","null","44917"],[93672,1,62384,1,"de trk qk hlp",["4`174`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44919",1,"germany","null","44919"],[93673,1,62385,1,"de write fdx",["4`175`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44919",1,"germany","null","44919"],[93674,1,62386,1,"de contact",["4`176`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44919",1,"germany","null","44919"],[93675,1,62420,1,"de invoice",["4`177`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44919",1,"germany","null","44919"],[93676,1,62421,1,"de shp guide",["4`178`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44919",1,"france","null","44919"],[93677,1,62422,1,"de services",["4`179`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44919",1,"germany","null","44919"],[93678,1,62423,1,"de eng trk qk hlp",["4`180`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44893",1,"germany","null","44893"],[93679,1,62424,1,"de eng write fdx",["4`181`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44893",1,"germany","null","44893"],[93680,1,62425,1,"de eng contact",["4`182`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44893",1,"germany","null","44893"],[93681,1,62426,1,"de eng invoice",["4`183`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44893",1,"germany","null","44893"],[93682,1,62427,1,"de eng shp guide",["4`184`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44893",1,"germany","null","44893"],[93683,1,62428,1,"de eng services",["4`185`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44893",1,"germany","null","44893"],[93726,1,62429,1,"in trk qk hlp",["4`186`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44895",1,"india","null","44895"],[93727,1,62430,1,"in write fdx",["4`187`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44895",1,"india","null","44895"],[93728,1,62431,1,"in contact",["4`188`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44895",1,"india","null","44895"],[93729,1,62432,1,"in invoice",["4`189`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44895",1,"india","null","44895"],[93730,1,62433,1,"in shp guide",["4`190`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44895",1,"india","null","44895"],[93731,1,62434,1,"in services",["4`191`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44895",1,"india","null","44895"],[93732,1,62435,1,"it eng trk qk hlp",["4`192`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44897",1,"italy","null","44897"],[93733,1,62436,1,"it eng write fdx",["4`193`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44897",1,"italy","null","44897"],[93734,1,62437,1,"it eng contact",["4`194`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44897",1,"italy","null","44897"],[93735,1,62438,1,"it eng invoice",["4`195`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44897",1,"italy","null","44897"],[93736,1,62439,1,"it eng shp guide",["4`196`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44897",1,"italy","null","44897"],[93737,1,62486,1,"it trk qk hlp",["4`197`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44920",1,"italia","null","44920"],[93738,1,62487,1,"it write fdx",["4`198`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44920",1,"italia","null","44920"],[93739,1,62488,1,"it contact",["4`199`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44920",1,"italia","null","44920"],[93740,1,62489,1,"it invoice",["4`200`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44920",1,"italia","null","44920"],[93741,1,62490,1,"it shp guide",["4`201`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44920",1,"italia","null","44920"],[93742,1,62491,1,"it services",["4`202`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44920",1,"italia","null","44920"],[93743,1,62441,1,"no trk qk hlp",["4`203`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44900",1,"norway","null","44900"],[93744,1,62442,1,"no write fdx",["4`204`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44900",1,"norway","null","44900"],[93745,1,62443,1,"no contact",["4`205`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44900",1,"norway","null","44900"],[93746,1,62444,1,"no invoice",["4`206`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44900",1,"norway","null","44900"],[93747,1,62445,1,"no shp guide",["4`207`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44900",1,"norway","null","44900"],[93748,1,62446,1,"no services",["4`208`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44900",1,"norway","null","44900"],[93749,1,62447,1,"se trk qk hlp",["4`209`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44924",1,"sverige","null","44924"],[93750,1,62448,1,"se write fdx",["4`210`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44924",1,"sverige","null","44924"],[93751,1,62449,1,"se contact",["4`211`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44924",1,"sverige","null","44924"],[93752,1,62450,1,"se invoice",["4`212`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44924",1,"sverige","null","44924"],[93753,1,62451,1,"se shp guide",["4`213`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44924",1,"sverige","null","44924"],[93754,1,62452,1,"se services",["4`214`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44924",1,"sverige","null","44924"],[93755,1,62453,1,"se eng trk qk hlp",["4`215`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44904",1,"sweden","null","44904"],[93756,1,62454,1,"se eng write fdx",["4`216`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44904",1,"sweden","null","44904"],[93757,1,62455,1,"se eng contact",["4`217`9`0`1`6`0","4`49`8`0`1`6`0","71``0`0``0`0","50`15`6`0``0`0"],1,1,"44904",1,"sweden","null","44904"],[93760,1,62456,1,"se eng invoice",["4`218`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44904",1,"sweden","null","44904"],[93761,1,62457,1,"se eng shp guide",["4`219`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44904",1,"sweden","null","44904"],[93762,1,62458,1,"se eng services",["4`220`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44904",1,"sweden","null","44904"],[93780,1,62440,1,"it eng services",["4`221`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44897",1,"italy","null","44897"],[94939,1,63260,1,"bh trk qk hlp",["4`222`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44987",1,"bahrain","null","44987"],[94940,1,63261,1,"bh write fdx",["4`223`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44987",1,"bahrain","null","44987"],[94941,1,63262,1,"bh contact",["4`224`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44987",1,"bahrain","null","44987"],[94942,1,63263,1,"bh invoice",["4`225`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44987",1,"bahrain","null","44987"],[94943,1,63264,1,"bh shp guide",["4`226`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44987",1,"bahrain","null","44987"],[94944,1,63265,1,"bh services",["4`227`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44987",1,"bahrain","null","44987"],[94945,1,63105,1,"be ned trk qk hlp",["4`228`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44915",1,"belgie","null","44915"],[94946,1,63106,1,"be ned write fdx",["4`229`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44915",1,"belgie","null","44915"],[94947,1,63107,1,"be ned contact",["4`230`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44915",1,"belgie","null","44915"],[94948,1,63108,1,"be ned invoice",["4`231`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44915",1,"belgie","null","44915"],[94949,1,63109,1,"be ned shp guide",["4`232`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44915",1,"belgie","null","44915"],[94950,1,63110,1,"be ned services",["4`233`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44915",1,"belgie","null","44915"],[94951,1,63111,1,"be fr trk qk hlp",["4`234`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44914",1,"belgique","null","44914"],[94952,1,63112,1,"be fr write fdx",["4`235`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44914",1,"belgique","null","44914"],[94953,1,63113,1,"be fr contact",["4`236`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44914",1,"belgique","null","44914"],[94954,1,63114,1,"be fr invoice",["4`237`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44914",1,"belgique","null","44914"],[94955,1,63115,1,"be fr shp guide",["4`238`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44914",1,"belgique","null","44914"],[94956,1,63116,1,"be fr services",["4`239`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44914",1,"belgique","null","44914"],[94957,1,63117,1,"be eng trk qk hlp",["4`240`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44888",1,"belgium","null","44888"],[94958,1,63118,1,"be eng write fdx",["4`241`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44888",1,"belgium","null","44888"],[94959,1,63119,1,"be eng contact",["4`242`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44888",1,"belgium","null","44888"],[94960,1,63120,1,"be eng invoice",["4`243`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44888",1,"belgium","null","44888"],[94961,1,63121,1,"be eng shp guide",["4`244`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44888",1,"belgium","null","44888"],[94962,1,63122,1,"be eng services",["4`245`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44888",1,"belgium","null","44888"],[94963,1,63123,1,"ie trk qk hlp",["4`246`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44896",1,"ireland","null","44896"],[94964,1,63124,1,"ie write fdx",["4`247`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44896",1,"ireland","null","44896"],[94965,1,63125,1,"ie contact",["4`248`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44896",1,"ireland","null","44896"],[94966,1,63126,1,"ie invoice",["4`249`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44896",1,"ireland","null","44896"],[94967,1,63127,1,"ie shp guide",["4`250`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44896",1,"ireland","null","44896"],[94968,1,63128,1,"ie services",["4`251`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44896",1,"ireland","null","44896"],[94969,1,63143,1,"kw trk qk hlp",["4`252`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44989",1,"kuwait","null","44989"],[94970,1,63144,1,"kw write fdx",["4`253`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44989",1,"kuwait","null","44989"],[94971,1,63145,1,"kw contact",["4`254`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44989",1,"kuwait","null","44989"],[94972,1,63146,1,"kw invoice",["4`255`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44989",1,"kuwait","null","44989"],[94973,1,63147,1,"kw shp guide",["4`256`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44989",1,"kuwait","null","44989"],[94974,1,63148,1,"kw services",["4`257`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44989",1,"kuwait","null","44989"],[94975,1,63149,1,"lu trk qk hlp",["4`258`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44898",1,"luxemborg","null","44898"],[94976,1,63150,1,"lu write fdx",["4`259`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44898",1,"luxemborg","null","44898"],[94977,1,63151,1,"lu contact",["4`260`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44898",1,"luxemborg","null","44898"],[94978,1,63152,1,"lu invoice",["4`261`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44898",1,"luxemborg","null","44898"],[94979,1,63153,1,"lu shp guide",["4`262`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44898",1,"luxemborg","null","44898"],[94980,1,63154,1,"lu services",["4`263`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44898",1,"luxemborg","null","44898"],[94981,1,63155,1,"nl eng trk qk hlp",["4`264`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44899",1,"netherlands","null","44899"],[94982,1,63156,1,"nl eng write fdx",["4`265`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44899",1,"netherlands","null","44899"],[94983,1,63157,1,"nl eng contact",["4`266`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44899",1,"netherlands","null","44899"],[94984,1,63158,1,"nl eng invoice",["4`267`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44899",1,"netherlands","null","44899"],[94985,1,63159,1,"nl eng shp guide",["4`268`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44899",1,"netherlands","null","44899"],[95000,1,63160,1,"nl eng services",["4`269`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44899",1,"netherlands","null","44899"],[95001,1,63161,1,"nl trk qk hlp",["4`270`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44921",1,"nederland","null","44921"],[95002,1,63162,1,"nl write fdx",["4`271`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44921",1,"nederland","null","44921"],[95003,1,63163,1,"nl contact",["4`272`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44921",1,"nederland","null","44921"],[95004,1,63164,1,"nl invoice",["4`273`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44921",1,"nederland","null","44921"],[95005,1,63165,1,"nl shp guide",["4`274`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44921",1,"nederland","null","44921"],[95006,1,63166,1,"nl services",["4`275`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44921",1,"nederland","null","44921"],[95009,1,63172,1,"es trk qk hlp",["4`276`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44923",1,"espana","null","44923"],[95010,1,63173,1,"es write fdx",["4`277`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44923",1,"espana","null","44923"],[95011,1,63174,1,"es contact",["4`278`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44923",1,"espana","null","44923"],[95020,1,63175,1,"es invoice",["4`279`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44923",1,"espana","null","44923"],[95021,1,63176,1,"es shp guide",["4`280`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44923",1,"espana","null","44923"],[95022,1,63177,1,"es services",["4`281`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44923",1,"espana","null","44923"],[95040,1,63198,1,"uae eng trk qk hlp",["4`282`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44906",1,"uae","null","44906"],[95041,1,63211,1,"uae eng write fdx",["4`283`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44906",1,"uae","null","44906"],[95042,1,63212,1,"uae eng contact",["4`284`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44906",1,"uae","null","44906"],[95043,1,63225,1,"uae eng invoice",["4`285`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44906",1,"uae","null","44906"],[95044,1,63226,1,"uae eng shp guide",["4`286`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44906",1,"uae","null","44906"],[95045,1,63227,1,"uae eng services",["4`287`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44906",1,"uae","null","44906"],[95046,1,63228,1,"uae trk qk hlp",["4`288`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44992",1,"uae","null","44992"],[95047,1,63229,1,"uae write fdx",["4`289`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44992",1,"uae","null","44992"],[95048,1,63230,1,"uae contact",["4`290`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44992",1,"uae","null","44992"],[95049,1,63231,1,"uae invoice",["4`291`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44992",1,"uae","null","44992"],[95050,1,63232,1,"uae shp guide",["4`292`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44992",1,"uae","null","44992"],[95051,1,63233,1,"uae services",["4`293`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44992",1,"uae","null","44992"],[95112,1,63178,1,"es eng trk qk hlp",["4`294`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44903",1,"spain","null","44903"],[95113,1,63179,1,"es eng write fdx",["4`295`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44903",1,"spain","null","44903"],[95114,1,63180,1,"es eng contact",["4`296`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44903",1,"spain","null","44903"],[95115,1,63181,1,"es eng invoice",["4`297`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44903",1,"spain","null","44903"],[95116,1,63183,1,"es eng shp guide",["4`298`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44903",1,"spain","null","44903"],[95117,1,63185,1,"es eng services",["4`299`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44903",1,"spain","null","44903"],[96545,1,64191,1,"at eng trk qk hlp",["4`300`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44887",1,"austria","null","44887"],[96546,1,64192,1,"at eng write fdx",["4`301`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44887",1,"austria","null","44887"],[96547,1,64193,1,"at eng contact",["4`302`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44887",1,"austria","null","44887"],[96548,1,64194,1,"at eng invoice",["4`303`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44887",1,"austria","null","44887"],[96549,1,64195,1,"at eng shp guide",["4`304`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44887",1,"austria","null","44887"],[96550,1,64196,1,"at eng services",["4`305`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44887",1,"austria","null","44887"],[96551,1,64197,1,"at trk qk hlp",["4`306`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44913",1,"austria","null","44913"],[96552,1,64198,1,"at write fdx",["4`307`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44913",1,"austria","null","44913"],[96553,1,64199,1,"at contact",["4`308`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44913",1,"austria","null","44913"],[96554,1,64200,1,"at invoice",["4`309`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44913",1,"austria","null","44913"],[96555,1,64201,1,"at shp guide",["4`310`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44913",1,"austria","null","44913"],[96556,1,64202,1,"at services",["4`311`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44913",1,"austria","null","44913"],[96557,1,64203,1,"cz eng trk qk hlp",["4`312`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44889",1,"czech","null","44889"],[96558,1,64204,1,"cz eng write fdx",["4`313`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44889",1,"czech","null","44889"],[96559,1,64205,1,"cz eng contact",["4`314`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44889",1,"czech","null","44889"],[96560,1,64206,1,"cz eng invoice",["4`315`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44889",1,"czech","null","44889"],[96561,1,64207,1,"cz eng shp guide",["4`316`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44889",1,"czech","null","44889"],[96562,1,64208,1,"cz eng services",["4`317`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44889",1,"czech","null","44889"],[96563,1,64209,1,"cz trk qk hlp",["4`318`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44929",1,"czech","null","44929"],[96564,1,64210,1,"cz write fdx",["4`319`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44929",1,"czech","null","44929"],[96565,1,64211,1,"cz contact",["4`320`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44929",1,"czech","null","44929"],[96566,1,64212,1,"cz invoice",["4`321`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44929",1,"czech","null","44929"],[96567,1,64213,1,"cz shp guide",["4`322`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44929",1,"czech","null","44929"],[96568,1,64215,1,"cz services",["4`323`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44929",1,"czech","null","44929"],[96569,1,64216,1,"hu eng trk qk hlp",["4`324`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44894",1,"hungary","null","44894"],[96570,1,64217,1,"hu eng write fdx",["4`325`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44894",1,"hungary","null","44894"],[96571,1,64218,1,"hu eng contact",["4`326`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44894",1,"hungary","null","44894"],[96572,1,64219,1,"hu eng invoice",["4`327`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44894",1,"hungary","null","44894"],[96573,1,64220,1,"hu eng shp guide",["4`328`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44894",1,"hungary","null","44894"],[96574,1,64221,1,"hu eng services",["4`329`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44894",1,"hungary","null","44894"],[96575,1,64342,1,"hu trk qk hlp",["4`330`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44988",1,"hungary","null","44988"],[96576,1,64343,1,"hu write fdx",["4`331`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44988",1,"hungary","null","44988"],[96577,1,64344,1,"hu contact",["4`332`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44988",1,"hungary","null","44988"],[96578,1,64345,1,"hu invoice",["4`333`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44988",1,"hungary","null","44988"],[96579,1,64346,1,"hu shp guide",["4`334`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44988",1,"hungary","null","44988"],[96580,1,64347,1,"hu services",["4`335`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44988",1,"hungary","null","44988"],[96581,1,64348,1,"pl eng trk qk hlp",["4`336`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44901",1,"poland","null","44901"],[96582,1,64349,1,"pl eng write fdx",["4`337`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44901",1,"poland","null","44901"],[96583,1,64350,1,"pl eng contact",["4`338`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44901",1,"poland","null","44901"],[96584,1,64351,1,"pl eng invoice",["4`339`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44901",1,"poland","null","44901"],[96585,1,64351,1,"pl eng shp guide",["4`340`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44901",1,"poland","null","44901"],[96586,1,64353,1,"pl eng services",["4`341`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44901",1,"poland","null","44901"],[96587,1,64354,1,"pl trk qk hlp",["4`342`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44922",1,"poland","null","44922"],[96588,1,64355,1,"pl write fdx",["4`343`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44922",1,"poland","null","44922"],[96590,1,64356,1,"pl contact",["4`344`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44922",1,"poland","null","44922"],[96591,1,64357,1,"pl invoice",["4`345`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44922",1,"poland","null","44922"],[96592,1,64358,1,"pl shp guide",["4`346`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44922",1,"poland","null","44922"],[96593,1,64359,1,"pl services",["4`347`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44922",1,"poland","null","44922"],[96594,1,64360,1,"ch eng trk qk hlp",["4`348`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44905",1,"switzerland","null","44905"],[96595,1,64361,1,"ch eng write fdx",["4`349`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44905",1,"switzerland","null","44905"],[96596,1,64362,1,"ch eng contact",["4`350`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44905",1,"switzerland","null","44905"],[96597,1,64363,1,"ch eng invoice",["4`351`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44905",1,"switzerland","null","44905"],[96598,1,64364,1,"ch eng shp guide",["4`352`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44905",1,"switzerland","null","44905"],[96599,1,64365,1,"ch eng services",["4`353`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44905",1,"switzerland","null","44905"],[96600,1,64366,1,"ch de trk qk hlp",["4`354`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44925",1,"switzerland","null","44925"],[96601,1,64367,1,"ch de write fdx",["4`355`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44925",1,"switzerland","null","44925"],[96602,1,64368,1,"ch de contact",["4`356`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44925",1,"switzerland","null","44925"],[96603,1,64369,1,"ch de invoice",["4`357`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44925",1,"switzerland","null","44925"],[96604,1,64370,1,"ch de shp guide",["4`358`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44925",1,"switzerland","null","44925"],[96605,1,64371,1,"ch de services",["4`359`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44925",1,"switzerland","null","44925"],[96606,1,64400,1,"ch fr trk qk hlp",["4`360`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44926",1,"switzerland","null","44926"],[96607,1,64401,1,"ch fr write fdx",["4`361`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44926",1,"switzerland","null","44926"],[96608,1,64402,1,"ch fr contact",["4`362`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44926",1,"switzerland","null","44926"],[96609,1,64403,1,"ch fr invoice",["4`363`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44926",1,"switzerland","null","44926"],[96610,1,64404,1,"ch fr shp guide",["4`364`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44926",1,"switzerland","null","44926"],[96611,1,64405,1,"ch fr services",["4`365`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44926",1,"switzerland","null","44926"],[96612,1,64406,1,"ch it trk qk hlp",["4`366`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44927",1,"svizzera","null","44927"],[96613,1,64407,1,"ch it write fdx",["4`367`9`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44927",1,"switzerland","null","44927"],[96620,1,64408,1,"ch it contact",["4`368`9`0`1`6`0","4`49`8`0`1`6`0","50`15`6`0``0`0","71``0`0``0`0"],1,1,"44927",1,"switzerland","null","44927"],[96621,1,64409,1,"ch it invoice",["4`369`9`0`1`6`0","50`20`6`0``0`0","71``0`0``0`0"],1,1,"44927",1,"switzerland","null","44927"],[96622,1,64410,1,"ch it shp guide",["4`370`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44927",1,"switzerland","null","44927"],[96623,1,64411,1,"ch it services",["4`371`9`0`1`6`0","50`60`6`0``0`0","71``0`0``0`0"],1,1,"44927",1,"switzerland","null","44927"]];
ii_Var.CustomOfferedJS="if(typeof s_gi==\u0027function\u0027){var invName=\u0027[%INVITATIONNAME%]\u0027;var chnl=\u0027/us/en/fedex/instantservice/intship/chat/invitation/offered\u0027;var stg=\u0027offered\u0027;s.pageName=chnl+\u0027/\u0027+invName;s.channel=chnl;s.eVar59=s.prop59=stg+\u0027:\u0027+invName+\u0027:\u0027+param1; var pgLvl=\u0027true\u0027; nltrk=\u0022y\u0022;var s_code = s.t(); if (s_code) document.write(s_code);}if(typeof _hbPageView==\u0027function\u0027){_hbPageView(\u0027[%INVITATIONNAME%]\u0027,\u0027/us/en/fedex/instantservice/\u0027+param1+\u0027/chat/invitation/offered\u0027);}";
ii_Var.CustomAcceptedJS="if(typeof s_gi==\u0027function\u0027){var invName=\u0027[%INVITATIONNAME%]\u0027;var chnl=\u0027/us/en/fedex/instantservice/intship/chat/invitation/accepted\u0027;var stg=\u0027accepted\u0027;s.linkTrackVars=\u0027prop59,eVar59,prop18,prop19,prop20,events\u0027;s.linkTrackEvents=\u0027event45\u0027;s.eVar59=s.prop59=stg+\u0027:\u0027+invName+\u0027:\u0027+param1; s.events=\u0027event45\u0027;s.prop18 = s.pageName;var scRl=s.eVar59;s.prop19 = scRl; s.prop20 = s.pageName+\u0027:\u0027+scRl; var pgLvl=\u0027true\u0027; nltrk=\u0027y\u0027;s.tl(this,\u0027o\u0027,scRl);s.linkTrackVars=\u0022None\u0022;s.linkTrackEvents=\u0022None\u0022;}if(typeof _hbPageView==\u0027function\u0027){_hbPageView(\u0027[%INVITATIONNAME%]\u0027,\u0027/us/en/fedex/instantservice/\u0027+param1+\u0027/chat/invitation/accepted\u0027);}";
ii_Var.CustomDeclinedJS="if(typeof s_gi==\u0027function\u0027){var invName=\u0027[%INVITATIONNAME%]\u0027;var chnl=\u0027/us/en/fedex/instantservice/intship/chat/invitation/declined\u0027;var stg=\u0027declined\u0027;s.linkTrackVars=\u0027prop59,eVar59,prop18,prop19,prop20,events\u0027;s.linkTrackEvents=\u0027event45\u0027;s.eVar59=s.prop59=stg+\u0027:\u0027+invName+\u0027:\u0027+param1; s.events=\u0027event45\u0027;s.prop18 = s.pageName;var scRl=s.eVar59;s.prop19 = scRl; s.prop20 = s.pageName+\u0027:\u0027+scRl; var pgLvl=\u0027true\u0027; nltrk=\u0027y\u0027;s.tl(this,\u0027o\u0027,scRl);s.linkTrackVars=\u0022None\u0022;s.linkTrackEvents=\u0022None\u0022;}if(typeof _hbPageView==\u0027function\u0027){_hbPageView(\u0027[%INVITATIONNAME%]\u0027,\u0027/us/en/fedex/instantservice/\u0027+param1+\u0027/chat/invitation/declined\u0027);}";
ii_Var.CustomTriggeredJS="ii_RuleName = \u0027[%RULENAME%]\u0027;for (var i=0;i<ii_Var.deptavail.length;i++){ if (ii_Var.deptavail[i][0] == param3) {  if (ii_Var.deptavail[i][1] == 0)   {   if(typeof s_gi==\u0027function\u0027)   {    var scRl=\u0027chat_miss_\u0027+param1+\u0027_\u0027+ii_RuleName;    s.linkTrackVars=\u0027prop59,eVar59,prop18,prop19,prop20,events\u0027;    s.linkTrackEvents=\u0027event45\u0027;    s.eVar59=s.prop59=scRl;    s.events=\u0027event45\u0027;    s.prop18 = s.pageName;    s.prop19 = scRl;    s.prop20 = s.pageName+\u0027:\u0027+scRl;    var pgLvl=\u0027true\u0027;    nltrk=\u0027y\u0027;    s.tl(this,\u0027o\u0027,scRl);    s.linkTrackVars=\u0022None\u0022;    s.linkTrackEvents=\u0022None\u0022;    ii_RuleHasTriggered = \u0027Rule: \u0027 + scRl;   }    if(typeof _hbPageView==\u0027function\u0027)   {    _hbLink(\u0027chat_miss_\u0027+param1+\u0027_\u0027+ii_RuleName);    }  } }}";

/* END Rules/Invitations Content */


document.write('<div id="invitelayer" style="position:absolute;left:10px;top:10px;visibility:hidden;z-index:1000;">');document.write('<div id="invitelayercontent" style="position:relative;left:0px;top:0px;z-index:100">&nbsp;</div>');
document.write('<!--[if lte IE 6]><iframe id="divshim" src="javascript:\'&lt;html&gt;&lt;/html&gt;\'" scrolling="no" frameborder="0" style="position:absolute;top:0px;left:0px;display:none;"></iframe><![endif]--></div>');
if(ii_Var.IE||ii_Var.MZ){ii_start();}





