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