jQuery(function(){
    var el = jQuery('#SideBar');
    el.html(el.html().replace(/年/ig, "년"));
    el.html(el.html().replace(/月/ig, "월"));
})


