var txtList = new Array()txtList[txtList.length]="When you make a mistake, don't look back at it long. Take the reason of the thing into your mind, and then look forward. Mistakes are lessons of wisdom. The past cannot be changed. The future is yet in your power.<br><b>- Hugh White</b>";txtList[txtList.length]="If you want to succeed, you must make your own opportunities as you go.<br>  <b>- John B. Gough</b>";txtList[txtList.length]="I think the guys who are really controlling their emotions are going to win.<br>  <b>- Tiger Woods</b>";txtList[txtList.length]="The basic difference between an ordinary person and a warrior is that a warrior takes everything as a challenge while an ordinary person takes everything as a blessing or a curse.<br><b>- Carlos Castaneda</b>";txtList[txtList.length]="It is only as we develop others that we permanently succeed.<br>  <b>- Harvey Firestone</b>";txtList[txtList.length]="At first people refuse to believe that a strange new thing can be done. Then they begin to hope it can be done. Then they see it can be done. Then it is done and all the world wonders why it was not done centuries ago.<br>  <b>- Frances Hodgson Burnett</b>";j=parseInt(Math.random()*txtList.length);j=(isNaN(j))?0:j;document.write(unescape(txtList[j]));						