$(function() {
    $('#topnews').innerfade({
        animationtype: 'slide',
        speed: 650,
        timeout: 2500,
        type: 'random',
        containerheight: '1em'
    });
}); 
