
<!--java script mail program-->
<!-- Begin
function mailsome2(){
who=prompt("Enter recipient's email address: ","carolinbelloc@aol.com");
what=prompt("Enter the subject: ","yapton web site advertisment rates");
if (confirm("Are you sure you want to mail "+who+" with the subject of "+what+"?")==true){
parent.location.href='mailto:'+who+'?subject='+what+'';
   }
}
// End -->