//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.101-creditcards.com/"
var bookmarktitle="101 Credit Cards.com "

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}