
	$(document).ready(function() {
		$('#slideshow1').slideshow({
			timeout: 9000
		});
	});

	$(document).ready(function() {
		$('#slideshow2').slideshow({
			timeout: 5000
		});
	});

	$(document).ready(function() {
		$('#slideshow3').slideshow({
			timeout: 9000
		});
	});

	$(document).ready(function() {
		$('#slideshow4').slideshow({
			timeout: 9000
		});
	});

	$(document).ready(function() {
		$('#slideshow5').slideshow({
			timeout: 9000
		});
	});
	
	$(document).ready(function() {
		$('#slideshow6').slideshow({
			timeout: 9000
		});
	});
