//configure the two variables below to match your site's own info
var bookmarkurl="http://www.charleshedrick.com"
var bookmarktitle="Charles Hedrick Blog"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}