jQuery.noConflict();
jQuery(document).ready(function() {
  jQuery('ul#example-figure8').roundabout({
	 shape: 'lazySusan'
  });
});

