$(document).ready(
	function(){
		$('.fade').innerfade({
			speed: 3000,
			timeout: 4500,
			type: 'random_start'
			
		});
});
