// JavaScript Document


function Send_this_page()
{
send_it = "mailto:?subject= :: Accommodation on the Isle of Scalpay";
send_it += "&body= The URL is "+ document.location;
document.location = send_it;
}


