
$(document).ready(
  function(){
    $('#firstimage').hide().fadeIn(3000);
    $('#fader').innerfade({
      speed: 3000,
      timeout: 6000,
      containerheight: 267
    });
  }
);

