$(document).ready(
				function(){		
					$('ul#flash').innerfade({
						speed: 1000,
						timeout: 4500,
						type: 'sequence',
						containerheight: '295px' 
					});
					
					$('.fade').innerfade({
						speed: 1000,
						timeout: 6000,
						type: 'random_start',
						containerheight: '1.5em'
					});										
			});