//Copyright 1999 Lance Arthur.
//Permission to use and alter is hereby granted without reservation.
//Life's what you make it.

function bookmark()
{
if ((navigator.appVersion.indexOf("MSIE") > 0) 
  && (parseInt(navigator.appVersion) >= 4))
  {
  window.external.AddFavorite(location.href, document.title);
  }

else location.replace("/bookmark/bookmark.html");
}

function randomizer()
{
if (confirm("This is The Randomizer. If you continue, we'll select a new, random page at glassdog.com for you to read. You never know what will turn up. Feeling adventurous?"));
{
document.location = "/randomizer/rand_link.cgi";
}
}
