$(document).ready(function() {
				$("#twitter").getTwitter({
					userName: "designsheffield",
					numTweets: 3,
					loaderText: "Loading tweets...",
					slideIn: false,
					slideDuration: 750,
					showHeading: true,
					headingText: "",
					//showProfileLink: true,
					showTimestamp: true
					
					
					
					
					
				});
				
				
				
				
				
			});
		
	
	
$(function(){	
$('.post').find('p:first').addClass('intro');
});

