function hidePricefrom() {
    $('price-from').setStyle({
      display: 'none'
    });
}

