$(document).ready(function(){  

				$(".twitter").tweet({
				username: "Gt1211",
				join_text: "auto",
				count: 6,
				auto_join_text_default: "",
				auto_join_text_ed: "",
				auto_join_text_ing: "we were",
				auto_join_text_reply: "we replied to",
				auto_join_text_url: "we were checking out",
				loading_text: "Hi, we're just loading your tweets, we'll just be a moment.  =]",
				});
				
				$("a.grouped_elements").fancybox({
				'titlePosition'  : 'over'
				});
				
});
