/************************************/
/*   http://javascripts.vbarsan.com */
/*   This notice may not be removed */
/************************************/

//-- Begin Scroller's Parameters and message -->
//scroller width: change to your own;
var swidth=730;  // needs to work within the .scrolling-text dimensions as given in styles.css

//scroller height: change to your own;
var sheight=70;  // needs to work within the .scrolling-text dimensions as given in styles.css

//background color: change to your own; 
var sbcolor="#E1FBCA";

//scroller's speed: change to your own;
var sspeed=1;
var restart=sspeed;
rspeed=sspeed;

//text: change to your own

wholemessage=
'Norman’s coaching, guidance and support were extremely helpful, and enhanced my recovery, focus and direction at a time when I was most in need. Many thanks.     <b>Young Persons Advisor</b><br><br>'+
'‘<i>Stop the world, I want to get off</i>’ used to be my pet phrase.  One day, I realised that I really did need a change of direction and more importantly, needed time to stop and think about the future.  Norman was someone independent, he listened to my concerns and he set an agenda to move forward.  I could analyse and discuss with Norman, areas of my own life but working at my own pace.  Norman doesn’t make decisions for you but provides the tools so that problem situations can be looked at objectively.  Over the last two years, I have re-addressed my work / life balance and found the experience truly rewarding and am now looking forward to the future.  I could not have done this without Norman’s help.    <b>Insurance Brokerage MD</b><br><br>'+ 
'I found Norman’s coaching really useful. I always came away feeling like I can conquer the world! The clarity I have gained from our sessions is fantastic and I am so pleased with how things are going. I am a lot less worried about making mistakes and more able to focus on the positives in my life.     <b>Entrepreneur</b><br><br>'+
'Norman is very open and approachable and I found it very easy to talk to him about my business plans.  He utilised his experience to challenge me over a few crucial points to ensure that I was heading in the right direction.  As a result of our sessions I have a clear plan to grow my business and feel certain it will work.     <b>Relationship Coach</b><br><br>'+
'Norman was very clear and methodical. He was frank and direct, but with warmth and a lively sense of humour. His approach was refreshing and relaxing and encouraged me to make the changes that were needed to de-clutter my home life.   <b>Psychotherapist</b><br><br>'+
'I was confused and at a loss after my illness, but coaching gave me the focus and strength to look at my options properly. Norman is very positive and patient. He helped me to get a clear picture of my new self and what I really needed, now.   <b>Technical Writer</b><br><br>'+
'Norman is very empathetic, but also practical. I was confused and guilty about my marriage break-up and he showed me how to see the reality of the situation,how to get on with the practicalities and stop feeling guilty.   <b>Wife and Business Partner</b><br><br>'+
'By asking me to list the good things about myself, and my achievements, Norman made me see for the first time that it wasn’t me who was at fault, it was my work and my employers. He helped me to work out what sort of job I should be doing and also with preparing my CV.   <b>HR Specialist</b><br><br>'+ 
'The comparison between my work and my personal values which Norman developed for me is a very practical way to see how the two match up - or do not. I can see clearly now what makes me happy about my business and what I have to get rid of. I can take the right actions and make sure that I enjoy everything I do   <b>Designer</b><br><br>'+
'Norman is a very good listener. He is realistic, but made me challenge my ideas about changing career in a positive, constructive way without ever belittling them.   <b>Teacher</b><br><br>'+
'I needed to relax and be more confident about myself. My illness and surgery left me feeling very vulnerable but talking to Norman made me see that I need to be positive and take control. He was insistent but it made me take the right positive steps.     <b>Housewife and mother</b><br><br>'+
'Norman helped me to break down my relationship problems into manageable pieces. He cares about the people he helps, is genuinely interested and it shows.   <b>Shop Manager</b><br><br>'+
'After my divorce, our sessions came just at the right time and made me reflect on doing things for me, rather than to sort the job or the house. Norman also motivated me to make the everyday things count and put me back on track in my life.    <b>Healthcare Manager</b><br><br>'+
'Norman’s idea of an exit strategy, as I approached retirement, was really helpful and practical.  It relieved the pressure of not knowing what I was going to do and provided a clear route to a worthwhile second career.    <b>Consultancy Partner</b><br><br>'+
'Norman is sincere and open-minded.  He was able to guide me through my thoughts about painting full time and kept me focused on making them a reality. He is always adaptable, flexible and an immeasurable asset to have on my palette.     <b>Artist</b><br><br>';

//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
function goup(){if(sspeed!=rspeed*8){sspeed=sspeed*2;restart=sspeed;}}
//-- function godown(){if(sspeed>rspeed){sspeed=sspeed/2;restart=sspeed;}} -->
function start(){if(document.getElementById)ns6marquee(document.getElementById('slider'));else if(document.all)iemarquee(slider);else if(document.layers)ns4marquee(document.slider1.document.slider2);}function iemarquee(whichdiv){iediv=eval(whichdiv);iediv.style.pixelTop=sheight+"px";iediv.innerHTML=wholemessage;sizeup=iediv.offsetHeight;ieslide();}function ieslide(){if(iediv.style.pixelTop>=sizeup*(-1)){iediv.style.pixelTop-=sspeed+"px";setTimeout("ieslide()",100);}else{iediv.style.pixelTop=sheight+"px";ieslide();}}function ns4marquee(whichlayer){ns4layer=eval(whichlayer);ns4layer.top=sheight;ns4layer.document.write(wholemessage);ns4layer.document.close();sizeup=ns4layer.document.height;ns4slide();}function ns4slide(){if(ns4layer.top>=sizeup*(-1)){ns4layer.top-=sspeed;setTimeout("ns4slide()",100);}else{ns4layer.top=sheight;ns4slide();}}function ns6marquee(whichdiv){ns6div=eval(whichdiv);ns6div.style.top=sheight+"px";ns6div.innerHTML=wholemessage;sizeup=ns6div.offsetHeight;ns6slide();}function ns6slide(){if(parseInt(ns6div.style.top)>=sizeup*(-1)){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";setTimeout("ns6slide()",100);}else{ns6div.style.top=sheight+"px";ns6slide();}}
//-- end Algorithm -->