/* author: puppetz */

/* Creation date: 5/19/2003 */

//<-- Begin   ] = "

var howMany = 21

var quotes = new Array(howMany+1)

quotes[0] = "&quot;&#21313;&#24180;&#39118;&#27700;&#36718;&#27969;&#36716; (shi nian feng shui lun liu zhuang) Luck will turn around every ten years.&quot;"

quotes[1] = "&#31406;&#21017;&#21464;&#65292;&#21464;&#21017;&#36890; (qiong ze bian, bian ze tong) When out of means, seek change - then opportunities will come"

quotes[2] = "&#25105;&#21548;&#35265; &#25105;&#24536;&#35760;; &#25105;&#30475;&#35265; &#25105;&#35760;&#20303;; &#25105;&#20570; &#25105;&#20102;&#35299;&#12290;"

quotes[3] = " I hear and I forget - I see and I remember - I do and I understand."

quotes[4] = "&#30693;&#23376;&#33707;&#33509;&#29238; (pinyin: zh&#299; z&#464; mò rú fù) No one knows a son better than the father."

quotes[5] = "&#26025;&#33609;&#19981;&#38500;&#26681;&#65292;&#26149;&#39118;&#21561;&#21448;&#29983;"

quotes[6] = "If the roots are not removed during weeding, the weeds will grow again when the winds of Spring blows."

quotes[7] = "&#29577;&#19981;&#29730;&#19981;&#25104;&#22120; Jade must be chiseled before it can be considered a gem."

quotes[8] = "&#26377;&#24535;&#32773;&#65292;&#20107;&#31455;&#25104; If a person has ambition, things will be accomplished."

quotes[9] = "&#20063;&#35201;&#39532;&#20799;&#22909;&#65292;&#20063;&#35201;&#39532;&#20799;&#19981;&#21507;&#33609;"

quotes[10] = "Do not ask that the horse work hard and at the same time ask the horse not to eat hay."

quotes[11] = "&#29066;&#30606;&#23376;&#25688;&#33502;&#31859;&#65292;&#25688;&#19968;&#20010;&#20002;&#19968;&#20010; Blind bear picks corn, picks one and drops one."

quotes[12] = "&#26143;&#26143;&#20043;&#28779;&#21487;&#20197;&#29134;&#21407; A spark can start a fire that burns the entire prairie."

quotes[13] = "&#22825;&#19979;&#20044;&#40486;&#19968;&#26679;&#40657; All cats are black in the dark."

quotes[14] = "Some rules, like those natural forces of the Universe, are unbendable, regardless how much you may want it to change."

quotes[15] = "&#21059;&#22836;&#25674;&#23376;&#19968;&#22836;&#28909; (ti tou tan zi yi tou re)"

quotes[16] = "&#20570;&#19968;&#22825;&#21644;&#23578;&#25758;&#19968;&#22825;&#30405; (zhou yi tian he shang zhuang yi tian zhong)"

quotes[17] = "&#19977;&#20010;&#21644;&#23578;&#27809;&#27700;&#21917; (san ge he shang mei shui he)"

quotes[18] = "&#39569;&#39540;&#25214;&#39532; (qi lv zhao ma) Ride a mule while looking for a horse."

quotes[19] = "&#30475;&#22825;&#21507;&#39277; (kan tian chi fan) See sky eat rice."

quotes[20] = "&#23500;&#19981;&#36807;&#19977;&#20195; (fu bu guo san dai) Wealth does not pass three generations"

quotes[21] = "&#23500;&#19981;&#36807;&#19977;&#20195; (fu bu guo san dai) Wealth does not pass three generations"

function rndnumber(){

var randscript = -1

while (randscript < 0 || randscript > howMany || isNaN(randscript)){

randscript = parseInt(Math.random()*(howMany+1))

}

return randscript

}

quo = rndnumber()

quox = quotes[quo]

document.write(quox)

// End -->