/**
 * @return: print: HTML markup
 */
function displetretsidx_the_save_search_registration_max_list_price_options()
{
    echo DispletRetsIdxUtilities::get_select_options_for_prices(range(100, 1000, 50), 'Max Price', '', '-');
}