//image rotations on stories		
$(document).ready(function() {
	$('#s2').cycle({
		fx:     'fade',
		speed:  'normal',
		timeout: 10000,
		next:   '#next2',
		prev:   '#prev2'
	});
});