$(document).ready(function() {
	// slideshow with play/pause
		var slideShow = $('.playPauseExample').slideShow({
			interval: 5
		});
});
