$(document).ready(
  function(){
    $('#mainpage').innerfade({
      speed: 2000,
      timeout: 5250
    });
  }
);
