require("../application.php");
// Declare the current section
$section = "parents";
$title = "Childrens Pagan Prayers";
// Set up the page
if ($print == "yes") {
require("../layout/page_top_print.php");
}
else {
require("../layout/page_top.php");
require("../layout/page_nav.php");
}
?>
Children's Pagan Prayers
By: Keitha
Posted: June 9th/06
Bed Time Prayer
Lady and Lord,
Please guide me,
and protect me,
and keep me safe,
from all harm
Please watch over Mommy,
and Daddy,
and me,
and all my family!
Blessed Be.
Food Blessing
Lady and Lord,
Thank you for this food which we're going to eat
Thank you for the earth in which it grew,
the rain that watered it,
the wind which gave it breath
and the sun which gave it life
Thank you for the life which was given so we can eat
We are grateful for all the blessings we have in our lives
and for all the unknown blessings already on the way
May we continue to live in health
happiness,
love,
family,
and prosperity
Blessed Be.
Travel Blessing
Lady and Lord,
Please guide us and protect us on our journey
and keep us safe from all harm.
Please don't let us get into any accidents,
breakdowns,
bumps, rubs,
or other trouble.
Just help us get to all the places we want to go to today,
Safely.
So mote it be.
// Print the page
if ($conjure != "home" and $print != "yes") {
echo "
Print this page";
}
// close the page
require("../layout/page_bottom.php");
?>