/* ====================================================================================== */
/* jQuery document-is-ready function. Place all calls here */
jQuery(document).ready(function() {

	$("div#sbpics").cycle({
		fx:		'turnUp',
		random:	1,
		speed:	300,
		timeout:4000
	});


});



