
		<!-- hide script from old browsers
		
		 
var howMany = 11
var quote = new Array(howMany+1)
quote[0]=" Kids: they dance before they learn there is anything that isn't music.  ~William Stafford"
quote[1]="How can we know the dancer from the dance?  ~William Butler Yeats "
quote[2]="There is a bit of insanity in dancing that does everybody a great deal of good.  ~Edwin Denby"
quote[3]="We're fools whether we dance or not, so we might as well dance.  ~Japanese Proverb"
quote[4]="Dancing is wonderful training for girls, it's the first way you learn to guess what a man is going to do before he does it.  ~Christopher Morley, Kitty Foyle"
quote[5]="Dancing in all its forms cannot be excluded from the curriculum of all noble education; dancing with the feet, with ideas, with words, and, need I add that one must also be able to dance with the pen?  ~Friedrich Nietzsche"
quote[6]="In a dancer, there is a reverence for such forgotten things as the miracle of the small beautiful bones and their delicate strength.  ~Martha Graham"
quote[7]="With dance, you will become involved with disciplines and movements that can instill innate knowledge of body dynamics and skills that may enhance your life in many ways. Mutually engaging in dance with a partner requires balance, synchronized and coordinated movement, and develops prime and usable body skills."
quote[8]="Increases self esteem by teaching relationships, discipline through practice and routines, poise and balance, good dress and appearance as well as increased cardio and health benefits"
quote[9]="Cognitive development also involves the introduction and learning of basic academic concepts. The movement experiences of preschoolers can be effectively used as a medium for learning through movement. Educators are now recognizing that important perceptual-motor skills and fundamental academic concepts can be effectively dealt with in a movement education program (Gallahue, 1976, P. 10)."
quote[10]="Research studies conclude that consistent lessons in movement, dance and music benefit children's IQ and academic performance."
quote[11]="Artistic education and expertise, such as in dance or in music, requires highly skilled motor control and the ability to selectively attend to, inhibit, and select appropriate sensory cues (such as when performing in a group). ~ Arts Education, the Brain and Language, by Laura-Ann Petitto Ed.D. University of Toronto "



function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
document.write(quox)



          
		// End hiding script from old browsers -->
	
