$(function(){
    $('#qwerty').load('http://www.best-sad.ru/js/qwerty.html', function() {
        // ...
    });
});
$(function(){
    $('#footniz').load('http://www.best-sad.ru/js/footniz.html', function() {
        // ...
    });
});
$(function(){
    $('#allhead').load('http://www.best-sad.ru/js/allhead.html', function() {
        // ...
    });
});


