function addbookmark()
{
bookmarkurl="http://www.RobinandtheRubes.com"
bookmarktitle="Robin and the Rubes!"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
