// **** jquery.innerfade.js ****
			$(document).ready(
				function(){
					$('#ticker').innerfade({
						speed: 'slow',
						timeout: 3000,
						type: 'sequence',
						containerheight: '50px'
					});
				}
			);

