//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: [ 'img_0944.jpg', 'img_0071.jpg', 'holly1.jpg', 'img_2955.jpg', 'new_lv.jpg', 'img_0338.jpg', 'pink_lindsay.jpg', 'img_4320.jpg', 'img_0276.jpg', 'img_2593.jpg' ], height: 500, width: 500, type: 'combo', pan: 'rand', zoom: 'rand' } ); }