function addfave() { 
  if (window.sidebar) {
    window.sidebar.addPanel("Boxing MMA Shop - The first choice for everything Boxing and Mixed Martial Arts!","http://www.boxingmmashop.co.uk/","");
  } else if (window.external) {
    window.external.AddFavorite("http://www.boxingmmashop.co.uk/","Boxing MMA Shop - The first choice for everything Boxing and Mixed Martial Arts!");
  } else {
    alert("Sorry! Your browser doesn't support this function.");
  }
}
