Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (16 sloc)
623 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Göm scriptet från gamla webläsare | |
| var quotes = new Array(); | |
| var numberOfQuotes = 0; | |
| var quotes = new Array(); | |
| var numberOfQuotes = 0; | |
| function addQuots(quote) | |
| { | |
| quotes[numberOfQuotes++] = quote; | |
| } | |
| // Lägga till citat | |
| addQuots ("The mind is like a parachute. It doesn't work unless it's open."); | |
| addQuots ("Everybody dies, but not everyone lives..."); | |
| addQuots ("Every revolution was first a thought in one man's mind..."); | |
| addQuots ("Gud skapade cannabis, människan skapade alkohol. Vem litar du på?"); | |
| addQuots ("Always remember, that you are unique... just like everyone else..."); | |
| // © mescon - www.mescon.net --> |