/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

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

if (quotes==0) {
title="James Ray";
body="Feeling worthy and having a worthy purpose feed one another.";
}

if (quotes==1) {
title="James Ray";
body="What really feeds us is having a high purpose in life, something larger than ourselves to which we can aspire and devote our energy.";
}

if (quotes==2) {
title="James Ray";
body="The purpose of all life &#8212; from plants to people &#8212; is growth, advancement, expansion, and development.";
}

if (quotes==3) {
title="James Ray";
body="A purpose is always more compelling than a goal.";
}

if (quotes==4) {
title="Alice Koller";
body="My purposes are the geography that marks out my line of travel toward the person I want to be.";
}

if (quotes==5) {
title="George Bernard Shaw";
body="This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one...";
}

if (quotes==6) {
title="Robert Byrne";
body="The purpose of life is a life of purpose.";
}

if (quotes==7) {
title="Benjamin Disraeli";
body="The secret of success is constancy to purpose.";
}

if (quotes==8) {
title="Lord Chesterfield Stanhope";
body="Firmness of purpose is one of the best instruments of success.";
}

if (quotes==9) {
title="Benjamin Disraeli";
body="Action may not always bring happiness; but there is no happiness without action.";
}

if (quotes==10) {
title="Benjamin Disraeli";
body="The more extensive a man's knowledge of what has been done, the greater will be his power of knowing what to do.";
}

if (quotes==11) {
title="James Allen";
body="Above all be of single aim; have a legitimate and useful purpose, and devote yourself unreservedly to it.";
}

if (quotes==12) {
title="James Allen";
body="Circumstances do not make the man, they reveal him.";
}
if (quotes==13) {
title="James Allen";
body="Men are anxious to improve their circumstances, but are unwilling to improve themselves, they therefore remain bound.";
}
if (quotes==14) {
title="James Allen";
body="To think with purpose is to enter the ranks of those who only recognize failure as one of the pathways to attainment.";
}
if (quotes==15) {
title="James Allen";
body="You are today where your thoughts have brought you; you will be tomorrow where your thoughts take you.";
}
if (quotes==16) {
title="James Allen";
body="A man sooner or later discovers that he is the master-gardener of his soul, the director of his life.";
}
if (quotes==17) {
title="James Allen";
body="Thought allied fearlessly to purpose becomes creative force.";
}
if (quotes==18) {
title="Patanjali";
body="When you are inspired by some great purpose, some extraordinary project, all of your thoughts break their bonds.";
}
if (quotes==19) {
title="James Allen";
body="Until thought is linked with purpose, there is no intelligent accomplishment.";
}
if (quotes==20) {
title="James Arthur Ray";
body="When you align with your purpose, your work will be your joy and your love made manifest through action.";
}
if (quotes==21) {
title="Albert Schweitzer";
body="Success is not the key to happiness. Happiness is the key to success. Love what you do and you will be successful.";
} 
if (quotes==22) {
title="Marci Shimoff";
body="Feeling a sense of purpose allows you to bring joy to whatever it is you're doing.";
} 

document.write('<H1>');
document.write(''+ body +'');
document.write('<br>');
document.write('<strong>' + title + '</strong>');
document.write('</H1>');