$(document).ready(function(){
$('#story').cycle({
		fx: 'fade',
		timeout: 8000
	});

	/*$(".topnav li").mouseover(function () { 
	$("[title]").tooltip({
	events: {
		tooltip: "mouseover,mouseout"}, position: "bottom center", opacity: 0.95});
	});	*/	
	
});
