tournament 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/tasks/spec.rake CHANGED
@@ -1,6 +1,5 @@
1
- # $Id$
2
1
 
3
- if HAVE_SPEC_RAKE_SPECTASK
2
+ if HAVE_SPEC_RAKE_SPECTASK and not PROJ.spec.files.to_a.empty?
4
3
  require 'spec/rake/verify_rcov'
5
4
 
6
5
  namespace :spec do
data/tasks/svn.rake CHANGED
@@ -1,4 +1,3 @@
1
- # $Id$
2
1
 
3
2
  if HAVE_SVN
4
3
 
data/tasks/test.rake CHANGED
@@ -1,5 +1,5 @@
1
- # $Id$
2
1
 
2
+ if test(?e, PROJ.test.file) or not PROJ.test.files.to_a.empty?
3
3
  require 'rake/testtask'
4
4
 
5
5
  namespace :test do
@@ -35,4 +35,6 @@ task :test => 'test:run'
35
35
 
36
36
  task :clobber => 'test:clobber_rcov' if HAVE_RCOV
37
37
 
38
+ end
39
+
38
40
  # EOF
@@ -0,0 +1,3223 @@
1
+ BEGIN TRANSACTION;
2
+ CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL);
3
+ INSERT INTO "schema_migrations" VALUES('20090216015836');
4
+ INSERT INTO "schema_migrations" VALUES('20090217001611');
5
+ INSERT INTO "schema_migrations" VALUES('20090217004039');
6
+ INSERT INTO "schema_migrations" VALUES('20090217014940');
7
+ INSERT INTO "schema_migrations" VALUES('20090218024350');
8
+ INSERT INTO "schema_migrations" VALUES('20090218024657');
9
+ INSERT INTO "schema_migrations" VALUES('20090218025240');
10
+ INSERT INTO "schema_migrations" VALUES('20090225022928');
11
+ INSERT INTO "schema_migrations" VALUES('20090225030346');
12
+ INSERT INTO "schema_migrations" VALUES('20090225072358');
13
+ INSERT INTO "schema_migrations" VALUES('20090225072849');
14
+ INSERT INTO "schema_migrations" VALUES('20090225074149');
15
+ INSERT INTO "schema_migrations" VALUES('20090225084414');
16
+ INSERT INTO "schema_migrations" VALUES('20090226021913');
17
+ INSERT INTO "schema_migrations" VALUES('20090226142240');
18
+ INSERT INTO "schema_migrations" VALUES('20090301014710');
19
+ INSERT INTO "schema_migrations" VALUES('20090301025902');
20
+ INSERT INTO "schema_migrations" VALUES('20090301041526');
21
+ INSERT INTO "schema_migrations" VALUES('20090301090511');
22
+ INSERT INTO "schema_migrations" VALUES('20090316023841');
23
+ DELETE FROM sqlite_sequence;
24
+ INSERT INTO "sqlite_sequence" VALUES('teams',342);
25
+ INSERT INTO "sqlite_sequence" VALUES('users',11);
26
+ INSERT INTO "sqlite_sequence" VALUES('pools',1);
27
+ INSERT INTO "sqlite_sequence" VALUES('regions',4);
28
+ INSERT INTO "sqlite_sequence" VALUES('seedings',67);
29
+ INSERT INTO "sqlite_sequence" VALUES('entries',22);
30
+ CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(40), "name" varchar(100) DEFAULT '', "email" varchar(100), "crypted_password" varchar(40), "salt" varchar(40), "created_at" datetime, "updated_at" datetime, "remember_token" varchar(40), "remember_token_expires_at" datetime, "activation_code" varchar(40), "activated_at" datetime);
31
+ INSERT INTO "users" VALUES(1,'admin','Doug Seifert','doug+ncaa@dseifert.net','205eba185e42be686e741b5e813c0dd6f9bcbb70','8e26a2bebb0dc380c3e6fe8f0a9ad0f092499814','2009-03-11 00:49:27','2009-03-11 00:49:27',NULL,NULL,'7cfa514083944f669a5b92e84f3364d407b37a58','2009-03-11 00:49:27');
32
+ INSERT INTO "users" VALUES(2,'doug','','doug@dseifert.net','71c296d1bcbda58a65054bf62cf726f228fa1e12','21d0bc6007b5ee69e30381933e276a0932c90706','2009-03-14 14:11:24','2009-03-14 14:11:59',NULL,NULL,NULL,'2009-03-14 14:11:59');
33
+ INSERT INTO "users" VALUES(3,'delam','','delam@uptake.com','8b7b800a398ab279502d2862bb1b4112615b3405','7ae81ee9f1353bef88b242c27d721510e3654f21','2009-03-16 12:30:15','2009-03-16 12:30:41',NULL,NULL,NULL,'2009-03-16 12:30:41');
34
+ INSERT INTO "users" VALUES(4,'alasdair','','abruce@uptake.com','9694d86e3b6369e29fca359149c58983bb2226c2','e8ad897090b10bf23b91a25e759c60614884a763','2009-03-16 23:20:08','2009-03-16 23:20:43',NULL,NULL,NULL,'2009-03-16 23:20:43');
35
+ INSERT INTO "users" VALUES(5,'clive','','clive@uptake.com','e7729a30b595c9592677bc850efa2a41f01a2c9b','1d6f97af45de5becae8d4931e9d1ab9c3ba8f3fd','2009-03-17 00:37:25','2009-03-17 00:38:21',NULL,NULL,NULL,'2009-03-17 00:38:21');
36
+ INSERT INTO "users" VALUES(6,'bpiepgrass','','brian@uptake.com','8aa2a6363a746b5fa748bf373afcfccc0a9a4380','f7e404b291f32fbf7a05217b8c053420528ac103','2009-03-17 02:03:14','2009-03-18 17:03:08',NULL,NULL,NULL,'2009-03-18 17:03:08');
37
+ INSERT INTO "users" VALUES(7,'alex','','alex@kango.com','14012df88cb1cb3d592b007deb550c235ee63bbc','095eace6cd106ac9b7f4b515e57af78b80adb4f7','2009-03-17 19:32:10','2009-03-17 19:32:39',NULL,NULL,NULL,'2009-03-17 19:32:39');
38
+ INSERT INTO "users" VALUES(8,'hchen','','hchen@uptake.com','ac5f212e4c86c852d1a1a47ebc2223dd6c2d9691','fe90589c68e4949207f25a1c38b84d9d99c7eb00','2009-03-17 21:25:26','2009-03-17 21:37:37',NULL,NULL,NULL,'2009-03-17 21:37:37');
39
+ INSERT INTO "users" VALUES(9,'creditdefaultswaps','','yen@uptake.com','d5b7f72932d84810f687958ee6298c5177e3e5e4','6f735a873cf4046d5eab57d057e9ddb6fe911ca3','2009-03-18 04:37:39','2009-03-18 04:43:19',NULL,NULL,NULL,'2009-03-18 04:43:19');
40
+ INSERT INTO "users" VALUES(10,'shootthethree','','ylee@uptake.com','d68d51aef182b05e8baf0b3cf085fd4310367a3d','262cc09f63f5f2b3b623eb0527c04d82de3bf4b0','2009-03-18 04:40:16','2009-03-18 04:42:01',NULL,NULL,NULL,'2009-03-18 04:42:01');
41
+ INSERT INTO "users" VALUES(11,'sjeffers','','sjeffers@uptake.com','0dfb73e304a5f3df71852f5d8692f14e1a08de6f','a6e6dbe7105df87639aca66a7f04fe7fbd9270ec','2009-03-19 01:01:17','2009-03-19 01:01:56',NULL,NULL,NULL,'2009-03-19 01:01:56');
42
+ CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(32), "created_at" datetime, "updated_at" datetime, "position" integer DEFAULT 0 NOT NULL);
43
+ INSERT INTO "roles" VALUES(1,'admin','2009-03-11 00:47:40','2009-03-11 00:47:40',1);
44
+ CREATE TABLE "roles_users" ("role_id" integer, "user_id" integer);
45
+ INSERT INTO "roles_users" VALUES(1,1);
46
+ CREATE TABLE "pools" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "data" blob, "started" boolean DEFAULT 'f' NOT NULL, "starts_at" datetime, "created_at" datetime, "updated_at" datetime, "user_id" integer, "active" boolean DEFAULT 'f' NOT NULL);
47
+ INSERT INTO "pools" VALUES(1,'2009 NCAA Tournament','o:Tournament::Pool :
48
+ teams[o:Tournament::Team:@short_name"Lou:
49
+ @seedi:
50
+ @name"Louisvilleo;; "MrS;
51
+ i; "Morehead Stateo;; "OSU;
52
+ i
53
+ i; "
54
+ Sienao;; "Uta;
55
+ i
56
+ ; " Utaho;; "UA;
57
+ i; " Arizonao;; "WkF;
58
+ i ; "Wake Foresto;; "ClS;
59
+ i; "Cleveland Stateo;; "WVa;
60
+ i ; "West Virginiao;; "Day;
61
+ i; " Daytono;; "Kan;
62
+ i; " Kansaso;; "NDS;
63
+ i; "North Dakota Stateo;; "BC;
64
+ i ; "Boston Collegeo;; "USC;
65
+ i; "USCo;; "MSU;
66
+ i; "Michigan St.o;; "RbM;
67
+ i; "Robert Morris: name" Midwest{;[o;; "Con;
68
+ i; "Connecticuto;; "Cht;
69
+ i; "Chattanoogao;; "BYU;
70
+ i
71
+ i; "Texas A&Mo;; "Pur;
72
+ i
73
+ ; " Purdueo;; "NIo;
74
+ i; "Northern Iowao;; "Was;
75
+ i ; "Washingtono;; "MiS;
76
+ i; "Mississippi St.o;; "Mar;
77
+ i ; "Marquetteo;; "USt;
78
+ i; "Utah Stateo;; "Msr;
79
+ i; "
80
+ i; " Cornello;; "Cal;
81
+ i ; "Californiao;; "Mry;
82
+ i; "
83
+ i; " Memphiso;; "CSN;
84
+ i; "Cal State Northridge; " West{;[o;; "Pit;
85
+ i; "Pittsburgho;; "ETS;
86
+ i; "East Tennessee Stateo;; "OkS;
87
+ i
88
+ i; "Tennesseeo;; "FSU;
89
+ i
90
+ ; "Florida Stateo;; "Wis;
91
+ i; "Wisconsino;; "Xav;
92
+ i ; " Xaviero;; "PSt;
93
+ i; "Portland St.o;; "ULA;
94
+ i ; " UCLAo;; "VAC;
95
+ i; "Virginia Commonwealtho;; "Vil;
96
+ i; "Villanovao;; "Am;
97
+ i; "
98
+ i ; "
99
+ Texaso;; "Min;
100
+ i; "Minnesotao;; "Duk;
101
+ i; " Dukeo;; "Bin;
102
+ i; "Binghamton; " East{;[o;; "UNC;
103
+ i; "North Carolinao;; "Rad;
104
+ i; " Radfordo;; "LSU;
105
+ i
106
+ i; " Butlero;; "Ill;
107
+ i
108
+ ; "
109
+ i; "W. Kentuckyo;; "Gon;
110
+ i ; " Gonzagao;; "Akr;
111
+ i; "
112
+ Akrono;; "ASU;
113
+ i ; "Arizona Stateo;; "Tem;
114
+ i; " Templeo;; "Syr;
115
+ i; "
116
+ i; "Stephen F. Austino;; "Clm;
117
+ i ; " Clemsono;; "UM;
118
+ i; "
119
+ i; "
120
+ i; "Morgan State; "
121
+ South:@scoring_strategyo:6Tournament::ScoringStrategy::TweakedJoshPatashnik%00:@entry_fee"5:
122
+ i; "Morehead State@@@@@@@!@$@''@*@-@0@3@6@<@?@B@E@H@K@N@Q@T@W@Z@]@`@c@f@i@o@r@u@x@{@~@|@@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�[%25:unk;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;[;;;;;;;;;;;;;;;;[
123
+ i; "Louisvilleo;; "MrS;
124
+ i; "Morehead Stateo;; "OSU;
125
+ i
126
+ i; "
127
+ Sienao;; "Uta;
128
+ i
129
+ ; " Utaho;; "UA;
130
+ i; " Arizonao;; "WkF;
131
+ i ; "Wake Foresto;; "ClS;
132
+ i; "Cleveland Stateo;; "WVa;
133
+ i ; "West Virginiao;; "Day;
134
+ i; " Daytono;; "Kan;
135
+ i; " Kansaso;; "NDS;
136
+ i; "North Dakota Stateo;; "BC;
137
+ i ; "Boston Collegeo;; "USC;
138
+ i; "USCo;; "MSU;
139
+ i; "Michigan St.o;; "RbM;
140
+ i; "Robert Morriso;; "Con;
141
+ i; "Connecticuto;; "Cht;
142
+ i; "Chattanoogao;; "BYU;
143
+ i
144
+ i; "Texas A&Mo;; "Pur;
145
+ i
146
+ ; " Purdueo;; "NIo;
147
+ i; "Northern Iowao;; "Was;
148
+ i ; "Washingtono;; "MiS;
149
+ i; "Mississippi St.o;; "Mar;
150
+ i ; "Marquetteo;; "USt;
151
+ i; "Utah Stateo;; "Msr;
152
+ i; "
153
+ i; " Cornello;; "Cal;
154
+ i ; "Californiao;; "Mry;
155
+ i; "
156
+ i; " Memphiso;; "CSN;
157
+ i; "Cal State Northridgeo;; "Pit;
158
+ i; "Pittsburgho;; "ETS;
159
+ i; "East Tennessee Stateo;; "OkS;
160
+ i
161
+ i; "Tennesseeo;; "FSU;
162
+ i
163
+ ; "Florida Stateo;; "Wis;
164
+ i; "Wisconsino;; "Xav;
165
+ i ; " Xaviero;; "PSt;
166
+ i; "Portland St.o;; "ULA;
167
+ i ; " UCLAo;; "VAC;
168
+ i; "Virginia Commonwealtho;; "Vil;
169
+ i; "Villanovao;; "Am;
170
+ i; "
171
+ i ; "
172
+ Texaso;; "Min;
173
+ i; "Minnesotao;; "Duk;
174
+ i; " Dukeo;; "Bin;
175
+ i; "Binghamtono;; "UNC;
176
+ i; "North Carolinao;; "Rad;
177
+ i; " Radfordo;; "LSU;
178
+ i
179
+ i; " Butlero;; "Ill;
180
+ i
181
+ ; "
182
+ i; "W. Kentuckyo;; "Gon;
183
+ i ; " Gonzagao;; "Akr;
184
+ i; "
185
+ Akrono;; "ASU;
186
+ i ; "Arizona Stateo;; "Tem;
187
+ i; " Templeo;; "Syr;
188
+ i; "
189
+ i; "Stephen F. Austino;; "Clm;
190
+ i ; " Clemsono;; "UM;
191
+ i; "
192
+ i; "
193
+ i; "Morgan State[%25@�@�@�@�@�@@
194
+ i; "Louisvilleo;; "MrS;
195
+ i; "Morehead Stateo;; "OSU;
196
+ i
197
+ i; "
198
+ Sienao;; "Uta;
199
+ i
200
+ ; " Utaho;; "UA;
201
+ i; " Arizonao;; "WkF;
202
+ i ; "Wake Foresto;; "ClS;
203
+ i; "Cleveland Stateo;; "WVa;
204
+ i ; "West Virginiao;; "Day;
205
+ i; " Daytono;; "Kan;
206
+ i; " Kansaso;; "NDS;
207
+ i; "North Dakota Stateo;; "BC;
208
+ i ; "Boston Collegeo;; "USC;
209
+ i; "USCo;; "MSU;
210
+ i; "Michigan St.o;; "RbM;
211
+ i; "Robert Morriso;; "Con;
212
+ i; "Connecticuto;; "Cht;
213
+ i; "Chattanoogao;; "BYU;
214
+ i
215
+ i; "Texas A&Mo;; "Pur;
216
+ i
217
+ ; " Purdueo;; "NIo;
218
+ i; "Northern Iowao;; "Was;
219
+ i ; "Washingtono;; "MiS;
220
+ i; "Mississippi St.o;; "Mar;
221
+ i ; "Marquetteo;; "USt;
222
+ i; "Utah Stateo;; "Msr;
223
+ i; "
224
+ i; " Cornello;; "Cal;
225
+ i ; "Californiao;; "Mry;
226
+ i; "
227
+ i; " Memphiso;; "CSN;
228
+ i; "Cal State Northridgeo;; "Pit;
229
+ i; "Pittsburgho;; "ETS;
230
+ i; "East Tennessee Stateo;; "OkS;
231
+ i
232
+ i; "Tennesseeo;; "FSU;
233
+ i
234
+ ; "Florida Stateo;; "Wis;
235
+ i; "Wisconsino;; "Xav;
236
+ i ; " Xaviero;; "PSt;
237
+ i; "Portland St.o;; "ULA;
238
+ i ; " UCLAo;; "VAC;
239
+ i; "Virginia Commonwealtho;; "Vil;
240
+ i; "Villanovao;; "Am;
241
+ i; "
242
+ i ; "
243
+ Texaso;; "Min;
244
+ i; "Minnesotao;; "Duk;
245
+ i; " Dukeo;; "Bin;
246
+ i; "Binghamtono;; "UNC;
247
+ i; "North Carolinao;; "Rad;
248
+ i; " Radfordo;; "LSU;
249
+ i
250
+ i; " Butlero;; "Ill;
251
+ i
252
+ ; "
253
+ i; "W. Kentuckyo;; "Gon;
254
+ i ; " Gonzagao;; "Akr;
255
+ i; "
256
+ Akrono;; "ASU;
257
+ i ; "Arizona Stateo;; "Tem;
258
+ i; " Templeo;; "Syr;
259
+ i; "
260
+ i; "Stephen F. Austino;; "Clm;
261
+ i ; " Clemsono;; "UM;
262
+ i; "
263
+ i; "
264
+ i; "Morgan State[%25@�@�@�@�@�@�@�@�@�@�@�@�@�@�@@ @@@ @#@)@/@8@;@A@G@P@S@\@_@h@k[@�@�@�@�@�@�@�@ @@ @)@;@A@S@\@h[
265
+ i; "Louisvilleo;; "MrS;
266
+ i; "Morehead Stateo;; "OSU;
267
+ i
268
+ i; "
269
+ Sienao;; "Uta;
270
+ i
271
+ ; " Utaho;; "UA;
272
+ i; " Arizonao;; "WkF;
273
+ i ; "Wake Foresto;; "ClS;
274
+ i; "Cleveland Stateo;; "WVa;
275
+ i ; "West Virginiao;; "Day;
276
+ i; " Daytono;; "Kan;
277
+ i; " Kansaso;; "NDS;
278
+ i; "North Dakota Stateo;; "BC;
279
+ i ; "Boston Collegeo;; "USC;
280
+ i; "USCo;; "MSU;
281
+ i; "Michigan St.o;; "RbM;
282
+ i; "Robert Morriso;; "Con;
283
+ i; "Connecticuto;; "Cht;
284
+ i; "Chattanoogao;; "BYU;
285
+ i
286
+ i; "Texas A&Mo;; "Pur;
287
+ i
288
+ ; " Purdueo;; "NIo;
289
+ i; "Northern Iowao;; "Was;
290
+ i ; "Washingtono;; "MiS;
291
+ i; "Mississippi St.o;; "Mar;
292
+ i ; "Marquetteo;; "USt;
293
+ i; "Utah Stateo;; "Msr;
294
+ i; "
295
+ i; " Cornello;; "Cal;
296
+ i ; "Californiao;; "Mry;
297
+ i; "
298
+ i; " Memphiso;; "CSN;
299
+ i; "Cal State Northridgeo;; "Pit;
300
+ i; "Pittsburgho;; "ETS;
301
+ i; "East Tennessee Stateo;; "OkS;
302
+ i
303
+ i; "Tennesseeo;; "FSU;
304
+ i
305
+ ; "Florida Stateo;; "Wis;
306
+ i; "Wisconsino;; "Xav;
307
+ i ; " Xaviero;; "PSt;
308
+ i; "Portland St.o;; "ULA;
309
+ i ; " UCLAo;; "VAC;
310
+ i; "Virginia Commonwealtho;; "Vil;
311
+ i; "Villanovao;; "Am;
312
+ i; "
313
+ i ; "
314
+ Texaso;; "Min;
315
+ i; "Minnesotao;; "Duk;
316
+ i; " Dukeo;; "Bin;
317
+ i; "Binghamtono;; "UNC;
318
+ i; "North Carolinao;; "Rad;
319
+ i; " Radfordo;; "LSU;
320
+ i
321
+ i; " Butlero;; "Ill;
322
+ i
323
+ ; "
324
+ i; "W. Kentuckyo;; "Gon;
325
+ i ; " Gonzagao;; "Akr;
326
+ i; "
327
+ Akrono;; "ASU;
328
+ i ; "Arizona Stateo;; "Tem;
329
+ i; " Templeo;; "Syr;
330
+ i; "
331
+ i; "Stephen F. Austino;; "Clm;
332
+ i ; " Clemsono;; "UM;
333
+ i; "
334
+ i; "
335
+ i; "Morgan State[%25@|@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@@@ @@@@$@*@3@6[@|@�@�@�@�@�@�@�@�@�@�@@ @@*@6[
336
+ i; "Louisvilleo;; "MrS;
337
+ i; "Morehead Stateo;; "OSU;
338
+ i
339
+ i; "
340
+ Sienao;; "Uta;
341
+ i
342
+ ; " Utaho;; "UA;
343
+ i; " Arizonao;; "WkF;
344
+ i ; "Wake Foresto;; "ClS;
345
+ i; "Cleveland Stateo;; "WVa;
346
+ i ; "West Virginiao;; "Day;
347
+ i; " Daytono;; "Kan;
348
+ i; " Kansaso;; "NDS;
349
+ i; "North Dakota Stateo;; "BC;
350
+ i ; "Boston Collegeo;; "USC;
351
+ i; "USCo;; "MSU;
352
+ i; "Michigan St.o;; "RbM;
353
+ i; "Robert Morriso;; "Con;
354
+ i; "Connecticuto;; "Cht;
355
+ i; "Chattanoogao;; "BYU;
356
+ i
357
+ i; "Texas A&Mo;; "Pur;
358
+ i
359
+ ; " Purdueo;; "NIo;
360
+ i; "Northern Iowao;; "Was;
361
+ i ; "Washingtono;; "MiS;
362
+ i; "Mississippi St.o;; "Mar;
363
+ i ; "Marquetteo;; "USt;
364
+ i; "Utah Stateo;; "Msr;
365
+ i; "
366
+ i; " Cornello;; "Cal;
367
+ i ; "Californiao;; "Mry;
368
+ i; "
369
+ i; " Memphiso;; "CSN;
370
+ i; "Cal State Northridgeo;; "Pit;
371
+ i; "Pittsburgho;; "ETS;
372
+ i; "East Tennessee Stateo;; "OkS;
373
+ i
374
+ i; "Tennesseeo;; "FSU;
375
+ i
376
+ ; "Florida Stateo;; "Wis;
377
+ i; "Wisconsino;; "Xav;
378
+ i ; " Xaviero;; "PSt;
379
+ i; "Portland St.o;; "ULA;
380
+ i ; " UCLAo;; "VAC;
381
+ i; "Virginia Commonwealtho;; "Vil;
382
+ i; "Villanovao;; "Am;
383
+ i; "
384
+ i ; "
385
+ Texaso;; "Min;
386
+ i; "Minnesotao;; "Duk;
387
+ i; " Dukeo;; "Bin;
388
+ i; "Binghamtono;; "UNC;
389
+ i; "North Carolinao;; "Rad;
390
+ i; " Radfordo;; "LSU;
391
+ i
392
+ i; " Butlero;; "Ill;
393
+ i
394
+ ; "
395
+ i; "W. Kentuckyo;; "Gon;
396
+ i ; " Gonzagao;; "Akr;
397
+ i; "
398
+ Akrono;; "ASU;
399
+ i ; "Arizona Stateo;; "Tem;
400
+ i; " Templeo;; "Syr;
401
+ i; "
402
+ i; "Stephen F. Austino;; "Clm;
403
+ i ; " Clemsono;; "UM;
404
+ i; "
405
+ i; "
406
+ i; "Morgan State[%25@G@P@V@Y@b@e@n@q@w@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@[@G@Y@e@n@w@�@�@�@�@�@�@�@�@�@�@[
407
+ i; "Louisvilleo;; "MrS;
408
+ i; "Morehead Stateo;; "OSU;
409
+ i
410
+ i; "
411
+ Sienao;; "Uta;
412
+ i
413
+ ; " Utaho;; "UA;
414
+ i; " Arizonao;; "WkF;
415
+ i ; "Wake Foresto;; "ClS;
416
+ i; "Cleveland Stateo;; "WVa;
417
+ i ; "West Virginiao;; "Day;
418
+ i; " Daytono;; "Kan;
419
+ i; " Kansaso;; "NDS;
420
+ i; "North Dakota Stateo;; "BC;
421
+ i ; "Boston Collegeo;; "USC;
422
+ i; "USCo;; "MSU;
423
+ i; "Michigan St.o;; "RbM;
424
+ i; "Robert Morriso;; "Con;
425
+ i; "Connecticuto;; "Cht;
426
+ i; "Chattanoogao;; "BYU;
427
+ i
428
+ i; "Texas A&Mo;; "Pur;
429
+ i
430
+ ; " Purdueo;; "NIo;
431
+ i; "Northern Iowao;; "Was;
432
+ i ; "Washingtono;; "MiS;
433
+ i; "Mississippi St.o;; "Mar;
434
+ i ; "Marquetteo;; "USt;
435
+ i; "Utah Stateo;; "Msr;
436
+ i; "
437
+ i; " Cornello;; "Cal;
438
+ i ; "Californiao;; "Mry;
439
+ i; "
440
+ i; " Memphiso;; "CSN;
441
+ i; "Cal State Northridgeo;; "Pit;
442
+ i; "Pittsburgho;; "ETS;
443
+ i; "East Tennessee Stateo;; "OkS;
444
+ i
445
+ i; "Tennesseeo;; "FSU;
446
+ i
447
+ ; "Florida Stateo;; "Wis;
448
+ i; "Wisconsino;; "Xav;
449
+ i ; " Xaviero;; "PSt;
450
+ i; "Portland St.o;; "ULA;
451
+ i ; " UCLAo;; "VAC;
452
+ i; "Virginia Commonwealtho;; "Vil;
453
+ i; "Villanovao;; "Am;
454
+ i; "
455
+ i ; "
456
+ Texaso;; "Min;
457
+ i; "Minnesotao;; "Duk;
458
+ i; " Dukeo;; "Bin;
459
+ i; "Binghamtono;; "UNC;
460
+ i; "North Carolinao;; "Rad;
461
+ i; " Radfordo;; "LSU;
462
+ i
463
+ i; " Butlero;; "Ill;
464
+ i
465
+ ; "
466
+ i; "W. Kentuckyo;; "Gon;
467
+ i ; " Gonzagao;; "Akr;
468
+ i; "
469
+ Akrono;; "ASU;
470
+ i ; "Arizona Stateo;; "Tem;
471
+ i; " Templeo;; "Syr;
472
+ i; "
473
+ i; "Stephen F. Austino;; "Clm;
474
+ i ; " Clemsono;; "UM;
475
+ i; "
476
+ i; "
477
+ i; "Morgan State[%25@@@!@$@*@0@6@<@B@K@N@T@]@`@f@l@r@{@�@�@�@�@�@�@�@�@�@�@�@�@�@�[@@!@0@<@B@T@`@l@{@�@�@�@�@�@�@�[
478
+ i; "Louisvilleo;; "MrS;
479
+ i; "Morehead Stateo;; "OSU;
480
+ i
481
+ i; "
482
+ Sienao;; "Uta;
483
+ i
484
+ ; " Utaho;; "UA;
485
+ i; " Arizonao;; "WkF;
486
+ i ; "Wake Foresto;; "ClS;
487
+ i; "Cleveland Stateo;; "WVa;
488
+ i ; "West Virginiao;; "Day;
489
+ i; " Daytono;; "Kan;
490
+ i; " Kansaso;; "NDS;
491
+ i; "North Dakota Stateo;; "BC;
492
+ i ; "Boston Collegeo;; "USC;
493
+ i; "USCo;; "MSU;
494
+ i; "Michigan St.o;; "RbM;
495
+ i; "Robert Morriso;; "Con;
496
+ i; "Connecticuto;; "Cht;
497
+ i; "Chattanoogao;; "BYU;
498
+ i
499
+ i; "Texas A&Mo;; "Pur;
500
+ i
501
+ ; " Purdueo;; "NIo;
502
+ i; "Northern Iowao;; "Was;
503
+ i ; "Washingtono;; "MiS;
504
+ i; "Mississippi St.o;; "Mar;
505
+ i ; "Marquetteo;; "USt;
506
+ i; "Utah Stateo;; "Msr;
507
+ i; "
508
+ i; " Cornello;; "Cal;
509
+ i ; "Californiao;; "Mry;
510
+ i; "
511
+ i; " Memphiso;; "CSN;
512
+ i; "Cal State Northridgeo;; "Pit;
513
+ i; "Pittsburgho;; "ETS;
514
+ i; "East Tennessee Stateo;; "OkS;
515
+ i
516
+ i; "Tennesseeo;; "FSU;
517
+ i
518
+ ; "Florida Stateo;; "Wis;
519
+ i; "Wisconsino;; "Xav;
520
+ i ; " Xaviero;; "PSt;
521
+ i; "Portland St.o;; "ULA;
522
+ i ; " UCLAo;; "VAC;
523
+ i; "Virginia Commonwealtho;; "Vil;
524
+ i; "Villanovao;; "Am;
525
+ i; "
526
+ i ; "
527
+ Texaso;; "Min;
528
+ i; "Minnesotao;; "Duk;
529
+ i; " Dukeo;; "Bin;
530
+ i; "Binghamtono;; "UNC;
531
+ i; "North Carolinao;; "Rad;
532
+ i; " Radfordo;; "LSU;
533
+ i
534
+ i; " Butlero;; "Ill;
535
+ i
536
+ ; "
537
+ i; "W. Kentuckyo;; "Gon;
538
+ i ; " Gonzagao;; "Akr;
539
+ i; "
540
+ Akrono;; "ASU;
541
+ i ; "Arizona Stateo;; "Tem;
542
+ i; " Templeo;; "Syr;
543
+ i; "
544
+ i; "Stephen F. Austino;; "Clm;
545
+ i ; " Clemsono;; "UM;
546
+ i; "
547
+ i; "
548
+ i; "Morgan State[%25@�@�@�@�@@@ @@@@&@)@2@8@>@A@G@P@S@\@b@h@k@q@w@�@�@�@�@�@�@�[@�@�@@ @@)@2@A@G@S@b@q@w@�@�@�[
549
+ i; "Louisvilleo;; "MrS;
550
+ i; "Morehead Stateo;; "OSU;
551
+ i
552
+ i; "
553
+ Sienao;; "Uta;
554
+ i
555
+ ; " Utaho;; "UA;
556
+ i; " Arizonao;; "WkF;
557
+ i ; "Wake Foresto;; "ClS;
558
+ i; "Cleveland Stateo;; "WVa;
559
+ i ; "West Virginiao;; "Day;
560
+ i; " Daytono;; "Kan;
561
+ i; " Kansaso;; "NDS;
562
+ i; "North Dakota Stateo;; "BC;
563
+ i ; "Boston Collegeo;; "USC;
564
+ i; "USCo;; "MSU;
565
+ i; "Michigan St.o;; "RbM;
566
+ i; "Robert Morriso;; "Con;
567
+ i; "Connecticuto;; "Cht;
568
+ i; "Chattanoogao;; "BYU;
569
+ i
570
+ i; "Texas A&Mo;; "Pur;
571
+ i
572
+ ; " Purdueo;; "NIo;
573
+ i; "Northern Iowao;; "Was;
574
+ i ; "Washingtono;; "MiS;
575
+ i; "Mississippi St.o;; "Mar;
576
+ i ; "Marquetteo;; "USt;
577
+ i; "Utah Stateo;; "Msr;
578
+ i; "
579
+ i; " Cornello;; "Cal;
580
+ i ; "Californiao;; "Mry;
581
+ i; "
582
+ i; " Memphiso;; "CSN;
583
+ i; "Cal State Northridgeo;; "Pit;
584
+ i; "Pittsburgho;; "ETS;
585
+ i; "East Tennessee Stateo;; "OkS;
586
+ i
587
+ i; "Tennesseeo;; "FSU;
588
+ i
589
+ ; "Florida Stateo;; "Wis;
590
+ i; "Wisconsino;; "Xav;
591
+ i ; " Xaviero;; "PSt;
592
+ i; "Portland St.o;; "ULA;
593
+ i ; " UCLAo;; "VAC;
594
+ i; "Virginia Commonwealtho;; "Vil;
595
+ i; "Villanovao;; "Am;
596
+ i; "
597
+ i ; "
598
+ Texaso;; "Min;
599
+ i; "Minnesotao;; "Duk;
600
+ i; " Dukeo;; "Bin;
601
+ i; "Binghamtono;; "UNC;
602
+ i; "North Carolinao;; "Rad;
603
+ i; " Radfordo;; "LSU;
604
+ i
605
+ i; " Butlero;; "Ill;
606
+ i
607
+ ; "
608
+ i; "W. Kentuckyo;; "Gon;
609
+ i ; " Gonzagao;; "Akr;
610
+ i; "
611
+ Akrono;; "ASU;
612
+ i ; "Arizona Stateo;; "Tem;
613
+ i; " Templeo;; "Syr;
614
+ i; "
615
+ i; "Stephen F. Austino;; "Clm;
616
+ i ; " Clemsono;; "UM;
617
+ i; "
618
+ i; "
619
+ i; "Morgan State[%25@�@�@�@�@�@�@�@�@�@�@�@�@�@%00@ @ @@@@$@-@0@6@<@B@K@Q@T@Z@`@i@l[@�@�@�@�@�@�@�@ @@@0@<@B@T@`@i[
620
+ i; "Louisvilleo;; "MrS;
621
+ i; "Morehead Stateo;; "OSU;
622
+ i
623
+ i; "
624
+ Sienao;; "Uta;
625
+ i
626
+ ; " Utaho;; "UA;
627
+ i; " Arizonao;; "WkF;
628
+ i ; "Wake Foresto;; "ClS;
629
+ i; "Cleveland Stateo;; "WVa;
630
+ i ; "West Virginiao;; "Day;
631
+ i; " Daytono;; "Kan;
632
+ i; " Kansaso;; "NDS;
633
+ i; "North Dakota Stateo;; "BC;
634
+ i ; "Boston Collegeo;; "USC;
635
+ i; "USCo;; "MSU;
636
+ i; "Michigan St.o;; "RbM;
637
+ i; "Robert Morriso;; "Con;
638
+ i; "Connecticuto;; "Cht;
639
+ i; "Chattanoogao;; "BYU;
640
+ i
641
+ i; "Texas A&Mo;; "Pur;
642
+ i
643
+ ; " Purdueo;; "NIo;
644
+ i; "Northern Iowao;; "Was;
645
+ i ; "Washingtono;; "MiS;
646
+ i; "Mississippi St.o;; "Mar;
647
+ i ; "Marquetteo;; "USt;
648
+ i; "Utah Stateo;; "Msr;
649
+ i; "
650
+ i; " Cornello;; "Cal;
651
+ i ; "Californiao;; "Mry;
652
+ i; "
653
+ i; " Memphiso;; "CSN;
654
+ i; "Cal State Northridgeo;; "Pit;
655
+ i; "Pittsburgho;; "ETS;
656
+ i; "East Tennessee Stateo;; "OkS;
657
+ i
658
+ i; "Tennesseeo;; "FSU;
659
+ i
660
+ ; "Florida Stateo;; "Wis;
661
+ i; "Wisconsino;; "Xav;
662
+ i ; " Xaviero;; "PSt;
663
+ i; "Portland St.o;; "ULA;
664
+ i ; " UCLAo;; "VAC;
665
+ i; "Virginia Commonwealtho;; "Vil;
666
+ i; "Villanovao;; "Am;
667
+ i; "
668
+ i ; "
669
+ Texaso;; "Min;
670
+ i; "Minnesotao;; "Duk;
671
+ i; " Dukeo;; "Bin;
672
+ i; "Binghamtono;; "UNC;
673
+ i; "North Carolinao;; "Rad;
674
+ i; " Radfordo;; "LSU;
675
+ i
676
+ i; " Butlero;; "Ill;
677
+ i
678
+ ; "
679
+ i; "W. Kentuckyo;; "Gon;
680
+ i ; " Gonzagao;; "Akr;
681
+ i; "
682
+ Akrono;; "ASU;
683
+ i ; "Arizona Stateo;; "Tem;
684
+ i; " Templeo;; "Syr;
685
+ i; "
686
+ i; "Stephen F. Austino;; "Clm;
687
+ i ; " Clemsono;; "UM;
688
+ i; "
689
+ i; "
690
+ i; "Morgan State[%25@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@@ @@@ @#@)@/@5@>@A[@�@�@�@�@�@�@�@�@�@�@�@@@#@/@A[
691
+ i; "Louisvilleo;; "MrS;
692
+ i; "Morehead Stateo;; "OSU;
693
+ i
694
+ i; "
695
+ Sienao;; "Uta;
696
+ i
697
+ ; " Utaho;; "UA;
698
+ i; " Arizonao;; "WkF;
699
+ i ; "Wake Foresto;; "ClS;
700
+ i; "Cleveland Stateo;; "WVa;
701
+ i ; "West Virginiao;; "Day;
702
+ i; " Daytono;; "Kan;
703
+ i; " Kansaso;; "NDS;
704
+ i; "North Dakota Stateo;; "BC;
705
+ i ; "Boston Collegeo;; "USC;
706
+ i; "USCo;; "MSU;
707
+ i; "Michigan St.o;; "RbM;
708
+ i; "Robert Morriso;; "Con;
709
+ i; "Connecticuto;; "Cht;
710
+ i; "Chattanoogao;; "BYU;
711
+ i
712
+ i; "Texas A&Mo;; "Pur;
713
+ i
714
+ ; " Purdueo;; "NIo;
715
+ i; "Northern Iowao;; "Was;
716
+ i ; "Washingtono;; "MiS;
717
+ i; "Mississippi St.o;; "Mar;
718
+ i ; "Marquetteo;; "USt;
719
+ i; "Utah Stateo;; "Msr;
720
+ i; "
721
+ i; " Cornello;; "Cal;
722
+ i ; "Californiao;; "Mry;
723
+ i; "
724
+ i; " Memphiso;; "CSN;
725
+ i; "Cal State Northridgeo;; "Pit;
726
+ i; "Pittsburgho;; "ETS;
727
+ i; "East Tennessee Stateo;; "OkS;
728
+ i
729
+ i; "Tennesseeo;; "FSU;
730
+ i
731
+ ; "Florida Stateo;; "Wis;
732
+ i; "Wisconsino;; "Xav;
733
+ i ; " Xaviero;; "PSt;
734
+ i; "Portland St.o;; "ULA;
735
+ i ; " UCLAo;; "VAC;
736
+ i; "Virginia Commonwealtho;; "Vil;
737
+ i; "Villanovao;; "Am;
738
+ i; "
739
+ i ; "
740
+ Texaso;; "Min;
741
+ i; "Minnesotao;; "Duk;
742
+ i; " Dukeo;; "Bin;
743
+ i; "Binghamtono;; "UNC;
744
+ i; "North Carolinao;; "Rad;
745
+ i; " Radfordo;; "LSU;
746
+ i
747
+ i; " Butlero;; "Ill;
748
+ i
749
+ ; "
750
+ i; "W. Kentuckyo;; "Gon;
751
+ i ; " Gonzagao;; "Akr;
752
+ i; "
753
+ Akrono;; "ASU;
754
+ i ; "Arizona Stateo;; "Tem;
755
+ i; " Templeo;; "Syr;
756
+ i; "
757
+ i; "Stephen F. Austino;; "Clm;
758
+ i ; " Clemsono;; "UM;
759
+ i; "
760
+ i; "
761
+ i; "Morgan State[%25@_@e@h@q@t@}@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@@
762
+ @@[@_@q@t@�@�@�@�@�@�@�@�@�@�@�@@[
763
+ i; "Louisvilleo;; "MrS;
764
+ i; "Morehead Stateo;; "OSU;
765
+ i
766
+ i; "
767
+ Sienao;; "Uta;
768
+ i
769
+ ; " Utaho;; "UA;
770
+ i; " Arizonao;; "WkF;
771
+ i ; "Wake Foresto;; "ClS;
772
+ i; "Cleveland Stateo;; "WVa;
773
+ i ; "West Virginiao;; "Day;
774
+ i; " Daytono;; "Kan;
775
+ i; " Kansaso;; "NDS;
776
+ i; "North Dakota Stateo;; "BC;
777
+ i ; "Boston Collegeo;; "USC;
778
+ i; "USCo;; "MSU;
779
+ i; "Michigan St.o;; "RbM;
780
+ i; "Robert Morriso;; "Con;
781
+ i; "Connecticuto;; "Cht;
782
+ i; "Chattanoogao;; "BYU;
783
+ i
784
+ i; "Texas A&Mo;; "Pur;
785
+ i
786
+ ; " Purdueo;; "NIo;
787
+ i; "Northern Iowao;; "Was;
788
+ i ; "Washingtono;; "MiS;
789
+ i; "Mississippi St.o;; "Mar;
790
+ i ; "Marquetteo;; "USt;
791
+ i; "Utah Stateo;; "Msr;
792
+ i; "
793
+ i; " Cornello;; "Cal;
794
+ i ; "Californiao;; "Mry;
795
+ i; "
796
+ i; " Memphiso;; "CSN;
797
+ i; "Cal State Northridgeo;; "Pit;
798
+ i; "Pittsburgho;; "ETS;
799
+ i; "East Tennessee Stateo;; "OkS;
800
+ i
801
+ i; "Tennesseeo;; "FSU;
802
+ i
803
+ ; "Florida Stateo;; "Wis;
804
+ i; "Wisconsino;; "Xav;
805
+ i ; " Xaviero;; "PSt;
806
+ i; "Portland St.o;; "ULA;
807
+ i ; " UCLAo;; "VAC;
808
+ i; "Virginia Commonwealtho;; "Vil;
809
+ i; "Villanovao;; "Am;
810
+ i; "
811
+ i ; "
812
+ Texaso;; "Min;
813
+ i; "Minnesotao;; "Duk;
814
+ i; " Dukeo;; "Bin;
815
+ i; "Binghamtono;; "UNC;
816
+ i; "North Carolinao;; "Rad;
817
+ i; " Radfordo;; "LSU;
818
+ i
819
+ i; " Butlero;; "Ill;
820
+ i
821
+ ; "
822
+ i; "W. Kentuckyo;; "Gon;
823
+ i ; " Gonzagao;; "Akr;
824
+ i; "
825
+ Akrono;; "ASU;
826
+ i ; "Arizona Stateo;; "Tem;
827
+ i; " Templeo;; "Syr;
828
+ i; "
829
+ i; "Stephen F. Austino;; "Clm;
830
+ i ; " Clemsono;; "UM;
831
+ i; "
832
+ i; "
833
+ i; "Morgan State[%25@1@:@@@F@L@R@X@^@d@g@p@v@|@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�@�[@:@@@L@X@g@v@�@�@�@�@�@�@�@�@�@�[
834
+ i; "Louisvilleo;; "MrS;
835
+ i; "Morehead Stateo;; "OSU;
836
+ i
837
+ i; "
838
+ Sienao;; "Uta;
839
+ i
840
+ ; " Utaho;; "UA;
841
+ i; " Arizonao;; "WkF;
842
+ i ; "Wake Foresto;; "ClS;
843
+ i; "Cleveland Stateo;; "WVa;
844
+ i ; "West Virginiao;; "Day;
845
+ i; " Daytono;; "Kan;
846
+ i; " Kansaso;; "NDS;
847
+ i; "North Dakota Stateo;; "BC;
848
+ i ; "Boston Collegeo;; "USC;
849
+ i; "USCo;; "MSU;
850
+ i; "Michigan St.o;; "RbM;
851
+ i; "Robert Morriso;; "Con;
852
+ i; "Connecticuto;; "Cht;
853
+ i; "Chattanoogao;; "BYU;
854
+ i
855
+ i; "Texas A&Mo;; "Pur;
856
+ i
857
+ ; " Purdueo;; "NIo;
858
+ i; "Northern Iowao;; "Was;
859
+ i ; "Washingtono;; "MiS;
860
+ i; "Mississippi St.o;; "Mar;
861
+ i ; "Marquetteo;; "USt;
862
+ i; "Utah Stateo;; "Msr;
863
+ i; "
864
+ i; " Cornello;; "Cal;
865
+ i ; "Californiao;; "Mry;
866
+ i; "
867
+ i; " Memphiso;; "CSN;
868
+ i; "Cal State Northridgeo;; "Pit;
869
+ i; "Pittsburgho;; "ETS;
870
+ i; "East Tennessee Stateo;; "OkS;
871
+ i
872
+ i; "Tennesseeo;; "FSU;
873
+ i
874
+ ; "Florida Stateo;; "Wis;
875
+ i; "Wisconsino;; "Xav;
876
+ i ; " Xaviero;; "PSt;
877
+ i; "Portland St.o;; "ULA;
878
+ i ; " UCLAo;; "VAC;
879
+ i; "Virginia Commonwealtho;; "Vil;
880
+ i; "Villanovao;; "Am;
881
+ i; "
882
+ i ; "
883
+ Texaso;; "Min;
884
+ i; "Minnesotao;; "Duk;
885
+ i; " Dukeo;; "Bin;
886
+ i; "Binghamtono;; "UNC;
887
+ i; "North Carolinao;; "Rad;
888
+ i; " Radfordo;; "LSU;
889
+ i
890
+ i; " Butlero;; "Ill;
891
+ i
892
+ ; "
893
+ i; "W. Kentuckyo;; "Gon;
894
+ i ; " Gonzagao;; "Akr;
895
+ i; "
896
+ Akrono;; "ASU;
897
+ i ; "Arizona Stateo;; "Tem;
898
+ i; " Templeo;; "Syr;
899
+ i; "
900
+ i; "Stephen F. Austino;; "Clm;
901
+ i ; " Clemsono;; "UM;
902
+ i; "
903
+ i; "
904
+ i; "Morgan State[%25@�@ @ @ @ @ @ @& @, @2 @8 @> @D @J @P @V @\ @e @h @n @w @z @� @� @� @� @� @� @� @� @� @� [@�@ @ @& @, @8 @J @P @\ @h @z @� @� @� @� @� [
905
+ i; "Louisvilleo;; "MrS;
906
+ i; "Morehead Stateo;; "OSU;
907
+ i
908
+ i; "
909
+ Sienao;; "Uta;
910
+ i
911
+ ; " Utaho;; "UA;
912
+ i; " Arizonao;; "WkF;
913
+ i ; "Wake Foresto;; "ClS;
914
+ i; "Cleveland Stateo;; "WVa;
915
+ i ; "West Virginiao;; "Day;
916
+ i; " Daytono;; "Kan;
917
+ i; " Kansaso;; "NDS;
918
+ i; "North Dakota Stateo;; "BC;
919
+ i ; "Boston Collegeo;; "USC;
920
+ i; "USCo;; "MSU;
921
+ i; "Michigan St.o;; "RbM;
922
+ i; "Robert Morriso;; "Con;
923
+ i; "Connecticuto;; "Cht;
924
+ i; "Chattanoogao;; "BYU;
925
+ i
926
+ i; "Texas A&Mo;; "Pur;
927
+ i
928
+ ; " Purdueo;; "NIo;
929
+ i; "Northern Iowao;; "Was;
930
+ i ; "Washingtono;; "MiS;
931
+ i; "Mississippi St.o;; "Mar;
932
+ i ; "Marquetteo;; "USt;
933
+ i; "Utah Stateo;; "Msr;
934
+ i; "
935
+ i; " Cornello;; "Cal;
936
+ i ; "Californiao;; "Mry;
937
+ i; "
938
+ i; " Memphiso;; "CSN;
939
+ i; "Cal State Northridgeo;; "Pit;
940
+ i; "Pittsburgho;; "ETS;
941
+ i; "East Tennessee Stateo;; "OkS;
942
+ i
943
+ i; "Tennesseeo;; "FSU;
944
+ i
945
+ ; "Florida Stateo;; "Wis;
946
+ i; "Wisconsino;; "Xav;
947
+ i ; " Xaviero;; "PSt;
948
+ i; "Portland St.o;; "ULA;
949
+ i ; " UCLAo;; "VAC;
950
+ i; "Virginia Commonwealtho;; "Vil;
951
+ i; "Villanovao;; "Am;
952
+ i; "
953
+ i ; "
954
+ Texaso;; "Min;
955
+ i; "Minnesotao;; "Duk;
956
+ i; " Dukeo;; "Bin;
957
+ i; "Binghamtono;; "UNC;
958
+ i; "North Carolinao;; "Rad;
959
+ i; " Radfordo;; "LSU;
960
+ i
961
+ i; " Butlero;; "Ill;
962
+ i
963
+ ; "
964
+ i; "W. Kentuckyo;; "Gon;
965
+ i ; " Gonzagao;; "Akr;
966
+ i; "
967
+ Akrono;; "ASU;
968
+ i ; "Arizona Stateo;; "Tem;
969
+ i; " Templeo;; "Syr;
970
+ i; "
971
+ i; "Stephen F. Austino;; "Clm;
972
+ i ; " Clemsono;; "UM;
973
+ i; "
974
+ i; "
975
+ i; "Morgan State[%25@� @� @� @� @� @� @� @� @� @%00
976
+ @
977
+ @
978
+ @
979
+ @
980
+ @
981
+ @!
982
+ @''
983
+ @-
984
+ @3
985
+ @9
986
+ @?
987
+ @E
988
+ @N
989
+ @Q
990
+ @W
991
+ @]
992
+ @f
993
+ @i
994
+ @o
995
+ @u
996
+ @{
997
+ @�
998
+ [@� @� @� @� @� @
999
+ @
1000
+ @
1001
+ @''
1002
+ @3
1003
+ @?
1004
+ @Q
1005
+ @W
1006
+ @i
1007
+ @u
1008
+ @{
1009
+ [
1010
+ @''
1011
+ @?
1012
+ @W
1013
+ @{
1014
+ [ @� @� @?
1015
+ @W
1016
+ [@� @W
1017
+ [@� ;i ;0;@� ;i�; "There''s No Place Like Homeo;;o; ;[ @�[%25@ @@@@$@''@0@3@<@E@K@Q@W@Z@`@f@o@x@~@@�@�@�@�@�@�@�@�@�@�@�@�[@ @@''@0@<@K@W@`@o@~@�@�@�@�@�@�[
1018
+ i; "Louisvilleo;; "MrS;
1019
+ i; "Morehead Stateo;; "OSU;
1020
+ i
1021
+ i; "
1022
+ Sienao;; "Uta;
1023
+ i
1024
+ ; " Utaho;; "UA;
1025
+ i; " Arizonao;; "WkF;
1026
+ i ; "Wake Foresto;; "ClS;
1027
+ i; "Cleveland Stateo;; "WVa;
1028
+ i ; "West Virginiao;; "Day;
1029
+ i; " Daytono;; "Kan;
1030
+ i; " Kansaso;; "NDS;
1031
+ i; "North Dakota Stateo;; "BC;
1032
+ i ; "Boston Collegeo;; "USC;
1033
+ i; "USCo;; "MSU;
1034
+ i; "Michigan St.o;; "RbM;
1035
+ i; "Robert Morriso;; "Con;
1036
+ i; "Connecticuto;; "Cht;
1037
+ i; "Chattanoogao;; "BYU;
1038
+ i
1039
+ i; "Texas A&Mo;; "Pur;
1040
+ i
1041
+ ; " Purdueo;; "NIo;
1042
+ i; "Northern Iowao;; "Was;
1043
+ i ; "Washingtono;; "MiS;
1044
+ i; "Mississippi St.o;; "Mar;
1045
+ i ; "Marquetteo;; "USt;
1046
+ i; "Utah Stateo;; "Msr;
1047
+ i; "
1048
+ i; " Cornello;; "Cal;
1049
+ i ; "Californiao;; "Mry;
1050
+ i; "
1051
+ i; " Memphiso;; "CSN;
1052
+ i; "Cal State Northridgeo;; "Pit;
1053
+ i; "Pittsburgho;; "ETS;
1054
+ i; "East Tennessee Stateo;; "OkS;
1055
+ i
1056
+ i; "Tennesseeo;; "FSU;
1057
+ i
1058
+ ; "Florida Stateo;; "Wis;
1059
+ i; "Wisconsino;; "Xav;
1060
+ i ; " Xaviero;; "PSt;
1061
+ i; "Portland St.o;; "ULA;
1062
+ i ; " UCLAo;; "VAC;
1063
+ i; "Virginia Commonwealtho;; "Vil;
1064
+ i; "Villanovao;; "Am;
1065
+ i; "
1066
+ i ; "
1067
+ Texaso;; "Min;
1068
+ i; "Minnesotao;; "Duk;
1069
+ i; " Dukeo;; "Bin;
1070
+ i; "Binghamtono;; "UNC;
1071
+ i; "North Carolinao;; "Rad;
1072
+ i; " Radfordo;; "LSU;
1073
+ i
1074
+ i; " Butlero;; "Ill;
1075
+ i
1076
+ ; "
1077
+ i; "W. Kentuckyo;; "Gon;
1078
+ i ; " Gonzagao;; "Akr;
1079
+ i; "
1080
+ Akrono;; "ASU;
1081
+ i ; "Arizona Stateo;; "Tem;
1082
+ i; " Templeo;; "Syr;
1083
+ i; "
1084
+ i; "Stephen F. Austino;; "Clm;
1085
+ i ; " Clemsono;; "UM;
1086
+ i; "
1087
+ i; "
1088
+ i; "Morgan State[%25@�
1089
+ @�
1090
+ @�
1091
+ @�
1092
+ @�
1093
+ @�
1094
+ @�
1095
+ @�
1096
+ @�
1097
+ @�
1098
+ @�
1099
+ @�
1100
+ @�
1101
+ @�
1102
+ @�
1103
+ @�
1104
+ @�
1105
+ @ @ @ @ @ @# @& @, @2 @8 @> @D @J @S @V [@�
1106
+ @�
1107
+ @�
1108
+ @�
1109
+ @�
1110
+ @�
1111
+ @�
1112
+ @�
1113
+ @�
1114
+ @ @ @& @, @8 @J @V [
1115
+ @�
1116
+ @�
1117
+ @�
1118
+ @�
1119
+ @& @, @V [ @�
1120
+ @�
1121
+ @�
1122
+ @, [@�
1123
+ @, [@, ;i ;0;@�
1124
+ ;i�; " stefano;;o; ;[ @�[%25@ @@@@!@''@0@3@<@B@H@N@T@Z@`@f@o@u@{@|@�@�@�@�@�@�@�@�@�@�@�@�[@ @@''@0@<@H@Z@f@o@|@�@�@�@�@�@�[
1125
+ i; "Louisvilleo;; "MrS;
1126
+ i; "Morehead Stateo;; "OSU;
1127
+ i
1128
+ i; "
1129
+ Sienao;; "Uta;
1130
+ i
1131
+ ; " Utaho;; "UA;
1132
+ i; " Arizonao;; "WkF;
1133
+ i ; "Wake Foresto;; "ClS;
1134
+ i; "Cleveland Stateo;; "WVa;
1135
+ i ; "West Virginiao;; "Day;
1136
+ i; " Daytono;; "Kan;
1137
+ i; " Kansaso;; "NDS;
1138
+ i; "North Dakota Stateo;; "BC;
1139
+ i ; "Boston Collegeo;; "USC;
1140
+ i; "USCo;; "MSU;
1141
+ i; "Michigan St.o;; "RbM;
1142
+ i; "Robert Morriso;; "Con;
1143
+ i; "Connecticuto;; "Cht;
1144
+ i; "Chattanoogao;; "BYU;
1145
+ i
1146
+ i; "Texas A&Mo;; "Pur;
1147
+ i
1148
+ ; " Purdueo;; "NIo;
1149
+ i; "Northern Iowao;; "Was;
1150
+ i ; "Washingtono;; "MiS;
1151
+ i; "Mississippi St.o;; "Mar;
1152
+ i ; "Marquetteo;; "USt;
1153
+ i; "Utah Stateo;; "Msr;
1154
+ i; "
1155
+ i; " Cornello;; "Cal;
1156
+ i ; "Californiao;; "Mry;
1157
+ i; "
1158
+ i; " Memphiso;; "CSN;
1159
+ i; "Cal State Northridgeo;; "Pit;
1160
+ i; "Pittsburgho;; "ETS;
1161
+ i; "East Tennessee Stateo;; "OkS;
1162
+ i
1163
+ i; "Tennesseeo;; "FSU;
1164
+ i
1165
+ ; "Florida Stateo;; "Wis;
1166
+ i; "Wisconsino;; "Xav;
1167
+ i ; " Xaviero;; "PSt;
1168
+ i; "Portland St.o;; "ULA;
1169
+ i ; " UCLAo;; "VAC;
1170
+ i; "Virginia Commonwealtho;; "Vil;
1171
+ i; "Villanovao;; "Am;
1172
+ i; "
1173
+ i ; "
1174
+ Texaso;; "Min;
1175
+ i; "Minnesotao;; "Duk;
1176
+ i; " Dukeo;; "Bin;
1177
+ i; "Binghamtono;; "UNC;
1178
+ i; "North Carolinao;; "Rad;
1179
+ i; " Radfordo;; "LSU;
1180
+ i
1181
+ i; " Butlero;; "Ill;
1182
+ i
1183
+ ; "
1184
+ i; "W. Kentuckyo;; "Gon;
1185
+ i ; " Gonzagao;; "Akr;
1186
+ i; "
1187
+ Akrono;; "ASU;
1188
+ i ; "Arizona Stateo;; "Tem;
1189
+ i; " Templeo;; "Syr;
1190
+ i; "
1191
+ i; "Stephen F. Austino;; "Clm;
1192
+ i ; " Clemsono;; "UM;
1193
+ i; "
1194
+ i; "
1195
+ i; "Morgan State[%25@q @w @} @� @� @� @� @� @� @� @� @� @� @� @� @� @� @� @� @� @� @� @� @� @ @
1196
+ @
1197
+ CREATE TABLE "entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(64) NOT NULL, "data" blob, "created_at" datetime, "updated_at" datetime, "tie_break" integer, "user_id" integer DEFAULT 1 NOT NULL, "pool_id" integer, "completed" boolean DEFAULT 'f' NOT NULL);
1198
+ INSERT INTO "entries" VALUES(1,'Tournament Bracket','o:Tournament::Bracket:
1199
+ @seedi:
1200
+ @name"Louisvilleo;;"MrS; i;
1201
+ "Morehead Stateo;;"OSU; i
1202
+ "Ohio Stateo;;"Sie; i;
1203
+ "
1204
+ Sienao;;"Uta; i
1205
+ ;
1206
+ " Utaho;;"UA; i;
1207
+ " Arizonao;;"WkF; i ;
1208
+ "Wake Foresto;;"ClS; i;
1209
+ "Cleveland Stateo;;"WVa; i ;
1210
+ "West Virginiao;;"Day; i;
1211
+ " Daytono;;"Kan; i;
1212
+ " Kansaso;;"NDS; i;
1213
+ "North Dakota Stateo;;"BC; i ;
1214
+ "Boston Collegeo;;"USC; i;
1215
+ "USCo;;"MSU; i;
1216
+ "Michigan St.o;;"RbM; i;
1217
+ "Robert Morriso;;"Con; i;
1218
+ "Connecticuto;;"Cht; i;
1219
+ "Chattanoogao;;"BYU; i
1220
+ "BYUo;;"A&M; i;
1221
+ "Texas A&Mo;;"Pur; i
1222
+ ;
1223
+ " Purdueo;;"NIo; i;
1224
+ "Northern Iowao;;"Was; i ;
1225
+ "Washingtono;;"MiS; i;
1226
+ "Mississippi St.o;;"Mar; i ;
1227
+ "Marquetteo;;"USt; i;
1228
+ "Utah Stateo;;"Msr; i;
1229
+ "
1230
+ " Cornello;;"Cal; i ;
1231
+ "Californiao;;"Mry; i;
1232
+ "
1233
+ " Memphiso;;"CSN; i;
1234
+ "Cal State Northridgeo;;"Pit; i;
1235
+ "Pittsburgho;;"ETS; i;
1236
+ "East Tennessee Stateo;;"OkS; i
1237
+ "Oklahoma Stateo;;"Ten; i;
1238
+ "Tennesseeo;;"FSU; i
1239
+ ;
1240
+ "Florida Stateo;;"Wis; i;
1241
+ "Wisconsino;;"Xav; i ;
1242
+ " Xaviero;;"PSt; i;
1243
+ "Portland St.o;;"ULA; i ;
1244
+ " UCLAo;;"VAC; i;
1245
+ "Virginia Commonwealtho;;"Vil; i;
1246
+ "Villanovao;;"Am; i;
1247
+ "
1248
+ "
1249
+ Texaso;;"Min; i;
1250
+ "Minnesotao;;"Duk; i;
1251
+ " Dukeo;;"Bin; i;
1252
+ "Binghamtono;;"UNC; i;
1253
+ "North Carolinao;;"Rad; i;
1254
+ " Radfordo;;"LSU; i
1255
+ "LSUo;;"But; i;
1256
+ " Butlero;;"Ill; i
1257
+ ;
1258
+ "
1259
+ "W. Kentuckyo;;"Gon; i ;
1260
+ " Gonzagao;;"Akr; i;
1261
+ "
1262
+ Akrono;;"ASU; i ;
1263
+ "Arizona Stateo;;"Tem; i;
1264
+ " Templeo;;"Syr; i;
1265
+ "
1266
+ "Stephen F. Austino;;"Clm; i ;
1267
+ " Clemsono;;"UM; i;
1268
+ "
1269
+ "
1270
+ "Morgan State[%25:unk; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; [; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; [
1271
+ INSERT INTO "entries" VALUES(2,'Doug Wins!','o:Tournament::Bracket :
1272
+ @name"Louisville:
1273
+ @seedi:@short_name"Louo;;"Morehead State; i;
1274
+ "MrSo;;"Ohio State; i
1275
+ "OSUo;;"
1276
+ Siena; i;
1277
+ "Sieo;;" Utah; i
1278
+ ;
1279
+ "Utao;;" Arizona; i;
1280
+ "UAo;;"Wake Forest; i ;
1281
+ "WkFo;;"Cleveland State; i;
1282
+ "ClSo;;"West Virginia; i ;
1283
+ "WVao;;" Dayton; i;
1284
+ "Dayo;;" Kansas; i;
1285
+ "Kano;;"North Dakota State; i;
1286
+ "NDSo;;"Boston College; i ;
1287
+ "BCo;;"USC; i;
1288
+ "USCo;;"Michigan St.; i;
1289
+ "MSUo;;"Robert Morris; i;
1290
+ "RbMo;;"Connecticut; i;
1291
+ "Cono;;"Chattanooga; i;
1292
+ "Chto;;"BYU; i
1293
+ "BYUo;;"Texas A&M; i;
1294
+ "A&Mo;;" Purdue; i
1295
+ ;
1296
+ "Puro;;"Northern Iowa; i;
1297
+ "NIoo;;"Washington; i ;
1298
+ "Waso;;"Mississippi St.; i;
1299
+ "MiSo;;"Marquette; i ;
1300
+ "Maro;;"Utah State; i;
1301
+ "USto;;"
1302
+ "Msro;;" Cornell; i;
1303
+ "Coro;;"California; i ;
1304
+ "Calo;;"
1305
+ "Mryo;;" Memphis; i;
1306
+ "Memo;;"Cal State Northridge; i;
1307
+ "CSNo;;"Pittsburgh; i;
1308
+ "Pito;;"East Tennessee State; i;
1309
+ "ETSo;;"Oklahoma State; i
1310
+ "OkSo;;"Tennessee; i;
1311
+ "Teno;;"Florida State; i
1312
+ ;
1313
+ "FSUo;;"Wisconsin; i;
1314
+ "Wiso;;" Xavier; i ;
1315
+ "Xavo;;"Portland St.; i;
1316
+ "PSto;;" UCLA; i ;
1317
+ "ULAo;;"Virginia Commonwealth; i;
1318
+ "VACo;;"Villanova; i;
1319
+ "Vilo;;"
1320
+ "Amo;;"
1321
+ Texas; i ;
1322
+ "Texo;;"Minnesota; i;
1323
+ "Mino;;" Duke; i;
1324
+ "Duko;;"Binghamton; i;
1325
+ "Bino;;"North Carolina; i;
1326
+ "UNCo;;" Radford; i;
1327
+ "Rado;;"LSU; i
1328
+ "LSUo;;" Butler; i;
1329
+ "Buto;;"
1330
+ ;
1331
+ "Illo;;"W. Kentucky; i;
1332
+ "WKyo;;" Gonzaga; i ;
1333
+ "Gono;;"
1334
+ Akron; i;
1335
+ "Akro;;"Arizona State; i ;
1336
+ "ASUo;;" Temple; i;
1337
+ "Temo;;"
1338
+ "Syro;;"Stephen F. Austin; i;
1339
+ "SFAo;;" Clemson; i ;
1340
+ "Clmo;;"
1341
+ "UMo;;"
1342
+ "Oklo;;"Morgan State; i;
1343
+ "MgS[%25@@@@@ @&@/@2@8@A@D@J@P@V@_@b@h@q@w@z@{@�@�@�@�@�@�@�@�@�@�@�[@@@ @2@8@D@P@b@h@z@�@�@�@�@�@�[
1344
+ INSERT INTO "entries" VALUES(3,'M Go Blue','o:Tournament::Bracket :
1345
+ @name"Louisville:
1346
+ @seedi:@short_name"Louo;;"Morehead State; i;
1347
+ "MrSo;;"Ohio State; i
1348
+ "OSUo;;"
1349
+ Siena; i;
1350
+ "Sieo;;" Utah; i
1351
+ ;
1352
+ "Utao;;" Arizona; i;
1353
+ "UAo;;"Wake Forest; i ;
1354
+ "WkFo;;"Cleveland State; i;
1355
+ "ClSo;;"West Virginia; i ;
1356
+ "WVao;;" Dayton; i;
1357
+ "Dayo;;" Kansas; i;
1358
+ "Kano;;"North Dakota State; i;
1359
+ "NDSo;;"Boston College; i ;
1360
+ "BCo;;"USC; i;
1361
+ "USCo;;"Michigan St.; i;
1362
+ "MSUo;;"Robert Morris; i;
1363
+ "RbMo;;"Connecticut; i;
1364
+ "Cono;;"Chattanooga; i;
1365
+ "Chto;;"BYU; i
1366
+ "BYUo;;"Texas A&M; i;
1367
+ "A&Mo;;" Purdue; i
1368
+ ;
1369
+ "Puro;;"Northern Iowa; i;
1370
+ "NIoo;;"Washington; i ;
1371
+ "Waso;;"Mississippi St.; i;
1372
+ "MiSo;;"Marquette; i ;
1373
+ "Maro;;"Utah State; i;
1374
+ "USto;;"
1375
+ "Msro;;" Cornell; i;
1376
+ "Coro;;"California; i ;
1377
+ "Calo;;"
1378
+ "Mryo;;" Memphis; i;
1379
+ "Memo;;"Cal State Northridge; i;
1380
+ "CSNo;;"Pittsburgh; i;
1381
+ "Pito;;"East Tennessee State; i;
1382
+ "ETSo;;"Oklahoma State; i
1383
+ "OkSo;;"Tennessee; i;
1384
+ "Teno;;"Florida State; i
1385
+ ;
1386
+ "FSUo;;"Wisconsin; i;
1387
+ "Wiso;;" Xavier; i ;
1388
+ "Xavo;;"Portland St.; i;
1389
+ "PSto;;" UCLA; i ;
1390
+ "ULAo;;"Virginia Commonwealth; i;
1391
+ "VACo;;"Villanova; i;
1392
+ "Vilo;;"
1393
+ "Amo;;"
1394
+ Texas; i ;
1395
+ "Texo;;"Minnesota; i;
1396
+ "Mino;;" Duke; i;
1397
+ "Duko;;"Binghamton; i;
1398
+ "Bino;;"North Carolina; i;
1399
+ "UNCo;;" Radford; i;
1400
+ "Rado;;"LSU; i
1401
+ "LSUo;;" Butler; i;
1402
+ "Buto;;"
1403
+ ;
1404
+ "Illo;;"W. Kentucky; i;
1405
+ "WKyo;;" Gonzaga; i ;
1406
+ "Gono;;"
1407
+ Akron; i;
1408
+ "Akro;;"Arizona State; i ;
1409
+ "ASUo;;" Temple; i;
1410
+ "Temo;;"
1411
+ "Syro;;"Stephen F. Austin; i;
1412
+ "SFAo;;" Clemson; i ;
1413
+ "Clmo;;"
1414
+ "UMo;;"
1415
+ "Oklo;;"Morgan State; i;
1416
+ "MgS[%25@@@@@#@&@/@2@8@A@D@M@S@V@\@b@h@q@w@z@{@�@�@�@�@�@�@�@�@�@�@�[@@@&@2@A@D@S@b@h@w@{@�@�@�@�@�[
1417
+ INSERT INTO "entries" VALUES(4,'OH HELL NO!!','o:Tournament::Bracket :
1418
+ @name"Louisville:
1419
+ @seedi:@short_name"Louo;;"Morehead State; i;
1420
+ "MrSo;;"Ohio State; i
1421
+ "OSUo;;"
1422
+ Siena; i;
1423
+ "Sieo;;" Utah; i
1424
+ ;
1425
+ "Utao;;" Arizona; i;
1426
+ "UAo;;"Wake Forest; i ;
1427
+ "WkFo;;"Cleveland State; i;
1428
+ "ClSo;;"West Virginia; i ;
1429
+ "WVao;;" Dayton; i;
1430
+ "Dayo;;" Kansas; i;
1431
+ "Kano;;"North Dakota State; i;
1432
+ "NDSo;;"Boston College; i ;
1433
+ "BCo;;"USC; i;
1434
+ "USCo;;"Michigan St.; i;
1435
+ "MSUo;;"Robert Morris; i;
1436
+ "RbMo;;"Connecticut; i;
1437
+ "Cono;;"Chattanooga; i;
1438
+ "Chto;;"BYU; i
1439
+ "BYUo;;"Texas A&M; i;
1440
+ "A&Mo;;" Purdue; i
1441
+ ;
1442
+ "Puro;;"Northern Iowa; i;
1443
+ "NIoo;;"Washington; i ;
1444
+ "Waso;;"Mississippi St.; i;
1445
+ "MiSo;;"Marquette; i ;
1446
+ "Maro;;"Utah State; i;
1447
+ "USto;;"
1448
+ "Msro;;" Cornell; i;
1449
+ "Coro;;"California; i ;
1450
+ "Calo;;"
1451
+ "Mryo;;" Memphis; i;
1452
+ "Memo;;"Cal State Northridge; i;
1453
+ "CSNo;;"Pittsburgh; i;
1454
+ "Pito;;"East Tennessee State; i;
1455
+ "ETSo;;"Oklahoma State; i
1456
+ "OkSo;;"Tennessee; i;
1457
+ "Teno;;"Florida State; i
1458
+ ;
1459
+ "FSUo;;"Wisconsin; i;
1460
+ "Wiso;;" Xavier; i ;
1461
+ "Xavo;;"Portland St.; i;
1462
+ "PSto;;" UCLA; i ;
1463
+ "ULAo;;"Virginia Commonwealth; i;
1464
+ "VACo;;"Villanova; i;
1465
+ "Vilo;;"
1466
+ "Amo;;"
1467
+ Texas; i ;
1468
+ "Texo;;"Minnesota; i;
1469
+ "Mino;;" Duke; i;
1470
+ "Duko;;"Binghamton; i;
1471
+ "Bino;;"North Carolina; i;
1472
+ "UNCo;;" Radford; i;
1473
+ "Rado;;"LSU; i
1474
+ "LSUo;;" Butler; i;
1475
+ "Buto;;"
1476
+ ;
1477
+ "Illo;;"W. Kentucky; i;
1478
+ "WKyo;;" Gonzaga; i ;
1479
+ "Gono;;"
1480
+ Akron; i;
1481
+ "Akro;;"Arizona State; i ;
1482
+ "ASUo;;" Temple; i;
1483
+ "Temo;;"
1484
+ "Syro;;"Stephen F. Austin; i;
1485
+ "SFAo;;" Clemson; i ;
1486
+ "Clmo;;"
1487
+ "UMo;;"
1488
+ "Oklo;;"Morgan State; i;
1489
+ "MgS[%25@@@@@ @&@/@2@8@>@D@M@S@V@_@b@h@q@t@z@~@�@�@�@�@�@�@�@�@�@�@�[@@@&@2@8@M@V@b@h@t@~@�@�@�@�@�[
1490
+ INSERT INTO "entries" VALUES(5,'Random Rules','o:Tournament::Bracket :
1491
+ @seedi:
1492
+ @name"Louisvilleo;;"MrS; i;
1493
+ "Morehead Stateo;;"OSU; i
1494
+ "Ohio Stateo;;"Sie; i;
1495
+ "
1496
+ Sienao;;"Uta; i
1497
+ ;
1498
+ " Utaho;;"UA; i;
1499
+ " Arizonao;;"WkF; i ;
1500
+ "Wake Foresto;;"ClS; i;
1501
+ "Cleveland Stateo;;"WVa; i ;
1502
+ "West Virginiao;;"Day; i;
1503
+ " Daytono;;"Kan; i;
1504
+ " Kansaso;;"NDS; i;
1505
+ "North Dakota Stateo;;"BC; i ;
1506
+ "Boston Collegeo;;"USC; i;
1507
+ "USCo;;"MSU; i;
1508
+ "Michigan St.o;;"RbM; i;
1509
+ "Robert Morriso;;"Con; i;
1510
+ "Connecticuto;;"Cht; i;
1511
+ "Chattanoogao;;"BYU; i
1512
+ "BYUo;;"A&M; i;
1513
+ "Texas A&Mo;;"Pur; i
1514
+ ;
1515
+ " Purdueo;;"NIo; i;
1516
+ "Northern Iowao;;"Was; i ;
1517
+ "Washingtono;;"MiS; i;
1518
+ "Mississippi St.o;;"Mar; i ;
1519
+ "Marquetteo;;"USt; i;
1520
+ "Utah Stateo;;"Msr; i;
1521
+ "
1522
+ " Cornello;;"Cal; i ;
1523
+ "Californiao;;"Mry; i;
1524
+ "
1525
+ " Memphiso;;"CSN; i;
1526
+ "Cal State Northridgeo;;"Pit; i;
1527
+ "Pittsburgho;;"ETS; i;
1528
+ "East Tennessee Stateo;;"OkS; i
1529
+ "Oklahoma Stateo;;"Ten; i;
1530
+ "Tennesseeo;;"FSU; i
1531
+ ;
1532
+ "Florida Stateo;;"Wis; i;
1533
+ "Wisconsino;;"Xav; i ;
1534
+ " Xaviero;;"PSt; i;
1535
+ "Portland St.o;;"ULA; i ;
1536
+ " UCLAo;;"VAC; i;
1537
+ "Virginia Commonwealtho;;"Vil; i;
1538
+ "Villanovao;;"Am; i;
1539
+ "
1540
+ "
1541
+ Texaso;;"Min; i;
1542
+ "Minnesotao;;"Duk; i;
1543
+ " Dukeo;;"Bin; i;
1544
+ "Binghamtono;;"UNC; i;
1545
+ "North Carolinao;;"Rad; i;
1546
+ " Radfordo;;"LSU; i
1547
+ "LSUo;;"But; i;
1548
+ " Butlero;;"Ill; i
1549
+ ;
1550
+ "
1551
+ "W. Kentuckyo;;"Gon; i ;
1552
+ " Gonzagao;;"Akr; i;
1553
+ "
1554
+ Akrono;;"ASU; i ;
1555
+ "Arizona Stateo;;"Tem; i;
1556
+ " Templeo;;"Syr; i;
1557
+ "
1558
+ "Stephen F. Austino;;"Clm; i ;
1559
+ " Clemsono;;"UM; i;
1560
+ "
1561
+ "
1562
+ "Morgan State[%25@ @@@@ @)@,@5@8@A@D@M@S@V@\@b@h@n@t@}@{@�@�@�@�@�@�@�@�@�@�@�[@ @@ @,@8@M@S@\@h@t@{@�@�@�@�@�[
1563
+ INSERT INTO "entries" VALUES(6,'Big Winner #1','o:Tournament::Bracket :
1564
+ @name"Louisville:
1565
+ @seedi:@short_name"Louo;;"Morehead State; i;
1566
+ "MrSo;;"Ohio State; i
1567
+ "OSUo;;"
1568
+ Siena; i;
1569
+ "Sieo;;" Utah; i
1570
+ ;
1571
+ "Utao;;" Arizona; i;
1572
+ "UAo;;"Wake Forest; i ;
1573
+ "WkFo;;"Cleveland State; i;
1574
+ "ClSo;;"West Virginia; i ;
1575
+ "WVao;;" Dayton; i;
1576
+ "Dayo;;" Kansas; i;
1577
+ "Kano;;"North Dakota State; i;
1578
+ "NDSo;;"Boston College; i ;
1579
+ "BCo;;"USC; i;
1580
+ "USCo;;"Michigan St.; i;
1581
+ "MSUo;;"Robert Morris; i;
1582
+ "RbMo;;"Connecticut; i;
1583
+ "Cono;;"Chattanooga; i;
1584
+ "Chto;;"BYU; i
1585
+ "BYUo;;"Texas A&M; i;
1586
+ "A&Mo;;" Purdue; i
1587
+ ;
1588
+ "Puro;;"Northern Iowa; i;
1589
+ "NIoo;;"Washington; i ;
1590
+ "Waso;;"Mississippi St.; i;
1591
+ "MiSo;;"Marquette; i ;
1592
+ "Maro;;"Utah State; i;
1593
+ "USto;;"
1594
+ "Msro;;" Cornell; i;
1595
+ "Coro;;"California; i ;
1596
+ "Calo;;"
1597
+ "Mryo;;" Memphis; i;
1598
+ "Memo;;"Cal State Northridge; i;
1599
+ "CSNo;;"Pittsburgh; i;
1600
+ "Pito;;"East Tennessee State; i;
1601
+ "ETSo;;"Oklahoma State; i
1602
+ "OkSo;;"Tennessee; i;
1603
+ "Teno;;"Florida State; i
1604
+ ;
1605
+ "FSUo;;"Wisconsin; i;
1606
+ "Wiso;;" Xavier; i ;
1607
+ "Xavo;;"Portland St.; i;
1608
+ "PSto;;" UCLA; i ;
1609
+ "ULAo;;"Virginia Commonwealth; i;
1610
+ "VACo;;"Villanova; i;
1611
+ "Vilo;;"
1612
+ "Amo;;"
1613
+ Texas; i ;
1614
+ "Texo;;"Minnesota; i;
1615
+ "Mino;;" Duke; i;
1616
+ "Duko;;"Binghamton; i;
1617
+ "Bino;;"North Carolina; i;
1618
+ "UNCo;;" Radford; i;
1619
+ "Rado;;"LSU; i
1620
+ "LSUo;;" Butler; i;
1621
+ "Buto;;"
1622
+ ;
1623
+ "Illo;;"W. Kentucky; i;
1624
+ "WKyo;;" Gonzaga; i ;
1625
+ "Gono;;"
1626
+ Akron; i;
1627
+ "Akro;;"Arizona State; i ;
1628
+ "ASUo;;" Temple; i;
1629
+ "Temo;;"
1630
+ "Syro;;"Stephen F. Austin; i;
1631
+ "SFAo;;" Clemson; i ;
1632
+ "Clmo;;"
1633
+ "UMo;;"
1634
+ "Oklo;;"Morgan State; i;
1635
+ "MgS[%25@@@@@#@&@/@2@8@A@D@J@S@V@_@b@h@q@t@z@{@�@�@�@�@�@�@�@�@�@�@�[@@@&@/@8@J@V@b@h@t@�@�@�@�@�@�[
1636
+ INSERT INTO "entries" VALUES(7,'Huanjin_winning_selection','o:Tournament::Bracket :
1637
+ @name"Louisville:
1638
+ @seedi:@short_name"Louo;;"Morehead State; i;
1639
+ "MrSo;;"Ohio State; i
1640
+ "OSUo;;"
1641
+ Siena; i;
1642
+ "Sieo;;" Utah; i
1643
+ ;
1644
+ "Utao;;" Arizona; i;
1645
+ "UAo;;"Wake Forest; i ;
1646
+ "WkFo;;"Cleveland State; i;
1647
+ "ClSo;;"West Virginia; i ;
1648
+ "WVao;;" Dayton; i;
1649
+ "Dayo;;" Kansas; i;
1650
+ "Kano;;"North Dakota State; i;
1651
+ "NDSo;;"Boston College; i ;
1652
+ "BCo;;"USC; i;
1653
+ "USCo;;"Michigan St.; i;
1654
+ "MSUo;;"Robert Morris; i;
1655
+ "RbMo;;"Connecticut; i;
1656
+ "Cono;;"Chattanooga; i;
1657
+ "Chto;;"BYU; i
1658
+ "BYUo;;"Texas A&M; i;
1659
+ "A&Mo;;" Purdue; i
1660
+ ;
1661
+ "Puro;;"Northern Iowa; i;
1662
+ "NIoo;;"Washington; i ;
1663
+ "Waso;;"Mississippi St.; i;
1664
+ "MiSo;;"Marquette; i ;
1665
+ "Maro;;"Utah State; i;
1666
+ "USto;;"
1667
+ "Msro;;" Cornell; i;
1668
+ "Coro;;"California; i ;
1669
+ "Calo;;"
1670
+ "Mryo;;" Memphis; i;
1671
+ "Memo;;"Cal State Northridge; i;
1672
+ "CSNo;;"Pittsburgh; i;
1673
+ "Pito;;"East Tennessee State; i;
1674
+ "ETSo;;"Oklahoma State; i
1675
+ "OkSo;;"Tennessee; i;
1676
+ "Teno;;"Florida State; i
1677
+ ;
1678
+ "FSUo;;"Wisconsin; i;
1679
+ "Wiso;;" Xavier; i ;
1680
+ "Xavo;;"Portland St.; i;
1681
+ "PSto;;" UCLA; i ;
1682
+ "ULAo;;"Virginia Commonwealth; i;
1683
+ "VACo;;"Villanova; i;
1684
+ "Vilo;;"
1685
+ "Amo;;"
1686
+ Texas; i ;
1687
+ "Texo;;"Minnesota; i;
1688
+ "Mino;;" Duke; i;
1689
+ "Duko;;"Binghamton; i;
1690
+ "Bino;;"North Carolina; i;
1691
+ "UNCo;;" Radford; i;
1692
+ "Rado;;"LSU; i
1693
+ "LSUo;;" Butler; i;
1694
+ "Buto;;"
1695
+ ;
1696
+ "Illo;;"W. Kentucky; i;
1697
+ "WKyo;;" Gonzaga; i ;
1698
+ "Gono;;"
1699
+ Akron; i;
1700
+ "Akro;;"Arizona State; i ;
1701
+ "ASUo;;" Temple; i;
1702
+ "Temo;;"
1703
+ "Syro;;"Stephen F. Austin; i;
1704
+ "SFAo;;" Clemson; i ;
1705
+ "Clmo;;"
1706
+ "UMo;;"
1707
+ "Oklo;;"Morgan State; i;
1708
+ "MgS[%25@@@@@ @&@,@2@8@A@D@J@S@V@\@b@h@q@w@z@{@�@�@�@�@�@�@�@�@�@�@�[@@@&@2@8@J@V@b@q@w@{@�@�@�@�@�[
1709
+ INSERT INTO "entries" VALUES(8,'home cooking','o:Tournament::Bracket :
1710
+ @seedi:
1711
+ @name"Louisvilleo;;"MrS; i;
1712
+ "Morehead Stateo;;"OSU; i
1713
+ "Ohio Stateo;;"Sie; i;
1714
+ "
1715
+ Sienao;;"Uta; i
1716
+ ;
1717
+ " Utaho;;"UA; i;
1718
+ " Arizonao;;"WkF; i ;
1719
+ "Wake Foresto;;"ClS; i;
1720
+ "Cleveland Stateo;;"WVa; i ;
1721
+ "West Virginiao;;"Day; i;
1722
+ " Daytono;;"Kan; i;
1723
+ " Kansaso;;"NDS; i;
1724
+ "North Dakota Stateo;;"BC; i ;
1725
+ "Boston Collegeo;;"USC; i;
1726
+ "USCo;;"MSU; i;
1727
+ "Michigan St.o;;"RbM; i;
1728
+ "Robert Morriso;;"Con; i;
1729
+ "Connecticuto;;"Cht; i;
1730
+ "Chattanoogao;;"BYU; i
1731
+ "BYUo;;"A&M; i;
1732
+ "Texas A&Mo;;"Pur; i
1733
+ ;
1734
+ " Purdueo;;"NIo; i;
1735
+ "Northern Iowao;;"Was; i ;
1736
+ "Washingtono;;"MiS; i;
1737
+ "Mississippi St.o;;"Mar; i ;
1738
+ "Marquetteo;;"USt; i;
1739
+ "Utah Stateo;;"Msr; i;
1740
+ "
1741
+ " Cornello;;"Cal; i ;
1742
+ "Californiao;;"Mry; i;
1743
+ "
1744
+ " Memphiso;;"CSN; i;
1745
+ "Cal State Northridgeo;;"Pit; i;
1746
+ "Pittsburgho;;"ETS; i;
1747
+ "East Tennessee Stateo;;"OkS; i
1748
+ "Oklahoma Stateo;;"Ten; i;
1749
+ "Tennesseeo;;"FSU; i
1750
+ ;
1751
+ "Florida Stateo;;"Wis; i;
1752
+ "Wisconsino;;"Xav; i ;
1753
+ " Xaviero;;"PSt; i;
1754
+ "Portland St.o;;"ULA; i ;
1755
+ " UCLAo;;"VAC; i;
1756
+ "Virginia Commonwealtho;;"Vil; i;
1757
+ "Villanovao;;"Am; i;
1758
+ "
1759
+ "
1760
+ Texaso;;"Min; i;
1761
+ "Minnesotao;;"Duk; i;
1762
+ " Dukeo;;"Bin; i;
1763
+ "Binghamtono;;"UNC; i;
1764
+ "North Carolinao;;"Rad; i;
1765
+ " Radfordo;;"LSU; i
1766
+ "LSUo;;"But; i;
1767
+ " Butlero;;"Ill; i
1768
+ ;
1769
+ "
1770
+ "W. Kentuckyo;;"Gon; i ;
1771
+ " Gonzagao;;"Akr; i;
1772
+ "
1773
+ Akrono;;"ASU; i ;
1774
+ "Arizona Stateo;;"Tem; i;
1775
+ " Templeo;;"Syr; i;
1776
+ "
1777
+ "Stephen F. Austino;;"Clm; i ;
1778
+ " Clemsono;;"UM; i;
1779
+ "
1780
+ "
1781
+ "Morgan State[%25@@@@@#@)@/@2@8@A@D@J@S@V@_@b@h@q@t@z@~@�@�@�@�@�@�@�@�@�@�@�[@@@)@/@8@J@S@b@h@t@�@�@�@�@�@�[
1782
+ INSERT INTO "entries" VALUES(9,'Anarchy!','o:Tournament::Bracket :
1783
+ @seedi:
1784
+ @name"Louisvilleo;;"MrS; i;
1785
+ "Morehead Stateo;;"OSU; i
1786
+ "Ohio Stateo;;"Sie; i;
1787
+ "
1788
+ Sienao;;"Uta; i
1789
+ ;
1790
+ " Utaho;;"UA; i;
1791
+ " Arizonao;;"WkF; i ;
1792
+ "Wake Foresto;;"ClS; i;
1793
+ "Cleveland Stateo;;"WVa; i ;
1794
+ "West Virginiao;;"Day; i;
1795
+ " Daytono;;"Kan; i;
1796
+ " Kansaso;;"NDS; i;
1797
+ "North Dakota Stateo;;"BC; i ;
1798
+ "Boston Collegeo;;"USC; i;
1799
+ "USCo;;"MSU; i;
1800
+ "Michigan St.o;;"RbM; i;
1801
+ "Robert Morriso;;"Con; i;
1802
+ "Connecticuto;;"Cht; i;
1803
+ "Chattanoogao;;"BYU; i
1804
+ "BYUo;;"A&M; i;
1805
+ "Texas A&Mo;;"Pur; i
1806
+ ;
1807
+ " Purdueo;;"NIo; i;
1808
+ "Northern Iowao;;"Was; i ;
1809
+ "Washingtono;;"MiS; i;
1810
+ "Mississippi St.o;;"Mar; i ;
1811
+ "Marquetteo;;"USt; i;
1812
+ "Utah Stateo;;"Msr; i;
1813
+ "
1814
+ " Cornello;;"Cal; i ;
1815
+ "Californiao;;"Mry; i;
1816
+ "
1817
+ " Memphiso;;"CSN; i;
1818
+ "Cal State Northridgeo;;"Pit; i;
1819
+ "Pittsburgho;;"ETS; i;
1820
+ "East Tennessee Stateo;;"OkS; i
1821
+ "Oklahoma Stateo;;"Ten; i;
1822
+ "Tennesseeo;;"FSU; i
1823
+ ;
1824
+ "Florida Stateo;;"Wis; i;
1825
+ "Wisconsino;;"Xav; i ;
1826
+ " Xaviero;;"PSt; i;
1827
+ "Portland St.o;;"ULA; i ;
1828
+ " UCLAo;;"VAC; i;
1829
+ "Virginia Commonwealtho;;"Vil; i;
1830
+ "Villanovao;;"Am; i;
1831
+ "
1832
+ "
1833
+ Texaso;;"Min; i;
1834
+ "Minnesotao;;"Duk; i;
1835
+ " Dukeo;;"Bin; i;
1836
+ "Binghamtono;;"UNC; i;
1837
+ "North Carolinao;;"Rad; i;
1838
+ " Radfordo;;"LSU; i
1839
+ "LSUo;;"But; i;
1840
+ " Butlero;;"Ill; i
1841
+ ;
1842
+ "
1843
+ "W. Kentuckyo;;"Gon; i ;
1844
+ " Gonzagao;;"Akr; i;
1845
+ "
1846
+ Akrono;;"ASU; i ;
1847
+ "Arizona Stateo;;"Tem; i;
1848
+ " Templeo;;"Syr; i;
1849
+ "
1850
+ "Stephen F. Austino;;"Clm; i ;
1851
+ " Clemsono;;"UM; i;
1852
+ "
1853
+ "
1854
+ "Morgan State[%25@@@@@#@)@,@2@8@>@G@J@S@Y@_@b@h@q@t@}@~@�@�@�@�@�@�@�@�@�@�@�[@@@)@,@8@J@S@b@h@t@~@�@�@�@�@�[
1855
+ INSERT INTO "entries" VALUES(10,'Follow the Seeds','o:Tournament::Bracket :
1856
+ @seedi:
1857
+ @name"Louisvilleo;;"MrS; i;
1858
+ "Morehead Stateo;;"OSU; i
1859
+ "Ohio Stateo;;"Sie; i;
1860
+ "
1861
+ Sienao;;"Uta; i
1862
+ ;
1863
+ " Utaho;;"UA; i;
1864
+ " Arizonao;;"WkF; i ;
1865
+ "Wake Foresto;;"ClS; i;
1866
+ "Cleveland Stateo;;"WVa; i ;
1867
+ "West Virginiao;;"Day; i;
1868
+ " Daytono;;"Kan; i;
1869
+ " Kansaso;;"NDS; i;
1870
+ "North Dakota Stateo;;"BC; i ;
1871
+ "Boston Collegeo;;"USC; i;
1872
+ "USCo;;"MSU; i;
1873
+ "Michigan St.o;;"RbM; i;
1874
+ "Robert Morriso;;"Con; i;
1875
+ "Connecticuto;;"Cht; i;
1876
+ "Chattanoogao;;"BYU; i
1877
+ "BYUo;;"A&M; i;
1878
+ "Texas A&Mo;;"Pur; i
1879
+ ;
1880
+ " Purdueo;;"NIo; i;
1881
+ "Northern Iowao;;"Was; i ;
1882
+ "Washingtono;;"MiS; i;
1883
+ "Mississippi St.o;;"Mar; i ;
1884
+ "Marquetteo;;"USt; i;
1885
+ "Utah Stateo;;"Msr; i;
1886
+ "
1887
+ " Cornello;;"Cal; i ;
1888
+ "Californiao;;"Mry; i;
1889
+ "
1890
+ " Memphiso;;"CSN; i;
1891
+ "Cal State Northridgeo;;"Pit; i;
1892
+ "Pittsburgho;;"ETS; i;
1893
+ "East Tennessee Stateo;;"OkS; i
1894
+ "Oklahoma Stateo;;"Ten; i;
1895
+ "Tennesseeo;;"FSU; i
1896
+ ;
1897
+ "Florida Stateo;;"Wis; i;
1898
+ "Wisconsino;;"Xav; i ;
1899
+ " Xaviero;;"PSt; i;
1900
+ "Portland St.o;;"ULA; i ;
1901
+ " UCLAo;;"VAC; i;
1902
+ "Virginia Commonwealtho;;"Vil; i;
1903
+ "Villanovao;;"Am; i;
1904
+ "
1905
+ "
1906
+ Texaso;;"Min; i;
1907
+ "Minnesotao;;"Duk; i;
1908
+ " Dukeo;;"Bin; i;
1909
+ "Binghamtono;;"UNC; i;
1910
+ "North Carolinao;;"Rad; i;
1911
+ " Radfordo;;"LSU; i
1912
+ "LSUo;;"But; i;
1913
+ " Butlero;;"Ill; i
1914
+ ;
1915
+ "
1916
+ "W. Kentuckyo;;"Gon; i ;
1917
+ " Gonzagao;;"Akr; i;
1918
+ "
1919
+ Akrono;;"ASU; i ;
1920
+ "Arizona Stateo;;"Tem; i;
1921
+ " Templeo;;"Syr; i;
1922
+ "
1923
+ "Stephen F. Austino;;"Clm; i ;
1924
+ " Clemsono;;"UM; i;
1925
+ "
1926
+ "
1927
+ "Morgan State[%25@@@@@ @&@,@2@8@A@D@J@S@V@_@b@h@q@t@}@{@�@�@�@�@�@�@�@�@�@�@�[@@@&@2@8@J@V@b@h@t@�@�@�@�@�@�[
1928
+ INSERT INTO "entries" VALUES(11,'early upsets','o:Tournament::Bracket :
1929
+ @seedi:
1930
+ @name"Louisvilleo;;"MrS; i;
1931
+ "Morehead Stateo;;"OSU; i
1932
+ "Ohio Stateo;;"Sie; i;
1933
+ "
1934
+ Sienao;;"Uta; i
1935
+ ;
1936
+ " Utaho;;"UA; i;
1937
+ " Arizonao;;"WkF; i ;
1938
+ "Wake Foresto;;"ClS; i;
1939
+ "Cleveland Stateo;;"WVa; i ;
1940
+ "West Virginiao;;"Day; i;
1941
+ " Daytono;;"Kan; i;
1942
+ " Kansaso;;"NDS; i;
1943
+ "North Dakota Stateo;;"BC; i ;
1944
+ "Boston Collegeo;;"USC; i;
1945
+ "USCo;;"MSU; i;
1946
+ "Michigan St.o;;"RbM; i;
1947
+ "Robert Morriso;;"Con; i;
1948
+ "Connecticuto;;"Cht; i;
1949
+ "Chattanoogao;;"BYU; i
1950
+ "BYUo;;"A&M; i;
1951
+ "Texas A&Mo;;"Pur; i
1952
+ ;
1953
+ " Purdueo;;"NIo; i;
1954
+ "Northern Iowao;;"Was; i ;
1955
+ "Washingtono;;"MiS; i;
1956
+ "Mississippi St.o;;"Mar; i ;
1957
+ "Marquetteo;;"USt; i;
1958
+ "Utah Stateo;;"Msr; i;
1959
+ "
1960
+ " Cornello;;"Cal; i ;
1961
+ "Californiao;;"Mry; i;
1962
+ "
1963
+ " Memphiso;;"CSN; i;
1964
+ "Cal State Northridgeo;;"Pit; i;
1965
+ "Pittsburgho;;"ETS; i;
1966
+ "East Tennessee Stateo;;"OkS; i
1967
+ "Oklahoma Stateo;;"Ten; i;
1968
+ "Tennesseeo;;"FSU; i
1969
+ ;
1970
+ "Florida Stateo;;"Wis; i;
1971
+ "Wisconsino;;"Xav; i ;
1972
+ " Xaviero;;"PSt; i;
1973
+ "Portland St.o;;"ULA; i ;
1974
+ " UCLAo;;"VAC; i;
1975
+ "Virginia Commonwealtho;;"Vil; i;
1976
+ "Villanovao;;"Am; i;
1977
+ "
1978
+ "
1979
+ Texaso;;"Min; i;
1980
+ "Minnesotao;;"Duk; i;
1981
+ " Dukeo;;"Bin; i;
1982
+ "Binghamtono;;"UNC; i;
1983
+ "North Carolinao;;"Rad; i;
1984
+ " Radfordo;;"LSU; i
1985
+ "LSUo;;"But; i;
1986
+ " Butlero;;"Ill; i
1987
+ ;
1988
+ "
1989
+ "W. Kentuckyo;;"Gon; i ;
1990
+ " Gonzagao;;"Akr; i;
1991
+ "
1992
+ Akrono;;"ASU; i ;
1993
+ "Arizona Stateo;;"Tem; i;
1994
+ " Templeo;;"Syr; i;
1995
+ "
1996
+ "Stephen F. Austino;;"Clm; i ;
1997
+ " Clemsono;;"UM; i;
1998
+ "
1999
+ "
2000
+ "Morgan State[%25@@@@@ @)@/@2@8@>@D@J@S@V@_@b@h@q@t@}@{@�@�@�@�@�@�@�@�@�@�@�[@@@)@2@8@J@S@b@h@t@{@�@�@�@�@�[
2001
+ INSERT INTO "entries" VALUES(12,'Brian 1','o:Tournament::Bracket :
2002
+ @seedi:
2003
+ @name"Louisvilleo;;"MrS; i;
2004
+ "Morehead Stateo;;"OSU; i
2005
+ "Ohio Stateo;;"Sie; i;
2006
+ "
2007
+ Sienao;;"Uta; i
2008
+ ;
2009
+ " Utaho;;"UA; i;
2010
+ " Arizonao;;"WkF; i ;
2011
+ "Wake Foresto;;"ClS; i;
2012
+ "Cleveland Stateo;;"WVa; i ;
2013
+ "West Virginiao;;"Day; i;
2014
+ " Daytono;;"Kan; i;
2015
+ " Kansaso;;"NDS; i;
2016
+ "North Dakota Stateo;;"BC; i ;
2017
+ "Boston Collegeo;;"USC; i;
2018
+ "USCo;;"MSU; i;
2019
+ "Michigan St.o;;"RbM; i;
2020
+ "Robert Morriso;;"Con; i;
2021
+ "Connecticuto;;"Cht; i;
2022
+ "Chattanoogao;;"BYU; i
2023
+ "BYUo;;"A&M; i;
2024
+ "Texas A&Mo;;"Pur; i
2025
+ ;
2026
+ " Purdueo;;"NIo; i;
2027
+ "Northern Iowao;;"Was; i ;
2028
+ "Washingtono;;"MiS; i;
2029
+ "Mississippi St.o;;"Mar; i ;
2030
+ "Marquetteo;;"USt; i;
2031
+ "Utah Stateo;;"Msr; i;
2032
+ "
2033
+ " Cornello;;"Cal; i ;
2034
+ "Californiao;;"Mry; i;
2035
+ "
2036
+ " Memphiso;;"CSN; i;
2037
+ "Cal State Northridgeo;;"Pit; i;
2038
+ "Pittsburgho;;"ETS; i;
2039
+ "East Tennessee Stateo;;"OkS; i
2040
+ "Oklahoma Stateo;;"Ten; i;
2041
+ "Tennesseeo;;"FSU; i
2042
+ ;
2043
+ "Florida Stateo;;"Wis; i;
2044
+ "Wisconsino;;"Xav; i ;
2045
+ " Xaviero;;"PSt; i;
2046
+ "Portland St.o;;"ULA; i ;
2047
+ " UCLAo;;"VAC; i;
2048
+ "Virginia Commonwealtho;;"Vil; i;
2049
+ "Villanovao;;"Am; i;
2050
+ "
2051
+ "
2052
+ Texaso;;"Min; i;
2053
+ "Minnesotao;;"Duk; i;
2054
+ " Dukeo;;"Bin; i;
2055
+ "Binghamtono;;"UNC; i;
2056
+ "North Carolinao;;"Rad; i;
2057
+ " Radfordo;;"LSU; i
2058
+ "LSUo;;"But; i;
2059
+ " Butlero;;"Ill; i
2060
+ ;
2061
+ "
2062
+ "W. Kentuckyo;;"Gon; i ;
2063
+ " Gonzagao;;"Akr; i;
2064
+ "
2065
+ Akrono;;"ASU; i ;
2066
+ "Arizona Stateo;;"Tem; i;
2067
+ " Templeo;;"Syr; i;
2068
+ "
2069
+ "Stephen F. Austino;;"Clm; i ;
2070
+ " Clemsono;;"UM; i;
2071
+ "
2072
+ "
2073
+ "Morgan State[%25@@@@@ @&@/@2@8@A@D@J@S@V@\@b@h@q@w@z@{@�@�@�@�@�@�@�@�@�@�@�[@@@&@/@A@D@V@b@h@z@{@�@�@�@�@�[
2074
+ INSERT INTO "entries" VALUES(13,'Brian 2 ','o:Tournament::Bracket :
2075
+ @seedi:
2076
+ @name"Louisvilleo;;"MrS; i;
2077
+ "Morehead Stateo;;"OSU; i
2078
+ "Ohio Stateo;;"Sie; i;
2079
+ "
2080
+ Sienao;;"Uta; i
2081
+ ;
2082
+ " Utaho;;"UA; i;
2083
+ " Arizonao;;"WkF; i ;
2084
+ "Wake Foresto;;"ClS; i;
2085
+ "Cleveland Stateo;;"WVa; i ;
2086
+ "West Virginiao;;"Day; i;
2087
+ " Daytono;;"Kan; i;
2088
+ " Kansaso;;"NDS; i;
2089
+ "North Dakota Stateo;;"BC; i ;
2090
+ "Boston Collegeo;;"USC; i;
2091
+ "USCo;;"MSU; i;
2092
+ "Michigan St.o;;"RbM; i;
2093
+ "Robert Morriso;;"Con; i;
2094
+ "Connecticuto;;"Cht; i;
2095
+ "Chattanoogao;;"BYU; i
2096
+ "BYUo;;"A&M; i;
2097
+ "Texas A&Mo;;"Pur; i
2098
+ ;
2099
+ " Purdueo;;"NIo; i;
2100
+ "Northern Iowao;;"Was; i ;
2101
+ "Washingtono;;"MiS; i;
2102
+ "Mississippi St.o;;"Mar; i ;
2103
+ "Marquetteo;;"USt; i;
2104
+ "Utah Stateo;;"Msr; i;
2105
+ "
2106
+ " Cornello;;"Cal; i ;
2107
+ "Californiao;;"Mry; i;
2108
+ "
2109
+ " Memphiso;;"CSN; i;
2110
+ "Cal State Northridgeo;;"Pit; i;
2111
+ "Pittsburgho;;"ETS; i;
2112
+ "East Tennessee Stateo;;"OkS; i
2113
+ "Oklahoma Stateo;;"Ten; i;
2114
+ "Tennesseeo;;"FSU; i
2115
+ ;
2116
+ "Florida Stateo;;"Wis; i;
2117
+ "Wisconsino;;"Xav; i ;
2118
+ " Xaviero;;"PSt; i;
2119
+ "Portland St.o;;"ULA; i ;
2120
+ " UCLAo;;"VAC; i;
2121
+ "Virginia Commonwealtho;;"Vil; i;
2122
+ "Villanovao;;"Am; i;
2123
+ "
2124
+ "
2125
+ Texaso;;"Min; i;
2126
+ "Minnesotao;;"Duk; i;
2127
+ " Dukeo;;"Bin; i;
2128
+ "Binghamtono;;"UNC; i;
2129
+ "North Carolinao;;"Rad; i;
2130
+ " Radfordo;;"LSU; i
2131
+ "LSUo;;"But; i;
2132
+ " Butlero;;"Ill; i
2133
+ ;
2134
+ "
2135
+ "W. Kentuckyo;;"Gon; i ;
2136
+ " Gonzagao;;"Akr; i;
2137
+ "
2138
+ Akrono;;"ASU; i ;
2139
+ "Arizona Stateo;;"Tem; i;
2140
+ " Templeo;;"Syr; i;
2141
+ "
2142
+ "Stephen F. Austino;;"Clm; i ;
2143
+ " Clemsono;;"UM; i;
2144
+ "
2145
+ "
2146
+ "Morgan State[%25@@@@@#@&@,@2@8@>@G@J@P@Y@_@b@h@q@w@z@{@�@�@�@�@�@�@�@�@�@�@�[@@@#@,@>@G@P@b@h@w@{@�@�@�@�@�[
2147
+ INSERT INTO "entries" VALUES(14,'Barack Obama','o:Tournament::Bracket :
2148
+ @seedi:
2149
+ @name"Louisvilleo;;"MrS; i;
2150
+ "Morehead Stateo;;"OSU; i
2151
+ "Ohio Stateo;;"Sie; i;
2152
+ "
2153
+ Sienao;;"Uta; i
2154
+ ;
2155
+ " Utaho;;"UA; i;
2156
+ " Arizonao;;"WkF; i ;
2157
+ "Wake Foresto;;"ClS; i;
2158
+ "Cleveland Stateo;;"WVa; i ;
2159
+ "West Virginiao;;"Day; i;
2160
+ " Daytono;;"Kan; i;
2161
+ " Kansaso;;"NDS; i;
2162
+ "North Dakota Stateo;;"BC; i ;
2163
+ "Boston Collegeo;;"USC; i;
2164
+ "USCo;;"MSU; i;
2165
+ "Michigan St.o;;"RbM; i;
2166
+ "Robert Morriso;;"Con; i;
2167
+ "Connecticuto;;"Cht; i;
2168
+ "Chattanoogao;;"BYU; i
2169
+ "BYUo;;"A&M; i;
2170
+ "Texas A&Mo;;"Pur; i
2171
+ ;
2172
+ " Purdueo;;"NIo; i;
2173
+ "Northern Iowao;;"Was; i ;
2174
+ "Washingtono;;"MiS; i;
2175
+ "Mississippi St.o;;"Mar; i ;
2176
+ "Marquetteo;;"USt; i;
2177
+ "Utah Stateo;;"Msr; i;
2178
+ "
2179
+ " Cornello;;"Cal; i ;
2180
+ "Californiao;;"Mry; i;
2181
+ "
2182
+ " Memphiso;;"CSN; i;
2183
+ "Cal State Northridgeo;;"Pit; i;
2184
+ "Pittsburgho;;"ETS; i;
2185
+ "East Tennessee Stateo;;"OkS; i
2186
+ "Oklahoma Stateo;;"Ten; i;
2187
+ "Tennesseeo;;"FSU; i
2188
+ ;
2189
+ "Florida Stateo;;"Wis; i;
2190
+ "Wisconsino;;"Xav; i ;
2191
+ " Xaviero;;"PSt; i;
2192
+ "Portland St.o;;"ULA; i ;
2193
+ " UCLAo;;"VAC; i;
2194
+ "Virginia Commonwealtho;;"Vil; i;
2195
+ "Villanovao;;"Am; i;
2196
+ "
2197
+ "
2198
+ Texaso;;"Min; i;
2199
+ "Minnesotao;;"Duk; i;
2200
+ " Dukeo;;"Bin; i;
2201
+ "Binghamtono;;"UNC; i;
2202
+ "North Carolinao;;"Rad; i;
2203
+ " Radfordo;;"LSU; i
2204
+ "LSUo;;"But; i;
2205
+ " Butlero;;"Ill; i
2206
+ ;
2207
+ "
2208
+ "W. Kentuckyo;;"Gon; i ;
2209
+ " Gonzagao;;"Akr; i;
2210
+ "
2211
+ Akrono;;"ASU; i ;
2212
+ "Arizona Stateo;;"Tem; i;
2213
+ " Templeo;;"Syr; i;
2214
+ "
2215
+ "Stephen F. Austino;;"Clm; i ;
2216
+ " Clemsono;;"UM; i;
2217
+ "
2218
+ "
2219
+ "Morgan State[%25@@@@@ @&@,@2@8@>@D@J@P@V@_@b@h@q@t@z@~@�@�@�@�@�@�@�@�@�@�@�[@@@&@2@8@D@V@b@h@t@�@�@�@�@�@�[
2220
+ INSERT INTO "entries" VALUES(15,'Crazy Underdogs','o:Tournament::Bracket :
2221
+ @seedi:
2222
+ @name"Louisvilleo;;"MrS; i;
2223
+ "Morehead Stateo;;"OSU; i
2224
+ "Ohio Stateo;;"Sie; i;
2225
+ "
2226
+ Sienao;;"Uta; i
2227
+ ;
2228
+ " Utaho;;"UA; i;
2229
+ " Arizonao;;"WkF; i ;
2230
+ "Wake Foresto;;"ClS; i;
2231
+ "Cleveland Stateo;;"WVa; i ;
2232
+ "West Virginiao;;"Day; i;
2233
+ " Daytono;;"Kan; i;
2234
+ " Kansaso;;"NDS; i;
2235
+ "North Dakota Stateo;;"BC; i ;
2236
+ "Boston Collegeo;;"USC; i;
2237
+ "USCo;;"MSU; i;
2238
+ "Michigan St.o;;"RbM; i;
2239
+ "Robert Morriso;;"Con; i;
2240
+ "Connecticuto;;"Cht; i;
2241
+ "Chattanoogao;;"BYU; i
2242
+ "BYUo;;"A&M; i;
2243
+ "Texas A&Mo;;"Pur; i
2244
+ ;
2245
+ " Purdueo;;"NIo; i;
2246
+ "Northern Iowao;;"Was; i ;
2247
+ "Washingtono;;"MiS; i;
2248
+ "Mississippi St.o;;"Mar; i ;
2249
+ "Marquetteo;;"USt; i;
2250
+ "Utah Stateo;;"Msr; i;
2251
+ "
2252
+ " Cornello;;"Cal; i ;
2253
+ "Californiao;;"Mry; i;
2254
+ "
2255
+ " Memphiso;;"CSN; i;
2256
+ "Cal State Northridgeo;;"Pit; i;
2257
+ "Pittsburgho;;"ETS; i;
2258
+ "East Tennessee Stateo;;"OkS; i
2259
+ "Oklahoma Stateo;;"Ten; i;
2260
+ "Tennesseeo;;"FSU; i
2261
+ ;
2262
+ "Florida Stateo;;"Wis; i;
2263
+ "Wisconsino;;"Xav; i ;
2264
+ " Xaviero;;"PSt; i;
2265
+ "Portland St.o;;"ULA; i ;
2266
+ " UCLAo;;"VAC; i;
2267
+ "Virginia Commonwealtho;;"Vil; i;
2268
+ "Villanovao;;"Am; i;
2269
+ "
2270
+ "
2271
+ Texaso;;"Min; i;
2272
+ "Minnesotao;;"Duk; i;
2273
+ " Dukeo;;"Bin; i;
2274
+ "Binghamtono;;"UNC; i;
2275
+ "North Carolinao;;"Rad; i;
2276
+ " Radfordo;;"LSU; i
2277
+ "LSUo;;"But; i;
2278
+ " Butlero;;"Ill; i
2279
+ ;
2280
+ "
2281
+ "W. Kentuckyo;;"Gon; i ;
2282
+ " Gonzagao;;"Akr; i;
2283
+ "
2284
+ Akrono;;"ASU; i ;
2285
+ "Arizona Stateo;;"Tem; i;
2286
+ " Templeo;;"Syr; i;
2287
+ "
2288
+ "Stephen F. Austino;;"Clm; i ;
2289
+ " Clemsono;;"UM; i;
2290
+ "
2291
+ "
2292
+ "Morgan State[%25@@@@@#@)@/@5@;@>@G@M@S@Y@\@b@h@n@w@}@~@�@�@�@�@�@�@�@�@�@�@�[@@@#@/@>@M@Y@\@h@w@�@�@�@�@�@�[
2293
+ INSERT INTO "entries" VALUES(16,'stefan','o:Tournament::Bracket :
2294
+ @seedi:
2295
+ @name"Louisvilleo;;"MrS; i;
2296
+ "Morehead Stateo;;"OSU; i
2297
+ "Ohio Stateo;;"Sie; i;
2298
+ "
2299
+ Sienao;;"Uta; i
2300
+ ;
2301
+ " Utaho;;"UA; i;
2302
+ " Arizonao;;"WkF; i ;
2303
+ "Wake Foresto;;"ClS; i;
2304
+ "Cleveland Stateo;;"WVa; i ;
2305
+ "West Virginiao;;"Day; i;
2306
+ " Daytono;;"Kan; i;
2307
+ " Kansaso;;"NDS; i;
2308
+ "North Dakota Stateo;;"BC; i ;
2309
+ "Boston Collegeo;;"USC; i;
2310
+ "USCo;;"MSU; i;
2311
+ "Michigan St.o;;"RbM; i;
2312
+ "Robert Morriso;;"Con; i;
2313
+ "Connecticuto;;"Cht; i;
2314
+ "Chattanoogao;;"BYU; i
2315
+ "BYUo;;"A&M; i;
2316
+ "Texas A&Mo;;"Pur; i
2317
+ ;
2318
+ " Purdueo;;"NIo; i;
2319
+ "Northern Iowao;;"Was; i ;
2320
+ "Washingtono;;"MiS; i;
2321
+ "Mississippi St.o;;"Mar; i ;
2322
+ "Marquetteo;;"USt; i;
2323
+ "Utah Stateo;;"Msr; i;
2324
+ "
2325
+ " Cornello;;"Cal; i ;
2326
+ "Californiao;;"Mry; i;
2327
+ "
2328
+ " Memphiso;;"CSN; i;
2329
+ "Cal State Northridgeo;;"Pit; i;
2330
+ "Pittsburgho;;"ETS; i;
2331
+ "East Tennessee Stateo;;"OkS; i
2332
+ "Oklahoma Stateo;;"Ten; i;
2333
+ "Tennesseeo;;"FSU; i
2334
+ ;
2335
+ "Florida Stateo;;"Wis; i;
2336
+ "Wisconsino;;"Xav; i ;
2337
+ " Xaviero;;"PSt; i;
2338
+ "Portland St.o;;"ULA; i ;
2339
+ " UCLAo;;"VAC; i;
2340
+ "Virginia Commonwealtho;;"Vil; i;
2341
+ "Villanovao;;"Am; i;
2342
+ "
2343
+ "
2344
+ Texaso;;"Min; i;
2345
+ "Minnesotao;;"Duk; i;
2346
+ " Dukeo;;"Bin; i;
2347
+ "Binghamtono;;"UNC; i;
2348
+ "North Carolinao;;"Rad; i;
2349
+ " Radfordo;;"LSU; i
2350
+ "LSUo;;"But; i;
2351
+ " Butlero;;"Ill; i
2352
+ ;
2353
+ "
2354
+ "W. Kentuckyo;;"Gon; i ;
2355
+ " Gonzagao;;"Akr; i;
2356
+ "
2357
+ Akrono;;"ASU; i ;
2358
+ "Arizona Stateo;;"Tem; i;
2359
+ " Templeo;;"Syr; i;
2360
+ "
2361
+ "Stephen F. Austino;;"Clm; i ;
2362
+ " Clemsono;;"UM; i;
2363
+ "
2364
+ "
2365
+ "Morgan State[%25@@@@@ @&@,@2@8@A@D@J@P@V@_@b@h@q@t@z@{@�@�@�@�@�@�@�@�@�@�@�[@@@&@2@8@D@V@b@h@t@�@�@�@�@�@�[
2366
+ INSERT INTO "entries" VALUES(17,'Obama Inspired - Go Bears!','o:Tournament::Bracket :
2367
+ @seedi:
2368
+ @name"Louisvilleo;;"MrS; i;
2369
+ "Morehead Stateo;;"OSU; i
2370
+ "Ohio Stateo;;"Sie; i;
2371
+ "
2372
+ Sienao;;"Uta; i
2373
+ ;
2374
+ " Utaho;;"UA; i;
2375
+ " Arizonao;;"WkF; i ;
2376
+ "Wake Foresto;;"ClS; i;
2377
+ "Cleveland Stateo;;"WVa; i ;
2378
+ "West Virginiao;;"Day; i;
2379
+ " Daytono;;"Kan; i;
2380
+ " Kansaso;;"NDS; i;
2381
+ "North Dakota Stateo;;"BC; i ;
2382
+ "Boston Collegeo;;"USC; i;
2383
+ "USCo;;"MSU; i;
2384
+ "Michigan St.o;;"RbM; i;
2385
+ "Robert Morriso;;"Con; i;
2386
+ "Connecticuto;;"Cht; i;
2387
+ "Chattanoogao;;"BYU; i
2388
+ "BYUo;;"A&M; i;
2389
+ "Texas A&Mo;;"Pur; i
2390
+ ;
2391
+ " Purdueo;;"NIo; i;
2392
+ "Northern Iowao;;"Was; i ;
2393
+ "Washingtono;;"MiS; i;
2394
+ "Mississippi St.o;;"Mar; i ;
2395
+ "Marquetteo;;"USt; i;
2396
+ "Utah Stateo;;"Msr; i;
2397
+ "
2398
+ " Cornello;;"Cal; i ;
2399
+ "Californiao;;"Mry; i;
2400
+ "
2401
+ " Memphiso;;"CSN; i;
2402
+ "Cal State Northridgeo;;"Pit; i;
2403
+ "Pittsburgho;;"ETS; i;
2404
+ "East Tennessee Stateo;;"OkS; i
2405
+ "Oklahoma Stateo;;"Ten; i;
2406
+ "Tennesseeo;;"FSU; i
2407
+ ;
2408
+ "Florida Stateo;;"Wis; i;
2409
+ "Wisconsino;;"Xav; i ;
2410
+ " Xaviero;;"PSt; i;
2411
+ "Portland St.o;;"ULA; i ;
2412
+ " UCLAo;;"VAC; i;
2413
+ "Virginia Commonwealtho;;"Vil; i;
2414
+ "Villanovao;;"Am; i;
2415
+ "
2416
+ "
2417
+ Texaso;;"Min; i;
2418
+ "Minnesotao;;"Duk; i;
2419
+ " Dukeo;;"Bin; i;
2420
+ "Binghamtono;;"UNC; i;
2421
+ "North Carolinao;;"Rad; i;
2422
+ " Radfordo;;"LSU; i
2423
+ "LSUo;;"But; i;
2424
+ " Butlero;;"Ill; i
2425
+ ;
2426
+ "
2427
+ "W. Kentuckyo;;"Gon; i ;
2428
+ " Gonzagao;;"Akr; i;
2429
+ "
2430
+ Akrono;;"ASU; i ;
2431
+ "Arizona Stateo;;"Tem; i;
2432
+ " Templeo;;"Syr; i;
2433
+ "
2434
+ "Stephen F. Austino;;"Clm; i ;
2435
+ " Clemsono;;"UM; i;
2436
+ "
2437
+ "
2438
+ "Morgan State[%25@@@@@ @&@,@2@8@>@D@J@P@V@\@b@h@q@t@z@~@�@�@�@�@�@�@�@�@�@�@�[@@@&@2@8@D@V@\@h@t@�@�@�@�@�@�[
2439
+ INSERT INTO "entries" VALUES(18,'There''s No Place Like Home','o:Tournament::Bracket :
2440
+ @seedi:
2441
+ @name"Louisvilleo;;"MrS; i;
2442
+ "Morehead Stateo;;"OSU; i
2443
+ "Ohio Stateo;;"Sie; i;
2444
+ "
2445
+ Sienao;;"Uta; i
2446
+ ;
2447
+ " Utaho;;"UA; i;
2448
+ " Arizonao;;"WkF; i ;
2449
+ "Wake Foresto;;"ClS; i;
2450
+ "Cleveland Stateo;;"WVa; i ;
2451
+ "West Virginiao;;"Day; i;
2452
+ " Daytono;;"Kan; i;
2453
+ " Kansaso;;"NDS; i;
2454
+ "North Dakota Stateo;;"BC; i ;
2455
+ "Boston Collegeo;;"USC; i;
2456
+ "USCo;;"MSU; i;
2457
+ "Michigan St.o;;"RbM; i;
2458
+ "Robert Morriso;;"Con; i;
2459
+ "Connecticuto;;"Cht; i;
2460
+ "Chattanoogao;;"BYU; i
2461
+ "BYUo;;"A&M; i;
2462
+ "Texas A&Mo;;"Pur; i
2463
+ ;
2464
+ " Purdueo;;"NIo; i;
2465
+ "Northern Iowao;;"Was; i ;
2466
+ "Washingtono;;"MiS; i;
2467
+ "Mississippi St.o;;"Mar; i ;
2468
+ "Marquetteo;;"USt; i;
2469
+ "Utah Stateo;;"Msr; i;
2470
+ "
2471
+ " Cornello;;"Cal; i ;
2472
+ "Californiao;;"Mry; i;
2473
+ "
2474
+ " Memphiso;;"CSN; i;
2475
+ "Cal State Northridgeo;;"Pit; i;
2476
+ "Pittsburgho;;"ETS; i;
2477
+ "East Tennessee Stateo;;"OkS; i
2478
+ "Oklahoma Stateo;;"Ten; i;
2479
+ "Tennesseeo;;"FSU; i
2480
+ ;
2481
+ "Florida Stateo;;"Wis; i;
2482
+ "Wisconsino;;"Xav; i ;
2483
+ " Xaviero;;"PSt; i;
2484
+ "Portland St.o;;"ULA; i ;
2485
+ " UCLAo;;"VAC; i;
2486
+ "Virginia Commonwealtho;;"Vil; i;
2487
+ "Villanovao;;"Am; i;
2488
+ "
2489
+ "
2490
+ Texaso;;"Min; i;
2491
+ "Minnesotao;;"Duk; i;
2492
+ " Dukeo;;"Bin; i;
2493
+ "Binghamtono;;"UNC; i;
2494
+ "North Carolinao;;"Rad; i;
2495
+ " Radfordo;;"LSU; i
2496
+ "LSUo;;"But; i;
2497
+ " Butlero;;"Ill; i
2498
+ ;
2499
+ "
2500
+ "W. Kentuckyo;;"Gon; i ;
2501
+ " Gonzagao;;"Akr; i;
2502
+ "
2503
+ Akrono;;"ASU; i ;
2504
+ "Arizona Stateo;;"Tem; i;
2505
+ " Templeo;;"Syr; i;
2506
+ "
2507
+ "Stephen F. Austino;;"Clm; i ;
2508
+ " Clemsono;;"UM; i;
2509
+ "
2510
+ "
2511
+ "Morgan State[%25@@@@@ @&@/@2@8@A@D@M@S@V@\@b@h@n@t@z@{@�@�@�@�@�@�@�@�@�@�@�[@@@&@/@8@D@V@\@h@t@{@�@�@�@�@�[
2512
+ INSERT INTO "entries" VALUES(19,'Aye! Right!','o:Tournament::Bracket :
2513
+ @seedi:
2514
+ @name"Louisvilleo;;"MrS; i;
2515
+ "Morehead Stateo;;"OSU; i
2516
+ "Ohio Stateo;;"Sie; i;
2517
+ "
2518
+ Sienao;;"Uta; i
2519
+ ;
2520
+ " Utaho;;"UA; i;
2521
+ " Arizonao;;"WkF; i ;
2522
+ "Wake Foresto;;"ClS; i;
2523
+ "Cleveland Stateo;;"WVa; i ;
2524
+ "West Virginiao;;"Day; i;
2525
+ " Daytono;;"Kan; i;
2526
+ " Kansaso;;"NDS; i;
2527
+ "North Dakota Stateo;;"BC; i ;
2528
+ "Boston Collegeo;;"USC; i;
2529
+ "USCo;;"MSU; i;
2530
+ "Michigan St.o;;"RbM; i;
2531
+ "Robert Morriso;;"Con; i;
2532
+ "Connecticuto;;"Cht; i;
2533
+ "Chattanoogao;;"BYU; i
2534
+ "BYUo;;"A&M; i;
2535
+ "Texas A&Mo;;"Pur; i
2536
+ ;
2537
+ " Purdueo;;"NIo; i;
2538
+ "Northern Iowao;;"Was; i ;
2539
+ "Washingtono;;"MiS; i;
2540
+ "Mississippi St.o;;"Mar; i ;
2541
+ "Marquetteo;;"USt; i;
2542
+ "Utah Stateo;;"Msr; i;
2543
+ "
2544
+ " Cornello;;"Cal; i ;
2545
+ "Californiao;;"Mry; i;
2546
+ "
2547
+ " Memphiso;;"CSN; i;
2548
+ "Cal State Northridgeo;;"Pit; i;
2549
+ "Pittsburgho;;"ETS; i;
2550
+ "East Tennessee Stateo;;"OkS; i
2551
+ "Oklahoma Stateo;;"Ten; i;
2552
+ "Tennesseeo;;"FSU; i
2553
+ ;
2554
+ "Florida Stateo;;"Wis; i;
2555
+ "Wisconsino;;"Xav; i ;
2556
+ " Xaviero;;"PSt; i;
2557
+ "Portland St.o;;"ULA; i ;
2558
+ " UCLAo;;"VAC; i;
2559
+ "Virginia Commonwealtho;;"Vil; i;
2560
+ "Villanovao;;"Am; i;
2561
+ "
2562
+ "
2563
+ Texaso;;"Min; i;
2564
+ "Minnesotao;;"Duk; i;
2565
+ " Dukeo;;"Bin; i;
2566
+ "Binghamtono;;"UNC; i;
2567
+ "North Carolinao;;"Rad; i;
2568
+ " Radfordo;;"LSU; i
2569
+ "LSUo;;"But; i;
2570
+ " Butlero;;"Ill; i
2571
+ ;
2572
+ "
2573
+ "W. Kentuckyo;;"Gon; i ;
2574
+ " Gonzagao;;"Akr; i;
2575
+ "
2576
+ Akrono;;"ASU; i ;
2577
+ "Arizona Stateo;;"Tem; i;
2578
+ " Templeo;;"Syr; i;
2579
+ "
2580
+ "Stephen F. Austino;;"Clm; i ;
2581
+ " Clemsono;;"UM; i;
2582
+ "
2583
+ "
2584
+ "Morgan State[%25@@@@@#@&@/@2@8@A@G@M@S@V@\@b@h@q@w@}@{@�@�@�@�@�@�@�@�@�@�@�[@@@&@/@8@G@S@\@h@w@{@�@�@�@�@�[
2585
+ INSERT INTO "entries" VALUES(20,'Guns n'' Roses','o:Tournament::Bracket :
2586
+ @seedi:
2587
+ @name"Louisvilleo;;"MrS; i;
2588
+ "Morehead Stateo;;"OSU; i
2589
+ "Ohio Stateo;;"Sie; i;
2590
+ "
2591
+ Sienao;;"Uta; i
2592
+ ;
2593
+ " Utaho;;"UA; i;
2594
+ " Arizonao;;"WkF; i ;
2595
+ "Wake Foresto;;"ClS; i;
2596
+ "Cleveland Stateo;;"WVa; i ;
2597
+ "West Virginiao;;"Day; i;
2598
+ " Daytono;;"Kan; i;
2599
+ " Kansaso;;"NDS; i;
2600
+ "North Dakota Stateo;;"BC; i ;
2601
+ "Boston Collegeo;;"USC; i;
2602
+ "USCo;;"MSU; i;
2603
+ "Michigan St.o;;"RbM; i;
2604
+ "Robert Morriso;;"Con; i;
2605
+ "Connecticuto;;"Cht; i;
2606
+ "Chattanoogao;;"BYU; i
2607
+ "BYUo;;"A&M; i;
2608
+ "Texas A&Mo;;"Pur; i
2609
+ ;
2610
+ " Purdueo;;"NIo; i;
2611
+ "Northern Iowao;;"Was; i ;
2612
+ "Washingtono;;"MiS; i;
2613
+ "Mississippi St.o;;"Mar; i ;
2614
+ "Marquetteo;;"USt; i;
2615
+ "Utah Stateo;;"Msr; i;
2616
+ "
2617
+ " Cornello;;"Cal; i ;
2618
+ "Californiao;;"Mry; i;
2619
+ "
2620
+ " Memphiso;;"CSN; i;
2621
+ "Cal State Northridgeo;;"Pit; i;
2622
+ "Pittsburgho;;"ETS; i;
2623
+ "East Tennessee Stateo;;"OkS; i
2624
+ "Oklahoma Stateo;;"Ten; i;
2625
+ "Tennesseeo;;"FSU; i
2626
+ ;
2627
+ "Florida Stateo;;"Wis; i;
2628
+ "Wisconsino;;"Xav; i ;
2629
+ " Xaviero;;"PSt; i;
2630
+ "Portland St.o;;"ULA; i ;
2631
+ " UCLAo;;"VAC; i;
2632
+ "Virginia Commonwealtho;;"Vil; i;
2633
+ "Villanovao;;"Am; i;
2634
+ "
2635
+ "
2636
+ Texaso;;"Min; i;
2637
+ "Minnesotao;;"Duk; i;
2638
+ " Dukeo;;"Bin; i;
2639
+ "Binghamtono;;"UNC; i;
2640
+ "North Carolinao;;"Rad; i;
2641
+ " Radfordo;;"LSU; i
2642
+ "LSUo;;"But; i;
2643
+ " Butlero;;"Ill; i
2644
+ ;
2645
+ "
2646
+ "W. Kentuckyo;;"Gon; i ;
2647
+ " Gonzagao;;"Akr; i;
2648
+ "
2649
+ Akrono;;"ASU; i ;
2650
+ "Arizona Stateo;;"Tem; i;
2651
+ " Templeo;;"Syr; i;
2652
+ "
2653
+ "Stephen F. Austino;;"Clm; i ;
2654
+ " Clemsono;;"UM; i;
2655
+ "
2656
+ "
2657
+ "Morgan State[%25@@@@@ @&@/@2@8@A@G@J@S@V@\@b@h@q@t@z@{@�@�@�@�@�@�@�@�@�@�@�[@@@&@2@8@J@V@b@h@t@{@�@�@�@�@�[
2658
+ INSERT INTO "entries" VALUES(21,'TripAdvisor','o:Tournament::Bracket :
2659
+ @seedi:
2660
+ @name"Louisvilleo;;"MrS; i;
2661
+ "Morehead Stateo;;"OSU; i
2662
+ "Ohio Stateo;;"Sie; i;
2663
+ "
2664
+ Sienao;;"Uta; i
2665
+ ;
2666
+ " Utaho;;"UA; i;
2667
+ " Arizonao;;"WkF; i ;
2668
+ "Wake Foresto;;"ClS; i;
2669
+ "Cleveland Stateo;;"WVa; i ;
2670
+ "West Virginiao;;"Day; i;
2671
+ " Daytono;;"Kan; i;
2672
+ " Kansaso;;"NDS; i;
2673
+ "North Dakota Stateo;;"BC; i ;
2674
+ "Boston Collegeo;;"USC; i;
2675
+ "USCo;;"MSU; i;
2676
+ "Michigan St.o;;"RbM; i;
2677
+ "Robert Morriso;;"Con; i;
2678
+ "Connecticuto;;"Cht; i;
2679
+ "Chattanoogao;;"BYU; i
2680
+ "BYUo;;"A&M; i;
2681
+ "Texas A&Mo;;"Pur; i
2682
+ ;
2683
+ " Purdueo;;"NIo; i;
2684
+ "Northern Iowao;;"Was; i ;
2685
+ "Washingtono;;"MiS; i;
2686
+ "Mississippi St.o;;"Mar; i ;
2687
+ "Marquetteo;;"USt; i;
2688
+ "Utah Stateo;;"Msr; i;
2689
+ "
2690
+ " Cornello;;"Cal; i ;
2691
+ "Californiao;;"Mry; i;
2692
+ "
2693
+ " Memphiso;;"CSN; i;
2694
+ "Cal State Northridgeo;;"Pit; i;
2695
+ "Pittsburgho;;"ETS; i;
2696
+ "East Tennessee Stateo;;"OkS; i
2697
+ "Oklahoma Stateo;;"Ten; i;
2698
+ "Tennesseeo;;"FSU; i
2699
+ ;
2700
+ "Florida Stateo;;"Wis; i;
2701
+ "Wisconsino;;"Xav; i ;
2702
+ " Xaviero;;"PSt; i;
2703
+ "Portland St.o;;"ULA; i ;
2704
+ " UCLAo;;"VAC; i;
2705
+ "Virginia Commonwealtho;;"Vil; i;
2706
+ "Villanovao;;"Am; i;
2707
+ "
2708
+ "
2709
+ Texaso;;"Min; i;
2710
+ "Minnesotao;;"Duk; i;
2711
+ " Dukeo;;"Bin; i;
2712
+ "Binghamtono;;"UNC; i;
2713
+ "North Carolinao;;"Rad; i;
2714
+ " Radfordo;;"LSU; i
2715
+ "LSUo;;"But; i;
2716
+ " Butlero;;"Ill; i
2717
+ ;
2718
+ "
2719
+ "W. Kentuckyo;;"Gon; i ;
2720
+ " Gonzagao;;"Akr; i;
2721
+ "
2722
+ Akrono;;"ASU; i ;
2723
+ "Arizona Stateo;;"Tem; i;
2724
+ " Templeo;;"Syr; i;
2725
+ "
2726
+ "Stephen F. Austino;;"Clm; i ;
2727
+ " Clemsono;;"UM; i;
2728
+ "
2729
+ "
2730
+ "Morgan State[%25@@@@@ @&@/@2@8@>@D@J@P@V@\@b@h@n@t@z@{@�@�@�@�@�@�@�@�@�@�@�[@@@&@/@8@D@V@b@h@z@�@�@�@�@�@�[
2731
+ INSERT INTO "entries" VALUES(22,'Dave Matthews > god','o:Tournament::Bracket :
2732
+ @seedi:
2733
+ @name"Louisvilleo;;"MrS; i;
2734
+ "Morehead Stateo;;"OSU; i
2735
+ "Ohio Stateo;;"Sie; i;
2736
+ "
2737
+ Sienao;;"Uta; i
2738
+ ;
2739
+ " Utaho;;"UA; i;
2740
+ " Arizonao;;"WkF; i ;
2741
+ "Wake Foresto;;"ClS; i;
2742
+ "Cleveland Stateo;;"WVa; i ;
2743
+ "West Virginiao;;"Day; i;
2744
+ " Daytono;;"Kan; i;
2745
+ " Kansaso;;"NDS; i;
2746
+ "North Dakota Stateo;;"BC; i ;
2747
+ "Boston Collegeo;;"USC; i;
2748
+ "USCo;;"MSU; i;
2749
+ "Michigan St.o;;"RbM; i;
2750
+ "Robert Morriso;;"Con; i;
2751
+ "Connecticuto;;"Cht; i;
2752
+ "Chattanoogao;;"BYU; i
2753
+ "BYUo;;"A&M; i;
2754
+ "Texas A&Mo;;"Pur; i
2755
+ ;
2756
+ " Purdueo;;"NIo; i;
2757
+ "Northern Iowao;;"Was; i ;
2758
+ "Washingtono;;"MiS; i;
2759
+ "Mississippi St.o;;"Mar; i ;
2760
+ "Marquetteo;;"USt; i;
2761
+ "Utah Stateo;;"Msr; i;
2762
+ "
2763
+ " Cornello;;"Cal; i ;
2764
+ "Californiao;;"Mry; i;
2765
+ "
2766
+ " Memphiso;;"CSN; i;
2767
+ "Cal State Northridgeo;;"Pit; i;
2768
+ "Pittsburgho;;"ETS; i;
2769
+ "East Tennessee Stateo;;"OkS; i
2770
+ "Oklahoma Stateo;;"Ten; i;
2771
+ "Tennesseeo;;"FSU; i
2772
+ ;
2773
+ "Florida Stateo;;"Wis; i;
2774
+ "Wisconsino;;"Xav; i ;
2775
+ " Xaviero;;"PSt; i;
2776
+ "Portland St.o;;"ULA; i ;
2777
+ " UCLAo;;"VAC; i;
2778
+ "Virginia Commonwealtho;;"Vil; i;
2779
+ "Villanovao;;"Am; i;
2780
+ "
2781
+ "
2782
+ Texaso;;"Min; i;
2783
+ "Minnesotao;;"Duk; i;
2784
+ " Dukeo;;"Bin; i;
2785
+ "Binghamtono;;"UNC; i;
2786
+ "North Carolinao;;"Rad; i;
2787
+ " Radfordo;;"LSU; i
2788
+ "LSUo;;"But; i;
2789
+ " Butlero;;"Ill; i
2790
+ ;
2791
+ "
2792
+ "W. Kentuckyo;;"Gon; i ;
2793
+ " Gonzagao;;"Akr; i;
2794
+ "
2795
+ Akrono;;"ASU; i ;
2796
+ "Arizona Stateo;;"Tem; i;
2797
+ " Templeo;;"Syr; i;
2798
+ "
2799
+ "Stephen F. Austino;;"Clm; i ;
2800
+ " Clemsono;;"UM; i;
2801
+ "
2802
+ "
2803
+ "Morgan State[%25@@@@@ @&@/@2@8@>@D@J@S@V@\@b@h@n@t@z@{@�@�@�@�@�@�@�@�@�@�@�[@@@&@2@8@J@V@b@h@t@�@�@�@�@�@�[
2804
+ CREATE TABLE "teams" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "short_name" varchar(255), "created_at" datetime, "updated_at" datetime);
2805
+ INSERT INTO "teams" VALUES(1,'North Carolina','UNC','2009-03-11 00:47:41','2009-03-11 00:47:41');
2806
+ INSERT INTO "teams" VALUES(2,'Mt. St. Mary''s','MSM','2009-03-11 00:47:41','2009-03-11 00:47:41');
2807
+ INSERT INTO "teams" VALUES(3,'Indiana','Ind','2009-03-11 00:47:41','2009-03-11 00:47:41');
2808
+ INSERT INTO "teams" VALUES(4,'Arkansas','Ark','2009-03-11 00:47:41','2009-03-11 00:47:41');
2809
+ INSERT INTO "teams" VALUES(5,'Notre Dame','ND','2009-03-11 00:47:41','2009-03-11 00:47:41');
2810
+ INSERT INTO "teams" VALUES(6,'George Mason','GM','2009-03-11 00:47:41','2009-03-11 00:47:41');
2811
+ INSERT INTO "teams" VALUES(7,'Washington St.','WSt','2009-03-11 00:47:41','2009-03-11 00:47:41');
2812
+ INSERT INTO "teams" VALUES(8,'Winthrop','Win','2009-03-11 00:47:41','2009-03-11 00:47:41');
2813
+ INSERT INTO "teams" VALUES(9,'Oklahoma','Okl','2009-03-11 00:47:41','2009-03-11 00:47:41');
2814
+ INSERT INTO "teams" VALUES(10,'St. Joseph''s','StJ','2009-03-11 00:47:41','2009-03-11 00:47:41');
2815
+ INSERT INTO "teams" VALUES(11,'Louisville','Lou','2009-03-11 00:47:41','2009-03-11 00:47:41');
2816
+ INSERT INTO "teams" VALUES(12,'Boise St.','BSt','2009-03-11 00:47:41','2009-03-11 00:47:41');
2817
+ INSERT INTO "teams" VALUES(13,'Butler','But','2009-03-11 00:47:41','2009-03-11 00:47:41');
2818
+ INSERT INTO "teams" VALUES(14,'South Alabama','SAl','2009-03-11 00:47:41','2009-03-11 00:47:41');
2819
+ INSERT INTO "teams" VALUES(15,'Tennessee','Ten','2009-03-11 00:47:41','2009-03-11 00:47:41');
2820
+ INSERT INTO "teams" VALUES(16,'American','Am','2009-03-11 00:47:42','2009-03-11 00:47:42');
2821
+ INSERT INTO "teams" VALUES(17,'Kansas','Kan','2009-03-11 00:47:42','2009-03-11 00:47:42');
2822
+ INSERT INTO "teams" VALUES(18,'Portland St.','PSt','2009-03-11 00:47:42','2009-03-11 00:47:42');
2823
+ INSERT INTO "teams" VALUES(19,'UNLV','ULV','2009-03-11 00:47:42','2009-03-11 00:47:42');
2824
+ INSERT INTO "teams" VALUES(20,'Kent St.','KSt','2009-03-11 00:47:42','2009-03-11 00:47:42');
2825
+ INSERT INTO "teams" VALUES(21,'Clemson','Clm','2009-03-11 00:47:42','2009-03-11 00:47:42');
2826
+ INSERT INTO "teams" VALUES(22,'Villanova','Vil','2009-03-11 00:47:42','2009-03-11 00:47:42');
2827
+ INSERT INTO "teams" VALUES(23,'Vanderbilt','Van','2009-03-11 00:47:42','2009-03-11 00:47:42');
2828
+ INSERT INTO "teams" VALUES(24,'Siena','Sie','2009-03-11 00:47:42','2009-03-11 00:47:42');
2829
+ INSERT INTO "teams" VALUES(25,'USC','USC','2009-03-11 00:47:42','2009-03-11 00:47:42');
2830
+ INSERT INTO "teams" VALUES(26,'Kansas St.','KSU','2009-03-11 00:47:42','2009-03-11 00:47:42');
2831
+ INSERT INTO "teams" VALUES(27,'Wisconsin','Wis','2009-03-11 00:47:42','2009-03-11 00:47:42');
2832
+ INSERT INTO "teams" VALUES(28,'CSU Fullerton','CSF','2009-03-11 00:47:42','2009-03-11 00:47:42');
2833
+ INSERT INTO "teams" VALUES(29,'Gonzaga','Gon','2009-03-11 00:47:42','2009-03-11 00:47:42');
2834
+ INSERT INTO "teams" VALUES(30,'Davidson','Dav','2009-03-11 00:47:42','2009-03-11 00:47:42');
2835
+ INSERT INTO "teams" VALUES(31,'Georgetown','GT','2009-03-11 00:47:42','2009-03-11 00:47:42');
2836
+ INSERT INTO "teams" VALUES(32,'UMBC','UBC','2009-03-11 00:47:42','2009-03-11 00:47:42');
2837
+ INSERT INTO "teams" VALUES(33,'Memphis','Mem','2009-03-11 00:47:42','2009-03-11 00:47:42');
2838
+ INSERT INTO "teams" VALUES(34,'TX Arlington','TxA','2009-03-11 00:47:42','2009-03-11 00:47:42');
2839
+ INSERT INTO "teams" VALUES(35,'Mississippi St.','MiS','2009-03-11 00:47:43','2009-03-11 00:47:43');
2840
+ INSERT INTO "teams" VALUES(36,'Oregon','Ore','2009-03-11 00:47:43','2009-03-11 00:47:43');
2841
+ INSERT INTO "teams" VALUES(37,'Michigan St.','MSU','2009-03-11 00:47:43','2009-03-11 00:47:43');
2842
+ INSERT INTO "teams" VALUES(38,'Temple','Tem','2009-03-11 00:47:43','2009-03-11 00:47:43');
2843
+ INSERT INTO "teams" VALUES(39,'Pittsburgh','Pit','2009-03-11 00:47:43','2009-03-11 00:47:43');
2844
+ INSERT INTO "teams" VALUES(40,'Oral Roberts','ORo','2009-03-11 00:47:43','2009-03-11 00:47:43');
2845
+ INSERT INTO "teams" VALUES(41,'Marquette','Mar','2009-03-11 00:47:43','2009-03-11 00:47:43');
2846
+ INSERT INTO "teams" VALUES(42,'Kentucky','Ken','2009-03-11 00:47:43','2009-03-11 00:47:43');
2847
+ INSERT INTO "teams" VALUES(43,'Stanford','Sta','2009-03-11 00:47:43','2009-03-11 00:47:43');
2848
+ INSERT INTO "teams" VALUES(44,'Cornell','Cor','2009-03-11 00:47:43','2009-03-11 00:47:43');
2849
+ INSERT INTO "teams" VALUES(45,'Miami (FL)','Mia','2009-03-11 00:47:43','2009-03-11 00:47:43');
2850
+ INSERT INTO "teams" VALUES(46,'St. Mary''s','StM','2009-03-11 00:47:43','2009-03-11 00:47:43');
2851
+ INSERT INTO "teams" VALUES(47,'Texas','Tex','2009-03-11 00:47:43','2009-03-11 00:47:43');
2852
+ INSERT INTO "teams" VALUES(48,'Austin Peay','APe','2009-03-11 00:47:43','2009-03-11 00:47:43');
2853
+ INSERT INTO "teams" VALUES(49,'UCLA','ULA','2009-03-11 00:47:43','2009-03-11 00:47:43');
2854
+ INSERT INTO "teams" VALUES(50,'Mis. Valley St','MVS','2009-03-11 00:47:43','2009-03-11 00:47:43');
2855
+ INSERT INTO "teams" VALUES(51,'BYU','BYU','2009-03-11 00:47:43','2009-03-11 00:47:43');
2856
+ INSERT INTO "teams" VALUES(52,'Texas A&M','A&M','2009-03-11 00:47:44','2009-03-11 00:47:44');
2857
+ INSERT INTO "teams" VALUES(53,'Drake','Dra','2009-03-11 00:47:44','2009-03-11 00:47:44');
2858
+ INSERT INTO "teams" VALUES(54,'W. Kentucky','WKy','2009-03-11 00:47:44','2009-03-11 00:47:44');
2859
+ INSERT INTO "teams" VALUES(55,'Connecticut','Con','2009-03-11 00:47:44','2009-03-11 00:47:44');
2860
+ INSERT INTO "teams" VALUES(56,'San Diego','SD','2009-03-11 00:47:44','2009-03-11 00:47:44');
2861
+ INSERT INTO "teams" VALUES(57,'Purdue','Pur','2009-03-11 00:47:45','2009-03-11 00:47:45');
2862
+ INSERT INTO "teams" VALUES(58,'Baylor','Bay','2009-03-11 00:47:45','2009-03-11 00:47:45');
2863
+ INSERT INTO "teams" VALUES(59,'Xavier','Xav','2009-03-11 00:47:45','2009-03-11 00:47:45');
2864
+ INSERT INTO "teams" VALUES(60,'Georgia','UG','2009-03-11 00:47:45','2009-03-11 00:47:45');
2865
+ INSERT INTO "teams" VALUES(61,'West Virginia','WVa','2009-03-11 00:47:45','2009-03-11 00:47:45');
2866
+ INSERT INTO "teams" VALUES(62,'Arizona','UA','2009-03-11 00:47:45','2009-03-11 00:47:45');
2867
+ INSERT INTO "teams" VALUES(63,'Duke','Duk','2009-03-11 00:47:45','2009-03-11 00:47:45');
2868
+ INSERT INTO "teams" VALUES(64,'Belmont','Bel','2009-03-11 00:47:45','2009-03-11 00:47:45');
2869
+ INSERT INTO "teams" VALUES(65,'Air Force','AF','2009-03-11 00:47:45','2009-03-11 00:47:45');
2870
+ INSERT INTO "teams" VALUES(66,'Akron','Akr','2009-03-11 00:47:45','2009-03-11 00:47:45');
2871
+ INSERT INTO "teams" VALUES(67,'Alabama','Ala','2009-03-11 00:47:45','2009-03-11 00:47:45');
2872
+ INSERT INTO "teams" VALUES(68,'Alabama State','ASt','2009-03-11 00:47:45','2009-03-11 00:47:45');
2873
+ INSERT INTO "teams" VALUES(69,'Albany','Alb','2009-03-11 00:47:45','2009-03-11 00:47:45');
2874
+ INSERT INTO "teams" VALUES(70,'Alcorn State','Alc','2009-03-11 00:47:45','2009-03-11 00:47:45');
2875
+ INSERT INTO "teams" VALUES(71,'Appalachian State','ApS','2009-03-11 00:47:45','2009-03-11 00:47:45');
2876
+ INSERT INTO "teams" VALUES(72,'Arizona State','ASU','2009-03-11 00:47:45','2009-03-11 00:47:45');
2877
+ INSERT INTO "teams" VALUES(73,'Arkansas State','AkS','2009-03-11 00:47:45','2009-03-11 00:47:45');
2878
+ INSERT INTO "teams" VALUES(74,'Arkansas-Little Rock','ALR','2009-03-11 00:47:45','2009-03-11 00:47:45');
2879
+ INSERT INTO "teams" VALUES(75,'Arkansas-Pine Bluff','APB','2009-03-11 00:47:45','2009-03-11 00:47:45');
2880
+ INSERT INTO "teams" VALUES(76,'Army','Arm','2009-03-11 00:47:45','2009-03-11 00:47:45');
2881
+ INSERT INTO "teams" VALUES(77,'Auburn','Aub','2009-03-11 00:47:45','2009-03-11 00:47:45');
2882
+ INSERT INTO "teams" VALUES(78,'Ball State','BaS','2009-03-11 00:47:45','2009-03-11 00:47:45');
2883
+ INSERT INTO "teams" VALUES(79,'Bethune-Cookman','BCk','2009-03-11 00:47:46','2009-03-11 00:47:46');
2884
+ INSERT INTO "teams" VALUES(80,'Binghamton','Bin','2009-03-11 00:47:46','2009-03-11 00:47:46');
2885
+ INSERT INTO "teams" VALUES(81,'Boston College','BC','2009-03-11 00:47:46','2009-03-11 00:47:46');
2886
+ INSERT INTO "teams" VALUES(82,'Boston University','BU','2009-03-11 00:47:46','2009-03-11 00:47:46');
2887
+ INSERT INTO "teams" VALUES(83,'Bowling Green','BG','2009-03-11 00:47:46','2009-03-11 00:47:46');
2888
+ INSERT INTO "teams" VALUES(84,'Bradley','Bra','2009-03-11 00:47:46','2009-03-11 00:47:46');
2889
+ INSERT INTO "teams" VALUES(85,'Brown','Bwn','2009-03-11 00:47:46','2009-03-11 00:47:46');
2890
+ INSERT INTO "teams" VALUES(86,'Bryant University','Bry','2009-03-11 00:47:46','2009-03-11 00:47:46');
2891
+ INSERT INTO "teams" VALUES(87,'Bucknell','Buk','2009-03-11 00:47:46','2009-03-11 00:47:46');
2892
+ INSERT INTO "teams" VALUES(88,'Buffalo','Buf','2009-03-11 00:47:46','2009-03-11 00:47:46');
2893
+ INSERT INTO "teams" VALUES(89,'Cal Poly','CPy','2009-03-11 00:47:46','2009-03-11 00:47:46');
2894
+ INSERT INTO "teams" VALUES(90,'Cal State Bakersfield','CSB','2009-03-11 00:47:46','2009-03-11 00:47:46');
2895
+ INSERT INTO "teams" VALUES(91,'Cal State Northridge','CSN','2009-03-11 00:47:46','2009-03-11 00:47:46');
2896
+ INSERT INTO "teams" VALUES(92,'California','Cal','2009-03-11 00:47:46','2009-03-11 00:47:46');
2897
+ INSERT INTO "teams" VALUES(93,'Campbell','Cmb','2009-03-11 00:47:46','2009-03-11 00:47:46');
2898
+ INSERT INTO "teams" VALUES(94,'Canisius','Can','2009-03-11 00:47:46','2009-03-11 00:47:46');
2899
+ INSERT INTO "teams" VALUES(95,'Centenary','Cen','2009-03-11 00:47:46','2009-03-11 00:47:46');
2900
+ INSERT INTO "teams" VALUES(96,'Central Arkansas','CAr','2009-03-11 00:47:46','2009-03-11 00:47:46');
2901
+ INSERT INTO "teams" VALUES(97,'Central Connecticut State','CCS','2009-03-11 00:47:46','2009-03-11 00:47:46');
2902
+ INSERT INTO "teams" VALUES(98,'Central Michigan','CMU','2009-03-11 00:47:46','2009-03-11 00:47:46');
2903
+ INSERT INTO "teams" VALUES(99,'Charleston','Ctn','2009-03-11 00:47:46','2009-03-11 00:47:46');
2904
+ INSERT INTO "teams" VALUES(100,'Charleston Southern','CSo','2009-03-11 00:47:46','2009-03-11 00:47:46');
2905
+ INSERT INTO "teams" VALUES(101,'Charlotte','Cha','2009-03-11 00:47:47','2009-03-11 00:47:47');
2906
+ INSERT INTO "teams" VALUES(102,'Chattanooga','Cht','2009-03-11 00:47:47','2009-03-11 00:47:47');
2907
+ INSERT INTO "teams" VALUES(103,'Chicago State','ChS','2009-03-11 00:47:47','2009-03-11 00:47:47');
2908
+ INSERT INTO "teams" VALUES(104,'Cincinnati','Cin','2009-03-11 00:47:47','2009-03-11 00:47:47');
2909
+ INSERT INTO "teams" VALUES(105,'Citadel','Cit','2009-03-11 00:47:47','2009-03-11 00:47:47');
2910
+ INSERT INTO "teams" VALUES(106,'Cleveland State','ClS','2009-03-11 00:47:47','2009-03-11 00:47:47');
2911
+ INSERT INTO "teams" VALUES(107,'Coastal Carolina','CCa','2009-03-11 00:47:47','2009-03-11 00:47:47');
2912
+ INSERT INTO "teams" VALUES(108,'Colgate','Cgt','2009-03-11 00:47:47','2009-03-11 00:47:47');
2913
+ INSERT INTO "teams" VALUES(109,'Colorado','Col','2009-03-11 00:47:47','2009-03-11 00:47:47');
2914
+ INSERT INTO "teams" VALUES(110,'Colorado State','CoS','2009-03-11 00:47:47','2009-03-11 00:47:47');
2915
+ INSERT INTO "teams" VALUES(111,'Coppin State','Cpn','2009-03-11 00:47:47','2009-03-11 00:47:47');
2916
+ INSERT INTO "teams" VALUES(112,'Creighton','Cgh','2009-03-11 00:47:47','2009-03-11 00:47:47');
2917
+ INSERT INTO "teams" VALUES(113,'Dartmouth','Drt','2009-03-11 00:47:47','2009-03-11 00:47:47');
2918
+ INSERT INTO "teams" VALUES(114,'Dayton','Day','2009-03-11 00:47:47','2009-03-11 00:47:47');
2919
+ INSERT INTO "teams" VALUES(115,'Delaware','Del','2009-03-11 00:47:47','2009-03-11 00:47:47');
2920
+ INSERT INTO "teams" VALUES(116,'Delaware State','DSt','2009-03-11 00:47:47','2009-03-11 00:47:47');
2921
+ INSERT INTO "teams" VALUES(117,'Denver','Den','2009-03-11 00:47:48','2009-03-11 00:47:48');
2922
+ INSERT INTO "teams" VALUES(118,'DePaul','DPl','2009-03-11 00:47:48','2009-03-11 00:47:48');
2923
+ INSERT INTO "teams" VALUES(119,'Detroit','Det','2009-03-11 00:47:48','2009-03-11 00:47:48');
2924
+ INSERT INTO "teams" VALUES(120,'Drexel','Drx','2009-03-11 00:47:48','2009-03-11 00:47:48');
2925
+ INSERT INTO "teams" VALUES(121,'Duquesne','Duq','2009-03-11 00:47:48','2009-03-11 00:47:48');
2926
+ INSERT INTO "teams" VALUES(122,'East Carolina','ECa','2009-03-11 00:47:48','2009-03-11 00:47:48');
2927
+ INSERT INTO "teams" VALUES(123,'East Tennessee State','ETS','2009-03-11 00:47:48','2009-03-11 00:47:48');
2928
+ INSERT INTO "teams" VALUES(124,'Eastern Illinois','EIl','2009-03-11 00:47:48','2009-03-11 00:47:48');
2929
+ INSERT INTO "teams" VALUES(125,'Eastern Kentucky','EKy','2009-03-11 00:47:48','2009-03-11 00:47:48');
2930
+ INSERT INTO "teams" VALUES(126,'Eastern Michigan','EMU','2009-03-11 00:47:48','2009-03-11 00:47:48');
2931
+ INSERT INTO "teams" VALUES(127,'Eastern Washington','EWa','2009-03-11 00:47:48','2009-03-11 00:47:48');
2932
+ INSERT INTO "teams" VALUES(128,'Elon','Eln','2009-03-11 00:47:48','2009-03-11 00:47:48');
2933
+ INSERT INTO "teams" VALUES(129,'Evansville','Evn','2009-03-11 00:47:48','2009-03-11 00:47:48');
2934
+ INSERT INTO "teams" VALUES(130,'Fairfield','Frf','2009-03-11 00:47:49','2009-03-11 00:47:49');
2935
+ INSERT INTO "teams" VALUES(131,'Fairleigh Dickinson','FDk','2009-03-11 00:47:49','2009-03-11 00:47:49');
2936
+ INSERT INTO "teams" VALUES(132,'Florida','Fla','2009-03-11 00:47:49','2009-03-11 00:47:49');
2937
+ INSERT INTO "teams" VALUES(133,'Florida A&M','FAM','2009-03-11 00:47:49','2009-03-11 00:47:49');
2938
+ INSERT INTO "teams" VALUES(134,'Florida Atlantic','FAt','2009-03-11 00:47:49','2009-03-11 00:47:49');
2939
+ INSERT INTO "teams" VALUES(135,'Florida Gulf Coast','FGC','2009-03-11 00:47:49','2009-03-11 00:47:49');
2940
+ INSERT INTO "teams" VALUES(136,'Florida International','FIn','2009-03-11 00:47:49','2009-03-11 00:47:49');
2941
+ INSERT INTO "teams" VALUES(137,'Florida State','FSU','2009-03-11 00:47:49','2009-03-11 00:47:49');
2942
+ INSERT INTO "teams" VALUES(138,'Fordham','Fdm','2009-03-11 00:47:49','2009-03-11 00:47:49');
2943
+ INSERT INTO "teams" VALUES(139,'Fresno State','FSt','2009-03-11 00:47:49','2009-03-11 00:47:49');
2944
+ INSERT INTO "teams" VALUES(140,'Furman','Fur','2009-03-11 00:47:49','2009-03-11 00:47:49');
2945
+ INSERT INTO "teams" VALUES(141,'Gardner-Webb','G-W','2009-03-11 00:47:49','2009-03-11 00:47:49');
2946
+ INSERT INTO "teams" VALUES(142,'George Washington','GWa','2009-03-11 00:47:50','2009-03-11 00:47:50');
2947
+ INSERT INTO "teams" VALUES(143,'Georgia Southern','GSo','2009-03-11 00:47:50','2009-03-11 00:47:50');
2948
+ INSERT INTO "teams" VALUES(144,'Georgia State','GSt','2009-03-11 00:47:50','2009-03-11 00:47:50');
2949
+ INSERT INTO "teams" VALUES(145,'Georgia Tech','GTc','2009-03-11 00:47:50','2009-03-11 00:47:50');
2950
+ INSERT INTO "teams" VALUES(146,'Grambling State','GrS','2009-03-11 00:47:50','2009-03-11 00:47:50');
2951
+ INSERT INTO "teams" VALUES(147,'Green Bay','GBy','2009-03-11 00:47:50','2009-03-11 00:47:50');
2952
+ INSERT INTO "teams" VALUES(148,'Hampton','Ham','2009-03-11 00:47:50','2009-03-11 00:47:50');
2953
+ INSERT INTO "teams" VALUES(149,'Hartford','Hrt','2009-03-11 00:47:50','2009-03-11 00:47:50');
2954
+ INSERT INTO "teams" VALUES(150,'Harvard','Hvd','2009-03-11 00:47:50','2009-03-11 00:47:50');
2955
+ INSERT INTO "teams" VALUES(151,'Hawaii','Haw','2009-03-11 00:47:50','2009-03-11 00:47:50');
2956
+ INSERT INTO "teams" VALUES(152,'High Point','HiP','2009-03-11 00:47:50','2009-03-11 00:47:50');
2957
+ INSERT INTO "teams" VALUES(153,'Hofstra','Hof','2009-03-11 00:47:50','2009-03-11 00:47:50');
2958
+ INSERT INTO "teams" VALUES(154,'Holy Cross','HCr','2009-03-11 00:47:50','2009-03-11 00:47:50');
2959
+ INSERT INTO "teams" VALUES(155,'Houston','Hou','2009-03-11 00:47:50','2009-03-11 00:47:50');
2960
+ INSERT INTO "teams" VALUES(156,'Houston Baptist','HBa','2009-03-11 00:47:50','2009-03-11 00:47:50');
2961
+ INSERT INTO "teams" VALUES(157,'Howard','How','2009-03-11 00:47:50','2009-03-11 00:47:50');
2962
+ INSERT INTO "teams" VALUES(158,'Idaho','Ida','2009-03-11 00:47:50','2009-03-11 00:47:50');
2963
+ INSERT INTO "teams" VALUES(159,'Idaho State','ISt','2009-03-11 00:47:51','2009-03-11 00:47:51');
2964
+ INSERT INTO "teams" VALUES(160,'Illinois','Ill','2009-03-11 00:47:51','2009-03-16 05:41:09');
2965
+ INSERT INTO "teams" VALUES(161,'Illinois State','IlS','2009-03-11 00:47:51','2009-03-11 00:47:51');
2966
+ INSERT INTO "teams" VALUES(162,'Illinois-Chicago','IlC','2009-03-11 00:47:51','2009-03-11 00:47:51');
2967
+ INSERT INTO "teams" VALUES(163,'Indiana State','InS','2009-03-11 00:47:51','2009-03-11 00:47:51');
2968
+ INSERT INTO "teams" VALUES(164,'Iona','Ina','2009-03-11 00:47:51','2009-03-11 00:47:51');
2969
+ INSERT INTO "teams" VALUES(165,'Iowa','Iwa','2009-03-11 00:47:51','2009-03-11 00:47:51');
2970
+ INSERT INTO "teams" VALUES(166,'IPFW','IPF','2009-03-11 00:47:51','2009-03-11 00:47:51');
2971
+ INSERT INTO "teams" VALUES(167,'IUPUI','IUP','2009-03-11 00:47:51','2009-03-11 00:47:51');
2972
+ INSERT INTO "teams" VALUES(168,'Jackson State','JSt','2009-03-11 00:47:51','2009-03-11 00:47:51');
2973
+ INSERT INTO "teams" VALUES(169,'Jacksonville','Jck','2009-03-11 00:47:51','2009-03-11 00:47:51');
2974
+ INSERT INTO "teams" VALUES(170,'Jacksonville State','JkS','2009-03-11 00:47:51','2009-03-11 00:47:51');
2975
+ INSERT INTO "teams" VALUES(171,'James Madison','JmM','2009-03-11 00:47:51','2009-03-11 00:47:51');
2976
+ INSERT INTO "teams" VALUES(172,'Kennesaw State','KnS','2009-03-11 00:47:51','2009-03-11 00:47:51');
2977
+ INSERT INTO "teams" VALUES(173,'La Salle','LSa','2009-03-11 00:47:51','2009-03-11 00:47:51');
2978
+ INSERT INTO "teams" VALUES(174,'Lafayette','Laf','2009-03-11 00:47:51','2009-03-11 00:47:51');
2979
+ INSERT INTO "teams" VALUES(175,'Lamar','Lam','2009-03-11 00:47:51','2009-03-11 00:47:51');
2980
+ INSERT INTO "teams" VALUES(176,'Lehigh','Leh','2009-03-11 00:47:51','2009-03-11 00:47:51');
2981
+ INSERT INTO "teams" VALUES(177,'Liberty','Lib','2009-03-11 00:47:52','2009-03-11 00:47:52');
2982
+ INSERT INTO "teams" VALUES(178,'Lipscomb','Lip','2009-03-11 00:47:52','2009-03-11 00:47:52');
2983
+ INSERT INTO "teams" VALUES(179,'Long Beach State','LBS','2009-03-11 00:47:52','2009-03-11 00:47:52');
2984
+ INSERT INTO "teams" VALUES(180,'Long Island','LI','2009-03-11 00:47:52','2009-03-11 00:47:52');
2985
+ INSERT INTO "teams" VALUES(181,'Longwood','Lgw','2009-03-11 00:47:52','2009-03-11 00:47:52');
2986
+ INSERT INTO "teams" VALUES(182,'Louisiana Tech','LaT','2009-03-11 00:47:52','2009-03-11 00:47:52');
2987
+ INSERT INTO "teams" VALUES(183,'Louisiana-Lafayette','LaL','2009-03-11 00:47:52','2009-03-11 00:47:52');
2988
+ INSERT INTO "teams" VALUES(184,'Louisiana-Monroe','LaM','2009-03-11 00:47:52','2009-03-11 00:47:52');
2989
+ INSERT INTO "teams" VALUES(185,'Loyola (IL)','LIL','2009-03-11 00:47:52','2009-03-11 00:47:52');
2990
+ INSERT INTO "teams" VALUES(186,'Loyola (MD)','LMD','2009-03-11 00:47:52','2009-03-11 00:47:52');
2991
+ INSERT INTO "teams" VALUES(187,'Loyola Marymount','Loy','2009-03-11 00:47:52','2009-03-11 00:47:52');
2992
+ INSERT INTO "teams" VALUES(188,'LSU','LSU','2009-03-11 00:47:52','2009-03-11 00:47:52');
2993
+ INSERT INTO "teams" VALUES(189,'Maine','Mne','2009-03-11 00:47:52','2009-03-11 00:47:52');
2994
+ INSERT INTO "teams" VALUES(190,'Manhattan','Man','2009-03-11 00:47:52','2009-03-11 00:47:52');
2995
+ INSERT INTO "teams" VALUES(191,'Marist','Mst','2009-03-11 00:47:52','2009-03-11 00:47:52');
2996
+ INSERT INTO "teams" VALUES(192,'Marshall','Msh','2009-03-11 00:47:52','2009-03-11 00:47:52');
2997
+ INSERT INTO "teams" VALUES(193,'Maryland','Mry','2009-03-11 00:47:52','2009-03-11 00:47:52');
2998
+ INSERT INTO "teams" VALUES(194,'Maryland-Eastern Shore','MES','2009-03-11 00:47:52','2009-03-11 00:47:52');
2999
+ INSERT INTO "teams" VALUES(195,'Massachusetts','Mas','2009-03-11 00:47:52','2009-03-11 00:47:52');
3000
+ INSERT INTO "teams" VALUES(196,'McNeese State','McN','2009-03-11 00:47:52','2009-03-11 00:47:52');
3001
+ INSERT INTO "teams" VALUES(197,'Mercer','Mer','2009-03-11 00:47:53','2009-03-11 00:47:53');
3002
+ INSERT INTO "teams" VALUES(198,'Miami (OH)','MOH','2009-03-11 00:47:53','2009-03-11 00:47:53');
3003
+ INSERT INTO "teams" VALUES(199,'Michigan','UM','2009-03-11 00:47:53','2009-03-11 00:47:53');
3004
+ INSERT INTO "teams" VALUES(200,'Middle Tennessee State','MTS','2009-03-11 00:47:53','2009-03-11 00:47:53');
3005
+ INSERT INTO "teams" VALUES(201,'Milwaukee','Mil','2009-03-11 00:47:53','2009-03-11 00:47:53');
3006
+ INSERT INTO "teams" VALUES(202,'Minnesota','Min','2009-03-11 00:47:53','2009-03-11 00:47:53');
3007
+ INSERT INTO "teams" VALUES(203,'Mississippi','Mis','2009-03-11 00:47:53','2009-03-11 00:47:53');
3008
+ INSERT INTO "teams" VALUES(204,'Missouri','Msr','2009-03-11 00:47:53','2009-03-11 00:47:53');
3009
+ INSERT INTO "teams" VALUES(205,'Missouri State','MsS','2009-03-11 00:47:53','2009-03-11 00:47:53');
3010
+ INSERT INTO "teams" VALUES(206,'Monmouth','Mnm','2009-03-11 00:47:53','2009-03-11 00:47:53');
3011
+ INSERT INTO "teams" VALUES(207,'Montana','Mon','2009-03-11 00:47:53','2009-03-11 00:47:53');
3012
+ INSERT INTO "teams" VALUES(208,'Montana State','MoS','2009-03-11 00:47:53','2009-03-11 00:47:53');
3013
+ INSERT INTO "teams" VALUES(209,'Morehead State','MrS','2009-03-11 00:47:53','2009-03-11 00:47:53');
3014
+ INSERT INTO "teams" VALUES(210,'Morgan State','MgS','2009-03-11 00:47:53','2009-03-11 00:47:53');
3015
+ INSERT INTO "teams" VALUES(211,'Murray State','Mur','2009-03-11 00:47:53','2009-03-11 00:47:53');
3016
+ INSERT INTO "teams" VALUES(212,'N.J.I.T.','NJI','2009-03-11 00:47:53','2009-03-11 00:47:53');
3017
+ INSERT INTO "teams" VALUES(213,'Navy','Nvy','2009-03-11 00:47:53','2009-03-11 00:47:53');
3018
+ INSERT INTO "teams" VALUES(214,'Nebraska','Neb','2009-03-11 00:47:53','2009-03-11 00:47:53');
3019
+ INSERT INTO "teams" VALUES(215,'Nevada','Nev','2009-03-11 00:47:53','2009-03-11 00:47:53');
3020
+ INSERT INTO "teams" VALUES(216,'New Hampshire','NHa','2009-03-11 00:47:54','2009-03-11 00:47:54');
3021
+ INSERT INTO "teams" VALUES(217,'New Mexico','NMx','2009-03-11 00:47:54','2009-03-11 00:47:54');
3022
+ INSERT INTO "teams" VALUES(218,'New Mexico State','NMS','2009-03-11 00:47:54','2009-03-11 00:47:54');
3023
+ INSERT INTO "teams" VALUES(219,'New Orleans','NOr','2009-03-11 00:47:54','2009-03-11 00:47:54');
3024
+ INSERT INTO "teams" VALUES(220,'Niagara','Nia','2009-03-11 00:47:54','2009-03-11 00:47:54');
3025
+ INSERT INTO "teams" VALUES(221,'Nicholls State','Nic','2009-03-11 00:47:54','2009-03-11 00:47:54');
3026
+ INSERT INTO "teams" VALUES(222,'Norfolk State','Nfk','2009-03-11 00:47:54','2009-03-11 00:47:54');
3027
+ INSERT INTO "teams" VALUES(223,'North Carolina A&T','NC&','2009-03-11 00:47:54','2009-03-11 00:47:54');
3028
+ INSERT INTO "teams" VALUES(224,'North Carolina Central','NCC','2009-03-11 00:47:54','2009-03-11 00:47:54');
3029
+ INSERT INTO "teams" VALUES(225,'North Carolina State','NCS','2009-03-11 00:47:54','2009-03-11 00:47:54');
3030
+ INSERT INTO "teams" VALUES(226,'North Carolina-Asheville','NCA','2009-03-11 00:47:54','2009-03-11 00:47:54');
3031
+ INSERT INTO "teams" VALUES(227,'North Carolina-Wilmington','NCW','2009-03-11 00:47:54','2009-03-11 00:47:54');
3032
+ INSERT INTO "teams" VALUES(228,'North Dakota','NDk','2009-03-11 00:47:54','2009-03-11 00:47:54');
3033
+ INSERT INTO "teams" VALUES(229,'North Dakota State','NDS','2009-03-11 00:47:54','2009-03-11 00:47:54');
3034
+ INSERT INTO "teams" VALUES(230,'North Florida','NFl','2009-03-11 00:47:55','2009-03-11 00:47:55');
3035
+ INSERT INTO "teams" VALUES(231,'North Texas','NTx','2009-03-11 00:47:55','2009-03-11 00:47:55');
3036
+ INSERT INTO "teams" VALUES(232,'Northeastern','Nea','2009-03-11 00:47:55','2009-03-11 00:47:55');
3037
+ INSERT INTO "teams" VALUES(233,'Northern Arizona','NAr','2009-03-11 00:47:55','2009-03-11 00:47:55');
3038
+ INSERT INTO "teams" VALUES(234,'Northern Colorado','NCo','2009-03-11 00:47:55','2009-03-11 00:47:55');
3039
+ INSERT INTO "teams" VALUES(235,'Northern Illinois','NIl','2009-03-11 00:47:55','2009-03-11 00:47:55');
3040
+ INSERT INTO "teams" VALUES(236,'Northern Iowa','NIo','2009-03-11 00:47:55','2009-03-11 00:47:55');
3041
+ INSERT INTO "teams" VALUES(237,'Northwestern','NW','2009-03-11 00:47:55','2009-03-11 00:47:55');
3042
+ INSERT INTO "teams" VALUES(238,'Northwestern State','NWS','2009-03-11 00:47:55','2009-03-11 00:47:55');
3043
+ INSERT INTO "teams" VALUES(239,'Oakland','Oak','2009-03-11 00:47:55','2009-03-11 00:47:55');
3044
+ INSERT INTO "teams" VALUES(240,'Ohio','Ohi','2009-03-11 00:47:55','2009-03-11 00:47:55');
3045
+ INSERT INTO "teams" VALUES(241,'Ohio State','OSU','2009-03-11 00:47:55','2009-03-11 00:47:55');
3046
+ INSERT INTO "teams" VALUES(242,'Oklahoma State','OkS','2009-03-11 00:47:55','2009-03-11 00:47:55');
3047
+ INSERT INTO "teams" VALUES(243,'Old Dominion','OD','2009-03-11 00:47:55','2009-03-11 00:47:55');
3048
+ INSERT INTO "teams" VALUES(244,'Oregon State','OrS','2009-03-11 00:47:55','2009-03-11 00:47:55');
3049
+ INSERT INTO "teams" VALUES(245,'Pacific','Pac','2009-03-11 00:47:55','2009-03-11 00:47:55');
3050
+ INSERT INTO "teams" VALUES(246,'Penn State','PSU','2009-03-11 00:47:55','2009-03-11 00:47:55');
3051
+ INSERT INTO "teams" VALUES(247,'Pennsylvania','Pen','2009-03-11 00:47:55','2009-03-11 00:47:55');
3052
+ INSERT INTO "teams" VALUES(248,'Pepperdine','Pep','2009-03-11 00:47:56','2009-03-11 00:47:56');
3053
+ INSERT INTO "teams" VALUES(249,'Portland','Por','2009-03-11 00:47:56','2009-03-11 00:47:56');
3054
+ INSERT INTO "teams" VALUES(250,'Prairie View A&M','PV&','2009-03-11 00:47:56','2009-03-11 00:47:56');
3055
+ INSERT INTO "teams" VALUES(251,'Presbyterian','Pby','2009-03-11 00:47:56','2009-03-11 00:47:56');
3056
+ INSERT INTO "teams" VALUES(252,'Princeton','Pri','2009-03-11 00:47:56','2009-03-11 00:47:56');
3057
+ INSERT INTO "teams" VALUES(253,'Providence','Pro','2009-03-11 00:47:56','2009-03-11 00:47:56');
3058
+ INSERT INTO "teams" VALUES(254,'Quinnipiac','Qui','2009-03-11 00:47:56','2009-03-11 00:47:56');
3059
+ INSERT INTO "teams" VALUES(255,'Radford','Rad','2009-03-11 00:47:56','2009-03-11 00:47:56');
3060
+ INSERT INTO "teams" VALUES(256,'Rhode Island','RI','2009-03-11 00:47:56','2009-03-11 00:47:56');
3061
+ INSERT INTO "teams" VALUES(257,'Rice','Ric','2009-03-11 00:47:56','2009-03-11 00:47:56');
3062
+ INSERT INTO "teams" VALUES(258,'Richmond','Rch','2009-03-11 00:47:56','2009-03-11 00:47:56');
3063
+ INSERT INTO "teams" VALUES(259,'Rider','Rid','2009-03-11 00:47:56','2009-03-11 00:47:56');
3064
+ INSERT INTO "teams" VALUES(260,'Robert Morris','RbM','2009-03-11 00:47:56','2009-03-11 00:47:56');
3065
+ INSERT INTO "teams" VALUES(261,'Rutgers','R','2009-03-11 00:47:56','2009-03-11 00:47:56');
3066
+ INSERT INTO "teams" VALUES(262,'Sacramento State','SSt','2009-03-11 00:47:56','2009-03-11 00:47:56');
3067
+ INSERT INTO "teams" VALUES(263,'Sacred Heart','ScH','2009-03-11 00:47:56','2009-03-11 00:47:56');
3068
+ INSERT INTO "teams" VALUES(264,'Saint Louis','StL','2009-03-11 00:47:56','2009-03-11 00:47:56');
3069
+ INSERT INTO "teams" VALUES(265,'Sam Houston State','SHS','2009-03-11 00:47:56','2009-03-11 00:47:56');
3070
+ INSERT INTO "teams" VALUES(266,'Samford','Sam','2009-03-11 00:47:57','2009-03-11 00:47:57');
3071
+ INSERT INTO "teams" VALUES(267,'San Diego State','SDS','2009-03-11 00:47:57','2009-03-11 00:47:57');
3072
+ INSERT INTO "teams" VALUES(268,'San Francisco','SF','2009-03-11 00:47:57','2009-03-11 00:47:57');
3073
+ INSERT INTO "teams" VALUES(269,'San Jose State','SJS','2009-03-11 00:47:57','2009-03-11 00:47:57');
3074
+ INSERT INTO "teams" VALUES(270,'Santa Clara','StC','2009-03-11 00:47:57','2009-03-11 00:47:57');
3075
+ INSERT INTO "teams" VALUES(271,'Savannah State','Sav','2009-03-11 00:47:57','2009-03-11 00:47:57');
3076
+ INSERT INTO "teams" VALUES(272,'Seattle','Sea','2009-03-11 00:47:57','2009-03-11 00:47:57');
3077
+ INSERT INTO "teams" VALUES(273,'Seton Hall','Stn','2009-03-11 00:47:57','2009-03-11 00:47:57');
3078
+ INSERT INTO "teams" VALUES(274,'SIU Edwardsville','SIU','2009-03-11 00:47:57','2009-03-11 00:47:57');
3079
+ INSERT INTO "teams" VALUES(275,'South Carolina','SCa','2009-03-11 00:47:57','2009-03-11 00:47:57');
3080
+ INSERT INTO "teams" VALUES(276,'South Carolina State','SCS','2009-03-11 00:47:57','2009-03-11 00:47:57');
3081
+ INSERT INTO "teams" VALUES(277,'South Dakota','SDk','2009-03-11 00:47:57','2009-03-11 00:47:57');
3082
+ INSERT INTO "teams" VALUES(278,'South Florida','SFl','2009-03-11 00:47:57','2009-03-11 00:47:57');
3083
+ INSERT INTO "teams" VALUES(279,'Southeast Missouri State','SMS','2009-03-11 00:47:57','2009-03-11 00:47:57');
3084
+ INSERT INTO "teams" VALUES(280,'Southeastern Louisiana','SeL','2009-03-11 00:47:57','2009-03-11 00:47:57');
3085
+ INSERT INTO "teams" VALUES(281,'Southern Illinois','SIl','2009-03-11 00:47:57','2009-03-11 00:47:57');
3086
+ INSERT INTO "teams" VALUES(282,'Southern Methodist','SMt','2009-03-11 00:47:57','2009-03-11 00:47:57');
3087
+ INSERT INTO "teams" VALUES(283,'Southern Miss','SMs','2009-03-11 00:47:57','2009-03-11 00:47:57');
3088
+ INSERT INTO "teams" VALUES(284,'Southern University','Sou','2009-03-11 00:47:57','2009-03-11 00:47:57');
3089
+ INSERT INTO "teams" VALUES(285,'Southern Utah','SUt','2009-03-11 00:47:57','2009-03-11 00:47:57');
3090
+ INSERT INTO "teams" VALUES(286,'St. Bonaventure','StB','2009-03-11 00:47:57','2009-03-11 00:47:57');
3091
+ INSERT INTO "teams" VALUES(287,'St. Francis (NY)','SFN','2009-03-11 00:47:57','2009-03-11 00:47:57');
3092
+ INSERT INTO "teams" VALUES(288,'St. Francis (PA)','SFP','2009-03-11 00:47:58','2009-03-11 00:47:58');
3093
+ INSERT INTO "teams" VALUES(289,'St. John''s','SJn','2009-03-11 00:47:58','2009-03-11 00:47:58');
3094
+ INSERT INTO "teams" VALUES(290,'St. Peter''s','StP','2009-03-11 00:47:58','2009-03-11 00:47:58');
3095
+ INSERT INTO "teams" VALUES(291,'Stephen F. Austin','SFA','2009-03-11 00:47:58','2009-03-11 00:47:58');
3096
+ INSERT INTO "teams" VALUES(292,'Stetson','Sts','2009-03-11 00:47:58','2009-03-11 00:47:58');
3097
+ INSERT INTO "teams" VALUES(293,'Syracuse','Syr','2009-03-11 00:47:58','2009-03-11 00:47:58');
3098
+ INSERT INTO "teams" VALUES(294,'TCU','TCU','2009-03-11 00:47:58','2009-03-11 00:47:58');
3099
+ INSERT INTO "teams" VALUES(295,'Tennessee State','TSt','2009-03-11 00:47:58','2009-03-11 00:47:58');
3100
+ INSERT INTO "teams" VALUES(296,'Tennessee Tech','TTc','2009-03-11 00:47:58','2009-03-11 00:47:58');
3101
+ INSERT INTO "teams" VALUES(297,'Tennessee-Martin','TnM','2009-03-11 00:47:58','2009-03-11 00:47:58');
3102
+ INSERT INTO "teams" VALUES(298,'Texas A&M-CC','TAC','2009-03-11 00:47:58','2009-03-11 00:47:58');
3103
+ INSERT INTO "teams" VALUES(299,'Texas Southern','TxS','2009-03-11 00:47:58','2009-03-11 00:47:58');
3104
+ INSERT INTO "teams" VALUES(300,'Texas-Pan American','TPA','2009-03-11 00:47:58','2009-03-11 00:47:58');
3105
+ INSERT INTO "teams" VALUES(301,'Texas-San Antonio','TSA','2009-03-11 00:47:58','2009-03-11 00:47:58');
3106
+ INSERT INTO "teams" VALUES(302,'Toledo','Tol','2009-03-11 00:47:58','2009-03-11 00:47:58');
3107
+ INSERT INTO "teams" VALUES(303,'Towson','Tow','2009-03-11 00:47:58','2009-03-11 00:47:58');
3108
+ INSERT INTO "teams" VALUES(304,'Troy','Try','2009-03-11 00:47:58','2009-03-11 00:47:58');
3109
+ INSERT INTO "teams" VALUES(305,'Tulane','Tln','2009-03-11 00:47:58','2009-03-11 00:47:58');
3110
+ INSERT INTO "teams" VALUES(306,'Tulsa','Tul','2009-03-11 00:47:58','2009-03-11 00:47:58');
3111
+ INSERT INTO "teams" VALUES(307,'UAB','UAB','2009-03-11 00:47:58','2009-03-11 00:47:58');
3112
+ INSERT INTO "teams" VALUES(308,'UC Davis','UCD','2009-03-11 00:47:59','2009-03-11 00:47:59');
3113
+ INSERT INTO "teams" VALUES(309,'UC Irvine','UCI','2009-03-11 00:47:59','2009-03-11 00:47:59');
3114
+ INSERT INTO "teams" VALUES(310,'UC Riverside','UCR','2009-03-11 00:47:59','2009-03-11 00:47:59');
3115
+ INSERT INTO "teams" VALUES(311,'UC Santa Barbara','SB','2009-03-11 00:47:59','2009-03-11 00:47:59');
3116
+ INSERT INTO "teams" VALUES(312,'UCF','UCF','2009-03-11 00:47:59','2009-03-11 00:47:59');
3117
+ INSERT INTO "teams" VALUES(313,'UMKC','UMK','2009-03-11 00:47:59','2009-03-11 00:47:59');
3118
+ INSERT INTO "teams" VALUES(314,'UNC Greensboro','UNG','2009-03-11 00:47:59','2009-03-11 00:47:59');
3119
+ INSERT INTO "teams" VALUES(315,'USC Upstate','UsU','2009-03-11 00:47:59','2009-03-11 00:47:59');
3120
+ INSERT INTO "teams" VALUES(316,'Utah','Uta','2009-03-11 00:47:59','2009-03-11 00:47:59');
3121
+ INSERT INTO "teams" VALUES(317,'Utah State','USt','2009-03-11 00:47:59','2009-03-11 00:47:59');
3122
+ INSERT INTO "teams" VALUES(318,'Utah Valley','UVa','2009-03-11 00:47:59','2009-03-11 00:47:59');
3123
+ INSERT INTO "teams" VALUES(319,'UTEP','UTP','2009-03-11 00:47:59','2009-03-11 00:47:59');
3124
+ INSERT INTO "teams" VALUES(320,'Valparaiso','Val','2009-03-11 00:47:59','2009-03-11 00:47:59');
3125
+ INSERT INTO "teams" VALUES(321,'Vermont','Ver','2009-03-11 00:47:59','2009-03-11 00:47:59');
3126
+ INSERT INTO "teams" VALUES(322,'Virginia','VA','2009-03-11 00:47:59','2009-03-11 00:47:59');
3127
+ INSERT INTO "teams" VALUES(323,'Virginia Commonwealth','VAC','2009-03-11 00:47:59','2009-03-11 00:47:59');
3128
+ INSERT INTO "teams" VALUES(324,'Virginia Military','VAM','2009-03-11 00:47:59','2009-03-11 00:47:59');
3129
+ INSERT INTO "teams" VALUES(325,'Virginia Tech','VAT','2009-03-11 00:48:00','2009-03-11 00:48:00');
3130
+ INSERT INTO "teams" VALUES(326,'Wagner','Wag','2009-03-11 00:48:00','2009-03-11 00:48:00');
3131
+ INSERT INTO "teams" VALUES(327,'Wake Forest','WkF','2009-03-11 00:48:00','2009-03-11 00:48:00');
3132
+ INSERT INTO "teams" VALUES(328,'Washington','Was','2009-03-11 00:48:00','2009-03-11 00:48:00');
3133
+ INSERT INTO "teams" VALUES(329,'Weber State','Web','2009-03-11 00:48:00','2009-03-11 00:48:00');
3134
+ INSERT INTO "teams" VALUES(330,'Western Carolina','WCa','2009-03-11 00:48:00','2009-03-11 00:48:00');
3135
+ INSERT INTO "teams" VALUES(331,'Western Illinois','WIl','2009-03-11 00:48:00','2009-03-11 00:48:00');
3136
+ INSERT INTO "teams" VALUES(332,'Western Michigan','WMi','2009-03-11 00:48:00','2009-03-11 00:48:00');
3137
+ INSERT INTO "teams" VALUES(333,'Wichita State','WiS','2009-03-11 00:48:00','2009-03-11 00:48:00');
3138
+ INSERT INTO "teams" VALUES(334,'William & Mary','W&M','2009-03-11 00:48:00','2009-03-11 00:48:00');
3139
+ INSERT INTO "teams" VALUES(335,'Winston-Salem','W-S','2009-03-11 00:48:00','2009-03-11 00:48:00');
3140
+ INSERT INTO "teams" VALUES(336,'Wofford','Wof','2009-03-11 00:48:00','2009-03-11 00:48:00');
3141
+ INSERT INTO "teams" VALUES(337,'Wright State','WrS','2009-03-11 00:48:00','2009-03-11 00:48:00');
3142
+ INSERT INTO "teams" VALUES(338,'Wyoming','Wy','2009-03-11 00:48:00','2009-03-11 00:48:00');
3143
+ INSERT INTO "teams" VALUES(339,'Yale','Yal','2009-03-11 00:48:00','2009-03-11 00:48:00');
3144
+ INSERT INTO "teams" VALUES(340,'Youngstown State','YSt','2009-03-11 00:48:00','2009-03-11 00:48:00');
3145
+ INSERT INTO "teams" VALUES(342,'TBD','TBD','2009-03-16 05:42:02','2009-03-16 05:42:02');
3146
+ CREATE TABLE "seedings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pool_id" integer, "team_id" integer, "region" varchar(255), "seed" integer, "created_at" datetime, "updated_at" datetime);
3147
+ INSERT INTO "seedings" VALUES(1,1,11,'Midwest',1,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3148
+ INSERT INTO "seedings" VALUES(2,1,37,'Midwest',2,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3149
+ INSERT INTO "seedings" VALUES(3,1,17,'Midwest',3,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3150
+ INSERT INTO "seedings" VALUES(4,1,327,'Midwest',4,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3151
+ INSERT INTO "seedings" VALUES(5,1,316,'Midwest',5,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3152
+ INSERT INTO "seedings" VALUES(6,1,61,'Midwest',6,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3153
+ INSERT INTO "seedings" VALUES(7,1,81,'Midwest',7,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3154
+ INSERT INTO "seedings" VALUES(8,1,241,'Midwest',8,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3155
+ INSERT INTO "seedings" VALUES(9,1,24,'Midwest',9,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3156
+ INSERT INTO "seedings" VALUES(10,1,25,'Midwest',10,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3157
+ INSERT INTO "seedings" VALUES(11,1,114,'Midwest',11,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3158
+ INSERT INTO "seedings" VALUES(12,1,62,'Midwest',12,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3159
+ INSERT INTO "seedings" VALUES(13,1,106,'Midwest',13,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3160
+ INSERT INTO "seedings" VALUES(14,1,229,'Midwest',14,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3161
+ INSERT INTO "seedings" VALUES(15,1,260,'Midwest',15,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3162
+ INSERT INTO "seedings" VALUES(16,1,55,'West',1,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3163
+ INSERT INTO "seedings" VALUES(17,1,33,'West',2,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3164
+ INSERT INTO "seedings" VALUES(18,1,204,'West',3,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3165
+ INSERT INTO "seedings" VALUES(19,1,328,'West',4,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3166
+ INSERT INTO "seedings" VALUES(20,1,57,'West',5,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3167
+ INSERT INTO "seedings" VALUES(21,1,41,'West',6,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3168
+ INSERT INTO "seedings" VALUES(22,1,92,'West',7,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3169
+ INSERT INTO "seedings" VALUES(23,1,51,'West',8,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3170
+ INSERT INTO "seedings" VALUES(24,1,52,'West',9,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3171
+ INSERT INTO "seedings" VALUES(25,1,193,'West',10,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3172
+ INSERT INTO "seedings" VALUES(26,1,317,'West',11,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3173
+ INSERT INTO "seedings" VALUES(27,1,236,'West',12,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3174
+ INSERT INTO "seedings" VALUES(28,1,35,'West',13,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3175
+ INSERT INTO "seedings" VALUES(29,1,44,'West',14,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3176
+ INSERT INTO "seedings" VALUES(30,1,91,'West',15,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3177
+ INSERT INTO "seedings" VALUES(31,1,102,'West',16,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3178
+ INSERT INTO "seedings" VALUES(32,1,39,'East',1,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3179
+ INSERT INTO "seedings" VALUES(33,1,63,'East',2,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3180
+ INSERT INTO "seedings" VALUES(34,1,22,'East',3,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3181
+ INSERT INTO "seedings" VALUES(35,1,59,'East',4,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3182
+ INSERT INTO "seedings" VALUES(36,1,137,'East',5,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3183
+ INSERT INTO "seedings" VALUES(37,1,49,'East',6,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3184
+ INSERT INTO "seedings" VALUES(38,1,47,'East',7,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3185
+ INSERT INTO "seedings" VALUES(39,1,242,'East',8,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3186
+ INSERT INTO "seedings" VALUES(40,1,15,'East',9,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3187
+ INSERT INTO "seedings" VALUES(41,1,202,'East',10,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3188
+ INSERT INTO "seedings" VALUES(42,1,323,'East',11,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3189
+ INSERT INTO "seedings" VALUES(43,1,27,'East',12,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3190
+ INSERT INTO "seedings" VALUES(44,1,18,'East',13,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3191
+ INSERT INTO "seedings" VALUES(45,1,16,'East',14,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3192
+ INSERT INTO "seedings" VALUES(46,1,80,'East',15,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3193
+ INSERT INTO "seedings" VALUES(47,1,123,'East',16,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3194
+ INSERT INTO "seedings" VALUES(48,1,1,'South',1,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3195
+ INSERT INTO "seedings" VALUES(49,1,9,'South',2,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3196
+ INSERT INTO "seedings" VALUES(50,1,293,'South',3,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3197
+ INSERT INTO "seedings" VALUES(51,1,29,'South',4,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3198
+ INSERT INTO "seedings" VALUES(52,1,160,'South',5,'2009-03-16 01:28:12','2009-03-16 05:06:57');
3199
+ INSERT INTO "seedings" VALUES(53,1,72,'South',6,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3200
+ INSERT INTO "seedings" VALUES(54,1,21,'South',7,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3201
+ INSERT INTO "seedings" VALUES(55,1,188,'South',8,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3202
+ INSERT INTO "seedings" VALUES(56,1,13,'South',9,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3203
+ INSERT INTO "seedings" VALUES(57,1,199,'South',10,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3204
+ INSERT INTO "seedings" VALUES(58,1,38,'South',11,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3205
+ INSERT INTO "seedings" VALUES(59,1,54,'South',12,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3206
+ INSERT INTO "seedings" VALUES(60,1,66,'South',13,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3207
+ INSERT INTO "seedings" VALUES(61,1,291,'South',14,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3208
+ INSERT INTO "seedings" VALUES(62,1,210,'South',15,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3209
+ INSERT INTO "seedings" VALUES(63,1,255,'South',16,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3210
+ INSERT INTO "seedings" VALUES(64,1,NULL,'Midwest',16,'2009-03-16 01:32:46','2009-03-16 01:32:46');
3211
+ INSERT INTO "seedings" VALUES(65,1,NULL,'Midwest',16,'2009-03-16 01:33:45','2009-03-16 01:33:45');
3212
+ INSERT INTO "seedings" VALUES(66,1,NULL,'Midwest',16,'2009-03-16 05:07:15','2009-03-16 05:07:15');
3213
+ INSERT INTO "seedings" VALUES(67,1,209,'Midwest',16,'2009-03-16 05:42:02','2009-03-18 02:47:04');
3214
+ CREATE TABLE "regions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pool_id" integer, "name" varchar(255), "position" integer, "created_at" datetime, "updated_at" datetime);
3215
+ INSERT INTO "regions" VALUES(1,1,'Midwest',0,'2009-03-16 01:28:10','2009-03-16 01:28:10');
3216
+ INSERT INTO "regions" VALUES(2,1,'West',1,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3217
+ INSERT INTO "regions" VALUES(3,1,'East',2,'2009-03-16 01:28:11','2009-03-16 01:28:11');
3218
+ INSERT INTO "regions" VALUES(4,1,'South',3,'2009-03-16 01:28:12','2009-03-16 01:28:12');
3219
+ CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version");
3220
+ CREATE UNIQUE INDEX "index_users_on_login" ON "users" ("login");
3221
+ CREATE INDEX "index_entries_on_user_id" ON "entries" ("user_id");
3222
+ CREATE INDEX "index_entries_on_pool_id" ON "entries" ("pool_id");
3223
+ COMMIT;