 jQuery(document).ready(function(){
	   

	  	jQuery("#twitter").getTwitter({
			userName: "MiltonsBaking",
			numTweets: 2,
			loaderText: "Loading tweets...",
			slideIn: false,
			slideDuration: 750,
			showHeading: true,
			headingText: "Follow Milton's on Twitter",
				showProfileLink: true,
				showTimestamp: true
			});
   });
   