﻿
$(document).ready(function(){
    $(".tweet").tweet({
        username: "bisping",
        join_text: "auto",
        avatar_size: 32,
        count: 3,
        auto_join_text_default: "i said,",
        auto_join_text_ed: "i",
        auto_join_text_ing: "i were",
        auto_join_text_reply: "i replied to",
        auto_join_text_url: "i were checking out",
        loading_text: "loading tweets..."
    });

    if (typeof($('.zoomImage').jqzoom) == 'function') {
        $('.zoomImage').jqzoom({
            zoomType: 'innerzoom',
            preloadImages: false,
            alwaysOn: false
        });
    }
});
