
    <script type='text/javascript'>
    jQuery(document).ready(function() {
        jQuery('#calendar').fullCalendar({
            header: {
                left: 'prev,next today',
                center: 'title',
                right: 'month,agendaWeek,agendaDay'
            },
            titleFormat: {
                month: ' MMMM yyyy',                                // September 2009
                week: "MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}",      // Sep 7 - 13 2009
                day: 'dddd, MMM d, yyyy'                            // Tuesday, Sep 8, 2009
            },
            editable: false,
            weekends: true,
            timeFormat: 'h:mm{-h:mmtt }',
            axisFormat: 'h:mm{-h:mmtt }',
                        firstDay: 1,
            slotMinutes: 15,
            defaultView: 'month',
            minTime: 8,

            maxTime: 20,
            monthNames: ["January","February","March","April","May","June","July", "August", "September", "October", "November", "December" ],
            monthNamesShort: ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],
            dayNames: ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],
            dayNamesShort: ["Sun","Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
            buttonText: {
                today: "Today",
                day: "Day",
                week:"Week",
                month:"Month"
            },
            selectable: false,
            selectHelper: false,
            select: function(start, end, allDay) {
                    jQuery('#AppFirstModal').show();
                },

            events: [
                                        {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 4, 27, 07, 00),
                            end: new Date(2023, 4, 27, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 4, 27, 10, 00),
                            end: new Date(2023, 4, 27, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 4, 27, 13, 00),
                            end: new Date(2023, 4, 27, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 4, 28, 07, 00),
                            end: new Date(2023, 4, 28, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 4, 28, 10, 00),
                            end: new Date(2023, 4, 28, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 4, 28, 13, 00),
                            end: new Date(2023, 4, 28, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 4, 29, 07, 00),
                            end: new Date(2023, 4, 29, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 4, 29, 10, 00),
                            end: new Date(2023, 4, 29, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 4, 29, 13, 00),
                            end: new Date(2023, 4, 29, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 5, 03, 07, 00),
                            end: new Date(2023, 5, 03, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 5, 03, 10, 00),
                            end: new Date(2023, 5, 03, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 5, 03, 13, 00),
                            end: new Date(2023, 5, 03, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Michael Henry",
							/* End of hack */
                            start: new Date(2023, 5, 04, 07, 00),
                            end: new Date(2023, 5, 04, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 5, 04, 10, 00),
                            end: new Date(2023, 5, 04, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Lori Grinde",
							/* End of hack */
                            start: new Date(2023, 5, 04, 13, 00),
                            end: new Date(2023, 5, 04, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Patti Wrycha",
							/* End of hack */
                            start: new Date(2023, 5, 10, 07, 00),
                            end: new Date(2023, 5, 10, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 5, 10, 10, 00),
                            end: new Date(2023, 5, 10, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 5, 10, 13, 00),
                            end: new Date(2023, 5, 10, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Michael Henry",
							/* End of hack */
                            start: new Date(2023, 5, 11, 07, 00),
                            end: new Date(2023, 5, 11, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Donna Stone",
							/* End of hack */
                            start: new Date(2023, 5, 11, 10, 00),
                            end: new Date(2023, 5, 11, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Cheryl Leinss",
							/* End of hack */
                            start: new Date(2023, 5, 11, 13, 00),
                            end: new Date(2023, 5, 11, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Donna Stone",
							/* End of hack */
                            start: new Date(2023, 5, 17, 07, 00),
                            end: new Date(2023, 5, 17, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Joan Karls",
							/* End of hack */
                            start: new Date(2023, 5, 17, 10, 00),
                            end: new Date(2023, 5, 17, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Dan Engstrand",
							/* End of hack */
                            start: new Date(2023, 5, 17, 13, 00),
                            end: new Date(2023, 5, 17, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Donna Stone",
							/* End of hack */
                            start: new Date(2023, 5, 18, 07, 00),
                            end: new Date(2023, 5, 18, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Joan Karls",
							/* End of hack */
                            start: new Date(2023, 5, 18, 10, 00),
                            end: new Date(2023, 5, 18, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Mike Krohn",
							/* End of hack */
                            start: new Date(2023, 5, 18, 13, 00),
                            end: new Date(2023, 5, 18, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 5, 24, 07, 00),
                            end: new Date(2023, 5, 24, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jack Grzesik",
							/* End of hack */
                            start: new Date(2023, 5, 24, 10, 00),
                            end: new Date(2023, 5, 24, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Richard Lower",
							/* End of hack */
                            start: new Date(2023, 5, 24, 13, 00),
                            end: new Date(2023, 5, 24, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 5, 25, 07, 00),
                            end: new Date(2023, 5, 25, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 5, 25, 10, 00),
                            end: new Date(2023, 5, 25, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Dale Kinney",
							/* End of hack */
                            start: new Date(2023, 5, 25, 13, 00),
                            end: new Date(2023, 5, 25, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Michael Henry",
							/* End of hack */
                            start: new Date(2023, 6, 01, 07, 00),
                            end: new Date(2023, 6, 01, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Lori Grinde",
							/* End of hack */
                            start: new Date(2023, 6, 01, 10, 00),
                            end: new Date(2023, 6, 01, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Richard Lower",
							/* End of hack */
                            start: new Date(2023, 6, 01, 13, 00),
                            end: new Date(2023, 6, 01, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Dan Engstrand",
							/* End of hack */
                            start: new Date(2023, 6, 02, 07, 00),
                            end: new Date(2023, 6, 02, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 6, 02, 10, 00),
                            end: new Date(2023, 6, 02, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 6, 02, 13, 00),
                            end: new Date(2023, 6, 02, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 6, 04, 07, 00),
                            end: new Date(2023, 6, 04, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 6, 04, 10, 00),
                            end: new Date(2023, 6, 04, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 6, 04, 13, 00),
                            end: new Date(2023, 6, 04, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Michael Henry",
							/* End of hack */
                            start: new Date(2023, 6, 08, 07, 00),
                            end: new Date(2023, 6, 08, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Dan Engstrand",
							/* End of hack */
                            start: new Date(2023, 6, 08, 10, 00),
                            end: new Date(2023, 6, 08, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Richard Lower",
							/* End of hack */
                            start: new Date(2023, 6, 08, 13, 00),
                            end: new Date(2023, 6, 08, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Kevin Seegert",
							/* End of hack */
                            start: new Date(2023, 6, 09, 07, 00),
                            end: new Date(2023, 6, 09, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 6, 09, 10, 00),
                            end: new Date(2023, 6, 09, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 6, 09, 13, 00),
                            end: new Date(2023, 6, 09, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 6, 15, 07, 00),
                            end: new Date(2023, 6, 15, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 6, 15, 10, 00),
                            end: new Date(2023, 6, 15, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 6, 15, 13, 00),
                            end: new Date(2023, 6, 15, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 6, 16, 07, 00),
                            end: new Date(2023, 6, 16, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Joan Karls",
							/* End of hack */
                            start: new Date(2023, 6, 16, 10, 00),
                            end: new Date(2023, 6, 16, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 6, 16, 13, 00),
                            end: new Date(2023, 6, 16, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Michael Henry",
							/* End of hack */
                            start: new Date(2023, 6, 22, 07, 00),
                            end: new Date(2023, 6, 22, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Mike Krohn",
							/* End of hack */
                            start: new Date(2023, 6, 22, 10, 00),
                            end: new Date(2023, 6, 22, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 6, 22, 13, 00),
                            end: new Date(2023, 6, 22, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Patti Wrycha",
							/* End of hack */
                            start: new Date(2023, 6, 23, 07, 00),
                            end: new Date(2023, 6, 23, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Mark Mergenthaler",
							/* End of hack */
                            start: new Date(2023, 6, 23, 10, 00),
                            end: new Date(2023, 6, 23, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 6, 23, 13, 00),
                            end: new Date(2023, 6, 23, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Michael Henry",
							/* End of hack */
                            start: new Date(2023, 6, 29, 07, 00),
                            end: new Date(2023, 6, 29, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Joan Karls",
							/* End of hack */
                            start: new Date(2023, 6, 29, 10, 00),
                            end: new Date(2023, 6, 29, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 6, 29, 13, 00),
                            end: new Date(2023, 6, 29, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 6, 30, 07, 00),
                            end: new Date(2023, 6, 30, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 6, 30, 10, 00),
                            end: new Date(2023, 6, 30, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 6, 30, 13, 00),
                            end: new Date(2023, 6, 30, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 7, 05, 07, 00),
                            end: new Date(2023, 7, 05, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 7, 05, 10, 00),
                            end: new Date(2023, 7, 05, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 7, 05, 13, 00),
                            end: new Date(2023, 7, 05, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 7, 06, 07, 00),
                            end: new Date(2023, 7, 06, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 7, 06, 10, 00),
                            end: new Date(2023, 7, 06, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 7, 06, 13, 00),
                            end: new Date(2023, 7, 06, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Cheryl Leinss",
							/* End of hack */
                            start: new Date(2023, 7, 12, 07, 00),
                            end: new Date(2023, 7, 12, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "sharon fish",
							/* End of hack */
                            start: new Date(2023, 7, 12, 10, 00),
                            end: new Date(2023, 7, 12, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 7, 12, 13, 00),
                            end: new Date(2023, 7, 12, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Michael Henry",
							/* End of hack */
                            start: new Date(2023, 7, 13, 07, 00),
                            end: new Date(2023, 7, 13, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 7, 13, 10, 00),
                            end: new Date(2023, 7, 13, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Allen Faber",
							/* End of hack */
                            start: new Date(2023, 7, 13, 13, 00),
                            end: new Date(2023, 7, 13, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Michael Henry",
							/* End of hack */
                            start: new Date(2023, 7, 19, 07, 00),
                            end: new Date(2023, 7, 19, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Mark Mergenthaler",
							/* End of hack */
                            start: new Date(2023, 7, 19, 10, 00),
                            end: new Date(2023, 7, 19, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 7, 19, 13, 00),
                            end: new Date(2023, 7, 19, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "sharon fish",
							/* End of hack */
                            start: new Date(2023, 7, 20, 07, 00),
                            end: new Date(2023, 7, 20, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 7, 20, 10, 00),
                            end: new Date(2023, 7, 20, 00, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Lori Grinde",
							/* End of hack */
                            start: new Date(2023, 7, 20, 13, 00),
                            end: new Date(2023, 7, 20, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 7, 26, 07, 00),
                            end: new Date(2023, 7, 26, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 7, 26, 10, 00),
                            end: new Date(2023, 7, 26, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Kevin Seegert",
							/* End of hack */
                            start: new Date(2023, 7, 26, 13, 00),
                            end: new Date(2023, 7, 26, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 7, 27, 07, 00),
                            end: new Date(2023, 7, 27, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 7, 27, 10, 00),
                            end: new Date(2023, 7, 27, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 7, 27, 13, 00),
                            end: new Date(2023, 7, 27, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 8, 02, 07, 00),
                            end: new Date(2023, 8, 02, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 02, 10, 00),
                            end: new Date(2023, 8, 02, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 8, 02, 13, 00),
                            end: new Date(2023, 8, 02, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "sharon fish",
							/* End of hack */
                            start: new Date(2023, 8, 03, 07, 00),
                            end: new Date(2023, 8, 03, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 03, 10, 00),
                            end: new Date(2023, 8, 03, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 03, 13, 00),
                            end: new Date(2023, 8, 03, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Michael Henry",
							/* End of hack */
                            start: new Date(2023, 8, 09, 07, 00),
                            end: new Date(2023, 8, 09, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 09, 10, 00),
                            end: new Date(2023, 8, 09, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 8, 09, 13, 00),
                            end: new Date(2023, 8, 09, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 10, 07, 00),
                            end: new Date(2023, 8, 10, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Kevin Seegert",
							/* End of hack */
                            start: new Date(2023, 8, 10, 10, 00),
                            end: new Date(2023, 8, 10, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 8, 10, 13, 00),
                            end: new Date(2023, 8, 10, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Michael Henry",
							/* End of hack */
                            start: new Date(2023, 8, 16, 07, 00),
                            end: new Date(2023, 8, 16, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 16, 10, 00),
                            end: new Date(2023, 8, 16, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 16, 13, 00),
                            end: new Date(2023, 8, 16, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Patti Wrycha",
							/* End of hack */
                            start: new Date(2023, 8, 17, 07, 00),
                            end: new Date(2023, 8, 17, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 17, 10, 00),
                            end: new Date(2023, 8, 17, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 17, 13, 00),
                            end: new Date(2023, 8, 17, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 23, 07, 00),
                            end: new Date(2023, 8, 23, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 23, 10, 00),
                            end: new Date(2023, 8, 23, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 23, 13, 00),
                            end: new Date(2023, 8, 23, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 24, 07, 00),
                            end: new Date(2023, 8, 24, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 24, 10, 00),
                            end: new Date(2023, 8, 24, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 24, 13, 00),
                            end: new Date(2023, 8, 24, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Michael Henry",
							/* End of hack */
                            start: new Date(2023, 8, 30, 07, 00),
                            end: new Date(2023, 8, 30, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 30, 10, 00),
                            end: new Date(2023, 8, 30, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Unfilled",
							/* End of hack */
                            start: new Date(2023, 8, 30, 13, 00),
                            end: new Date(2023, 8, 30, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#FFFFFF",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 8, 04, 07, 00),
                            end: new Date(2023, 8, 04, 10, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Lori Grinde",
							/* End of hack */
                            start: new Date(2023, 8, 04, 10, 00),
                            end: new Date(2023, 8, 04, 13, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                             /* Start of hack */
                            /*title: "Booked",*/
							title: "Jim Gehrke",
							/* End of hack */
                            start: new Date(2023, 8, 04, 13, 00),
                            end: new Date(2023, 8, 04, 16, 00),
                            allDay: false,
							/*Start of hack*/
                            /*backgroundColor : "#1FCB4A",*/
							backgroundColor : "#a4c0df",
							/*End of hack*/
                            textColor: "black",
                        },                         {
                        }
            ]
        });

        //jQuery UI date picker on modal for
        //document.addnewappointment.appdate.value = jQuery.datepicker.formatDate('', new Date());
        /*jQuery(function(){
            jQuery("#datepicker").datepicker({
                inline: true,
                minDate: 0,
                altField: '#alternate',
                firstDay: ,
                //beforeShowDay: unavailable,
                onSelect: function(dateText, inst) {
                    var dateAsString = dateText;
                    var seleteddate = jQuery.datepicker.formatDate('', new Date(dateAsString));
                    var seleteddate2 = jQuery.datepicker.formatDate('dd-mm-yy', new Date(dateAsString));
                    document.addnewappointment.appdate.value = seleteddate;
                },
            });
            //jQuery( "#datepicker" ).datepicker( jQuery.datepicker.regional[ "af" ] );
        });*/

        //Modal Form Works - show frist modal
        jQuery('#addappointment').click(function(){
		    /*Start of hack*/
            /*var todaydate = jQuery.fullCalendar.formatDate(new Date(),'dd-MM-yyyy');*/
			var todaydate = jQuery.fullCalendar.formatDate(new Date(),'MMMM d, yyyy'); /*hack was dd-MM-yyyy */
			/*End of hack*/
            jQuery('#appdate').val(todaydate);
            jQuery('#AppFirstModal').show();
        });

        //hide modal
        jQuery('#close').click(function(){
            jQuery('#AppFirstModal').hide();
        });

        //AppFirstModal Validation
        jQuery('#next1').click(function(){
            jQuery(".apcal-error").hide();
            if(jQuery('#service').val() == 0) {
                jQuery("#service").after("<span class='apcal-error'><br><strong>Select any service.</strong></span>");
                return false;
            }
            var ServiceId =  jQuery('#service').val();
            var AppDate =  jQuery('#appdate').val();
            var SecondData = "ServiceId=" + ServiceId + "&AppDate=" + AppDate;
            jQuery('#loading1').show(); // loading button onclick next1 at first modal
            jQuery('#next1').hide();    // hide next button
            jQuery.ajax({
            dataType : 'html',
            type: 'GET',
            url : location.href,
            cache: false,
            data : SecondData,
            complete : function() {  },
            success: function(data) {
                    data = jQuery(data).find('div#AppSecondModal');
                    jQuery('#loading1').hide();
                    jQuery('#AppFirstModal').hide();
                    jQuery('#AppSecondModalDiv').show();
                    jQuery('#AppSecondModalDiv').html(data);
                }
            });
        });

        //Second Modal form validation
        jQuery('#booknowapp').click(function(){
            jQuery(".apcal-error").hide();
            var start_time = jQuery('input[name=start_time]:radio:checked').val();
            if(!start_time) {
                jQuery("#selecttimediv").after("<span class='apcal-error'><br><strong>Select any time.</strong></span>");
                return false;
            }

            if( !jQuery('#clientname').val() ) {
                jQuery("#clientname").after("<span class='apcal-error'><br><strong>Name required.</strong></span>");
                return false;
            } else if(!isNaN( jQuery('#clientname').val() )) {
                jQuery("#clientname").after("<span class='apcal-error'><p><strong>Invalid name.</strong></p></span>");
                return false;
            }

            var regex = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
            if( !jQuery('#clientemail').val() ) {
                jQuery("#clientemail").after("<span class='apcal-error'><br><strong>Email required.</strong></span>");
                return false;
            } else {
                if(regex.test(jQuery('#clientemail').val()) == false ) {
                    jQuery("#clientemail").after("<span class='apcal-error'><p><strong>Invalid Email.</strong></p></span>");
                    return false;
                }
            }

            if( !jQuery('#clientphone').val() ) {
                jQuery("#clientphone").after("<span class='apcal-error'><br><strong>Phone required.</strong></span>");
                return false;
            } else if(isNaN( jQuery('#clientphone').val() )) {
                jQuery("#clientphone").after("<span class='apcal-error'><p><strong>Invalid phone number.</strong></p></span>");
                return false;
            }
        });

        //back button show first modal
        jQuery('#back').click(function(){
            jQuery('#AppFirstModal').show();
            jQuery('#AppSecondModal').hide();
        });
    });


    //Modal Form Works
    function Backbutton() {
        jQuery('#AppFirstModal').show();
        jQuery('#AppSecondModalDiv').hide();
        jQuery('#next1').show();
    }

    //validation on second modal form submissions
    function CheckValidation() {
        jQuery(".apcal-error").hide();
        var start_time = jQuery('input[name=start_time]:radio:checked').val();
        if(!start_time) {
            jQuery("#selecttimediv").after("<p style='width:21.875rem; padding:2px;' class='apcal-error'><strong>Select any time.</strong></p>");
            return false;
        }

        if( !jQuery('#clientname').val() ) {
            jQuery("#clientname").after("<span class='apcal-error'><br><strong>Name required.</strong></span>");
            return false;
        } else if(!isNaN( jQuery('#clientname').val() )) {
            jQuery("#clientname").after("<span class='apcal-error'><br><strong>Invalid Name</strong></span>");
            return false;
        }

        var regex = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
        if( !jQuery('#clientemail').val() ) {
            jQuery("#clientemail").after("<span class='apcal-error'><br><strong>Email required.</strong></span>");
            return false;
        } else {
            if(regex.test(jQuery('#clientemail').val()) == false ) {
                jQuery("#clientemail").after("<span class='apcal-error'><br><strong>Invalid Email</strong></span>");
                return false;
            }
        }

       /* adjusted validation to make the phone not required as a hack */
        if( !jQuery('#clientphone').val() ) {
            /*jQuery("#clientphone").after("<span class='apcal-error'><br><strong>Phone required.</strong></span>");
            return false;*/
        } else if(isNaN( jQuery('#clientphone').val() )) {
            jQuery("#clientphone").after("<span class='apcal-error'><br><strong>Invalid phone number.</strong></span>");
            return false;
        }

        var ServiceId = jQuery('#serviceid').val();
        var AppDate = jQuery('#appointmentdate').val();
        var  ServiceDuration =  jQuery('#serviceduration').val();
        var StartTime = jQuery('input[name=start_time]:radio:checked').val();
        var Client_Name =  jQuery('#clientname').val();
        var Client_Email =  jQuery('#clientemail').val();
        var Client_Phone =  jQuery('#clientphone').val();
        var Client_Note =  jQuery('#clientnote').val();
        var currenturl = jQuery(location).attr('href');
        var SecondData = "ServiceId=" + ServiceId + "&AppDate=" + AppDate + "&StartTime=" + StartTime + '&Client_Name=' + Client_Name +'&Client_Email=' + Client_Email +'&Client_Phone=' + Client_Phone +'&Client_Note=' + Client_Note+'&Service_Duration=' + ServiceDuration;
        var currenturl = jQuery(location).attr('href');
        var url = currenturl;
        jQuery('#loading2').show();     // loading button onclick next1 at first modal
        jQuery('#buttonbox').hide();    // loading button onclick book now at first modal
        jQuery.ajax({
            dataType : 'html',
            type: 'POST',
            url : url,
            cache: false,
            data : SecondData,
            complete : function() {  },
            success: function() {
                jQuery('#AppSecondModalDiv').hide();
				<!--Start of hack-->
                alert("Thank you for scheduling appointment with us. A confirmation mail will be forward to you soon after admin approval.");
				<!--End of hack-->
                var currenturl = jQuery(location).attr('href');
                var url = currenturl.replace("#","");
                window.location = url;
            }
        });
    }
    </script>
    <style type='text/css'>
    .apcal-error{
        color: #FF0000;
    }
    </style>
	
	<!-- The following div holds the times to and days to volunteer for ..... This is a hack -->
    <div class="days-times" style="color:#C07F74;font-weight:bold;font-size:1rem;">
	Boat landing inspections are scheduled for Saturdays and Sundays, beginning May 27.<br />
Time slots are 3 hours, beginning and ending at these times: <u>7-10am</u>, <u>10am-1pm</u>, <u>1-4pm</u></u>.
Boat landing inspections are also conducted on Memorial Day, Monday May 29th, Tuesday July 4th and Labor Day, Monday Sept. 4th.<br />
      <h5><a href="?page_id=423" style="color:#980208; font-size:1rem;">View boat landing inspection schedule</a></h5>
	</div>
	<!-- End hack -->

    <!---Display Booking Instruction--->
    	
	<!--Content to show if not loged in.-->
    <div id="alt-content" style="margin-bottom:0.625rem;">
     <h5><a href="?page_id=434" style="color:#980208">Login</a> to choose your boat landing commitment.&nbsp;&nbsp;&nbsp;<a href="?page_id=432" style="color:#980208">Register</a> with Crescent Lake Association.</h5>
    </div>
	<!-- End of hack -->

    <!---Schedule New Appointment Button--->
    <!--<div id="bkbtndiv" align="center" style="padding:5px;">
        <button name="addappointment" class="apcal_btn apcal_btn-primary apcal_btn-large" type="submit" id="addappointment">
            <strong></strong><i class="icon-calendar icon-white"></i>
                Schedule New Appointment            </strong>
        </button>
    </div>-->
	
	<!-- Color Legend This is the start of a hack -->
	<div style="height:3.1rem;width:19rem;margin: 0 auto;">
	 
	 <div class="legend-left" style="width:20rem;float:left;">
	 <div style="height:1.25rem;width:2.5rem;background-color:#94CF9D;margin-bottom:0.125rem;float:left;border: 1px solid #000000;">
	 </div>
	 <div style="height:1.25rem;float:left;">&nbsp;=&nbsp;Approved&nbsp;&nbsp;&nbsp;
	 </div>
	 <div style="height:1.25rem;width:2.5rem;background-color:#F6D4D4;margin-bottom:0.125rem;float:left;border: 1px solid #000000;">
	 </div>
	 <div style="height:1.25rem;float:left;">&nbsp;=&nbsp;Pending&nbsp;
	 </div>
	 </div>
	 
	 <div class="legend-right" style="width:20rem;float:left;">
	 <div style="height:1.25rem;width:2.5rem;background-color:#ffffff;margin-bottom:0.125rem;float:left;border: 1px solid #000000;">
	 </div>
	 <div style="height:1.25rem;float:left;">&nbsp;=&nbsp;Unfilled&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
	 </div>
	 <div style="height:1.25rem;width:2.5rem;background-color:#a4c0df;margin-bottom:0.125rem;float:left;border: 1px solid #000000;">
	 </div>
	 <div style="height:1.25rem;float:left;">&nbsp;=&nbsp;Completed&nbsp;
	 </div>
	 </div>
	 </div><br />
	 <!-- End of hack -->

    <!---Show appointment calendar--->
    <div id='calendar'>
        <div align="right">Appointment Calendar Powered By: <a href="http://appointzilla.com/" title="Appointment Scheduling plugin for Wordpress" target="_blank">AppointZilla</a></div>
        <!---AppSecondModal For Schedule New Appointment--->
        <div id="AppSecondModalDiv" style="display:none;"></div>
    </div>


    <!---AppFirstModal For Schedule New Appointment--->
    <div id="AppFirstModal" style="display:none">
        <div class="apcal_modal" id="myModal" style="z-index:99999;">
            <form action="" method="post" name="addnewappointment" id="addnewappointment" >
                <div class="apcal_modal-info">
                    <div class="apcal_alert apcal_alert-info">
                        <div><a href="#" style="float:right; margin-right:-4px;" id="close"><i class="icon-remove"></i></a>
                        </div>
                        <p><strong>Schedule an inspection date</strong></p>
                        <div>Select Date & Service</div>
                    </div>
                </div>

                <div class="apcal_modal-body">
                    <div id="firdiv" style="float:left;">
                        <div id="datepicker"></div>

                         <!--PHP Date-picker -->
                         <form id="form1" name="form1" method="post" action="">
                         <SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
<!--
//	JS strings
	var l_lang = "en_US";
	var l_sel_date = "Select Date";
	var l_not_allowed = "This date is not allowed to be selected";
	var l_date_before = "Please choose a date before %s";
	var l_date_after = "Please choose a date after %s";
	var l_date_between = "Please choose a date between\n%s and %s";
	var l_use_ymd_drop = "0";
	var l_day = "Day";
	var l_month = "Month";
	var l_year = "Year";
//	Long Month Names
	var l_january = "January";
	var l_february = "February";
	var l_march = "March";
	var l_april = "April";
	var l_may = "May";
	var l_june = "June";
	var l_july = "July";
	var l_august = "August";
	var l_september = "September";
	var l_october = "October";
	var l_november = "November";
	var l_december = "December";
if(l_lang == "el_GR"){
//	Date Month Names Greek
	var l_januaryu = "";
	var l_februaryu = "";
	var l_marchu = "";
	var l_aprilu = "";
	var l_mayu = "";
	var l_juneu = "";
	var l_julyu = "";
	var l_augustu = "";
	var l_septemberu = "";
	var l_octoberu = "";
	var l_novemberu = "";
	var l_decemberu = "";
}
//	Short Month Names
	var s_jan = "Jan";
	var s_feb = "Feb";
	var s_mar = "Mar";
	var s_apr = "Apr";
	var s_may = "May";
	var s_jun = "Jun";
	var s_jul = "Jul";
	var s_aug = "Aug";
	var s_sep = "Sep";
	var s_oct = "Oct";
	var s_nov = "Nov";
	var s_dec = "Dec";
//	Long Day Names
	var l_monday = "Monday";
	var l_tuesday = "Tuesday";
	var l_wednesday = "Wednesday";
	var l_thursday = "Thursday";
	var l_friday = "Friday";
	var l_saturday = "Saturday";
	var l_sunday = "Sunday";
//	Short Day Names
	var s_mon = "Mo";
	var s_tue = "Tu";
	var s_wed = "We";
	var s_thu = "Th";
	var s_fri = "Fr";
	var s_sat = "Sa";
	var s_sun = "Su";
// -->
</SCRIPT>
<input type="hidden" name="date1" id="date1" value="2026-06-04" /><input type="hidden" name="date1_dp" id="date1_dp" value="" /><input type="hidden" name="date1_year_start" id="date1_year_start" value="2026" /><input type="hidden" name="date1_year_end" id="date1_year_end" value="2035" /><input type="hidden" name="date1_da1" id="date1_da1" value="1780444800" /><input type="hidden" name="date1_da2" id="date1_da2" value="2051222400" /><input type="hidden" name="date1_sna" id="date1_sna" value="" /><input type="hidden" name="date1_aut" id="date1_aut" value="" /><input type="hidden" name="date1_frm" id="date1_frm" value="" /><input type="hidden" name="date1_tar" id="date1_tar" value="" /><input type="hidden" name="date1_inp" id="date1_inp" value="1" /><input type="hidden" name="date1_fmt" id="date1_fmt" value="F j, Y" /><input type="hidden" name="date1_dis" id="date1_dis" value="" /><input type="hidden" name="date1_pr1" id="date1_pr1" value="" /><input type="hidden" name="date1_pr2" id="date1_pr2" value="" /><input type="hidden" name="date1_prv" id="date1_prv" value="" /><input type="hidden" name="date1_pth" id="date1_pth" value="https://jazinda.org/wp-content/plugins/appointment-calendar/calendar/" /><input type="hidden" name="date1_spd" id="date1_spd" value="[[],[],[]]" /><input type="hidden" name="date1_spt" id="date1_spt" value="0" /><input type="hidden" name="date1_och" id="date1_och" value="myChanged%28%29" /><input type="hidden" name="date1_str" id="date1_str" value="0" /><input type="hidden" name="date1_rtl" id="date1_rtl" value="0" /><input type="hidden" name="date1_wks" id="date1_wks" value="" /><input type="hidden" name="date1_int" id="date1_int" value="1" /><input type="hidden" name="date1_hid" id="date1_hid" value="1" /><input type="hidden" name="date1_hdt" id="date1_hdt" value="1000" /><input type="hidden" name="date1_hl" id="date1_hl" value="en_US" /><div id="div_date1" style="position:relative;visibility:visible;z-index:100;;margin-left:20px" class="div_calendar calendar-border"   onmouseover="javascript:cancelHide('date1');"><IFRAME id="date1_frame" src="https://jazinda.org/wp-content/plugins/appointment-calendar/calendar/calendar_form.php?objname=date1&selected_day=04&selected_month=06&selected_year=2026&year_start=2026&year_end=2035&dp=0&da1=1780444800&da2=2051222400&sna=&aut=&frm=&tar=&inp=1&fmt=F j, Y&dis=&pr1=&pr2=&prv=&pth=https://jazinda.org/wp-content/plugins/appointment-calendar/calendar/&spd=[[],[],[]]&spt=0&och=myChanged%28%29&str=0&rtl=0&wks=&int=1&hid=1&hdt=1000&hl=en_US" frameBorder="0" scrolling="no" allowtransparency="true" width="250px" height="100%" style="z-index: 100;height:211px;" margin-left=20px></IFRAME></div>                        </form>

                         <!-- Script adjusted for date format Hack -->
                        <script language="javascript">
                        function myChanged() {
                            var x = document.getElementById('date1').value;
                            x = moment(x).format('MMMM DD, YYYY');
                            document.getElementById('appdate').value = x;
                        }
                        </script>
						<!-- End of date format -->
                    </div>

                    <div id="secdiv" style="float:right;">
                        <strong>Your Inspection Date:</strong><br>
                        <input name="appdate" id="appdate" type="text" readonly height="1.875rem;" style="height:1.875rem;" />
                        <br /><br />
                        <strong>Select Service:</strong><br />
                        <select name="service" id="service">
                            <option value="0">Select Service</option>
                                                                                                                                            <option value="6">
                                        3 Hours                                    </option>
                                                        </select>
                        <br>
                        <button name="next1" class="apcal_btn" type="button" id="next1" value="next1">Next <i class="icon-arrow-right"></i></button>
                        <div id="loading1" style="display:none;">Loading...<img src="https://jazinda.org/wp-content/plugins/appointment-calendar/images/loading.gif" /></div>
                    </div>
                </div>
            </form>
          </div>
    </div>
    <!---AppSecondModal For Schedule New Appointment--->

    <!--date-picker js -->
    <script src="https://jazinda.org/wp-content/plugins/appointment-calendar/menu-pages/datepicker-assets/js/jquery.ui.datepicker.js" type="text/javascript"></script>

    {"id":376,"date":"2014-03-12T23:05:33","date_gmt":"2014-03-12T23:05:33","guid":{"rendered":"http:\/\/www.crescentlakewi.org\/?page_id=376"},"modified":"2018-08-14T23:30:28","modified_gmt":"2018-08-15T04:30:28","slug":"boat-landing-monitoring-sign-up","status":"publish","type":"page","link":"https:\/\/jazinda.org\/?page_id=376","title":{"rendered":"Boat landing inspection calendar"},"content":{"rendered":"<p>  \n<script>\nfunction hideDivs(x)\n{\nreturn x;\n}\ndocument.getElementById(\"bkbtndiv\").style.display=\"none\";\ndocument.getElementById(\"alt-content\").style.display=\"visable\";\ndocument.getElementById(\"bookinginstructions\").style.display=\"none\";\n<\/script>\n\n\n<br \/>\n<\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/jazinda.org\/index.php?rest_route=\/wp\/v2\/pages\/376"}],"collection":[{"href":"https:\/\/jazinda.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jazinda.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jazinda.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jazinda.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=376"}],"version-history":[{"count":4,"href":"https:\/\/jazinda.org\/index.php?rest_route=\/wp\/v2\/pages\/376\/revisions"}],"predecessor-version":[{"id":2399,"href":"https:\/\/jazinda.org\/index.php?rest_route=\/wp\/v2\/pages\/376\/revisions\/2399"}],"wp:attachment":[{"href":"https:\/\/jazinda.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}