var quote = new Array(19);
quote[0] = "In Lake’cht.  [Maya]... I am another you."; 
quote[1] = "El agradecimiento es la memoria del corazón.... Gratitude is the memory of the heart.";
quote[2] = "El arte: Es lo ideal, sentido con profundidad y expresado con belleza.... Art: It is the ideal, felt with depth and expressed with beauty.";
quote[3] = "El amor es el olvidado del ‘yo’.... Love is the forgetting of the ‘I.’";
quote[4] = "La persona quien es demasiado vieja para aprender probablemente fue siempre demasiado vieja para aprender.... The person who is too old to learn probably was always too old to learn.";
quote[5] = "El aprendizaje es un tesoro que seguirá a su dueño por todas partes.... Learning is a treasure that will follow its owner everywhere.";
quote[6] = "Contando con mi excelente dominio del idioma español... no dije nada.... Drawing on my fine command of the Spanish language... I didn’t say anything.";
quote[7] = "Cuando decidimos aprender una nueva lengua entramos en un nuevo terreno tan verdaderamente como un bebé nacido en un nuevo mundo.... When we set out to learn a new language we enter into a new realm as truly as a baby born into a new world.";
quote[8] = "Un debe vivir con caos para dar a luz a una estrella danzante.... One must live with chaos in order to give birth to a dancing star.";
quote[9] = "La vida es demasiado importante para tomarla en serio.... Life is too important to be taken seriously.";
quote[10] = "La imaginación es más importante que el conocimiento porque el conocimiento refiere a todo lo que hay, y la imaginación refiere a todo lo que pueda haber.... Imagination is more important than knowledge because knowledge refers to all that there is, and imagination refers to all that there can be.";
quote[11] = "La idea está adentro de tí. Solo necesitas quitar el exceso de ... piedra. ... The idea is inside you. You only need to remove the excess stone."; 
quote[12] = "Lleva mucho tiempo para ponerse joven.... It takes a long time to become young.";
quote[13] = "Nunca se puede conquistar el odio con el odio.... Solo se puede conquistar el odio con el amor.... Esta es una ley antigua y eternal.";
quote[14] = "Never can hatred be conquered with hatred.... Hatred can only be conquered with love.... This is an ancient and timeless law.";
quote[15] = "Sigue tu corazón ... Y conoce la alegría en todas cosas.";
quote[16] = "Follow your heart... And know joy in all things.... Nunca he conocido a una persona quien tuvo una necesidad más grande que el amor incondicional.... I have never met a person who had a need greater than unconditional love.";
quote[17] = "Vete a tu seno. Toca allá y pregúntale a tu corazón lo que sabe.... Go to your bosom. Knock there and ask your heart what it doth know.";
quote[18] = "El respeto es el amor en  traje de paisano.... Respect is love in plain clothes....";
now=new Date()
num=(now.getSeconds())%5
document.write(quote[num])

