
<!--java script mail program-->
<!-- Begin
function mailsome6(){
who=prompt("Enter recipient's email address: ","rde1@btinternet.com");
what=prompt("Enter the subject: ","Ron Moores Cup");
if (confirm("Are you sure you want to mail "+who+" with the subject of "+what+"?")==true){
parent.location.href='mailto:'+who+'?subject='+what+'';
   }
}
// End -->