$(document).ready(function() {
	//$('#id名').slideShow({
	$('.slideShow').slideShow({
		interval: 5,
		slideClick: function(slideShow) {}
	});
});
