$(document).ready(function() {
    if($('#mainimages li').length > 1) {
        $('#mainimages').innerfade({
             speed: 2000,
             timeout: 4000,
             type: 'random_start'
        });
    }
});
