$(function() {
    $('#main .Categoty div.Section:last-child').addClass('Last');
    /*$('a[href^="http"]').not('a[href^="http://localhost/"],a[href^="http://www.backlog.jp/"]').click(function(){
        window.open(this.href, '');
        return false;
    });*/
    $('a[href^="http"]').not('a[href^="http://localhost/"],a[href^="http://www.backlog.jp/"]').addClass('ExLink');
    $("#main a.ExLink").not("a:has(img)").wrapInner("<span></span>").append('<img src="/shared/img/icon_external.png" alt="" />');
});
