var bookmarkurl="http://riverbend.org"
var bookmarktitle="Riverbend Music Center"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}