﻿// JScript File
/*
DragonLights.Net
Written by Matthew Firth
© 2007 Pleasantville Distribution All Rights Reserved 
*/

window.addEvent
('domready', function() 
    {
        myShow = new Slideshow
        (
            'DragonLightSlideShow', 
            {
                hu: '/DragonLights/Images/Home/', images: 
                [
                    'Main1.jpg'
                    ,'Main2.jpg'
                    ,'Main6.jpg'
                    ,'Main4.jpg'
                    ,'Main5.jpg'
                    ,'Main7.jpg'
                ]
            }
        );
	}
);	

