window.addEvent('domready', function() {
    var data = {
        '../images/slideshow/image1.jpg': { caption: '' },
        '../images/slideshow/image2.jpg': { caption: '' },
        '../images/slideshow/image3.jpg': { caption: '' },
        '../images/slideshow/image4.jpg': { caption: '' }
    };
    var myShow = new Slideshow.KenBurns('show', data, { pan: 0, zoom: 0, delay: 5000, controller: false, height: 177, hu: 'images/', thumbnails: false, width: 445 });
});

