$(document).ready(
function()
{ 	

	updateMarket ();
	$('table[sortable=true]').each (
		function ()
		{
			
			$(this).tablesorter();
		}
	);
	$('input[pstrenght=true]').each (
		function ()
		{
			
			$(this).pstrength ();
		}
	);

} ); 
