/* JavaScript for Brothers and Sisters home page */

$(document).ready(function() {
	$('#fade_images').innerfade({ 
		animationtype: 'fade', 
		speed: 'slow', 
		timeout: 5000, 
		type: 'sequence', 
		containerheight: 'auto',
		runningclass: 'innerfade'
	});
});
