function affiliateTracking(){
	if(readCookie("affiliateInfo")==null){ qs();
		var str=((qsParm['affiliate_id']!=undefined)?(qsParm['affiliate_id']+":"):" :")+((qsParm['link_id']!=undefined)?(qsParm['link_id']+":"):" :")+((qsParm['subaff']!=undefined)?(qsParm['subaff']+":"):" :")+((GetKwds()+":").replace("true",""))+((document.referrer)?(((document.referrer).replace("https://","")).replace("https://","")+":"):" :");
		createCookie('affiliateInfo',str,45);
	}
}
function createCookie(n,v,d){ if(d){var d=new Date();d.setTime(d.getTime()+(d*24*60*60*1000));var e="; e="+d.toGMTString();}else{var e="";}document.cookie=n+"="+v+e+"; path=/"; }
function readCookie(n){ var nEQ=n+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){ var c=ca[i];while(c.charAt(0)==' '){c=c.substring(1,c.length);}if(c.indexOf(nEQ)==0){return c.substring(nEQ.length,c.length);} }return null; }
var qsParm=new Array();var SEQ='q';
function qs(){ var p=(window.location.search.substring(1)).split('&');for(var i=0;i<p.length;i++){var l=p[i].indexOf('=');if(l>0){qsParm[(p[i].substring(0,l))]=(p[i].substring(l+1)); } } }
function SEO(){ if(!document.referrer){ return false; }SEQ=(((document.referrer.toUpperCase()).indexOf('YAHOO.COM'))>0)?'p':'q';return true; }
function GetKwds(){if(SEO()==false){ return true; }var keywords=new Array();var r=document.referrer;var pair;var prm;if((r.indexOf('?'))<1){ return keywords; }r=findReplace(r,'%22','');prm=(r.substring((r.indexOf('?')) + 1,r.length)).split('&');for(i=0;i<prm.length;i++){ pair=prm[i].split('=');temp=unescape(pair[0]).split('+');name=temp.join(' ');if(name!=SEQ){ continue; }temp=unescape(pair[1]).split('+');for(k=0;k<temp.length;k++){ keywords.push(temp[k]); } }return keywords.join(" ");}
function findReplace(o,s,v){ return ((o.indexOf(s)<1)?o:o.replace((eval("/"+s+"/g")),v)); }
function setAffInfo(){
  if(document.getElementById){ 
  	document.getElementById("custom_lead_url").value=location.href;
  	if(readCookie("affiliateInfo")!=null){ 
  		ck=readCookie("affiliateInfo").split(":");
		if(ck[0]!="" && ck[0]!=" "){ document.getElementById("affiliate_id").value=ck[0]; }
		if(ck[1]!="" && ck[1]!=" "){ document.getElementById("link_id").value=unescape(ck[1]); }
		if(ck[2]!="" && ck[2]!=" "){ document.getElementById("custom_subaff").value=unescape(ck[2]); }
		if(ck[3]!="" && ck[3]!=" "){ document.getElementById("custom_ref_keywords").value=unescape(ck[3]); }
 	 	if(ck[4]!="" && ck[4]!=" "){ document.getElementById("custom_ref_url").value=(ck[4]==true||ck[4]=='true')?"":ck[4]; } 
  	} 
  }
}
function cr_AB_trackInit(a){createCookie("cr_AV_Track",a);}
function cr_AB_trackVerify(a,b,c){ if(readCookie("cr_AV_Track")==null){return c;}else{ return ((readCookie("cr_AV_Track")).indexOf(a)!=-1)?b:c; } }
function cr_AB_trackReset(){createCookie("cr_AV_Track","",-1);}
function checkParams(){ qs();
	document.getElementById('link_id').value=(qsParm['link_id']!=undefined)?qsParm['link_id']:document.getElementById('link_id').value;
	document.getElementById('affiliate_id').value=(qsParm['affiliate_id']!=undefined)?qsParm['affiliate_id']:document.getElementById('affiliate_id').value;
}