$(document).ready(function(){
	$(function(){
	$('.home .meerkat').meerkat({
		background: '#6ab5aa' ,
		height: '100%',
		width: '100%',
		position: 'bottom',
		dontShowAgain: '#enter',
		animationIn: 'none',
		animationOut: 'fade',
		animationSpeed: 800,
		timer: 12,
		removeCookie: '.reset'
	});
});
});
//animates the logo text
$(window).bind('load', function() {
$('#fulcrum').fadeIn(2000, function() {
	$('#balance').fadeIn(1000, function() {
		$('#plus1').fadeIn(1000, function () {
			$('#inner-flame').fadeIn(1500, function () {
				//$('#animation').fadeOut(2000)
				});
			});
		});
	});
});


