function mailpage()
{
mail_str = "mailto:?subject= Sportech PLC website link ";
mail_str += "&body=The sender of this email thought you may find the following page(s) of interest. \n";
mail_str += "You can view it at " + location.href; 
location.href = mail_str;
}


