<!--

function smail(email)
{
	top.location = 'mailto:' + email.replace(/!/g,'@');
	return false;
}

-->
