function mailpage()
{
mail_str = "mailto:?subject= Beautiful  Westport Ontario.";
mail_str += "&body= Hi!   Thought you might be interested.   I found this Web site about   Westport, Ontario.   It looks like a great Getaway and Vacation spot. ";
mail_str += ". Check it  out at   http://www.westportontario.ca/"; 
location.href = mail_str;
}

<!--
//
var bookmarkurl="http://www.westportontario.ca/"
var bookmarktitle="_BEAUTIFUL WESTPORT ONTARIO"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//-->