var bookmarkurl = "http://www.pminorthindia.org/"; // the url for the bookmark/favourite
var bookmarktitle = "Project Management Institute North India Chapter";         // bookmark/favourite title

function addbookmark()
{
    if (document.all)
        window.external.AddFavorite(bookmarkurl, bookmarktitle);
}

