	$(document).ready(function(){
			$('#photos').innerfade({
				speed: 750,
				timeout: 5000,
				type: 'random',
			});
	});