function getCalendar(mo,yr) {

    new Ajax.Updater('minical', '/ajaxminical.php?month='+mo+'&year='+yr);

}