window.addEvent('load', function(){
		var headers = [];
							headers.push('/img/1.jpg');
							headers.push('/img/2.jpg');
							headers.push('/img/3.jpg');
							headers.push('/img/4.jpg');
							headers.push('/img/5.jpg');
							headers.push('/img/6.jpg');
		var rok = new slideShow('slideshow', headers, {
			'duration': 3000,
			'delay': 2000,
			'start': 0,
			'autoplay': 1,
			'blank': 'blank.png'
		});
	});
	
	
window.addEvent('load', function(){
		var headers = [];
							headers.push('/img/testimonials_1.gif');
							headers.push('/img/testimonials_2.gif');
							headers.push('/img/testimonials_3.gif');
							headers.push('/img/testimonials_4.gif');
							headers.push('/img/testimonials_5.gif');
		var rok = new slideShow('slideshow2', headers, {
			'duration': 1000,
			'delay': 5000,
			'start': 0,
			'autoplay': 1,
			'blank': 'blank.png'
		});
	});