/* top.js */

$(function(){
  $("#transition").innerfade({
    animationtype: 'fade',
    speed: 'slow',
    timeout: '7000',
    type: 'sequence',
    containerheight: '413px'
  });
$('.entries>li:last-child').addClass('last-child');
});

