Soleone-gamefaqs 0.0.2

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,29 @@
1
+ require 'test/unit'
2
+ require '../game_faqs'
3
+
4
+ class GameFaqsTest < Test::Unit::TestCase
5
+ include GameFaqs
6
+
7
+ def test_all_platforms
8
+ # assert Platform.all.first.is_a?(Platform)
9
+ end
10
+
11
+ def test_search_for_game
12
+ game = Search.game("Castlevania Order", "ds")
13
+ assert game.is_a?(Game)
14
+ assert game.name =~ /castlevania.*order/i
15
+ assert game.platform.is_a?(Platform)
16
+ assert_equal "DS", game.platform.name
17
+ end
18
+
19
+ def test_game_reviews_count
20
+ game = Search.game("Castlevania Order", "ds")
21
+ reviews = Review.all_for_game(game)
22
+ #reviews.each { |r| puts r }
23
+ end
24
+
25
+ def test_average_score
26
+ game = Search.game("gothic ii", "pc")
27
+ puts Review.average_score(game)
28
+ end
29
+ end
@@ -0,0 +1,617 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml">
4
+ <head>
5
+ <title>
6
+ Castlevania: Order of Ecclesia Reviews for DS - GameFAQs
7
+ </title>
8
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
9
+ <meta name="description" content="For Castlevania: Order of Ecclesia on the DS, GameFAQs has 13 reviews." />
10
+ <link href="/css/default.css" rel="stylesheet" type="text/css" />
11
+ </head>
12
+ <body>
13
+ <div id="container">
14
+ <div id="gne_nav">
15
+ <img class="cne" src="http://i.i.com.com/cnet.g2/shared/ge_img_6_light.gif" alt="CNET Networks Entertainment" /> <a href="http://www.gamespot.com?tag=globalheader;gamespot">GameSpot</a> | <a href="http://www.gamefaqs.com/?tag=globalheader;gamefaqs">GameFAQs</a> | <a href="http://www.sportsgamer.com/?tag=globalheader;sportsgamer">SportsGamer</a> | <a href="http://www.mp3.com/?tag=globalheader;mp3">MP3.com</a> | <a href="http://www.tv.com/?tag=globalheader;tv">TV.com</a> | <a href="http://www.metacritic.com/?tag=globalheader;metacritic">Metacritic</a>
16
+ </div>
17
+ <div id="header">
18
+ <div id="logo">
19
+ <a href="http://www.gamefaqs.com/"><img src="/images/v9_clear.gif" alt="GameFAQs" /></a>
20
+ </div>
21
+ <div id="loginbox">
22
+ <form id="login" method="post" action="/user/login.html">
23
+ <input type="hidden" name="path" value="http://www.gamefaqs.com/portable/ds/review/945837.html" />
24
+ <div id="loginmail">
25
+ <label for="email">Email</label> <input id="email" type="text" name="EMAILADDR" maxlength="90" />
26
+ </div>
27
+ <div id="loginpass">
28
+ <label for="password">Password</label> <input id="password" type="password" name="PASSWORD" maxlength="20" />
29
+ </div>
30
+ <div id="loginsbmt">
31
+ <input id="logbutton" type="image" src="/images/v9_log_in.gif" />
32
+ </div>
33
+ <div id="loglink">
34
+ <a href="/user/register.html">Sign Up</a> | <a href="http://membership.gamefaqs.com/1328-4-46.html">Forgot Password?</a>
35
+ </div>
36
+ </form>
37
+ </div>
38
+ </div>
39
+ <div id="searchbox">
40
+ <form id="search" method="get" action="/search/index.html">
41
+ <label for="searchtextbox"><a href="/search/index.html">Search:</a></label><input type="text" id="searchtextbox" name="game" value="" class="text" /><select id="searchplatform" name="platform">
42
+ <option value="0" selected="selected">
43
+ All Platforms
44
+ </option>
45
+ <option>
46
+ --------
47
+ </option>
48
+ <option value="1026">
49
+ DS
50
+ </option>
51
+ <option value="12">
52
+ Game Boy Advance
53
+ </option>
54
+ <option value="11">
55
+ GameCube
56
+ </option>
57
+ <option value="5">
58
+ PC
59
+ </option>
60
+ <option value="7">
61
+ PlayStation 2
62
+ </option>
63
+ <option value="1028">
64
+ PlayStation 3
65
+ </option>
66
+ <option value="1024">
67
+ PSP
68
+ </option>
69
+ <option value="1031">
70
+ Wii
71
+ </option>
72
+ <option value="13">
73
+ Xbox
74
+ </option>
75
+ <option value="1029">
76
+ Xbox 360
77
+ </option>
78
+ <option>
79
+ --------
80
+ </option>
81
+ <option value="26">
82
+ Arcade
83
+ </option>
84
+ <option value="1">
85
+ Dreamcast
86
+ </option>
87
+ <option value="2">
88
+ Game Boy
89
+ </option>
90
+ <option value="9">
91
+ Game Boy Color
92
+ </option>
93
+ <option value="10">
94
+ Genesis
95
+ </option>
96
+ <option value="1006">
97
+ iPhone/iPod
98
+ </option>
99
+ <option value="18">
100
+ Neo-Geo
101
+ </option>
102
+ <option value="19">
103
+ NES
104
+ </option>
105
+ <option value="4">
106
+ Nintendo 64
107
+ </option>
108
+ <option value="6">
109
+ PlayStation
110
+ </option>
111
+ <option value="8">
112
+ Saturn
113
+ </option>
114
+ <option value="21">
115
+ SNES
116
+ </option>
117
+ <option>
118
+ All Platforms
119
+ </option>
120
+ </select><button type="submit">go</button>
121
+ </form>
122
+ <div class='rubics_netxp1_main' id='rbx_netxp1_parent'>
123
+ <script type='text/javascript'>
124
+ //<![CDATA[
125
+ function do_rbx_ctrk_netxp1 (aElem, iTrkId, cTrkPrefix) {
126
+ var imgElem = document.getElementById(iTrkId);
127
+ if (!imgElem) {
128
+ return true;
129
+ }
130
+
131
+ if (!aElem.rbxCPrefixed) {
132
+ aElem.rbxCPrefixed = true;
133
+ var destUri = encodeURIComponent(aElem.href);
134
+ var newUri = cTrkPrefix + destUri;
135
+ aElem.href = newUri;
136
+ }
137
+ return true;
138
+ }
139
+ function do_rbx_itrk_netxp1 (parentId, iTrkId, iTrkUri) {
140
+ if (!document.images) {
141
+ return false;
142
+ }
143
+
144
+ var imgId = iTrkId;
145
+ var imgElem = document.getElementById(imgId);
146
+
147
+ if (!imgElem) {
148
+
149
+ var parentElem = document.getElementById(parentId);
150
+ if (!parentElem) {
151
+ return false;
152
+ }
153
+
154
+ var imgElem = document.createElement('img');
155
+ if (!imgElem) {
156
+ return false;
157
+ }
158
+
159
+ imgElem.id = imgId;
160
+ imgElem.src = iTrkUri;
161
+ imgElem.alt = '';
162
+ imgElem.width = '1';
163
+ imgElem.height = '1';
164
+
165
+ parentElem.appendChild(imgElem);
166
+ }
167
+ return true;
168
+ }
169
+ //]]>
170
+ </script> ON <span class="xpromositename">BNET</span>: <a target='_top' onclick="return do_rbx_ctrk_netxp1(this, 'rbx_netxp1_1', 'http://dw.com.com/rubicsclk?ver=2&amp;ts=2008.11.06.16.31.26&amp;edId=&amp;onId=&amp;ptId=&amp;sId=19&amp;appId=19&amp;offId=3665&amp;unitId=45&amp;poolId=1&amp;f1=4&amp;f2=%2d0&amp;f3=%2d0&amp;alg=8&amp;&amp;opt=1&amp;linkPos=1&amp;destUrl=');" href='http://blogs.bnet.com/teamwork/?p=396' class='xpromolink'>How to play hooky more effectively</a> <script type='text/javascript'>
171
+ //<![CDATA[
172
+ do_rbx_itrk_netxp1('rbx_netxp1_parent', 'rbx_netxp1_1', 'http://dw.com.com/rubicsimp/c.gif?ver=2&ts=2008.11.06.16.31.26&edId=&onId=&ptId=&sId=19&appId=19&unitId=45&poolId=1&f1=4&f2=%2d0&f3=%2d0&alg=8&opt=1&off=3665,-1');
173
+ //]]>
174
+ </script>
175
+ </div><!-- ros [r20070521-1832-ronr-v1-13-5:1.13.5] c17-ad-rubics-ros4.cnet.com::4129201072 2008.11.06.16.31.26 --><!-- ros t 0.0.0.0.2.2.2.2 -->
176
+ </div>
177
+ <div id="quicknav">
178
+ <p>
179
+ <a href="/">Home</a> <a href="/new/index.html">What's New</a> <a href="/contribute/">Contribute</a> <a href="/features/">Features</a> <a href="/boards/index.php">Boards</a> <a href="/features/mygames/index.html">My Games</a> <a href="/features/help/">Help</a>
180
+ </p>
181
+ </div>
182
+ <div id="platformlist">
183
+ <div class="nav">
184
+ <b>Platforms:</b> <a href="/portable/ds/">DS</a> | <a href="/portable/gbadvance/">GBA</a> | <a href="/console/gamecube/">GameCube</a> | <a href="/computer/doswin/">PC</a> | <a href="/console/ps2/">PS2</a> | <a href="/console/ps3/">PS3</a> | <a href="/portable/psp/">PSP</a> | <a href="/console/wii/">Wii</a> | <a href="/console/xbox/">Xbox</a> | <a href="/console/xbox360/">Xbox 360</a> | <a href="/systems.html">All&nbsp;Systems</a>
185
+ </div>
186
+ <div class="jumper">
187
+ <form id="sys" action="/search/go.php" method="get">
188
+ <select id="jumpmenu" name="sys" onchange="location=options[selectedIndex].value;">
189
+ <option value="/systems.html" selected="selected">
190
+ Platform Jumper
191
+ </option>
192
+ <option value="/coinop/arcade/">
193
+ Arcade
194
+ </option>
195
+ <option value="/console/dreamcast/">
196
+ Dreamcast
197
+ </option>
198
+ <option value="/portable/ds/">
199
+ DS
200
+ </option>
201
+ <option value="/portable/gameboy/">
202
+ Game Boy
203
+ </option>
204
+ <option value="/portable/gbadvance/">
205
+ Game Boy Advance
206
+ </option>
207
+ <option value="/portable/gbcolor/">
208
+ Game Boy Color
209
+ </option>
210
+ <option value="/console/gamecube/">
211
+ GameCube
212
+ </option>
213
+ <option value="/console/genesis/">
214
+ Genesis
215
+ </option>
216
+ <option value="/portable/iphone/">
217
+ iPhone/iPod
218
+ </option>
219
+ <option value="/console/neogeo/">
220
+ Neo-Geo
221
+ </option>
222
+ <option value="/console/nes/">
223
+ NES
224
+ </option>
225
+ <option value="/console/n64/">
226
+ Nintendo 64
227
+ </option>
228
+ <option value="/computer/doswin/">
229
+ PC
230
+ </option>
231
+ <option value="/console/psx/">
232
+ PlayStation
233
+ </option>
234
+ <option value="/console/ps2/">
235
+ PlayStation 2
236
+ </option>
237
+ <option value="/console/ps3/">
238
+ PlayStation 3
239
+ </option>
240
+ <option value="/portable/psp/">
241
+ PSP
242
+ </option>
243
+ <option value="/console/saturn/">
244
+ Saturn
245
+ </option>
246
+ <option value="/console/snes/">
247
+ SNES
248
+ </option>
249
+ <option value="/console/wii/">
250
+ Wii
251
+ </option>
252
+ <option value="/console/xbox/">
253
+ Xbox
254
+ </option>
255
+ <option value="/console/xbox360/">
256
+ Xbox 360
257
+ </option>
258
+ <option value="/systems.html">
259
+ -Full List-
260
+ </option>
261
+ </select><button type="submit">go</button>
262
+ </form><script type="text/javascript">
263
+ //<![CDATA[
264
+ document.getElementById('sys').getElementsByTagName('button')[0].style.display="none";
265
+ //]]>
266
+ </script>
267
+ </div>
268
+ </div>
269
+ <div id="content">
270
+ <div class="crumbs">
271
+ <a href="/portable/ds/">DS</a> » <a href="/portable/ds/cat_54.html">Action</a> » <a href="/portable/ds/cat_56.html">Platformer</a> » <a href="/portable/ds/cat_84.html">2D</a>
272
+ </div>
273
+ <h1>
274
+ Castlevania: Order of Ecclesia
275
+ </h1>
276
+ <div class="gamespace_nav">
277
+ <ul>
278
+ <li>
279
+ <a href="/portable/ds/home/945837.html"><b class="first">Home</b></a>
280
+ </li>
281
+ <li>
282
+ <a href="/portable/ds/data/945837.html"><b>Data</b></a>
283
+ </li>
284
+ <li>
285
+ <a href="/portable/ds/game/945837.html"><b><span class="new">FAQs</span></b></a>
286
+ </li>
287
+ <li>
288
+ <a href="/portable/ds/code/945837.html"><b><span class="new">Cheats</span></b></a>
289
+ </li>
290
+ <li class="hi">
291
+ <a href="/portable/ds/review/945837.html"><b><span class="new">Reviews</span></b></a>
292
+ </li>
293
+ <li>
294
+ <a href="/portable/ds/image/945837.html"><b>Images</b></a>
295
+ </li>
296
+ <li>
297
+ <a href="/portable/ds/my/945837.html"><b>My Games</b></a>
298
+ </li>
299
+ <li>
300
+ <a href="/portable/ds/qna/945837.html"><b><span class="new">Answers</span></b></a>
301
+ </li>
302
+ <li>
303
+ <a href="/boards/gentopic.php?board=945837"><b>Board</b></a>
304
+ </li>
305
+ <li>
306
+ <a href="http://www.gamespot.com/ds/action/castlevaniaorderofecclesia/checkprices.html" target="_blank"><b class="last">Check Prices</b></a>
307
+ </li>
308
+ </ul>
309
+ </div>
310
+ <div id="sky_col_wrap">
311
+ <div id="main_col_wrap">
312
+ <div id="main_col">
313
+ <div class="pod">
314
+ <div class="head">
315
+ <h1>
316
+ GameFAQs Detailed Reviews
317
+ </h1>
318
+ </div>
319
+ <div class="body">
320
+ <table class="contrib">
321
+ <colgroup>
322
+ <col class="review" />
323
+ <col class="author" />
324
+ <col class="score" />
325
+ </colgroup>
326
+ <tr>
327
+ <td>
328
+ <img src="/images/default/rec.gif" class="genredot" alt="" /><a href="/portable/ds/review/R129306.html">She's a black magic woman...</a>
329
+ </td>
330
+ <td>
331
+ <a href="/features/recognition/43353.html">discoinferno84</a>
332
+ </td>
333
+ <td>
334
+ 9/10
335
+ </td>
336
+ </tr>
337
+ <tr class="even">
338
+ <td>
339
+ <a href="/portable/ds/review/R129374.html">Another great Castlevania title, Ecclesia is a must-have for any Castlevania fan.</a>
340
+ </td>
341
+ <td>
342
+ <a href="/features/recognition/54734.html">Bkstunt_31</a>
343
+ </td>
344
+ <td>
345
+ 9/10
346
+ </td>
347
+ </tr>
348
+ <tr>
349
+ <td>
350
+ <a href="/portable/ds/review/R129375.html">"Hear me, Dracula! I am the morning sun, come to vanquish this horrible night!"</a>
351
+ </td>
352
+ <td>
353
+ <a href="/features/recognition/25228.html">Kain Stryder</a>
354
+ </td>
355
+ <td>
356
+ 10/10
357
+ </td>
358
+ </tr>
359
+ <tr class="even">
360
+ <td>
361
+ <a href="/portable/ds/review/R129390.html">Tweaking a winning formula</a>
362
+ </td>
363
+ <td>
364
+ <a href="/features/recognition/77403.html">Tranzience</a>
365
+ </td>
366
+ <td>
367
+ 8/10
368
+ </td>
369
+ </tr>
370
+ </table>
371
+ </div>
372
+ </div>
373
+ <div class="pod">
374
+ <div class="head">
375
+ <h1>
376
+ GameFAQs Full Reviews
377
+ </h1>
378
+ </div>
379
+ <div class="body">
380
+ <table class="contrib">
381
+ <colgroup>
382
+ <col class="review" />
383
+ <col class="author" />
384
+ <col class="score" />
385
+ </colgroup>
386
+ <tr>
387
+ <td>
388
+ <a href="/portable/ds/review/R129445.html">You danced well.</a>
389
+ </td>
390
+ <td>
391
+ <a href="/features/recognition/81620.html">darthmoose87</a>
392
+ </td>
393
+ <td>
394
+ 8/10
395
+ </td>
396
+ </tr>
397
+ <tr class="even">
398
+ <td>
399
+ <a href="/portable/ds/review/R129550.html">Managing to reinvent itself yet again!</a> <span style="color:red; text-align:center">*new*</span>
400
+ </td>
401
+ <td>
402
+ <a href="/features/recognition/81705.html">kwinsi</a>
403
+ </td>
404
+ <td>
405
+ 9/10
406
+ </td>
407
+ </tr>
408
+ <tr>
409
+ <td>
410
+ <a href="/portable/ds/review/R129329.html">Still kicking Dracula's butt. This time, it's a woman's job to do it.</a>
411
+ </td>
412
+ <td>
413
+ <a href="/features/recognition/73673.html">megaslush</a>
414
+ </td>
415
+ <td>
416
+ 9/10
417
+ </td>
418
+ </tr>
419
+ <tr class="even">
420
+ <td>
421
+ <a href="/portable/ds/review/R129381.html">The best game on the DS.</a>
422
+ </td>
423
+ <td>
424
+ <a href="/features/recognition/57624.html">TheGrandFinale</a>
425
+ </td>
426
+ <td>
427
+ 10/10
428
+ </td>
429
+ </tr>
430
+ <tr>
431
+ <td>
432
+ <a href="/portable/ds/review/R129330.html">The best of the DS trilogy? Depends on your priorities.</a>
433
+ </td>
434
+ <td>
435
+ <a href="/features/recognition/68035.html">_FifthWarrior_</a>
436
+ </td>
437
+ <td>
438
+ 9/10
439
+ </td>
440
+ </tr>
441
+ </table>
442
+ </div>
443
+ </div>
444
+ <div class="pod">
445
+ <div class="head">
446
+ <h1>
447
+ GameFAQs Quick Reviews
448
+ </h1>
449
+ </div>
450
+ <div class="body">
451
+ <table class="contrib">
452
+ <colgroup>
453
+ <col class="review" />
454
+ <col class="author" />
455
+ <col class="score" />
456
+ </colgroup>
457
+ <tr>
458
+ <td>
459
+ <a href="/portable/ds/review/R129476.html">A fantastic game that proves 2D gaming is as good as ever.</a>
460
+ </td>
461
+ <td>
462
+ <a href="/features/recognition/57844.html">Lord_Yggdrassil</a>
463
+ </td>
464
+ <td>
465
+ 9/10
466
+ </td>
467
+ </tr>
468
+ <tr class="even">
469
+ <td>
470
+ <a href="/portable/ds/review/R129357.html">Castlevania at its' best!</a>
471
+ </td>
472
+ <td>
473
+ <a href="/features/recognition/81265.html">Noke0</a>
474
+ </td>
475
+ <td>
476
+ 10/10
477
+ </td>
478
+ </tr>
479
+ <tr>
480
+ <td>
481
+ <a href="/portable/ds/review/R129334.html">The third Castlevania for the DS...</a>
482
+ </td>
483
+ <td>
484
+ <a href="/features/recognition/75829.html">PIKAPIKA_3</a>
485
+ </td>
486
+ <td>
487
+ 9/10
488
+ </td>
489
+ </tr>
490
+ <tr class="even">
491
+ <td>
492
+ <a href="/portable/ds/review/R129335.html">Finally A Challenge!</a>
493
+ </td>
494
+ <td>
495
+ <a href="/features/recognition/67218.html">Wildfire007</a>
496
+ </td>
497
+ <td>
498
+ 8/10
499
+ </td>
500
+ </tr>
501
+ </table>
502
+ </div>
503
+ </div>
504
+ <div class="pod contrib">
505
+ <div class="head">
506
+ <h1>
507
+ Got Your Own Opinion?
508
+ </h1>
509
+ </div>
510
+ <div class="body">
511
+ <p class="">
512
+ You can submit your own review for this game using our <a href="/contribute/submit_review.php?gameid=945837">Review Submission Form</a>.
513
+ </p>
514
+ </div>
515
+ </div>
516
+ <div class="gs">
517
+ <div class="pod">
518
+ <div class="head">
519
+ <h1>
520
+ Castlevania: Order of Ecclesia Resources
521
+ </h1>
522
+ </div>
523
+ <div class="body">
524
+ <div class="item">
525
+ <div class="details">
526
+ <h2>
527
+ GameSpot
528
+ </h2>
529
+ <p>
530
+ Visit <a href="http://www.gamespot.com/ds/action/castlevaniaorderofecclesia/index.html" target="_blank">GameSpot</a> for more <a href="http://www.gamespot.com/ds/action/castlevaniaorderofecclesia/index.html" target="_blank">Castlevania: Order of Ecclesia</a>, including <a href="http://www.gamespot.com/ds/action/castlevaniaorderofecclesia/review.html" target="_blank">1 review</a>, <a href="http://www.gamespot.com/ds/action/castlevaniaorderofecclesia/news.html" target="_blank">1 preview</a>, <a href="http://www.gamespot.com/ds/action/castlevaniaorderofecclesia/news.html" target="_blank">6 news stories</a>, <a href="http://www.gamespot.com/ds/action/castlevaniaorderofecclesia/screenindex.html" target="_blank">85 screenshots</a>, and <a href="http://www.gamespot.com/ds/action/castlevaniaorderofecclesia/media.html" target="_blank">6 gameplay movies</a> .
531
+ </p>
532
+ </div>
533
+ </div>
534
+ <div class="item last">
535
+ <div class="details">
536
+ <h2>
537
+ Game Rankings
538
+ </h2>
539
+ <p>
540
+ Visit <a href="http://www.gamerankings.com/htmlpages2/945837.asp" target="_blank">Game Rankings</a> for 33 reviews and previews for <a href="http://www.gamerankings.com/htmlpages2/945837.asp" target="_blank">Castlevania: Order of Ecclesia</a> from around the web.
541
+ </p>
542
+ </div>
543
+ </div>
544
+ </div>
545
+ </div>
546
+ </div>
547
+ <div id="sponsored_links">
548
+ <iframe src="http://bwp.gamefaqs.com/search" id="sponsored_iframe" width="570" height="187" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" longdesc="Sponsored%20Matches"></iframe>
549
+ </div>
550
+ </div>
551
+ </div>
552
+ <div id="side_col_wrap">
553
+ <div id="side_col">
554
+ <div class="ad" style="text-align:center">
555
+ <!-- php client madison [r20080627-1120-NewRTV]: 216.239.113.223 GET /html/BRAND=4/CLIENT:ID=CHEETAH/DVAR_GSESRB=T/DVAR_GSDISTRIB=Retail/DVAR_GSVIEWS=15664/HTTP_HOST=www.gamefaqs.com/HUB=cn/COOKIE:MADUCAT=1%261107%2610143%2610180%2610183%2610187/_RGROUP=6363/REFERER=http%3A%2F%2Fwww.gamefaqs.com%2Fportable%2Fds%2Fhome%2F945837.html/REMOTE_ADDR=92.228.67.223/SITE=19/UA=Mozilla%2F5.0+%28Macintosh%3B+U%3B+Intel+Mac+OS+X+10_5_5%3B+en%2dus%29+AppleWebKit%2F525.18+%28KHTML%2C+like+Gecko%29+Version%2F3.1.2+Safari%2F525.20.1 HTTP/1.0 -->
556
+ <div style="text-align:center">
557
+ <a href="http://www.cnetnetworks.com/adfeedback/?RGROUP=6363&amp;SEGMENTID=825943&amp;LINEID=275177&amp;SP=&amp;ADVERTISERID=7552" target="new"><img src="http://i.i.com.com/cnwk.1d/Ads/common/ad_feedback_120x10_trans.gif" width="120" height="10" border="0" alt="advertisement" /></a><br />
558
+ </div><iframe src="http://ads.pointroll.com/PortalServe/?pid=686479D43820081031183340&amp;pos=t&amp;r=2008.11.07.00.31.26" width="160" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><img src="http://adlog.com.com/adlog/i/r=6363&amp;s=825943&amp;o=&amp;h=cn&amp;p=&amp;b=4&amp;l=&amp;site=19&amp;pt=&amp;nd=&amp;pid=&amp;cid=&amp;pp=&amp;e=&amp;rqid=01c17-ad-e2490BB7E8358CE40&amp;orh=&amp;ort=&amp;oepartner=&amp;epartner=&amp;ppartner=&amp;pdom=&amp;cpnmodule=&amp;count=&amp;ra=92.228.67.223&amp;dvar=dvar_gsesrb%253DT%2523dvar_gsdistrib%253DRetail%2523dvar_gsviews%253D15664&amp;ucat_rsi=1%25261107%252610143%252610180%252610183%252610187&amp;pg=&amp;t=2008.11.07.00.31.26/http://i.i.com.com/cnwk.1d/Ads/common/dotclear.gif" height="0" width="0" alt="" style="position:absolute; top:0px; left:0px" />
559
+ </div>
560
+ </div>
561
+ </div>
562
+ </div><img src="http://dw.com.com/clear/c.gif?sid=19&amp;edid=107&amp;ptid=6045&amp;onid=9137&amp;ursuid=&amp;ursappid=46&amp;pid=945837&amp;prodtypid=8&amp;useract=88&amp;xref=http%3A%2F%2Fwww.gamefaqs.com%2Fportable%2Fds%2Fhome%2F945837.html&amp;oid=6045-19-945837-&amp;ts=1226017886&amp;url=http%3A%2F%2Fwww.gamefaqs.com%2Fportable%2Fds%2Freview%2F945837.html" height="1" width="1" /><script type="text/javascript" src="http://js.revsci.net/gateway/gw.js?csid=K05540">
563
+ </script> <script type="text/javascript" language="JavaScript">
564
+ //<![CDATA[
565
+ //<!--
566
+ DM_addToLoc("ncat", ('9137:23236:84:'));
567
+ DM_addToLoc("site", ('19'));
568
+ DM_addToLoc("pid", ('945837'));
569
+ DM_addToLoc("ptype", ('6045'));
570
+ DM_tag();
571
+ //-->
572
+ //]]>
573
+ </script> <script type="text/javascript" src="http://i.i.com.com/cnwk.1d/Ads/common/madUCat/MadUCat.js">
574
+ </script> <iframe src="http://mads.gamefaqs.com/mac-ad?beacon=1&amp;site=19&amp;NCAT=9137:23236:84:&amp;ptype=6045&amp;pid=945837" width="1" height="1" frameborder="0"></iframe>
575
+ </div>
576
+ <div id="footer">
577
+ <div id="sitenav">
578
+ <a href="http://www.gamespot.com/downloads/index.html">Free Games</a> | <a href="http://www.gamespot.com/news/index.html">News</a> | <a href="http://www.gamespot.com/pc/index.html">PC</a> | <a href="http://www.gamespot.com/xbox360/index.html">Xbox 360</a> | <a href="http://www.gamespot.com/wii/index.html">Wii</a> | <a href="http://www.gamespot.com/ps2/index.html">PlayStation 2</a> | <a href="http://www.gamespot.com/ps3/index.html">PS3</a> | <a href="http://www.gamespot.com/psp/index.html">PSP</a> | <a href="http://www.gamespot.com/ds/index.html">Nintendo DS</a> | <a href="http://www.gamespot.com/gba/index.html">GBA</a> | <a href="http://www.gamespot.com/cheats.html">Cheat Codes</a> | <a href="http://www.gamespot.com/pages/forums/index.php">Forums</a>
579
+ </div>
580
+ <div id="broadnav">
581
+ <p>
582
+ <a href="http://www.SportsGamer.com">SportsGamer.com:</a> <a href="http://www.sportsgamer.com/games/madden07/">Madden</a> | <a href="http://www.gamerankings.com/">GameRankings</a> | <a href="http://www.metacritic.com">Metacritic.com</a>
583
+ </p>
584
+ <p>
585
+ <a href="http://www.gamefaqs.com/features/help/">Help</a> | <a href="http://sitemap.gamefaqs.com/">Sitemap</a> | <a href="http://www.gamefaqs.com/features/aboutus.html">About Us</a> | <a href="http://www.cnetnetworks.com/advertise/properties/ge_portfolio.php?tag=gs.ft.no">Advertise on GameFAQs</a>
586
+ </p>
587
+ </div>
588
+ <div id="todayoncnet">
589
+ Today on CNET: <a href="http://reviews.cnet.com/Music/2001-6450_7-0.html">MP3 Players</a> | <a href="http://reviews.cnet.com/Cell_phones/2001-3504_7-0.html">Cell Phones</a> | <a href="http://reviews.cnet.com/Digital_cameras/2001-6501_7-0.html">Digital Cameras</a> | <a href="http://reviews.cnet.com/Notebooks/2001-3121_7-0.html">Laptops</a> | <a href="http://reviews.cnet.com/Handhelds/2001-3127_7-0.html">PDAs</a> | <a href="http://reviews.cnet.com/4521-6531_7-5021436-3.html">Speakers</a> | <a href="http://reviews.cnet.com/Web_hosting/2001-6540_7-0.html">Web Hosting</a> | <a href="http://clearance.cnet.com">Overstock Clearance</a> | <a href="http://shopper.cnet.com/4520-5-6276184.html">Tech Bargains</a>
590
+ </div><br style="clear:both;font-size:0;height:0;" />
591
+ <div id="cbsi_f">
592
+ <form>
593
+ <script language="javascript" type="text/javascript">
594
+ //<![CDATA[
595
+ document.write("<div style=\"border:0px;padding-right:0px;\"><label for=\"cbsi_footer_menu\">Visit other CBS Interactive Sites<\/label><select name=\"cbsi_footer_menu\" id=\"cbsi_footer_menu\"><option value=\"\">Select Site<\/option><option value=\"http://www.bnet.com\">BNET<\/option><option value=\"http://cbs.sportsline.com/cbscollegesports/\">CBS College Sports<\/option><option value=\"http://www.cbsradio.com/streaming/\">CBS Radio<\/option><option value=\"http://www.cbs.com\">CBS.com<\/option><option value=\"http://www.cbsnews.com\">CBSNews.com<\/option><option value=\"http://www.cbssports.com\">CBSSports.com<\/option><option value=\"http://www.chow.com\">CHOW<\/option><option value=\"http://www.cnet.com\">CNET<\/option><option value=\"http://www.cnetchannel.com/\">CNET Channel<\/option><option value=\"http://www.gamespot.com\">GameSpot<\/option><option value=\"http://www.cnetnetworks.com/advertise/media-kit/international.html?tag=ft\">International<\/option><option value=\"http://www.last.fm\">Last.fm<\/option><option value=\"http://www.maxpreps.com\">MaxPreps<\/option><option value=\"http://www.moblogic.tv\">Moblogic<\/option><option value=\"http://www.mp3.com\">MP3.com<\/option><option value=\"http://www.mysimon.com\">mySimon<\/option><option value=\"http://www.ncaa.com\">NCAA<\/option><option value=\"http://www.search.com\">Search.com<\/option><option value=\"http://www.techrepublic.com\">TechRepublic<\/option><option value=\"http://www.theinsider.com\">The Insider<\/option><option value=\"http://www.tv.com\">TV.com<\/option><option value=\"http://www.urbanbaby.com\">UrbanBaby.com<\/option><option value=\"http://www.uwire.com\">uWire<\/option><option value=\"http://www.wallstrip.com\">Wallstrip<\/option><option value=\"http://www.zdnet.com\">ZDNet<\/option><\/select><input type=\"button\" value=\"Go\" onClick=\"window.location=document.getElementById(\'cbsi_footer_menu\').options[document.getElementById(\'cbsi_footer_menu\').selectedIndex].value;\" /><\/div>");
596
+ //]]>
597
+ </script>
598
+ </form><noscript>
599
+ <div>
600
+ <a href="http://www.bnet.com">BNET</a>|<a href="http://cbs.sportsline.com/cbscollegesports/">CBS College Sports</a>|<a href="http://www.cbsradio.com/streaming/">CBS Radio</a>|<a href="http://www.cbs.com">CBS.com</a>| <a href="http://www.cbsnews.com">CBSNews.com</a>|<a href="http://www.cbssports.com">CBSSports.com</a>| <a href="http://www.chow.com">CHOW</a>| <a href="http://www.cnet.com">CNET</a>| <a href="http://www.cnetchannel.com/">CNET Channel</a>| <a href="http://www.gamespot.com">GameSpot</a>|<a href="http://www.cnetnetworks.com/advertise/media-kit/international.html?tag=ft">International</a>| <a href="http://www.last.fm">Last.fm</a>| <a href="http://www.maxpreps.com">MaxPreps</a>| <a href="http://www.moblogic.tv">Moblogic</a>| <a href="http://www.mp3.com">MP3.com</a>| <a href="http://www.mysimon.com">mySimon</a>NCAA| <a href="http://www.search.com">Search.com</a>| <a href="http://www.techrepublic.com">TechRepublic</a>| <a href="http://www.theinsider.com">The Insider</a>| <a href="http://www.tv.com">TV.com</a>| <a href="http://www.urbanbaby.com">UrbanBaby.com</a>| <a href="http://www.uwire.com">uWire</a>| <a href="http://www.wallstrip.com">Wallstrip</a>| <a href="http://www.zdnet.com">ZDNet</a>
601
+ </div></noscript>
602
+ <p id="cbsi_f_pop">
603
+ Popular on CBS sites: <a href="http://football.sportsline.com">Fantasy Football</a> | <a href="http://www.theinsider.com/celebrities/Miley_Cyrus">Miley Cyrus</a> | <a href="http://www.sportsline.com/mlb">MLB</a> | <a href="http://www.cnet.com/apple-iphone.html">iPhone 3G</a> | <a href="http://reviews.cnet.com/gps/">GPS</a> | <a href="http://www.chow.com/recipes">Recipes</a> | <a href="http://www.last.fm/music/Shwayze">Shwayze</a> | <a href="http://www.sportsline.com/nfl">NFL</a>
604
+ </p>
605
+ <p>
606
+ <a href="http://www.cnetnetworks.com/?tag=footer;link">About CNET Networks</a> | <a href="http://www.cnetnetworks.com/careers/?tag=footer;link">Jobs</a> | <a href="http://www.cnetnetworks.com/advertise/?tag=footer;link">Advertise</a>
607
+ </p>
608
+ <p>
609
+ © 2008 CNET Networks, Inc., a CBS Company. All rights reserved. | <a href="http://www.cnetnetworks.com/editorial/privacy.html?tag=ft">Privacy Policy</a> | <a href="http://www.cnetnetworks.com/editorial/terms.html?tag=ft">Terms of Use</a>
610
+ </p>
611
+ </div><br style="clear:both;font-size:0;height:0;" />
612
+ </div><script src="http://surveys.cnet.com/html/surveys/1289.js" type="text/javascript">
613
+ </script> <script src="http://surveys.cnet.com/html/surveys/1287.js" type="text/javascript">
614
+ </script>
615
+ </div>
616
+ </body>
617
+ </html>