// 1. PROCESS FORM DATA WHEN SUBMITTED $show_form = true; $error_message = "";if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['submit_retreat_form'])) { $first_name = strip_tags(trim($_POST['first_name'])); $last_name = strip_tags(trim($_POST['last_name'])); $email = filter_var(trim($_POST['email']), FILTER_SANITIZE_EMAIL); // Check Code of Conduct responses (All 6 must be 'agree') $all_agree = true; for ($i = 1; $i <= 6; $i++) { if (!isset($_POST["q$i"]) || $_POST["q$i"] !== 'agree') { $all_agree = false; break; } }// Check Waiver acknowledgement response (Must be checked) $waiver_accepted = isset($_POST['waiver_accept']) && $_POST['waiver_accept'] === 'accepted';if (!$all_agree) { $error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey."; } elseif (!$waiver_accepted) { $error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed."; } elseif (empty($first_name) || empty($last_name) || !filter_var($email, FILTER_VALIDATE_EMAIL)) { $error_message = "Please fill out all contact fields with a valid email address."; } else { $timestamp = date("F j, Y, g:i a e"); $to = "[email protected]"; $subject = "New Retreat Registration (Code of Conduct & Waiver): $first_name $last_name"; $message = "A new combined Retreat Registration form has been submitted.\n\n"; $message .= "--- PARTICIPANT DETAILS ---\n"; $message .= "First Name: $first_name\n"; $message .= "Last Name: $last_name\n"; $message .= "Email: $email\n"; $message .= "Submission Date/Time: $timestamp\n\n"; $message .= "--- CODE OF CONDUCT STATUS ---\n"; $message .= "1. Participates for growth: AGREED\n"; $message .= "2. Embraces Teachings wholeheartedly: AGREED\n"; $message .= "3. No ill will toward Masters/Facilitators: AGREED\n"; $message .= "4. Presenting self by free will: AGREED\n"; $message .= "5. Pledges complete self-honesty: AGREED\n"; $message .= "6. Applies to sleep/meditative states: AGREED\n\n"; $message .= "--- LIABILITY WAIVER STATUS ---\n"; $message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";$headers = "From: webmaster@" . $_SERVER['HTTP_HOST'] . "\r\n"; $headers .= "Reply-To: $email\r\n"; $headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, $subject, $message, $headers)) { $show_form = false; } else { $error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support."; } } } ?>

For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.

To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:

Code of Conduct

1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.
1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.

Retreat Liability Waiver

[Please paste your original legal or liability waiver terms text inside this block in your WPCode file]

Thank You

Your Code of Conduct agreement and Retreat Waiver form have been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.

// 1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);// Check Code of Conduct responses (All 6 must be 'agree')$all_agree = true;for ($i = 1; i <= 6; i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}// Check Waiver acknowledgement response (Must be checked)$waiver_accepted = isset(\(_POST['waiver_accept']) &&\)_POST['waiver_accept'] === 'accepted';if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (!waiver_accepted) {error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Registration (Code of Conduct & Waiver): \(first_{n}ame\)last_name";$message = "A new combined Retreat Registration form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- CODE OF CONDUCT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n\n";$message .= "--- LIABILITY WAIVER STATUS ---\n";$message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?> .agree-form-container {font-family: "Noto Serif", serif;max-width: 100%;margin: 20px auto;color: #333;line-height: 1.6;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.form-section-title {font-size: 1.5rem;font-weight: 700;margin-bottom: 20px;border-bottom: 2px solid #333;padding-bottom: 5px;}.form-intro {margin-bottom: 25px;font-size: 1.05rem;}.form-intro-bold {margin-bottom: 30px;font-weight: 700;font-size: 1.05rem;}.reading-text-block {background-color: #fcfcfc;border: 1px solid #ededed;padding: 25px;margin-bottom: 35px;}.reading-item {margin-bottom: 15px;}.contact-section {background-color: #f9f9f9;padding: 20px;margin-bottom: 35px;border: 1px solid #ededed;}.contact-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;margin-bottom: 15px;}@media (max-width: 600px) {.contact-grid { grid-template-columns: 1fr; }}.input-group {display: flex;flex-direction: column;gap: 5px;}.input-group label {font-weight: 700;font-size: 0.9rem;}.input-group input {padding: 10px;border: 1px solid #ccc;font-size: 1rem;font-family: inherit;}.question-block {margin-bottom: 30px;padding-bottom: 25px;border-bottom: 1px solid #ededed;}.question-text {font-size: 1.1rem;font-weight: 700;margin-bottom: 15px;display: block;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.radio-options {display: flex;gap: 25px;padding-left: 5px;}.radio-label {display: flex;align-items: center;gap: 10px;cursor: pointer;font-size: 1.05rem;}.radio-label input[type="radio"],.waiver-checkbox-label input[type="checkbox"] {margin: 0;cursor: pointer;width: 18px;height: 18px;}.waiver-checkbox-label {display: flex;align-items: flex-start;gap: 12px;cursor: pointer;font-size: 1.1rem;font-weight: 700;padding: 10px 5px;}.waiver-checkbox-label input[type="checkbox"] {margin-top: 4px;}.form-submit-btn {background: #333;color: #fff;border: none;padding: 14px 28px;font-size: 1rem;font-weight: 700;cursor: pointer;transition: background 0.2s ease;margin-top: 10px;}.form-submit-btn:hover {background: #767676;}.error-message {color: #cc0000;font-weight: bold;margin-top: 20px;padding: 15px;background: #fff0f0;border-left: 4px solid #cc0000;}.success-message {background-color: #f4f4f4;padding: 30px;border-left: 4px solid #333;margin-top: 20px;} For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:Code of Conduct1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.First Name *Last Name *Email Address *1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states. //1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);$all_agree = true;for ($i = 1; \(i <= 6; \)i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Code of Conduct Agreement: \(first_{n}ame\)last_name";$message = "A new Code of Conduct agreement form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- AGREEMENT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?>

For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.

To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:

1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.

Thank You

Your agreement to the Code of Conduct has been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.

The Initiate’s Responsibility for Wesak 2015

Himalayas wesak

Master Djwhal Khul shares his message on the Wesak energies for 2015 along with the responsibilities of being on the Mastery Pathway as requested by the Spiritual Hierarchy for a powerful and fulfilling Wesak experience.

Greetings,

It is my pleasure to walk with each of you during this fabulous time of existence ~ Wesak ~ is now upon us for 2015.

I am Master Djwhal Khul at your service.

The Wesak energies this year is beyond what any of us within the Spiritual Hierarchy could imagine. The power of the frequencies of Light is taking humanity into a new form of existence. I believe that each of you probably understands what the phase of “resurrection” has meant to you. Now, we go into the next journey that allows each of us to expand our horizons, so to speak.

As we step into the element of acceleration, the four-body system must go through a process of elimination depending upon the inner work that you have been doing. It happens every year and in fact, you feel it each month upon the full moon. It is the process of rebirth and is a necessary element in order to grow through the changes. It represents the flow of life, in and out. It is not always an easy process but very necessary.

2015 has represented a year of great change. In order to accept the elements of Freedom within your consciousness, you must get to know what it is like to suffer and be challenged. Otherwise, there is no conceptual knowledge of what being free represents for you. It allows each person to understand that what they were before is not who they are in the present moment.

GAIA has been in a state of inertia for many eons of time. The planet has held the concept of control and the masculine energies of the mental mind to be the controlling factor. So she has sat and waited until a time would come that humanity would awaken to a higher level of existence. This would not just be with the Ascended Masters (that learned they needed to wake up) but in all of humanity.

This year represents those energies. People are arising to the fact that they must be more conscious to the self-imposing thoughts that hold them back from their higher realities. So individuals are slowly awakening to the process of mastery but not the level that we, of the ascended beings, would like to see.

So each of you that have awakened, and have stepped into the role of wanting to be a master of your destiny are being challenged to be more. You are very much like we were in the times of Atlantis and Lemuria, but yet there were not enough of us. It was a time when we could not hold the higher essence of energies within the earth plane due to the duality that had arrived. Now you are at a juncture of time in which you have stepped into the initiation process to clear what has been wrong while knowing there is so much more for you to do.

We are here to do it with you, each of the Ascended Beings of Light, but yet, know we have the frequencies of the Unified Whole in which the Brotherhood of Light has accepted into their world. Each of us represents these energies of Oneness so that it can be expanded unto each of you as we walk together unto the New Earth.

Until that time arrives, great work needs to be done. The role that you have chosen is truly not easy, but is attainable. GAIA is changing with the energetic frequencies and each of you is holding these essences to help you become what you have always know you can be. But great work must be done until that time arrives for each of you personally, and individually.

This is why the Wesak energies are so expansive and alluring. There are more people upon the planet at this time that is aware of this event. This means that there will be more frequencies within GAIA that will assist in this process.

As the commanding energies of Lord Buddha comes forth to command the Christed Self within the planet, each of you stand with each of us, as we arise together towards a new stage of our existence. You, being the Initiates of the Earth, will be asked to ground these frequencies so your job is more challenging to hold than ours. But you are not alone.

In reference to the Festival of the Christ and the resurrecting energies that resulting in the last 30 days each of you that desire to be more, has achieved more just because of what you are doing within your spiritual world. If you are not as diligent as you would like to be, then the energies will intertwine within your Being, twisting you in many directions until you stop and allow the change to occur. One cannot step unto this pathway and not feel the change. But if you try to stop, the experience will become more filled with obstacles. You have awakened to be the Master of the New Earth, so it is very important that you take this pathway very seriously.

The changes that you are feeling is not just because of GAIA, it is due to the acceleration of the planets coming into alignment and everything else must be connected to those energies. It is not an easy process by any means but each of you is doing it to the best of your abilities.

There is always more than can be done.

My message to you at this time is do not ignore the energies of Wesak. Prepare yourself to walk through the next doorway as you have a deep responsibility to do so. You may not even realize how important this pathway is for your soul’s growth and commitment to the Earth. So that is why I am here in this moment sharing with you my essence and the desire to see each of you achieve the very best within your life.

Make a commitment to connect with others for the Wesak energies. It does not matter if it is in person or long distance, but it is very important to allow these frequencies of light to exist in your world.

Some may say that what I am about to say is not something a master would share, but in truth, you must decide for yourself.

I work with Walking Terra Christa and Rev. Meleriessee and Rev. Aranathanara to bring forth the highest information possible. It is my role with them presently. It is a new job for both of us which takes great diligence to provide this information and availability of connection through the waves of dimensions for Meleriessee. We work very hard on the Inner Plane with each other to make sure the information they provide is within the truth of the God Force.

In prior channelings I had shared that there would come a time within the energies of the New Earth that I would step forward and work with chosen individual(s).  I want to tell you that Rev. Meleriessee and Rev. Aranatharna are these individuals that I have chosen.

What they administer to others is unmarked by anyone else on this planet. Meleriessee has achieved her own ascension and chooses to stay on this planet to assist others. Aranathanara is doing the same with great sacrifices. This is what it takes to be an Ascended Master within a physical body.

I ask of you, “Can you take 3 hours out of your day on May 3rd to be part of these frequencies and join Walking Terra Christa with others to connect with the Masters in Shamballa along with Lord Buddha?”

I know that attending this ceremony will assist each individual that chooses to participate as it allows each of us in the God Force to work with each of you more directly. This is the energetic exchange that Rev. Meleriessee brings forth. It will be unmatched by anything else that you experience and will allow your essence to stand with each of the Ascended Beings of Light within Shamballa.

I also want to share that a Spiritual Donation is required because the work that they do is guided by the God Force. I stand by this statement of saying that a small donation will show a statement of faith by your physical essence to receive the highest quality of energetic exchange. It is not the money itself, but the act that represents the Universal Law of Abundance. Ideally, this is why they are requiring a very small donation as  low as $11 to attend this ceremony but in return, you will receive so much more.

This represents the movement,

“Yes, I am an Initiate, and I want to be acknowledged by others. I know that this is an energetic exchange and I want the Ascended Masters, especially Lord Melchizedek to acknowledge I am serious about my Pathway of Initiations.”

I share this information not because of the donation but the seriousness of exchange on the mastery pathway. Many individuals feel that all this work should be free; but yet, those individuals probably are not serious about the spiritual growth. This represents the lower ego and that energy should be free. But when a person who has achieved what both Meleriessee and Aranathanara have acquired, it has taken years of work, learning, and growing through the process of their initiations. They have chosen to do this work to help every living person who wants to achieve more to be able to do so.

This is why I work with them; not because I feel they are special, as they are. But because, I see the steps they have taken to do this work and no others upon the planet can do it as I choose to command it to be. We are partners and I applaud what they are trying to create upon this Earth.

I want to see the same for each of you. Wesak is a ceremony that should not be missed by any initiate. I am happy to see the growth of the planet that events such as this can be experienced through tele-communications as it is helping to connect people all around the world.

This, I would say, is “Freedom Within.”

I look forward to connecting with each of you during this powerful time of acceleration.

I am Master Djwhal Khul at your service.

In Blessings of Love and Wisdom, I walk with you.

USE THIS BUTTON TO ORDER THE FULL AUDIO RECORDING OF THE WESAK CEREMONY AND BLESSINGS FROM LORD BUDDHA,  LORD MAITREYA, and LORD SANAT KUMARA FOR 2015.


Chose Your Financial Means Level



 

©2012-2015 Walking Terra Christa Academy of New Earth Mastery https://walkingterrachrista.com/ by Rev. Christine Meleriessee and Rev. J. Michael Hayden (Ara).  Permission to repost this information electronically on your non-commercial website or blog is granted as long as you include this copyright statement and the following referral links.  Use for commercial websites, blogs and printed or written reproduction requires written permission.

If you like this article please do the creation of the New Earth a favor and SHARE it | Make sure to connect with us in these ways:
EMAIL SUBSCRIBE: http://eepurl.com/lJKNr
YOUTUBE SUBSCRIBE: http://www.youtube.com/user/heliohah111
FOLLOW: http://twitter.com/WalkingTerra
LIKE US: http://facebook.com/WalkingTerraChrista
Really love it? We certainly do appreciate your DONATIONS of support: https://walkingterrachrista.com/donate

 

 


Discover more from Walking Terra Christa Ascension Mastery Academy of New Earth Teachings℠

Subscribe to get the latest posts sent to your email.

Follow Walking Terra Christa Academy of New Earth Mastery on WordPress.com

DID YOU GET YOUR SPIRITUAL TREASURE THIS MAY? DON'T MISS OUT! LISTEN TO THE WESAK GLOBAL ONLINE FESTIVAL NOW:

X