$(function() {
  $("div#banner").innerfade({
        speed: 3000,
        timeout: 9000,
        containerheight: '265px'
      });
});

