
function email( n, s )
{
	var mail = n+'@'+s;
	document.write("<a href='mailto:"+mail+"'>"+mail+"</a>");
}