<!--
//
var bookmarkurl="http://www.perthontario.info/"
var bookmarktitle="_Perth Ontario"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//-->

<!--
function mailpage()
{
  mail_str = "mailto:?subject= Perth Ontario Website.";
  mail_str += "&body= Hi!   Thought you might be interested.   Here is a great little getaway spot Perth, Ontario. ";
  mail_str += ". Check it  out at   http://www.perthontario.info/"; 
    location.href = mail_str;
}
//-->