//configure the two variables below to match yoursite's own info
var bookmarkurl="http://music.jsu.edu/OPERA/index.shtml"
var bookmarktitle="Jacksonville Opera Theatre: Exploring Artistic Expression Through Operatic Performance"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

