function mailpage() 
{ 
mail_str = "mailto:?subject= Shared from the Zocalo Group website"; 
mail_str += "&body= Thought you would find this useful " + document.title; 
mail_str += "... at: " + location.href; 
location.href = mail_str; 
}
