jQuery(function(){

  jQuery("#banner").click(function(){
    jQuery(location).attr('href','http://www.sos-soubrno.cz/sluzby/');
  });
  $("#banner").scrollable().circular().autoscroll({interval: 5000, autopause: false});
  
});
