function makeQuote() {
       if((navigator.userAgent.indexOf("Mozilla") != -1) ||
       (navigator.userAgent.indexOf("MSIE")!= -1) ||
       (navigator.userAgent.indexOf("Opera")!= -1)) {
       Quotes = new Array();
Quotes[0] = "\"Sounds like a spy movie.\ "+
                "\"<BR><b>Solid Snake</b>";
Quotes[1] = "\"I'm the pawn they sent here to save your worthless butt.\ "+
                
                
                
                "\" <br><b>Solid Snake</b>";
Quotes[2] = "\"Now we'll see if the man can live up to the legend!\ "+

            
               "\"<BR><b>Revolover Ocelot</b>";
             
Quotes[3] = "\"Six bullets.<br>  More than enough to kill anything that moves. \ "+
              
               "\"<BR><b>Revolover Ocelot</b>";
                
       
Quotes[4] = "\"I'm like you...<br> I have no name.\ "+
               "\"<BR><b>Ninja</b>";
Quotes[5] = "\"Shooting at targets<br> and shooting at living,<br> breathing people are different.\ "+
       "\" <br><b>Solid Snake</b>";
              
Quotes[6] = "\"It's easy to forget what a sin is in the middle of a battlefield.\ "+

                 "\" <br><b>Solid Snake</b>";
Quotes[7] = "\"I've come from another world to do battle with you.\ "+
"\" <br><b>Ninja</b>";
Quotes[8] = "\"I will kill you <br>or you will kill me...<br> it makes no difference.\ "+
"\" <br><b>Ninja</b>";
Quotes[9] = "\"There are no heroes in war. <br> All the heroes I know<br> are either dead... or in prison. <br> One or the other.\ "+
   "\" <br><b>Solid Snake</b>";
Quotes[10] = "\"I'm just a man who's good at what he does.<br>  Killing. There's no winning or losing for a mercenary.\ "+

"\" <br><b>Solid Snake</b>";
              
Quotes[11] = "\"It's only when I'm cheating death on the battlefield.  The only time I feel truly alive.\ "+

                "\"<BR><b>Solid Snake</b>";   
Quotes[12] = "\"If you lose, you worm's food.\ "+
                "\"<BR><b>Solid Snake</b>";
Quotes[13] = "\"A strong man doesn't need to read the future.  He makes his own.\ "+
                "\"<BR><b>Solid Snake</b>";	
Quotes[14] = "\"War is ugly...<br>There's nothing glamorous about it. \ "+

                "\"<BR><b>Meryl </b>";		
Quotes[15] = "\"It's hard to miss when you're this close\ "+
                "\"<BR><b>Sniper Wolf</b>";														
Quotes[16] = "\"Didn't you know that two thirds<br> of the world's greatest assassins are women?\ "+
                "\"<BR><b>Sniper Wolf</b>";		
												
Quotes[17] = "\"I always kill what I aim at.\ "+
                "\"<BR><b>Sniper Wolf</b>";		
												
Quotes[18] = "\"Until I kill\ "+
                "\"<BR><b>Sniper Wolf</b>";		
												
Quotes[19] = "\"The brother of light<br> and the brother of dark.\ "+
                "\"<BR><b>Liquid Snake</b>";										      
Quotes[20] = "\"After you've been through as many wars as me,<br> it's hard to trust anyone.\ "+
                "\"<BR><b>Solid Snake</b>";
				
Quotes[21] = "\"War is no reason to end a friendship.\ "+
                "\"<BR><b>Solid Snake</b>";						
				
Quotes[22] = "\"I'm you.  I'm your shadow.\ "+
                "\"<BR><b>Liquid  Snake</b>";
										
Quotes[23] = "\" I was born on a battlefield.<br>  Raised on a battlefield.<br> Gunfire,sirens and screams... <br>they were my lullabies...\ "+
                "\"<BR><b>Sniper Wolf</b>";		
								
Quotes[24] = "\"Name means nothing on the battlefield.\ "+
                "\"<BR><b>Solid Snake</b>";
										
Quotes[25] = "\" Welcome, kasack!! <br> This is the end of the road for you!\ "+
                "\"<BR><b>Vulcan Raven</b>";	
									
Quotes[26] = "\"Are you going to fight the whole world?\ "+
                "\"<BR><b>Revolver Ocelot</b>";	
									
Quotes[27] = "\"From today, ...call this place<br>  &quot;Outer Heaven&quot;.\ "+
                "\"<BR><b>Liquid Snake</b>";	
				
Quotes[28] = "\"I'm a prisoner of Death.<br> Only you can free me...\ "+
                "\"<BR><b>Gray Fox</b>";						
				
Quotes[29] = "\"A cornered fox is more dangerous than a jackal!\ "+
                "\"<BR><b>Gray Fox</b>";		
				
Quotes[30] = "\"Snake, we're not tools of the government or anyone else!<br> Fighting was the only thing... <br>the only thing I was good at, but...<br> At least I always fought for what I believed in... \ "+
                "\"<BR><b>Gray Fox</b>";								
				
Quotes[31] = "\"I won't die. <br>...as long as you still live.\ "+
                "\"<BR><b>Liquid Snake</b>";		
										
Quotes[32] = "\"You can't fight your genes.<br> It's fate.\ "+
                "\"<BR><b>Liquid Snake</b>";		
										
							
															
var x = Math.floor(Quotes.length * Math.random());

      
    
        document.writeln("<nobr><center><FONT FACE='Arial' SIZE=2><I>");
        document.writeln(Quotes[x]);
        document.writeln("</FONT></I>");
        document.writeln("</nobr></CENTER>");
        document.writeln("");
        }
}
