var $j = jQuery.noConflict();

$j(function(){

  $j(".tweet").tweet({
            username: "centsiblestyle",
            count: 1,
            loading_text: "loading tweets..."
        });

});
