			$(document).ready(function() {
				$("#twitter").getTwitter({
					userName: "culturaldissect",
					numTweets: 1,
					slideIn: true,
					slideDuration: 750,
					showHeading: true,
					headingText: "Latest Tweet",
					showProfileLink: true,
					showTimestamp: true
				});
			});