//-- Begin Scroller's Parameters and messages -->
//scroller's width
// Due ot NOT working on Firefox, I did not use this variable.  The value is entered directly
var swidth=230;

//scroller's height
var sheight=100;


//scroller's speed 
var sspeed=1;
var restart=sspeed;
var rspeed=sspeed;

//scroller's pause 
var spause=3000;

//scroller's background
var sbcolor="#ccffcc";

//messages: set your own; use as many as you'd like; set up Hyperlinks to
//URLs as you normally do: <a target=... href="... URL ...">..message..</a>;
var singletext=new Array();
singletext[0]="<div class=tanc><center>TESTIMONIALS</center>I short Cable (GBP/USD) and made <font color=#BB000>some pips</font>. It's not much but I finally know what i'm doing :-) entered at 11:45pm (24 May 2007) monitored for half an hour..flat price action....set stop loss and entry and hit the sack at 12:30pm. wake up next morning <font color=#BB000>PROFIT</font>.!!!! <br>Ling (from Singapore) <br><br><u>Disclaimer</u>: This is one persons experience. Yours may differ and Past performance does not guarantee future success.</div>";
//singletext[1]="<div class=tanc>Hi Chris,<br />yesterday I sold eur/cdn @155.01 and <font color=#BB000>made 80 pips</font>. and gbpusd sold @197.15 and <font color=#BB0000>made 35 pips</font>. Total, <font color=#BB0000>$2379.00 for the day</font>. Thanks for your help its your technique that i learn from you. <br />thanks.<br />subash.  <br><br><u>Disclaimer</u>: This is one persons experience. Yours may differ and Past performance does not guarantee future success.</div>";
singletext[1]="<div class=tanc>Hi Chris,<br />I just wanted to send you a belated thank you for the follow up reviews. For those of us who wish to further our understanding of the markets they are absolutely invaluable and greatly appreciated. Since taking your course in Toronto last year <font color=#BB0000>my account has doubled</font>.<br />Thank you for all your efforts in forex education.<br />Cliff Dominy<br />CN Dominy PhD, Biotechnology Research Analyst. <br><br><u>Disclaimer</u>: This is one persons experience. Yours may differ and Past performance does not guarantee future success.</div>";
singletext[2]="<div class=tanc>Hi Chris,<br />My trading is going great thanks to your training and I'm actually thinking of opening my own Forex fund for a limited amount of people. <br />My best friend gave me $50,000 to invest and I have <font color=#BB0000>a lot of profitable trades in a row</font> for them, (no losers!) thanks to your methods. <br />See Ya,<br /> Bob Galvin  <br><br><u>Disclaimer</u>: This is one persons experience. Yours may differ and Past performance does not guarantee future success.</div>";
singletext[3]="<div class=tanc>Hi Chris,<br />I have never been ever to a workshop that really gets down the nuts and bolts of things and shows you how to make money in this market.<br />Any trader reading this would be an absolute fool not to not to beg, borrow or doing anything at all you can think of legally to get the money to attend to one of his seminars.<br />Chris Kent, San Diego, CA  <br><br><u>Disclaimer</u>: This is one persons experience. Yours may differ and Past performance does not guarantee future success.</div>"; 
singletext[4]="<div class=tanc>Hi Chris,<br />I want to take a minute to thank you for the great information at the vancouver advanced trading course.I had computer delays and didn't get started for 2 or 3 weeks afterwards, but since then I've gotten a lot of winning trades</font>. I definitely have more patience,and confidence, in support and resistance, trendlines, and an overall understanding of how the markets move and trading those moves sucessfully. <br />Great job Chris you're awsome, and I look forward to being more active with you online as my time allows.<br />Wes Blackford<br />many thanks  <br><br><u>Disclaimer</u>: This is one persons experience. Yours may differ and Past performance does not guarantee future success.</div>";
singletext[5]="<div class=tanc>After attending both of Chris' workshops, I feel totally empowered and humble all at the same time. If everyone learned from you guys, it might get alot more difficult to make money in 4X. <br />Last week, using Chris basic guidance from essentials workshop. My first day back to the grind. <br />Daryll Warren  <br><br><u>Disclaimer</u>: This is one persons experience. Yours may differ and Past performance does not guarantee future success.</div>";
singletext[6]="<div class=tanc>Hi Chris,<br />Thank you. It was  a great explanation on GBP/JPY carry trade. The one issue I find in trading this pair is it almost always test 61 to 78% to 100% retracement. I need to have more patience on my entries on this pair. It was excellent evening. I did get dinged on swap. But great trade. I commend you for an excellent session today. I really like how you <font color=#BB0000>marry fundamentals into technicals</font>.<br />Once again an excellent session, as always, suresh  <br><br><u>Disclaimer</u>: This is one persons experience. Yours may differ and Past performance does not guarantee future success.</div>";

//singletext[8]="<div class=tanc>Hi Chris,<br />
//singletext[...]='...';
//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
var ii=0;
function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}}

function start_scroller(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight;ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;ns6scroll();}
else 
if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}
else 
if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight;iediv.innerHTML=singletext[0];sizeup=iediv.offsetHeight;iescroll();}}
function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;setTimeout("iescroll()",spause);}else 
if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed;setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight;iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;iescroll();}}
function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}}
function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed;setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight;ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}
