var num_of_quotes = 16;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="Be the change you wish to see in the world ... Ghandi";
}

if (quotes==1) {
body="He who looks outside dreams; he who looks inside awakens ... Carl Jung";
}

if (quotes==2) {
body="There is only one journey: going inside yourself ... Rainer Maria Rilke";
}

if (quotes==3) {
body="All that we are is a result of what we have thought ... Buddha";
}

if (quotes==4) {
body="The gateways to wisdom and knowledge are always open ... Louise Hay";
}

if (quotes==5) {
body="I will act as if what I do makes a difference ... William James";
}

if (quotes==6) {
body="He who knows others is wise; he who knows himself is enlightened ... Lao Tzu";
}

if (quotes==7) {
body="The words that enlighten the soul are more precious than jewels ... H.I Khan";
}

if (quotes==8) {
body="There is no way to peace. Peace is the way ... Ghandi";
}

if (quotes==9) {
body="Thoughts become things, so choose the good ones ... Mike Dooley";
}

if (quotes==10) {
body="For whatever the mind can conceive and believe, the mind can achieve ... Napoleon Hill";
}

if (quotes==11) {
body="He who breathe most air, live most life ... E.B Browning";
}

if (quotes==12) {
body="Energy goes where attention flows ... Denise Linn";
}

if (quotes==13) {
body="When you cease to dream, you cease to live ... Malcolm Forbes";
}

if (quotes==14) {
body="We see the world not as it is, but as we are ... Anais Nin";
}


document.write('<p align=right>');
document.write(''+ body +'');
document.write('</p>');