$(document).ready(function() {
			
		// setup ul.tabs to work as tabs for each div directly under div.panes 
		$("ul.tabs").tabs("div.panes > div",{
			initialIndex: 0
		 }); 
		
		
		 $(".tweet").tweet({
            username: "green17",
            join_text: null,
            avatar_size: null,
            count: 1,
            loading_text: "loading tweets..."
        });


});




