jQuery(function ($) {

$('#rotate').innerfade({ animationtype: 'fade', speed: 2000, timeout: 4000, type: 'random', containerheight: '264px' }); 
$('#headertext').innerfade({ animationtype: 'fade', speed: 2500, timeout: 4000, type: 'random', containerheight: '60px' });

} ); 
