var date = new Date(); var month = date.getMonth() + 1; switch (month) { case 1: result = '"If there is to be any peace, it will come through being, not having."
Henry Miller'; break; case 2: result = '"You are the result of all the previous pictures you have painted for yourself... and you can always paint new ones."
Wayne Dyer'; break; case 3: result = '"Faith is the subtle chain which binds us to the infinite."
Elizabeth Oakes Smith'; break; case 4: result = '"Keep your face to the sunshine and you cannot see the shadow."
Helen Keller'; break; case 5: result = '"I postpone death by living, by suffering, by error, by risking, by giving, by loving."
Anais Nin'; break; case 6: result = '"Releasing judgment of another is actually releasing judgment of yourself."
Wayne Dyer'; break; case 7: result = '"Light tomorrow with today."
Elizabeth Browning'; break; case 8: result = '"Thoughts are energy, and you can make your world or break your world by your thinking."'; break; case 9: result = '"Faith is the subtle chain which binds us to the infinite.'; break; case 10: result = '"You must learn to be still in the midst of activity, and to be vibrantly alive in repose."'; break; case 11: result = '"Nothing in life is to be feared; it is only to be understood."'; break; case 12: result = '"Mistakes are a fact of life. It is the response to error that counts."'; break; } document.write(result);