function bookmark() {
  if (document.all) {
      window.external.AddFavorite("http://www.warezdestiny.com", "WarezDestiny.com - Full Downloads");
  } else if (window.sidebar) {
      window.sidebar.addPanel("WarezDestiny.com - Full Downloads", "http://www.warezdestiny.com", "");
  }
}
