//---------------------------------------------------------------------------------------------------
// Copyright © 2002 Bushman Technologies (http://www.bushmantech.net)								-
// TERMS :	You may not remove above copyright statement. The rest of this message may be deleted.	-
//			You may not remove the link to Qyoteserver homepage in the generated statement without 	-
//			consent from Bushman Technologies.														-
// Quotes from : http://quoteserver.bushmantech.net													-
//---------------------------------------------------------------------------------------------------
// Author(s): Richard de Breyn						-
//---------------------------------------------------
// INCLUDED : 31 quotes.							-
// USAGE 	: Include this file into HTML document.	-
//			  In HTML document, include the line:	-
//				<script>putQ();</script>			-
// UPDATES 	: http://www.bushmantech.net			-
//---------------------------------------------------
var qArr = new Array();
// Add quotes here.
qArr[00] = ["Anonymous", "what goes around, comes around."];
qArr[01] = ["SAS motto", "who dares..., wins."];
qArr[02] = ["Albert Einstein", "He who joyfully marches to music in rank and file has already earned my contempt. He has been given a large brain by mistake, since for him the spinal cord would fully suffice."];
qArr[03] = ["Anonymous", "Hit any user to continue."];
qArr[04] = ["Anonymous", "true friendship is when silence becomes comfortable between each other."];
qArr[05] = ["Ancient Chinese Curse", "may you live in intresting times."];
qArr[06] = ["normal douglas", "education is a state controlled machinery of echoes."];
qArr[07] = ["Anonymous", "they laugh at us for being different. we laugh at them for being the same."];
qArr[08] = ["Archimedes", "Give me a firm place to stand, and I will move the earth."];
qArr[09] = ["Anonymous", "being bisexual effectively doubles your chance for a date on saturday."];
qArr[10] = ["Anonymous", "Without order nothing can exist - without chaos nothing can evolve."];
qArr[11] = ["Albert Einstein", "Only two things are certain. the universe and human stupidity. and I'm not certain about the universe."];
qArr[12] = ["Albert Einstein", "Common sense is the collection of prejudices acquired by age eighteen."];
qArr[13] = ["Mahatma Gandhi", "Be the change you want to see in the world."];
qArr[14] = ["Anonymous", "All a man can betray is his conscience."];
qArr[15] = ["John W. Foster", "One of the strongest characteristics of genius is the power of lighting its own fire."];
qArr[16] = ["Marcus Aurelius","Our life is what our thoughts make it." ];
qArr[17] = ["Thief of Bahgdad","There are worse things than blindness... Knowledge can be more terrible than ignorance if you're powerless to change your world."];
qArr[18] = ["Stephen Roberts","I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."];
qArr[19] = ["Aristotle","Humans are rational animals"];
qArr[20] = ["Martin Heidegger (Being and Time)","The most thought-provoking thing in our thought-provoking time is that we are still not thinking."];
qArr[21] = ["Terry Pratchett","What're quantum mechanics? I don't know. People who repair quantums, I suppose."];
qArr[22] = ["Bertrand Russell","Men are born ignorant, not stupid. They are made stupid by education."];
qArr[23] = ["Einstein","I believe in Spinoza's God who reveals himself in the orderly harmony of what exists, not in a God who concerns himself with fates and actions of human beings."];
qArr[24] = ["Randolph Bourne","Education is very important. School, however, is another matter."];
qArr[25] = ["Mark Twain","Whenever you find yourself on the side of the majority, it's time to pause and reflect."];
qArr[26] = ["Naguib (Mahfouz)","You can tell whether a man is clever by his answers. You can tell whether a man is wise by his questions."];
qArr[27] = ["Anonymous","Why is there something, when there could be nothing?"];
qArr[28] = ["Kahlil Gibran (A Handful of Sand on the Shore)","I wash my hands of those who imagine chattering to be knowledge, silence to be ignorance, and affection to be art."];
qUsed = new Array();

function BTJSputQ(){
	x=gUQ();
	document.open();
 	document.write(qArr[x][1]+"<BR>"+qArr[x][0]+" (<a href=\'http:\/\/www.bushmantech.net\/index.asp?prod=2&major=0&minor=2&action=1\' target=\'bushman\'>more...</a>)");
	document.close();
}

function gUQ(){
	z=false;x=0;
	for(var i=0;i<1;){x=Math.floor(Math.random()*(qArr.length));if(checkIt(x)) i = 1;}
	qUsed[qUsed.length] = x;return x;
}

function checkIt(val){
	for(i=0;i<qUsed.length;i++){if(qUsed[i]==val){return false;}}
	return true;
}
