$(function($){
    
    $("#custom-specials-twitter-content").tweet({
        username: "summerbreeze97",
        join_text: "auto",
        avatar_size: 32,
        count: 6,
        auto_join_text_default: "summerbreeze97",
        auto_join_text_ed: "summerbreeze97",
        auto_join_text_ing: "summerbreeze97",
        auto_join_text_reply: "summerbreeze97 replied to",
        auto_join_text_url: "summerbreeze97",
        loading_text: "loading tweets..."
    }).bind("loaded",function(){$(this).find("a").attr("target","_blank");});
    
}); 
