	   $(document).ready(
				function(){
					$('#marquee').innerfade({
						animationtype: 'fade',
						speed: 750,
						timeout: 2000,
						type: 'random_start',
						runningclass: 'fader',
						containerheight: '40px'
					});

			});