function Pass()
{
   who ="Kara@doglover.com";
   what="Password";
   var mess = "";
   	
   
  
   mess +="Please send me the Password to Kara's website-----";
   mess +="As quickly as possible &nbsp;&nbsp;----------------------&nbsp;";
   
    	
  parent.location.href='mailto:'+ who  +'?subject='+what+'&body='+mess;
}

function Tell()
{
   
   what="I thought this might interest you ";
   var mess = "";
   	
   
  
   mess +="I saw this website and thought it might interest you-----";
   mess +="East Hertfordshire Fellowship;----------------------&nbsp;";
   mess +="http://www.easthertsfellowship.org/";
    	
  parent.location.href='mailto:' +'?subject='+what+'&body='+mess;
}
