var rp_width=screen.width;
var rp_height=screen.height;
var rp_referer=""+document.referrer;
try{rp_referer=""+parent.document.referrer}catch(ex){rp_referer=""+document.referrer}var rp_os="";
var rp_title="";
var rp_url="";

rp_title=""+document.title;
rp_url=""+document.location;
// Shorten the fields, just in cast they're too long...
rp_referer=rp_referer.substring(0,255);
rp_title=rp_title.substring(0,255);
rp_url=rp_url.substring(0,255);

//alert(rp_url);

var tracking_url = "";
tracking_url = "rp_url=" + escape(rp_url);
tracking_url += "&rp_referer=" + escape(rp_referer);
tracking_url += "&rp_project=" + rp_project;
tracking_url += "&rp_random=" + Math.random();

//document.writeln("<img src='http://ww2.amateurscientist.org/scripts/rc.php?" + tracking_url + "' border='0' width='1' height='1'>");

