$(document).ready(function(){ 
	$('#jobs-rotate')
	.innerfade({
    animationtype: 'fade',
    speed: 0,
    timeout: 4000,
	type: 'random_start',
containerheight: '105px' 
});
	
	});
	



