// Homepage Plugins

$(document).ready(function(){
	
	$('.rotating_images ul').innerfade({
		speed: 1000,
		timeout: 6000,
		type: 'sequence',
		containerheight: '55px'
	});
	
	
	$('#slideshow ul').innerfade({
		speed: 1000,
		timeout: 4000,
		type: 'sequence',
		containerheight: '207px'
	});
});
