// RyanFeyer.com
$(document).ready(function(){
	$('ul').roundabout({
		shape: 'waterWheel',
		minOpacity: -1.3,
		duration: 300,
		easing: 'easeOutCubic'
	});
});