text = new Array("Honesty is the best policy","A little is better than nothing.","Love and duty always struggle.","Easier said than done.","Cleverness is more expensive than the treasures.","Lost time is never found.", "Honesty is the best policy.","Man proposes, God disposes.","No gain without pain.") n=Math.floor(Math.random() * 9); document.write(text[n]);