
		<!-- hide script from old browsers
		
		 
var howMany = 12
var quote = new Array(howMany+1)
quote[0]="Force is used as a last resort where humanity and justice cannot prevail"
quote[1]="One must have dignity without ferocity."
quote[2]="To stand still is to regress"
quote[3]="The mind is the same with heaven and earth."
quote[4]="The circulatory rhythm of the body is similar to the sun and the moon"
quote[5]="The Law includes hardness and softness"
quote[6]="Act in accordance with time and change"
quote[7]="Techniques will occur when a void is found."
quote[9]="The Ma requires advancing and retreating, separating and meeting."
quote[10]="The eyes do not miss even the slightest change."
quote[11]="The ears listen well in all directions."
quote[12]="Karate ni sente nashi -- In karate there is no first attack ~ Gichin Funakoshi (1870-1957)"




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 -->
	