$(document).ready(function(){

    

   

    $('#eventCalendarMonth').jqueryCal({

        xmlPath: '',

        noEvents: 'no events',

        monthText: ' ',

        getXMLmonthly: true,

        toolTipBigPrev: "Last Year",

        toolTipSmallPrev: "Last Month",

        toolTipSmallNext: "Next Month",

        toolTipBigNext: "Next Year",

    });

})

