(function ($) {
  $().ready(function () {
      $( " .sub-footer " ).insertAfter( $( " #main " ) );
    });
})(jQuery);