$.getJSON("/themes/b365/slides.php", function(data) { $(document).ready(function(){ $("#flavor_2").agile_carousel({ carousel_data: data, carousel_outer_height: 340, carousel_height: 340, slide_height: 325, carousel_outer_width: 960, slide_width: 960, transition_time: 400, timer: 5000, continuous_scrolling: true, control_set_1: "numbered_buttons" }); }); });