﻿$(document).ready(function() { 
	$('.category').biggerlink();
	$(".sortable").tablesorter({widgets: ['zebra']});
 }); 

