window.addEvent('domready', function(){

  var images = [];
  $$('#map_container img').each(function(img) {
      images.push('http://www.professionalcapital.nl/www2/files/images/slideshow/map4.jpg');
  
      images.push(img.src);
  });

  var myShow = new Slideshow.KenBurns('map', images, { captions: true, controller: false, thumbnails: false,delay: 3000, duration: 3000, height: 220, width: 570, loader: false });
});


