$(document).ready(function() 
    { 
        $("#articles").tablesorter(); 
    } 
);