	   $(document).ready(
			function(){
				$('#newsslider').innerfade({
					animationtype: 'slide',
					speed: 750,
					timeout: 9000,
					type: 'sequence',
					containerheight: 'auto'
					});
			});
