$(function() {
  $('div#body').prepend($('#breadcrumbs'));
  $('.pagebar').after($('.category_description'));
});