// JavaScript Document
function mailpage()
{
mail_str = "mailto:?subject= Nice Clothing Range";
mail_str += "&body= I've just found this really nice clothing website called Boondocks Clothing in Ashburton, that I thought you would like to know about.";
mail_str += " " + parent.location.href; 
location.href = mail_str;
}
