$(document).ready(function(){
    if(!jQuery.support.opacity) {
        $(document).pngFix();
    }

    //$(".tooltip_link").tooltip({position: "center left", opacity: 0.7});

    $('.nofollow').click(function() {
        $('#main').load($(this).attr('href'));
        return false;
    });
});

