window.addEvent('domready', function() {

  var $list = $$('ul.tagcloud');

  new Sortables($list); 
  
});