jQuery(document).ready(function($){
	/* facebox: load the jQuery-Plugin */
	$('a[rel*=facebox]').facebox({opacity: 0.4});
	
	/* tweet!: load the jQuery-Plugin */
	$(".tweet").tweet({
            username: "happyduffman",
            join_text: "auto",
            avatar_size: 0,
            count: 6,
            auto_join_text_default: "I said,",
            auto_join_text_ed: "I",
            auto_join_text_ing: "I was",
            auto_join_text_reply: "I replied to",
            auto_join_text_url: "I was checking out",
            loading_text: "loading tweets..."
    });
});
