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