/***********************************************
* Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var delay = 5000; //set delay between message change (in miliseconds) orig 2000
var maxsteps=40; // number of steps to take to change from start color to endcolor orig 30
var stepdelay=50; // time in miliseconds of a single step orig 40
//**Note: maxsteps*stepdelay will be total time in miliseconds of fading effect
var startcolor= new Array(255,255,255); // start color (red, green, blue)
var endcolor=new Array(31,88,150); // end color (red, green, blue)

var fcontent=new Array();

begintag='<div style="font: normal 11px Arial; padding: 2px;">'; //set opening tag, such as font declarations

fcontent[0]="<STRONG>''We have been using Income Manager since 1998. It's a wonderful program. We wouldn't be without it.''</STRONG><BR>              <br>                                                Denise<br>              Voices of Positive Women";
fcontent[1]="<STRONG>''The newsletter looks great with lots of great tips.<br>              <br>                             It is a great database already and I know that  the new version will  be even better.''</STRONG> <br>              <br>                            Cecilia Brooks, <br>              Fairmount Home, <br>              Glenburnie, ON'";
fcontent[2]="<STRONG>''Kindness is a language which the blind can see and the deaf can hear''</STRONG><BR>                                  <BR>                                  Anonymous<br>";
