$(document).ready(
  function(){
    $('#homeimage').innerfade({
      speed: 3000,
      timeout: 2250
    });
  }
);
