Your Story Hour

Are you looking for a way to entertain and educate your children while instilling biblical values? Your Story Hour is a non-profit Christian organization that produces audio stories for children of all ages that are both entertaining and educational. Their stories cover a wide range of topics, including history, science, adventure, and faith, all while being biblically based.

Founded in 1949 and headquartered in Berrien Springs, Michigan, Your Story Hour produces audio CDs and MP3 downloads, as well as a magazine called Adventures in Odyssey. They also offer resources for homeschooling families and churches, making it easy to incorporate their stories into your curriculum or Sunday school lessons.

Filters:

Show In Stock Items Only
  • In Stock
Att - Age By Development
  • Adult (158)
  • Teen 13-17 Years (17)
  • Tween 9-12 Years (6)
  • Kids 6-8 Years (1)
Att_Interest
  • Reading (17)
  • Music (7)
  • Teaching (2)
  • Leadership (1)
  • Outdoor (1)
  • Sports (1)
  • Travel & Culture (1)
Att_Season
  • Christmas (5)
  • Advent (3)
  • Mother's Day (3)
  • Father's Day (1)
Att_Theme
  • Bible Theme (10)
  • Everyday Life (3)
  • Inspirational (3)
  • Educational (1)
  • Geographic (1)
  • Nature (1)
  • Scripture (1)
  • Wildlife (1)
Att_Audience
  • Parents (17)
  • Women (16)
  • Mothers (11)
  • Teen (10)
  • Student (5)
  • Children (4)
  • Family (4)
  • Girls (4)
  • Wife (4)
  • Boys (2)
  • Grandmother (2)
  • Husband (2)
  • Men (2)
  • Teachers (2)
  • Pastors (1)
Att_Book Category
  • Christian Living (98)
  • True Stories (50)
  • Parenting (25)
  • Relationship (23)
  • Marriage (21)
  • Spiritual Growth (20)
  • Inspirational (16)
  • Finances (13)
  • Personal Growth (12)
  • Devotional (11)
  • Bible Studies & Study Guides (10)
  • Church (10)
  • Family (10)
  • Purity (10)
  • History (9)
  • Short Stories (9)
  • Evangelism (8)
  • God (8)
  • Grief (8)
  • Jesus (8)
  • Animal Stories (7)
  • Forgiveness (7)
  • Business (6)
  • Church History (6)
  • Faith (6)
  • Technology (6)
  • Thought Life (6)
  • Fiction (5)
  • God's Love (5)
  • Historical Non-Fiction (5)
  • Missionary (5)
  • Poem (5)
  • School - Teaching (5)
  • Sexual Abuse (5)
  • Spiritual Disciplines (5)
  • Spiritual Warfare (5)
  • Adoption (4)
  • Biography (4)
  • Counselling (4)
  • Creation & Apologetics (4)
  • Health (4)
  • Pastors (4)
  • Religion (4)
  • War (4)
  • For Women (3)
  • Healing (3)
  • Illness & Accidents (3)
  • Sexual Sin (3)
  • Social Issues (3)
  • Adventure (2)
  • Cross (2)
  • Discipleship (2)
  • Heaven (2)
  • Horse Stories (2)
  • Leadership (2)
  • Nursing/Medical (2)
  • Prayer (2)
  • Song Books (2)
  • Study Helps (2)
  • World History (2)
  • Addictions (1)
  • Children's Chapter Books (1)
  • Colouring Books (1)
  • For men (1)
  • Grace (1)
  • Hell (1)
  • Historical Fiction (1)
  • Holy Spirit (1)
  • Infertility (1)
  • Nature (1)
  • Persecution (1)
  • Picture Books (1)
  • Travel (1)
Att_Binding
  • Paperback (307)
  • Hardcover (45)
  • Softcover (18)
  • Audio Book (3)
  • Audio CD (1)
  • Faux Leather (1)
Att_Language
  • English (3)
  • German (2)
/* CLOSE BUTTON STYLES*/

.dwc-quick-view__close-btn {
 --bg-color: #fff;
  --icon-color: black;
  --icon-size: 16px;
  --padding: 8px;
  --border-radius: 50vw;
  --border: none;
}
  
 :root {
   /*QUICK VIEW*/
   --qv-width: 1024px;
  /* OVERLAY */
  --qv-overlay-bg-color: #0a3152;
  --qv-overlay-blur: 5px;
  --qv-overlay-opacity: 0.5;

  /* SIDEBAR LOCATION */
  --qv-sidebar-width: 400px;

  /* QUICK VIEW ENTRANCE ANIMATION */
  --qv-animation: fade;
  /* slide, fade, zoom*/

  /* NEXT/PREV BUTTON */
  --inactive-btn-bg: rgba(0, 0, 0, 0.25);
  --inactive-btn-opacity: 0.5;
   
   /*ACTIVE CARD 
   - add the class .dwc-highlight 
   for this and trail to work */
   
    --active-card-bg:  white ;
    --active-card-border: solid 1px transparent;
  
    
    /*TRAIL*/
    --trail-bg:transparent;
    --trail-border-color:skyblue;
    --trail-border-size: 2px;
    --trail-border-radius:10px;
    --trail-transition:transform 0.45s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
const initializeBricksScripts = 0;
const initializeWooScripts = 1;
const enableTrail= 1;
const quickViewLocation = 'center';  // 'left', 'right', 'center', 'dock'
//const url = '/quick-view-dev-src/'; // quick view page url
const fetchFromSinglePage = 1; // condition to switch between single and multiple URLs
const fallbackUrl = '/quick-view-dev-src/'; // default quick view page URL


// TRAIL configuration
let trailConfig = {
  borderColor: 'var(--trail-border-color)',
  borderSize: 'var(--trail-border-size)',
  borderRadius: 'var( --trail-border-radius)',
  backgroundColor: 'var(--trail-bg)',
  transition: 'var(--trail-transition)'
};