Orlęta present an exciting folk show, full of fun, dance, song, and theatre
');
// $('.load_more_cont').css('visibilty','hidden');
}
if (nextlink != undefined) {
$.get(nextlink, function(data) {
//alert(nextlink);
if($(data + ":contains('home_post_box')") != '') {
//alert('not found');
// $('.load_more_cont').remove();
$('#home_post_box_cont').append('
');
}
});
}
}
});
});