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 amuse you ";
   var mess = "";
   	
   
  
   mess +="I saw this website and thought it might interest you-----";
   mess +="Friends Of Howard Park website&nbsp;----------------------&nbsp;";
   mess +=" --  http://www.friendsofhowardpark.co.uk";
    	
  parent.location.href='mailto:' +'?subject='+what+'&body='+mess;
}

//--------------- LOCALIZEABLE GLOBALS ---------------
var d=new Date();
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
 var day  = new Array ("Sunday","Monday","Tuesday","Wednesday",  "Thurday","Friday","Saturday")	; 
//Ensure correct for language. English is "January 1, 2004"
var TODAY = day[d.getDay()] + ", " + monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear();
//---------------   END LOCALIZEABLE   ---------------

//<p align="right"><i><font size="1">To day is: <script language="JavaScript" type="text/javascript">   document.write(TODAY);</script>
