
//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.scurogroup.com/"
var bookmarktitle="Comprehensive Security and Loss Control Management"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}