$(document).ready(function(){ 
$('#who-we-work-with-logo')
.innerfade	({
animationtype: 'fade',
speed: 1000,
timeout: 3000,
type: 'random_start',
containerheight: '108px' 
});
});
	



