currentdate = new Date ();
var quote = currentdate.getSeconds(); 
var today = new Date(); 


document.write("<font face='times new roman,times,serif' size='4'><i><b>");


if (quote > 56 && (quote < 60)) {
	document.write("Against an opponent's sword assume no stance, and keep your mind unmoved; that is the place of victory.<BR><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Yamaoka Tesshu");
}

if (quote > 54 && (quote < 57)) {
	document.write("Those persons who are perpetually found wanting in sincerity and seriousness are advised that the art of iai-do is not for them, for they will always be technically and spiritually incompetent as long as they persist in their mediocre frame of mind.<BR><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Gordon Warner<br>and<br>Donn F. Draeger");
}

if (quote > 49 && (quote < 55)) {
	document.write("Physical toughness will make the opponent weaken and mental toughness will make him crack.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Vince Lombardi");
}

if (quote > 44 && (quote < 50)) {
	document.write("Understanding oneself happens through a process of relationships and not through isolation.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Bruce Lee");
}

if (quote > 41 && (quote < 45)) {
	document.write("Any man who wants to master the essence of my strategy must research diligently, training morning and evening. Thus can he polish his skill, become free from self, and realise extraordinary ability.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Miyamoto Musashi"); 
} 

if (quote > 39 && (quote < 42)) {
	document.write("It is not a crime to get knocked down; it is a crime to stay down.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Anonymous");
}

if (quote > 36 && (quote < 40)) {
	document.write("To learn kung fu fully one must embody the entire kung fu philosophy: without the mind, the body is useless.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Yue-Chung Wong");
}

if (quote > 34 && (quote < 37)) {
	document.write("For the person of lesser moral voltage than what is required by the ethical nature of iai-do, the price to pay for training in this art is admittedly too high.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Gordon Warner<br>and<br>Donn F. Draeger");
}

if (quote > 29 && (quote < 35)) {
	document.write("Art calls for complete mastery of techniques, developed by reflection within the soul.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Bruce Lee");
} 

if (quote > 27 && (quote < 30)) {
	document.write("Ki is developed through conscious linking of physical movement, breathing and focussed attention.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Peter Payne,<BR>Martial Arts: The Spiritual Dimension"); 
} 
if (quote > 24 && (quote < 28)) {
	document.write("You must win by seizing upon the enemy's disorder and derangement, and by not according him even a little hope of recovery.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Miyamoto Musashi"); 
} 

if (quote > 14 && (quote < 25)) {
	document.write("Confidence is contagious. So is lack of confidence.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Vince Lombardi"); 
}

if (quote > 9 && (quote < 15)) {
	document.write("Good form is the most efficient manner to accomplish the purpose of a performance with a minimum of lost motion and wasted energy.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Bruce Lee"); 
} 

if (quote > 4 && (quote < 10)) {
	document.write("The superior man moves his lips, the common man moves his fists.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Anonymous"); 
}

if (quote > 0 && (quote < 5)) {
	document.write("Beginning students block an assault, experienced kung fu men attack after blocking, but true masters no longer have the need to block.<br><font size='4'>&#183;&nbsp;&#183;&nbsp;&#183;</font><br>Anonymous"); 
}


document.write("</b></i></font>");
