- Availability
-
Not Yet Published.
January 2026 (Backorder policy)
- Product Code
-
BDMHE6
- ISBN
-
9781593257392
- Binding
-
Softcover
- Size
-
8 x 5.25 Inches (US)
- Rating
-
The resounding message of both tradition and modern research is that near-death experiences hold the potential to lead us on a powerful journey of healing, both for ourselves and for those we care about. They open us to the One who can mend our wounds, change us, and send us out into the world with a newfound joy and love for God and others. Through firsthand accounts of death-related visions from the early Church to modern times, you will be inspired by the goodness of the Lord as you grow closer to him, in this life and in the next.
Order on Amazon or call us at 301-874-1700 to order by phone. Bulk discounts are available when ordering by phone.
$(document).ready(function () {
$(".fancybox-thumbs").fancybox();
$(".thumbnailImage").hover(function () {
var thumb = $(this).parent();
var src = $(thumb).attr("rel");
var href = $(thumb).attr("href");
$(".productImage").each(function (i) {
$(this).attr("src", src);
$("#ProductImageUrl").attr("href", href);
$(this).unbind("click", mainImageClick);
$(this).bind("click", { thumbId: $(thumb).attr("id") }, mainImageClick);
});
});
});
function mainImageClick(event) {
$("#" + event.data.thumbId).trigger("click");
}
|