/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by:  |  */
function mailsome1() {
  who="info@masjidmanhattan.com";
  what="Contact Us";
  parent.location.href='mailto:'+who+'?subject='+what+'';

}
function maillist() {
  who="info@masjidmanhattan.com";
  what="Join Mailing List";
  parent.location.href='mailto:'+who+'?subject='+what+'';

}
function mailimam() {
  who="imam@masjidmanhattan.com";
  what="Ask The Imam";
  parent.location.href='mailto:'+who+'?subject='+what+'';

}