$(document).ready(function() {
    $('.tab_index')

	.cycle({
	fx: 'fade',
	timeout: 5000,
	speed: 1000,
	pause:   1,
	pager:  '.nov' 
	 
	});
});	
