$(document).ready( function() {
	$('#rotate-names').innerfade( {
		speed :'slow',
		timeout :4000,
		type :'sequence'
	});
	$('.view-content-hp-banner div.item-list ul').innerfade( {
		speed :'slow',
		timeout :5000,
		type :'sequence',
		containerheight :'100px'
	});
	$('.fade').innerfade( {
		speed :'slow',
		timeout :1000,
		type :'sequence',
		containerheight :'1.5em'
	});
});
