$('#testadi').change(function(){
    $.ajax({
        type: 'post',
        url: 'bolum_getir.php',
        data: 'CRM4101=' + $(this).val(),
        success: function(msg){
            $('#bolum_adi').empty();
            $('#bolum_adi').append(msg);
        }
    });
});
function bolum(testadi){...}

bu fonksiyonu da işlevsiz kılmış olduk eğer yukarıdakini yazarsan.