$(document).ready(
function(){
$('#news').innerfade({
animationtype: 'slide',
speed: 0,
timeout: 5000,
type: 'random',
containerheight: '1em'
});

$('ul#portfolio').innerfade({
speed: 2000,
timeout: 4000,
type: 'random',
containerheight: '100px'
});
});
