// JavaScript Document

function sendMessage(email){
location.href="mailto:" + email + "@ccs.bm";
}
