//prevent email harvesting

function email(host, domain)
{
	document.write('<a href="mailto:' + host + '@' + domain + '">' + 'Contact' + '</a>');
}