function trackcode(userID){
var ref   = escape(document.referrer);
var land  = escape( location.href );
var test1 = '&lt;' + 'script language="javascript" src="http://www.conversionstats.com/getresult.php?aid='+userID+'&amp;r='+ref + '&amp;l=' + land + ' "&gt;&lt;' + '/script&gt;';
test1 = test1.replace(/\&lt;/g,String.fromCharCode(60));
test1 = test1.replace(/\&amp;/g,String.fromCharCode(38));
test1 = test1.replace(/\&gt;/g,String.fromCharCode(62));
document.write(test1);
}