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