");
}
//START Check if link was from an affiliate via Commission Junction. If so, set source code -----
if ((args.PID)||(args.pid)||(args.SID)||(args.sid)||(args.AID)||(args.aid)){
var today = new Date();
var expdate = new Date(today.valueOf() + 45*24*60*60*1000); // +45 days in milliseconds
expdate = expdate.toGMTString();
document.cookie = 'SOURCECODE=SC=AFFP03; path=/; expires='+expdate;
}
//END
}
checkCID();
|
|
|
|||||||||||||||||||