    $.getJSON("agile_carousel_data.php", function(data) {
        $(document).ready(function(){
            $("#flavor_1").agile_carousel({
				transition_type:'fade',
                carousel_data: data,
                carousel_outer_height: 338,
                carousel_height: 338,
                slide_height: 338,
                carousel_outer_width: 451,
                slide_width: 451,
                transition_time: 900,
                timer: 6000,
                continuous_scrolling: true,
                control_set_1: "numbered_buttons",
                no_control_set: "hover_previous_button,hover_next_button"
            });
        });
    });

