if (choice ==0) {  // Nelson Mandela //
   
	document.write('<FONT FACE="verdana,arial" size=1>');

	document.write("<BLOCKQUOTE>'Our deepest fear is not that we are inadequate.");
	document.write("Our deepest fear is that we are powerful ");
	document.write("beyond measure. It is our light, not our dark,  ");
	document.write("that most frightens us. We ask ourselves, ");
	document.write("who am I to be brilliant, gorgeous, talented and ");
	document.write("fabulous? Actually, who are you not to be... ");
	document.write("Your playing small doesn't serve the world.' -Nelson Mandela ");
	}

if (choice == 1) {   // Ben Franklin //

	document.write('<FONT FACE="verdana,arial" size=1>');
	document.write("<BLOCKQUOTE>'They that can give up essential liberty  ");
	document.write("to obtain a little temporary safety ");
	document.write("deserve neither liberty nor safety.' ");
	document.write(" - Ben Franklin ");
	
	}
	
if (choice == 2) {   // President Franklin D Roosevelt  //

	
	document.write('<FONT FACE="verdana,arial" size=1>');
	document.write("<BLOCKQUOTE>'No matter how long it may take us to overcome ");
	document.write("this premeditated invasion, the American people in their ");
	document.write("righteous might will win though to absolute victory... ");	
	document.write("with confidence in our armed forces - with the unbounding determination of our people ");
	document.write("- we will gain the inevitable triumph - so help us god. '");
	document.write("-- President Franklin D Roosevelt  ");
	}
