function mailIt() {
    Mail="mailto:jerry@leftville.com?subject=Leftville";
    window.location.href=Mail;
}
 
