|
|
Line 66: |
Line 66: |
| <center> | | <center> |
| <div style="width:893px;text-align:justify"> | | <div style="width:893px;text-align:justify"> |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <html>
| |
- | <head>
| |
- | <script language='JavaScript' type='text/JavaScript'>
| |
- |
| |
- | function makeQuote() {
| |
- |
| |
- | Q = new Array();
| |
- |
| |
- |
| |
- | Q[0] = "<i>I’m Luke Skywalker, I’m here to rescue you.</i>Luke, Star Wars: Episode IV-A New Hope (1977)"
| |
- | Q[1] = "<i>Watch your mouth kid, or you’ll find yourself floating home.</i>Star Wars: Episode IV-A New Hope (1977)"
| |
- | Q[2] = "<i>Evacuate in our moment of triumph? I think you overestimate their chances.</i> Star Wars: Episode IV-A New Hope (1977)"
| |
- | Q[3] = "<i>The Force is strong with this one.</i> Star Wars: Episode IV-A New Hope (1977)"
| |
- | Q[4] = "<i> I have you now!</i> Darth Vader, Star Wars: Episode IV-A New Hope (1977)"
| |
- | Q[5] = "<i> Fear is the path to the dark side. Fear leads to anger, anger leads to hate, hate leads to suffering.</i> MsC Yoda, Star Wars Episode I: The Phantom Menace (1999)"
| |
- | Q[6] = "<i> No blasters! No blasters!.</i> A bartender, Star Wars: Episode IV-A New Hope (1977)"
| |
- | Q[7] = "<i> Go to the center of the gravity's pull, and find your planet you will...</i> M.Sc. Yoda, Star Wars Episode II: Attack of the Clones (2002)"
| |
- | Q[8] = "<i> Clear, your mind must be if you are to discover the real villains behind the plot.</i> M.Sc. Yoda, Star Wars Episode II: Attack of the Clones (2002)"
| |
- | Q[9] = "<i> Much to learn, you still have.</i> M.Sc. Yoda, Star Wars Episode II: Attack of the Clones (2002)"
| |
- | Q[10] = "<i> Meditate on this, I will.</i> M.Sc. Yoda, Star Wars Episode II: Attack of the Clones (2002)"
| |
- | Q[11] = "<i> Use the Force, Luke.</i> M.Sc. Yoda, Star Wars Episode II: Attack of the Clones (2002)"
| |
- | Q[12] = "<i> May the Force be with you.</i> Mentioned several times throughout the Star Wars saga"
| |
- | Q[13] = "<i> I really need a Jedi Bacteria.</i> Iolanda Albuquerque, UNICAMP-EMSE team advisor"
| |
- | Q[14] = "<i> Another splendid day in Brazil!!!</i> Marc Emery, UNICAMP-EMSE team student"
| |
- | Q[15] = "<i> Dont' cut, let your volume expressed all their feelings...</i> Thibault Sabattier (UNICAMP-EMSE team student) about Nemailla's hair"
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | index = Math.floor(Math.random() * Q.length);
| |
- |
| |
- | document.writeln(Q[index]);
| |
- |
| |
- | }
| |
- |
| |
- | </script>
| |
- |
| |
- | </head>
| |
- |
| |
- | <style>
| |
- | #newquote {color:gray; font-family:verdana; font-size:11px; text-align:right; padding:5px;}
| |
- |
| |
- | #newquote i {display:block; color:black; font-family:georgia, trebuchet ms; font-size:13px;}
| |
- |
| |
- | #newquote small {display:block; text-align:right; margin-top:10px;}
| |
- |
| |
- | ]]></b:skin>
| |
- | </style>
| |
- | </html>
| |
- |
| |
- |
| |
- | <html>
| |
- | <head>
| |
- | <div id='newquote'>
| |
- |
| |
- | <script language="javascript">
| |
- |
| |
- | makeQuote();
| |
- |
| |
- | </script>
| |
- | </div>
| |
- | </head>
| |
- | </html>
| |