$(document).ready(
function(){
$('.imagefader').innerfade({
type: "random",
animationtype: "fade",
speed: "slow",
timeout: 2000,
containerheight: 100,
children: '.fadeEl'
});
});