How can you free yourself from the ongoing, painful fear of overeating?
As most of you know, I am a big proponent of using our relationship with food as a doorway joy, appreciation and power.
I was with a friend recently who said that she weighs and measures every bite she puts into her mouth. "I am frightened that if I start eating, I'll never stop." she said.
I told her I understood, and that I too was frightened of food once, but
mostly, I was frightened of myself. I realized then (and again) that although we
don't realize it, we are making choices daily about what we trust and what we
fear. And that there is a clear, defined path from fear to trust. Most of us stay in
the middle region between fear and trust. We trust ourselves sometimes, then we
get scared and we cycle back to the way we have always lived, which is followed
by our resolve to do it differently. But, and I know this from direct experience, it
really is possible to move from fear to trust, from shame to power, from
deprivation to joy.
Want to dive deeper to make a lasting change?
Join Geneen in person May 14-19 in Watsonville, CA
Want to dive deeper to make a lasting change?
Join Geneen in person May 14-19 in Watsonville, CA
function CheckMultiple15(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm15(f) { var email_re = /[a-z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/i; if (!email_re.test(f.email.value)) { alert("Please enter your email address."); f.email.focus(); return false; } return true; }