function addbookmark()
{
bookmarkurl='http://www.gentlemansguide.net';
bookmarktitle="The Gentlemans Guide"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}