function changeTimeout(obj,event) { ss.pause() if(isNaN(obj.value) || (obj.value < 1)) ss.play() else ss.play(obj.value * 1000) } /*********************************************** * Disable "Enter" key in Form script- By Nurul Fadilah(nurul@REMOVETHISvolmedia.com) * This notice must stay intact for use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ function handleEnter(field, event) { var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode; if (keyCode == 13) return false; else return true; } // Create the slideshow object ss = new slideshow('ss'); // Set the delay between slides, 1000 = 1 sec ss.timeout = 10000; // By default, all of the slideshow images are prefetched. // If you have a large number of slides you can limit the // number of images that are prefetched. ss.prefetch=3; // By default the slideshow will repeat when you get to the end. // ss.repeat = false; // Create the slides and add them to the slideshow. s=new slide();s.src='/2009/float/2009-Hallelujah-Parade-600x400.jpg';s.link='javascript:;';s.title=' LHM Float';s.text=' ';ss.add_slide(s);s=new slide();s.src='/2009/float/2009-Hallelujah-600x400.jpg';s.link='javascript:;';s.title=' LHM Float';s.text=' ';ss.add_slide(s);s=new slide();s.src='/2009/float/2009-build5-600x400.jpg';s.link='javascript:;';s.title=' LHM Float';s.text=' ';ss.add_slide(s);s=new slide();s.src='/2009/float/2009-build4-600x400.jpg';s.link='javascript:;';s.title=' LHM Float';s.text=' ';ss.add_slide(s);s=new slide();s.src='/2009/float/2009-build3-600x400.jpg';s.link='javascript:;';s.title=' LHM Float';s.text=' ';ss.add_slide(s);s=new slide();s.src='/2009/float/2009-build2-600x400.jpg';s.link='javascript:;';s.title=' LHM Float';s.text=' ';ss.add_slide(s);s=new slide();s.src='/2009/float/2009-build1-600x400.jpg';s.link='javascript:;';s.title=' LHM Float';s.text=' ';ss.add_slide(s);s=new slide();s.src='/2009/float/2009-Hallelujah-Sign-600x400.jpg';s.link='javascript:;';s.title=' LHM Float';s.text=' ';ss.add_slide(s);