function tokenizer(ip) {   
var myDate = new Date();

var algo = ((myDate.getTime()/myDate.getDate())/myDate.getMonth())/myDate.getYear()/46;

var algoString= new String(algo);

algoString= algoString.replace(".","a")

ip = ip.replace(".","csXbde");
ip = ip.replace(".","csXbde");
ip = ip.replace(".","csXbde");

return ('&token='+algoString+'oKiSrr'+ip);


} 
