var selDate = new Date(); selDate.setHours(0,0,0,0); var endDate = new Date(); endDate.setMonth(endDate.getMonth() + 1); //Edit your site name here!! var urlPrefix = 'https://pendleton.evanced.info/signupadmin/'; //Add URL Parameters to the end of the filename here!! var fullUrl = urlPrefix + 'tinycal.aspx?ds=2012/01/01&de=2025/01/01&et=' //check for IE if (navigator.appVersion.indexOf("MSIE")!=-1) { //Use Microsoft XDR var xmlhttp = new XDomainRequest(); xmlhttp.on-load = function() { $('#divTinyCal').html(xmlhttp.responseText); } xmlhttp.open("GET", fullUrl, true); xmlhttp.send(); } else { $(document).ready(function () { $('#divTinyCal').load(fullUrl); }); }

             © Pendleton Community Public Library 2024
             Designed and hosted by Solutions4Ebiz