|
@@ -2,15 +2,24 @@ var nextWord = (function() {
|
|
|
var wordArray = [
|
|
var wordArray = [
|
|
|
'Gitote Is Tasty',
|
|
'Gitote Is Tasty',
|
|
|
'Get In Touch',
|
|
'Get In Touch',
|
|
|
|
|
+ 'Get Inside Test',
|
|
|
'Get It Tested',
|
|
'Get It Tested',
|
|
|
'GNU Interactive Tools',
|
|
'GNU Interactive Tools',
|
|
|
'Goods In Transit',
|
|
'Goods In Transit',
|
|
|
|
|
+ 'Goods In Transport',
|
|
|
'Geek In Training',
|
|
'Geek In Training',
|
|
|
'Goddess In Training',
|
|
'Goddess In Training',
|
|
|
'Gentleman In Training',
|
|
'Gentleman In Training',
|
|
|
'Geologist In Training',
|
|
'Geologist In Training',
|
|
|
|
|
+ 'Ghost In Training',
|
|
|
'Geeks In Town',
|
|
'Geeks In Town',
|
|
|
- 'General Information Test'
|
|
|
|
|
|
|
+ 'General Information Test',
|
|
|
|
|
+ 'Group Inclusive Tour',
|
|
|
|
|
+ 'Geometric Invariant Theory',
|
|
|
|
|
+ 'Graphic Information Technology',
|
|
|
|
|
+ 'Graphic Image Technology',
|
|
|
|
|
+ 'Great Innovative Technology',
|
|
|
|
|
+ 'Global Information Tracker'
|
|
|
];
|
|
];
|
|
|
var copy;
|
|
var copy;
|
|
|
return function() {
|
|
return function() {
|