
		<!-- hide script from old browsers
		
		 
var howMany = 20
var quote = new Array(howMany+1)
quote[0]="#1 - Karate-do begins and ends with a bow (courtesy)"
quote[1]="#2 - There is no first attack (move) in karate."
quote[2]="#3 - Karate is a great assistance (an aid) to justice"
quote[3]="#4 - First you must know (control) yourself, then you can know (control) others"
quote[4]="#5 - Spirit is more important than technique."
quote[5]="#6 - Always be ready to release your mind"
quote[6]="#7 -  Misfortunes arise out of negligence (laziness)."
quote[7]="#8 - Do not think that karate training is only in the dojo"
quote[9]="#9 - It will take your entire life to learn karate."
quote[10]="#10 - Put your everyday living into karate (put karate into everything you do) and you will find 'myo' (the subtle secrets, the ideal state of existence, exquisite beauty)"
quote[11]="#11 - Karate is like hot water; if you do not heat it constantly, it will again become cool water."
quote[12]="#12 - Do not think about winning; think rather that you do not have to lo"
quote[13]="#13 - Move (change) according to (depending on) your opponent. (Victory depends on your ability to distinguish vulnerable points from invulnerable ones.)"
quote[14]="#14 - The secret of combat resides in the art of directing it (clever fighting, trying every strategy). "
quote[15]="#15 - Think of the hands and feet as swords. "
quote[16]="#16 - When you leave home, think that you have numerous opponents waiting for you. (It is your behavior that invites trouble from them.) "
quote[17]="#17 - Beginners must master basic stances; natural body positions are for the advanced."
quote[18]="#18 - Practicing karate correctly is one thing; engaging in a real fight is another."
quote[19]="#19 - Do not forget to correctly apply: light and heavy application of power, expansion and contraction of the body, and slowness and speed of techniques."
quote[20]="#20 - Devise at all times. (Always think and devise ways to live the Precepts every day.)"

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 -->
	