$(document).ready(
	function(){
		$('#diashow .ce_gallery').cycle({
			fx:'fade',
			random:1,
			speed:2000,
			timeout:5000,
			after:function(){
				$('#diashow').fadeIn(2000);
			}
		});
	}
);
