function glosuj_humor(co,jak) {
    $.ajax({
        url: 'humor-glosuj.html',
        data: 'material='+co+'&glos='+jak,
        dataType: 'json',
        type: 'post',
        success: function (j) {
			alert(j.msg);
        }
    });
}

function glosuj_obrazy(co,jak) {
    $.ajax({
        url: 'obrazy-glosuj.html',
        data: 'material='+co+'&glos='+jak,
        dataType: 'json',
        type: 'post',
        success: function (j) {
			alert(j.msg);
        }
    });
}


function glosuj_audio(co,jak) {
    $.ajax({
        url: 'audio-glosuj.html',
        data: 'material='+co+'&glos='+jak,
        dataType: 'json',
        type: 'post',
        success: function (j) {
			alert(j.msg);
        }
    });
}

function glosuj_filmy(co,jak) {
    $.ajax({
        url: 'filmy-glosuj.html',
        data: 'material='+co+'&glos='+jak,
        dataType: 'json',
        type: 'post',
        success: function (j) {
			alert(j.msg);
        }
    });
}

function glosuj_gry(co,jak) {
    $.ajax({
        url: 'gry-online-glosuj.html',
        data: 'material='+co+'&glos='+jak,
        dataType: 'json',
        type: 'post',
        success: function (j) {
			alert(j.msg);
        }
    });
}
