
window.addEvent('domready', function(){
		if($$('#slideshow img').length > 1){
			show01 = new SlideShow('slideshow',{random:true, wait:3000, duration:2000, height:270});
		}
	});

