// JavaScript Document



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

text[1] = "&quot;Your  life is a sacred journey. And it is about change, growth, discovery, movement,  transformation, continuously expanding your vision of what is possible,  stretching your soul, learning to see clearly and deeply, listening to your  intuition, taking courageous challenges at every step along the way.&quot;<br /><br />Caroline Adams";
text[2] = "&quot;When learning involves the whole brain, we become active,  self-motivated learners, able to take risks, explore new territory, and enjoy  the peaks and valleys of the adventure, at any age and under any circumstance.&quot;<br /><br />Paul E. Dennison Ph.D., creator of Brain Gym&reg;";
text[3] = "&quot;Being  willing to change allows you to move from a point of view to a viewing point - higher, more expansive, from which you can see both sides.&quot; <br /><br />Thomas Cru&quot;";
text[4] = "&quot;People say that what we're all seeking is the meaning of life... I  think that what we're really seeking is the experience of being alive.&quot;<br /><br />Rudyard Kipling";
text[5] = "&quot;The  hero goes through an experience of separation from the world and into an  experience of initiation, in which he or she assimilates powers at their  source. The hero goes off from the ordinary, everyday world into a region of  the supernatural, where strange forces are found. In an encounter with the  adversary, the hero wins a decisive victory and then returns to the world with  the power to bestow on the world the benefits of his or her adventure.&quot;<br /><br />Alexandra Collins Dickerman";
text[6] = "&quot;I  turned my head for but a moment and that moment became my life.&quot;<br /><br />Author  Unknown";
text[7] = "&quot;Coaching  is a synthesized profession, which utilizes the best from business,  transitional management, organizational behaviour and creative problem solving  to benefit the individual and the organization. It equips people with the  tools, knowledge, and opportunities they need to fully develop themselves in  their personal and professional lives.&quot;<br /><br />Corporate Coachu International, CCUI";
text[8] = "Imagine... <br /><strong>Awareness</strong><br />You notice a creative thought or a desire for change stirring within you.<br /><strong>Vision</strong><br />You picture yourself realizing this magnificence.<br /><strong>Passion</strong><br />You suspend all to manifest your dream.<br /><strong>Courage</strong><br /> You resist negative talk and trust your heart to explore the potential.<br /><strong>Mission</strong><br />You carefully craft a meaningful intention .<br /><strong>Action</strong> <br />You agree to danceĦ­step by step...on this meandering path.<br /><strong>Empowerment</strong><br />You gracefully manoeuvre around the areas of resistance.<br /><strong>Success</strong><br />Your accomplishment fills you with light, inspiration and gratitude.<br /><strong>Celebration</strong><br />You bow to your soulful brilliance.<br /><strong>Coaching  can support you through this process of discovery and change. </strong> ";

var mytext = text[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(); }
}



