$(document).ready(function() {
	$('ul#headerphotos').innerfade({
		animationtype: 'fade',
		speed: 3000,
		timeout: 6000,
		type: 'random_start',
		containerheight: '125px'
	});
});


