// Iterate over all the category checkboxes
jQuery( document ).ready( function() {
	jQuery('form#editcat table.form-table:first').append(jQuery('#ice-cat tr'));
	jQuery('#ice-cat').remove();
	jQuery( 'form#addcat p.submit' ).before( jQuery( '#ice-cat-div' ) );
} );
