$(document).ready(function(){
    $(function(){
    $("div.foo").carousel();
    });
});



