// JavaScript Document
			$(document).ready(function() {
			$('.slideshow').cycle({
			fx: 'fade',
		    speed: 100,
			random:  0 ,
			timeout:  100 ,
			 autostop:        true,     // true to end slideshow after X transitions (where X == slide count) 
autostopCount:   2,
	});
});

