$(document).ready(function() {
    $.getJSON("cms/web.php?menu=tweet", function(data) { createHitokoto(data, "2", "1"); }); // 社員の一言
    setupCalendar("1", "s"); // カレンダー
});

