{"id":8089,"date":"2024-08-04T12:40:47","date_gmt":"2024-08-04T12:40:47","guid":{"rendered":"https:\/\/www.radiomaria.org.au\/eng\/?page_id=8089"},"modified":"2025-04-28T03:48:32","modified_gmt":"2025-04-28T03:48:32","slug":"schedule","status":"publish","type":"page","link":"https:\/\/www.radiomaria.org.au\/eng\/schedule\/","title":{"rendered":"Schedule"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8089\" class=\"elementor elementor-8089\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7da4586 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no\" data-id=\"7da4586\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-157fce5 exad-glass-effect-no exad-sticky-section-no\" data-id=\"157fce5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a24f8e1 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor\" data-id=\"a24f8e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Look at our broadcasting schedule of programmes and podcasts &#8211; regularly updated so you&#8217;ll be able to know exactly what show is playing and when.<\/strong><\/p>\n<p>If you have any questions about our weekly schedule, please email editorial@radiomaria.org.au\/eng<\/p>\n<p><span style=\"text-decoration: underline;\"><a href=\"https:\/\/www.radiomaria.org.au\/eng\/programmes\/\">Click here to see the list of our RMA Programmes.<\/a><\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><a href=\"https:\/\/www.radiomaria.org.au\/eng\/podcasts\/\">Click here to see the list of Podcasts we broadcast<\/a>.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ef74e30 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no\" data-id=\"ef74e30\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c7e7718 exad-glass-effect-no exad-sticky-section-no\" data-id=\"c7e7718\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-55d8c2f exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor\" data-id=\"55d8c2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <title>Schedule<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    \/* Global styles outside schedule container *\/\n    body {\n      font-family: 'Roboto', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n    \n    .tabcontent h2 {\n      margin-top: 10px;\n      text-align: center; \/* Center align text in h2 headers *\/\n    }\n    \n\n    \/* Styles confined to the schedule container *\/\n    #schedule-container {\n      background-color: #f5f5f5;\n      padding: 20px;\n      border-radius: 10px;\n      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n      overflow: hidden;\n    }\n\n    \/* Styles for each hour block *\/\n    .hour-block {\n      border-bottom: 1px solid #ccc;\n      padding: 10pxpx 0;\n    }\n\n    .hour-block h3 {\n      margin: 2px 0;\n      color: #444;\n      font-size: 14px; \/* Adjusted font size for time *\/\n      font-weight: 500;\n    }\n\n    .hour-block p {\n      margin: 2px 0;\n      color: #666;\n      font-size: 12px; \/* Adjusted font size for program names *\/\n    }\n\n    \/* Style for day buttons *\/\n    .tablinks {\n      width: calc(90% \/ 7); \/* Equal width for each tab *\/\n      background-color: #e2f2f2;\n      color: #444;\n      border: none;\n      border-radius: 5px;\n      padding: 10px 15px;\n      margin: 5px;\n      cursor: pointer;\n      transition: background-color 0.7s ease;\n    }\n\n    .tablinks:hover::after {\n      content: '';\n      display: block;\n      margin-top: 0px;\n      width: 100%;\n      height: 1px;\n      background-color: #7d5fff; \/* Change to your desired color *\/\n      animation: slideIn 0.5s forwards;\n    }\n\n    .tablinks:hover {\n      background-color: #aed3fc; \/* New color *\/\n      transition: background-color 0.3s ease-in-out;\n    }\n\n\n    @keyframes slideIn {\n      from {\n        width: 0;\n      }\n      to {\n        width: 100%;\n      }\n    }\n\n    .tablinks.active {\n      background-color: #89b1f5;\n    }\n\n    \/* Scrollbar *\/\n    .tabcontent {\n      max-height: 500px;\n      overflow-y: auto;\n    }\n\n    \/* Table styles *\/\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 10px;\n      margin-bottom: 20px;\n      background-color: #f2f2f2;\n    }\n\n    th {\n      background-color: #e2f2f2;\n      border-bottom: 2px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n\n    td {\n      border-bottom: 1px solid #ddd;\n      padding: 8px;\n    }\n\n    \/* Highlight the live program *\/\n   .live-program {\n animation: colorchange 6s infinite;\n \/* Other styles... *\/\n    }\n  @keyframes colorchange {\n 0% { background-color: #89b1f5; }\n 50% { background-color: #d9abf5; }\n 100% { background-color: #89b1f5; }\n\n\n}\n  <\/style>\n  <style>\n    \/* Media query for screens with a maximum width of 768 pixels (adjust as needed) *\/\n    @media (max-width: 768px) {\n      .tablinks {\n        \/* Your mobile styles here *\/\n        width: 100%; \/* Full width for each tab on mobile *\/\n        margin-bottom: 10px; \/* Adjust spacing between tabs *\/\n        \/* You can reduce the font size, padding, or make other adjustments *\/\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div id=\"schedule-container\">\n    <!-- Schedule section -->\n    <!-- Buttons for each day -->\n    <button class=\"tablinks\" onclick=\"openDay(event, 'sunday')\">Sunday<\/button>\n    <button class=\"tablinks\" onclick=\"openDay(event, 'monday')\">Monday<\/button>\n    <button class=\"tablinks\" onclick=\"openDay(event, 'tuesday')\">Tuesday<\/button>\n    <button class=\"tablinks\" onclick=\"openDay(event, 'wednesday')\">Wednesday<\/button>\n    <button class=\"tablinks\" onclick=\"openDay(event, 'thursday')\">Thursday<\/button>\n    <button class=\"tablinks\" onclick=\"openDay(event, 'friday')\">Friday<\/button>\n    <button class=\"tablinks\" onclick=\"openDay(event, 'saturday')\">Saturday<\/button>\n\n<!-- SUNDAY schedule content -->\n    <div id=\"sunday\" class=\"tabcontent\">\n      <div class=\"tab\" id=\"sundayTable\">\n        <h2 style=\"margin-top: 10px;\">Sunday Schedule<\/h2>\n        <table>\n          <tr>\n             <tr>\n           <th>Time (AEST)<\/th>\n            <th>Program Name<\/th>\n          <\/tr>\n          <tr>\n            <td>12:00 AM<\/td>\n            <td>Pure in Heart<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 AM<\/td>\n            <td>The Heritage Catholic Quiz<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 AM<\/td>\n            <td>Science and Faith<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 AM<\/td>\n            <td>The Divine Mercy Chaplet<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 AM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>       \n          <tr>\n            <td>4:00 AM<\/td>\n            <td>Science, Religion and the Modern World<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 AM<\/td>\n            <td>Florilegium<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 AM<\/td>\n            <td>Meditations with Fr Flader<\/td>\n          <\/tr>\n          <tr>\n            <td>6:30 AM<\/td>\n            <td>The Blessed Rosary &#8211; Glorious Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 AM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>7:30 AM<\/td>\n            <td>I Believe<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 AM<\/td>\n            <td>Questions of Faith<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 AM<\/td>\n            <td>God\u2019s Healing Grace Power Hour<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 AM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 AM<\/td>\n            <td>Specials from Radio Maria England<\/td>\n          <\/tr>\n          <tr>\n            <td>12:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Glorious Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 PM<\/td>\n            <td>Children\u2019s Show<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 PM<\/td>\n            <td>Film and Faith<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 PM<\/td>\n            <td>Can We Be Saints?<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 PM<\/td>\n            <td>The Divine Mercy<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 PM<\/td>\n            <td>Pure in Heart<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 PM<\/td>\n            <td>Questions of Faith<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 PM<\/td>\n            <td>Specials from Radio Maria England<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Glorious Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:30 PM<\/td>\n            <td>Children\u2019s Show<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 PM<\/td>\n            <td>Film and Faith<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 PM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>9:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 PM<\/td>\n            <td>Can We Be Saints?<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 PM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n        <\/table>\n      <\/div>\n    <\/div>\n\n<!-- MONDAY schedule content -->\n    <div id=\"monday\" class=\"tabcontent\">\n      <div class=\"tab\" id=\"mondayTable\">\n        <h2 style=\"margin-top: 10px;\">Monday Schedule<\/h2>\n        <table>\n          <tr>\n            <th>Time (AEST)<\/th>\n            <th>Program Name<\/th>\n          <\/tr>\n          <tr>\n            <td>12:00 AM<\/td>\n            <td>Crash Course Catholicism<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 AM<\/td>\n            <td>Encounter<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 AM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 AM<\/td>\n            <td>Padre\u2019s Hour<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 AM<\/td>\n            <td>The Divine Mercy Chaplet<\/td>\n          <\/tr> \n          <tr>\n            <td>3:30 AM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr> \n          <tr>\n            <td>4:00 AM<\/td>\n            <td>Film and Faith<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 AM<\/td>\n            <td>Easter Stories<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 AM<\/td>\n            <td>Meditations with Fr Flader<\/td>\n          <\/tr>\n          <tr>\n            <td>6:30 AM<\/td>\n            <td>The Blessed Rosary &#8211; Joyful Mysteries<\/td>\n          <\/tr>\n           <tr>\n            <td>7:00 AM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 AM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 AM<\/td>\n            <td>Daily Mass<\/td>\n          <\/tr>\n          <tr>\n            <td>9:30 AM<\/td>\n            <td>Vatican and World News<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 AM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 AM<\/td>\n            <td>Patristic Pillars<\/td>\n          <\/tr>\n          <tr>\n            <td>12:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Joyful Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 PM<\/td>\n            <td>Children\u2019s Liturgy<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 PM<\/td>\n            <td>Daily Mass from St Patrick\u2019s Cathedral, Melbourne<\/td>\n          <\/tr>\n          <tr>\n            <td>1:30 PM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 PM<\/td>\n            <td>The Myth Pilgrim<\/td>\n          <\/tr>\n          <tr>\n            <td>2:30 PM<\/td>\n            <td>Easter Stories<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 PM<\/td>\n            <td>The Divine Mercy Chaplet<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 PM<\/td>\n            <td>Crash Course Catholicism<\/td>\n          <\/tr>\n          <tr>\n            <td>4:30 PM<\/td>\n            <td>Encounter<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 PM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 PM<\/td>\n            <td>Easter Stories<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Joyful Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:30 PM<\/td>\n            <td>Children\u2019s Liturgy<\/td>\n          <\/tr>          \n          <tr>\n            <td>8:00 PM<\/td>\n            <td>The Myth Pilgrim<\/td>\n          <\/tr>\n          <tr>\n            <td>8:30 PM<\/td>\n            <td>Easter Stories<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 PM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>9:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 PM<\/td>\n            <td>Patristic Pillars<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 PM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n\n        <\/table>\n        \n      <\/div>\n    <\/div>\n    \n    <!-- TUESDAY schedule content -->\n    <div id=\"tuesday\" class=\"tabcontent\">\n      <div class=\"tab\" id=\"tuesdayTable\">\n        <h2 style=\"margin-top: 10px;\">Tuesday Schedule<\/h2>\n        <table>\n          <tr>\n            <th>Time (AEST)<\/th>\n            <th>Program Name<\/th>\n          <\/tr>\n          <tr>\n            <td>12:00 AM<\/td>\n            <td>Crash Course Catholicism<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 AM<\/td>\n            <td>Encounter<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 AM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 AM<\/td>\n            <td>SmartLoving Conversations<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 AM<\/td>\n            <td>The Divine Mercy Chaplet<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 AM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 AM<\/td>\n            <td>Science, Religion and the Modern World<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 AM<\/td>\n            <td>The Bardcast<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 AM<\/td>\n            <td>Meditations with Fr Flader<\/td>\n          <\/tr>\n          <tr>\n            <td>6:30 AM<\/td>\n            <td>The Blessed Rosary &#8211; Sorrowful Mysteries<\/td>\n          <\/tr>\n           <tr>\n            <td>7:00 AM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 AM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 AM<\/td>\n            <td>Church Wisdom<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 AM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 AM<\/td>\n            <td>Jesus, the Promised Messiah of Judaism<\/td>\n          <\/tr>\n          <tr>\n            <td>12:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Sorrowful Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 PM<\/td>\n            <td>Children\u2019s Liturgy<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 PM<\/td>\n            <td>Church Wisdom<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 PM<\/td>\n            <td>The Health Hub<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 PM<\/td>\n            <td>The Divine Mercy Chaplet<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 PM<\/td>\n            <td>Crash Course Catholicism<\/td>\n          <\/tr>\n          <tr>\n            <td>4:30 PM<\/td>\n            <td>Encounter<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 PM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 PM<\/td>\n            <td>The Bardcast<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Sorrowful Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:30 PM<\/td>\n            <td>Children\u2019s Liturgy<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 PM<\/td>\n            <td>The Health Hub<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 PM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>9:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 PM<\/td>\n            <td>Jesus, the Promised Messiah of Judaism<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 PM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <!-- WEDNESDAY schedule content -->\n    <div id=\"wednesday\" class=\"tabcontent\">\n      <div class=\"tab\" id=\"wednesdayTable\">\n        <h2 style=\"margin-top: 10px;\">Wednesday Schedule<\/h2>\n        <table>\n          <tr>\n           <th>Time (AEST)<\/th>\n            <th>Program Name<\/th>\n          <\/tr>\n          <tr>\n            <td>12:00 AM<\/td>\n            <td>Crash Course Catholicism<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 AM<\/td>\n            <td>Encounter<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 AM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 AM<\/td>\n            <td>New Dawn<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 AM<\/td>\n            <td>The Divine Mercy<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 AM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 AM<\/td>\n            <td>Deeper Than Psychology<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 AM<\/td>\n            <td>The Catholic Toolbox<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 AM<\/td>\n            <td>Meditations with Fr Flader<\/td>\n          <\/tr>\n          <tr>\n            <td>6:30 AM<\/td>\n            <td>The Blessed Rosary &#8211; Glorious Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 AM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 AM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 AM<\/td>\n            <td>Daily Mass<\/td>\n          <\/tr>\n          <tr>\n            <td>9:30 AM<\/td>\n            <td>Vatican and World News<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 AM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 AM<\/td>\n            <td>Patristic Pillars<\/td>\n          <\/tr>\n          <tr>\n            <td>12:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Glorious Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 PM<\/td>\n            <td>Children\u2019s Liturgy<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 PM<\/td>\n            <td>Daily Mass from St Patrick\u2019s Cathedral, Melbourne<\/td>\n          <\/tr>\n          <tr>\n            <td>1:30 PM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 PM<\/td>\n            <td>The Myth Pilgrim<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 AM<\/td>\n            <td>The Divine Mercy Chaplet<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 PM<\/td>\n            <td>Crash Course Catholicism<\/td>\n          <\/tr>\n          <tr>\n            <td>4:30 PM<\/td>\n            <td>Encounter<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 PM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 PM<\/td>\n            <td>Deeper The Psychology<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 PM<\/td>\n            <td>Rosary &#8211; The Glorious Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:30 PM<\/td>\n            <td>Children\u2019s Liturgy<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 PM<\/td>\n            <td>The Myth Pilgrim<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 PM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>9:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 PM<\/td>\n            <td>Patristic Pillars<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 PM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <!-- THURSDAY schedule content -->\n    <div id=\"thursday\" class=\"tabcontent\">\n      <div class=\"tab\" id=\"thursdayTable\">\n        <h2 style=\"margin-top: 10px;\">Thursday Schedule<\/h2>\n        <table>\n          <tr>\n           <th>Time (AEST)<\/th>\n            <th>Program Name<\/th>\n          <\/tr>\n          <tr>\n            <td>12:00 AM<\/td>\n            <td>Crash Course Catholicism<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 AM<\/td>\n            <td>Encounter<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 AM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 AM<\/td>\n            <td>Songs in the Wilderness<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 AM<\/td>\n            <td>The Divine Mercy Chaplet<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 AM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 AM<\/td>\n            <td>The Lion\u2019s Den<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 AM<\/td>\n            <td>Small Wonders<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 AM<\/td>\n            <td>Meditations with Fr Flader<\/td>\n          <\/tr>\n          <tr>\n            <td>6:30 AM<\/td>\n            <td>The Blessed Rosary &#8211; Luminous Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 AM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 AM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 AM<\/td>\n            <td>Daily Mass<\/td>\n          <\/tr>\n         <tr>\n            <td>9:30 AM<\/td>\n            <td>Vatican and World News<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 AM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 AM<\/td>\n            <td>Small Wonders<\/td>\n          <\/tr>\n          <tr>\n            <td>12:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Luminous Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 PM<\/td>\n            <td>Children\u2019s Liturgy<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 PM<\/td>\n            <td>Daily Mass from St Patrick\u2019s Cathedral, Melbourne<\/td>\n          <\/tr>\n          <tr>\n            <td>1:30 PM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 PM<\/td>\n            <td>The Genius Podcast<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 PM<\/td>\n            <td>The Divine Mercy<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 PM<\/td>\n            <td>Crash Course Catholicism<\/td>\n          <\/tr>\n          <tr>\n            <td>4:30 PM<\/td>\n            <td>Encounter<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 PM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 PM<\/td>\n            <td>The Lion\u2019s Den with Daniel<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Luminous Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:30 PM<\/td>\n            <td>Children\u2019s Liturgy<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 PM<\/td>\n            <td>Songs in the Wilderness<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 PM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>9:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 PM<\/td>\n            <td>The Genius Podcast<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 PM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <!-- FRIDAY schedule content -->\n    <div id=\"friday\" class=\"tabcontent\">\n      <div class=\"tab\" id=\"fridayTable\">\n        <h2 style=\"margin-top: 10px;\">Friday Schedule<\/h2>\n        <table>\n          <tr>\n           <th>Time (AEST)<\/th>\n            <th>Program Name<\/th>\n          <\/tr>\n          <tr>\n            <td>12:00 AM<\/td>\n            <td>Crash Course Catholicism<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 AM<\/td>\n            <td>Encounter<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 AM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 AM<\/td>\n            <td>Diving Deeper<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 AM<\/td>\n            <td>The Divine Mercy Chaplet<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 AM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 AM<\/td>\n            <td>Philosopher\u2019s Corner<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 AM<\/td>\n            <td>Bishop Sheen Presents<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 AM<\/td>\n            <td>Meditations with Fr Flader<\/td>\n          <\/tr>\n          <tr>\n            <td>6:30 AM<\/td>\n            <td>The Blessed Rosary &#8211; Sorrowful Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 AM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 AM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 AM<\/td>\n            <td>Daily Mass<\/td>\n          <\/tr>\n          <tr>\n            <td>9:30 AM<\/td>\n            <td>Vatican and World News<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 AM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 AM<\/td>\n            <td>ProParent<\/td>\n          <\/tr>\n          <tr>\n            <td>12:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Sorrowful Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 PM<\/td>\n            <td>Children\u2019s Liturgy<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 PM<\/td>\n            <td>Daily Mass from St Patrick\u2019s Cathedral, Melbourne<\/td>\n          <\/tr>\n          <tr>\n            <td>1:30 PM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 PM<\/td>\n            <td>Bishop Sheen Presents<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 PM<\/td>\n            <td>The Divine Mercy Chaplet<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 PM<\/td>\n            <td>Crash Course Catholicism<\/td>\n          <\/tr>\n          <tr>\n            <td>4:30 PM<\/td>\n            <td>Encounter<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 PM<\/td>\n            <td>Just Life<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 PM<\/td>\n            <td>ProParent<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Sorrowful Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:30 PM<\/td>\n            <td>Children\u2019s Liturgy<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 PM<\/td>\n            <td>Diving Deeper<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 PM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>9:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 PM<\/td>\n            <td>Bishop Sheen Presents<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 PM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <!-- SATURDAY schedule content -->\n    <div id=\"saturday\" class=\"tabcontent\">\n      <div class=\"tab\" id=\"saturdayTable\">\n        <h2 style=\"margin-top: 10px;\">Saturday Schedule<\/h2>\n        <table>\n          <tr>\n             <tr>\n           <th>Time (AEST)<\/th>\n            <th>Program Name<\/th>\n          <\/tr>\n          <tr>\n            <td>12:00 AM<\/td>\n            <td>Pure in Heart<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 AM<\/td>\n            <td>The Heritage Catholic Quiz<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 AM<\/td>\n            <td>Sacred Music Spotlight<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 AM<\/td>\n            <td>The Divine Mercy Chaplet<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 AM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 AM<\/td>\n            <td>Life Matters<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 AM<\/td>\n            <td>Florilegium<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 AM<\/td>\n            <td>Meditations with Fr Flader<\/td>\n          <\/tr>\n          <tr>\n            <td>6:30 AM<\/td>\n            <td>The Blessed Rosary &#8211; Joyful Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 AM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>7:30 AM<\/td>\n            <td>I Believe<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 AM<\/td>\n            <td>Questions of Faith<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 AM<\/td>\n            <td>God\u2019s Healing Grace Power Hour<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 AM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 AM<\/td>\n            <td>Specials from Radio Maria England<\/td>\n          <\/tr>\n          <tr>\n            <td>12:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Joyful Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>12:30 PM<\/td>\n            <td>Children\u2019s Show<\/td>\n          <\/tr>\n          <tr>\n            <td>1:00 PM<\/td>\n            <td>Life Matters<\/td>\n          <\/tr>\n          <tr>\n            <td>2:00 PM<\/td>\n            <td>Awakenings<\/td>\n          <\/tr>\n          <tr>\n            <td>3:00 PM<\/td>\n            <td>The Divine Mercy Chaplet<\/td>\n          <\/tr>\n          <tr>\n            <td>3:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>4:00 PM<\/td>\n            <td>Pure in Heart<\/td>\n          <\/tr>\n          <tr>\n            <td>5:00 PM<\/td>\n            <td>Questions of Faith<\/td>\n          <\/tr>\n          <tr>\n            <td>6:00 PM<\/td>\n            <td>Specials from Radio Maria England<\/td>\n          <\/tr>\n          <tr>\n            <td>7:00 PM<\/td>\n            <td>The Blessed Rosary &#8211; Joyful Mysteries<\/td>\n          <\/tr>\n          <tr>\n            <td>7:30 PM<\/td>\n            <td>Children\u2019s Show<\/td>\n          <\/tr>\n          <tr>\n            <td>8:00 PM<\/td>\n            <td>Sacred Music Spotlight<\/td>\n          <\/tr>\n          <tr>\n            <td>9:00 PM<\/td>\n            <td>Daily Gospel Exegesis<\/td>\n          <\/tr>\n          <tr>\n            <td>9:30 PM<\/td>\n            <td>Bible in a Year<\/td>\n          <\/tr>\n          <tr>\n            <td>10:00 PM<\/td>\n            <td>Awakenings<\/td>\n          <\/tr>\n          <tr>\n            <td>11:00 PM<\/td>\n            <td>Parousia Podcast<\/td>\n          <\/tr>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    \n\n  <\/div>\n\n\n  <script>\n    function openDay(evt, dayName) {\n var i, tabcontent, tablinks;\n\n \/\/ Hide all tab content\n tabcontent = document.getElementsByClassName(\"tabcontent\");\n for (i = 0; i < tabcontent.length; i++) {\n   tabcontent[i].style.display = \"none\";\n }\n\n \/\/ Remove 'active' class from all tab buttons\n tablinks = document.getElementsByClassName(\"tablinks\");\n for (i = 0; i < tablinks.length; i++) {\n   tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");\n }\n\n \/\/ Show the clicked tab content and mark the button as 'active'\n document.getElementById(dayName).style.display = \"block\";\n evt.currentTarget.className += \" active\";\n \n \/\/ Update live program for the current day when a tab is opened\n updateLiveProgram(dayName);\n}\n\nfunction updateLiveProgram(dayName) {\n \/\/ Get current time in AEST (UTC+10)\n var currentTime = new Date().toLocaleString(\"en-US\", {timeZone: \"Australia\/Sydney\"});\n currentTime = new Date(currentTime);\n \n \/\/ Find the current day of the week\n var currentDay = currentTime.toLocaleString('en-us', { weekday: 'long' }).toLowerCase();\n \n \/\/ Make sure we're only updating the selected day\n if (currentDay !== dayName) {\n  return;\n }\n \n \/\/ Get all program rows for the current day\n var daySchedule = document.getElementById(dayName);\n var programRows = daySchedule.getElementsByTagName(\"tr\");\n\n \/\/ Clear any previous highlights\n for (var row of programRows) {\n  row.classList.remove('live-program');\n }\n\n \/\/ Check each program time\n for (var row of programRows) {\n  var programTimeCells = row.getElementsByTagName(\"td\");\n  if (programTimeCells.length > 0) {\n    var programTimeText = programTimeCells[0].textContent.trim();\n    var hoursMinutes = programTimeText.split(\/[:\\s]\/);\n    var programTime = new Date(currentTime.getFullYear(), currentTime.getMonth(), currentTime.getDate(),\n                             parseInt(hoursMinutes[0]) + (hoursMinutes[2] === 'PM' && hoursMinutes[0] !== '12' ? 12 : 0),\n                             parseInt(hoursMinutes[1]), 0);\n    \n    \/\/ Check if current time is within the program time\n    if (currentTime >= programTime && currentTime < new Date(programTime.getTime() + 60*60*1000)) {\n      \/\/ This program is currently live\n      row.classList.add('live-program');\n      break; \/\/ Stop checking once the live program is found\n    }\n  }\n }\n}\n\n\/\/ Update live program display every minute\nsetInterval(function() {\n var currentDay = new Date().toLocaleString('en-us', { weekday: 'long' }).toLowerCase();\n updateLiveProgram(currentDay);\n}, 60000);\n\n\/\/ Initial update\ndocument.addEventListener('DOMContentLoaded', (event) => {\n  var currentDay = new Date().toLocaleString('en-us', { weekday: 'long' }).toLowerCase();\n  updateLiveProgram(currentDay);\n\n  \/\/ Trigger click event on the Monday button\n  var mondayButton = document.querySelector(\".tablinks:nth-child(1)\"); \/\/ Select the first button (Monday)\n  mondayButton.click();\n});\n  <\/script>\n<\/body>\n<\/html>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Look at our broadcasting schedule of programmes and podcasts &#8211; regularly updated so you&#8217;ll be able to know exactly what show is playing and when. If you have any questions about our weekly schedule, please email editorial@radiomaria.org.au\/eng Click here to see the list of our RMA Programmes. Click here to see the list of Podcasts&#8230;<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"give_campaign_id":0,"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-8089","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Schedule - Radio Maria Australia - Melbourne<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.radiomaria.org.au\/eng\/schedule\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Schedule - Radio Maria Australia - Melbourne\" \/>\n<meta property=\"og:description\" content=\"Look at our broadcasting schedule of programmes and podcasts &#8211; regularly updated so you&#8217;ll be able to know exactly what show is playing and when. If you have any questions about our weekly schedule, please email editorial@radiomaria.org.au\/eng Click here to see the list of our RMA Programmes. Click here to see the list of Podcasts...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.radiomaria.org.au\/eng\/schedule\/\" \/>\n<meta property=\"og:site_name\" content=\"Radio Maria Australia - Melbourne\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/radiomariaaustralia\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-28T03:48:32+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/schedule\\\/\",\"url\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/schedule\\\/\",\"name\":\"Schedule - Radio Maria Australia - Melbourne\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/#website\"},\"datePublished\":\"2024-08-04T12:40:47+00:00\",\"dateModified\":\"2025-04-28T03:48:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/schedule\\\/#breadcrumb\"},\"inLanguage\":\"en-AU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/schedule\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/schedule\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Schedule\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/#website\",\"url\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/\",\"name\":\"Radio Maria Australia - Melbourne\",\"description\":\"Radio Maria Australia is part of the World Family of Radio Maria, an international non-commercial Catholic radio station\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-AU\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/#organization\",\"name\":\"Radio Maria Australia - Melbourne\",\"url\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/RM-Icon-1.png\",\"contentUrl\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/RM-Icon-1.png\",\"width\":1000,\"height\":1000,\"caption\":\"Radio Maria Australia - Melbourne\"},\"image\":{\"@id\":\"https:\\\/\\\/www.radiomaria.org.au\\\/eng\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/radiomariaaustralia\\\/\",\"https:\\\/\\\/www.instagram.com\\\/radio_maria_australia\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Schedule - Radio Maria Australia - Melbourne","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.radiomaria.org.au\/eng\/schedule\/","og_locale":"en_US","og_type":"article","og_title":"Schedule - Radio Maria Australia - Melbourne","og_description":"Look at our broadcasting schedule of programmes and podcasts &#8211; regularly updated so you&#8217;ll be able to know exactly what show is playing and when. If you have any questions about our weekly schedule, please email editorial@radiomaria.org.au\/eng Click here to see the list of our RMA Programmes. Click here to see the list of Podcasts...","og_url":"https:\/\/www.radiomaria.org.au\/eng\/schedule\/","og_site_name":"Radio Maria Australia - Melbourne","article_publisher":"https:\/\/www.facebook.com\/radiomariaaustralia\/","article_modified_time":"2025-04-28T03:48:32+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.radiomaria.org.au\/eng\/schedule\/","url":"https:\/\/www.radiomaria.org.au\/eng\/schedule\/","name":"Schedule - Radio Maria Australia - Melbourne","isPartOf":{"@id":"https:\/\/www.radiomaria.org.au\/eng\/#website"},"datePublished":"2024-08-04T12:40:47+00:00","dateModified":"2025-04-28T03:48:32+00:00","breadcrumb":{"@id":"https:\/\/www.radiomaria.org.au\/eng\/schedule\/#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.radiomaria.org.au\/eng\/schedule\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.radiomaria.org.au\/eng\/schedule\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.radiomaria.org.au\/eng\/"},{"@type":"ListItem","position":2,"name":"Schedule"}]},{"@type":"WebSite","@id":"https:\/\/www.radiomaria.org.au\/eng\/#website","url":"https:\/\/www.radiomaria.org.au\/eng\/","name":"Radio Maria Australia - Melbourne","description":"Radio Maria Australia is part of the World Family of Radio Maria, an international non-commercial Catholic radio station","publisher":{"@id":"https:\/\/www.radiomaria.org.au\/eng\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.radiomaria.org.au\/eng\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-AU"},{"@type":"Organization","@id":"https:\/\/www.radiomaria.org.au\/eng\/#organization","name":"Radio Maria Australia - Melbourne","url":"https:\/\/www.radiomaria.org.au\/eng\/","logo":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/www.radiomaria.org.au\/eng\/#\/schema\/logo\/image\/","url":"https:\/\/www.radiomaria.org.au\/eng\/wp-content\/uploads\/2023\/12\/RM-Icon-1.png","contentUrl":"https:\/\/www.radiomaria.org.au\/eng\/wp-content\/uploads\/2023\/12\/RM-Icon-1.png","width":1000,"height":1000,"caption":"Radio Maria Australia - Melbourne"},"image":{"@id":"https:\/\/www.radiomaria.org.au\/eng\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/radiomariaaustralia\/","https:\/\/www.instagram.com\/radio_maria_australia\/"]}]}},"campaignId":"","_links":{"self":[{"href":"https:\/\/www.radiomaria.org.au\/eng\/wp-json\/wp\/v2\/pages\/8089","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.radiomaria.org.au\/eng\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.radiomaria.org.au\/eng\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.radiomaria.org.au\/eng\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.radiomaria.org.au\/eng\/wp-json\/wp\/v2\/comments?post=8089"}],"version-history":[{"count":0,"href":"https:\/\/www.radiomaria.org.au\/eng\/wp-json\/wp\/v2\/pages\/8089\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.radiomaria.org.au\/eng\/wp-json\/wp\/v2\/media?parent=8089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}