$(document).ready(function(){  

				$(".twitter").tweet({
				username: "EuroPatTest",
				join_text: "auto",
				count: 5,
				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.  =]",
				});
				
				$(window).bind("load", function() {
				$("div#mygalone").slideView({toolTip: false, ttOpacity: 0.5}) // ttOpacity can be 0.1 to 1.0
				});
});
