$(document).ready(function(){

	$('.animationWrap').innerfade({ 
			animationtype:  'fade', 
			speed:  1500, 
			timeout:  7000, 
			type:  'sequence' 
			 });

});

