	  window.addEvent('load', function() {
		var imgs = [];
		imgs.push({file: 'slide_1.jpg', title: '', desc: '', url: ''});
		imgs.push({file: 'slide_2.jpg', title: '', desc: '', url: ''});
		imgs.push({file: 'slide_3.jpg', title: '', desc: '', url: ''});
		imgs.push({file: 'slide_4.jpg', title: '', desc: '', url: ''});
		imgs.push({file: 'slide_5.jpg', title: '', desc: '', url: ''});
		imgs.push({file: 'slide_6.jpg', title: '', desc: '', url: ''});
		imgs.push({file: 'slide_7.jpg', title: '', desc: '', url: ''});
		imgs.push({file: 'slide_8.jpg', title: '', desc: '', url: ''});
		var myshow = new Slideshow('slideshowpsy', { 
			type: 'combo',
			externals: 0,
			showTitleCaption: 0,
			captionHeight: 45,
			width: 130, 
			height: 130, 
			pan: 100,
			zoom: 100,
			loadingDiv: 1,
			resize: true,
			duration: [4000, 14000],
			transition: Fx.Transitions.Expo.easeInOut,
			images: imgs, 
			path: 'images/stories/psy05/'
		});
		myshow.caps.h2.setStyles({color: '#fff', fontSize: '13px'});
		myshow.caps.p.setStyles({color: '#ccc', fontSize: '11px'});
		});
	
