/*
 * Bookmark adding code
 */
function AddToFavorites()
{
var netscape_url='addtofavorites.html';
  if (document.all){window.external.AddFavorite(location.href, document.title);}
  else {window.location.href=netscape_url;}
}

