// JavaScript Document

$(document).ready(
		function(){
			$('#tagline').innerfade({
				animationtype: 'fade',
				speed: 'slow',
				timeout: 9000,
				type: 'random',
				containerheight: '217px'
			});
		}
	);
