jQuery(document).ready(
	function(){
		jQuery('#events').innerfade({
			speed: 1000,
			timeout: 9000,
			type: 'sequence',
			containerheight: '120px'
		});
});