text = new Array("Don't wait till tomorrow what you can do today.","It is better to wear out than to rust out.","Honesty is the best policy.","To forgive is good, To forget is better.","All that glitters is not gold.","Man proposes, God disposes.","Love and duty always struggle.","Easier said than done.","All doors open to courtesy.","Kindness is more binding than a loan.","Cleverness is more expensive than the treasures.","No gain without pain.") n=Math.floor(Math.random() * 12); document.write(text[n]); //-->