var now = new Date();
var path = 'http://stats.bitsofprofit.nl/record/?s=f277121e';
path = path.replace(/^https?:/, window.location.protocol);
path += '&ref='+escape((window.decodeURI)?window.decodeURI(document.referrer):document.referrer);
path += '&res='+escape((window.decodeURI)?window.decodeURI(document.URL):document.URL);
path += '&tit='+escape('');
path += '&'+now.getTime();

	var ie = /*@cc_on!@*/0;
	if (!ie && document.getElementsByTagName && (document.createElementNS || document.createElement))
	{
		var tag = (document.createElementNS) ? document.createElementNS('http://www.w3.org/1999/xhtml', 'script') : document.createElement('script');
		tag.type = 'text/javascript';
		tag.src = path + '&serve_js';
		document.getElementsByTagName('head')[0].appendChild(tag);
	}
	else if (document.write)
	{
		document.write('<' + 'script type="text/javascript" src="' + path + '&amp;serve_js"><' + '/script>');
	};

