<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs
    title="CertainKey Email Antispam Captcha"
    title_url="http://www.certainkey.com/mm/"
    description="Generates a random image of you email address so spamer robots can't easily get your address, but humans still can."
    author="Jean-Luc Cooke"
    author_email="jlcooke@certainkey.com"
    author_location="Ottawa, ON, CA"
    author_link="http://www.certainkey.com/"
    screenshot="http://www.certainkey.com/demos/manglemail/ig_ckmanglemail.png"
    thumbnail="http://www.certainkey.com/demos/manglemail/ig_ckmanglemail.png"
    category="tools"
    scrolling="false"
    width="160"
    height="200">
  </ModulePrefs>
  <Content type="html">
<![CDATA[
<style>
<!--
body {font-family:arial,sans-serif; text-align:center; margin:0px; padding:0px;}
table {font-family:arial,sans-serif; text-align:left;}
A,A:visited {color:#7292BA;}
-->
</style>

<script type="text/javascript">
function getMMImg(email) {
  _IG_FetchContent('http://www.certainkey.com/demos/manglemail/addem.php?small=1&addr='+ email,
                   function(text) { _gel('mmres').innerHTML = text; });
}
</script>
  
<FORM NAME="form1" METHOD="GET" onsubmit="getMMImg(addr.value); return false;">
<center>

<table border=0 cellpadding=3 cellspacing=0 bgcolor="#6CB256" width="100%" height="100%"><tr><td>
<table border=0 cellpadding=3 cellspacing=0 bgcolor="#FFFFFF" width="100%" height="100%">
<tr><td>
 <input type=text name="addr" size=20 value="jdoe@gmail.com" onfocus="this.value='';"><br>
 <input type=submit value="Get your MangleMail">
</td></tr>
<tr><td><div id=mmres></div></td></tr>
<tr><td align=center><a target=_new href="http://www.certainkey.com/demos/manglemail/"><img border=0 src="http://www.certainkey.com/images/logo_small.gif"></a></td></tr>
</table>
</td></tr></table>

</center>
</FORM>

]]></Content>
</Module>
