//execute as soon as DOM is loaded window.onDomReady(onReady); //do on ready function onReady() { myShow = new Slideshow( 'showcase', { hu: '_images/gallery_images/close_up/', images: [ 'dress_cookies.jpg', 'img_4320.jpg', 'img_2955.jpg', 'wedding1.jpg', 'img_01031.jpg', '211.jpg', 'img_0944.jpg', 'holly1.jpg', 'img_0338.jpg', 'pink_lindsay.jpg' ], height: 500, width: 500, type: 'combo', pan: 'rand', zoom: 'rand' } ); }