(function ($) {
	$(document).ready(function () {
		$('#slideshow').cycle();
	});
	
	// alert("ran");
})(jQuery)