$(document).ready(function ()
{
	$(".show_counters").click(function ()
	{
		$(".counters").hid_vis();
	});
});
