od47(document).ready(function()

{

od47('#obesity-table .table-container').hide();
	
if (window.location.hash) 
	{
		var thisTable = window.location.hash;
		od47('#obesity-table table' + thisTable +'').parent().show();
	} 

	od47('#sha-regions-map li a').click(function()
		{
			var href = od47(this).attr('href');
			od47('#obesity-table div:visible').hide();
			od47('#obesity-table table'+href+'').parent().fadeIn(300);
			// alert('#obesity-table table'+href+'');
		});
});
