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