var uid="";

function thisTrack(u,t){
 var image = new Image();
 image.src = "http://ninamoment."+u+".hop.clickbank.net/?tid="+t;
}

function cbtrack(u,s){
 if ((!s)||(s==""))
  s=keyPhrase("tid"); 
 if (s=="") 
  s="999"; 
 thisTrack(u,s);
}

function pdctrack(u,t){
 var image = new Image();
 image.src = "https://paydotcom.com/r/"+u+"/aasdt/"+t+"/";
}

function olink(u){
 if (keyPhrase("tid")!="") 
  document.location.href=u+"?tid="+keyPhrase('tid');
 else
  document.location.href=u+"?tid="+refdomain();
 return true;
}

