$(document).ready(function(){

    $("#stream").tweet({
        join_text: "auto",
        username: "omone",
        avatar_size: null,
        count: 7,
        auto_join_text_default: "", 
        intro_text: null,
        loading_text: "loading tweets..."/*,
        outro_text: '<img src="http://a3.twimg.com/profile_images/79560792/hire_me_xing_normal.jpg" alt="" /> <a href="http://twitter.com/omone/">Folge mir auf Twitter</a>',
        auto_join_text_ed: "we",
        auto_join_text_ing: "we were",
        auto_join_text_reply: "we replied",
        auto_join_text_url: "we were checking out",
        */
    });

    $('a.external').mouseover(function(){
    });

    $('a.external').click(function() {
        $('body').addClass('projectview');
        return false;
    });
});
