Your evidence-based guide to conception support This book is for you if you: think you’ll soon be ready to try to grow your family have started to try but realised it’s not quite as easy as you were led to believe are heading straight to IVF and want to turn up feeling like you’ve given yourself the best chance are considering or undergoing IVF and looking for all the puzzle pieces to give yourself the best chance Trying is the culmination of 8 years of undergraduate study in the field of health and natural medicine, a further 2 years of post-graduate study in the field of reproductive medicine. This is combined with hours of evenings lost to medical journals and of course, the invaluable clinical hours spent in deep fertility consultation. Available as both an EBook or Audiobook (+ Resources) 🎧 Listen to a sample of the Audiobook Trying. An evidence-based guide to conceiving sooner. 0:00 0:00 ⏮ 15s ▶ 15s ⏭ 1× (function () { var audio = document.getElementById('ab-audio'); var playBtn = document.getElementById('ab-play'); var fill = document.getElementById('ab-progress-fill'); var wrap = document.getElementById('ab-progress-wrap'); var current = document.getElementById('ab-current'); var dur = document.getElementById('ab-duration'); var speedBtn= document.getElementById('ab-speed'); var volSlider=document.getElementById('ab-vol'); var speeds = [1, 1.25, 1.5, 2, 0.75]; var sIdx = 0; function fmt(s) { s = Math.floor(s); return Math.floor(s / 60) + ':' + ('0' + (s % 60)).slice(-2); } audio.addEventListener('loadedmetadata', function () { dur.textContent = fmt(audio.duration); }); audio.addEventListener('timeupdate', function () { current.textContent = fmt(audio.currentTime); if (audio.duration) { fill.style.width = (audio.currentTime / audio.duration * 100) + '%'; } }); audio.addEventListener('ended', function () { playBtn.textContent = '▶'; }); playBtn.addEventListener('click', function () { if (audio.paused) { audio.play(); playBtn.textContent = '⏸'; } else { audio.pause(); playBtn.textContent = '▶'; } }); wrap.addEventListener('click', function (e) { var rect = wrap.getBoundingClientRect(); var pct = (e.clientX - rect.left) / rect.width; audio.currentTime = pct * audio.duration; }); document.getElementById('ab-rw').addEventListener('click', function () { audio.currentTime = Math.max(0, audio.currentTime - 15); }); document.getElementById('ab-ff').addEventListener('click', function () { audio.currentTime = Math.min(audio.duration, audio.currentTime + 15); }); speedBtn.addEventListener('click', function () { sIdx = (sIdx + 1) % speeds.length; audio.playbackRate = speeds[sIdx]; speedBtn.textContent = speeds[sIdx] + '×'; }); volSlider.addEventListener('input', function () { audio.volume = this.value; }); })();