function email(addr, label)
{
	var s = 'x-recherche' + ',."'.substr(1,1) + 'com';
	s = addr + unescape('%40') + s;
	if (label == '')
		label = s;
	var s = '<a hre' + 'f="mai' + 'lto:' + s;
	s += '">' + label + '</a>';
	return s;
}

function writeemail(addr, label)
{
	document.write(email(addr, label));
}

now = new Date();
ref = document.referrer;
x = 'x';
code = '<img width="0" height="0" border="0" src="/dolog.php?h' + 'l=' + now.getHours() + x + now.getMinutes() + x + now.getSeconds();
v = parseFloat(navigator.appVersion);
if (v >= 4)
	code += '&r=' + screen.width + x + screen.height + x + screen.pixelDepth + x + screen.colorDepth;
ref = '&ref=' + ref.replace(/[<">]/g, '').replace(/&/g, '$') + '">';
document.write(code + ref);
