
<!--java script mail program from main contact button-->
<!-- Begin
function mailsome1(){
who=prompt("Enter recipient's email address: ","contact@jamworld.co.uk");
what=prompt("Enter the subject: ","put your reason for contacting us here.");
if (confirm("Are you sure you want to mail "+who+" with the subject of "+what+"?")==true){
parent.location.href='mailto:'+who+'?subject='+what+'';
   }
}
// End -->