$(document).ready(function(){
	
	$('#slideshow').slideShow({
		interval: 3
	});

});
