$(document).ready(
function(){
$('#t-top-test').innerfade({
animationtype: 'slide',
speed: 1000,
timeout: 5000,
type: 'random',
containerheight: '75px'
});


$('#t-list').innerfade({
animationtype: 'fade',
speed: 400,
timeout: 5000,
type: 'random',
containerheight: '105px'
});

$('#t-Pten').innerfade({
animationtype: 'fade',
speed: 750,
timeout: 4500,
type: 'random',
containerheight: '150px'
});

$('ul#t-ten').innerfade({
speed: 750,
timeout: 5000,
type: 'random',
containerheight: '150px'
});

});