-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvoltageshows.html
967 lines (783 loc) · 31.9 KB
/
voltageshows.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Voltage -- Shows to be (at)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script src="scroll.js"></script>
<LINK REL=StyleSheet HREF="styles.css" TYPE="text/css" MEDIA=screen>
<script language="javascript">
function microsoftkeypress(){
//alert("key pressed:" + event.keyCode);
unitedbrowserkeypress(event.keyCode);
}
function nutscrapekeypress(e)
{
// alert("key pressed:" + e.which);
unitedbrowserkeypress(e.which);
}
//deal with netscape b.l.u.
if(navigator.appName == "Netscape"){
document.captureEvents(Event.KEYPRESS);
document.onkeypress = nutscrapekeypress;
}
else document.onkeypress = microsoftkeypress;
function unitedbrowserkeypress(keyPressed){
if((keyPressed == 102) || (keyPressed == 70)){ //Forward || f
ScrollOnce(25);
}
else if((keyPressed == 98) || (keyPressed == 66)){ //Backward || b
ScrollOnce(-25);
}
else if((keyPressed == 97) || (keyPressed == 65)){ //A -- detroit art
window.open("http://www.detroitartspace.10eastern.com/");
}
else if((keyPressed == 67) || (keyPressed == 99)){ //C -- paperrad
window.open("http://www.paperrad.org/");
//document.location = "http://www.paperrad.org/");
}
else if((keyPressed == 68) || (keyPressed == 100)){ //D -- past shows
// document.location = ("http://www.bangbangband.com/");
window.open("http://www.bangbangband.com/");
}
else if((keyPressed == 69) || (keyPressed == 101)){ //E -- pengo
window.open("http://www.carbonrecords.com/bands/pengo/index.html");
}
else if((keyPressed == 103) || (keyPressed == 71)){ //G - garfield artworks
window.open("http://www.garfieldartworks.com/index.htm");
}
else if((keyPressed == 104) || (keyPressed == 72)){ //home
window.location = ("index.html");
}
else if((keyPressed == 105) || (keyPressed == 73)){ //I - ren fair
window.open("http://www.royalfaires.com/ARIZONA/arf_main.htm");
}
else if((keyPressed == 106) || (keyPressed == 74)){ //J - bernies
window.open("http://www.cringe.com/bs/distillery.htm");
}
else if((keyPressed == 107) || (keyPressed == 75)){ //K - asterisk
window.open("http://www.asterisk-nyc.org/");
}
else if((keyPressed == 108) || (keyPressed == 76)){ //L - bushwick blast
window.open("http://www.bushwickblast.org");
}
else if((keyPressed == 109) || (keyPressed == 77)){ //Metalux
window.open("http://www.metalux.org/");
}
else if((keyPressed == 110) || (keyPressed == 78)){ //Nightlight
window.open("http://dyss.net/nightlight/index_LOCALE.php");
}
else if((keyPressed == 79) || (keyPressed == 111)){ //O -- drayton sawyer gang
window.open("http://www.draytonsawyergang.com");
}
else if((keyPressed == 80) || (keyPressed == 112)){ //parts and labor
window.open("http://www.partsandlabor.net");
}
else if((keyPressed == 81) || (keyPressed == 113)){ //Q - springwater supper club
window.open("http://www.springwatersupperclub.com/");
}
else if((keyPressed == 82) || (keyPressed == 114)){ //Rainbow randow
window.open("http://www.rainbowrandom.net/");
}
else if((keyPressed == 84) || (keyPressed == 116)){ // T -- the daac
window.open("http://thedaac.org/");
}
else if((keyPressed == 85) || (keyPressed == 117)){ // U -- rudyard kipling
window.open("http://www.therudyardkipling.com/pages/206997/index.htm");
}
else if((keyPressed == 86) || (keyPressed == 118)){ // V -- Barr
window.open("http://www.barrbarr.com/");
}
else if((keyPressed == 87) || (keyPressed == 119)){ // W
window.open("http://www.wooweb.com/WW/CODE/W.O.O.1.html");
}
else if((keyPressed == 88) || (keyPressed == 120)){ // X -- Quails
window.open("http://www.thequails.com/");
}
else if((keyPressed == 89) || (keyPressed == 121)){ //Y -- ptyr
window.open("http://www.pterodactyl.info/");
}
else if((keyPressed == 90) || (keyPressed == 122)){ //Z -- big orbit
window.open("http://www.bigorbitgallery.com/slindex.html");
}
else if((keyPressed == 63) || (keyPressed == 121)){ // ?Question
window.open("http://www.bewildered.com/welcome.html");
}
else if(keyPressed == 49){ //1 - sabers
window.open("http://www.neurotrecordings.com/");
}
else if(keyPressed == 50){ //2 - talkinghead
window.open("http://www.talkingheadclub.com/");
}
else if(keyPressed == 51){ //3 - tokyo rose
window.open("http://members.tripod.com/~sushirock/");
}
else if(keyPressed == 52){ //4 - pilot light
window.open("http://www.thepilotlight.com/");
}
else if(keyPressed == 53){ //5 - radio cherokee
window.open("http://www.radiocherokee.net/");
}
else if(keyPressed == 54){ //6 - the brick
window.open("http://www.thebrickkcmo.com/");
}
else if(keyPressed == 55){ //7 - tracy and pla
window.open("http://www.tracyandtheplastics.com/");
}
else if(keyPressed == 56){ //8 - the bottle
window.open("http://www.emptybottle.com/");
}
else if(keyPressed == 57){ //9 - Death from above
window.open("http://www.deathdeathdeath.cjb.net/");
}
}//end united
</script>
</head>
<body onLoad="InitialiseScrollableArea()">
<div id="divTelnet">
<div id="divHeader">
Voltage history of male pattern baldness
</div>
<div id="divVobis">
VOBIS
</div>
<div id="divScrollContainer" >
<!-- begin absolutely positioned scrollable area object-->
<div id="divScrollContent">
<table class="shows">
<tr>
<td width="10%">09/04/06:</td>
<td><a href="http://www.emptybottle.com" target="new">Empty Bottle</a> -- Chicago, IL <br />
w/ <a href="http://www.myspace.com/lazercrystal" target="new">Lazer Crystal</a>, <a href="http://www.unsoundrecords.com/bands/diminisher/index.php">The Diminisher</a></td>
</tr>
<tr>
<td>07/28/06:</td>
<td><a href="http://subt.net/" target="new">Subterranean</a> -- Chicago, IL<br />
<a href="http://www.theshowistherainbow.com/" target="new">The Show is the Rainbow</a>, <a href="http://mywerethey.com/main.html" target="new">My Were They</a>,
<a href="http://myspace.com/lightpollution" target="new">Light Pollution</a>
</td>
</tr>
<tr>
<td>07/04/06:</td>
<td><a href="http://myspace.com/highconceptlaboratories" target="new">High Concept Laboratories</a> -- Chicago, IL<br />
<a href="http://www.myspace.com/lazercrystal" target="new">Lazer Crystal</a>, <a href="http://myspace.com/smallCHANGE" target="new">small CHANGE</a>, <a href="http://www.myspace.com/thekillerwhales" target="new">The Killer Whales</a></td>
</tr>
<tr>
<td>07/02/06:</td>
<td><a href="http://www.thecaid.org" target="new">CAID</a> (Oh Shit Fest) -- Detroit, MI<br />
w/ <a href="http://myspace.com/nighttoucher" target="new">Night Toucher</a>, <a href="http://www.animaldisguise.com/mammal/index.html" target="new">Mammal</a>, <a href=" http://www.myspace.com/perfectwienersandbutts" target="new">Perfect Weiners and Butts</a>, Black Sperm,
<a href="http://www.myspace.com/msord" target="new">M. Sord</a>, <a href="http://www.animaldisguise.com/viki/" target="new">Viki</a>, UvU</td>
</tr>
<tr>
<td>07/01/06:</td>
<td><a href="http://thedaac.org/" target="new">The Daac</a> -- Grand Rapids, MI<br />
w/ <a href="http://www.myspace.com/manatarmsmusic" target="new">Man at Arms</a>,
<a href="http://www.myspace.com/hombrinusdudes" target="new">Hombrinus Dudes</a>
</tr>
<tr>
<td>06/30/06:</td>
<td>Elbow Room -- Ypsilanti, MI <br />
<a href="http://myspace.com/wildcatting" target="new">Wildcatting</a></td>
</tr>
<tr>
<td>06/28/06:</td>
<td>A Converted Bus Venue from Oakland! -- Chicago, IL (parked at 3144 W. Carroll Ave)<br />
w/ <a href="http://www.myspace.com/portablecorners" target="new">Portable Corners</a></td>
</tr>
<tr>
<td>05/07/06:</td>
<td><a href="http://www.emptybottle.com" target="new">Empty Bottle</a> -- Chicago, IL <br />
w/ <a href="http://www.eraseerrata.com/" target="new">Erase Errata</a>, <a href="http://www.zibbi.com/" target="new">Princess</td>
</tr>
<tr>
<td>05/02/06:</td>
<td><a href="http://www.starcentrallive.com/index.asp" target="new">Star Central</a> -- Columbia Heights, MN<br />
w/ Autonomy, <a href="http://arcangelband.com/" target="new">ArcAngel</a>, <a href="http://www.myspace.com/gata3" target="new">Gabriel and thee Apocolypse</a>
</td>
</tr>
<tr>
<td>05/01/06:</td>
<td>VFW -- Fargo, ND<br />
<a href="http://www.vifband.com/" target="new">Venus in Furs</a>, <a href="http://www.myspace.com/driveodreamer" target="new">Drive O Dreamer</a>, Castro, Fallback, Go Steve Jones
</td>
</tr>
<tr>
<td>04/29/06:</td>
<td>Dekum Meadows -- Portland, OR<br />
</td>
</tr>
<tr>
<td>04/27/06:</td>
<td><a href="http://www.clintonsttheater.com/" target="new">Clinton Street Theater</a> -- Portland, OR<br />
w/ Alexis Stevens, Dragging an Ox thru Water, Chevron, Bastinado
</td>
</tr>
<tr>
<td>04/26/06:</td>
<td>The Lamplighter -- Vancouver, BC<br />
Thousand Year Plan, Mothra, Musa
</td>
</tr>
<tr>
<td>04/24/06:</td>
<td><a href="http://www.the-dip.com/" target="new">The Dip</a> -- Redding, CA<br />
w/ TBA
</td>
</tr>
<tr>
<td>04/22/06:</td>
<td><a href="http://www.storkcluboakland.com/" target="new">The Stork Club</a> -- Oakland, CA<br />
w/ Triangle, <a href="http://www.myspace.com/clipdbeaks" target="new">Clip'd Beaks</a>
</td>
</tr>
<tr>
<td>04/21/06:</td>
<td><a href="http://ilcorral.net/" target="new">Il Corral</a> -- Los Angeles, CA<br />
w/ Toxic Holocaust, Ruido, Harasser
</td>
</tr>
<tr>
<td>04/20/06:</td>
<td><a href="http://www.myspace.com/scolarisoffice" target="new">Scolari's Office</a> -- San Diego, CA<br />
w/ <a href="http://www.myspace.com/duchesses" target = "new">Duchesses</a>/Birthday Indian Collab, Guest Toothbrush
</td>
</tr>
<tr>
<td>04/19/06:</td>
<td><a href=" http://www.myspace.com/thetrunkspace" target="new">Trunkspace</a> -- Phoenix, AZ<br />
w/ <a href="http://www.myspace.com/fathersday" target="new">Father's Day</a>, Tent City, Bikeula
</td>
</tr>
<tr>
<td>04/18/06:</td>
<td><a href="http://www.vaudevillecabaret.com/" target="new">Vaudeville Cabaret</a> -- Tuscon, AZ<br />
w/ <a href="http://www.mickeyavalon.com/" target="new">Mickey Avalon</a>, Dope Habitat
</td>
</tr>
<tr>
<td>04/17/06:</td>
<td><a href="http://www.monkeymania.net/" target="new">Monkey Mania</a> -- Denver, CO<br />
w/ The Love Letter Band, Two To Lose, The Big Greezley
</td>
</tr>
<tr>
<td>04/16/06:</td>
<td><a href="http://duffysrocks.dainto.org/" target="new">Duffy's Tavern</a> -- Lincoln, NE<br />
w/ The Bad Sects
</td>
</tr>
<tr>
<td>04/15/06:</td>
<td><a href="http://sleepercellar.com/index.html" target="new">Sleeper Cellar</a> -- Kansas City, MO<br />
w/ <a href="http://www.myspace.com/jumpmantheband" target="new">Jumpman</a>
</td>
</tr>
<tr>
<td>04/14/06:</td>
<td>The Ranch -- Columbia, MO<br />
w/ The Body, Bone Dust, Flowers
</td>
</tr>
<tr>
<td>04/08/06:</td>
<td><a href="http://radiocherokee.net/" target="new">Radio Cherokee</a> -- St Louis, MO<br />
w/ Parkers Back, Eric Hall
</td>
</tr>
<tr>
<td>03/28/06:</td>
<td><a href="http://www.heycadets.com/" target="new">Hey Cadets</a> -- Chicago, IL <br />
w/ <a href="http://paperrad.org" target="new">Extreme Animals</a>, Safety Pin, Panda Express, Brotman & Short, DJ Rmizzy</td>
</tr>
<tr>
<td>03/10/06:</td>
<td><a href="http://www.beatkitchen.com" target="new">Beat Kitchen</a> -- Chicago, IL <br />
w/ <a href="http://www.millionraces.com/orthrelm.htm" target="new">Orthrelm</a>, <a href="http://www.myspace.com/zombi" target="new">Zombi</td>
</tr>
<tr>
<td>01/21/06:</td>
<td>House Gathering -- Detroit, MI <br />
w/ Night Toucher (Ex: Cat Time, Mommy Won't Wake Up, Superwow), Misty</td>
</tr>
<tr>
<td>01/20/06:</td>
<td><a href="http://www.kitchendistribution.com" target="new">Kitchen Distribution</a> -- Buffalo, NY <br />
w/ <a href="http://www.analbatross.com" target="new">An Albatross</a>, <a href="http://www.myspace.com/lacacahouette" target="new">La Cacahouette</td>
</tr>
<tr>
<td>11/18/05:</td>
<td><a href="http://nightlight.dyss.net/index_LINKS.php" target="new">The Nightlight</a> -- Chapel Hill, NC <br />
w/ <a href="http://www.danfriel.com" target="new">Dan Friel</a>, <a href="http://www.cantwellgomezandjordan.com/chrono.htm" target="new">Cantwell, Gomez and Jordan</a><br /><br />
also: live radio performance on <a href="http://www.wuag.net/">WUAG 103.1 FM</a> of Greensboro (time TBA).
</td>
</tr>
<tr>
<td>11/17/05:</td>
<td><a href="http://www.teabazaar.com/" target="new">Twisted Branch Tea Bazaar</a> -- Charlottesville, VA <br />
w/ <a href="http://www.danfriel.com" target="new">Dan Friel</a>, Go </td>
</tr>
<tr>
<td>11/16/05:</td>
<td><a href="http://www.theottobar.com/">Ottobar</a> -- Baltimore, MD <br />
w/ Big Bear, <a href="http://www.danfriel.com" target="new">Dan Friel</a>, Blood Baby
</td>
</tr>
<tr>
<td>11/15/05:</td>
<td> TBA -- Philadelphia, PA<br /> w/ <a href="http://www.danfriel.com" target="new">Dan Friel</a>, Big Bear</td>
</tr>
<tr>
<td>11/14/05:</td>
<td>The Queen of Sheba II -- Philadelpiha, PA <br />
w/ <a href="http://www.danfriel.com" target="new">Dan Friel</a> (of <a href="http://partsandlabor.net" target="new">PnL</a>), TBA
</td>
</tr>
<tr>
<td>11/13/05:</td>
<td><a href="http://www.greatscottboston.com/" target="new">Great Scott</a> -- Alston, MA<br />
w/ <a href="http://www.theplasticconstellations.com/" target="new">Plastic Constellations</a>, <a href="http://www.danfriel.com" target="new">Dan Friel</a>
</td>
</tr>
<tr>
<td>11/12/05:</td>
<td><a href="http://www.hampshire.edu/cms/index.php?id=7303" target="new">Red Barn</a> (Hampshire College) -- Amherst, MA<br />
w/ Parts and Labor <a target="_new" href="<?php echo PLINK ?>">(P)</a>, <a href="http://www.m-johnson.com/mattandkim/mnk.html" target="new">Matt & Kim</a></td>
</tr>
<tr>
<td>11/11/05:</td>
<td>Smog (Bard College) -- Annandale-on-Hudson, NY<br />
w/ Pterodactyl <a target="_new" href="<?php echo YLINK ?>">(Y)</a>, <a href="http://www.danfriel.com" target="new">Dan Friel</a> (of <a href="http://partsandlabor.net" target="new">PnL</a>) </td>
</tr>
<tr>
<td>11/10/05:</td>
<td><a href="http://www.cake-shop.com/" target="new">The Cake Shop</a> -- New York, NY <br />
w/ Pterodactyl <a target="_new" href="<?php echo YLINK ?>">(Y)</a>, Telepathe, The Good Good, Archeopteryx</td>
</tr>
<tr>
<td>11/09/05:</td>
<td>NYC -- Probably playing somewhere in Brooklyn with Bonecrusher</td>
</tr>
<tr>
<td>11/08/05:</td>
<td>Zoobizarre -- Montreal <br />
w/ Desormais</td>
</tr>
<tr>
<td>11/07/05:</td>
<td>The Bagel -- Toronto<br />
w/ <a href="http://www.thefordplant.ca/styts.htm" target="new">Sing That Yell That Spell</a>, Dollarama</td>
</tr>
<tr>
<td>11/06/05:</td>
<td><a href="http://bigorbitgallery.org/soundlab/upcoming.html" target="new">Sound Lab</a> -- Buffalo, NY <br />
w/ Lichens, Soft Circle, Grizzly Bear </td>
</tr>
<tr>
<td>11/05/05:</td>
<td>The Painted Lady -- Hamtramck, MI <br />
w/ <a href="http://www.usaisamonster.com/" target="new"/>USAisamonster</a>, Kites, Tentacle Lizardo</td>
</tr>
<tr>
<td>11/04/05:</td>
<td>Keep Co-Op halloween party (Oberlin College) -- Oberlin, OH <br />
w/ Shopping Spree, Raven Rock, Abaddon, March of Dimes, Lovin It
</td>
</tr>
<tr>
<td>10/25/05:</td><td><a href="http://wluw.org" target="new">wluw Radio</a> -- Chicago<br />
Live appearance on Think Pink w/ Erik & Ali (6-8pm)</td>
</tr>
<tr>
<td>10/17/05:</td><td><a href="http://www.macsbar.com/" target="new">Mac's Bar</a> -- Lansing, MI<br />
w/ Parts and Labor<a href="<?php echo(PLINK)?>"> (P)</a>, <a target="_new" href="http://myspace.com/wildcatting">Wildcatting</a>, and Hot Pink Karma</td>
</tr>
<tr>
<td>10/16/05:</td><td><em>Building the Bass Castle, Vol I</em> release party at The Empty Bottle <a href="<?php echo(LINK8) ?>">(8)</a><br />
w/ Parts and Labor<a href="<?php echo(PLINK)?>"> (P)</a> and <a target="_new" href="http://thenarrator.net/">The Narrator </a>, featuring DJ Harsh Nu Tru (Hunter Husar of Mahjongg)</td>
</tr>
<tr>
<td>10/11/05:</td>
<td>Hey Cadets!<br /> w/ Books on Tape, <a href="http://www.theshowistherainbow.com/" target="new">The Show is the Rainbow</a></td>
</tr>
<tr>
<td>08/27/05:</td>
<td>Ronnies -- Chicago, IL <br />
w/ Pterodactyl <a target="_new" href="<?php echo YLINK ?>">(Y)</a>
</tr>
<tr>
<td>08/20/05:</td>
<td><a href="http://www.camp-gay.org/" target="_new">Camp Gay</a> final show! -- Chicago, IL <br />
Camp Gay versus Starbucks <br />
w/ Parts and Labor <a target="_new" href="<?php echo(PLINK) ?>">(P)</a>, Lazer Crystal, everybody
</tr>
<tr>
<td>07/30/05:</td>
<td>Tastee Freeze -- Chicago, IL <br />
w/Lazer Crystal, <a href="http://www.massshivers.com/" target="new">Mass Shivers</a>,
<a href="http://www.ghostarcade.com/" target="new">Beau Wanzer, Chandeliers, </a>
<a href="http://www.michaelcolumbia.com/" target="new">Michael Columbia</a>, Magas, The Killer Whales</td>
</tr>
<tr>
<td>07/04/05:</td>
<td>The Empty Bottle <a target="_new" href="<?php echo(LINK8) ?>">(8)</a> -- Chicago, IL <br />
w/ <a target="_new" href="http://thenarrator.net/">The Narrator </a>, Make Believe</td>
</tr>
<tr>
<td>06/02/05:</td>
<td>Fireside Bowl </a> -- Chicago, IL <br />
w/ n0 things (ex Liars, HiM), <br />DJ Harsh Nue Tru (Hunter Husar of Mahjongg)</td>
</tr>
<tr>
<td>04/11/05:</td>
<td>The Empty Bottle <a target="_new" href="<?php echo(LINK8) ?>">(8)</a> -- Chicago, IL <br />
w/ <a target="_new" href="http://www.temporaryresidence.com/">By The End of Tonight</a>, NineteenEightyThousand</td>
</tr>
<!--
<tr>
<td>04/10/05:</td>
<td><a target="_new" href="http://oberlin.edu">Oberlin College</a> -- Oberlin, OH <br />
w/ Parts and Labor <a target="_new" href="<?php echo(PLINK) ?>">(P)</a></td>
</tr>-->
<tr>
<td>04/08/05:</td>
<td><a target="_new" href="http://www.grogshop.gs/">The Grog Shop</a> -- Cleveland, OH <br />
w/ Parts and Labor <a target="_new" href="<?php echo(PLINK) ?>">(P)</a>, Jerk, Becket and Friends</td>
</tr>
<tr>
<td>04/07/05:</td>
<td><a target="_new" href="http://www.highfivebar.com/">Hi Five</a> -- Columbus, OH <br />
w/ Parts and Labor <a target="_new" href="<?php echo(PLINK) ?>">(P)</a></td>
</tr>
<tr>
<td>03/05/05:</td>
<td><a href="http://www.camp-gay.org/" target="_new">Camp Gay</a> -- Chicago, IL <br />
w/ <a href="http://www.usaisamonster.com/" target="new"/>USAisamonster</a>, <a href="http://www.secretlycanadian.com/panoply/" target="new">Panoply</a></td>
</tr>
<tr>
<td>01/25/05:</td>
<td>The Subterranean -- Chicago, IL <br />
w/ <a href="http://massshivers.com/" target="_new">Mass Shivers</a></td>
</tr>
<tr>
<td>11/09/04:</td>
<td>The Empty Bottle <a target="_new" href="<?php echo ELINK ?>">(E)</a> -- Chicago, IL <br />
w/ OOIOO, Pit er Pat</td>
</tr>
<tr>
<td>8/14/04:</td>
<td>The Shack -- Grand Rapids, MI <br />
w/ Superwow, Bang! Bang! <a target="_new" href="<?php echo DLINK ?>">(D)</a>, Lake Success, Invisible Mansion
</td>
</tr>
<tr>
<td>8/03/04:</td>
<td>Town Hall Pub -- Chicago, IL <br />
w/ Pterodactyl <a target="_new" href="<?php echo YLINK ?>">(Y)</a>
</td>
</tr>
<tr>
<td>7/27/04:</td>
<td><a target="_new" href="http://www.camp-gay.org/">Camp Gay</a> -- Chicago, IL <br />
Extreme Animals, Dr. Doo <a target="_new" href="<?php echo CLINK ?>">(C)</a>, Voltage BATTLE ROYALE CAGE MATCH!!!
</td>
</tr>
<tr>
<td>5/01/04:</td>
<td>The Empty Bottle <a target="_new" href="<?php echo LINK8 ?>">(8)</a> -- Chicago, IL <br>
w/ Death From Above <a target="_new" href="<?php echo LINK9 ?>">(9)</a>, Rants,
The Sights
</td>
</tr>
<tr>
<td>4/28/04:</td>
<td>The Glass Nickel -- Madison, WI <br>
w/ Aquadora
</td>
</tr>
<tr>
<td>4/27/04:</td>
<td>The Brick <a target="_new" href="<?php echo LINK6 ?>">(6)</a> -- Kansas City, MO <br>
</td>
</tr>
<tr>
<td>4/25/04:</td>
<td>Radio Cherokee <a target="_new" href="<?php echo LINK5 ?>">(5)</a> -- St. Louis, MO<br>
w/ Bloodletters, The Arch
</td>
</tr>
<tr>
<td>4/24/04:</td>
<td>The Ranch -- Columbia, MO<br>
w/ Tracy and the Plastics <a target="_new" href="<?php echo LINK7 ?>">(7)</a>,
The Quails <a target="_new" href="<?php echo XLINK ?>">(X)</a>,
Barr <a target="_new" href="<?php echo VLINK ?>">(V)</a>
</td>
</tr>
<tr>
<td>4/23/04:</td>
<td>University of Kentucky (Artsplace) -- Lexington, KY<br>
</td>
</tr>
<tr>
<td>4/22/04:</td>
<td>Rudyard Kipling <a target="_new" href="<?php echo ULINK ?>">(U)</a> -- Louisville, KY <br>
w/ Big Kitchen, Immaculate Contraption, Scull Soup, Third Leg
</td>
</tr>
<tr>
<td>4/21/04:</td>
<td>Pilot Light <a target="_new" href="<?php echo LINK4 ?>">(4)</a> -- Knoxville, TN <br>
w/ Kamuy
</td>
</tr>
<tr>
<td>4/20/04:</td>
<td>Springwater Supper Club <a target="_new" href="<?php echo QLINK ?>">(Q)</a> -- Nashville, TN<br>
w/ Primate Stories, JC and the Special Rider
</td>
</tr>
<tr>
<td>4/17/04:</td>
<td>Meridian -- Colonial Willie-burg, Virginia <br>
w/ Pterodactyl <a target="_new" href="<?php echo YLINK ?>">(Y)</a>, Semaphore Signals
</td>
</tr>
<tr>
<td>4/16/04:</td>
<td>Nightlight <a target="_new" href="<?php echo NLINK ?>">(N)</a> -- Chapel Hill, NC <br>
w/ Pterodactyl <a target="_new" href="<?php echo YLINK ?>">(Y)</a>
</td>
</tr>
<tr>
<td>4/14/04:</td>
<td>House Party -- Charlottesville, VA<br>
w/ Pterodactyl <a target="_new" href="<?php echo YLINK ?>">(Y)</a>
</td>
</tr>
<tr>
<td>4/13/04:</td>
<td>Talking Head <a target="_new" href="<?php echo LINK2 ?>">(2)</a> -- Baltimore, MD<br>
w/ Pterodactyl <a target="_new" href="<?php echo YLINK ?>">(Y)</a>, Temp Sound Solution, New Age Hillbilly
</td>
</tr>
<tr>
<td>4/12/04:</td>
<td>Silk City -- Philadelphia, PA<br>
w/ Pterodactyl <a target="_new" href="<?php echo YLINK ?>">(Y)</a>, Coyote
</td>
</tr>
<tr>
<td>4/11/04:</td>
<td>Tommy's Tavern -- Brooklyn, NY<br>
w/ Pterodactyl <a target="_new" href="<?php echo YLINK ?>">(Y)</a>, Superwow, Feast
</tr>
<tr>
<td>4/10/04:</td>
<td>Rutgers University -- Rutgers, NJ<br>
w/ Parts and Labor <a target="_new" href="<?php echo PLINK ?>">(P)</a>, Others
</td>
</tr>
<tr>
<td>4/9/04:</td>
<td>Asterisk <a target="_new" href="<?php echo KLINK ?>">(K)</a> -- Brooklyn, NY<br>
Bushwick Blast Festival <a target="_new" href="<?php echo LLINK ?>">(L)</a><br>
w/ Parts and Labor <a target="_new" href="<?php echo PLINK ?>">(P)</a>,
Touchdown,
Sabers <a target="_new" href="<?php echo LINK1 ?>">(1)</a>,
Pengo <a target="_new" href="<?php echo ELINK ?>">(E)</a>,
World of Tomorrow <a target="_new" href="<?php echo WLINK ?>">(W)</a>,
Drayton Sawyer Gang <a target="_new" href="<?php echo OLINK ?>">(O)</a><br>
</td>
</tr>
<tr>
<td>4/8/04:</td>
<td>All-Purpose Room -- Rochester, NY<br>
w/ Superwow, Hilkka
</td>
</tr>
<tr>
<td>4/7/04:</td>
<td>Poland -- Oberlin, OH<br>
w/ Superwow
</td>
</tr>
<tr>
<td>4/6/04:</td>
<td>Bernie's <a target="_new" href="<?php echo JLINK ?>">(J)</a> -- Columbus, OH<br>
w/ Superwow
</td>
</tr>
</tr>
<td>4/5/04:</td>
<td>Soundlab <a target="_new" href="<?php echo SLINK ?>">(S)</a> -- Buffalo, NY<br>
w/ Superwow, Peter B <a target="_new" href="<?php echo RLINK ?>">(R)</a>, Metalux <a target="_new" href="<?php echo MLINK ?>">(M)</a>
</td>
</tr>
<tr>
<td>4/3/04:</td>
<td>Garfield Artworks <a target="_new" href="<?php echo GLINK ?>">(G)</a> -- Pittsburgh, PA<br>
w/ Superwow, Handface, Dread Nots
</td>
<tr>
<td>4/2/04:</td>
<td>Detroit Art Space <a target="_new" href="<?php echo ALINK ?>">(A)</a> -- Detroit, MI<br>
w/ Superwow, The Trolls
</td>
</tr>
<tr>
<td>4/1/04:</td>
<td>The DAAC Gallery <a target="_new" href="<?php echo TLINK ?>">(T)</a> -- Grand Rapids, MI <br>
w/ Superwow
</td>
<tr>
<tr>
<td colspan=2 style="text-align: center"> ------ Utilize mousz peripherals after this dot -------> .
</td>
</tr>
<tr>
<td>3/12/04:</td>
<td><a target="_new" href="<?php echo("http://www.gunthermurphys.com/") ?>">Gunther Murphy's </a><br>
Thax presents w/ Wilkie Surprise, Swimmer Missing, Passenger
</td>
</tr>
<tr>
<td>2/19/04:</td>
<td>Mutiny Chicago (the mini-pitchers will twist your cap back)<br>
w/ The NervOus</td>
</tr>
<tr>
<td>2/14/04:</td>
<td><a target="_new" href="<?php echo("http://thedaac.org/") ?>">The DAAC Gallery </a> -- Grand Rapids<br>
w/ Superwow, Invisible Mansion
</td>
</tr>
<tr>
<td colspan=2> </td>
</tr>
<tr>
<td colspan=2 style="text-align:center">----The Year of Our Lord 2003----</td>
</tr>
<tr>
<td>10/31/03:</td>
<td><a target="_new" href="<?php echo("http://www.camp-gay.org") ?>">Camp Gay </a> <a target="_new" href="<?php echo QuesLINK ?>">"Halloween is Fruity"</a><br>
w/ <a target="_new" href="<?php echo("http://www.tyondai.com/") ?>">Tyondai Braxton </a>, <a target="_new" href="<?php echo PLINK ?>">Paper and Labor </a>
</td>
</tr>
<tr>
<td>10/30/03:</td>
<td>University of Chicago <br>
w/ <a target="_new" href="<?php echo("http://www.tyondai.com/") ?>">Tyondai Braxton </a>, <a target="_new" href="<?php echo PLINK ?>">Parts and Labor </a>
</td>
</tr>
<tr>
<td>8/15/03:</td>
<td>The Shack -- Grand Rapids<br>
w/ Mommy Won't Wake Up, Cat Time, Superwow, Invisible Mansion
</td>
</tr>
<tr>
<td>8/1/03:</td>
<td><a target="_new" href="<?php echo("http://www.firesidebowl.com") ?>">Fireside Bowl </a><br>
w/ <a target="_new" href="<?php echo("http://www.grandulena.com/") ?>">Grand Ulena </a>, Guns Blazing (and puking)
</td>
</tr>
<tr>
<td>4/2/03:</td>
<td><a href="http://www.post-data.org/cassette/" target="_new">2003 BEIGE Cassette Jockey World Championship</a> @
<a href="http://www.camp-gay.org" target="_new">Camp Gay</a><br>
w/ Gay Nerds (in a head to head versus battle), DJ Cougar Shuttle, others
</td>
</tr>
<tr>
<td>2/28/03:</td>
<td>2003 Chicago Nerd Battle Invitationals @ Camp Gay <br>w/ <a href="http://www.partsandlabor.net" target="_new">parts and labor</a>, <a href="http://www.crushkilldestroy.net" target="_new">crush kill destroy</a>
plus NERDS!
</td>
</tr>
<tr>
<td>2/27/03:</td>
<td><a href="http://www.emptybottle.com" target="_new">empty bottle</a> -- chicago, il<br>w/ <a href="http://www.partsandlabor.net" target="_new">parts and labor</a>, mc paul barman, christiansen
</td>
</tr>
<tr>
<td>2/26/03:</td>
<td>state control records -- ann arbor, mi<br>w/ <a href="http://www.partsandlabor.net" target="_new">parts and labor</a>, heat lightning,<br>bloodline caligraphy</td>
</tr>
<tr>
<td>2/25/03:</td>
<td><a href="http://www.lagerhousedetroit.com/" target="_new">lager house</a> -- detroit, mi<br>w/ <a href="http://www.partsandlabor.net" target="_new">parts and labor</a>
</td>
</tr>
<tr>
<td>2/24/03:</td>
<td>black eye -- cleveland, oh<br>w/ <a href="http://www.partsandlabor.net" target="_new">parts and labor</a>, this moment in black history,<br>brian straw, doc toxic & the medicine cabinet
</td>
</tr>
<tr>
<td>2/23/03:</td>
<td>poland -- oberlin, oh<br>w/ <a href="http://www.partsandlabor.net" target="_new">parts and labor</a>, kurt mask, brian straw
</td>
</tr>
<tr>
<td>2/22/03:</td>
<td>cindy -- pittsburgh, pa<br>w/ <a href="http://www.partsandlabor.net" target="_new">parts and labor</a></td>
</tr>
<tr>
<td >2/21/03:</td>
<td><a href="http://www.bigorbitgallery.com/slindex.html" target="_new">big orbit soundlab</a> -- buffalo, ny<br>w/ <a href="http://www.partsandlabor.net" target="_new">parts and labor</a>, kurt mask
</td>
</tr>
<tr>
<td >2/20/03:</td>
<td><a href="http://www.knittingfactory.com" target="_new">knitting factory</a> -- new york, ny<br>"groundswell" cd release party<br>w/ <a href="http://www.partsandlabor.net" target="_new">parts and labor</a>, <a href="http://www.breakerbreaker.org/" target="_new">breaker! breaker!</a>, antelope
</td>
</tr>
<tr>
<td>1/12/03:</td>
<td><a href="http://www.officeops.org/" target="_new">office ops</a> -- brooklyn, ny<br>
w/ Coptic Light, <a href="http://www.singleunit.net/" target="_new">Single Unit</a>, Grandpa's Ghost
</td>
</tr>
<tr>
<td>1/5/03:</td>
<td><a href="http://www.emptybottle.com" target="_new">Empty Bottle</a><br>
w/ <a href="http://www.singleunit.net/" target="_new">Single Unit</a>
</td>
</tr>
<tr>
<td colspan=2> </td>
</tr>
<tr>
<td colspan=2 style="text-align:center">----The Year of Our Lord 2002 "OH S;);(T, IT's THE BOLTS!"----</td>
</tr>
<tr>
<td>8/8/02:</td>
<td><a href="http://www.emptybottle.com" target="_new">Empty Bottle</a><br>
w/ Golden, Sean na na, Pearly Sweet and the Platonics</td>
</tr>
<tr>
<td>7/26/02:</td>
<td>the local (aka rock star bar) -- brooklyn, ny<br>
w/ <a href="http://www.neptuneband.com/" class="copylink" target="_new">neptune</a>, <a href="http://www.partsandlabor.net" target="_new">parts and labor</a>,
teenanderthal, <a href="http://www.newsonic.com" class="copylink" target="_new">dynasty</a>, square johns, beckett
</td>
</tr>
<tr>
<td>6/4/02:</td>
<td><a href="http://www.emptybottle.com" target="_new">Empty Bottle</a><br>
First Show YAI! w/ The NervOus</td>
</tr>
</table>
</div><!-- end divScrollContent --> </div><!-- end
divScrollContainer -->
<div id="divFooter">
<a href="javascript:;" onMouseOver="PerformScroll(8)" onMouseOut="CeaseScroll()">F ></a> Forward<br>
<a href="index.html">H ></a> Home<br>
<div id="divSubFooterRight">
<a href="javascript:;" onMouseOver="PerformScroll(-8)" onMouseOut="CeaseScroll()">B ></a> Backward<br>
</div>
what the f (A-I, K-P, R-U, W, Y, ?, 1-9)
<img src="cursor.gif" width="7" height="13">
</div>
</div><!-- end divTelnet -->
</body>
</html>