document.write("
");function calendar_nav_changeMonth(sDiv, sYear, sMonth) {var sURL = "http://calendrierplus.com/calendar_nav_remote.php?sdomain=ccsherbrooke";var oRequest = new Ajax.Request(sURL, { asynchronous: false, onComplete : function(p_oRequest) {var oContainer = document.getElementById("calendar_nav_container");oContainer.innerHTML = p_oRequest.responseText;},onException : function(p_oRequest, p_oException) { throw p_oException; },onLoaded : function() {}});}