$(document).ready(function(){ 
    /* Do nothing for now
    $("a.article_link,a.comment,a.backwards").click(function(){
        $(this).attr("target", "blank");
        $.post('/logging/');
    });
    */
});
