sa = new Image();
var ts_referer = "";

function tstats( page_title, page_url ) { 
      var ts_title = encodeURIComponent(page_title);
      var ts_url = encodeURIComponent(page_url);

      ts_title = encodeURIComponent(ts_title);
      ts_url = encodeURIComponent(ts_url);
 
      sa.src = 'http://revelations.trovus.co.uk/tracker/377.gif?j=1&w=0&r=http://www.ebxp.com/' + ts_referer + '&t=' + ts_title + '&u=http://www.ebxp.com/' + ts_url

      ts_referer = page_url;
}
