-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwriting.html
executable file
·793 lines (779 loc) · 41.1 KB
/
writing.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st May 2003), see www.w3.org">
<base href="http://www.magahiz.com/frabjous/">
<title>Writing</title>
<meta name="description" content="A list of my original writing published in print and on the Web.">
<meta name="keywords" content="Richard Magahiz, writing, fiction, poetry">
<meta name="Generator" content="publish-1.3">
<meta name="ICBM" content="40.945000, -74.005333">
<meta name="DC.title" content="Frabjous Times">
<link rel="stylesheet" type="text/css"
href="http://www.magahiz.com/frabjous/style.css">
<link rel="stylesheet" type="text/css"
href="http://www.magahiz.com/frabjous/style2007.css">
<link rel="SHORTCUT ICON" href="/frabjous/frabjous.ico">
<link rel="alternate" type="application/rss+xml" title="RSS"
href="http://feeds.feedburner.com/FrabjousTimes" />
<script type="text/javascript" src="http://www.haloscan.com/load/frabjous"> </script>
<script type="text/javascript" src="/frabjous/striper.js"></script>
<script type="text/javascript" src="/frabjous/ainc.js"></script>
<style type="text/css">
body {
background-color: #C18872;
background-image: url("/frabjous/bluwing.png");
}
</style>
</head>
<body onload="striper('table','content','tr','first,second');">
<div id="pagenav">
<ul>
<li><a href="#content">Content</a></li>
<li><a href="#navigation">Navigation</a></li>
<li><a href="#footer">footer</a></li>
</ul>
</div>
<div id="overall">
<center>
<h1><a href="http://magahiz.com/frabjous/index.html">Frabjous Times</a></h1>
</center>
<div id="content">
<div class="third">
<table class="content"><tr class="posting"><td>
<hr><h2><!-- TITLESTART -->Writing<!-- TITLEEND --></h2>
<div class="storybody">I write short poetry:
<ul>
<li><a href="http://del.icio.us/milkfish/brick">brick</a></li>
<li><a href="http://del.icio.us/milkfish/cinquain">cinquain</a></li>
<li><a href="http://del.icio.us/milkfish/Fibonacci">fibonacci</a></li>
<li><a href="http://del.icio.us/milkfish/ghazal">ghazal</a></li>
<li><a href="http://del.icio.us/milkfish/haiku">haiku</a></li>
<li><a href="http://del.icio.us/milkfish/hay(na)ku">hay(na)ku</a></li>
<li><a href="http://del.icio.us/milkfish/limerick">limerick</a></li>
<li><a href="http://del.icio.us/milkfish/lucan-no-haiku">lucan-no-haiku</a></li>
<li><a href="http://del.icio.us/milkfish/renga">renga</a></li>
<li><a href="http://del.icio.us/milkfish/scifaiku">scifaiku</a></li>
<li><a href="http://del.icio.us/milkfish/senryu">senryu</a></li>
<li><a href="http://del.icio.us/milkfish/stellarenga">stellarenga</a></li>
<li><a href="http://del.icio.us/milkfish/tanka">tanka</a></li>
<li><a href="http://del.icio.us/milkfish/triolet">triolet</a></li>
<li><a href="http://del.icio.us/milkfish/zip">zip</a></li>
</ul>
and short fiction:
<ul>
<li> <a href="http://del.icio.us/milkfish/55fiction">55-word story</a></li>
<li><a href="http://del.icio.us/milkfish/ShortStory">short story</a></li>
<li><a href="http://del.icio.us/milkfish/wriashorstorwe">WriaShorStorWe</a></li>
</ul>
</div>
<div class="storybody">Published work:
<table summary="List of writing which has been published" border="2">
<!-- <table x:str border=0 cellpadding=0 cellspacing=0 width=784 style='border-collapse:
collapse;table-layout:fixed;width:590pt'>
<col class=xl25 width=151 style='mso-width-source:userset;mso-width-alt:5522;
width:113pt'>
<col class=xl25 width=182 style='mso-width-source:userset;mso-width-alt:6656;
width:137pt'>
<col width=121 style='mso-width-source:userset;mso-width-alt:4425;width:91pt'>
<col class=xl24 width=110 span=3 style='mso-width-source:userset;mso-width-alt: 4022;width:83pt'>
-->
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 bgcolor="#c0c0c0" style='height:12.75pt;width:113pt'><b>Title</b></td>
<td height=17 class=xl32 width=151 bgcolor="#c0c0c0" style='height:12.75pt;width:113pt'><b>Publication</b></td>
<td height=17 class=xl32 width=151 bgcolor="#c0c0c0" style='height:12.75pt;width:113pt'><b>Issue online</b></td>
<td bgcolor="#c0c0c0"><b>Notes</b></td>
</tr>
<!-- Top of table -->
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/yourcolorpalette.html">Your color palette</a></td>
<td><a href="http://www.genremall.com/zinesr.htm#aoife">Aoife's kiss</a></td>
<td class=xl31 align=right>
September 2007 print edition</td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2005/x23.html">Looking up</a></td>
<td><a href="http://www.dreamsandnightmares.interstellardustmites.com/">Dreams and Nightmares</a></td>
<td class=xl31 align=right>
Issue #76</td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2005/r200702_1.html">NE corridor</a></td>
<td><a href="http://www.genremall.com/zinesr.htm#scifaikuest">Scifaikuest</a></td>
<td class=xl31 align=right>
May 2007</td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/yourxanadu.html">Your Xanadu</a></td>
<td><a href="http://www.dreamsandnightmares.interstellardustmites.com/">Dreams and Nightmares</a></td>
<td class=xl31 align=right>
Issue #77</td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2007/railroadout.html">Railroad out of bondage</a></td>
<td><a href="http://www.amaze-cinquain.com/WINTER-07/">Amaze</a></td>
<td class=xl31 align=right>
<a href="http://www.amaze-cinquain.com/WINTER-07/magahiz.html">Issue #11</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2007/toomanypoems.html">On too many poems</a></td>
<td><a href="http://www.amaze-cinquain.com/WINTER-07/">Amaze</a></td>
<td class=xl31 align=right>
<a href="http://www.amaze-cinquain.com/WINTER-07/magahiz.html">Issue #11</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2005/beyondtheveil.html">Beyond the veil</a></td>
<td><a href="http://samsdotpublishing.com/scifaikuest/cover.htm">Scifaikuest</a></td>
<td class=xl31 align=right>
<a href="http://www.genremall.com/zinesr.htm#scifaikuest">February 2007 print edition</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/endofwar0.html">The End of war</a></td>
<td><a href="http://poetrywriting.org/Sketchbook2-1Jan07/Jan07SKB_0enter.htm">Sketchbook</a></td>
<td class=xl31 align=right>
<a href="http://poetrywriting.org/Sketchbook2-1Jan07/Jan07SKB_Rich_Magahiz.htm">January 2007</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/x061002_13.html">Common cause</a></td>
<td><a href="http://www.theswordreview.com/contents.php">The Sword Review</a></td>
<td class=xl31 align=right>
<a href="http://www.theswordreview.com/item.php?sub_id=783">Common cause</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2005/transcendental.html">Transcendental</a></td>
<td><a href="http://www.geocities.com/theshantytownanomaly/index.htm">The Shantytown Anomaly</a></td>
<td class=xl31 align=right>
<!-- -->Issue #4<!-- --></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2005/1812.html">1812</a></td>
<td><a href="http://www.geocities.com/theshantytownanomaly/index.htm">The Shantytown Anomaly</a></td>
<td class=xl31 align=right>
<!-- -->Issue #4<!-- --></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/flash.html">Flash frozen</a></td>
<td><a href="http://www.theswordreview.com/contents.php">The Sword Review</a></td>
<td class=xl31 align=right>
<a href="http://www.theswordreview.com/item.php?sub_id=773">Flash frozen</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/peakperformance.html">Peak performance</a></td>
<td><a href="http://poetrywriting.org/Sketchbook1-3Dec06/Dec06SB_0enter.htm">Sketchbook</a></td>
<td class=xl31 align=right>
<a href="http://poetrywriting.org/Sketchbook1-3Dec06/Dec06SKB_Rich_Magahiz.htm">December 2006</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/mastectomy.html">Mastectomy</a></td>
<td><a href="http://members.aol.com/acinquain/FALL-06/index.htm">Amaze</a></td>
<td class=xl31 align=right>
<a href="http://members.aol.com/acinquain/FALL-06/magahiz.html">Vol. 4, No 4</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/c181102_0.html">Weather report</a></td>
<td><a href="http://members.aol.com/acinquain/FALL-06/index.htm">Amaze</a></td>
<td class=xl31 align=right>
<a href="http://members.aol.com/acinquain/FALL-06/magahiz.html">Vol. 4, No 4</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
The tender spots</td>
<td><a href="http://www.ahapoetry.com/ahalynx/213HMPG.html">Lynx</a></td>
<td class=xl31 align=right>
<a href="http://www.ahapoetry.com/ahalynx/213solo.html">XXI:3</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
mind-body mashup</td>
<td><a href="http://www.ahapoetry.com/ahalynx/213HMPG.html">Lynx</a></td>
<td class=xl31 align=right>
<a href="http://www.ahapoetry.com/ahalynx/213sym.html">XXI:3</a></td>
<td>With John W. Sexton</td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
Far from the footlights</td>
<td><a href="http://www.amaze-cinquain.com/">Amaze</a></td>
<td class=xl31 align=right>
<a href="http://members.aol.com/acinquain/SUMMER-06/magahiz.html">Volume 4 number 3</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
Final meals</td>
<td><a href="http://triptychhaiku.blogspot.com">Triptych Haiku</a></td>
<td class=xl31 align=right>
<a href="http://triptychhaiku.blogspot.com/2006/09/14.html">Volume 1 number 2</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/h_sweetness.html">Having all sweetness</a></td>
<td><a href="http://triptychhaiku.blogspot.com">Triptych Haiku</a></td>
<td class=xl31 align=right>
<a href="http://triptychhaiku.blogspot.com/2006/09/14.html">Volume 1 number 2</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/heartshaped.html">Purple heart-shaped</a></td>
<td><a href="http://triptychhaiku.blogspot.com">Triptych Haiku</a></td>
<td class=xl31 align=right>
<a href="http://triptychhaiku.blogspot.com/2006/09/14.html">Volume 1 number 2</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2005/theireyes.html">It was their eyes</a></td>
<td><a href="http://triptychhaiku.blogspot.com">Triptych Haiku</a></td>
<td class=xl31 align=right>
<a href="http://triptychhaiku.blogspot.com/2006/09/14.html">Volume 1 number 2</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/dividedbyzero.html">Divided by zero</a></td>
<td><a href="http://triptychhaiku.blogspot.com">Triptych Haiku</a></td>
<td class=xl31 align=right>
<a href="http://triptychhaiku.blogspot.com/2006/09/14.html">Volume 1 number 2</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/noaccommodation.html">No accommodation</a></td>
<td><a href="http://www.sondra.net/al/default.htm">Autumn Leaves</a></td>
<td class=xl31 align=right>
<a href="http://www.sondra.net/al/vol10/105NoAccommodation.htm">Volume 10 number 5</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/makedo.html">Make do</a></td>
<td><a href="http://www.moonlit-path.com">Tales from the Moonlit Path</a></td>
<td class=xl31 align=right>
<a href="http://www.moonlit-path.com/poetry/magahiz-8-14-06.htm">Issue #4</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2005/x120705_5.html">Suns dazzled</a></td>
<td><a href="http://www.moonlit-path.com">Tales from the Moonlit Path</a></td>
<td class=xl31 align=right>
<a href="http://www.moonlit-path.com/poetry/magahiz-8-14-06.htm">Issue #4</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/heatsink.html">Heatsink</a></td>
<td><a href="http://www.moonlit-path.com">Tales from the Moonlit Path</a></td>
<td class=xl31 align=right>
<a href="http://www.moonlit-path.com/poetry/magahiz-8-14-06.htm">Issue #4</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>(Untitled)</td>
<td><a href="http://du5tin.net/haiku/haiku.html">clouds peak</a></td>
<td class=xl31 align=right>
<a href="http://du5tin.net/haiku/magahiz.html">Issue #1</a></td>
<td></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl25 width=151 style='height:15.0pt;width:113pt'>(Untitled)</td>
<td><a href="http://du5tin.net/haiku/haiku.html">clouds peak</a></td>
<td class=xl31 align=right>
<a href="http://du5tin.net/haiku/magahiz.html">Issue #1</a></td>
<td></td>
</tr>
<tr height=17>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>(Untitled)</td>
<td><a href="http://du5tin.net/haiku/haiku.html">clouds peak</a></td>
<td class=xl31 align=right>
<a href="http://du5tin.net/haiku/magahiz.html">Issue #1</a></td>
<td></td>
</tr>
<tr height=17>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>(Untitled)</td>
<td><a href="http://du5tin.net/haiku/haiku.html">clouds peak</a></td>
<td class=xl31 align=right>
<a href="http://du5tin.net/haiku/magahiz.html">Issue #1</a></td>
<td></td>
</tr>
<tr height=34 style='height:25.5pt'>
<td height=34 class=xl32 width=151 style='height:25.5pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/capella5.html">Capella 5 needs your children</a></td>
<td><a href="http://www.abyssandapex.com/index.html">Abyss & Apex</a></td>
<td class=xl31 align=right>
<a href="http://www.abyssandapex.com/200604-Capella.html">Issue 18</a></td>
<td></td>
</tr>
</tr>
<tr height=17>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/capella5.html">The curse of beauty</a></td>
<td><a href="http://www.abyssandapex.com/index.html">Abyss & Apex</a></td>
<td class=xl31 align=right>
<a href="http://www.abyssandapex.com/200601-curse.html">Issue 17</a></td>
<td></td>
</tr>
<tr height=17>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/venetian.html">Venetian blind</a></td>
<td><a href="http://www.worldhaikureview.org/">World Haiku Review</a></td>
<td class=xl31 align=right>
<a href="http://www.worldhaikureview.org/4-1/whcpoetrybridge-files/04k.htm">WHCPoetrybridge</a></td>
<td></td>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2005/southsea.html">South Sea</a></td>
<td><a href="http://www.sondra.net/al/default.htm">Autumn Leaves</a></td>
<td class=xl31 align=right>
<a href="http://www.sondra.net/al/vol9/92SouthSea.htm">Volume 9 Number 2 (March 2005)</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/newbill.html">The new bill</a></td>
<td><a href="http://www.sondra.net/al/default.htm">Autumn Leaves</a></td>
<td class=xl31 align=right>
<a href="http://www.sondra.net/al/vol8/85NewBill.htm">Volume 8 Number 5 (September 2004)</a></td>
<td></td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/remnant.html">Among the Remnant</a></td>
<td class=xl33><a href="http://members.aol.com/acinquain/front.html">Amaze</a></td>
<td class=xl35 align=right>
<a href="http://members.aol.com/acinquain/vol_3_no_2/magahiz.html"><span
style='font-family:Arial, sans-serif'>Volume 3, No. 2</span></a></td>
<td></td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td><a href="http://tinywords.com/">tinywords</a></td>
<td class=xl31 align=right><a href="http://tinywords.com/haiku/2004/12/03/">12/3/2004</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td><a href="http://tinywords.com/">tinywords</a></td>
<td class=xl31 align=right>
<a href="http://tinywords.com/haiku/2004/05/11/">5/11/2004</a></td>
<td></td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/autumn0.html">In an autumn field</a></td>
<td class=xl33><a href="http://members.aol.com/acinquain/front.html">Amaze</a></td>
<td class=xl35 align=right>
<a href="http://members.aol.com/acinquain/vol_2_no_2/magahiz.html">
<span style='font-family:Arial, sans-serif'>Volume 2, No. 2</span></a></td>
<td></td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/candles.html">Among the millions</a></td>
<td class=xl33><a href="http://members.aol.com/acinquain/front.html">Amaze</a></td>
<td class=xl35 align=right>
<a href="http://members.aol.com/acinquain/vol_2_no_2/magahiz.html">
<span style='font-family:Arial, sans-serif'>Volume 2, No. 2</span></a></td>
<td></td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td><a href="http://tinywords.com/">tinywords</a></td>
<td class=xl31 align=right><a
href="http://tinywords.com/haiku/2004/03/03/">3/3/2004</a></td>
<td></td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td><a href="http://tinywords.com/">tinywords</a></td>
<td class=xl31 align=right>
<a href="http://tinywords.com/haiku/2004/02/27/">2/27/2004</a></td>
<td></td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/graytom.html">Big Gray Tom</a></td>
<td class=xl33><a href="http://members.aol.com/acinquain/front.html">Amaze</a></td>
<td class=xl31 align=right>
<a href="http://members.aol.com/acinquain/vol_2_no_1/magahiz.html">Volume 2, No. 1</a></td>
<td></td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td><a href="http://tinywords.com/">tinywords</a></td>
<td class=xl31 align=right>
<a href="http://tinywords.com/haiku/2003/09/30/">9/30/2003</a></td>
<td></td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td><a href="http://tinywords.com/">tinywords</a></td>
<td class=xl31 align=right>
<a href="http://tinywords.com/haiku/2003/04/03/">4/3/2003</a></td>
<td></td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td><a href="http://tinywords.com/">tinywords</a></td>
<td class=xl31 align=right>
<a href="http://tinywords.com/haiku/2003/02/26/">2/26/2003</a></td>
<td></td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/lavieenrose.html">La vie en rose</a></td>
<td class=xl33><a href="http://members.aol.com/acinquain/front.html">Amaze</a></td>
<td class=xl31 align=right>
<a href="http://members.aol.com/acinquain/vol_1_no_2/magahiz.html">Volume 1, No. 2</a></td>
<td>Also in print edition.</td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
Here in a Dry Place</td>
<td class=xl33><a href="http://members.aol.com/acinquain/front.html">Amaze</a></td>
<td class=xl31 align=right>
<a href="http://members.aol.com/acinquain/vol_1_no_2/magahiz.html">Volume 1, No. 2</a></td>
<td>Also in print edition.</td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/postit.html">Ring of Fire</a></td>
<td class=xl33><a href="http://members.aol.com/acinquain/front.html">Amaze</a></td>
<td class=xl31 align=right>
<a href="http://members.aol.com/acinquain/vol_1_no_2/magahiz.html">Volume 1, No. 2</a></td>
<td>Also in print edition.</td>
</tr>
<tr class=xl33 height=17 style='height:12.75pt'>
<td height=17 class=xl32 width=151 style='height:12.75pt;width:113pt'>
Lullaby
</a></td>
<td class=xl33><a href="http://members.aol.com/acinquain/front.html">Amaze</a></td>
<td class=xl31 align=right>
<a href="http://members.aol.com/acinquain/vol_2_no_1/columbia_tribute.html">Volume 1, No. 2</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td><a href="http://tinywords.com/">tinywords</a></td>
<td class=xl31 align=right>
<a href="http://tinywords.com/haiku/2003/01/08/">1/8/2003</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td><a href="http://tinywords.com/">tinywords</a></td>
<td class=xl31 align=right>
<a href="http://tinywords.com/haiku/2002/11/12/">11/12/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td><a href="http://tinywords.com/">tinywords</a></td>
<td class=xl31 align=right>
<a href="http://tinywords.com/haiku/2002/10/08/">10/8/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019045114/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=10">9/19/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>Shaheed</td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019045114/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=10">9/19/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em> (3 verses)</td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019044950/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=1">9/19/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/unicorntaken.html">The unicorn taken by force (mirror) </td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20060614171327/http://iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=6">9/19/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/x061002_32.html">Narrow hike through the interior</a></td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019045032/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=2">9/15/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>At the end of the street</td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019045032/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=2">9/15/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>Such a lumper</td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019045032/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=2">9/15/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>
Asunder</td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019045032/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=2">8/30/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/x260802_11.html">Flashing red</a></td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019045032/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=2">8/30/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019044950/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=1">8/22/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em> (2 verses)</td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019045032/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=2">8/22/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>
College application </td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20060614171327/http://iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=6">8/22/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/blog/immunity0.html">Immunity</a></td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20060614171327/http://iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=6">8/22/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>
My daughter with the laughing face</td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20060614171327/http://iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=6">8/22/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>
<a href="http://magahiz.com/frabjous/b2006/clearsky.html">The Clear Sky of Lower Manhattan</a></td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20060614171327/http://iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=6">8/22/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'>
<!-- <a href="http://magahiz.com/frabjous/blog/c140802_2.html"> -->Proverb<!-- </a> --></td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20060614171327/http://iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=6">8/22/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20060614171327/http://iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=6">8/22/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019045032/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=2">8/21/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em> (2 verses)</td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019045032/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=2">8/21/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em> (6 verses)</td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20061019044950/http://www.iscifistory.com/authorpoemtype.asp?intauthorid=14&intPoemTypeID=1">8/21/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em> (3 verses)</td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20050120042102/http://iscifistory.com/authorpoemtype.asp?intAuthorID=14&intPoemTypeID=1&start=11">8/21/2002</a></td>
<td></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 width=151 style='height:12.75pt;width:113pt'><em>untitled</em></td>
<td>iscifistory</td>
<td class=xl31 align=right>
<a href="http://web.archive.org/web/20050120042102/http://iscifistory.com/authorpoemtype.asp?intAuthorID=14&intPoemTypeID=1&start=11">6/4/2002</a></td>
<td></td>
</tr>
</table>
</div>
<div class="storybody">
<script type="text/javascript">
ajaxinclude(rootdomain+"/frabjous/submissions.html")
</script></div>
<div class="storybody">On completely different topics, the abstract of
my thesis in experimental particle physics is
<a href="http://adsabs.harvard.edu/abs/1985PhDT........59M">online</a>
as well.
</div>
<!-- ENDCONTENT -->
<div class="timestamp">Last modified: Mon Jun 18 22:34:33 EDT 2007</div>
<div class="comment"><a href="javascript:HaloScan('writing');" target="_self"><script type="text/javascript">postCount('writing');</script></a> | <a href="javascript:HaloScanTB('writing');" target="_self"><script type="text/javascript">postCountTB('writing'); </script></a></div><br>
<div class="feedflare"><script src="http://feeds.feedburner.com/WritingOfRichMagahiz?flareitem=http://magahiz.com/frabjous/writing.html" type="text/javascript"></script></div>
</td></tr></table>
<!-- INSERTCONTENT -->
</td></tr></table>
</div>
</div>
<div id="footer">
<hr>
<div class="ccl"><!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/">Creative Commons Attribution-NonCommercial-NoDerivs 2.5 License</a>.<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/2.5/" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-nc-nd/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/></License></rdf:RDF> --> </div>
<!-- INSERTSTAMP -->
<span class="email"><img src="/frabjous/myem2.gif" alt="[email protected]" title="[email protected]"></span>
</div>
<div class="revision"><!-- REVISION --></div>
</div>
<div id="navigation">
<strong>-[Frabjous]-</strong><br>
<a href="/frabjous/index.html">Main</a><br>
<a href="/frabjous/archive.html">Archives</a><br>
<a href="/frabjous/about.html">About</a><br>
<a href="/frabjous/writing.html">Writing</a><br>
<a href="/frabjous/travel.html">Travels</a><br>
<a href="/frabjous/qcount.html">Search terms</a><br>
<a href="/frabjous/randomlink.html">Random</a><br>
<a href="http://cgi6.ebay.com/ws/eBayISAPI.dll?ViewSellersOtherItems&userid=4thace">Buy</a><br>
<script type="text/javascript">ajaxinclude(rootdomain+"/frabjous/recent.html")</script><br>
<!-- Start of Flickr Badge -->
<style type="text/css">
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#993333;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
</style>
<table id="flickr_badge_uber_wrapper" cellpadding="0" cellspacing="10" border="0"><tr><td><a href="http://www.flickr.com" id="flickr_www">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a><table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper">
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=3&display=latest&size=t&layout=v&source=user&user=86698126%40N00"></script>
</table>
</td></tr></table>
<!-- End of Flickr Badge -->
<script type="text/javascript"><!--
amazon_ad_tag = "frabtime-20"; amazon_ad_width = "120"; amazon_ad_height = "240"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new";//--></script>
<script type="text/javascript" src="http://www.assoc-amazon.com/s/ads.js"></script>
<script language=javascript src="http://blogtextlinks.blogexplosion.com/script.php?id=83810&align=bottomright"></script><br />
<a href="http://add.my.yahoo.com/rss?url=http://www.magahiz.com/frabjous/rss.xml" title="Add to My Yahoo!">
<img border=0 src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!">
</a><br>
<a href="http://www.haloscan.com/"><img width="88" height="31" src="http://www.haloscan.com/halolink.gif" border="0" alt="Weblog Commenting and Trackback by HaloScan.com" /></a><br />
<!-- Start of StatCounter Code -->
<script type="text/javascript" language="javascript">
var sc_project=1915852;
var sc_invisible=0;
var sc_partition=17;
var sc_security="ab5e9141";
</script>
<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c18.statcounter.com/counter.php?sc_project=1915852&java=0&security=ab5e9141&invisible=0" alt="web counter" border="0"></a> </noscript>
<!-- End of StatCounter Code --><br />
<a href="http://www.blogexplosion.com/index.php?ref=milkfish"><img src="http://magahiz.com/frabjous/button6.gif" width=80 height=15 border=0 title="BlogExplosion"></a><br />
<a href='http://www.blogmad.net/?ref=db531b838dabb7f' title='Get more blog traffic'>
<img src='http://www.blogmad.net/banners/80x15/3.jpg' alt='' /></a><br />
<script type="text/javascript" src="http://embed.technorati.com/embed/bpatmmv9n8.js"></script>
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:100px" name="email"/></p><input type="hidden" value="http://feeds.feedburner.com/~e?ffid=225976" name="url"/><input type="hidden" value="Frabjous Times" name="title"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://www.feedburner.com/" target="_blank">FeedBurner</a></p></form>
<hr>
<hr />
<a href="http://www.bloglines.com/public/RichMagahiz"><strong>-[Blogs]-</strong></a><br>
<script src="http://feeds.feedburner.com/ItsConsideredADelicacy?format=sigpro" type="text/javascript"></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/ItsConsideredADelicacy"></a><br/>Powered by FeedBurner</p> </noscript>
<hr />
<script src="http://feeds.feedburner.com/HeavyHeavyWater?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/HeavyHeavyWater"></a><br/>Powered by FeedBurner</p> </noscript>
<!-- ukey="321F66AA" -->
<strong><a href="/frabjous/links.html">-[Links]-</a></strong><br>
<a href="http://feeds.feedburner.com/FrabjousTimes">
<img src="/frabjous/feed-icon-12x12.png" alt="XML" title="XML">RSS1.0 feed</a><br>
<a href="http://del.icio.us/rss/milkfish">
<img src="/frabjous/feed-icon-12x12.png" alt="del.icio.us bookmarks" title="del.icio.us bookmarks">del.icio.us</a><br>
<a href="/frabjous/b2007/publish-1.3">Source code</a><br>
<br />
<a href="http://wordsmith.org/awad/index.html">A Word A Day</a><br>
<a href="http://groups.yahoo.com/group/Scifaiku/join">Scifaiku</a><br>
<a href="http://www.abyssandapex.com/">Abyss & Apex</a><br>
<a href="http://www.amaze-cinquain.com/">Amaze: The Cinquain Journal</a></br />
<a href="http://du5tin.net/haiku/haiku.html">clouds peak</a><br />
<a href="http://tinywords.com/">tinywords</a><br />
<a href="http://triptychhaiku.blogspot.com">Triptych Haiku</a><br />
</body>
</html>