// JavaScript Document


//START Testimonials
var textnumber = 18 ; 
var randomnumber = Math.random() ; 
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ; 
text = new Array;

text[1] = '<p>The EFT workshops have been absolutely live changing experiences. Annabel is full of energy, fun to work with, and very knowledgeable.Thank you for your great workshops!<br /><br />Geanina Vacariu, <br />Vancouver, BC, Canada';
text[2] = '<p>The results are fantastic. Upon returning home, I found myself confident and sure of what I\'m able to achieve using EFT. It has been only 3 days since the workshop, and I have already worked on 2 different PAYING clients, both with excellent results.<br /><br />Rob Spielman, <br />Prince Rupert, BC, Canada';
text[3] = '<p>I have found Annabel to be a compassionate and competent professional who creates a safe and relaxed environment for all her clients. EFT is a life changing therapy that I practice regularly and as a result I continue to reap the benefits.  <br /><br />RB,<br />Vancouver, BC, Canada';
text[4] = '<p>A good friend of mine recommended EFT to me for my recent back injury and depression which came with it. Because my back pain was so bad, I had to bring a folding bed to lie on during the breaks. Now I am able to sit for about 45 minutes without any pain. The depression has lifted, and the changes in my emotions brought a reduction in pain as well. Now I am able to go to work part time every day. <br /><br />Geanina Vacariu, <br />Vancouver, BC, Canada';
text[5] = '<p>Being diagnosed with Multiple Sclerosis over 20 years ago, I thought this is what I would have to deal with for the rest of my life. Doing EFT with you has brought me to see why the patterns have been consistent in my never winning life! Being introduced to you has changed my life.  <br /><br />Monalyne Bachalo, <br />Victoria, BC, Canada';
text[6] = '<p>I immediately saw how much more effective EFT was working with Annabel than on my own. Since working with Annabel, my energy levels have dramatically increased. I find it much easier now to make the shift from moving unconsciously as the old beliefs I held about myself to being the larger, authentic me-someone capable of moving forward in new, fulfilling and meaningful ways.<br /><br />Darlene Bentley, <br />Alberta, Canada';
text[7] = '<p>You are a delight and a truly gifted empath and healer.  Thanks very much for all your warmth and care. <br /><br />Joyce King,  <br />Indiana, USA';
text[8] = '<p>The Mastery Circle boosted my confidence in my skills to a place where I was able to go forward and be open to opportunities as they presented themselves. I always leave the Mastery Circle feeling like a million dollars and ready to conquer anything, such is the positive energy and good work that goes on in that half day we have together.    <br /><br />Tammy Ford,  <br />Chilliwack, BC, Canada';
text[9] = '<p>Your deep intuition about people and the issues they present is really inspiring to me and I want to continue to work with you and the group. Thanks for your grace and generosity of spirit in sharing all that you have learned. <br /><br />JK';
text[10] = '<p>I find myself much more calm and focused, having released a few biggie blocks such as procrastination, frustration...once those were resolved, situations I thought were insurmountable, corrected themselves and I find life much more enjoyable. <br /><br />JK';
text[11] = '<p>The Mastery Circle boosted my confidence in my skills to a place where I was able to go forward and be open to opportunities as they presented themselves. I always leave the Mastery Circle feeling like a million dollars and ready to conquer anything, such is the positive energy and good work that goes on in that half day we have together.    <br /><br />Tammy Ford,  <br />Chilliwack, BC, Canada';
text[12] = '<p>During the teleclass series, I had] the amazing feeling of limiting beliefs falling down and a new, better world seeming to appear as a result of that! Mind blowing at times. I have found you to be so adept at fishing out beliefs and hurts that contribute to illness - I feel you know how an "ill" person thinks and that has made me aware of things I was blind to before.    <br /><br />Sarah Naylor,  <br />Scotland, UK ';
text[13] = '<p>I would recommend this teleclass series.  I found it supportive. I always enjoyed being able to listen to the taped session and do the tapping on that again.     <br /><br />Susan Lauber,  <br />Alberta, Canada';
text[14] = '<p>This was an excellent investment... I would absolutely recommend this teleclass series; you have such an affirming manner and make people comfortable, feel respected and cared for.  Thank you.    <br /><br />Ivy Stanley, <br />BC, Canada';
text[15] = '<p>Thank you so much for the EFT session on Saturday morning, I found that it really helped me. Also after we had EFT the rest of my weekend was really great! My rash is also getting a lot better. Thanks again.<br /><br />SC, 11 years old,<br /> Alberta, Canada';
text[16] = '<p>It was so great to meet you and learn with you. You are a talented healer and a passionate person. <br /><br />Joanna Krop, <br />Ontario, Canada';
text[17] = '<p>The five sessions that I initially committed to yielded tremendous results for me. <br /><br />Paula Sistare, Licensed Professional Counsellor,  <br />Connecticut, USA';
text[18] = '<p>You have given me so much to live for by helping me. I can do more than I ever thought! I thank you for that! <br /><br />MB, <br />British Columbia, Canada';

var mytext = text[rand1];
//END Testimonials


//START QUOTES
var textnumber1 = 1 ; 
var randomnumber1 = Math.random() ; 
var rand1 = Math.round( (textnumber1) * randomnumber1) + 1 ; 
text1 = new Array 

text1[1] = '<img src="/images/header-fade.jpg" alt="" />';
text1[2] = '<img src="/images/header-fade.jpg" alt="" width="200px"/>';

var mytext1 = text1[rand1];
//END QUOTES


//pop-up window function
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
