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

