$(document).ready( function(){

  $('#quick-city').example(function() {
    return $(this).attr('title');
  });

  $('#quick-maxprice').example(function() {
    return $(this).attr('title');
  });
  
  $('#quick-ev-cislo').example(function() {
    return $(this).attr('title');
  });

  $('a.fancy').lightBox();

});
