$(document).ready(function(){

	$("div#tweet").tweet({
		username: "bobbydp",
		join_text: "auto",
		avatar_size: 0,
		count: 1,
		intro_text: null,                       // [string]   do you want text BEFORE your your tweets?
		outro_text: null,                       // [string]   do you want text AFTER your tweets?
		join_text:  null,                       // [string]   optional text in between date and tweet, try setting to "auto"
		loading_text: "loading tweets..."
	});
});
