<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs 
    title="Spell Checker" 
    directory_title="Spell Checker"
    description="Gmail spell checker"
    author="Kishore Senji"
    author_email="ksenji@gmail.com"
    screenshot=""
    author_location=""
    author_affiliation="none"
    title_url="http://gmail.com"
    render_inline="optional">
    <Locale lang="en" country="us" />
  </ModulePrefs>
  <Content type="html">
    <![CDATA[
      <script src="http://prototype.conio.net/dist/prototype-1.3.1.js"></script>
      <script>
        var opt = {
	    // Use POST
	    method: 'post',
	    // Send this lovely data
	    postBody: 'thisvar=true&thatvar=Howdy&theothervar=2112',
	    // Handle successful response
	    onSuccess: function(t) {
	        alert(t.responseText);
	    },
	    // Handle 404
	    on404: function(t) {
	        alert('Error 404: location "' + t.statusText + '" was not found.');
	    },
	    // Handle other errors
	    onFailure: function(t) {
	        alert('Error ' + t.status + ' -- ' + t.statusText);
	    }
	}
	
new Ajax.Request('http://mail.google.com/mail?view=sc', opt);
      </script>
    ]]>
  </Content>
</Module>
