(function ($) {
    $(function () {
        $("div.cj_image_flipbox_block").cjImageFlipBox({
            debug: false
        });
        $(".lastTweets").tweet({
            username: "chocofestgram",
            count: 3,
            loading_text: "Carregando"
        });
    });
})(jQuery);
function startConversation(url) {
    popupWindow = window.open(url, 'popUpWindow', 'height=500,width=400,left=100,top=100,resizable=yes,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=yes')
}
