$(function(){
    $('#alphabet').load('http://doctortrav.ru/wp-content/themes/doctor/inc/alphabet.html', function() {
        // ...
    });
});
$(function(){
    $('#page-bar').load('http://doctortrav.ru/wp-content/themes/doctor/inc/page-bar.html', function() {
        // ...
    });
});
$(function(){
    $('#logo').load('http://doctortrav.ru/wp-content/themes/doctor/inc/logo.html', function() {
        // ...
    });
});
$(function(){
    $('#side-cats').load('http://doctortrav.ru/wp-content/themes/doctor/inc/side-cats.html', function() {
        // ...
    });
});
$(function(){
    $('#share_recept').load('http://doctortrav.ru/wp-content/themes/doctor/inc/share_recept.html', function() {
        // ...
    });
});
