This is a mock page for a course home page. This section would contain the static HTML and the section below would contain the dynamic material. The section below, in a div with an id of schedule should display an up-to-date schedule of upcoming events which will be retrieved from a JSON file called schedule.xml. schedule.xml should be available for download on your course website. Once downloaded, upload it to your webspace in the directory where you will be uploading the main page. Add the necessary Javascript to this page to retrieve schedule.xml using AJAX then parse the XML to display the information from the EVENT elements in the "schedule" div. The necessary information to display is the text of the EVENT element, and the values of the "shortName" and "date" attributes. Ideally place the information in a table.