//configure the two variables below to match yoursite's own info
var bookmarkurl="http://192.168.123.152"
var bookmarktitle="LifeGuard Benefit Services"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}