$(function() {
$('#titel').crossSlide({
  sleep: 4, //in sec
  fade: 2   //in sec
}, [
  { src: 'images/ristorante1.jpg' },
  { src: 'images/ristorante2.jpg' },
  { src: 'images/ristorante3.jpg' },
  { src: 'images/ristorante4.jpg' },
  { src: 'images/ristorante5.jpg' },
  { src: 'images/ristorante6.jpg' }
]);
});
