if (typeof(LATEST_BASIC_SHORT_SKIN_JS) == 'undefined') // 한번만 실행
{
    var LATEST_BASIC_SHORT_SKIN_JS = true;

    $(document).ready(function() {
        $('.latest-date-short').each(function() {
            $(this).text($(this).text().substr(2)).css('color', $('.latest-subject-short a').css('color'));
            $(this).css('visibility', 'visible');
        });
    });
}

