$(document).ready(function(){

$('#frontnav li:last-child').addClass('last');

$('#homefades ul').animatedinnerfade({
speed: 1000,
timeout: 13000,
type: 'sequence',
containerheight: '250px',
containerwidth: '499px',
animationSpeed: 25000,
animationtype: 'fade',
controlBox: 'none'
});

});
