This is the jquery-background-slideshow plugin

It

Usage:

$.backgroundSlideshow({
    delay: 10000, // delay between images in seconds, defaults to 5000
    transitionDuration: 3000,
    onBeforeTransition: callbackBeforeShowingAnImage, // optional
    onAfterTransition: callbackAfterShowingAnImage, // optional
    images: ["image1.jpg", "image2.jpg", "image3.jpg"]
})

GitHub repository