﻿(function ($) {
    $(function () {
        // For the Twitter stream on the sidebar
        $("#tweets").tweet({
            join_text: "auto",
            username: "WorcesterEnvCo",
            avatar_size: 48,
            count: 3,
            auto_join_text_default: "",
            auto_join_text_ed: "",
            auto_join_text_ing: "",
            auto_join_text_reply: "",
            auto_join_text_url: "",
            loading_text: "loading tweets..."
        });
    });
})(jQuery);

// Google +1
(function () {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
