
var logname = 'ComplianceOnline';
var companyid = "ComplianceOnline";
var convertor = new Array("referrer","channel","creative","adkey","section","adgroup");
var custom2;
var cookies = window.document.cookie;
var pos = cookies.indexOf("refererIdCookie=");
//alert("pos: "+pos);
var start = 0;
var end = 0;
if (pos >= 0) {
    start = pos + 16;
    end = cookies.indexOf(";",start);
    if (end == -1) {
      end = cookies.length;
    }
    cookId = cookies.substring(start,end);
    
  }

function setCustom(custom){
  custom2 = custom;
  //alert("pos: "+pos);

    if(pos < 0){
      document.write('<script language="JavaScript" type="text/JavaScript" src="http://tr.regalix.com/tracking/tracking_new.js"></script>');
  }
}


