$(document).ready(function()
{
    $('#screenCarousel').innerfade({
        //animationtype: 'slide',
        speed: 'slow',
        timeout: 10000,
        type: 'random',
        containerheight: '240px'
    });
});
