function mailTo(str) {
	str = decodeURIComponent(str);
	top.location.href = str.replace('[at]', '@').replace('[dot]', '.');
	return false;
}

