function mailpage()
{
mail_str = "mailto:?subject= Kingston - Buy Local!";
mail_str += "&body= Hi!   Thought you might be interested.   I found this Buy Local movement in Kingston, Ontario.   It looks like a great idea. ";
mail_str += ". Check it  out at   http://www.kingstonbuylocal.com/"; 
location.href = mail_str;
}


<!--
//
var bookmarkurl="http://www.kingstonbuylocal.com/"
var bookmarktitle="_KINGSTON BUY LOCAL"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//-->
