function setDestination (who, where, what)
{
	return ('mailto:' + who + '@' + where + '?subject=Classified Ad:' + what);
}

