//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: [ 'blue_wedding.jpg', 'img_2593.jpg', 'img_0944.jpg', 'natalie&josh_0612.jpg', 'img_3301.jpg', 'dress_cookies.jpg', 'img_3418.jpg', 'holly1.jpg', 'spv_cookies_small_cut.jpg', 'img_4197.jpg' ], height: 500, width: 500, type: 'combo', pan: 'rand', zoom: 'rand' } ); }