$(function(){
    $('.ukr_net_kino').load('http://zdravoe.com/templates/informers/ukr_kino_file.html', function() {
    });
	
	$('.job-block').load('http://zdravoe.com/templates/informers/job_ukr_net.html', function() {
        // ...
    });
	$('.testoteka_ukr_net').load('http://zdravoe.com/templates/informers/testoteka_ukr_net.html', function() {
        // ...
    });
});

