/**
 * bookmark.js  Sept. 26, 2005
 * Susan Riding
 */
var bookmarkurl="http://www.heartsandhandsforever.com/index.htm"
var bookmarktitle="A Unique Gift - Poetry Wall Art from Hearts & Hands Forever - the gift destined to be the one that’s remembered forever."
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}