/* 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 = 12;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title=" - C.G. Jung, CW 16, &para;180";
body="&quot;Conviction easily turns into self-defense and is seduced into rigidity, and this is inimical to life. The test of a firm conviction is its elasticity and flexibility; like every other exalted truth it thrives best on the admission of its errors.&quot;";
}

if (quotes==1) {
title=" - C.G. Jung";
body="&quot;Everything that irritates us about others can lead us to an understanding of ourselves.&quot;";
}

if (quotes==2) {
title=" - C.G. Jung";
body="&quot;Nothing has a stronger influence psychologically on their environment and especially on their children than the unlived life of the parent.&quot;";
}

if (quotes==3) {
title=" - C.G. Jung";
body="&quot;The meeting of two personalities is like the contact of two chemical substances: if there is any reaction, both are transformed.&quot;";
}

if (quotes==4) {
title=" Carl Jung, &quot;Memories, Dreams, Reflections&quot;, 1962";
body="&quot;As far as we can discern, the sole purpose of human existence is to kindle a light in the darkness of mere being.&quot;";
}

if (quotes==5) {
title=" - C.G. Jung";
body="&quot;The shoe that fits one person pinches another; there is no recipe for living that suits all cases.&quot;";
}

if (quotes==6) {
title=" - C.G. Jung";
body="&quot;We cannot change anything unless we accept it. Condemnation does not liberate, it oppresses.&quot;";
}

if (quotes==7) {
title=" - C.G. Jung, Carl Jung, Modern Man in Search of a Soul";
body="&quot;The least of things with a meaning is worth more in life than the greatest of things without it.&quot;";
}

if (quotes==8) {
title=" - C.G. Jung, On the Psychology of the Unconciousness, 1917";
body="&quot;Where love rules, there is no will to power, and where power predominates, love is lacking. The one is the shadow of the other.&quot;";
}

if (quotes==9) {
title=" - C.G. Jung, CW 9ii, &para;126, 1951";
body="&quot;Today humanity, as never before, is split into two apparently irreconcilable halves. The psychological rule says that when an inner situation is not made conscious, it happens outside, as fate. That is to say, when the individual remains undivided and does not become conscious of his inner opposite, the world must perforce act out the conflict and be torn into opposing halves.&quot;";
}

if (quotes==10) {
title=" - C.G. Jung, CW 10, &para;329";
body="&quot;If things go wrong in the world, this is because something is wrong with the individual, because something is wrong with me. Therefore, if I am sensible, I shall put myself right first. For this I need‹because outside authority no longer means anything to me‹a knowledge of the innermost foundations of my being, in order that I may base myself firmly on the eternal facts of the human psyche.&quot;";
}

if (quotes==11) {
title=" - C.G. Jung, CW 10, &para;325";
body="&quot;In each of us there is another whom we do not know. He speaks to us in dreams and tells us how differently he sees us from the way we see ourselves. When, therefore, we find ourselves in a difficult situation to which there is no solution, he can sometimes kindle a light that radically alters our attitude, the very attitude that led us into the difficult situation.&quot;";
}


/*document.write('<div align=left>');*/
document.write('<span class="Quote">' + body + '</span>');
/*document.write(''+ body +'');*/
document.write('<br>');
document.write('<span class="QuoteSource">' + title + '</span>');
/*document.write('<strong>' + title + '</strong><br>');
document.write('</div>');*/

