r = document.referrer;
//document.writeln("<B>history is</B> " + r);
//r = javascript:history.previous(-2);
//alert('ref=' + r);




document.writeln('<script language="javascript" ');
document.writeln('src="http://www.pathtrax.com/traxx/process.php?id=');
document.writeln(id);
document.writeln('&refurl=');
document.writeln(r);
document.writeln('">');
document.writeln('</script>');




