//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.your-bible.com/index.htm"
var bookmarktitle="Your Online Bible"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}