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

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


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

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

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