jQuery(document).ready(function() {
  jQuery = Versions.use("jquery","1.4.2");
  jQuery('.product-minimal-price-224949').first().html('1,25&nbsp&euro;');    
  
  jQuery(document).bind('accordion_fully_loaded',function(){
        jQuery('.grouped-product-row-221409 .filter-price .price').first().html('1,25&nbsp&euro;');
        jQuery('.grouped-product-row-221409 .filter-price_per_package .price').first().html('7,50&nbsp&euro;');
  });
  
});


