<!--
    function setRemoveSku(recipient, sku)
    {
      document.smallBasket.action.value = "remove";
      document.smallBasket.removeSku.value = sku;
      document.smallBasket.removeRecipient.value = recipient;
    }
//-->
