function addBookmark()
{
if (document.all)
window.external.AddFavorite(window.document.location,window.document.title);
}

