/* Configuration file to fade Twitter updates in and out. */
$(document).ready(
	function(){
		
		$('ul.twitter').innerfade({
			speed: 1000,
			timeout: 8000,
			type: 'sequence',
			containerheight: '75px'
		});

	});
