$(document).ready(function() {
	$('ul#myRoundabout').roundabout({
		 shape: 'tearDrop'
	});
}); 


