function ini_slideshow() {
	if ($("body").attr("id") == "modulePage9591920") {
		var slides = Array();
		var direction = "down";
		$("#slideshow img").each(function(index,el) { 
			direction = (direction == "down") ? "up" : "down" ;
			slides.push( {src: $(el).attr("src"), dir: direction } );
		});
		$('#slideshow').crossSlide({
		  speed: 30,
		  fade: 1
		}, slides );
	}
}
