/* top.js */

$(function(){
  $("#transition").innerfade({
    animationtype: 'fade',
    speed: 'slow',
    timeout: '5000',
    type: 'sequence',
    containerheight: '400px'
  });
});


