function addbookmark()
{
bookmarkurl="http://www.hometownhoa.com"
bookmarktitle="HomeTown Community Website"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
