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