﻿var _agenda = new blok();

function init(){
    document.getElementById("agenda_blok").innerHTML = _agenda.get_now_blok();
}
function get_month(_month, _year){
    document.getElementById("agenda_blok").innerHTML = _agenda.get_blok(_month,_year);
}