$().ready(function() {
	$('#bio-home-slideshow').cycle({ 
		fx: 	'fade',
		speed:  'slow',
		timeout:8000,
		pager:	'#bio-home-slidenav'
	});	
	$('#publications .pub-items').cycle({ 
		fx: 	'fade',
		speed:  'slow',
		timeout: 10000		
	});
	/* $('ul.sf-menu').superfish(); */
});




