//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.123-wine.com"
var bookmarktitle="123-wine.com - wine resources and information!"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}