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