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){
return {x:undefined,y:undefined};
}
if(!_9.nodeName){
return {x:_9.posX,y:_9.posY};
}
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 _f;
if(_9["nodeName"]=="TD"){
_f=_9.style.cssFloat?_9.style.cssFloat:_9.style.styleFloat;
try{
_9.style.cssFloat=_9.style.styleFloat="none";
}
catch(e){
}
}
var n=_9["offsetLeft"];
_b.x+=isNaN(n)?0:n;
var m=_9["offsetTop"];
_b.y+=isNaN(m)?0:m;
if(_9["nodeName"]=="TD"){
try{
_9.style.cssFloat=_9.style.styleFloat=_f;
}
catch(e){
}
}
_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(_12,_13,_14){
if(!_12){
return 0;
}
var _15=0;
while(_12){
var val=_12[_13];
if(val){
_15+=val-0;
if(_12==_14.body){
break;
}
}
_12=_12.parentNode;
}
return _15;
},iny8:function(_17,obj){
for(var i=0;i<_17.length;i++){
if(_17[i]==obj){
return true;
}
}
return false;
},size:function(_1a){
_1a=_CE.$(_1a);
if(!_1a){
return {width:undefined,height:undefined};
}
if(!_1a.nodeName){
return {width:_1a.width,height:_1a.height};
}
if(_1a.nodeName=="AREA"){
return _CE.sia11(_1a);
}
return {width:_1a.offsetWidth,height:_1a.offsetHeight};
},sia11:function(_1b){
var _1c=_CE.rea11(_1b);
return {width:(_1c.right-_1c.left),height:(_1c.bottom-_1c.top)};
},geX4:function(obj,_1e){
return _CE.pos(obj,_1e).x;
},geY4:function(obj,_20){
return _CE.pos(obj,_20).y;
},geh8:function(obj){
return _CE.size(obj).width;
},get9:function(obj){
return _CE.size(obj).height;
},por7:function(_23){
return {x:_CE.poX8(_23),y:_CE.poY8(_23)};
},poX8:function(_24){
return _24.pageX||(_24.clientX+(document.documentElement.scrollLeft||document.body.scrollLeft));
},poY8:function(_25){
return _25.pageY||(_25.clientY+(document.documentElement.scrollTop||document.body.scrollTop));
},delay:function(_26){
var _27=new Date();
var _28=null;
do{
var _28=new Date();
}while(_28-_27<_26);
},evt13:function(_29){
if(_29.target||_29.srcElement){
var _2a=(_29.target||_29.srcElement);
return _2a;
}
return null;
},ads12:function(_2b,_2c){
for(var i=0;i<_2c.length;i++){
_2b.push(_2c[i]);
}
},cln14:function(_2e,_2f){
var _30=null;
var _31=null;
try{
_30=_CE.poX8(_2f);
_31=_CE.poY8(_2f);
var pos=_CE.pos(_2e);
var _33=_CE.size(_2e);
return this.ren17(pos,_33,_30,_31);
}
catch(e){
}
return {x:_30,y:_31};
},ren17:function(pos,_35,_36,_37){
if(_37<pos.y){
_37=pos.y;
}
if(_37>pos.y+_35.height){
_37=pos.y+_35.height;
}
if(_36<pos.x){
_36=pos.x;
}
if(_36>pos.x+_35.width){
_36=pos.x+_35.width;
}
_36-=pos.x;
_37-=pos.y;
_36/=_35.width;
_37/=_35.height;
return {x:_36,y:_37};
}};
_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 _38=this;
var _39=[];
for(var i=0;i<arguments.length;i++){
_39.push(arguments[i]);
}
var _3b=_39[0];
for(var i=0;i<_39.length-1;i++){
_39[i]=_39[i+1];
}
_39.length--;
return function(){
return _38.apply(_3b,_39.concat(arguments));
};
};
Function.prototype.ce_bindAsEventListener=function(_3c){
var _3d=this;
return function(_3e){
return _3d.call(_3c,_3e||window.event);
};
};
_CE.log=function(_3f){
};
_CE.ged15=function(){
var _40=document.getElementsByTagName("head");
if(_40.length==0){
var _41=document.createElement("HEAD");
document.appendChild(_41);
return _41;
}else{
return _40[0];
}
};
_CE.toy7=function(_42){
var _43=new Array();
for(var i=0;i<_42.length;i++){
_43.push(_42[i]);
}
return _43;
};
if(_CE.isz5){
var ceoht=function(){
var _45=document.createElement("div");
_45.appendChild(this.cloneNode(true));
var _46=_45.innerHTML;
_45=null;
return _46;
};
eval("HTMLElement.prototype.ce_outerHTML getter = ceoht");
}
_CE.poa10=function(_47,_48){
var map=_47.parentNode;
if(!map.dstElement){
if(!_48){
_48=document;
}
var _4a=_48.getElementsByTagName("*");
if(_4a["toArray"]){
_4a=_4a.toy7();
}
for(var i=0;i<_4a.length;i++){
var _4c=_4a[i];
if(_4c.useMap){
if(_4c.useMap.replace("#","")==map.name){
break;
}
}
_4c=null;
}
map.dstElement=_4c;
}
if(map.dstElement){
var _4d=_CE.pos(map.dstElement);
var _4e=_CE.rea11(_47);
return {x:(_4d.x+_4e.left),y:(_4d.y+_4e.top)};
}else{
return {x:-1,y:-1};
}
};
_CE.rea11=function(_4f){
if(_4f["rectDefined"]){
return {left:_4f.rLeft,top:_4f.rTop,right:_4f.rRight,bottom:_4f.rBottom};
}
if(!_4f.shape){
_4f.shape="rect";
}
var _50=_4f.coords.split(",");
var _51;
if(_4f.shape.toLowerCase()=="rectangle"||_4f.shape.toLowerCase()=="rect"||_4f.shape.toLowerCase()=="default"){
_51={left:parseInt(_50[0]),top:parseInt(_50[1]),right:parseInt(_50[2]),bottom:parseInt(_50[3])};
}
if(_4f.shape.toLowerCase()=="circle"||_4f.shape.toLowerCase()=="circ"){
_51={left:parseInt(_50[0])-parseInt(_50[2]),top:parseInt(_50[1])-parseInt(_50[2]),right:parseInt(_50[0])+parseInt(_50[2]),bottom:parseInt(_50[1])+parseInt(_50[2])};
}
if(_4f.shape.toLowerCase()=="polygon"||_4f.shape.toLowerCase()=="poly"){
var l,t,r,b;
for(var i=0;i<_50.length;i+=2){
var c=parseInt(_50[i]);
if(l==undefined||c<l){
l=c;
}
if(r==undefined||c>r){
r=c;
}
}
for(var i=1;i<_50.length;i+=2){
var c=parseInt(_50[i]);
if(t==undefined||c<t){
t=c;
}
if(b==undefined||c>b){
b=c;
}
}
_51={left:l,top:t,right:r,bottom:b};
}
_4f.rectDefined=true;
_4f.rLeft=_51.left;
_4f.rRight=_51.right;
_4f.rTop=_51.top;
_4f.rBottom=_51.bottom;
return _51;
};
_CE.sul16=function(_58,_59,_5a){
var _5b="";
var _5c=(_59=="after")?"nextSibling":"previousSibling";
var _5d=_58[_5c];
var _5e=new RegExp("(br|center)","im");
var _5f=new RegExp("(body|html|script)","im");
var _60=false;
var _61=false;
while(_5d){
if(_5d.nodeType==3||_5d.nodeType==8){
if(_5d.nodeType!=8){
_61=true;
if(_59=="after"){
_5b+=_5d.data;
}else{
_5b=_5d.data+_5b;
}
}
}else{
if(_5d.nodeName.match(_5e)){
if(!_5d.nodeName.match(_5f)){
if(_59=="after"){
_5b+=(_5d["outerHTML"]||_5d["ce_outerHTML"]);
}else{
_5b=(_5d["outerHTML"]||_5d["ce_outerHTML"])+_5b;
}
}
}else{
_60=true;
break;
}
}
if(!_60){
_5d=_5d[_5c];
}
}
if(_5d&&!_5d.nodeName.match(_5f)){
if(_59=="after"){
_5b+=(_5d["outerHTML"]||_5d["ce_outerHTML"]);
}else{
_5b=(_5d["outerHTML"]||_5d["ce_outerHTML"])+_5b;
}
}
if(((!_60&&!_61)||!_5b.match(/[^\s]/m))&&_58.parentNode&&(_58.parentNode["outerHTML"]||_58.parentNode["ce_outerHTML"])&&!_58.parentNode.nodeName.toLowerCase().match(_5f)){
if(_59=="before"){
_5b=(_58.parentNode["outerHTML"]||_58.parentNode["ce_outerHTML"]).replace(/[\n\r]/gm,"").replace(/(^.*?>).*/m,"$1")+_5b;
}else{
_5b+="</"+_58.parentNode.nodeName+">";
}
if(!_5a||_58.parentNode.nodeName.toLowerCase().match(_5e)){
if(_59=="before"){
_5b=this.sul16(_58.parentNode,_59,true)+_5b;
}else{
_5b=_5b+this.sul16(_58.parentNode,_59);
}
}
}else{
if(_5d){
if(_58.nodeName.toLowerCase().match(_5e)||(!_5a&&_5d.nodeName.toLowerCase().match(_5e))){
if(_59=="before"){
_5b=this.sul16(_5d,_59,true)+_5b;
}else{
_5b=_5b+this.sul16(_5d,_59,true);
}
}
}
}
return _5b;
};
_CE.html_after=function(_62){
return this.sul16(_62,"after");
};
_CE.html_before=function(_63){
return this.sul16(_63,"before");
};
_CE.gee30=function(_64,_65){
if(_65=="OBJECT"||_65=="EMBED"){
if(_CE.isz5){
return _64.getElementsByTagName("embed");
}else{
var _66=new Array();
var _67=_CE.toy7(_64.getElementsByTagName("object")).concat(_CE.toy7(_64.getElementsByTagName("embed")));
for(var i=0;i<_67.length;i++){
if(_67[i].offsetParent){
_66.push(_67[i]);
}
}
return _66;
}
}else{
return _64.getElementsByTagName(_65);
}
};
_CEEL={"focus":".ons7.","mouseover":".onmouseover.","unload":".ond8.","mousemove":".one11.","contextmenu":".onu13.","click":".onk7.","mousedown":".onn11.","mouseup":".onmouseup."};
_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;
},ges11:function(){
return this.target.getElementsByTagName("iframe");
},she21:function(ifr){
return !(ifr.src);
},ife15:function(_6f){
var _70=null;
if(_70=_CE.evt13(_6f)){
this.current_iframe=_70;
}
},ife17:function(e){
this.current_iframe=null;
},ifr21:function(){
if(!_CE.isSafari){
this.current_iframe=null;
var _72=this.ges11();
for(var i=0;i<_72.length;i++){
if(!this.she21(_72[i])){
_CE.ret13("mouseover",this.ife15.ce_bindAsEventListener(this),_72[i]);
_CE.ret13("mouseout",this.ife17.ce_bindAsEventListener(this),_72[i]);
}
}
}
},ift20:function(){
if(_CE.isi8){
if(this.lastMousePosition){
var _74=this.ges11();
var pos;
var _76;
var _77;
for(var i=0;i<_74.length;i++){
_77=_74[i];
pos=_CE.pos(_77);
if(this.lastMousePosition.x>=pos.x&&this.lastMousePosition.y>=pos.y){
_76=_CE.size(_77);
if(this.lastMousePosition.x<=pos.x+_76.width&&this.lastMousePosition.y<=pos.y+_76.height){
break;
}
}
}
if(i<_74.length&&_77){
var rel=_CE.ren17(pos,_76,this.lastMousePosition.x,this.lastMousePosition.y);
this.rek14(_77,rel,true,"mousedown");
}
}
}else{
if(this.current_iframe){
var _7a;
var rel;
var pos=_CE.pos(this.current_iframe);
var _76=_CE.size(this.current_iframe);
if(this.iframe_mouse_pos){
_7a=this.iframe_mouse_pos;
if(_CE.is26){
rel={x:_7a.x/_76.width,y:_7a.y/_76.height};
}else{
_7a=this.iframe_mouse_pos;
var _7b=0;
var _7c=0;
if(this.target.documentElement&&this.target.documentElement.scrollLeft){
_7b=this.target.documentElement.scrollLeft;
}else{
if(this.target.body.scrollLeft){
_7b=this.target.body.scrollLeft;
}
}
if(this.target.documentElement&&this.target.documentElement.scrollTop){
_7c=this.target.documentElement.scrollTop;
}else{
if(this.target.body.scrollTop){
_7c=this.target.body.scrollTop;
}
}
_7a.y+=_7c;
_7a.x+=_7b;
rel=_CE.ren17(pos,_76,_7a.x,_7a.y);
}
}else{
rel={x:0.5,y:0.5};
}
this.rek14(this.current_iframe,rel,true,"mousedown");
}
}
},ret14:function(_7d,_7e){
var _7f=this[_CEEL[_7d].replace(/\./g,"")].ce_bindAsEventListener(this);
_CE.ret13(_7d,_7f,_7e);
},ond8:function(_80){
this.ift20();
},one11:function(_81){
this.lastMousePosition={x:_CE.poX8(_81),y:_CE.poY8(_81)};
},onu13:function(_82){
var _83;
if(_83=_CE.evt13(_82)){
this.rek14(_83,_CE.cln14(_83,_82),false,"contextmenu");
}
},onk7:function(_84){
var _85=null;
if(_85=_CE.evt13(_84)){
if(_85!=this.last_mouse_down_element){
this.onn11(_84,true);
}
}
},ons7:function(_86){
if(_86&&_86!=this.last_mouse_down_element&&_86!=this.last_focus_element){
this.last_mouse_down_element=null;
this.last_focus_element=_86;
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(_87,_88){
var _89=null;
if(_89=_CE.evt13(_87)){
this.last_mouse_down_element=_89;
this.last_focus_element=null;
this.rek14(_89,_CE.cln14(_89,_87),(_88||_89.nodeName=="A"||_89.onclick),"mousedown");
setTimeout(function(){
this.last_mouse_down_element=null;
}.ce_bind(this),650);
}
},rek14:function(_8a,_8b,_8c,_8d){
if(this.ise12(_8a)){
var _8e=this.ise7(_8a);
if(!_CEU.tdc&&!_8e){
return false;
}
var _8f=_CE.html_before(_8a);
var _90=_CE.html_after(_8a);
if(_8f.length>500){
_8f=_8f.substring(0,500);
}
if(_90.length>500){
_90=_90.substring(0,500);
}
var _91=this.see13({html:(_8a["outerHTML"]||_8a["ce_outerHTML"]),html_before:_8f,html_after:_90,time_to_click:this.tik13(),click_x:_8b.x,click_y:_8b.y,event_type:_8d,live:(_8e?"true":"false")});
var _92=350;
if(_91.parts.length>1){
_92+=150*(_91.parts.length-1);
}
if(_91.parts.length>2){
_92+=100*(_91.parts.length-2);
}
if(_91.parts.length>3){
_92+=100*(_91.parts.length-3);
}
if(_91.parts.length>4){
_92+=50*(_91.parts.length-4);
}
if(_91.parts.length>5){
_92+=50*(_91.parts.length-5);
}
if(_8e&&_8d!="contextmenu"&&!this.sky10(_8a)){
_CE.delay(_92);
}
}
},sky10:function(_93){
if(_93){
if(_93.nodeName=="SELECT"){
return true;
}
}
},tik13:function(){
var _94=new Date();
return _94.getTime()-this.start_time;
},ise12:function(_95){
if(!_95){
return false;
}
if(!(_95["outerHTML"]||_95["ce_outerHTML"])){
return false;
}
if((_95["outerHTML"]||_95["ce_outerHTML"]).length>3000){
return false;
}
var _96=["BODY","OPTION","HTML"];
for(var i=0;i<_96.length;i++){
if(_95.tagName==_96[i]){
return false;
}
}
return true;
},ise7:function(_98){
var _99=["A","IMG","INPUT","SELECT","TEXTAREA","OBJECT","EMBED","IFRAME","BUTTON","AREA"];
var _9a=_98.nodeName;
for(var i=0;i<_99.length;i++){
if(_9a==_99[i]){
return true;
}
}
if(_98.parentNode&&_98.parentNode.nodeName!="BODY"){
if(this.ise7(_98.parentNode)){
return true;
}
}
return (_98.onclick||_98.onmouseup||_98.onmousedown);
},see13:function(_9c){
return new _CE.Ret7(_CEU.tu,_9c);
}};
_CE.Ret7=_CE.Cls5.cre6();
_CE.Ret7.MAX_LENGTH=1024;
_CE.Ret7.count=0;
_CE.Ret7.prototype={initialize:function(url,_9e){
this.head=document.getElementsByTagName("HEAD")[0];
this.url=url;
this.parameters=_9e;
this.set12();
},apd6:function(src){
var _a0=src;
for(var i=1;i<arguments.length;i++){
var _a2=arguments[i];
if(_a2.substr(0,1)=="&"||_a2.substr(0,1)=="?"){
_a2=_a2.substr(1,_a2.length-1);
}
if(_a0.substr(_a0.length-1,1)!="&"&&_a0.substr(_a0.length-1,1)!="?"){
_a0+=_a0.match(/\?/)?"&":"?";
}
_a0+=_a2;
}
return _a0;
},set12:function(){
this.url_params="";
this.parts=new Array();
var _a3="";
for(var key in this.parameters){
if(_a3.length+key.length+2>_CE.Ret7.MAX_LENGTH){
this.parts.push(_a3);
_a3="";
}
_a3+="&"+key+"=";
var _a5=""+this.parameters[key];
var _a6=0;
while(_a6<_a5.length-1){
var _a7=0;
if(_a3.length<_CE.Ret7.MAX_LENGTH){
_a7=_CE.Ret7.MAX_LENGTH-_a3.length;
if(_a6+_a7>_a5.length){
_a7=_a5.length-_a6;
}
_a3+=encodeURIComponent(_a5.substr(_a6,_a7));
}
_a6+=_a7;
if(_a6<_a5.length-1){
this.parts.push(_a3);
_a3="&"+key+"=";
}
}
}
this.parts.push(_a3);
_CE.Ret7.count+=1;
var rid=_CEU.vi+"-"+_CE.Ret7.count;
var _a9=new Date();
if(this.parts.length==1){
this.crt16(this.apd6(this.url,this.parts[0],"_rt=s","_rid="+rid,"_ts="+_a9.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="+_a9.getTime());
this.crt16(url);
}
}
}
},crt16:function(url){
var _ad=document.createElement("SCRIPT");
_ad.type="text/javascript";
_ad.charset="utf-8";
_ad.src=url;
var _ae=function(){
this.parentNode.removeChild(this);
}.ce_bind(_ad);
_ad.onload=_ae;
_ad.onabort=_ae;
_ad=_CE.ged15().appendChild(_ad);
}};
_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");
url=url.replace(/%2D/,"-");
return url;
},stx11:function(url){
return url.replace(/(^.*?\/)(index|default)(\.[^\?]*)/i,"$1");
},sae4:function(_b1,_b2){
_b1=new String(_b1);
_b2=new String(_b2);
var _b3=/^(http\:\/\/)(www\.)(.*)/i;
_b1=_b1.replace(_b3,"$1$3");
_b2=_b2.replace(_b3,"$1$3");
if(_b2.match(/\?/)&&!_b1.match(/\?/)){
_b2=_b2.replace(/\?.*/,"");
}
_b1=_CE.URL.stx11(_b1);
_b2=_CE.URL.stx11(_b2);
if(_b2.indexOf("?")!=-1&&_b1.indexOf("?")!=-1){
var _b4=_b1.replace(/^.*\?/,"").split("&");
var _b5=_b2.replace(/^.*\?/,"").split("&");
var _b6=[];
for(var i=0;i<_b4.length;i++){
_b6.push(_b4[i].split("=")[0]);
}
var _b8=[];
for(var i=0;i<_b5.length;i++){
var _b9=_b5[i].split("=")[0];
for(var j=0;j<_b6.length;j++){
if(_b6[j]==_b9){
_b8.push(_b5[i]);
}
}
}
_b5=_b8;
_b2=_b2.replace(/\?.*/,"")+"?"+_b5.join("&");
}
_b1=_CE.URL.noe9(_b1);
_b2=_CE.URL.noe9(_b2);
return (_b1.toLowerCase()==_b2.toLowerCase());
}};
_CE.Lor6=_CE.Cls5.cre6();
_CE.Lor6.prototype={initialize:function(_bb){
this.data=_bb;
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 _be=d[4];
var url=_CE.URL.noe9(_be);
if(_CE.URL.sae4(url,this.location)){
var _c0=document.createElement("script");
_c0.src=_CE.gsu(d)+"&dts="+(new Date()).getTime();
_c0.type="text/javascript";
_c0.charset="utf-8";
_c0=_CE.ged15().appendChild(_c0);
return true;
}
}
},wam12:function(){
if(_CE.isz5||_CE.isa7){
var _c1=false;
var _c2=document.getElementsByTagName("script");
for(var i=0;i<_c2.length;i++){
if(_c2[i].src.match(/crazyegg|cetrk/)){
_c1=true;
}
}
if(_c1){
this.doy9();
}else{
if(document.addEventListener){
document.addEventListener("DOMContentLoaded",function(){
this.doy9();
}.ce_bindAsEventListener(this),false);
}
}
}
if(_CE.isE4){
var _c4=document.getElementById("__ce_ie_onload");
if(_c4.readyState=="complete"){
this.doy9();
}else{
_c4.loader=this;
_c4.onreadystatechange=function(){
if(this.readyState=="complete"){
_c4.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);}}}
  _CE.u = _CE.u.replace("cetrk", "crazyegg");
  return (_CE.u+"/track/script")+"?i="+d[0]+"&u="+d[1]+"&psid="+d[5]+"&nva=250000&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([["97844",79939,"97846","3","http:\/\/www.fasthosts.com","97844",250000,1,"0"]]);
