﻿window.addEvent('load', function() {
        if ($('slideshow'))
        {
            var myShow = new Slideshow(
                'slideshow', 
                { 
                    type: 'combo', 
                    duration: [2000, 4000], 
                    width: 360, 
                    height: 270, 
                    images: images, 
                    hu: path                 
                });
        }
});
