$(document).ready(
function(){
$('div#imagerotate').innerfade({
animationtype: 'fade',
speed: 'slow',
timeout: 4900,
type: 'sequence',
containerheight: '170px'
});
});

$(document).ready(
function(){
$('div#imagerotate2').innerfade({
animationtype: 'fade',
speed: 'slow',
timeout: 6100,
type: 'sequence',
containerheight: '170px'
});
});

$(document).ready(
function(){
$('div#imagerotate3').innerfade({
animationtype: 'fade',
speed: 'slow',
timeout: 5500,
type: 'sequence',
containerheight: '170px'
});
});


