/* Function to render the footer content into the page Select the footer element from the DOM Set the inner HTML of the footer element to include the footer content This section dynamically generates the footer content for the web page, including the hospital's logo, copyright information, and various helpful links. 1. Insert Footer HTML Content * The content is inserted into the `footer` element with the ID "footer" using `footer.innerHTML`. * This is done dynamically via JavaScript to ensure that the footer is properly rendered across different pages. 2. Create the Footer Wrapper * The `