/* *****
 * User defined fade objects and messages
 *
 * These messages are used in fades triggered by mouseovers and
 * mouseouts on table cells.  They are the simplest type of fade and
 * require no extra Javascript code.
 */
 
// We do not use the rollover faders (fader[0], fader[1]);
var fader = new Array();

//fader[0] = new fadeObject('fade0', 'dddddd', '000000', 20, 20);
//fader[0].msg[0] = "This is an optional default message; the fade object on the right side has no default.  Mouseover each topic to make quotes fade in and out.";
//fader[0].msg[1] = "Nowhere can a man find a quieter or more untroubled retreat than in his own soul.<br />- Marcus Aurelius";
//fader[0].msg[2] = "Feeding the starving poor only increases their number.<br />- Ben Bova";
//fader[0].msg[3] = "The limits of tyrants are prescribed by the endurance of those whom they oppose.<br />- Frederick Douglass";
//fader[0].msg[4] = "The foolish man seeks happiness in the distance, the wise grows it under his feet.<br />- James Oppenheim";

//fader[1] = new fadeObject('fade1', 'bbbbbb', '000000', 20, 20);
//fader[1].msg[1] = "Success is relative. It is what we can make of the mess we have made of things.<br />- T.S. Eliot";
//fader[1].msg[2] = "We have two ears and one mouth so we may listen more and talk the less.<br />- Epictetus";
//fader[1].msg[3] = "It is better to be violent, if there is violence in our hearts, than to put on the cloak of nonviolence to cover impotence.<br />- Mahatma Gandhi";
//fader[1].msg[4] = "Don't part with your illusions. When they are gone you may still exist, but you have ceased to live.<br />- Mark Twain";

fader[2] = new fadeObject('TextFadeAds', FadeStartColor, FadeEndColor, 80, 80);
fader[2].msg[1] = "Are you connected to consumers? Find out with NBRI Market Research.";
fader[2].msg[2] = "'Cash Cow' or 'Dog'? Find out where your product falls with NBRI Market Research.";
fader[2].msg[3] = "Who's your demographic? Find out with NBRI Market Research.";
fader[2].msg[4] = "Is your new product the best thing since sliced bread? Find out with NBRI Market Research.";
fader[2].msg[5] = "Is your market green? Find out with NBRI Market Research.";