// anti-spam script

function stopSpam(alias,domain) {
 location = "mailto:" + alias + "@" + domain;
}