/*$(document).ready(function(){get_count('HU');get_count('KZ');get_count('PP');get_count('KT');get_count('RP');get_count('SP');get_count('VO');get_count('FI');get_count('NT');});


function get_count(kuerzl)
{
	$.ajax({
		type: "POST",
		url: "http://" + window.location.hostname + "/ajax_php/get_ins_count.php",
		data: "s_tier="+kuerzl,
		dataType: "html",
		success: function(count){
			$("#anz_"+kuerzl).html("("+Number(count)+")");
		}
	});		
		return false;
}*/
