$(document).ready(function(){  
		$("#albums").tablesorter({sortList:[[0,0],[1,0]], widgets: ['zebra']});
		$("#artists").tablesorter({sortList:[[0,0],[1,0]], widgets: ['zebra']}); 
    });

