
// Home page tips rotation

$(document).ready(function(){
	if(!$('#tips').length) return;
	$('#tips').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '197px'
	});
});
