-
Notifications
You must be signed in to change notification settings - Fork 0
/
viewforum.php_f=12_start=500.html
923 lines (726 loc) · 52.5 KB
/
viewforum.php_f=12_start=500.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=500.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>11</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=350.html">8</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=400.html">9</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=450.html">10</a><span class="page-sep">, </span><strong>11</strong><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=550.html">12</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=600.html">13</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=650.html">14</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=500.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=43127.html" class="topictitle">The New Look of Slashdot</a>
<br />
by Eh_Steve » Sat Apr 01, 2006 6:49 am
</dt>
<dd class="posts">2 <dfn>Replies</dfn></dd>
<dd class="views">667 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=43127&p=401377.html#p401377"><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 Apr 01, 2006 2:37 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=43093.html" class="topictitle">murder most foul</a>
<br />
by Cold_Void » Tue Mar 28, 2006 3:24 pm
</dt>
<dd class="posts">7 <dfn>Replies</dfn></dd>
<dd class="views">1180 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by The Evil Thing
<a href="./viewtopic.php_f=12_t=43093&p=401375.html#p401375"><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 Apr 01, 2006 1:16 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=42850.html" class="topictitle">TLR rpg!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42850.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42850_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42850_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42850_start=45.html">4</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42850_start=60.html">5</a></span></strong>by The Shroud (lurking) » Thu Mar 02, 2006 12:54 pm
</dt>
<dd class="posts">61 <dfn>Replies</dfn></dd>
<dd class="views">5343 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by The Evil Thing
<a href="./viewtopic.php_f=12_t=42850&p=401343.html#p401343"><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 Mar 31, 2006 10:38 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=43100.html" class="topictitle">Cars</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=43100.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=43100_start=15.html">2</a></span></strong>by Scorpion Chopsticks » Wed Mar 29, 2006 9:17 am
</dt>
<dd class="posts">20 <dfn>Replies</dfn></dd>
<dd class="views">2241 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Stormtrooper112
<a href="./viewtopic.php_f=12_t=43100&p=401336.html#p401336"><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 Mar 31, 2006 3:45 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=43036.html" class="topictitle">Happy Birthday to Parabolix!!!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=43036.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=43036_start=15.html">2</a></span></strong>by H.Q. Victor » Wed Mar 22, 2006 4:24 pm
</dt>
<dd class="posts">22 <dfn>Replies</dfn></dd>
<dd class="views">2382 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Predator
<a href="./viewtopic.php_f=12_t=43036&p=401326.html#p401326"><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 Mar 31, 2006 12:26 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=42772.html" class="topictitle">If you were asked...</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42772.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42772_start=15.html">2</a></span></strong>by Fred the Dead » Wed Feb 22, 2006 9:13 am
</dt>
<dd class="posts">23 <dfn>Replies</dfn></dd>
<dd class="views">2581 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Orillion.
<a href="./viewtopic.php_f=12_t=42772&p=401314.html#p401314"><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 Mar 31, 2006 6:07 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=42807.html" class="topictitle">Spaceballs- The most underrated movie i have ever seen</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42807.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42807_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42807_start=30.html">3</a></span></strong>by Chocolate Stiletto » Sat Feb 25, 2006 9:12 pm
</dt>
<dd class="posts">40 <dfn>Replies</dfn></dd>
<dd class="views">3444 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Scorpion Chopsticks
<a href="./viewtopic.php_f=12_t=42807&p=401192.html#p401192"><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 Mar 29, 2006 9:21 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=43004.html" class="topictitle">Happy birthday to Stinger!!!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=43004.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=43004_start=15.html">2</a></span></strong>by H.Q. Victor » Sat Mar 18, 2006 3:42 pm
</dt>
<dd class="posts">29 <dfn>Replies</dfn></dd>
<dd class="views">2998 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Chips
<a href="./viewtopic.php_f=12_t=43004&p=401191.html#p401191"><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 Mar 29, 2006 9:00 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=43046.html" class="topictitle">Happy Birthday to Mau!!!</a>
<br />
by H.Q. Victor » Thu Mar 23, 2006 4:23 pm
</dt>
<dd class="posts">6 <dfn>Replies</dfn></dd>
<dd class="views">988 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Indy11
<a href="./viewtopic.php_f=12_t=43046&p=401185.html#p401185"><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 Mar 29, 2006 8:23 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=43090.html" class="topictitle">Stanislaw Lem - beyond infinity now</a>
<br />
by zazie » Tue Mar 28, 2006 1:08 am
</dt>
<dd class="posts">2 <dfn>Replies</dfn></dd>
<dd class="views">632 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Fred the Dead
<a href="./viewtopic.php_f=12_t=43090&p=401126.html#p401126"><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 Mar 28, 2006 7:32 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=42995.html" class="topictitle">What the heck is this??? anyone know??? LOL!</a>
<br />
by Lobsterback » Fri Mar 17, 2006 7:02 pm
</dt>
<dd class="posts">8 <dfn>Replies</dfn></dd>
<dd class="views">1184 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by J Dawg
<a href="./viewtopic.php_f=12_t=42995&p=400974.html#p400974"><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 Mar 26, 2006 7:50 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=43060.html" class="topictitle">Happy Birthday to Arton Alpha!!!</a>
<br />
by H.Q. Victor » Sat Mar 25, 2006 3:27 pm
</dt>
<dd class="posts">5 <dfn>Replies</dfn></dd>
<dd class="views">995 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by arton alpha
<a href="./viewtopic.php_f=12_t=43060&p=400967.html#p400967"><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 Mar 26, 2006 4:20 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=43035.html" class="topictitle">a year already</a>
<br />
by arton alpha » Wed Mar 22, 2006 4:01 pm
</dt>
<dd class="posts">7 <dfn>Replies</dfn></dd>
<dd class="views">1017 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Chips
<a href="./viewtopic.php_f=12_t=43035&p=400824.html#p400824"><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 Mar 23, 2006 3:32 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=42950.html" class="topictitle">Happy Birthday to Killa!!!</a>
<br />
by H.Q. Victor » Mon Mar 13, 2006 4:51 pm
</dt>
<dd class="posts">13 <dfn>Replies</dfn></dd>
<dd class="views">1456 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Killa
<a href="./viewtopic.php_f=12_t=42950&p=400610.html#p400610"><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 Mar 19, 2006 8:38 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=42958.html" class="topictitle">Submitted for your consideration</a>
<br />
by Fred the Dead » Tue Mar 14, 2006 10:41 am
</dt>
<dd class="posts">6 <dfn>Replies</dfn></dd>
<dd class="views">991 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Fred the Dead
<a href="./viewtopic.php_f=12_t=42958&p=400603.html#p400603"><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 Mar 19, 2006 3:36 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=42927.html" class="topictitle">I''ve noticed that some n00bs are still arrving..</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42927.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42927_start=15.html">2</a></span></strong>by druid » Sat Mar 11, 2006 4:32 pm
</dt>
<dd class="posts">16 <dfn>Replies</dfn></dd>
<dd class="views">1940 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Arania
<a href="./viewtopic.php_f=12_t=42927&p=400559.html#p400559"><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 Mar 18, 2006 9:27 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=42897.html" class="topictitle">Computer Graphics/ Digital Art</a>
<br />
by Tuks » Tue Mar 07, 2006 10:16 am
</dt>
<dd class="posts">5 <dfn>Replies</dfn></dd>
<dd class="views">966 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by The Shroud (lurking)
<a href="./viewtopic.php_f=12_t=42897&p=400539.html#p400539"><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 Mar 18, 2006 12:28 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=42880.html" class="topictitle">Graphi work</a>
<br />
by darkagent » Sun Mar 05, 2006 6:54 pm
</dt>
<dd class="posts">1 <dfn>Replies</dfn></dd>
<dd class="views">618 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Alpha-Leader
<a href="./viewtopic.php_f=12_t=42880&p=400500.html#p400500"><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 Mar 17, 2006 6:05 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=42984.html" class="topictitle">For all the music lovers....</a>
<br />
by harrier » Fri Mar 17, 2006 3:02 am
</dt>
<dd class="posts">2 <dfn>Replies</dfn></dd>
<dd class="views">673 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Chips
<a href="./viewtopic.php_f=12_t=42984&p=400486.html#p400486"><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 Mar 17, 2006 11:25 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=42900.html" class="topictitle">Ways to improve the Olympics!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42900.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42900_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42900_start=30.html">3</a></span></strong>by Killa » Wed Mar 08, 2006 2:20 pm
</dt>
<dd class="posts">31 <dfn>Replies</dfn></dd>
<dd class="views">2929 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Chips
<a href="./viewtopic.php_f=12_t=42900&p=400321.html#p400321"><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 Mar 13, 2006 11: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=42952.html" class="topictitle">for all you darkness fans out there</a>
<br />
by richard s » Mon Mar 13, 2006 7:17 pm
</dt>
<dd class="posts">0 <dfn>Replies</dfn></dd>
<dd class="views">599 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by richard s
<a href="./viewtopic.php_f=12_t=42952&p=32607.html#p32607"><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 Mar 13, 2006 7:17 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=42912.html" class="topictitle">No-litter bin</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42912.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42912_start=15.html">2</a></span></strong>by The Evil Thing » Fri Mar 10, 2006 1:33 am
</dt>
<dd class="posts">27 <dfn>Replies</dfn></dd>
<dd class="views">2823 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by druid
<a href="./viewtopic.php_f=12_t=42912&p=400247.html#p400247"><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 Mar 12, 2006 11:40 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=42906.html" class="topictitle">DA reincarnated? .....maybe</a>
<br />
by ssjgarretjax » Thu Mar 09, 2006 4:52 am
</dt>
<dd class="posts">8 <dfn>Replies</dfn></dd>
<dd class="views">1275 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Killa
<a href="./viewtopic.php_f=12_t=42906&p=400138.html#p400138"><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 Mar 10, 2006 9:36 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=42899.html" class="topictitle">Jail finally? Surely, this time....</a>
<br />
by Chips » Wed Mar 08, 2006 12:10 am
</dt>
<dd class="posts">12 <dfn>Replies</dfn></dd>
<dd class="views">1648 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Chips
<a href="./viewtopic.php_f=12_t=42899&p=400057.html#p400057"><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 Mar 09, 2006 1:16 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=42855.html" class="topictitle">Warning! 1337 users spilling off the internet into the real</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42855.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42855_start=15.html">2</a></span></strong>by J Dawg » Thu Mar 02, 2006 10:30 pm
</dt>
<dd class="posts">26 <dfn>Replies</dfn></dd>
<dd class="views">2825 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Sh|ft
<a href="./viewtopic.php_f=12_t=42855&p=400027.html#p400027"><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 Mar 09, 2006 6:34 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=42839.html" class="topictitle">Efficiency...</a>
<br />
by Chips » Wed Mar 01, 2006 12:21 am
</dt>
<dd class="posts">10 <dfn>Replies</dfn></dd>
<dd class="views">1349 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by blackhole
<a href="./viewtopic.php_f=12_t=42839&p=399915.html#p399915"><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 Mar 07, 2006 9:26 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=42889.html" class="topictitle">attention NJ!! (and all others)</a>
<br />
by Leonhart » Mon Mar 06, 2006 5:58 pm
</dt>
<dd class="posts">3 <dfn>Replies</dfn></dd>
<dd class="views">696 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Eh_Steve
<a href="./viewtopic.php_f=12_t=42889&p=399884.html#p399884"><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 Mar 07, 2006 12:09 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=42747.html" class="topictitle">Banking fraud</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42747.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42747_start=15.html">2</a></span></strong>by H.Q. Victor » Sun Feb 19, 2006 11:26 am
</dt>
<dd class="posts">16 <dfn>Replies</dfn></dd>
<dd class="views">2078 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by J Dawg
<a href="./viewtopic.php_f=12_t=42747&p=399749.html#p399749"><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 Mar 05, 2006 12:30 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=42837.html" class="topictitle">Old Games</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42837.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42837_start=15.html">2</a></span></strong>by The Shroud (lurking) » Tue Feb 28, 2006 5:39 pm
</dt>
<dd class="posts">20 <dfn>Replies</dfn></dd>
<dd class="views">2374 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by [steel]
<a href="./viewtopic.php_f=12_t=42837&p=399740.html#p399740"><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 Mar 05, 2006 7:27 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=42843.html" class="topictitle">Auto docking within Freelancer</a>
<br />
by skavengur » Wed Mar 01, 2006 8:50 am
</dt>
<dd class="posts">8 <dfn>Replies</dfn></dd>
<dd class="views">1303 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Wolf_Demon
<a href="./viewtopic.php_f=12_t=42843&p=399692.html#p399692"><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 Mar 04, 2006 11:19 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=42840.html" class="topictitle">EMA''s (paying children in school)</a>
<br />
by Chips » Wed Mar 01, 2006 12:34 am
</dt>
<dd class="posts">12 <dfn>Replies</dfn></dd>
<dd class="views">1585 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by druid
<a href="./viewtopic.php_f=12_t=42840&p=399583.html#p399583"><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 Mar 03, 2006 6:02 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=42510.html" class="topictitle">The TLR Vending machine</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42510.html">1</a><span class="page-dots"> ... </span><a href="./viewtopic.php_f=12_t=42510_start=90.html">7</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42510_start=105.html">8</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42510_start=120.html">9</a></span></strong>by The Shroud (lurking) » Sun Jan 22, 2006 4:53 pm
</dt>
<dd class="posts">120 <dfn>Replies</dfn></dd>
<dd class="views">8923 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by H.Q. Victor
<a href="./viewtopic.php_f=12_t=42510&p=399551.html#p399551"><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 Mar 02, 2006 6:05 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=42153.html" class="topictitle">Descriptive dooms!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42153.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42153_start=15.html">2</a></span></strong>by The Shroud (lurking) » Thu Dec 15, 2005 6:01 pm
</dt>
<dd class="posts">15 <dfn>Replies</dfn></dd>
<dd class="views">1948 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Eh_Steve
<a href="./viewtopic.php_f=12_t=42153&p=399532.html#p399532"><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 Mar 02, 2006 3:14 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=42806.html" class="topictitle">Sheriff Tayler, Barney is no longer with us.</a>
<br />
by H.Q. Victor » Sat Feb 25, 2006 7:02 pm
</dt>
<dd class="posts">3 <dfn>Replies</dfn></dd>
<dd class="views">715 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Tawakalna
<a href="./viewtopic.php_f=12_t=42806&p=399517.html#p399517"><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 Mar 02, 2006 12:46 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=42844.html" class="topictitle">Scrubs</a>
<br />
by Aceaz » Wed Mar 01, 2006 10:07 am
</dt>
<dd class="posts">5 <dfn>Replies</dfn></dd>
<dd class="views">966 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Orillion.
<a href="./viewtopic.php_f=12_t=42844&p=399486.html#p399486"><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 Mar 01, 2006 6:13 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=42733.html" class="topictitle">Vista "backdoor" for national security?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42733.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42733_start=15.html">2</a></span></strong>by Chips » Fri Feb 17, 2006 4:45 pm
</dt>
<dd class="posts">29 <dfn>Replies</dfn></dd>
<dd class="views">3130 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Indy11
<a href="./viewtopic.php_f=12_t=42733&p=399462.html#p399462"><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 Mar 01, 2006 11:42 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=42834.html" class="topictitle">how many do you play?</a>
<br />
by Wolf_Demon » Tue Feb 28, 2006 1:29 pm
</dt>
<dd class="posts">8 <dfn>Replies</dfn></dd>
<dd class="views">1196 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Orillion.
<a href="./viewtopic.php_f=12_t=42834&p=399434.html#p399434"><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 Mar 01, 2006 4:55 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=42768.html" class="topictitle">Happy Birthday to Richard W. Sabatino!!!</a>
<br />
by H.Q. Victor » Tue Feb 21, 2006 4:35 pm
</dt>
<dd class="posts">7 <dfn>Replies</dfn></dd>
<dd class="views">1068 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by richard s
<a href="./viewtopic.php_f=12_t=42768&p=399170.html#p399170"><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 Feb 25, 2006 6: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=42682.html" class="topictitle">An Exciting Day for me...</a>
<br />
by J Dawg » Sat Feb 11, 2006 9:16 pm
</dt>
<dd class="posts">9 <dfn>Replies</dfn></dd>
<dd class="views">1308 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by J Dawg
<a href="./viewtopic.php_f=12_t=42682&p=399057.html#p399057"><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 Feb 22, 2006 11:11 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=42713.html" class="topictitle">All hope for FL2 is dead.</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42713.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42713_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42713_start=30.html">3</a></span></strong>by vorticaldwarf » Wed Feb 15, 2006 4:16 pm
</dt>
<dd class="posts">32 <dfn>Replies</dfn></dd>
<dd class="views">3525 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Indy11
<a href="./viewtopic.php_f=12_t=42713&p=399012.html#p399012"><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 Feb 22, 2006 6:42 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=38094.html" class="topictitle">Other games</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=38094.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=38094_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=38094_start=30.html">3</a></span></strong>by NiQCo » Wed Mar 09, 2005 10:50 am
</dt>
<dd class="posts">42 <dfn>Replies</dfn></dd>
<dd class="views">4338 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by house atreides
<a href="./viewtopic.php_f=12_t=38094&p=398996.html#p398996"><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 Feb 21, 2006 7:44 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=42484.html" class="topictitle">Yuor favorite movie!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42484.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42484_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42484_start=30.html">3</a></span></strong>by Scorpion Chopsticks » Fri Jan 20, 2006 6:14 am
</dt>
<dd class="posts">31 <dfn>Replies</dfn></dd>
<dd class="views">3256 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Chocolate Stiletto
<a href="./viewtopic.php_f=12_t=42484&p=398980.html#p398980"><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 Feb 21, 2006 3:38 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=42703.html" class="topictitle">Travel plans</a>
<br />
by meezookeewee » Tue Feb 14, 2006 2:50 pm
</dt>
<dd class="posts">4 <dfn>Replies</dfn></dd>
<dd class="views">813 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by H.Q. Victor
<a href="./viewtopic.php_f=12_t=42703&p=398919.html#p398919"><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 Feb 20, 2006 4:10 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=42709.html" class="topictitle">how old did you think i was?</a>
<br />
by The Shroud (lurking) » Wed Feb 15, 2006 4:26 am
</dt>
<dd class="posts">12 <dfn>Replies</dfn></dd>
<dd class="views">1622 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Chupa
<a href="./viewtopic.php_f=12_t=42709&p=398886.html#p398886"><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 Feb 20, 2006 12:55 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=42726.html" class="topictitle">purchase freelancer rights</a>
<br />
by MACC » Thu Feb 16, 2006 9:20 pm
</dt>
<dd class="posts">6 <dfn>Replies</dfn></dd>
<dd class="views">919 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by ~Corsair#01~
<a href="./viewtopic.php_f=12_t=42726&p=398791.html#p398791"><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 Feb 18, 2006 6:30 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=42675.html" class="topictitle">What''s so good about the Olympics anyway? (part 2)</a>
<br />
by Stinger » Fri Feb 10, 2006 5:33 pm
</dt>
<dd class="posts">13 <dfn>Replies</dfn></dd>
<dd class="views">1629 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by H.Q. Victor
<a href="./viewtopic.php_f=12_t=42675&p=398771.html#p398771"><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 Feb 17, 2006 6:58 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=42692.html" class="topictitle">Northeast US Snowstorm?</a>
<br />
by Eh_Steve » Mon Feb 13, 2006 12:26 pm
</dt>
<dd class="posts">7 <dfn>Replies</dfn></dd>
<dd class="views">1258 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by arton alpha
<a href="./viewtopic.php_f=12_t=42692&p=398547.html#p398547"><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 Feb 14, 2006 8:30 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=42611.html" class="topictitle">Liberty Ale.</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42611.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42611_start=15.html">2</a></span></strong>by vorticaldwarf » Thu Feb 02, 2006 2:43 pm
</dt>
<dd class="posts">16 <dfn>Replies</dfn></dd>
<dd class="views">2342 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Arania
<a href="./viewtopic.php_f=12_t=42611&p=398495.html#p398495"><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 Feb 12, 2006 10:06 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=42635.html" class="topictitle">bionicle</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42635.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42635_start=15.html">2</a></span></strong>by son of roodaka » Sun Feb 05, 2006 10:00 am
</dt>
<dd class="posts">24 <dfn>Replies</dfn></dd>
<dd class="views">2815 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by house atreides
<a href="./viewtopic.php_f=12_t=42635&p=398493.html#p398493"><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 Feb 12, 2006 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=42562.html" class="topictitle">Camera</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=42562.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=42562_start=15.html">2</a></span></strong>by Tuks » Sat Jan 28, 2006 10:53 am
</dt>
<dd class="posts">21 <dfn>Replies</dfn></dd>
<dd class="views">2613 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by freighter fighter
<a href="./viewtopic.php_f=12_t=42562&p=398302.html#p398302"><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 Feb 08, 2006 12:26 pm</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>11</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=350.html">8</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=400.html">9</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=450.html">10</a><span class="page-sep">, </span><strong>11</strong><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=550.html">12</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=600.html">13</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=650.html">14</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>