function chmurkaGlosuj(user, chmurka, glos )
{
	$.get('/ajax.php?user='+ user +'&chmurka=' + chmurka + '&glos=' + glos , function(response) {
		$('#chmurka_' + chmurka).html(response);
	});
}
