//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.best-in-patio-furniture.com/index.html"
var bookmarktitle="Best in Outdoor Patio Furniture"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}