RegExp.escape=function(_1){
if(!arguments.callee.sRE){
var _2=["/",".","*","+","?","|","(",")","[","]","{","}","\\"];
arguments.callee.sRE=new RegExp("(\\"+_2.join("|\\")+")","g");
}
return _1.replace(arguments.callee.sRE,"\\$1");
};
var _CE={$:function(){
var _3=[],_4;
for(var i=0;i<arguments.length;i++){
_4=arguments[i];
if(typeof _4=="string"){
_4=document.getElementById(_4);
}
_3.push(_4);
}
return _3.length<2?_3[0]:_3;
},ret13:function(_6,_7,_8){
if(!_8){
_8=window;
}
if(_6=="unload"&&!_CE.isa7){
_6="beforeunload";
}
if(_8.addEventListener){
_8.addEventListener(_6,_7,false);
}else{
if(_8.attachEvent){
if(_8==window&&!(_6=="unload"||_6=="load"||_6=="beforeunload")){
_8=window.document;
}
_8.attachEvent("on"+_6,_7);
}
}
},pos:function(_9,_a){
var _b={};
_b.x=_b.y=0;
_9=_CE.$(_9);
if(!_9.nodeName){
return {x:_9.posX,y:_9.posY};
}
if(!_9){
return {x:undefined,y:undefined};
}
if(_9.nodeName=="OPTION"){
while(_9=_9.parentNode){
if(_9.nodeName=="SELECT"){
break;
}
}
return _CE.pos(_9);
}
if(!_a){
_a=document;
}
if(_9.nodeName=="AREA"){
return _CE.poa10(_9,_a);
}else{
if(_CE.isE4){
with(_9.getBoundingClientRect()){
_b.x=left-1;
_b.y=top-1;
}
var st=(_a.parentWindow.pageYOffset||_a.documentElement.scrollTop||_a.body.scrollTop||0);
var sl=(_a.parentWindow.pageXOffset||_a.documentElement.scrollLeft||_a.body.scrollLeft||0);
_b.x+=sl;
_b.y+=st;
}else{
if(_9["offsetParent"]){
var _e;
if((_CE.isSafari)&&(_9.style.getPropertyValue("position")=="absolute")&&(_9.parentNode==_CE.db)){
_e=_CE.db;
}else{
_e=_CE.db.parentNode;
}
do{
var n=_9["offsetLeft"];
_b.x+=isNaN(n)?0:n;
var m=_9["offsetTop"];
_b.y+=isNaN(m)?0:m;
_9=_9.offsetParent;
}while((_9!=_e)&&(_9!=null));
}else{
if(_9["x"]&&_9["y"]){
_b.x+=isNaN(_9.x)?0:_9.x;
_b.y+=isNaN(_9.y)?0:_9.y;
}
}
}
return _b;
}
},sus21:function(_11,_12,_13){
if(!_11){
return 0;
}
var _14=0;
while(_11){
var val=_11[_12];
if(val){
_14+=val-0;
if(_11==_13.body){
break;
}
}
_11=_11.parentNode;
}
return _14;
},iny8:function(_16,obj){
for(var i=0;i<_16.length;i++){
if(_16[i]==obj){
return true;
}
}
return false;
},size:function(_19){
_19=_CE.$(_19);
if(_19.nodeName=="AREA"){
return _CE.sia11(_19);
}
return {width:_19.offsetWidth,height:_19.offsetHeight};
},sia11:function(_1a){
var _1b=_CE.rea11(_1a);
return {width:(_1b.right-_1b.left),height:(_1b.bottom-_1b.top)};
},geX4:function(obj,_1d){
return _CE.pos(obj,_1d).x;
},geY4:function(obj,_1f){
return _CE.pos(obj,_1f).y;
},geh8:function(obj){
return _CE.size(obj).width;
},get9:function(obj){
return _CE.size(obj).height;
},por7:function(_22){
return {x:_CE.poX8(_22),y:_CE.poY8(_22)};
},poX8:function(_23){
return _23.pageX||(_23.clientX+(document.documentElement.scrollLeft||document.body.scrollLeft));
},poY8:function(_24){
return _24.pageY||(_24.clientY+(document.documentElement.scrollTop||document.body.scrollTop));
},delay:function(_25){
date=new Date();
var _26=null;
do{
var _26=new Date();
}while(_26-date<_25);
},evt13:function(_27){
if(_27.target||_27.srcElement){
var _28=(_27.target||_27.srcElement);
return _28;
}
return null;
},ads12:function(_29,_2a){
for(var i=0;i<_2a.length;i++){
_29.push(_2a[i]);
}
},cln14:function(_2c,_2d){
var _2e=null;
var _2f=null;
try{
_2e=_CE.poX8(_2d);
_2f=_CE.poY8(_2d);
var pos=_CE.pos(_2c);
var _31=_CE.size(_2c);
return this.ren17(pos,_31,_2e,_2f);
}
catch(e){
}
return {x:_2e,y:_2f};
},ren17:function(pos,_33,_34,_35){
if(_35<pos.y){
_35=pos.y;
}
if(_35>pos.y+_33.height){
_35=pos.y+_33.height;
}
if(_34<pos.x){
_34=pos.x;
}
if(_34>pos.x+_33.width){
_34=pos.x+_33.width;
}
_34-=pos.x;
_35-=pos.y;
_34/=_33.width;
_35/=_33.height;
return {x:_34,y:_35};
}};
_CE.db=document["body"]||document["documentElement"];
_CE.isi8=(/Konqueror|Safari|KHTML/.test(navigator.userAgent))?true:false;
_CE.isE4=(/MSIE/.test(navigator.userAgent))?true:false;
_CE.isz5=(/Gecko/.test(navigator.userAgent)&&!_CE.isi8)?true:false;
_CE.is26=(/Firefox\/2/.test(navigator.userAgent)&&!this.isSafari)?true:false;
_CE.isa7=(/Opera/.test(navigator.userAgent))?true:false;
_CE.flash=0;
if(navigator.plugins&&navigator.plugins.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){
var y=x.description;
_CE.flash=y.charAt(y.indexOf(".")-1);
}
}else{
for(var i=10;i>0;i--){
_CE.flash=0;
try{
var flash=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);
_CE.flash=i;
break;
}
catch(e){
}
}
}
_CE.Cls5={cre6:function(){
return function(){
this.initialize.apply(this,arguments);
};
}};
Function.prototype.ce_bind=function(){
var _36=this;
var _37=[];
for(var i=0;i<arguments.length;i++){
_37.push(arguments[i]);
}
var _39=_37[0];
for(var i=0;i<_37.length-1;i++){
_37[i]=_37[i+1];
}
_37.length--;
return function(){
return _36.apply(_39,_37.concat(arguments));
};
};
Function.prototype.ce_bindAsEventListener=function(_3a){
var _3b=this;
return function(_3c){
return _3b.call(_3a,_3c||window.event);
};
};
_CE.log=function(_3d){
};
_CE.ged15=function(){
var _3e=document.getElementsByTagName("head");
if(_3e.length==0){
var _3f=document.createElement("HEAD");
document.appendChild(_3f);
return _3f;
}else{
return _3e[0];
}
};
_CE.toy7=function(_40){
var _41=new Array();
for(var i=0;i<_40.length;i++){
_41.push(_40[i]);
}
return _41;
};
if(_CE.isz5){
var ceoht=function(){
var _43=document.createElement("div");
_43.appendChild(this.cloneNode(true));
var _44=_43.innerHTML;
_43=null;
return _44;
};
var cetg=function(){
return this.srcTarget;
};
eval("HTMLElement.prototype.outerHTML getter = ceoht");
eval("Event.prototype.target getter = cetg");
}
_CE.poa10=function(_45,_46){
var map=_45.parentNode;
if(!map.dstElement){
if(!_46){
_46=document;
}
var _48=_46.getElementsByTagName("*");
if(_48["toArray"]){
_48=_48.toy7();
}
for(var i=0;i<_48.length;i++){
var _4a=_48[i];
if(_4a.useMap){
if(_4a.useMap.replace("#","")==map.name){
break;
}
}
_4a=null;
}
map.dstElement=_4a;
}
if(map.dstElement){
var _4b=_CE.pos(map.dstElement);
var _4c=_CE.rea11(_45);
return {x:(_4b.x+_4c.left),y:(_4b.y+_4c.top)};
}else{
return {x:-1,y:-1};
}
};
_CE.rea11=function(_4d){
if(_4d["rectDefined"]){
return {left:_4d.rLeft,top:_4d.rTop,right:_4d.rRight,bottom:_4d.rBottom};
}
if(!_4d.shape){
_4d.shape="rect";
}
var _4e=_4d.coords.split(",");
var _4f;
if(_4d.shape.toLowerCase()=="rectangle"||_4d.shape.toLowerCase()=="rect"){
_4f={left:parseInt(_4e[0]),top:parseInt(_4e[1]),right:parseInt(_4e[2]),bottom:parseInt(_4e[3])};
}
if(_4d.shape.toLowerCase()=="circle"||_4d.shape.toLowerCase()=="circ"){
_4f={left:parseInt(_4e[0])-parseInt(_4e[2]),top:parseInt(_4e[1])-parseInt(_4e[2]),right:parseInt(_4e[0])+parseInt(_4e[2]),bottom:parseInt(_4e[1])+parseInt(_4e[2])};
}
if(_4d.shape.toLowerCase()=="polygon"||_4d.shape.toLowerCase()=="poly"){
var l,t,r,b;
for(var i=0;i<_4e.length;i+=2){
var c=parseInt(_4e[i]);
if(l==undefined||c<l){
l=c;
}
if(r==undefined||c>r){
r=c;
}
}
for(var i=1;i<_4e.length;i+=2){
var c=parseInt(_4e[i]);
if(t==undefined||c<t){
t=c;
}
if(b==undefined||c>b){
b=c;
}
}
_4f={left:l,top:t,right:r,bottom:b};
}
_4d.rectDefined=true;
_4d.rLeft=_4f.left;
_4d.rRight=_4f.right;
_4d.rTop=_4f.top;
_4d.rBottom=_4f.bottom;
return _4f;
};
_CE.sul16=function(_56,_57,_58){
var _59="";
var _5a=(_57=="after")?"nextSibling":"previousSibling";
var _5b=_56[_5a];
var _5c=new RegExp("(br|center)","im");
var _5d=new RegExp("(body|html|script)","im");
var _5e=false;
var _5f=false;
while(_5b){
if(_5b.nodeType==3||_5b.nodeType==8){
if(_5b.nodeType!=8){
_5f=true;
if(_57=="after"){
_59+=_5b.data;
}else{
_59=_5b.data+_59;
}
}
}else{
if(_5b.nodeName.match(_5c)){
if(!_5b.nodeName.match(_5d)){
if(_57=="after"){
_59+=_5b.outerHTML;
}else{
_59=_5b.outerHTML+_59;
}
}
}else{
_5e=true;
break;
}
}
if(!_5e){
_5b=_5b[_5a];
}
}
if(_5b&&!_5b.nodeName.match(_5d)){
if(_57=="after"){
_59+=_5b.outerHTML;
}else{
_59=_5b.outerHTML+_59;
}
}
if(((!_5e&&!_5f)||!_59.match(/[^\s]/m))&&_56.parentNode&&_56.parentNode.outerHTML&&!_56.parentNode.nodeName.toLowerCase().match(_5d)){
if(_57=="before"){
_59=_56.parentNode.outerHTML.replace(/[\n\r]/gm,"").replace(/(^.*?>).*/m,"$1")+_59;
}else{
_59+="</"+_56.parentNode.nodeName+">";
}
if(!_58||_56.parentNode.nodeName.toLowerCase().match(_5c)){
if(_57=="before"){
_59=this.sul16(_56.parentNode,_57,true)+_59;
}else{
_59=_59+this.sul16(_56.parentNode,_57);
}
}
}else{
if(_5b){
if(_56.nodeName.toLowerCase().match(_5c)||(!_58&&_5b.nodeName.toLowerCase().match(_5c))){
if(_57=="before"){
_59=this.sul16(_5b,_57,true)+_59;
}else{
_59=_59+this.sul16(_5b,_57,true);
}
}
}
}
return _59;
};
_CE.html_after=function(_60){
return this.sul16(_60,"after");
};
_CE.html_before=function(_61){
return this.sul16(_61,"before");
};
_CE.gee30=function(_62,_63){
if(_63=="OBJECT"||_63=="EMBED"){
if(_CE.isz5){
return _62.getElementsByTagName("embed");
}else{
var _64=new Array();
var _65=_CE.toy7(_62.getElementsByTagName("object")).concat(_CE.toy7(_62.getElementsByTagName("embed")));
for(var i=0;i<_65.length;i++){
if(_65[i].offsetParent){
_64.push(_65[i]);
}
}
return _64;
}
}else{
return _62.getElementsByTagName(_63);
}
};
_CEEL={"focus":".ons7.","mouseover":".onmouseover.","unload":".ond8.","mousemove":".one11.","contextmenu":".onu13.","click":".onk7.","mousedown":".onn11.","mouseup":".onmouseup."};
function ce_set_mouse_pos(_67){
if(_CE.mtkr){
if(_CE.mtkr.current_iframe){
var _68=_67.split(",");
_CE.mtkr.iframe_mouse_pos={x:parseInt(_68[0]),y:parseInt(_68[1])};
}
}
}
_CE.Trr7=_CE.Cls5.cre6();
_CE.Trr7.prototype={initialize:function(_69){
this.target=_69;
this.res15();
this.ifr21();
var _6a=new Date();
this.start_time=_6a.getTime();
},res15:function(){
this.ret14("mousedown");
this.ret14("contextmenu");
this.ret14("mousemove");
this.ret14("unload");
var _6b=new Array();
_CE.ads12(_6b,this.target.getElementsByTagName("input"));
_CE.ads12(_6b,this.target.getElementsByTagName("textarea"));
_CE.ads12(_6b,this.target.getElementsByTagName("select"));
for(var i=0;i<_6b.length;i++){
_CE.ret13("focus",this.crk21(_6b[i]).ce_bind(this),_6b[i]);
}
},crk21:function(_6d){
function on_focus_callbk(){
this.ons7(_6d);
}
return on_focus_callbk;
},blr10:function(){
this.style.display="none";
if(!this.ce_active){
if(this.tracker.flash_container){
}
}
this.ce_active=true;
this.tracker.pos18(this);
},pos18:function(_6e){
var _6f=this.target.body.scrollHeight;
var _70=this.target.body.scrollWidth;
this.current_iframe=_6e.iframe;
var _71=this.exit_divs;
var pos=_CE.pos(_6e.iframe);
var _73=_CE.size(_6e.iframe);
for(var j=0;j<4;j++){
_71[j].style.display="block";
}
_71[0].style.top="0px";
_71[0].style.left="0px";
_71[0].style.width=pos.x+"px";
_71[0].style.height=_6f+"px";
_71[1].style.top="0px";
_71[1].style.left=(pos.x+_73.width)+"px";
_71[1].style.width=Math.max(_70-(pos.x+_73.width),0)+"px";
_71[1].style.height=_6f+"px";
_71[2].style.top="0px";
_71[2].style.left=pos.x+"px";
_71[2].style.width=_73.width+"px";
_71[2].style.height=pos.y+"px";
_71[3].style.left=pos.x+"px";
_71[3].style.width=_73.width+"px";
_71[3].style.top=(pos.y+_73.height)+"px";
_71[3].style.height=Math.max(_6f-(pos.y+_73.height),0)+"px";
if(this.flash_container){
if(_CE.is26){
if(!this.current_iframe.oldPosition){
this.current_iframe.oldPosition=this.current_iframe.style.position;
}
this.current_iframe.style.position="relative";
this.flash_container.style.display="block";
this.flash_container.style.top=pos.y+"px";
this.flash_container.style.left=pos.x+"px";
this.flash_element.width=_73.width;
this.flash_element.height=_73.height;
}
}
},exr14:function(){
this.tracker.current_iframe.blkr.ce_active=false;
this.tracker.current_iframe.blkr.style.display="block";
for(var i=0;i<this.tracker.exit_divs.length;i++){
this.tracker.exit_divs[i].style.display="none";
}
if(this.tracker.current_iframe.oldPosition){
this.tracker.current_iframe.style.position=this.tracker.current_iframe.oldPosition;
}
this.tracker.current_iframe.oldPosition=null;
this.tracker.iframe_mouse_pos=null;
this.tracker.current_iframe=null;
if(this.tracker.flash_container){
if(_CE.is26){
this.tracker.flash_container.style.display="none";
}
}
},ins14:function(){
this.exit_divs=[];
for(var i=0;i<4;i++){
var _77=this.target.createElement("DIV");
_77.style.position="absolute";
_77.style.display="none";
_77.tracker=this;
this.target.body.appendChild(_77);
_77.onmouseover=this.exr14.ce_bind(_77);
this.exit_divs.push(_77);
}
},adr8:function(_78){
var _79=this.target.createElement("DIV");
_79.style.position="absolute";
_79.tracker=this;
_79.iframe=_78;
_79.onmouseover=this.blr10.ce_bind(_79);
_78.blkr=_79;
this.target.body.appendChild(_79);
this.chr10(_78);
},chr10:function(_7a){
var pos=_CE.pos(_7a);
var _7c=_CE.size(_7a);
_7a.blkr.style.top=pos.y+"px";
_7a.blkr.style.left=pos.x+"px";
_7a.blkr.style.width=_7c.width+"px";
_7a.blkr.style.height=_7c.height+"px";
if(_7a.blkr.ce_active){
this.pos18(_7a.blkr);
}
},ges11:function(){
return this.target.getElementsByTagName("iframe");
},chs13:function(){
var _7d=this.ges11();
for(var i=0;i<_7d.length;i++){
if(_7d[i].blkr){
this.chr10(_7d[i]);
}else{
this.adr8(_7d[i]);
}
}
},ifr21:function(){
if(!_CE.isSafari){
this.current_iframe=null;
this.ins14();
if(_CE.flash>=8){
this.inh17();
}
setInterval(this.chs13.ce_bind(this),2000);
this.chs13();
}
},upe32:function(){
var _7f=this.flash_element.outerHTML;
var _80=this.flash_element.cloneNode(true);
this.flash_element.parentNode.removeChild(this.flash_element);
this.flash_container.appendChild(this.flash_element);
this.flash_element.outerHTML=_7f;
this.flash_element=this.target.getElementById("ce_trkr_mov");
},inh17:function(){
if(_CE.is26){
this.flash_container=this.target.createElement("DIV");
this.flash_container.style.position="absolute";
this.flash_container.style.top="-200px";
this.flash_container.style.left="-200px";
var _81=_CE.u+"/images/ift.swf";
if(_CE.is26){
this.flash_container.innerHTML="<embed src=\""+_81+"\" quality=\"high\" scale=\"noscale\" salign=\"lt\" wmode=\"transparent\" bgcolor=\"#ff0000\" width=\"1\" height=\"1\" name=\"ce_trkr_mov\" id=\"ce_trkr_mov\" align=\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash\" pluginspage=\"https://www.macromedia.com/go/getflashplayer\" swLiveConnect=\"true\"/>";
}
this.target.body.insertBefore(this.flash_container,this.target.body.childNodes[0]);
this.flash_element=this.target.getElementById("ce_trkr_mov");
}
},ift20:function(){
if(_CE.isi8){
if(this.lastMousePosition){
var _82=this.ges11();
var pos;
var _84;
var _85;
for(var i=0;i<_82.length;i++){
_85=_82[i];
pos=_CE.pos(_85);
if(this.lastMousePosition.x>=pos.x&&this.lastMousePosition.y>=pos.y){
_84=_CE.size(_85);
if(this.lastMousePosition.x<=pos.x+_84.width&&this.lastMousePosition.y<=pos.y+_84.height){
break;
}
}
}
if(i<_82.length&&_85){
var rel=_CE.ren17(pos,_84,this.lastMousePosition.x,this.lastMousePosition.y);
this.rek14(_85,rel,true,"mousedown");
}
}
}else{
if(this.current_iframe){
var _88;
var rel;
var pos=_CE.pos(this.current_iframe);
var _84=_CE.size(this.current_iframe);
if(this.iframe_mouse_pos){
_88=this.iframe_mouse_pos;
if(_CE.is26){
rel={x:_88.x/_84.width,y:_88.y/_84.height};
}else{
_88=this.iframe_mouse_pos;
var _89=0;
var _8a=0;
if(this.target.documentElement&&this.target.documentElement.scrollLeft){
_89=this.target.documentElement.scrollLeft;
}else{
if(this.target.body.scrollLeft){
_89=this.target.body.scrollLeft;
}
}
if(this.target.documentElement&&this.target.documentElement.scrollTop){
_8a=this.target.documentElement.scrollTop;
}else{
if(this.target.body.scrollTop){
_8a=this.target.body.scrollTop;
}
}
_88.y+=_8a;
_88.x+=_89;
rel=_CE.ren17(pos,_84,_88.x,_88.y);
}
}else{
rel={x:0.5,y:0.5};
}
this.rek14(this.current_iframe,rel,true,"mousedown");
}
}
},ret14:function(_8b,_8c){
var _8d=this[_CEEL[_8b].replace(/\./g,"")].ce_bindAsEventListener(this);
_CE.ret13(_8b,_8d,_8c);
},ond8:function(_8e){
this.ift20();
},one11:function(_8f){
this.lastMousePosition={x:_CE.poX8(_8f),y:_CE.poY8(_8f)};
},onu13:function(_90){
var _91;
if(_91=_CE.evt13(_90)){
this.rek14(_91,_CE.cln14(_91,_90),false,"contextmenu");
}
},onk7:function(_92){
var _93=null;
if(_93=_CE.evt13(_92)){
if(_93!=this.last_mouse_down_element){
this.onn11(_92,true);
}
}
},ons7:function(_94){
if(_94&&_94!=this.last_mouse_down_element&&_94!=this.last_focus_element){
this.last_mouse_down_element=null;
this.last_focus_element=_94;
setTimeout(this.onn28.ce_bind(this),500);
}
},onn28:function(){
if(this.last_focus_element){
this.rek14(this.last_focus_element,{x:0.5,y:0.5},false,"focus");
}
},onn11:function(_95,_96){
var _97=null;
if(_97=_CE.evt13(_95)){
this.last_mouse_down_element=_97;
this.last_focus_element=null;
this.rek14(_97,_CE.cln14(_97,_95),(_96||_97.nodeName=="A"||_97.onclick),"mousedown");
setTimeout(function(){
this.last_mouse_down_element=null;
}.ce_bind(this),650);
}
},rek14:function(_98,_99,_9a,_9b){
if(this.ise12(_98)){
var _9c=this.ise7(_98);
if(!_CEU.tdc&&!_9c){
return false;
}
var _9d=_CE.html_before(_98);
var _9e=_CE.html_after(_98);
if(_9d.length>500){
_9d=_9d.substring(0,500);
}
if(_9e.length>500){
_9e=_9e.substring(0,500);
}
var _9f=this.see13({html:_98.outerHTML,html_before:_9d,html_after:_9e,time_to_click:this.tik13(),click_x:_99.x,click_y:_99.y,event_type:_9b,live:(_9c?"true":"false")});
var _a0=350;
if(_9f.parts.length>1){
_a0+=150*(_9f.parts.length-1);
}
if(_9f.parts.length>2){
_a0+=100*(_9f.parts.length-2);
}
if(_9f.parts.length>3){
_a0+=100*(_9f.parts.length-3);
}
if(_9f.parts.length>4){
_a0+=50*(_9f.parts.length-4);
}
if(_9f.parts.length>5){
_a0+=50*(_9f.parts.length-5);
}
if(_9c&&_9b!="contextmenu"&&!this.sky10(_98)){
_CE.delay(_a0);
}
}
},sky10:function(_a1){
if(_a1){
if(_a1.nodeName=="SELECT"){
return true;
}
}
},tik13:function(){
var _a2=new Date();
return _a2.getTime()-this.start_time;
},ise12:function(_a3){
if(!_a3){
return false;
}
if(!_a3.outerHTML){
return false;
}
if(_a3.outerHTML.length>3000){
return false;
}
var _a4=["BODY","OPTION","HTML"];
for(var i=0;i<_a4.length;i++){
if(_a3.tagName==_a4[i]){
return false;
}
}
return true;
},ise7:function(_a6){
var _a7=["A","IMG","INPUT","SELECT","TEXTAREA","OBJECT","EMBED","IFRAME","BUTTON","AREA"];
var _a8=_a6.nodeName;
for(var i=0;i<_a7.length;i++){
if(_a8==_a7[i]){
return true;
}
}
if(_a6.parentNode&&_a6.parentNode.nodeName!="BODY"){
if(this.ise7(_a6.parentNode)){
return true;
}
}
return (_a6.onclick||_a6.onmouseup||_a6.onmousedown);
},see13:function(_aa){
return new _CE.Ret7(_CEU.tu,_aa);
}};
_CE.Ret7=_CE.Cls5.cre6();
_CE.Ret7.MAX_LENGTH=1024;
_CE.Ret7.count=0;
_CE.Ret7.prototype={initialize:function(url,_ac){
this.head=document.getElementsByTagName("HEAD")[0];
this.url=url;
this.parameters=_ac;
this.set12();
},apd6:function(src){
var _ae=src;
for(var i=1;i<arguments.length;i++){
var _b0=arguments[i];
if(_b0.substr(0,1)=="&"||_b0.substr(0,1)=="?"){
_b0=_b0.substr(1,_b0.length-1);
}
if(_ae.substr(_ae.length-1,1)!="&"&&_ae.substr(_ae.length-1,1)!="?"){
_ae+=_ae.match(/\?/)?"&":"?";
}
_ae+=_b0;
}
return _ae;
},set12:function(){
this.url_params="";
this.parts=new Array();
var _b1="";
for(var key in this.parameters){
if(_b1.length+key.length+2>_CE.Ret7.MAX_LENGTH){
this.parts.push(_b1);
_b1="";
}
_b1+="&"+key+"=";
var _b3=""+this.parameters[key];
var _b4=0;
while(_b4<_b3.length-1){
var _b5=0;
if(_b1.length<_CE.Ret7.MAX_LENGTH){
_b5=_CE.Ret7.MAX_LENGTH-_b1.length;
if(_b4+_b5>_b3.length){
_b5=_b3.length-_b4;
}
_b1+=encodeURIComponent(_b3.substr(_b4,_b5));
}
_b4+=_b5;
if(_b4<_b3.length-1){
this.parts.push(_b1);
_b1="&"+key+"=";
}
}
}
this.parts.push(_b1);
_CE.Ret7.count+=1;
var rid=_CEU.vi+"-"+_CE.Ret7.count;
var _b7=new Date();
if(this.parts.length==1){
this.crt16(this.apd6(this.url,this.parts[0],"_rt=s","_rid="+rid,"_ts="+_b7.getTime()));
}else{
if(this.parts.length<10){
for(var i=0;i<this.parts.length;i++){
var url=this.apd6(this.url,this.parts[i],"_rt=m","_i="+i,"_l="+this.parts.length,"_rid="+rid,"_ts="+_b7.getTime());
this.crt16(url);
}
}
}
},crt16:function(url){
var _bb=document.createElement("SCRIPT");
_bb.type="text/javascript";
_bb.charset="utf-8";
_bb.src=url;
var _bc=function(){
this.parentNode.removeChild(this);
}.ce_bind(_bb);
_bb.onload=_bc;
_bb.onabort=_bc;
_bb=_CE.ged15().appendChild(_bb);
}};
_CE.URL={noe9:function(url){
url=url.toLowerCase();
if(!url.match(/^http/)){
url="http://"+url;
}
url=url.replace(/^(http\:\/\/.*?)\:(80|443)(.*)/i,"$1$3");
url=url.replace(/#[a-zA-Z0-9_]+?$/,"");
url=url.replace(/#$/,"");
url=url.replace(/\/+$/,"");
url=url.replace(/^(https|http)/,"http");
return url;
},stx11:function(url){
return url.replace(/(^.*?\/)(index|default)(\.[^\?]*)/i,"$1");
},sae4:function(_bf,_c0){
_bf=new String(_bf);
_c0=new String(_c0);
var _c1=/^(http\:\/\/)(www\.)(.*)/i;
_bf=_bf.replace(_c1,"$1$3");
_c0=_c0.replace(_c1,"$1$3");
if(_c0.match(/\?/)&&!_bf.match(/\?/)){
_c0=_c0.replace(/\?.*/,"");
}
_bf=_CE.URL.stx11(_bf);
_c0=_CE.URL.stx11(_c0);
if(_c0.indexOf("?")!=-1&&_bf.indexOf("?")!=-1){
var _c2=_bf.replace(/^.*\?/,"").split("&");
var _c3=_c0.replace(/^.*\?/,"").split("&");
var _c4=[];
for(var i=0;i<_c2.length;i++){
_c4.push(_c2[i].split("=")[0]);
}
var _c6=[];
for(var i=0;i<_c3.length;i++){
var _c7=_c3[i].split("=")[0];
for(var j=0;j<_c4.length;j++){
if(_c4[j]==_c7){
_c6.push(_c3[i]);
}
}
}
_c3=_c6;
_c0=_c0.replace(/\?.*/,"")+"?"+_c3.join("&");
}
_bf=_CE.URL.noe9(_bf);
_c0=_CE.URL.noe9(_c0);
return (_bf.toLowerCase()==_c0.toLowerCase());
}};
_CE.Lor6=_CE.Cls5.cre6();
_CE.Lor6.prototype={initialize:function(_c9){
this.data=_c9;
this.location=_CE.URL.noe9(document.location.toString());
this.wam12();
},doy9:function(){
if(this.dom_ready_called){
return;
}
this.dom_ready_called=true;
if(this.dom_timer){
clearInterval(this.dom_timer);
}
for(var i=0;i<this.data.length;i++){
var d=this.data[i];
var _cc=d[4];
var url=_CE.URL.noe9(_cc);
if(_CE.URL.sae4(url,this.location)){
var _ce=document.createElement("script");
_ce.src=_CE.gsu(d)+"&dts="+(new Date()).getTime();
_ce.type="text/javascript";
_ce.charset="utf-8";
_ce=_CE.ged15().appendChild(_ce);
return true;
}
}
},wam12:function(){
if(_CE.isz5||_CE.isa7){
var _cf=false;
var _d0=document.getElementsByTagName("script");
for(var i=0;i<_d0.length;i++){
if(_d0[i].src.match(/crazyegg|cetrk/)){
_cf=true;
}
}
if(_cf){
this.doy9();
}else{
if(document.addEventListener){
document.addEventListener("DOMContentLoaded",function(){
this.doy9();
}.ce_bindAsEventListener(this),false);
}
}
}
if(_CE.isE4){
var _d2=document.getElementById("__ce_ie_onload");
if(_d2.readyState=="complete"){
this.doy9();
}else{
_d2.loader=this;
_d2.onreadystatechange=function(){
if(this.readyState=="complete"){
_d2.loader.doy9();
}
};
}
}
if(/KHTML/i.test(navigator.userAgent)){
this.dom_timer=setInterval(function(){
if(/loaded|complete/.test(document.readyState)){
this.doy9();
}
}.ce_bind(this),10);
}
_CE.ret13("load",function(){
this.doy9();
}.ce_bindAsEventListener(this));
}};
if(_CE.isE4){
document.write("<scr"+"ipt id=__ce_ie_onload defer src=''></script>");
}




_CE.gsu = function(d)
{
  var s = document.getElementsByTagName("script");var p = ["crazyegg.com","cetrk.com"];
  for(var i=0;i<s.length;i++){for (var j=0;j<p.length;j++){var x=s[i].src.indexOf(p[j]);if(x==8 || x==7){_CE.u=s[i].src.substring(0,x+p[j].length);}}}
  return (_CE.u+"/track/script")+"?i="+d[0]+"&u="+d[1]+"&psid="+d[5]+"&nva=5000&td="+d[8]+"&sid="+d[2]+"&v="+d[3]+"&tip="+d[7]+"&w="+document.body.clientWidth + "&h=" + document.body.clientHeight+"&r="+encodeURIComponent(document.referrer)+"&l="+encodeURIComponent(document.location.toString());
}

new _CE.Lor6([]);
