// jquery tweet config for home page
    $(document).ready(function(){							   
        $(".tweet").tweet({
            username: ["friendly_music", "rumblefish_inc", "iampaulanthony"],
            join_text: "auto",
            avatar_size: 32,
            count: 4,
			fetch: 4,
            auto_join_text_default: "said,",
            auto_join_text_ed: "we",
            auto_join_text_ing: "we were",
            auto_join_text_reply: "we replied to",
            auto_join_text_url: "we were checking out",
            loading_text: "Loading tweets...",
			template: "{avatar} {screen_name} {join} {text}",
        });
		
    });

