$(document).ready(function() {
	$("a.fancybox").fancybox();
	$(".tweet").tweet({
            username: "systemswatch",
            count: 1,
            loading_text: "loading tweets...",
			template: "{text}"
        });
});
