//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.deckdesign.learnabout.info/index.htm"
var bookmarktitle="Deck Design Upgrades"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}