function submitForm()
{
  document.forma.submit();
}

function submitFormx()
{
  document.formax.submit();
}

function getStats(year, gender) {
	
	//$.get("../../ajax/get.php", { year: year } );
	$(".aboutNamesRight").load('../../ajax/get.php', { year : year, gender : gender});
	//$(".aboutNamesRight").html("Thanks for rating, current average: ");


	
}
