  $(document).ready(
				function(){
					/*$('#news').innerfade({
						animationtype: 'slide',
						speed: 750,
						timeout: 2000,
						type: 'random',
						containerheight: '1em'
					});
					*/
					$('#leadstory_wrapper').innerfade({
						speed: 1000,
						timeout: 4000,
						type: 'sequence',
						containerheight: '225px'
					});
				/*	
					$('.fade').innerfade({
						speed: 1000,
						timeout: 6000,
						type: 'sequence',
						containerheight: '1.5em'
					});
					
					$('.adi').innerfade({
						speed: 'slow',
						timeout: 5000,
						type: 'random',
						containerheight: '150px'
					});
*/
			});
