$(document).ready(function(){
    $('#imageRoller').innerfade({
        speed: 1000,
        timeout: 8000,
        type: 'random_start',
        containerheight: '450px'
    });
});


