- Availability
-
Not Yet Published.
March 2021 (Backorder policy)
- Product Code
-
BWSKE1
- Binding
-
Softcover
- Size
-
8 x 5.25 Inches (US)
- Rating
-
Well-known author Liz Kelly introduces you to women who have cultivated virtue through a life of surrender and love in the midst of deep sorrows and trials. They are students, wives, employees, friends, mothers, and will be your companions in your faith journey. Designed and written as a living workbook to be read in Adoration, as a study, or in prayer and meditation—either alone or in a small group.
$(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");
}
|