$(document).ready(function(){
    // 
    // function sortList( key ) {
    // 
    //     var items = $('.artists ' + key);
    // 
    //     if( !items.length > 0 ) { return; }
    // 
    //     items.each(function(){
    //         $(this)
    //             .remove()
    //             .prependTo('.artists');
    //     });
    // 
    // }

});
