This is the basic sample for guardMailto. View source and check it out. There's also a fancier sample that uses the prototype library.
new mwmw.guardMailto("em1","test","example");
new mwmw.guardMailto("em2","test","example",{domainSuffix:"org"});
new mwmw.guardMailto("em3","test","example",{linkText:"email me!"});
new mwmw.guardMailto("em4","test","example",{linkText:"email <strong>me!</strong>"});
new mwmw.guardMailto("em3","test","example",{linkText:"Franz Kafka",linkTitle:"Email the author",linkClass:"deadAuthor european"});
new mwmw.guardMailto("em4","test","example",{linkId:"authorContact"});
new mwmw.guardMailto("em7","test","example",{linkAddress:true});
Version:1.0.01 View changelog.