function mk_add(msg) {
	madd = 'tomorrows@mac.com';

	if (msg == '') msg = madd;
	document.write(msg.link('mailto:' + madd));
}
