$(document).ready(
	function(){
		// Fade the tweets
		$('#tweetbackground').innerfade({
			speed: 750,
			timeout: 7500
		});
		
		// Determine if I know the person or not
		//var know = $('.know').html();
		//alert(know);
	}
); 
