$(document).ready(function(){
  $("ul.organizations").cycle({
      fx:     'scrollLeft',
      speed:  400,
      duration: 3000
  });
});

