var d=new Date();
var quotes=new Array(31);
var authors=new Array(31);


quotes[1]="Acupuncture is applied in order to supply what is lacking and drain off excessive fullness.";
authors[1]="Nei Jing";


quotes[2]="There are many paths to the top of the mountain, but the view remains the same.";
authors[2]="Chinese Proverb";


quotes[3]="In the depth of winter, I finally learned that within me there lay an invincible summer.";
authors[3]="Albert Camus";


quotes[4]="To create health, you need a new kind of knowledge, based on a deeper concept of life.";
authors[4]="Deepak Chopra";


quotes[5]="There are many paths to the top of the mountain, but the view remains the same.";
authors[5]="Chinese Proverb";


quotes[6]="In the depth of winter, I finally learned that within me there lay an invincible summer.";
authors[6]="Albert Camus";


quotes[7]="To create health, you need a new kind of knowledge, based on a deeper concept of life.";
authors[7]="Deepak Chopra";


quotes[8]="Illnesses may be identical, but the persons suffering from them are different.  Physicians therefore must carefully take into account the differences among people.";
authors[8]="Hsu Ta-Ch'un";


quotes[9]="The doctor of the future will give no medicines, but will interest his patients in the care of the human frame, in diet and the cause of disease.";
authors[9]="Thomas Edison";


quotes[10]="It is astounding...how much energy the body is capable of pouring out and then replenishing.  That is a magical act, because you never really understand where all that energy comes from.";
authors[10]="Robert Bly";


quotes[11]="Acupuncture is applied in order to supply what is lacking and drain off excessive fullness.";
authors[11]="Nei Jing";


quotes[12]="There are many paths to the top of the mountain, but the view remains the same.";
authors[12]="Chinese Proverb";


quotes[13]="In the depth of winter, I finally learned that within me there lay an invincible summer.";
authors[13]="Albert Camus";


quotes[14]="To create health, you need a new kind of knowledge, based on a deeper concept of life.";
authors[14]="Deepak Chopra";


quotes[15]="There are many paths to the top of the mountain, but the view remains the same.";
authors[15]="Chinese Proverb";


quotes[16]="In the depth of winter, I finally learned that within me there lay an invincible summer.";
authors[16]="Albert Camus";


quotes[17]="To create health, you need a new kind of knowledge, based on a deeper concept of life.";
authors[17]="Deepak Chopra";


quotes[18]="Illnesses may be identical, but the persons suffering from them are different.  Physicians therefore must carefully take into account the differences among people.";
authors[18]="Hsu Ta-Ch'un";


quotes[19]="The doctor of the future will give no medicines, but will interest his patients in the care of the human frame, in diet and the cause of disease.";
authors[19]="Thomas Edison";


quotes[20]="It is astounding...how much energy the body is capable of pouring out and then replenishing.  That is a magical act, because you never really understand where all that energy comes from.";
authors[20]="Robert Bly";


quotes[21]="Acupuncture is applied in order to supply what is lacking and drain off excessive fullness.";
authors[21]="Nei Jing";


quotes[22]="There are many paths to the top of the mountain, but the view remains the same.";
authors[22]="Chinese Proverb";


quotes[23]="In the depth of winter, I finally learned that within me there lay an invincible summer.";
authors[23]="Albert Camus";


quotes[24]="To create health, you need a new kind of knowledge, based on a deeper concept of life.";
authors[24]="Deepak Chopra";


quotes[25]="There are many paths to the top of the mountain, but the view remains the same.";
authors[25]="Chinese Proverb";


quotes[26]="In the depth of winter, I finally learned that within me there lay an invincible summer.";
authors[26]="Albert Camus";


quotes[27]="To create health, you need a new kind of knowledge, based on a deeper concept of life.";
authors[27]="Deepak Chopra";


quotes[28]="Illnesses may be identical, but the persons suffering from them are different.  Physicians therefore must carefully take into account the differences among people.";
authors[28]="Hsu Ta-Ch'un";


quotes[29]="The doctor of the future will give no medicines, but will interest his patients in the care of the human frame, in diet and the cause of disease.";
authors[29]="Thomas Edison";


quotes[30]="It is astounding...how much energy the body is capable of pouring out and then replenishing.  That is a magical act, because you never really understand where all that energy comes from.";
authors[30]="Robert Bly";


quotes[31]="Acupuncture is applied in order to supply what is lacking and drain off excessive fullness.";
authors[31]="Nei Jing";


quotes[0]="It is astounding...how much energy the body is capable of pouring out and then replenishing.  That is a magical act, because you never really understand where all that energy comes from.";
authors[0]="Robert Bly";



document.write('<font size = "4" face = "Times New Roman">“</font><font size = "2">' + quotes[d.getDate()] + '<font face = "Times New Roman" size = "4">”</font><p style="text-align: right"></font><font size = "4">- <i>' + authors[d.getDate()] + '</i></p></font>');
