$(document).ready(CurrencyInit);
function CurrencyInit()
{
	$('table.currency').tablesorter(
	{
		sortList:[[0,0]],
		widgets: ['zebra']
	});
	
}
