impostor 0.0.1 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2077 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-gb" xml:lang="en-gb">
3
+ <head>
4
+ <link REL="SHORTCUT ICON" HREF="http://example.com/favicon.ico">
5
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
6
+ <meta http-equiv="content-language" content="en-gb" />
7
+ <meta http-equiv="content-style-type" content="text/css" />
8
+ <meta http-equiv="imagetoolbar" content="no" />
9
+ <meta name="resource-type" content="document" />
10
+ <meta name="distribution" content="global" />
11
+ <meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
12
+ <meta name="keywords" content="" />
13
+ <meta name="description" content="" />
14
+ <title>EXAMPLE.COM &bull; View topic - test</title>
15
+
16
+ <link rel="stylesheet" href="./styles/GnB/theme/stylesheet.css" type="text/css" />
17
+
18
+
19
+
20
+ <script type="text/javascript">
21
+ // <![CDATA[
22
+
23
+ function popup(url, width, height, name)
24
+ {
25
+ if (!name)
26
+ {
27
+ name = '_popup';
28
+ }
29
+
30
+ window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
31
+ return false;
32
+ }
33
+
34
+ function jumpto()
35
+ {
36
+ var page = prompt('Enter the page number you wish to go to.:', '1');
37
+ var perpage = '';
38
+ var base_url = '';
39
+
40
+ if (page !== null && !isNaN(page) && page > 0)
41
+ {
42
+ document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * perpage);
43
+ }
44
+ }
45
+
46
+ /**
47
+ * Find a member
48
+ */
49
+ function find_username(url)
50
+ {
51
+ popup(url, 760, 570, '_usersearch');
52
+ return false;
53
+ }
54
+
55
+ /**
56
+ * Mark/unmark checklist
57
+ * id = ID of parent container, name = name prefix, state = state [true/false]
58
+ */
59
+ function marklist(id, name, state)
60
+ {
61
+ var parent = document.getElementById(id);
62
+ if (!parent)
63
+ {
64
+ eval('parent = document.' + id);
65
+ }
66
+
67
+ if (!parent)
68
+ {
69
+ return;
70
+ }
71
+
72
+ var rb = parent.getElementsByTagName('input');
73
+
74
+ for (var r = 0; r < rb.length; r++)
75
+ {
76
+ if (rb[r].name.substr(0, name.length) == name)
77
+ {
78
+ rb[r].checked = state;
79
+ }
80
+ }
81
+ }
82
+
83
+
84
+ // ]]>
85
+ </script>
86
+ <SCRIPT TYPE="text/javascript">
87
+ <!--
88
+ // copyright 1999 Idocs, Inc. http://www.idocs.com/tags/
89
+ // Distribute this script freely, but please keep this
90
+ // notice with the code.
91
+
92
+ var rollOverArr=new Array();
93
+ function setrollover(OverImgSrc,pageImageName)
94
+ {
95
+ if (! document.images)return;
96
+ if (pageImageName == null)
97
+ pageImageName = document.images[document.images.length-1].name;
98
+ rollOverArr[pageImageName]=new Object;
99
+ rollOverArr[pageImageName].overImg = new Image;
100
+ rollOverArr[pageImageName].overImg.src=OverImgSrc;
101
+ }
102
+
103
+ function rollover(pageImageName)
104
+ {
105
+ if (! document.images)return;
106
+ if (! rollOverArr[pageImageName])return;
107
+ if (! rollOverArr[pageImageName].outImg)
108
+ {
109
+ rollOverArr[pageImageName].outImg = new Image;
110
+ rollOverArr[pageImageName].outImg.src = document.images[pageImageName].src;
111
+ }
112
+ document.images[pageImageName].src=rollOverArr[pageImageName].overImg.src;
113
+ }
114
+
115
+ function rollout(pageImageName)
116
+ {
117
+ if (! document.images)return;
118
+ if (! rollOverArr[pageImageName])return;
119
+ document.images[pageImageName].src=rollOverArr[pageImageName].outImg.src;
120
+ }
121
+ //-->
122
+ </SCRIPT>
123
+
124
+ </head>
125
+ <body class="ltr">
126
+
127
+ <a name="top"></a>
128
+
129
+ <div id="wrapheader">
130
+ <table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0">
131
+ <tr>
132
+ <table id="bx" width="100%" height="40" border="0" cellpadding="0" cellspacing="0">
133
+ <td><img src="./styles/GnB/theme/images/header/h11.png" width="40" height="40" alt=""></td>
134
+ <td><img src="./styles/GnB/theme/images/header/h12.png" width="100" height="40" alt=""></td>
135
+ <td background="./styles/GnB/theme/images/header/h13.png" width="100%" height="40">
136
+ <td><img src="./styles/GnB/theme/images/header/h14.png" width="100" height="40" alt=""></td>
137
+ <td><img src="./styles/GnB/theme/images/header/h15.png" width="40" height="40" alt=""></td>
138
+ </table>
139
+ </tr>
140
+ <tr>
141
+ <table id="bx" width="100%" height="140" border="0" cellpadding="0" cellspacing="0">
142
+ <td><img src="./styles/GnB/theme/images/header/h21.png" width="40" height="140" alt=""></td>
143
+ <td><img src="./styles/GnB/theme/images/header/h22.png" width="100" height="140" alt=""></td>
144
+ <td background="./styles/GnB/theme/images/header/h23.png" width="100%" height="140">
145
+ <div id="logodesc">
146
+ <table width="100%" cellspacing="0">
147
+ <tr>
148
+ <td><a href="./index.php"><img src="./styles/GnB/imageset/site_logo.png" width="480" height="80" alt="" title="" /></a></td>
149
+ <td width="100%" align="center"><h1>EXAMPLE.COM</h1><span class="gen">HOME OF THE MEATSHIELDS</span></td>
150
+ </tr>
151
+ </table>
152
+ </div>
153
+ </td>
154
+ <td><img src="./styles/GnB/theme/images/header/h24.png" width="100" height="140" alt=""></td>
155
+ <td><img src="./styles/GnB/theme/images/header/h25.png" width="40" height="140" alt=""></td>
156
+ </table>
157
+ </tr>
158
+ <tr>
159
+ <table id="bx" width="100%" height="66" border="0" cellpadding="0" cellspacing="0">
160
+ <td><img src="./styles/GnB/theme/images/header/h31.png" width="40" height="66" alt=""></td>
161
+ <td><img src="./styles/GnB/theme/images/header/h32.png" width="100" height="66" alt=""></td>
162
+ <td background="./styles/GnB/theme/images/header/h33.png" width="20%" height="66" align="center">
163
+ <A HREF="./index.php"
164
+ onMouseOver = "rollover('home')"
165
+ onMouseOut = "rollout('home')"
166
+ >
167
+ <IMG SRC="./styles/GnB/theme/images/buttons/home1.png"
168
+ NAME="home"
169
+ ALT="Home Page" BORDER=0
170
+ HEIGHT=40 WIDTH=101
171
+ >
172
+ </A>
173
+ <SCRIPT TYPE="text/javascript">
174
+ <!--
175
+ setrollover("./styles/GnB/theme/images/buttons/home2.png");
176
+ //-->
177
+ </SCRIPT>
178
+ </td>
179
+ <td background="./styles/GnB/theme/images/header/h33.png" width="20%" height="66" align="center">
180
+ <A HREF="./faq.php"
181
+ onMouseOver = "rollover('faq')"
182
+ onMouseOut = "rollout('faq')"
183
+ >
184
+ <IMG SRC="./styles/GnB/theme/images/buttons/faq1.png"
185
+ NAME="faq"
186
+ ALT="Home Page" BORDER=0
187
+ HEIGHT=40 WIDTH=101
188
+ >
189
+ </A>
190
+ <SCRIPT TYPE="text/javascript">
191
+ <!--
192
+ setrollover("./styles/GnB/theme/images/buttons/faq2.png");
193
+ //-->
194
+ </SCRIPT>
195
+ </td>
196
+ <td background="./styles/GnB/theme/images/header/h33.png" width="20%" height="66" align="center">
197
+ <A HREF="./memberlist.php?mode=leaders"
198
+ onMouseOver = "rollover('team')"
199
+ onMouseOut = "rollout('team')"
200
+ >
201
+ <IMG SRC="./styles/GnB/theme/images/buttons/team1.png"
202
+ NAME="team"
203
+ ALT="Home Page" BORDER=0
204
+ HEIGHT=40 WIDTH=101
205
+ >
206
+ </A>
207
+ <SCRIPT TYPE="text/javascript">
208
+ <!--
209
+ setrollover("./styles/GnB/theme/images/buttons/team2.png");
210
+ //-->
211
+ </SCRIPT>
212
+ </td>
213
+ <td background="./styles/GnB/theme/images/header/h33.png" width="20%" height="66" align="center">
214
+ <A HREF="./search.php"
215
+ onMouseOver = "rollover('search')"
216
+ onMouseOut = "rollout('search')"
217
+ >
218
+ <IMG SRC="./styles/GnB/theme/images/buttons/search1.png"
219
+ NAME="search"
220
+ ALT="Home Page" BORDER=0
221
+ HEIGHT=40 WIDTH=101
222
+ >
223
+ </A>
224
+ <SCRIPT TYPE="text/javascript">
225
+ <!--
226
+ setrollover("./styles/GnB/theme/images/buttons/search2.png");
227
+ //-->
228
+ </SCRIPT>
229
+ </td>
230
+ <td background="./styles/GnB/theme/images/header/h33.png" width="20%" height="66" align="center">
231
+ <A HREF="./memberlist.php"
232
+ onMouseOver = "rollover('members')"
233
+ onMouseOut = "rollout('members')"
234
+ >
235
+ <IMG SRC="./styles/GnB/theme/images/buttons/members1.png"
236
+ NAME="members"
237
+ ALT="Home Page" BORDER=0
238
+ HEIGHT=40 WIDTH=101
239
+ >
240
+ </A>
241
+ <SCRIPT TYPE="text/javascript">
242
+ <!--
243
+ setrollover("./styles/GnB/theme/images/buttons/members2.png");
244
+ //-->
245
+ </SCRIPT>
246
+ </td>
247
+ <td background="./styles/GnB/theme/images/header/h33.png" width="100%" height="66"></td>
248
+ <td><img src="./styles/GnB/theme/images/header/h34.png" width="100" height="66" alt=""></td>
249
+ <td><img src="./styles/GnB/theme/images/header/h35.png" width="40" height="66" alt=""></td>
250
+ </table>
251
+ </tr>
252
+ </table>
253
+ </div>
254
+
255
+ <div id="wrapcentre">
256
+ <table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0">
257
+ <tr>
258
+ <table id="bx" height="45" border="0" cellpadding="0" cellspacing="0" align="center">
259
+ <td><img src="./styles/GnB/theme/images/p_menu/p_01.png" width="61" height="45" alt=""></td>
260
+ <td background="./styles/GnB/theme/images/p_menu/p_02.png" width="20%" height="45"></td>
261
+ <td><img src="./styles/GnB/theme/images/p_menu/cu_l.png" width="44" height="45" alt=""></td>
262
+ <td background="./styles/GnB/theme/images/p_menu/cu_m.png" width="20%" height="45" align="center">
263
+ <h5>
264
+ &nbsp;<a href="./ucp.php?i=pm&amp;folder=inbox"> <strong>0</strong> new messages </a>
265
+ </h5>
266
+ </td>
267
+ <td background="./styles/GnB/theme/images/p_menu/cu_m.png" width="20%" height="45" align="center">
268
+ <h5>
269
+ <a href="./ucp.php?mode=logout&amp;sid=f28bbf47ef5da33390d83c7c26c5fb30"> Logout [ tester ]</a>&nbsp;
270
+ </h5>
271
+ </td>
272
+ <td background="./styles/GnB/theme/images/p_menu/cu_m.png" width="20%" height="45" align="center">
273
+ <h5>
274
+ <a href="./ucp.php"> User Control Panel</a>
275
+ </h5>
276
+ </td>
277
+ <td><img src="./styles/GnB/theme/images/p_menu/cu_r.png" width="45" height="45" alt=""></td>
278
+ <td background="./styles/GnB/theme/images/p_menu/p_02.png" width="20%" height="45"></td>
279
+ <td><img src="./styles/GnB/theme/images/p_menu/p_03.png" width="61" height="45" alt=""></td>
280
+ </table>
281
+ </tr>
282
+ <tr>
283
+ <table id="bx" height="45" border="0" cellpadding="0" cellspacing="0">
284
+ <td><img src="./styles/GnB/theme/images/p_menu/p_08.png" width="61" height="45" alt=""></td>
285
+ <td background="./styles/GnB/theme/images/p_menu/p_85.png" width="100%" height="45">
286
+ <table width="100%" cellspacing="0">
287
+ <tr>
288
+ <td background="./styles/GnB/theme/images/p_menu/p_85.png" width="10%" height="36" align="center">
289
+ <A HREF="./search.php?search_id=unanswered"
290
+ onMouseOver = "rollover('search_unanswered')"
291
+ onMouseOut = "rollout('search_unanswered')"
292
+ >
293
+ <IMG SRC="./styles/GnB/theme/images/buttons/ut1.png"
294
+ NAME="search_unanswered"
295
+ ALT="View unanswered posts" BORDER=0
296
+ HEIGHT=36 WIDTH=150
297
+ >
298
+ </A>
299
+ <SCRIPT TYPE="text/javascript">
300
+ <!--
301
+ setrollover("./styles/GnB/theme/images/buttons/ut2.png");
302
+ //-->
303
+ </SCRIPT>
304
+ </td>
305
+ <td background="./styles/GnB/theme/images/p_menu/p_85.png" width="10%" height="36" align="center">
306
+ <A HREF="./search.php?search_id=active_topics"
307
+ onMouseOver = "rollover('search_active')"
308
+ onMouseOut = "rollout('search_active')"
309
+ >
310
+ <IMG SRC="./styles/GnB/theme/images/buttons/at1.png"
311
+ NAME="search_active"
312
+ ALT="View active topics" BORDER=0
313
+ HEIGHT=36 WIDTH=150
314
+ >
315
+ </A>
316
+ <SCRIPT TYPE="text/javascript">
317
+ <!--
318
+ setrollover("./styles/GnB/theme/images/buttons/at2.png");
319
+ //-->
320
+ </SCRIPT>
321
+ </td>
322
+ <td align="center" width="60%">
323
+ Last visit was: Mon Jul 14, 2008 10:02 am </td>
324
+ <td background="./styles/GnB/theme/images/p_menu/p_85.png" width="10%" height="36" align="center">
325
+ <A HREF="./search.php?search_id=newposts"
326
+ onMouseOver = "rollover('search_new')"
327
+ onMouseOut = "rollout('search_new')"
328
+ >
329
+ <IMG SRC="./styles/GnB/theme/images/buttons/np1.png"
330
+ NAME="search_new"
331
+ ALT="View new posts" BORDER=0
332
+ HEIGHT=36 WIDTH=150
333
+ >
334
+ </A>
335
+ <SCRIPT TYPE="text/javascript">
336
+ <!--
337
+ setrollover("./styles/GnB/theme/images/buttons/np2.png");
338
+ //-->
339
+ </SCRIPT>
340
+ </td>
341
+ <td background="./styles/GnB/theme/images/p_menu/p_85.png" width="10%" height="36" align="center">
342
+ <A HREF="./search.php?search_id=egosearch"
343
+ onMouseOver = "rollover('search_your')"
344
+ onMouseOut = "rollout('search_your')"
345
+ >
346
+ <IMG SRC="./styles/GnB/theme/images/buttons/yp1.png"
347
+ NAME="search_your"
348
+ ALT="View your posts" BORDER=0
349
+ HEIGHT=36 WIDTH=150
350
+ >
351
+ </A>
352
+ <SCRIPT TYPE="text/javascript">
353
+ <!--
354
+ setrollover("./styles/GnB/theme/images/buttons/yp2.png");
355
+ //-->
356
+ </SCRIPT>
357
+ </td>
358
+ </tr>
359
+ </table>
360
+ </td>
361
+ <td><img src="./styles/GnB/theme/images/p_menu/p_09.png" width="61" height="45" alt=""></td>
362
+ </table>
363
+ </tr>
364
+ <tr>
365
+ <table id="bx" height="40" border="0" cellpadding="0" cellspacing="0">
366
+ <td><img src="./styles/GnB/theme/images/p_menu/p_10.png" width="61" height="40" alt=""></td>
367
+ <td background="./styles/GnB/theme/images/p_menu/p_11.png" width="50%" height="40"></td>
368
+ <td background="./styles/GnB/theme/images/p_menu/clock.png" width="350" height="40">
369
+ <p class="gensmallclock" align="center">
370
+ <script language="javascript" src="./styles/GnB/template/liveclock.js">
371
+ </script>
372
+ </p>
373
+ </td>
374
+ <td background="./styles/GnB/theme/images/p_menu/p_11.png" width="20%" height="40"></td>
375
+ <td background="./styles/GnB/theme/images/p_menu/p_11.png" width="30%" height="40" align="right">
376
+ <a href="./ucp.php?mode=delete_cookies">Delete all board cookies</a>
377
+ </td>
378
+ <td><img src="./styles/GnB/theme/images/p_menu/p_13.png" width="61" height="40" alt=""></td>
379
+ </table>
380
+ </tr>
381
+ </table>
382
+
383
+ <table width="100%" cellspacing="0" cellpadding="0" style="margin-top: 5px;">
384
+ <tr>
385
+ <td><img src="./styles/GnB/theme/images/nav01.png" width="46" height="55" alt=""></td>
386
+
387
+ <td width="100%" background="./styles/GnB/theme/images/nav02.png" width="100%" height="55">
388
+ <p class="breadcrumbs"><a href="./index.php">Board index</a> &#187; <a href="./viewforum.php?f=11">GnB Chat</a> &#187; <a href="./viewforum.php?f=37">tester</a></p>
389
+ <p class="datetime">All times are UTC - 8 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p>
390
+ </td>
391
+ <td><img src="./styles/GnB/theme/images/nav03.png" width="46" height="55" alt=""></td>
392
+
393
+ </tr>
394
+ </table>
395
+ <br />
396
+ <div id="pageheader">
397
+ <h2><a class="titles" href="./viewtopic.php?f=37&amp;t=52&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a">test</a></h2>
398
+
399
+ <p class="moderators">Moderator: <a href="./memberlist.php?mode=viewprofile&amp;u=58">dragonmike</a></p>
400
+ </div>
401
+
402
+ <br clear="all" /><br />
403
+
404
+ <div id="pagecontent">
405
+
406
+ <table width="100%" cellspacing="1">
407
+ <tr>
408
+ <td align="left" valign="middle" nowrap="nowrap">
409
+
410
+
411
+
412
+ <A
413
+ HREF="./posting.php?mode=post&amp;f=37"
414
+ onMouseOver = "rollover('new_topic')"
415
+ onMouseOut = "rollout('new_topic')"
416
+ ><IMG
417
+ SRC="./styles/GnB/theme/images/buttons/new_topic1.png"
418
+ NAME="new_topic"
419
+ ALT="Home Page" BORDER=0
420
+ HEIGHT=45 WIDTH=120
421
+ ></A>
422
+ <SCRIPT TYPE="text/javascript">
423
+ <!--
424
+ setrollover("./styles/GnB/theme/images/buttons/new_topic2.png");
425
+ //-->
426
+ </SCRIPT>
427
+
428
+
429
+
430
+
431
+ <A
432
+ HREF="./posting.php?mode=reply&amp;f=37&amp;t=52"
433
+ onMouseOver = "rollover('post_reply')"
434
+ onMouseOut = "rollout('post_reply')"
435
+ ><IMG
436
+ SRC="./styles/GnB/theme/images/buttons/post_reply1.png"
437
+ NAME="post_reply"
438
+ ALT="Home Page" BORDER=0
439
+ HEIGHT=45 WIDTH=120
440
+ ></A>
441
+ <SCRIPT TYPE="text/javascript">
442
+ <!--
443
+ setrollover("./styles/GnB/theme/images/buttons/post_reply2.png");
444
+ //-->
445
+ </SCRIPT>
446
+
447
+ </td>
448
+
449
+
450
+
451
+
452
+
453
+ <td class="nav" valign="middle" nowrap="nowrap">&nbsp;Page <strong>1</strong> of <strong>1</strong><br /></td>
454
+ <td class="gensmall" nowrap="nowrap">&nbsp;[ 15 posts ]&nbsp;</td>
455
+ <td class="gensmall" width="100%" align="right" nowrap="nowrap"></td>
456
+ </tr>
457
+ </table>
458
+
459
+ <table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0">
460
+ <tr>
461
+ <td><img src="./styles/GnB/theme/images/box_01.png" width="41" height="48" alt=""></td>
462
+ <td background="./styles/GnB/theme/images/box_02.png" width="100%" height="48">
463
+
464
+ <table width="100%" cellspacing="0">
465
+ <tr>
466
+ <td nowrap="nowrap"><h6>&nbsp;
467
+ <a href="./viewtopic.php?f=37&amp;t=52&amp;watch=topic&amp;start=0" title="Subscribe topic">Subscribe topic</a> | <a href="./viewtopic.php?f=37&amp;t=52&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a&amp;bookmark=1" title="Bookmark topic">Bookmark topic</a> | <a href="./viewtopic.php?f=37&amp;t=52&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a&amp;view=print" title="Print view">Print view</a> | <a href="./memberlist.php?mode=email&amp;t=52" title="E-mail friend">E-mail friend</a> </h6></td>
468
+ <td align="right" nowrap="nowrap"><h6><a href="./viewtopic.php?f=37&amp;t=52&amp;view=previous">Previous topic</a> | <a href="./viewtopic.php?f=37&amp;t=52&amp;view=next">Next topic</a>&nbsp;</h6></td>
469
+ </tr>
470
+ </table>
471
+
472
+ </td>
473
+ <td><img src="./styles/GnB/theme/images/box_04.png" width="41" height="48" alt=""></td>
474
+ </tr>
475
+ <tr>
476
+ <td background="./styles/GnB/theme/images/box_08.png" width="48" height="100%"></td>
477
+ <td>
478
+
479
+ <table class="tablebg" width="100%" cellspacing="1">
480
+ </table>
481
+
482
+ <table class="tablebg" width="100%" cellspacing="1">
483
+ <tr>
484
+ <th>Author</th>
485
+ <th>Message</th>
486
+ </tr>
487
+ <tr class="rowf1">
488
+ <td align="center" valign="middle">
489
+ <a name="p355"></a>
490
+
491
+
492
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
493
+
494
+ <b class="postauthor"
495
+ >tester</b>
496
+ </td>
497
+ <td width="100%" height="25">
498
+ <table width="100%" cellspacing="0">
499
+ <tr>
500
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> test</div><div style="float: right;"><a href="./viewtopic.php?p=355#p355"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Fri Jul 04, 2008 9:38 pm&nbsp;</div></td>
501
+ </tr>
502
+ </table>
503
+ </td>
504
+ </tr>
505
+
506
+ <tr class="rowf1">
507
+ <td valign="top" class="profile" align="center">
508
+ <table id="jim" align="center" width="190">
509
+ <td>
510
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
511
+
512
+
513
+ <tr>
514
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
515
+ </tr>
516
+ <tr>
517
+ <td class="postdetails" align="center">Nemacyst-ish</td>
518
+ </tr>
519
+ <tr>
520
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
521
+ </tr>
522
+
523
+
524
+ <td>
525
+ <span class="postdetails">
526
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
527
+ </span>
528
+ </table>
529
+ </td>
530
+ </table>
531
+ </td>
532
+
533
+
534
+ <td valign="top">
535
+ <table width="100%" cellspacing="5">
536
+ <tr>
537
+ <td>
538
+
539
+ <div class="postbody">M0V3 4L0N6, N07H1N6 2 C H3R3</div>
540
+
541
+ <span class="postbody"><br />
542
+ <table width="100%" align="center">
543
+ <tr align="center">
544
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
545
+ </tr>
546
+ </table>
547
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
548
+ <br clear="all" /><br />
549
+ <table width="100%" cellspacing="0">
550
+ <tr valign="middle">
551
+ <td class="gensmall" align="right">
552
+ <a href="./report.php?f=37&amp;p=355"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
553
+ </tr>
554
+ </table>
555
+ </td>
556
+ </tr>
557
+ </table>
558
+ </td>
559
+ </tr>
560
+
561
+ <tr class="rowf1">
562
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
563
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=355"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=355"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=355"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
564
+
565
+
566
+ </tr>
567
+ <tr>
568
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
569
+ </tr>
570
+ </table>
571
+ <table class="tablebg" width="100%" cellspacing="1">
572
+ <tr class="rowf2">
573
+ <td align="center" valign="middle">
574
+ <a name="p3034"></a>
575
+
576
+
577
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
578
+
579
+ <b class="postauthor"
580
+ >dragonmike</b>
581
+ </td>
582
+ <td width="100%" height="25">
583
+ <table width="100%" cellspacing="0">
584
+ <tr>
585
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3034#p3034"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:10 am&nbsp;</div></td>
586
+ </tr>
587
+ </table>
588
+ </td>
589
+ </tr>
590
+
591
+ <tr class="rowf2">
592
+ <td valign="top" class="profile" align="center">
593
+ <table id="jim" align="center" width="190">
594
+ <td>
595
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
596
+
597
+
598
+ <tr>
599
+ <td align="center"><img src="./download/file.php?avatar=58_1214859031.jpg" width="65" height="65" alt="User avatar" /></td>
600
+ </tr>
601
+ <tr>
602
+ <td class="postdetails" align="center">Forum N00b</td>
603
+ </tr>
604
+ <tr>
605
+ <td align="center"><img src="./images/ranks/rank01.png" alt="Forum N00b" title="Forum N00b" /></td>
606
+ </tr>
607
+
608
+
609
+ <td>
610
+ <span class="postdetails">
611
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:34 pm<br /><b style="color: ">Posts:</b> 3</td>
612
+ </span>
613
+ </table>
614
+ </td>
615
+ </table>
616
+ </td>
617
+
618
+
619
+ <td valign="top">
620
+ <table width="100%" cellspacing="5">
621
+ <tr>
622
+ <td>
623
+
624
+ <div class="postbody">move along, nothing to see</div>
625
+
626
+ <br clear="all" /><br />
627
+ <table width="100%" cellspacing="0">
628
+ <tr valign="middle">
629
+ <td class="gensmall" align="right">
630
+ <a href="./report.php?f=37&amp;p=3034"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
631
+ </tr>
632
+ </table>
633
+ </td>
634
+ </tr>
635
+ </table>
636
+ </td>
637
+ </tr>
638
+
639
+ <tr class="rowf2">
640
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
641
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=58"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3034"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=quote&amp;f=37&amp;p=3034"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
642
+
643
+
644
+ </tr>
645
+ <tr>
646
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
647
+ </tr>
648
+ </table>
649
+ <table class="tablebg" width="100%" cellspacing="1">
650
+ <tr class="rowf1">
651
+ <td align="center" valign="middle">
652
+ <a name="p3038"></a>
653
+
654
+
655
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
656
+
657
+ <b class="postauthor"
658
+ >tester</b>
659
+ </td>
660
+ <td width="100%" height="25">
661
+ <table width="100%" cellspacing="0">
662
+ <tr>
663
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3038#p3038"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:34 am&nbsp;</div></td>
664
+ </tr>
665
+ </table>
666
+ </td>
667
+ </tr>
668
+
669
+ <tr class="rowf1">
670
+ <td valign="top" class="profile" align="center">
671
+ <table id="jim" align="center" width="190">
672
+ <td>
673
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
674
+
675
+
676
+ <tr>
677
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
678
+ </tr>
679
+ <tr>
680
+ <td class="postdetails" align="center">Nemacyst-ish</td>
681
+ </tr>
682
+ <tr>
683
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
684
+ </tr>
685
+
686
+
687
+ <td>
688
+ <span class="postdetails">
689
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
690
+ </span>
691
+ </table>
692
+ </td>
693
+ </table>
694
+ </td>
695
+
696
+
697
+ <td valign="top">
698
+ <table width="100%" cellspacing="5">
699
+ <tr>
700
+ <td>
701
+
702
+ <div class="postbody">one</div>
703
+
704
+ <span class="postbody"><br />
705
+ <table width="100%" align="center">
706
+ <tr align="center">
707
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
708
+ </tr>
709
+ </table>
710
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
711
+ <br clear="all" /><br />
712
+ <table width="100%" cellspacing="0">
713
+ <tr valign="middle">
714
+ <td class="gensmall" align="right">
715
+ <a href="./report.php?f=37&amp;p=3038"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
716
+ </tr>
717
+ </table>
718
+ </td>
719
+ </tr>
720
+ </table>
721
+ </td>
722
+ </tr>
723
+
724
+ <tr class="rowf1">
725
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
726
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3038"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3038"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3038"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
727
+
728
+
729
+ </tr>
730
+ <tr>
731
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
732
+ </tr>
733
+ </table>
734
+ <table class="tablebg" width="100%" cellspacing="1">
735
+ <tr class="rowf2">
736
+ <td align="center" valign="middle">
737
+ <a name="p3039"></a>
738
+
739
+
740
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
741
+
742
+ <b class="postauthor"
743
+ >tester</b>
744
+ </td>
745
+ <td width="100%" height="25">
746
+ <table width="100%" cellspacing="0">
747
+ <tr>
748
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3039#p3039"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:35 am&nbsp;</div></td>
749
+ </tr>
750
+ </table>
751
+ </td>
752
+ </tr>
753
+
754
+ <tr class="rowf2">
755
+ <td valign="top" class="profile" align="center">
756
+ <table id="jim" align="center" width="190">
757
+ <td>
758
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
759
+
760
+
761
+ <tr>
762
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
763
+ </tr>
764
+ <tr>
765
+ <td class="postdetails" align="center">Nemacyst-ish</td>
766
+ </tr>
767
+ <tr>
768
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
769
+ </tr>
770
+
771
+
772
+ <td>
773
+ <span class="postdetails">
774
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
775
+ </span>
776
+ </table>
777
+ </td>
778
+ </table>
779
+ </td>
780
+
781
+
782
+ <td valign="top">
783
+ <table width="100%" cellspacing="5">
784
+ <tr>
785
+ <td>
786
+
787
+ <div class="postbody">one two</div>
788
+
789
+ <span class="postbody"><br />
790
+ <table width="100%" align="center">
791
+ <tr align="center">
792
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
793
+ </tr>
794
+ </table>
795
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
796
+ <br clear="all" /><br />
797
+ <table width="100%" cellspacing="0">
798
+ <tr valign="middle">
799
+ <td class="gensmall" align="right">
800
+ <a href="./report.php?f=37&amp;p=3039"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
801
+ </tr>
802
+ </table>
803
+ </td>
804
+ </tr>
805
+ </table>
806
+ </td>
807
+ </tr>
808
+
809
+ <tr class="rowf2">
810
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
811
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3039"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3039"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3039"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
812
+
813
+
814
+ </tr>
815
+ <tr>
816
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
817
+ </tr>
818
+ </table>
819
+ <table class="tablebg" width="100%" cellspacing="1">
820
+ <tr class="rowf1">
821
+ <td align="center" valign="middle">
822
+ <a name="p3040"></a>
823
+
824
+
825
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
826
+
827
+ <b class="postauthor"
828
+ >tester</b>
829
+ </td>
830
+ <td width="100%" height="25">
831
+ <table width="100%" cellspacing="0">
832
+ <tr>
833
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3040#p3040"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:36 am&nbsp;</div></td>
834
+ </tr>
835
+ </table>
836
+ </td>
837
+ </tr>
838
+
839
+ <tr class="rowf1">
840
+ <td valign="top" class="profile" align="center">
841
+ <table id="jim" align="center" width="190">
842
+ <td>
843
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
844
+
845
+
846
+ <tr>
847
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
848
+ </tr>
849
+ <tr>
850
+ <td class="postdetails" align="center">Nemacyst-ish</td>
851
+ </tr>
852
+ <tr>
853
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
854
+ </tr>
855
+
856
+
857
+ <td>
858
+ <span class="postdetails">
859
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
860
+ </span>
861
+ </table>
862
+ </td>
863
+ </table>
864
+ </td>
865
+
866
+
867
+ <td valign="top">
868
+ <table width="100%" cellspacing="5">
869
+ <tr>
870
+ <td>
871
+
872
+ <div class="postbody">one two three</div>
873
+
874
+ <span class="postbody"><br />
875
+ <table width="100%" align="center">
876
+ <tr align="center">
877
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
878
+ </tr>
879
+ </table>
880
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
881
+ <br clear="all" /><br />
882
+ <table width="100%" cellspacing="0">
883
+ <tr valign="middle">
884
+ <td class="gensmall" align="right">
885
+ <a href="./report.php?f=37&amp;p=3040"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
886
+ </tr>
887
+ </table>
888
+ </td>
889
+ </tr>
890
+ </table>
891
+ </td>
892
+ </tr>
893
+
894
+ <tr class="rowf1">
895
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
896
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3040"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3040"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3040"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
897
+
898
+
899
+ </tr>
900
+ <tr>
901
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
902
+ </tr>
903
+ </table>
904
+ <table class="tablebg" width="100%" cellspacing="1">
905
+ <tr class="rowf2">
906
+ <td align="center" valign="middle">
907
+ <a name="p3041"></a>
908
+
909
+
910
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
911
+
912
+ <b class="postauthor"
913
+ >tester</b>
914
+ </td>
915
+ <td width="100%" height="25">
916
+ <table width="100%" cellspacing="0">
917
+ <tr>
918
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3041#p3041"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:37 am&nbsp;</div></td>
919
+ </tr>
920
+ </table>
921
+ </td>
922
+ </tr>
923
+
924
+ <tr class="rowf2">
925
+ <td valign="top" class="profile" align="center">
926
+ <table id="jim" align="center" width="190">
927
+ <td>
928
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
929
+
930
+
931
+ <tr>
932
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
933
+ </tr>
934
+ <tr>
935
+ <td class="postdetails" align="center">Nemacyst-ish</td>
936
+ </tr>
937
+ <tr>
938
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
939
+ </tr>
940
+
941
+
942
+ <td>
943
+ <span class="postdetails">
944
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
945
+ </span>
946
+ </table>
947
+ </td>
948
+ </table>
949
+ </td>
950
+
951
+
952
+ <td valign="top">
953
+ <table width="100%" cellspacing="5">
954
+ <tr>
955
+ <td>
956
+
957
+ <div class="postbody">one two three four</div>
958
+
959
+ <span class="postbody"><br />
960
+ <table width="100%" align="center">
961
+ <tr align="center">
962
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
963
+ </tr>
964
+ </table>
965
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
966
+ <br clear="all" /><br />
967
+ <table width="100%" cellspacing="0">
968
+ <tr valign="middle">
969
+ <td class="gensmall" align="right">
970
+ <a href="./report.php?f=37&amp;p=3041"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
971
+ </tr>
972
+ </table>
973
+ </td>
974
+ </tr>
975
+ </table>
976
+ </td>
977
+ </tr>
978
+
979
+ <tr class="rowf2">
980
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
981
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3041"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3041"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3041"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
982
+
983
+
984
+ </tr>
985
+ <tr>
986
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
987
+ </tr>
988
+ </table>
989
+ <table class="tablebg" width="100%" cellspacing="1">
990
+ <tr class="rowf1">
991
+ <td align="center" valign="middle">
992
+ <a name="p3042"></a>
993
+
994
+
995
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
996
+
997
+ <b class="postauthor"
998
+ >tester</b>
999
+ </td>
1000
+ <td width="100%" height="25">
1001
+ <table width="100%" cellspacing="0">
1002
+ <tr>
1003
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3042#p3042"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:38 am&nbsp;</div></td>
1004
+ </tr>
1005
+ </table>
1006
+ </td>
1007
+ </tr>
1008
+
1009
+ <tr class="rowf1">
1010
+ <td valign="top" class="profile" align="center">
1011
+ <table id="jim" align="center" width="190">
1012
+ <td>
1013
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
1014
+
1015
+
1016
+ <tr>
1017
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
1018
+ </tr>
1019
+ <tr>
1020
+ <td class="postdetails" align="center">Nemacyst-ish</td>
1021
+ </tr>
1022
+ <tr>
1023
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
1024
+ </tr>
1025
+
1026
+
1027
+ <td>
1028
+ <span class="postdetails">
1029
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
1030
+ </span>
1031
+ </table>
1032
+ </td>
1033
+ </table>
1034
+ </td>
1035
+
1036
+
1037
+ <td valign="top">
1038
+ <table width="100%" cellspacing="5">
1039
+ <tr>
1040
+ <td>
1041
+
1042
+ <div class="postbody">one two three four five</div>
1043
+
1044
+ <span class="postbody"><br />
1045
+ <table width="100%" align="center">
1046
+ <tr align="center">
1047
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
1048
+ </tr>
1049
+ </table>
1050
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
1051
+ <br clear="all" /><br />
1052
+ <table width="100%" cellspacing="0">
1053
+ <tr valign="middle">
1054
+ <td class="gensmall" align="right">
1055
+ <a href="./report.php?f=37&amp;p=3042"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
1056
+ </tr>
1057
+ </table>
1058
+ </td>
1059
+ </tr>
1060
+ </table>
1061
+ </td>
1062
+ </tr>
1063
+
1064
+ <tr class="rowf1">
1065
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
1066
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3042"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3042"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3042"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
1067
+
1068
+
1069
+ </tr>
1070
+ <tr>
1071
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
1072
+ </tr>
1073
+ </table>
1074
+ <table class="tablebg" width="100%" cellspacing="1">
1075
+ <tr class="rowf2">
1076
+ <td align="center" valign="middle">
1077
+ <a name="p3043"></a>
1078
+
1079
+
1080
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
1081
+
1082
+ <b class="postauthor"
1083
+ >tester</b>
1084
+ </td>
1085
+ <td width="100%" height="25">
1086
+ <table width="100%" cellspacing="0">
1087
+ <tr>
1088
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3043#p3043"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:38 am&nbsp;</div></td>
1089
+ </tr>
1090
+ </table>
1091
+ </td>
1092
+ </tr>
1093
+
1094
+ <tr class="rowf2">
1095
+ <td valign="top" class="profile" align="center">
1096
+ <table id="jim" align="center" width="190">
1097
+ <td>
1098
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
1099
+
1100
+
1101
+ <tr>
1102
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
1103
+ </tr>
1104
+ <tr>
1105
+ <td class="postdetails" align="center">Nemacyst-ish</td>
1106
+ </tr>
1107
+ <tr>
1108
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
1109
+ </tr>
1110
+
1111
+
1112
+ <td>
1113
+ <span class="postdetails">
1114
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
1115
+ </span>
1116
+ </table>
1117
+ </td>
1118
+ </table>
1119
+ </td>
1120
+
1121
+
1122
+ <td valign="top">
1123
+ <table width="100%" cellspacing="5">
1124
+ <tr>
1125
+ <td>
1126
+
1127
+ <div class="postbody">one two three four five six</div>
1128
+
1129
+ <span class="postbody"><br />
1130
+ <table width="100%" align="center">
1131
+ <tr align="center">
1132
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
1133
+ </tr>
1134
+ </table>
1135
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
1136
+ <br clear="all" /><br />
1137
+ <table width="100%" cellspacing="0">
1138
+ <tr valign="middle">
1139
+ <td class="gensmall" align="right">
1140
+ <a href="./report.php?f=37&amp;p=3043"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
1141
+ </tr>
1142
+ </table>
1143
+ </td>
1144
+ </tr>
1145
+ </table>
1146
+ </td>
1147
+ </tr>
1148
+
1149
+ <tr class="rowf2">
1150
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
1151
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3043"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3043"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3043"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
1152
+
1153
+
1154
+ </tr>
1155
+ <tr>
1156
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
1157
+ </tr>
1158
+ </table>
1159
+ <table class="tablebg" width="100%" cellspacing="1">
1160
+ <tr class="rowf1">
1161
+ <td align="center" valign="middle">
1162
+ <a name="p3044"></a>
1163
+
1164
+
1165
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
1166
+
1167
+ <b class="postauthor"
1168
+ >tester</b>
1169
+ </td>
1170
+ <td width="100%" height="25">
1171
+ <table width="100%" cellspacing="0">
1172
+ <tr>
1173
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3044#p3044"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:39 am&nbsp;</div></td>
1174
+ </tr>
1175
+ </table>
1176
+ </td>
1177
+ </tr>
1178
+
1179
+ <tr class="rowf1">
1180
+ <td valign="top" class="profile" align="center">
1181
+ <table id="jim" align="center" width="190">
1182
+ <td>
1183
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
1184
+
1185
+
1186
+ <tr>
1187
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
1188
+ </tr>
1189
+ <tr>
1190
+ <td class="postdetails" align="center">Nemacyst-ish</td>
1191
+ </tr>
1192
+ <tr>
1193
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
1194
+ </tr>
1195
+
1196
+
1197
+ <td>
1198
+ <span class="postdetails">
1199
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
1200
+ </span>
1201
+ </table>
1202
+ </td>
1203
+ </table>
1204
+ </td>
1205
+
1206
+
1207
+ <td valign="top">
1208
+ <table width="100%" cellspacing="5">
1209
+ <tr>
1210
+ <td>
1211
+
1212
+ <div class="postbody">one two three four five six seven</div>
1213
+
1214
+ <span class="postbody"><br />
1215
+ <table width="100%" align="center">
1216
+ <tr align="center">
1217
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
1218
+ </tr>
1219
+ </table>
1220
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
1221
+ <br clear="all" /><br />
1222
+ <table width="100%" cellspacing="0">
1223
+ <tr valign="middle">
1224
+ <td class="gensmall" align="right">
1225
+ <a href="./report.php?f=37&amp;p=3044"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
1226
+ </tr>
1227
+ </table>
1228
+ </td>
1229
+ </tr>
1230
+ </table>
1231
+ </td>
1232
+ </tr>
1233
+
1234
+ <tr class="rowf1">
1235
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
1236
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3044"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3044"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3044"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
1237
+
1238
+
1239
+ </tr>
1240
+ <tr>
1241
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
1242
+ </tr>
1243
+ </table>
1244
+ <table class="tablebg" width="100%" cellspacing="1">
1245
+ <tr class="rowf2">
1246
+ <td align="center" valign="middle">
1247
+ <a name="p3045"></a>
1248
+
1249
+
1250
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
1251
+
1252
+ <b class="postauthor"
1253
+ >tester</b>
1254
+ </td>
1255
+ <td width="100%" height="25">
1256
+ <table width="100%" cellspacing="0">
1257
+ <tr>
1258
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3045#p3045"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:40 am&nbsp;</div></td>
1259
+ </tr>
1260
+ </table>
1261
+ </td>
1262
+ </tr>
1263
+
1264
+ <tr class="rowf2">
1265
+ <td valign="top" class="profile" align="center">
1266
+ <table id="jim" align="center" width="190">
1267
+ <td>
1268
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
1269
+
1270
+
1271
+ <tr>
1272
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
1273
+ </tr>
1274
+ <tr>
1275
+ <td class="postdetails" align="center">Nemacyst-ish</td>
1276
+ </tr>
1277
+ <tr>
1278
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
1279
+ </tr>
1280
+
1281
+
1282
+ <td>
1283
+ <span class="postdetails">
1284
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
1285
+ </span>
1286
+ </table>
1287
+ </td>
1288
+ </table>
1289
+ </td>
1290
+
1291
+
1292
+ <td valign="top">
1293
+ <table width="100%" cellspacing="5">
1294
+ <tr>
1295
+ <td>
1296
+
1297
+ <div class="postbody">eight</div>
1298
+
1299
+ <span class="postbody"><br />
1300
+ <table width="100%" align="center">
1301
+ <tr align="center">
1302
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
1303
+ </tr>
1304
+ </table>
1305
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
1306
+ <br clear="all" /><br />
1307
+ <table width="100%" cellspacing="0">
1308
+ <tr valign="middle">
1309
+ <td class="gensmall" align="right">
1310
+ <a href="./report.php?f=37&amp;p=3045"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
1311
+ </tr>
1312
+ </table>
1313
+ </td>
1314
+ </tr>
1315
+ </table>
1316
+ </td>
1317
+ </tr>
1318
+
1319
+ <tr class="rowf2">
1320
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
1321
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3045"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3045"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3045"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
1322
+
1323
+
1324
+ </tr>
1325
+ <tr>
1326
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
1327
+ </tr>
1328
+ </table>
1329
+ <table class="tablebg" width="100%" cellspacing="1">
1330
+ <tr class="rowf1">
1331
+ <td align="center" valign="middle">
1332
+ <a name="p3046"></a>
1333
+
1334
+
1335
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
1336
+
1337
+ <b class="postauthor"
1338
+ >tester</b>
1339
+ </td>
1340
+ <td width="100%" height="25">
1341
+ <table width="100%" cellspacing="0">
1342
+ <tr>
1343
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3046#p3046"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:40 am&nbsp;</div></td>
1344
+ </tr>
1345
+ </table>
1346
+ </td>
1347
+ </tr>
1348
+
1349
+ <tr class="rowf1">
1350
+ <td valign="top" class="profile" align="center">
1351
+ <table id="jim" align="center" width="190">
1352
+ <td>
1353
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
1354
+
1355
+
1356
+ <tr>
1357
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
1358
+ </tr>
1359
+ <tr>
1360
+ <td class="postdetails" align="center">Nemacyst-ish</td>
1361
+ </tr>
1362
+ <tr>
1363
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
1364
+ </tr>
1365
+
1366
+
1367
+ <td>
1368
+ <span class="postdetails">
1369
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
1370
+ </span>
1371
+ </table>
1372
+ </td>
1373
+ </table>
1374
+ </td>
1375
+
1376
+
1377
+ <td valign="top">
1378
+ <table width="100%" cellspacing="5">
1379
+ <tr>
1380
+ <td>
1381
+
1382
+ <div class="postbody">nine</div>
1383
+
1384
+ <span class="postbody"><br />
1385
+ <table width="100%" align="center">
1386
+ <tr align="center">
1387
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
1388
+ </tr>
1389
+ </table>
1390
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
1391
+ <br clear="all" /><br />
1392
+ <table width="100%" cellspacing="0">
1393
+ <tr valign="middle">
1394
+ <td class="gensmall" align="right">
1395
+ <a href="./report.php?f=37&amp;p=3046"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
1396
+ </tr>
1397
+ </table>
1398
+ </td>
1399
+ </tr>
1400
+ </table>
1401
+ </td>
1402
+ </tr>
1403
+
1404
+ <tr class="rowf1">
1405
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
1406
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3046"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3046"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3046"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
1407
+
1408
+
1409
+ </tr>
1410
+ <tr>
1411
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
1412
+ </tr>
1413
+ </table>
1414
+ <table class="tablebg" width="100%" cellspacing="1">
1415
+ <tr class="rowf2">
1416
+ <td align="center" valign="middle">
1417
+ <a name="p3048"></a>
1418
+
1419
+
1420
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
1421
+
1422
+ <b class="postauthor"
1423
+ >tester</b>
1424
+ </td>
1425
+ <td width="100%" height="25">
1426
+ <table width="100%" cellspacing="0">
1427
+ <tr>
1428
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3048#p3048"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:52 am&nbsp;</div></td>
1429
+ </tr>
1430
+ </table>
1431
+ </td>
1432
+ </tr>
1433
+
1434
+ <tr class="rowf2">
1435
+ <td valign="top" class="profile" align="center">
1436
+ <table id="jim" align="center" width="190">
1437
+ <td>
1438
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
1439
+
1440
+
1441
+ <tr>
1442
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
1443
+ </tr>
1444
+ <tr>
1445
+ <td class="postdetails" align="center">Nemacyst-ish</td>
1446
+ </tr>
1447
+ <tr>
1448
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
1449
+ </tr>
1450
+
1451
+
1452
+ <td>
1453
+ <span class="postdetails">
1454
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
1455
+ </span>
1456
+ </table>
1457
+ </td>
1458
+ </table>
1459
+ </td>
1460
+
1461
+
1462
+ <td valign="top">
1463
+ <table width="100%" cellspacing="5">
1464
+ <tr>
1465
+ <td>
1466
+
1467
+ <div class="postbody">ten</div>
1468
+
1469
+ <span class="postbody"><br />
1470
+ <table width="100%" align="center">
1471
+ <tr align="center">
1472
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
1473
+ </tr>
1474
+ </table>
1475
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
1476
+ <br clear="all" /><br />
1477
+ <table width="100%" cellspacing="0">
1478
+ <tr valign="middle">
1479
+ <td class="gensmall" align="right">
1480
+ <a href="./report.php?f=37&amp;p=3048"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
1481
+ </tr>
1482
+ </table>
1483
+ </td>
1484
+ </tr>
1485
+ </table>
1486
+ </td>
1487
+ </tr>
1488
+
1489
+ <tr class="rowf2">
1490
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
1491
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3048"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3048"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3048"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
1492
+
1493
+
1494
+ </tr>
1495
+ <tr>
1496
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
1497
+ </tr>
1498
+ </table>
1499
+ <table class="tablebg" width="100%" cellspacing="1">
1500
+ <tr class="rowf1">
1501
+ <td align="center" valign="middle">
1502
+ <a name="p3050"></a>
1503
+
1504
+
1505
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
1506
+
1507
+ <b class="postauthor"
1508
+ >tester</b>
1509
+ </td>
1510
+ <td width="100%" height="25">
1511
+ <table width="100%" cellspacing="0">
1512
+ <tr>
1513
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3050#p3050"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:56 am&nbsp;</div></td>
1514
+ </tr>
1515
+ </table>
1516
+ </td>
1517
+ </tr>
1518
+
1519
+ <tr class="rowf1">
1520
+ <td valign="top" class="profile" align="center">
1521
+ <table id="jim" align="center" width="190">
1522
+ <td>
1523
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
1524
+
1525
+
1526
+ <tr>
1527
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
1528
+ </tr>
1529
+ <tr>
1530
+ <td class="postdetails" align="center">Nemacyst-ish</td>
1531
+ </tr>
1532
+ <tr>
1533
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
1534
+ </tr>
1535
+
1536
+
1537
+ <td>
1538
+ <span class="postdetails">
1539
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
1540
+ </span>
1541
+ </table>
1542
+ </td>
1543
+ </table>
1544
+ </td>
1545
+
1546
+
1547
+ <td valign="top">
1548
+ <table width="100%" cellspacing="5">
1549
+ <tr>
1550
+ <td>
1551
+
1552
+ <div class="postbody">eleven</div>
1553
+
1554
+ <span class="postbody"><br />
1555
+ <table width="100%" align="center">
1556
+ <tr align="center">
1557
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
1558
+ </tr>
1559
+ </table>
1560
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
1561
+ <br clear="all" /><br />
1562
+ <table width="100%" cellspacing="0">
1563
+ <tr valign="middle">
1564
+ <td class="gensmall" align="right">
1565
+ <a href="./report.php?f=37&amp;p=3050"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
1566
+ </tr>
1567
+ </table>
1568
+ </td>
1569
+ </tr>
1570
+ </table>
1571
+ </td>
1572
+ </tr>
1573
+
1574
+ <tr class="rowf1">
1575
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
1576
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3050"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3050"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3050"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
1577
+
1578
+
1579
+ </tr>
1580
+ <tr>
1581
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
1582
+ </tr>
1583
+ </table>
1584
+ <table class="tablebg" width="100%" cellspacing="1">
1585
+ <tr class="rowf2">
1586
+ <td align="center" valign="middle">
1587
+ <a name="p3051"></a>
1588
+
1589
+
1590
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
1591
+
1592
+ <b class="postauthor"
1593
+ >moriquendi32</b>
1594
+ </td>
1595
+ <td width="100%" height="25">
1596
+ <table width="100%" cellspacing="0">
1597
+ <tr>
1598
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3051#p3051"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 10:57 am&nbsp;</div></td>
1599
+ </tr>
1600
+ </table>
1601
+ </td>
1602
+ </tr>
1603
+
1604
+ <tr class="rowf2">
1605
+ <td valign="top" class="profile" align="center">
1606
+ <table id="jim" align="center" width="190">
1607
+ <td>
1608
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
1609
+
1610
+
1611
+ <tr>
1612
+ <td align="center"><img src="./download/file.php?avatar=61_1215570061.jpg" width="145" height="205" alt="User avatar" /></td>
1613
+ </tr>
1614
+ <tr>
1615
+ <td class="postdetails" align="center">'Nade Tagger</td>
1616
+ </tr>
1617
+ <tr>
1618
+ <td align="center"><img src="./images/ranks/rank02.png" alt="'Nade Tagger" title="'Nade Tagger" /></td>
1619
+ </tr>
1620
+
1621
+
1622
+ <td>
1623
+ <span class="postdetails">
1624
+ <br /><b style="color: ">Joined:</b> Mon Jul 07, 2008 12:53 pm<br /><b style="color: ">Posts:</b> 272<br /><b style="color: ">Location:</b> Saskatoon, Canada</td>
1625
+ </span>
1626
+ </table>
1627
+ </td>
1628
+ </table>
1629
+ </td>
1630
+
1631
+
1632
+ <td valign="top">
1633
+ <table width="100%" cellspacing="5">
1634
+ <tr>
1635
+ <td>
1636
+
1637
+ <div class="postbody"><span style="font-size: 50%; line-height: normal">I think the bot is going crazy. Somebody disconnect it!</span></div>
1638
+
1639
+ <span class="postbody"><br />
1640
+ <table width="100%" align="center">
1641
+ <tr align="center">
1642
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
1643
+ </tr>
1644
+ </table>
1645
+ <br />'The man in black fled across the desert, and the gunslinger followed.'</span>
1646
+ <br clear="all" /><br />
1647
+ <table width="100%" cellspacing="0">
1648
+ <tr valign="middle">
1649
+ <td class="gensmall" align="right">
1650
+ <a href="./report.php?f=37&amp;p=3051"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> </td>
1651
+ </tr>
1652
+ </table>
1653
+ </td>
1654
+ </tr>
1655
+ </table>
1656
+ </td>
1657
+ </tr>
1658
+
1659
+ <tr class="rowf2">
1660
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
1661
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=61"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3051"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=quote&amp;f=37&amp;p=3051"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
1662
+
1663
+
1664
+ </tr>
1665
+ <tr>
1666
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
1667
+ </tr>
1668
+ </table>
1669
+ <table class="tablebg" width="100%" cellspacing="1">
1670
+ <tr class="rowf1">
1671
+ <td align="center" valign="middle">
1672
+ <a name="p3052"></a>
1673
+
1674
+
1675
+ <img src="./styles/GnB/imageset/en/icon_user_online.gif" alt="Online" title="Online" />&nbsp;
1676
+
1677
+ <b class="postauthor"
1678
+ >tester</b>
1679
+ </td>
1680
+ <td width="100%" height="25">
1681
+ <table width="100%" cellspacing="0">
1682
+ <tr>
1683
+ <td class="gensmall" width="100%"><div style="float: left;">&nbsp;<b>Post subject:</b> Re: test</div><div style="float: right;"><a href="./viewtopic.php?p=3052#p3052"><img src="./styles/GnB/imageset/icon_post_target.png" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Wed Jul 16, 2008 11:00 am&nbsp;</div></td>
1684
+ </tr>
1685
+ </table>
1686
+ </td>
1687
+ </tr>
1688
+
1689
+ <tr class="rowf1">
1690
+ <td valign="top" class="profile" align="center">
1691
+ <table id="jim" align="center" width="190">
1692
+ <td>
1693
+ <table id="jim2" cellspacing="6" border="0" align="center" width="175">
1694
+
1695
+
1696
+ <tr>
1697
+ <td align="center"><img src="./download/file.php?avatar=57_1214859787.jpg" width="110" height="122" alt="User avatar" /></td>
1698
+ </tr>
1699
+ <tr>
1700
+ <td class="postdetails" align="center">Nemacyst-ish</td>
1701
+ </tr>
1702
+ <tr>
1703
+ <td align="center"><img src="./images/ranks/GnBphoto.png" alt="Nemacyst-ish" title="Nemacyst-ish" /></td>
1704
+ </tr>
1705
+
1706
+
1707
+ <td>
1708
+ <span class="postdetails">
1709
+ <br /><b style="color: ">Joined:</b> Mon Jun 30, 2008 1:31 pm<br /><b style="color: ">Posts:</b> 23<br /><b style="color: ">Location:</b> aServer</td>
1710
+ </span>
1711
+ </table>
1712
+ </td>
1713
+ </table>
1714
+ </td>
1715
+
1716
+
1717
+ <td valign="top">
1718
+ <table width="100%" cellspacing="5">
1719
+ <tr>
1720
+ <td>
1721
+
1722
+ <div class="postbody">twelve</div>
1723
+
1724
+ <span class="postbody"><br />
1725
+ <table width="100%" align="center">
1726
+ <tr align="center">
1727
+ <td><img src="./styles/GnB/theme/images/sig.png" width="480" height="24"></td>
1728
+ </tr>
1729
+ </table>
1730
+ <br />&quot;L1V1N6 V1C4R10U5LY 7HRU GnB 51NC5 2008&quot; - tester<br />Send MMS (cell pics) to: <!-- e --><a href="mailto:tester@gmail.com">tester@gmail.com</a><!-- e --></span>
1731
+ <br clear="all" /><br />
1732
+ <table width="100%" cellspacing="0">
1733
+ <tr valign="middle">
1734
+ <td class="gensmall" align="right">
1735
+ <a href="./report.php?f=37&amp;p=3052"><img src="./styles/GnB/imageset/en/icon_post_report.png" alt="Report this post" title="Report this post" /></a> <a href="./posting.php?mode=delete&amp;f=37&amp;p=3052"><img src="./styles/GnB/imageset/en/icon_post_delete.png" alt="Delete post" title="Delete post" /></a> </td>
1736
+ </tr>
1737
+ </table>
1738
+ </td>
1739
+ </tr>
1740
+ </table>
1741
+ </td>
1742
+ </tr>
1743
+
1744
+ <tr class="rowf1">
1745
+ <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
1746
+ <td><div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=57"><img src="./styles/GnB/imageset/en/icon_user_profile.png" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=3052"><img src="./styles/GnB/imageset/en/icon_contact_pm.png" alt="Send private message" title="Send private message" /></a> &nbsp;</div> <div class="gensmall" style="float: right;"><a href="./posting.php?mode=edit&amp;f=37&amp;p=3052"><img src="./styles/GnB/imageset/en/icon_post_edit.png" alt="Edit post" title="Edit post" /></a> <a href="./posting.php?mode=quote&amp;f=37&amp;p=3052"><img src="./styles/GnB/imageset/en/icon_post_quote.png" alt="Reply with quote" title="Reply with quote" /></a> &nbsp;</div></td>
1747
+
1748
+
1749
+ </tr>
1750
+ <tr>
1751
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
1752
+ </tr>
1753
+ </table>
1754
+
1755
+
1756
+
1757
+
1758
+
1759
+ <table width="100%" class="tablebg" border="0" cellpadding="0" cellspacing="1" align="right">
1760
+ <tr align="right">
1761
+ <td class="row1" width="30%" align="right">
1762
+ <form method="post" name="search" action="./search.php?t=52"><span class="gensmall">Search for:</span> <input class="post" type="text" name="keywords" size="20" /> <input class="btnlite" type="submit" value="Go" /></form></td>
1763
+ </tr>
1764
+ </table>
1765
+
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+ </td>
1773
+ <td background="./styles/GnB/theme/images/box_09.png" width="41" height="100%"></td>
1774
+ </tr>
1775
+ <tr>
1776
+ <td><img src="./styles/GnB/theme/images/box_10.png" width="41" height="46" alt=""></td>
1777
+ <td background="./styles/GnB/theme/images/box_11.png" width="100%" height="46" align="center">
1778
+ <form name="viewtopic" method="post" action="./viewtopic.php?f=37&amp;t=52&amp;start=0"><span class="gensmall2">Display posts from previous:</span> <select name="st" id="st"><option value="0" selected="selected">All posts</option><option value="1">1 day</option><option value="7">7 days</option><option value="14">2 weeks</option><option value="30">1 month</option><option value="90">3 months</option><option value="180">6 months</option><option value="365">1 year</option></select>&nbsp;<span class="gensmall2">Sort by</span> <select name="sk" id="sk"><option value="a">Author</option><option value="t" selected="selected">Post time</option><option value="s">Subject</option></select> <select name="sd" id="sd"><option value="a" selected="selected">Ascending</option><option value="d">Descending</option></select>&nbsp;<input class="btnlite" type="submit" value="Go" name="sort" /></form>
1779
+ </td>
1780
+ <td><img src="./styles/GnB/theme/images/box_13.png" width="41" height="46" alt=""></td>
1781
+ </tr>
1782
+ </table>
1783
+
1784
+ <table width="100%" cellspacing="1">
1785
+ <tr>
1786
+ <td align="left" valign="middle" nowrap="nowrap">
1787
+
1788
+
1789
+
1790
+ <A
1791
+ HREF="./posting.php?mode=post&amp;f=37"
1792
+ onMouseOver = "rollover('new_topic2')"
1793
+ onMouseOut = "rollout('new_topic2')"
1794
+ ><IMG
1795
+ SRC="./styles/GnB/theme/images/buttons/new_topic1.png"
1796
+ NAME="new_topic2"
1797
+ ALT="Home Page" BORDER=0
1798
+ HEIGHT=45 WIDTH=120
1799
+ ></A>
1800
+ <SCRIPT TYPE="text/javascript">
1801
+ <!--
1802
+ setrollover("./styles/GnB/theme/images/buttons/new_topic2.png");
1803
+ //-->
1804
+ </SCRIPT>
1805
+
1806
+
1807
+
1808
+
1809
+
1810
+ <A
1811
+ HREF="./posting.php?mode=reply&amp;f=37&amp;t=52"
1812
+ onMouseOver = "rollover('post_reply2')"
1813
+ onMouseOut = "rollout('post_reply2')"
1814
+ ><IMG
1815
+ SRC="./styles/GnB/theme/images/buttons/post_reply1.png"
1816
+ NAME="post_reply2"
1817
+ ALT="Home Page" BORDER=0
1818
+ HEIGHT=45 WIDTH=120
1819
+ ></A>
1820
+ <SCRIPT TYPE="text/javascript">
1821
+ <!--
1822
+ setrollover("./styles/GnB/theme/images/buttons/post_reply2.png");
1823
+ //-->
1824
+ </SCRIPT>
1825
+
1826
+
1827
+ </td>
1828
+ <td class="nav" valign="middle" nowrap="nowrap">&nbsp;Page <strong>1</strong> of <strong>1</strong><br /></td>
1829
+ <td class="gensmall" nowrap="nowrap">&nbsp;[ 15 posts ]&nbsp;</td>
1830
+ <td class="gensmall" width="100%" align="right" nowrap="nowrap"></td>
1831
+ </tr>
1832
+ </table>
1833
+ </div>
1834
+
1835
+ <div id="pagefooter"></div>
1836
+
1837
+ <br clear="all" />
1838
+
1839
+ <table width="100%" cellspacing="0" cellpadding="0" style="margin-top: 5px;">
1840
+ <tr>
1841
+ <td><img src="./styles/GnB/theme/images/nav01.png" width="46" height="55" alt=""></td>
1842
+
1843
+ <td width="100%" background="./styles/GnB/theme/images/nav02.png" width="100%" height="55">
1844
+ <p class="breadcrumbs"><a href="./index.php">Board index</a> &#187; <a href="./viewforum.php?f=11">GnB Chat</a> &#187; <a href="./viewforum.php?f=37">tester</a></p>
1845
+ <p class="datetime">All times are UTC - 8 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p>
1846
+ </td>
1847
+ <td><img src="./styles/GnB/theme/images/nav03.png" width="46" height="55" alt=""></td>
1848
+
1849
+ </tr>
1850
+ </table> <br clear="all" />
1851
+
1852
+ <table id="bx" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
1853
+
1854
+ <tr>
1855
+
1856
+ <table id="bx" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
1857
+
1858
+ <td><img src="./styles/GnB/theme/images/box_01.png" width="41" height="48" alt=""></td>
1859
+ <td background="./styles/GnB/theme/images/box_02.png" width="50%" height="48">
1860
+ <td background="./styles/GnB/theme/images/cu.png" width="350" height="48"><h4 align="center">Who is online</h4></td>
1861
+ <td background="./styles/GnB/theme/images/box_02.png" width="50%" height="48">
1862
+
1863
+ <td><img src="./styles/GnB/theme/images/box_04.png" width="41" height="48" alt=""></td>
1864
+
1865
+ </table>
1866
+
1867
+ </tr>
1868
+ <tr>
1869
+ <table id="bx" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
1870
+
1871
+ <td background="./styles/GnB/theme/images/box_08.png" width="41" height="100%"></td>
1872
+ <td>
1873
+
1874
+ <table class="tablebg" width="100%" cellspacing="1">
1875
+ <tr>
1876
+ <td class="row1"><p class="gensmall">Users browsing this forum: <a href="./memberlist.php?mode=viewprofile&amp;u=58">dragonmike</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=57">tester</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=56" style="color: #733D1A;" class="username-coloured">Skuzzy</a> and 0 guests</p></td>
1877
+ </tr>
1878
+ </table>
1879
+
1880
+ </td>
1881
+ <td background="./styles/GnB/theme/images/box_09.png" width="9" height="100%"></td>
1882
+ </tr>
1883
+ <tr>
1884
+ <td><img src="./styles/GnB/theme/images/box_10.png" width="41" height="46" alt=""></td>
1885
+ <td background="./styles/GnB/theme/images/box_11.png" width="100%" height="46"></td>
1886
+ <td><img src="./styles/GnB/theme/images/box_13.png" width="41" height="46" alt=""></td>
1887
+ </tr>
1888
+ </table>
1889
+
1890
+ <br clear="all" />
1891
+
1892
+
1893
+
1894
+
1895
+
1896
+
1897
+ <table id="bx" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
1898
+ <tr>
1899
+ <table id="bx" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
1900
+
1901
+ <td><img src="./styles/GnB/theme/images/box_01.png" width="41" height="48" alt=""></td>
1902
+ <td background="./styles/GnB/theme/images/box_02.png" width="50%" height="48"></td>
1903
+ <td background="./styles/GnB/theme/images/box_02.png" width="50%" height="48"></td>
1904
+
1905
+ <td><img src="./styles/GnB/theme/images/box_04.png" width="41" height="48" alt=""></td>
1906
+
1907
+ </table>
1908
+ </tr>
1909
+
1910
+ <tr>
1911
+ <table id="bx" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
1912
+
1913
+ <td background="./styles/GnB/theme/images/box_08.png" width="41" height="100%"></td>
1914
+ <td>
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+
1922
+
1923
+
1924
+ <table class="row1" width="100%" cellspacing="1">
1925
+ <tr>
1926
+ <td width="40%" valign="middle" nowrap="nowrap" align="left"><form method="post" action="./mcp.php?f=37&amp;t=52&amp;quickmod=1&amp;redirect=.%2Fviewtopic.php%3Ff%3D37%26t%3D52%26start%3D0%26st%3D0%26sk%3Dt%26sd%3Da&amp;sid=f28bbf47ef5da33390d83c7c26c5fb30"><span class="gensmall">Quick-mod tools:</span> <select name="action" id="quick-mod-select"><option value="lock">Lock topic</option><option value="make_sticky">Change to “Sticky”</option><option value="make_announce">Change to “Announcement”</option><option value="make_global">Change to “Global”</option></select> <input class="btnlite" type="submit" value="Go" /></form></td>
1927
+ <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">You <strong>can</strong> post new topics in this forum<br />You <strong>can</strong> reply to topics in this forum<br />You <strong>can</strong> edit your posts in this forum<br />You <strong>can</strong> delete your posts in this forum<br />You <strong>can</strong> post attachments in this forum<br /></span></td>
1928
+ </tr>
1929
+ </table>
1930
+
1931
+
1932
+
1933
+ <table class="row1" width="100%" cellspacing="0">
1934
+ <tr>
1935
+
1936
+
1937
+
1938
+
1939
+
1940
+ <td align="right"> <form method="post" name="jumpbox" action="./viewforum.php" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
1941
+
1942
+ <table cellspacing="0" cellpadding="0" border="0">
1943
+ <tr>
1944
+ <td nowrap="nowrap"><span class="gensmall">Jump to:</span>&nbsp;<select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
1945
+
1946
+ <option value="-1">Select a forum</option>
1947
+ <option value="-1">------------------</option> <option value="5">Welcome Center</option>
1948
+ <option value="6">&nbsp; &nbsp;Orientation</option>
1949
+ <option value="7">&nbsp; &nbsp;Help</option>
1950
+ <option value="8">Seriously</option>
1951
+ <option value="9">&nbsp; &nbsp;Game of Fame</option>
1952
+ <option value="10">&nbsp; &nbsp;Club 1000</option>
1953
+ <option value="11">GnB Chat</option>
1954
+ <option value="12">&nbsp; &nbsp;Gears &amp; Beers</option>
1955
+ <option value="13">&nbsp; &nbsp;The Pub</option>
1956
+ <option value="23">&nbsp; &nbsp;Member Blogs</option>
1957
+ <option value="27">&nbsp; &nbsp;&nbsp; &nbsp;BluStorm3D's Realm</option>
1958
+ <option value="25">&nbsp; &nbsp;&nbsp; &nbsp;Cappi's Blabs</option>
1959
+ <option value="40">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Archive</option>
1960
+ <option value="41">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Cappi's Current Chronicles</option>
1961
+ <option value="38">&nbsp; &nbsp;&nbsp; &nbsp;chachi's wax</option>
1962
+ <option value="29">&nbsp; &nbsp;&nbsp; &nbsp;Greeney's Corner</option>
1963
+ <option value="34">&nbsp; &nbsp;&nbsp; &nbsp;Hannie's Hale</option>
1964
+ <option value="36">&nbsp; &nbsp;&nbsp; &nbsp;Jag's Jibba Jabba</option>
1965
+ <option value="35">&nbsp; &nbsp;&nbsp; &nbsp;McSwiggs McBlogosphere</option>
1966
+ <option value="26">&nbsp; &nbsp;&nbsp; &nbsp;Pinky's Closet</option>
1967
+ <option value="32">&nbsp; &nbsp;&nbsp; &nbsp;Straight from Quahog</option>
1968
+ <option value="30">&nbsp; &nbsp;&nbsp; &nbsp;The Smiths Temple</option>
1969
+ <option value="31">&nbsp; &nbsp;&nbsp; &nbsp;The Sith Temple</option>
1970
+ <option value="39">&nbsp; &nbsp;&nbsp; &nbsp;The Dead Room</option>
1971
+ <option value="33">&nbsp; &nbsp;&nbsp; &nbsp;Volkmann's House of Mirrors</option>
1972
+ <option value="42">&nbsp; &nbsp;&nbsp; &nbsp;Welcome to Jamo's</option>
1973
+ <option value="15">&nbsp; &nbsp;Other Games</option>
1974
+ <option value="16">&nbsp; &nbsp;&nbsp; &nbsp;Upcoming Titles of Interest</option>
1975
+ <option value="22">&nbsp; &nbsp;&nbsp; &nbsp;Xbox Live Arcade</option>
1976
+ <option value="17">&nbsp; &nbsp;&nbsp; &nbsp;Call of Duty 4: Modern Warfare</option>
1977
+ <option value="18">&nbsp; &nbsp;&nbsp; &nbsp;Ghost Recon: Advanced Warfighter 2</option>
1978
+ <option value="19">&nbsp; &nbsp;&nbsp; &nbsp;Grand Theft Auto IV</option>
1979
+ <option value="20">&nbsp; &nbsp;&nbsp; &nbsp;Halo 3</option>
1980
+ <option value="21">&nbsp; &nbsp;&nbsp; &nbsp;Rainbow 6: Vegas 1 &amp; 2</option>
1981
+ <option value="43">&nbsp; &nbsp;&nbsp; &nbsp;Unreal Tournament III</option>
1982
+ <option value="37" selected="selected">&nbsp; &nbsp;tester</option>
1983
+ <option value="44">&nbsp; &nbsp;Movie Mania</option>
1984
+
1985
+ </select>&nbsp;<input class="btnlite" type="submit" value="Go" /></td>
1986
+ </tr>
1987
+ </table>
1988
+
1989
+ </form>
1990
+ </td>
1991
+ </tr>
1992
+ </table>
1993
+
1994
+
1995
+
1996
+
1997
+ </td>
1998
+ <td background="./styles/GnB/theme/images/box_09.png" width="41" height="100%"></td>
1999
+
2000
+ </table>
2001
+ </tr>
2002
+ <tr>
2003
+ <table id="bx" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
2004
+
2005
+ <td><img src="./styles/GnB/theme/images/box_10.png" width="41" height="46" alt=""></td>
2006
+ <td background="./styles/GnB/theme/images/box_11.png" width="100%" height="46"></td>
2007
+ <td><img src="./styles/GnB/theme/images/box_13.png" width="41" height="46" alt=""></td>
2008
+ </table>
2009
+ </tr>
2010
+ </table>
2011
+
2012
+
2013
+
2014
+
2015
+ </div>
2016
+
2017
+ <!--
2018
+ We request you retain the full copyright notice below including the link to www.phpbb.com.
2019
+ This not only gives respect to the large amount of time given freely by the developers
2020
+ but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
2021
+ the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
2022
+ "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
2023
+ forums may be affected.
2024
+
2025
+ The phpBB Group : 2006
2026
+ //-->
2027
+
2028
+ <div id="wrapfooter">
2029
+
2030
+
2031
+
2032
+ </div>
2033
+
2034
+
2035
+
2036
+
2037
+
2038
+
2039
+
2040
+ <table id="bx" width="100%" height="99" border="0" cellpadding="0" cellspacing="0">
2041
+ <td><img src="./styles/GnB/theme/images/footer/f_01.png" width="81" height="99" alt=""></td>
2042
+ <td background="./styles/GnB/theme/images/footer/f_02.png" width="100%" height="99" alt=""></td>
2043
+ <td><img src="./styles/GnB/theme/images/footer/f_03.png" width="82" height="99" alt=""></td>
2044
+ </table>
2045
+
2046
+
2047
+ <table id="bx" width="100%" height="89" border="0" cellpadding="0" cellspacing="0">
2048
+ <td><img src="./styles/GnB/theme/images/footer/f_10.png" width="81" height="89" alt=""></td>
2049
+ <td><a href="http://www.phpbb.com"><img src="./styles/GnB/theme/images/footer/f_11.png" width="170" height="89" alt=""></a></td>
2050
+ <td background="./styles/GnB/theme/images/footer/f_12.png" width="50%" height="89" alt=""></td>
2051
+ <td><a href="http://www.phpbb-fox.info"><img src="./styles/GnB/theme/images/footer/f_13.png" width="120" height="89" alt=""></a></td>
2052
+ <td background="./styles/GnB/theme/images/footer/f_12.png" width="50%" height="89" alt=""></td>
2053
+ <td><a href="http://www.phpbb-fox.info"><img src="./styles/GnB/theme/images/footer/f_14.png" width="170" height="89" alt=""></a></td>
2054
+ <td><img src="./styles/GnB/theme/images/footer/f_15.png" width="82" height="89" alt=""></td>
2055
+
2056
+ </table>
2057
+
2058
+ <table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
2059
+
2060
+ <tr>
2061
+ <td align="center"
2062
+ </span>
2063
+ </td>
2064
+ </tr>
2065
+ </table>
2066
+
2067
+
2068
+
2069
+
2070
+
2071
+
2072
+
2073
+
2074
+
2075
+
2076
+ </body>
2077
+ </html>