
$(function(){
    $('#isra').load('http://da-med.ru/isra.html', function() {
        // ...
    });
});

$(function(){
    $('#isr').load('http://da-med.ru/isr.html', function() {
        // ...
    });
});


