$(document).ready(
	function(){
		$('.fade1').innerfade({
			speed: 1500,
			timeout: 4000,
			type: 'random_start',
			containerheight: '95px'
		});
		
		$('.fade2').innerfade({
			speed: 1500,
			timeout: 4000,
			type: 'random_start',
			containerheight: '95px'
		});
		
});
