function nospam(catchit, thePlace, about) {
	var symbol = '@';
	location.href = 'mailto:' + catchit + symbol + thePlace + '?Subject=' + about;
}