$(document).ready(
 function(){
  $('.rotator').innerfade({
   speed: 800,
   timeout: 4000,
   containerheight: '120px'
  });
 }
);

$(document).ready(
 function(){
  $('.banner_rotator').innerfade({
   speed: 1000,
   timeout: 5000,
   containerheight: '305px'
  });
 }
);


