jQuery(document).ready( function($) {
	$('#right_side').cycle({
		'timeout':6000		
		})
});

