<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		topmenu1_over = newImage("images/topmenu1-over.gif");
		topmenu2_over = newImage("images/topmenu2-over.gif");
		topmenu3_over = newImage("images/topmenu3-over.gif");
		topmenu4_over = newImage("images/topmenu4-over.gif");
		topmenu5_over = newImage("images/topmenu5-over.gif");
		leftmenu1_over = newImage("images/leftmenu1-over.gif");
		leftmenu2_over = newImage("images/leftmenu2-over.gif");
		leftmenu3_over = newImage("images/leftmenu3-over.gif");
		leftmenu4_over = newImage("images/leftmenu4-over.gif");
		leftmenu5_over = newImage("images/leftmenu5-over.gif");
		preloadFlag = true;
	}
}




var Citat=new Array() // do not change this!

Citat[0] = "You are total. You are full. You have all that you need. Do not underestimate yourself.           Sri Sri Ravi Shankar";
Citat[1] = "Service without attitude. Love without reason. Life beyond time and events is what you are.           Sri Sri Ravi Shankar";
Citat[2] = "The only true security is in the process of giving love.           Sri Sri Ravi Shankar";
Citat[3] = "Breath is the link between your body, mind and spirit.           Sri Sri Ravi Shankar";
Citat[4] = "Art is appreciation of what is. Start appreciating life itself, not the accessories of life- the moment you start doing that you have learnt the Art of Living.           Sri Sri Ravi Shankar";
Citat[5] = "When the mind is free of fear, free of guilt, free of anger and is more centred, then it can heal the system of any ailmen.           Sri Sri Ravi Shankar";
Citat[6] = "We are made up of a substance called love, our body our mind our soul. And there is no greater healing power than love.           Sri Sri Ravi Shankar";
Citat[7] = "Today what our world need is not intelligence. There is enough intelligence in every country. What the world is missing is innocence. The value of innocence is being destroyed. And that innocence is egolesness, naturalness. That is what is needed today- innocence. And that is love.           Sri Sri Ravi Shankar";
Citat[8] = "The sun rises and celebrates. The sky embraces and celebrates. Wind blows and celebrates. Birds sing and celebrate. Peacocks dance and celebrate. Buds bloom and celebrate. We smile and sing, meditate and celebrate.           Sri Sri Ravi Shankar";
Citat[9] = "Celebrate while you are alone and celebrate when you are with people. Celebrate the silence and celebrate the noise. Celebrate life and celebrate death.           Sri Sri Ravi Shankar";
Citat[10] = "Health is not a mere absence of disease; health is being established in the Self. It is the dynamic expression of Life itself.           Sri Sri Ravi Shankar";
Citat[11] = "Thinking on others’ mistakes, you get into another form of feverishness inside you. It destroys the peace in you; it clouds the love in you.           Sri Sri Ravi Shankar";
Citat[12] = "Most of the sorrow in the world is because of this; speech – what people say. If they kept their lips tight, 90 percent of the problems In the world would be over.           Sri Sri Ravi Shankar";
Citat[13] = "There is no one-sided mistake.           Sri Sri Ravi Shankar";
Citat[14] = "An ignorant person may do many mistakes. A knowledgeable person does one mistake; that is, he thinks he knows.           Sri Sri Ravi Shankar";
Citat[15] = "When you are very tired – stressed – you will do a lot of mistakes; whatever you do will be a mistake… When you are well rested and meditated your mind will be relaxed, calm, serene and you will be a nice person again.           Sri Sri Ravi Shankar";
Citat[16] = "Forgetfullness is one of the greatest blessings. If you remember all that people did in the past and never forget, you will never forgive also.           Sri Sri Ravi Shankar";
Citat[17] = "Remember those wonderful moments you have had. Sit and be with it. In that very memory your entire Being gets back to that state.           Sri Sri Ravi Shankar";
Citat[18] = "Gratefulness purifies your system.           Sri Sri Ravi Shankar";
Citat[19] = "Weight your words before you speak. They are the pearls of your life, don’t waste them. In silence you speak the language of nature.           Sri Sri Ravi Shankar";
Citat[20] = "Suppose you have all success in the world – maybe you attain the highest position, or you are the richest person, or the most famous person – but there is no love in life; then life is not a success, life would appear to be a desert.</>          Sri Sri Ravi Shankar";
Citat[21] = "Outside you are miserable, outside you are craving for something; but if you really go to the core of your existence, deep down in the very center point of you, you are free from it. You may be hating somebody on the circumference; but in the center of your existence, there is no hatred.           Sri Sri Ravi Shankar";
Citat[22] = "Whatever you want for others will happen to you.           Sri Sri Ravi Shankar";
Citat[23] = "When you blossom from within you, then your relationship will also blossom.           Sri Sri Ravi Shankar";
Citat[24] = "You can spend the whole life worrying, grumbling, brooding over things and being miserable, or the same energy could be used to uplift you to unimaginable heights.          Sri Sri Ravi Shankar";
Citat[25] = "You are a fountain of joy at the center of your being.          Sri Sri Ravi Shankar";

var Q = Citat.length;
var whichCitat=Math.round(Math.random()*(Q-1));


message = Citat[whichCitat];
initial_delay = 0;
scroll_delay = 75;
max_indent = 50;

function scroll ()
{
    message =   message . substring (1, message . length)
              + message . substring (0, 1);
    document . scrollbox_form . scrollbox . value = message;
    window . setTimeout ("scroll ()", scroll_delay);
}

function start_scroll ()
{
    for (var i = 1; i <= max_indent; i ++)
        message = " " + message;
    scrollbox = document . scrollbox_form . scrollbox;
    window . setTimeout ("scroll ()", initial_delay);
}





// -->
