// Used by pages that have event information, used to set contact address.
function setDestination (who, where)
{
	return ('mailto:' + who + '@' + where);
}

