(typeof jQuery != "undefined")

function asGetCalendarList(divId, config, month) {
  $(function(){
    $("#" + divId).load("ascms/app/webroot/index.php/calendar_configs/get/" + config + "/" + month + "/" + divId);
  });
}

