function SetEmail()
{
	var first = 'ma';
	var second = 'il';
	var third = 'to:';
	var address = '&#105;&#110;&#102;&#111;';
	var domain = '&#119;&#101;&#108;&#114;&#97;&#101;&#100;&#115;&#46;&#98;&#101;';
	document.write('<a href="');
	document.write(first+second+third);
	document.write(address);
	document.write('&#64;');
	document.write(domain);
	document.write('" title="Me, Myself and I">');
	document.write('Gregoire Welraeds<\/a>');
}

