$(document).ready( 
function(){
$('#ticker').innerfade({ 
animationtype: 'slide', speed: 'slow', timeout: 10000, type: 'sequence', containerheight: '15px'
});
$('.slideshow').innerfade({ 
animationtype: 'fade', speed: 1500, timeout: 6500, type: 'random', containerheight: '288px'
});
}); 
