// Smite the spammers
var stdServer = 'storycardtheater.com'; // Default server domain 
function sendEmail(a,b,c,d) { // name, subject, domain, extension
if (a && b && c && d) { strEpost = 'mai'+'lto:'+a+'@'+c+'.'+d+'?subject='+b; } // Send mail to any server 
else { strEpost = 'mai'+'lto:'+a+'@'+stdServer+'?subject='+b; } // Send mail to default server 
location.href = strEpost; 
}