$(document).ready(function() {      
  $('#page.home #page-content').cycle({
    fx:'fade',timeout:7000,speed:1000
  });
});

