function BookMark()
{
bookmarkurl=document.URL;
bookmarktitle=document.title;
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
