jQuery(document).ready(function() {
  jQuery = Versions.use("jquery","1.4.2");
  
  if (jQuery('.product-minimal-price-224949').size()==1){
	jQuery('.product-minimal-price-224949').parent().find(".heldprice-label").remove();
  };  

});


