var count = 8; function init() { //иницализация слайдеров } $.get('modal_form.html', function(data){ $(data).insertBefore('.wrapper .load'); count--; if(!count) init() });