codice:
for(var i=start; i<=last; i++) {
    var istr = (i<10)? '0'+i : i;       
        carousel.addItem(.. &foto="+istr,...);
}