$(document).ready(function(){
	
$('.fade').innerfade({
	animationtype: 'fade',
	speed: 750,
	timeout: 5000
});

});
