jQuery(function($) {
	if ($("#header-images ul li").length > 1) {
		$("#header-images ul").innerfade({
			type: 'random',
			speed: 3000,
			timeout: 5000,
			containerheight: '300px'
		});
	}
});
