$(document).ready(
	function(){
		$('.client').innerfade({
			speed: 1000,
			timeout: 7000,
			type: 'random',
			containerheight: '100px'
		});
});


$(document).ready(
	function(){
		$('.media').innerfade({
			speed: 1000,
			timeout: 7000,
			type: 'random',
			containerheight: '100px'
		});
});

