var j = jQuery.noConflict();

j(document).ready(function() {
	j("#body-right-twitter").getTwitter({
		userName: "directhosting",
		numTweets: 3,
		loaderText: "Loading tweets...",
		slideIn: true,
		showHeading: false,
		showProfileLink: false
	});
});