eMehl = 'joedski' + '@';
eMehl += 'gmail' + '.com';

function emailLink( to )
{
	return '<a href="mailto:' + to + '">' + to + '<\/a>';
}
