function setDestination (who, where)
{
	return ('mailto:' + who + '@' + where);
}
