//on ready
$(document).ready(function() {

/*
$(".list").tablesorter(
	{sortList: [[1,1]], widgets: ['zebra']}
);
*/
$('.list tr').biggerlink();

//end on ready
});