-
Notifications
You must be signed in to change notification settings - Fork 0
/
viewforum.php_f=12_start=2200.html
923 lines (726 loc) · 57.3 KB
/
viewforum.php_f=12_start=2200.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-gb" xml:lang="en-gb">
<head>
<style type="text/css">
#global { width: 100%; }
</style>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="en-gb" />
<meta http-equiv="imagetoolbar" content="no" />
<title>Lancers Reactor Forums • View forum - Off Topic</title>
<link href="./styles/ca_orbital/theme/stylesheet.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link media="only screen and (max-device-width: 480px)" href="./styles/ca_orbital/theme/iphone.css" type="text/css" rel="stylesheet" />
</head>
<body id="phpbb" class="section- ltr">
<div id="main">
<p class="top"><a id="top" name="top" accesskey="t"></a></p>
<div id="global" style="margin: 0 auto;">
<p class="skiplink"><a href="#start_here">Skip to content</a></p>
<!-- header start -->
<div id="topnav">
<div class="left"></div>
<div class="right"></div>
<ul class="linklist topnav leftside">
<li>
<a href="https://the-starport.com" title="The Starport">The Starport</a>
</li>
<li>
<span>•</span>
<a href="https://the-starport.net/discord" title="The Starport Discord">Discord</a>
</li>
</ul>
</div>
<div id="logo"><a href="./index.php.html"><img src="./styles/ca_orbital/imageset/tlr_logo.png" alt="" title=""><span>Lancers Reactor Forums</span></a></div>
<!-- header end -->
<div id="page-header-msg">
<div class="block-header"><span></span><div></div></div>
<div class="block-content"><div class="block-inner"><div class="block-inner2">
<table width="100%">
<tbody><tr><td style="text-align:center;width:100%;">
<h2 style="color:red;">Important Message</h2>
<h3>You are browsing the archived Lancers Reactor forums. You cannot register or login.<br>
The content may be outdated and links may not be functional.</h3><br>
<h4>To get the latest in Freelancer news, mods, modding and downloads, go to<br>
<a href="https://the-starport.com">The-Starport</a></h4>
</td></tr>
</tbody></table>
</div></div></div>
<div class="block-footer"><span></span><div></div></div>
</div>
<p></p>
<div id="page-header">
<div class="navbar navbar-top" id="navbar-top">
<div class="block-header"><span></span><div></div></div>
<div class="block-content"><div class="block-inner"><div class="block-inner2">
<ul class="linklist navlinks">
<li class="icon-home"><span class="home-extra"><a href="./index.php.html" accesskey="h">Board index</a> <strong>‹</strong> <a href="./viewforum.php_f=77.html">General and Off-Topic</a> <strong>‹</strong> </span><a href="./viewforum.php_f=12.html">Off Topic</a></li>
</ul>
<div class="block-clear"></div>
</div></div></div>
<div class="block-footer"><span></span><div></div></div>
</div>
</div>
<p></p>
<a name="start_here"></a>
<div id="page-body">
<div id="content-start"></div>
<h2 class="leftside"><a href="./viewforum.php_f=12_start=2200.html">Off Topic</a></h2>
<p class="rightside">
</p>
<div class="clear"></div>
<p>
This is where you can discuss your homework, family, just about anything, make strange sounds and otherwise discuss things which are really not related to the Lancer-series. Yes that means you can discuss other games.<br />
</p>
<div class="topic-actions" >
<div class="pagination">
4821 topics • <a href="#" onclick="jumpto(); return false;" title="Click to jump to page…">Page <strong>45</strong> of <strong>97</strong></a> • <span><a href="./viewforum.php_f=12.html">1</a><span class="page-dots"> ... </span><a href="./viewforum.php_f=12_start=2050.html">42</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=2100.html">43</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=2150.html">44</a><span class="page-sep">, </span><strong>45</strong><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=2250.html">46</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=2300.html">47</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=2350.html">48</a><span class="page-dots"> ... </span><a href="./viewforum.php_f=12_start=4800.html">97</a></span>
</div>
<div class="buttons">
<div class="post-icon"><a href="" title="Post a new topic"><span></span>Post a new topic</a></div>
</div>
</div>
<div class="forumbg">
<div class="block-caption block-caption-header">
<h3><a href="./viewforum.php_f=12_start=2200.html">Off Topic</a></h3>
</div><div class="block-border block-block block-with-caption"><div class="block-content"><div class="block-inner"><div class="block-inner2">
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>Topics</dt>
<dd class="posts">Replies</dd>
<dd class="views">Views</dd>
<dd class="lastpost"><span>Last post</span></dd>
</dl>
</li>
</ul>
<ul class="topiclist topics">
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31600.html" class="topictitle">An interesting article</a>
<br />
by sycho warrior » Sun May 23, 2004 4:31 am
</dt>
<dd class="posts">12 <dfn>Replies</dfn></dd>
<dd class="views">365 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=31600&p=288032.html#p288032"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sun May 23, 2004 4:29 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31610.html" class="topictitle">a new privateer game in the works??</a>
<br />
by ChonChon » Sun May 23, 2004 10:55 am
</dt>
<dd class="posts">2 <dfn>Replies</dfn></dd>
<dd class="views">119 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=31610&p=287992.html#p287992"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sun May 23, 2004 3:13 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31588.html" class="topictitle">Battlefield and Halo</a>
<br />
by Comont54 » Sat May 22, 2004 9:28 am
</dt>
<dd class="posts">13 <dfn>Replies</dfn></dd>
<dd class="views">314 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by The Evil Thing
<a href="./viewtopic.php_f=12_t=31588&p=287896.html#p287896"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sun May 23, 2004 10:15 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31564.html" class="topictitle">A good topic</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31564.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31564_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31564_start=30.html">3</a></span></strong>by sycho warrior » Fri May 21, 2004 11:37 am
</dt>
<dd class="posts">42 <dfn>Replies</dfn></dd>
<dd class="views">645 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by sycho warrior
<a href="./viewtopic.php_f=12_t=31564&p=287798.html#p287798"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sun May 23, 2004 2:48 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31552.html" class="topictitle">Aaargghh!!!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31552.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31552_start=15.html">2</a></span></strong>by gromit » Fri May 21, 2004 2:01 am
</dt>
<dd class="posts">17 <dfn>Replies</dfn></dd>
<dd class="views">392 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by gromit
<a href="./viewtopic.php_f=12_t=31552&p=287701.html#p287701"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 22, 2004 6:21 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31576.html" class="topictitle">Abbreviations</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31576.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31576_start=15.html">2</a></span></strong>by sycho warrior » Sat May 22, 2004 2:53 am
</dt>
<dd class="posts">15 <dfn>Replies</dfn></dd>
<dd class="views">451 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Wolf_Demon
<a href="./viewtopic.php_f=12_t=31576&p=287690.html#p287690"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 22, 2004 4:22 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31467.html" class="topictitle">British Cinemas finally go Digital...</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31467.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31467_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31467_start=30.html">3</a></span></strong>by gromit » Mon May 17, 2004 9:11 am
</dt>
<dd class="posts">41 <dfn>Replies</dfn></dd>
<dd class="views">774 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Tawakalna
<a href="./viewtopic.php_f=12_t=31467&p=287653.html#p287653"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 22, 2004 12:57 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31559.html" class="topictitle">Chapter 8</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31559.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31559_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31559_start=30.html">3</a></span></strong>by sycho warrior » Fri May 21, 2004 9:37 am
</dt>
<dd class="posts">36 <dfn>Replies</dfn></dd>
<dd class="views">565 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Eraser
<a href="./viewtopic.php_f=12_t=31559&p=287590.html#p287590"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 22, 2004 10:13 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31442.html" class="topictitle">Do you think this turned out well?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31442.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31442_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31442_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31442_start=45.html">4</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31442_start=60.html">5</a></span></strong>by freighter fighter » Sun May 16, 2004 4:19 am
</dt>
<dd class="posts">72 <dfn>Replies</dfn></dd>
<dd class="views">941 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by freighter fighter
<a href="./viewtopic.php_f=12_t=31442&p=287471.html#p287471"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 22, 2004 4:09 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31521.html" class="topictitle">Problem with STW, anybody got way to help?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31521.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31521_start=15.html">2</a></span></strong>by Leonhart » Wed May 19, 2004 1:49 pm
</dt>
<dd class="posts">25 <dfn>Replies</dfn></dd>
<dd class="views">477 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=31521&p=287470.html#p287470"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 22, 2004 4:05 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31566.html" class="topictitle">Audi Le Mans</a>
<br />
by Leonhart » Fri May 21, 2004 12:49 pm
</dt>
<dd class="posts">12 <dfn>Replies</dfn></dd>
<dd class="views">277 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Tawakalna
<a href="./viewtopic.php_f=12_t=31566&p=287451.html#p287451"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 22, 2004 3:05 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31414.html" class="topictitle">This is outrageous</a>
<br />
by sycho warrior » Sat May 15, 2004 12:30 am
</dt>
<dd class="posts">14 <dfn>Replies</dfn></dd>
<dd class="views">360 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Chips
<a href="./viewtopic.php_f=12_t=31414&p=287438.html#p287438"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 22, 2004 1:46 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31520.html" class="topictitle">Smacking might be banned?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31520.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31520_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31520_start=30.html">3</a></span></strong>by Chips » Wed May 19, 2004 1:34 pm
</dt>
<dd class="posts">34 <dfn>Replies</dfn></dd>
<dd class="views">677 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by arton alpha
<a href="./viewtopic.php_f=12_t=31520&p=287357.html#p287357"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri May 21, 2004 6:04 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31562.html" class="topictitle">Hurry down to your local shops today...</a>
<br />
by ~Corsair#01~ » Fri May 21, 2004 10:24 am
</dt>
<dd class="posts">13 <dfn>Replies</dfn></dd>
<dd class="views">1022 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by H.Q. Victor
<a href="./viewtopic.php_f=12_t=31562&p=287356.html#p287356"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri May 21, 2004 6:01 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31399.html" class="topictitle">Fanfic Contest</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31399.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31399_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31399_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31399_start=45.html">4</a></span></strong>by boomerang one » Fri May 14, 2004 8:08 am
</dt>
<dd class="posts">52 <dfn>Replies</dfn></dd>
<dd class="views">1535 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Wolf_Demon
<a href="./viewtopic.php_f=12_t=31399&p=287351.html#p287351"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri May 21, 2004 5:50 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31514.html" class="topictitle">Vampire Hunter D: Bloodlust</a>
<br />
by Orillion. » Wed May 19, 2004 7:29 am
</dt>
<dd class="posts">10 <dfn>Replies</dfn></dd>
<dd class="views">445 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Orillion.
<a href="./viewtopic.php_f=12_t=31514&p=287219.html#p287219"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri May 21, 2004 10:53 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31483.html" class="topictitle">Learning from a Game?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31483.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31483_start=15.html">2</a></span></strong>by H.Q. Victor » Mon May 17, 2004 7:28 pm
</dt>
<dd class="posts">27 <dfn>Replies</dfn></dd>
<dd class="views">791 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by ~Corsair#01~
<a href="./viewtopic.php_f=12_t=31483&p=287198.html#p287198"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri May 21, 2004 9:59 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31523.html" class="topictitle">the truth about cicadas and guess where i live!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31523.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31523_start=15.html">2</a></span></strong>by malystryx » Wed May 19, 2004 3:37 pm
</dt>
<dd class="posts">17 <dfn>Replies</dfn></dd>
<dd class="views">482 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Tawakalna
<a href="./viewtopic.php_f=12_t=31523&p=287125.html#p287125"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri May 21, 2004 5:11 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31450.html" class="topictitle">Library of Alexandria Discovered</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31450.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31450_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31450_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31450_start=45.html">4</a></span></strong>by Esquilax » Sun May 16, 2004 3:10 pm
</dt>
<dd class="posts">56 <dfn>Replies</dfn></dd>
<dd class="views">978 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Tawakalna
<a href="./viewtopic.php_f=12_t=31450&p=287085.html#p287085"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu May 20, 2004 11:50 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31529.html" class="topictitle">madmen-asteroid eaters</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31529.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31529_start=15.html">2</a></span></strong>by kimk » Wed May 19, 2004 7:10 pm
</dt>
<dd class="posts">18 <dfn>Replies</dfn></dd>
<dd class="views">392 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by kimk
<a href="./viewtopic.php_f=12_t=31529&p=287073.html#p287073"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu May 20, 2004 7:15 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31428.html" class="topictitle">Eurovision - Who do you think will win?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31428.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31428_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31428_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31428_start=45.html">4</a></span></strong>by Kendo THM » Sat May 15, 2004 12:43 pm
</dt>
<dd class="posts">51 <dfn>Replies</dfn></dd>
<dd class="views">854 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by zlo
<a href="./viewtopic.php_f=12_t=31428&p=286958.html#p286958"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu May 20, 2004 10:19 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31525.html" class="topictitle">On the nature of dark energy...</a>
<br />
by Esquilax » Wed May 19, 2004 5:25 pm
</dt>
<dd class="posts">10 <dfn>Replies</dfn></dd>
<dd class="views">227 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by zlo
<a href="./viewtopic.php_f=12_t=31525&p=286943.html#p286943"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu May 20, 2004 9:45 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31436.html" class="topictitle">I am building a computer.</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31436.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31436_start=15.html">2</a></span></strong>by Alpha-Leader » Sat May 15, 2004 7:32 pm
</dt>
<dd class="posts">29 <dfn>Replies</dfn></dd>
<dd class="views">435 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Tawakalna
<a href="./viewtopic.php_f=12_t=31436&p=286900.html#p286900"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu May 20, 2004 7:38 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31500.html" class="topictitle">Trip</a>
<br />
by cowami » Tue May 18, 2004 3:11 pm
</dt>
<dd class="posts">11 <dfn>Replies</dfn></dd>
<dd class="views">229 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=31500&p=286854.html#p286854"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu May 20, 2004 2:19 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31404.html" class="topictitle">Italian Cops Add Lamborghini to Fleet</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31404.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31404_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31404_start=30.html">3</a></span></strong>by freighter fighter » Fri May 14, 2004 12:24 pm
</dt>
<dd class="posts">41 <dfn>Replies</dfn></dd>
<dd class="views">635 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by mustang
<a href="./viewtopic.php_f=12_t=31404&p=286840.html#p286840"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu May 20, 2004 1:00 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31267.html" class="topictitle">help/advice needed</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31267.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31267_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31267_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31267_start=45.html">4</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31267_start=60.html">5</a></span></strong>by sycho warrior » Sun May 09, 2004 2:12 am
</dt>
<dd class="posts">64 <dfn>Replies</dfn></dd>
<dd class="views">865 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by mustang
<a href="./viewtopic.php_f=12_t=31267&p=286808.html#p286808"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed May 19, 2004 7:36 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31452.html" class="topictitle">Parallel Universe Test</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31452.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31452_start=15.html">2</a></span></strong>by Esquilax » Sun May 16, 2004 3:37 pm
</dt>
<dd class="posts">24 <dfn>Replies</dfn></dd>
<dd class="views">459 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by arton alpha
<a href="./viewtopic.php_f=12_t=31452&p=286742.html#p286742"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed May 19, 2004 3:57 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31502.html" class="topictitle">Bye all</a>
<br />
by Alpha-Leader » Tue May 18, 2004 4:24 pm
</dt>
<dd class="posts">10 <dfn>Replies</dfn></dd>
<dd class="views">248 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by arton alpha
<a href="./viewtopic.php_f=12_t=31502&p=286729.html#p286729"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed May 19, 2004 3:12 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31503.html" class="topictitle">Private Business all the Way!!</a>
<br />
by H.Q. Victor » Tue May 18, 2004 4:39 pm
</dt>
<dd class="posts">7 <dfn>Replies</dfn></dd>
<dd class="views">158 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Chips
<a href="./viewtopic.php_f=12_t=31503&p=286718.html#p286718"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed May 19, 2004 2:58 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31335.html" class="topictitle">What if this was a Star Wars version of TLR</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31335.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31335_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31335_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31335_start=45.html">4</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31335_start=60.html">5</a></span></strong>by Nickless V2 » Tue May 11, 2004 2:39 pm
</dt>
<dd class="posts">71 <dfn>Replies</dfn></dd>
<dd class="views">1006 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=31335&p=286711.html#p286711"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed May 19, 2004 2:47 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31501.html" class="topictitle">I''m a little late but.....</a>
<br />
by parabolix » Tue May 18, 2004 3:21 pm
</dt>
<dd class="posts">14 <dfn>Replies</dfn></dd>
<dd class="views">315 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Eraser
<a href="./viewtopic.php_f=12_t=31501&p=286544.html#p286544"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue May 18, 2004 11:34 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31397.html" class="topictitle">motor what ?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31397.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31397_start=15.html">2</a></span></strong>by [steel] » Fri May 14, 2004 3:35 am
</dt>
<dd class="posts">16 <dfn>Replies</dfn></dd>
<dd class="views">420 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by arton alpha
<a href="./viewtopic.php_f=12_t=31397&p=286387.html#p286387"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue May 18, 2004 3:11 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31427.html" class="topictitle">Help me decide on a mobile phone</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31427.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31427_start=15.html">2</a></span></strong>by Fear Factor » Sat May 15, 2004 11:57 am
</dt>
<dd class="posts">27 <dfn>Replies</dfn></dd>
<dd class="views">541 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by arton alpha
<a href="./viewtopic.php_f=12_t=31427&p=286382.html#p286382"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue May 18, 2004 3:03 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31368.html" class="topictitle">Van Helsing</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31368.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31368_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31368_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31368_start=45.html">4</a></span></strong>by Esquilax » Wed May 12, 2004 5:47 pm
</dt>
<dd class="posts">50 <dfn>Replies</dfn></dd>
<dd class="views">816 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=31368&p=286381.html#p286381"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue May 18, 2004 3:00 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31415.html" class="topictitle">Yahoo messenger</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31415.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31415_start=15.html">2</a></span></strong>by sycho warrior » Sat May 15, 2004 12:59 am
</dt>
<dd class="posts">20 <dfn>Replies</dfn></dd>
<dd class="views">451 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Alpha-Leader
<a href="./viewtopic.php_f=12_t=31415&p=286359.html#p286359"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue May 18, 2004 2:23 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31416.html" class="topictitle">Just for now</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31416.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31416_start=15.html">2</a></span></strong>by sycho warrior » Sat May 15, 2004 1:39 am
</dt>
<dd class="posts">27 <dfn>Replies</dfn></dd>
<dd class="views">484 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by arton alpha
<a href="./viewtopic.php_f=12_t=31416&p=286279.html#p286279"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue May 18, 2004 10:25 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31433.html" class="topictitle">Is it truly Progress?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31433.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31433_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31433_start=30.html">3</a></span></strong>by H.Q. Victor » Sat May 15, 2004 3:52 pm
</dt>
<dd class="posts">30 <dfn>Replies</dfn></dd>
<dd class="views">522 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by boomerang one
<a href="./viewtopic.php_f=12_t=31433&p=286247.html#p286247"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue May 18, 2004 8:21 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31374.html" class="topictitle">Apologies for MSN Users / HELP ME!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31374.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31374_start=15.html">2</a></span></strong>by gromit » Thu May 13, 2004 2:40 am
</dt>
<dd class="posts">20 <dfn>Replies</dfn></dd>
<dd class="views">401 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Tawakalna
<a href="./viewtopic.php_f=12_t=31374&p=285871.html#p285871"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Mon May 17, 2004 4:28 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31407.html" class="topictitle">meany teachers! >.<</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31407.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31407_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31407_start=30.html">3</a></span></strong>by Wolf_Demon » Fri May 14, 2004 2:32 pm
</dt>
<dd class="posts">33 <dfn>Replies</dfn></dd>
<dd class="views">640 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Jagged
<a href="./viewtopic.php_f=12_t=31407&p=285847.html#p285847"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Mon May 17, 2004 1:55 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31366.html" class="topictitle">Sentimentals - about a forum</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31366.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31366_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31366_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31366_start=45.html">4</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31366_start=60.html">5</a></span></strong>by Nickless V2 » Wed May 12, 2004 3:44 pm
</dt>
<dd class="posts">62 <dfn>Replies</dfn></dd>
<dd class="views">848 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by freighter fighter
<a href="./viewtopic.php_f=12_t=31366&p=285835.html#p285835"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Mon May 17, 2004 12:52 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31438.html" class="topictitle">WinTools Programs....????</a>
<br />
by parabolix » Sat May 15, 2004 8:54 pm
</dt>
<dd class="posts">4 <dfn>Replies</dfn></dd>
<dd class="views">202 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=31438&p=285674.html#p285674"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sun May 16, 2004 2:54 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31302.html" class="topictitle">Looking for a Font</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31302.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31302_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31302_start=30.html">3</a></span></strong>by High-Density » Mon May 10, 2004 2:01 pm
</dt>
<dd class="posts">31 <dfn>Replies</dfn></dd>
<dd class="views">531 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by gromit
<a href="./viewtopic.php_f=12_t=31302&p=285630.html#p285630"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sun May 16, 2004 12:22 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31426.html" class="topictitle">In our great country....</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31426.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31426_start=15.html">2</a></span></strong>by ~Corsair#01~ » Sat May 15, 2004 11:26 am
</dt>
<dd class="posts">21 <dfn>Replies</dfn></dd>
<dd class="views">399 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Recusant
<a href="./viewtopic.php_f=12_t=31426&p=285570.html#p285570"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sun May 16, 2004 7:09 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31413.html" class="topictitle">Struck by lightning/Asteroid collision</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31413.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31413_start=15.html">2</a></span></strong>by sylverfysh » Fri May 14, 2004 11:10 pm
</dt>
<dd class="posts">20 <dfn>Replies</dfn></dd>
<dd class="views">405 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Megistos
<a href="./viewtopic.php_f=12_t=31413&p=285561.html#p285561"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sun May 16, 2004 5:30 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31373.html" class="topictitle">im confused....</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31373.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31373_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31373_start=30.html">3</a></span></strong>by freighter fighter » Thu May 13, 2004 1:28 am
</dt>
<dd class="posts">30 <dfn>Replies</dfn></dd>
<dd class="views">552 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by danclark20
<a href="./viewtopic.php_f=12_t=31373&p=285479.html#p285479"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 15, 2004 11:31 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31418.html" class="topictitle">What do you think of Painkiller?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31418.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31418_start=15.html">2</a></span></strong>by Esquilax » Sat May 15, 2004 3:19 am
</dt>
<dd class="posts">21 <dfn>Replies</dfn></dd>
<dd class="views">457 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=31418&p=285394.html#p285394"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 15, 2004 7:47 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31344.html" class="topictitle">Critique My Artwork - Updated</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31344.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31344_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31344_start=30.html">3</a></span></strong>by Esquilax » Tue May 11, 2004 11:18 pm
</dt>
<dd class="posts">35 <dfn>Replies</dfn></dd>
<dd class="views">552 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=31344&p=285388.html#p285388"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 15, 2004 7:39 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31358.html" class="topictitle">Im back!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31358.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31358_start=15.html">2</a></span></strong>by Orillion. » Wed May 12, 2004 10:30 am
</dt>
<dd class="posts">16 <dfn>Replies</dfn></dd>
<dd class="views">256 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=31358&p=285378.html#p285378"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 15, 2004 7:30 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31112.html" class="topictitle">Ghmf</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31112.html">1</a><span class="page-dots"> ... </span><a href="./viewtopic.php_f=12_t=31112_start=105.html">8</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31112_start=120.html">9</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31112_start=135.html">10</a></span></strong>by sycho warrior » Tue May 04, 2004 11:48 am
</dt>
<dd class="posts">136 <dfn>Replies</dfn></dd>
<dd class="views">1966 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by mustang
<a href="./viewtopic.php_f=12_t=31112&p=285351.html#p285351"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 15, 2004 5:11 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=31367.html" class="topictitle">I''m glad I don''t live in Barcelona...</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=31367.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=31367_start=15.html">2</a></span></strong>by Esquilax » Wed May 12, 2004 4:29 pm
</dt>
<dd class="posts">15 <dfn>Replies</dfn></dd>
<dd class="views">416 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by H.Q. Victor
<a href="./viewtopic.php_f=12_t=31367&p=285230.html#p285230"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat May 15, 2004 10:45 am</span> </dd>
</dl>
</li>
</ul>
<div class="block-clear"></div></div></div></div><div class="block-footer"><span></span><div></div></div></div>
</div>
<div class="topic-actions">
<div class="buttons">
<div class="post-icon" title="Post a new topic"><a href=""><span></span>Post a new topic</a></div>
</div>
<div class="pagination">
4821 topics • <a href="#" onclick="jumpto(); return false;" title="Click to jump to page…">Page <strong>45</strong> of <strong>97</strong></a>
• <span><a href="./viewforum.php_f=12.html">1</a><span class="page-dots"> ... </span><a href="./viewforum.php_f=12_start=2050.html">42</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=2100.html">43</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=2150.html">44</a><span class="page-sep">, </span><strong>45</strong><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=2250.html">46</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=2300.html">47</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=2350.html">48</a><span class="page-dots"> ... </span><a href="./viewforum.php_f=12_start=4800.html">97</a></span>
</div>
</div>
<p></p><p><a href="./index.php.html" class="left-box left" accesskey="r">Return to Board index</a></p>
<br /><br />
<h3>Forum permissions</h3>
<p>You <strong>cannot</strong> post new topics in this forum<br />You <strong>cannot</strong> reply to topics in this forum<br />You <strong>cannot</strong> edit your posts in this forum<br />You <strong>cannot</strong> delete your posts in this forum<br /></p>
</div>
<div>
<a id="bottom" name="bottom" accesskey="z"></a>
</div>
<div id="footer-clear"> </div>
<div class="copyright">
<br />Hosted by <a href="https://the-starport.com">The Starport</a> • Theme by <a href="https://www.stsoftware.biz/" ref="nofollow">ST Software</a>
</div>
</div><!-- #global -->
</div>
</body>
</html>