var referrer = top.document.referrer.replace(/&/g,"%26");
referrer = referrer.replace(/\?/g, "%3F");
the_uri = window.location.href;
the_uri = the_uri.replace(/http:\/\//g, "");
document.write('<img src="http://www.geld-gids.nl/log.php?referer='+encodeURIComponent(referrer)+'&amp;resolution='+screen.width+'x'+screen.height+'x'+screen.colorDepth+'&amp;r_uri='+encodeURIComponent(the_uri)+'" width="5" height="5" />');
