function RegisterNamespaces(){
for(var i=0;i<arguments.length;i++){
var p=arguments[i].split("."),w=window;
for(var j=0;j<p.length;j++){
if(!w[p[j]]){
w[p[j]]=new Object();
}
w=w[p[j]];
}
}
}
RegisterNamespaces("Inpl.KMC");
Inpl.KMC=new function(){
this.execute=function(){
var _5=document.location.href;
if(_5.indexOf("inplkm")!=-1){
_setCookie("mks_i","1",new Date().getTime()+3600,"/");
}
};
function _setCookie(n,v,e,p,d,s){
document.cookie=n+"="+escape(v)+";"+(e?"expires="+new Date((new Date()).getTime()+e*1000).toGMTString()+";":"")+(p?"path="+p+";":"")+(d?"domain="+d+";":"")+(s?"; secure":"");
}
};
Inpl.KMC.execute();

