//t.cordier@fazae.com
//FILE AUTOGENERATED WHEN CONFIG MODIFIED
//Version 20081230

if(getVarFromURL('ref')!=''){
	//get cookie life time from database
	var ref_cookie_lifetime=60;

	var cookie_lifetime = ref_cookie_lifetime*24*3600*1000;
	var cookie = getVarFromURL('ref')+'|'+document.referrer;
	cookie += '|'+getVarFromURL('bonus');
	cookie += '|'+getVarFromURL('banner');
	cookie += '|'+getVarFromURL('campid');
	cookie += '|'+getVarFromURL('param1');
	cookie += '|'+getVarFromURL('param2');
	cookie += '|'+getVarFromURL('param3');
	var theDate = new Date();
	theDate = theDate.getTime();
	setCookie('chilipoker_affiliate', cookie, (new Date(Number(theDate) + Number(cookie_lifetime))), '/');
}
