var bookmarkurl = "http://www.astrohr.com/"; // the url for the bookmark/favourite
var bookmarktitle = "AstroHR Solutions";         // bookmark/favourite title

function addbookmark()
{
    if (document.all)
        window.external.AddFavorite(bookmarkurl, bookmarktitle);
}

