function noSpam(me) {
	me = me.replace('[at]','@');
	me = me.replace('[dot]','.');
	self.location.href = me;
	return false;
	}