
function sortableHook(){$("#sort_forum").sortable({opacity:0.5,placeholder:"forum-ui-selected",delay:10,stop:function(e,ui){var tmp=$(this).sortable('toArray');$.cookie('wemotor_sort_forum',tmp,{expires:365});}});}
