$(function() {
 if($('#hsnav').length){ return }
 $('.scrollable').scrollable({ circular: true });
});

