<!--
function mailpage()
{
mail_str = "mailto:?subject=Blunden Construction Ltd."
mail_str += "&body=I thought you might be interested in this web site for Blunden Construction Ltd."
mail_str += " The web site address is www.blunden.com."
location.href = mail_str;
}
//-->
