$(document).ready(function() {

  $("#twitterdiv").getTwitter({
		userName:"thefunnyside",
		numTweets:1,
		loaderText:"Loading tweets...",
		slideIn:false,
		//slideDuration: 750,
		showHeading:true,
		headingText:"Latest Tweet:",
		showProfileLink:true,
		showTimestamp:true
   });
  
});
