/* tablesorter */
$(function() { 
	$("table.portfolioindex").tablesorter({ 
		widgets: ['zebra']
	}); 
})
