﻿// JScript-Datei
 
function spamstop(user, mailhost) { 

    window.location.replace('mailto:' + user + '@' + mailhost); 
} 
