// ----------- Status Line Functions ----------- //

function addFavorite() {
  if (window.external) {
    external.AddFavorite(location.href, "PlanetBetterPlace.com")
  } else {
    alert("Your browser doesn't support automatic bookmarking.\n" +
    "If you are using Netscape Navigator, click Bookmarks\n" +
    "and then Add Bookmark to add this site to your favorites.");
  }
}
if (top != self) top.location.href = location.href;
