// mail safe links

function mailsafe(dom,nom)
{
	window.location='mailto:'+nom+'@'+dom;
}

