DaysToLive = 30;

thispage=location.search;

if (location.search.indexOf('tc=')>=0) {
var pa
var l
var ar
pa=location.search.substring(thispage.lastIndexOf('tc=')+3,thispage.length);
l=pa.length;
ar = pa.substring(0,l);

if ( ar == 'ya2005' && top.http_referer.indexOf ( 'youreable.com' ) == -1 ) ar = 'tri1023';

PutCookie('tc' , ar);
}

function PutCookie(n,v) {

var expire = '';

if(DaysToLive > 0) {
	var now = new Date();
	then = now.getTime() + (DaysToLive * 24 * 60 * 60 * 1000);
	now.setTime(then);
	expire = '; expires=' + now.toGMTString();
}
document.cookie = n + "=" + v + '; path=/' + expire;
}





// if from youreable, keep ya2005, anywhere else, then tri1023
// in brochure.htm and freetrial.htm