$(document).ready(function() {
	$('#myRoundabout').roundabout({
		 shape: 'figure8',
		 minOpacity: 1,
		 easing: 'easeInOutExpo'
	});
});
