Warning: You are using TidyHTML mode! Pages MAY and probably WILL break. To disable, click here or append 'xxx-off=1' to the URL!

Register - Login
Views: 57870423
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - JCS - Stats - Latest Posts - Color Chart - Smilies
10-16-14 03:18:26 AM
fortyfive-antelope

Jul - The Cutting Room Floor - Weird Discoveries New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 31 32 33 34 35 36 37 38 39 ... 66 67 68 69 70 71 72 73 74 75 Next older thread
Rick
Competition Steamroller
Level: 128


Posts: 6376/6985
EXP: 24094183
For next: 287517

Since: 02-15-10
From: Maine

Since last post: 7 days
Last activity: 1 day

Posted on 10-17-12 01:45:03 AM (last edited by Rick at 10-17-12 01:46:01 AM) Link | Quote
Kind of like the egregious instances in Abadox, Dick Tracy has a case of using the wrong tiles as well!



In Case 4, Influence's facial animations use the wrong tiles for the Mug Shots only. In Case 2 and when you interrogate him later in Case 4, his face uses the correct tiles. It's only slightly evident in the first shot (where it's on the mouth), but glaring in the second shot, as his forehead has a big black splotch on it.

Would be nice to stick into the article, but at this point, it's not enough to start at article on. Sad.

--------------------


_______________________
| 6376 | 13624 | 974 | 14 |
Foxhack
Member
Level: 39


Posts: 204/562
EXP: 402232
For next: 2539

Since: 04-17-12
From: Mexicali, Mexico

Since last post: 17 days
Last activity: 3 hours

Posted on 10-17-12 12:51:57 PM (last edited by Foxhack at 10-17-12 12:52:36 PM) Link | Quote
... is that Christopher Walken?

Oh wait, it's Henry Silva's character. XD

--------------------
My Video Game Collection
Rick
Competition Steamroller
Level: 128


Posts: 6377/6985
EXP: 24094183
For next: 287517

Since: 02-15-10
From: Maine

Since last post: 7 days
Last activity: 1 day

Posted on 10-17-12 03:07:22 PM Link | Quote
If someone would like to help me out with Dick Tracy, let me know. I can help verify unused stuff since I've been through the game almost twice recently. I'm curious about unused text at the moment, but there could be other stuff.

--------------------


_______________________
| 6377 | 13623 | 974 | 14 |
devin

Magikoopa
i'm mima irl
Level: 95


Posts: 2652/3130
EXP: 8507818
For next: 160789

Since: 04-29-08
From: FL

Since last post: 1 hour
Last activity: 1 hour

Posted on 10-19-12 06:33:07 PM Link | Quote
In the article for Gunman's Proof, I mentioned a strange empty region of ROM that the game would attempt to load code into under certain circumstances. It turns out that GT Racing has this code present on the cartridge already - it's a fully functional machine code monitor including a memory viewer, disassembler, and a whole lot more. Unfortunately, it can only be accessed and used by booting the game with a keyboard plugged into the Super Famicom through either a parallel or serial interface (it actually seems to support both), neither of which can be emulated. Bummer.

Oh, and the fake DOS prompt is still there, with the same names and everything.

--------------------
Photo by Luc Viatour
Xkeeper

...







Posted on 10-19-12 06:36:12 PM Link | Quote
Originally posted by devin
In the article for Gunman's Proof, I mentioned a strange empty region of ROM that the game would attempt to load code into under certain circumstances. It turns out that GT Racing has this code present on the cartridge already - it's a fully functional machine code monitor including a memory viewer, disassembler, and a whole lot more. Unfortunately, it can only be accessed and used by booting the game with a keyboard plugged into the Super Famicom through either a parallel or serial interface (it actually seems to support both), neither of which can be emulated. Bummer.

Oh, and the fake DOS prompt is still there, with the same names and everything.

I wonder if you could hack that to read from, say, a byte in RAM. In which case, well, Lua

--------------------
TomGuycott
User
Level: 9


Posts: 17/20
EXP: 2499
For next: 663

Since: 08-26-12


Since last post: 562 days
Last activity: 275 days

Posted on 10-19-12 08:04:09 PM (last edited by TomGuycott at 10-19-12 08:08:20 PM) Link | Quote
Something strange I found a while back that I never found any other documentation on. In Mega Man X, X2 and X3 there exists a graphics tile near the tiles used for the X health bar and the boss health bar that is unmistakably a W.



It could easily have just been an early weapons bar that never got used or a placeholder. I have no idea if it is ever used at all in any early versions of any of the games. However, the style looks eerily similar to something else:



Could just be a coincidence though. When using Vsnes (what I used to get the image) the W disappears and is replaced with the currently selected weapon. It is probably just an invisible placeholder.
devin

Magikoopa
i'm mima irl
Level: 95


Posts: 2653/3130
EXP: 8507818
For next: 160789

Since: 04-29-08
From: FL

Since last post: 1 hour
Last activity: 1 hour

Posted on 10-20-12 03:34:48 AM (last edited by devin at 01-26-14 07:50:26 AM) Link | Quote
Originally posted by Xkeeper
I wonder if you could hack that to read from, say, a byte in RAM. In which case, well, Lua

I took another look at the actual monitor program code, and all the text is displayed by writing it out to the same interface used to connect the keyboard, rather than actually displaying it on screen.

Oh well, at least the text is still there.

Edit: Since I'm bored, here's a hacked up ROM that uses RAM instead of a serial connection. Lua away

$7FFFFD: keyboard input as ASCII (00 = no key; held down keys are handled by the ROM)
$7FFFFE: terminal output as ASCII
$7FFFFF: output ready status (bit 7: 1 = new output, write 00 after reading $7001FE)

--------------------
Photo by Luc Viatour
Rena

Star Mario
Fennel
Level: 120


Posts: 4853/5180
EXP: 19165341
For next: 321830

Since: 07-22-07
From: RSP Segment 6

Since last post: 17 days
Last activity: 6 days

Posted on 10-21-12 02:32:11 AM Link | Quote
Post #4853 · Sun 121021 013211
Originally posted by devin
In the article for Gunman's Proof, I mentioned a strange empty region of ROM that the game would attempt to load code into under certain circumstances. It turns out that GT Racing has this code present on the cartridge already - it's a fully functional machine code monitor including a memory viewer, disassembler, and a whole lot more.
I wonder if this was a compile-time switch, or some type of hardware trick that would map the appropriate code into that region? If the former, you'd expect the code that loads it would be disabled too.


Also, late reply:
Originally posted by Peardian
Anybody here good with Python and/or C++? If so, I have some code from Super Mario Strikers here that might be worth looking at. Edit: Now with code tags! Thanks!
[...]

So, they actually just made a script to patch the binary to set the region flag? and the script source codes are on the disc? I wonder what happens if you patch it back to the sentinel value and run it...

--------------------
devin

Magikoopa
i'm mima irl
Level: 95


Posts: 2654/3130
EXP: 8507818
For next: 160789

Since: 04-29-08
From: FL

Since last post: 1 hour
Last activity: 1 hour

Posted on 10-21-12 02:54:03 AM Link | Quote
Originally posted by Rena
I wonder if this was a compile-time switch, or some type of hardware trick that would map the appropriate code into that region? If the former, you'd expect the code that loads it would be disabled too.

As mentioned in the Gunman's Proof article, the game determines whether to load the code based on whether or not the cartridge checksums are both 0; if they are, the game attempts to copy code into 0x008000-00CFFF (the beginning of ROM) from 0x608000 (which is just past the end of ROM on the final cartridge.) The monitor code also contains a bit of code to write the entire first ROM bank back to 0x608000. These would have had to be running on writable storage (NVRAM?) with 0x608000+ probably being an additional chip that just got yanked off the board before release

--------------------
Photo by Luc Viatour
Kung Fu Man
Member
Level: 12


Posts: 18/35
EXP: 7416
For next: 505

Since: 04-12-11


Since last post: 114 days
Last activity: 5 hours

Posted on 10-23-12 02:18:11 PM Link | Quote
Skylanders: Giants actually has two unused characters: one debugger, the other...not so much. To access them, simply swap their files for a those of a character you already own (112_TitanLife is the easiest to do, since you get Tree Rex with the game anyway).

*099_Debug_Minion: Uses Whirlwind's character model. Shoots long range rainbows if you press A, X cycles through the elemental type for the character. Pressing A with no enemies in range results in hearts fluttering from her.
*112_Sniper: This one's...the really interesting one. The Sniper is actually a unique, semi-complete character appearing much like Boomer, but with a small pistol and a large sniper-rifle strapped to his back. A fires short three-shot spreads, while X will have him create brush around him, crouch down and let you angle your shot. However the rest of him isn't complete: an upgrade tree is available but not set up, he has no intro when you summon him (instead appearing as a red Spyro), and the rifle clips through his body as he walks around. Either they started to make him and aborted, or he's going to be DLC. Hoping for the latter as this is easily one of Giant's cooler designs.
SamEarl13

Panser
I dont know what to put here
Level: 32


Posts: 182/348
EXP: 202634
For next: 3808

Since: 02-14-12


Since last post: 186 days
Last activity: 180 days

Posted on 10-26-12 06:53:21 AM (last edited by SamuelEarl666 at 10-26-12 11:04:09 AM) Link | Quote
The file SonicAdv.str in Sonic Adventure DX (GC) has a large list of files for D:\gc\projects\sonic\elf\Release\. Interestingly using this i found out that the .rel files are actually .plf files so i am going to see if there is any game specific software that opens it.

EDIT: the audio files are adx, since this is the same filetype as the dreamcast version. The music that was mentioned on the dreamcast versions talk page isn't there but I found sonic_cd.adx and ssracing.adx (which is an instrumental of super sonic racing), i don't really remember them but were they used?

--------------------
Sound in my Signiture
Currently in my Signiture:
Legend of Zelda - Main Theme




Dr. Ether
Member
Level: 10


Posts: 25/25
EXP: 3625
For next: 789

Since: 06-26-12
From: The Satellite of Love

Since last post: 719 days
Last activity: 682 days

Posted on 10-26-12 02:28:18 PM Link | Quote
Originally posted by TomGuycott
It could easily have just been an early weapons bar that never got used or a placeholder


Oh yeah, I remember reading about that a long time ago. I used to take notice of its resemblance with the Dr. Wily logo too, but yeah, it really is likely just a placeholder as the W probably stands for "Weapon".
Rick
Competition Steamroller
Level: 128


Posts: 6391/6985
EXP: 24094183
For next: 287517

Since: 02-15-10
From: Maine

Since last post: 7 days
Last activity: 1 day

Posted on 10-26-12 10:44:59 PM Link | Quote
Is that a "D" right beside it on the left too? I don't recall a "D", but then again, it's been a little bit since I've played it.

--------------------


_______________________
| 6391 | 13609 | 984 | 14 |
MainMemory
User
Level: 8


Posts: 4/18
EXP: 2181
For next: 6

Since: 07-21-12


Since last post: 153 days
Last activity: 8 hours

Posted on 10-26-12 11:57:46 PM Link | Quote
Originally posted by SamuelEarl666
The file SonicAdv.str in Sonic Adventure DX (GC) has a large list of files for D:\gc\projects\sonic\elf\Release\. Interestingly using this i found out that the .rel files are actually .plf files so i am going to see if there is any game specific software that opens it.

EDIT: the audio files are adx, since this is the same filetype as the dreamcast version. The music that was mentioned on the dreamcast versions talk page isn't there but I found sonic_cd.adx and ssracing.adx (which is an instrumental of super sonic racing), i don't really remember them but were they used?

The .rel files are .rel files, which contain much of the game's code and data. The .plf files are what were used to create the .rel files with a tool from Nintendo's SDK. I wrote some tools for .rel files, but without knowledge of PowerPC assembly they're not much use. Also some of them are compressed with an unknown compression format (the ones that have an underscore at the start, such as _Main.rel).

sonic_cd.adx and ssracing.adx are used for DLC in the original Dreamcast version, unused in the GameCube version, and missing in the PC version.
----
Today I found that Eggman and Tikal are semi-playable with a pointer swap.
Skreeny
Member
I have a custom title.
Level: 48


Posts: 629/636
EXP: 815987
For next: 7556

Since: 09-14-07


Since last post: 622 days
Last activity: 2 days

Posted on 10-27-12 04:31:14 AM Link | Quote
Originally posted by Rick
Is that a "D" right beside it on the left too? I don't recall a "D", but then again, it's been a little bit since I've played it.

That's from X3, where Dr. Doppler was the (apparent) villain, so all the bosses used that "D" icon.
SamEarl13

Panser
I dont know what to put here
Level: 32


Posts: 184/348
EXP: 202634
For next: 3808

Since: 02-14-12


Since last post: 186 days
Last activity: 180 days

Posted on 10-27-12 10:07:27 AM Link | Quote
Originally posted by MainMemory
Originally posted by SamuelEarl666
The file SonicAdv.str in Sonic Adventure DX (GC) has a large list of files for D:\gc\projects\sonic\elf\Release\. Interestingly using this i found out that the .rel files are actually .plf files so i am going to see if there is any game specific software that opens it.

EDIT: the audio files are adx, since this is the same filetype as the dreamcast version. The music that was mentioned on the dreamcast versions talk page isn't there but I found sonic_cd.adx and ssracing.adx (which is an instrumental of super sonic racing), i don't really remember them but were they used?

The .rel files are .rel files, which contain much of the game's code and data. The .plf files are what were used to create the .rel files with a tool from Nintendo's SDK. I wrote some tools for .rel files, but without knowledge of PowerPC assembly they're not much use. Also some of them are compressed with an unknown compression format (the ones that have an underscore at the start, such as _Main.rel).

sonic_cd.adx and ssracing.adx are used for DLC in the original Dreamcast version, unused in the GameCube version, and missing in the PC version.
----
Today I found that Eggman and Tikal are semi-playable with a pointer swap.

Thanks for telling me. I guess i better make page for the GC Sonic Adventure at some point now. Currently looking for more unused content right now.

--------------------
Sound in my Signiture
Currently in my Signiture:
Legend of Zelda - Main Theme




Rick
Competition Steamroller
Level: 128


Posts: 6393/6985
EXP: 24094183
For next: 287517

Since: 02-15-10
From: Maine

Since last post: 7 days
Last activity: 1 day

Posted on 10-27-12 11:31:13 AM Link | Quote
Originally posted by Skreeny
Originally posted by Rick
Is that a "D" right beside it on the left too? I don't recall a "D", but then again, it's been a little bit since I've played it.

That's from X3, where Dr. Doppler was the (apparent) villain, so all the bosses used that "D" icon.


...Oh. Why the hell was I thinking that was first Mega Man X game?


--------------------


_______________________
| 6393 | 13607 | 984 | 14 |
SamEarl13

Panser
I dont know what to put here
Level: 32


Posts: 187/348
EXP: 202634
For next: 3808

Since: 02-14-12


Since last post: 186 days
Last activity: 180 days

Posted on 10-27-12 06:39:13 PM (last edited by SamuelEarl666 at 10-27-12 06:40:21 PM) Link | Quote
Was sonic adventure 2 able to connect to the internet as i found 3 music files in Sonic adventure 2 battle for gamecube that point that way. They are 'chao k net connect.adx', 'chao k net fault.adx' and 'chao k net fine.adx'. There's also jingles for getting a new chao garden which i don't remember hearing.

--------------------
Sound in my Signiture
Currently in my Signiture:
Legend of Zelda - Main Theme




Foxhack
Member
Level: 39


Posts: 207/562
EXP: 402232
For next: 2539

Since: 04-17-12
From: Mexicali, Mexico

Since last post: 17 days
Last activity: 3 hours

Posted on 10-27-12 08:29:13 PM (last edited by Foxhack at 10-27-12 08:30:05 PM) Link | Quote
The Dreamcast version had online capabilities.

The Gamecube version could be linked up to a GBA. Maybe they're used there?

--------------------
My Video Game Collection
MainMemory
User
Level: 8


Posts: 5/18
EXP: 2181
For next: 6

Since: 07-21-12


Since last post: 153 days
Last activity: 8 hours

Posted on 10-27-12 11:47:51 PM Link | Quote
chao_k_net_fine is used in Sonic Adventure 2 Battle and Sonic Adventure DX when a Chao levels up. I would assume that they were used for Internet connection in the Chao Kindergarten in the original.
Pages: 1 2 3 4 5 6 7 8 9 10 ... 31 32 33 34 35 36 37 38 39 ... 66 67 68 69 70 71 72 73 74 75 Next older thread
Jul - The Cutting Room Floor - Weird Discoveries New poll - New thread - New reply






Rusted Logic

Acmlmboard - 07/23/2013 b378.03
©2000-2013 Acmlm, Xkeeper, Inuyasha, et al.
bargaining-tycoon

34 database queries, 6 query cache hits.
Query execution time:  0.119298 seconds
Script execution time:  0.086241 seconds
Total render time:  0.205540 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 94 column 11 - Warning: <form> isn't allowed in <table> elements
line 93 column 10 - Info: <table> previously mentioned
line 95 column 11 - Warning: missing <tr>
line 95 column 124 - Warning: missing </font> before </td>
line 99 column 16 - Warning: plain text isn't allowed in <tr> elements
line 95 column 11 - Info: <tr> previously mentioned
line 100 column 68 - Warning: <nobr> is not approved by W3C
line 100 column 68 - Warning: missing </nobr> before </td>
line 117 column 68 - Warning: <nobr> is not approved by W3C
line 117 column 68 - Warning: missing </nobr> before <tr>
line 141 column 35 - Warning: missing <tr>
line 141 column 50 - Warning: missing </font> before </td>
line 142 column 37 - Warning: unescaped & or unknown entity "&id"
line 141 column 188 - Warning: missing </font> before </table>
line 143 column 35 - Warning: missing <tr>
line 143 column 95 - Warning: unescaped & or unknown entity "&page"
line 143 column 128 - Warning: unescaped & or unknown entity "&page"
line 143 column 161 - Warning: unescaped & or unknown entity "&page"
line 143 column 194 - Warning: unescaped & or unknown entity "&page"
line 143 column 227 - Warning: unescaped & or unknown entity "&page"
line 143 column 260 - Warning: unescaped & or unknown entity "&page"
line 143 column 293 - Warning: unescaped & or unknown entity "&page"
line 143 column 326 - Warning: unescaped & or unknown entity "&page"
line 143 column 359 - Warning: unescaped & or unknown entity "&page"
line 143 column 392 - Warning: unescaped & or unknown entity "&page"
line 143 column 430 - Warning: unescaped & or unknown entity "&page"
line 143 column 465 - Warning: unescaped & or unknown entity "&page"
line 143 column 500 - Warning: unescaped & or unknown entity "&page"
line 143 column 535 - Warning: unescaped & or unknown entity "&page"
line 143 column 573 - Warning: unescaped & or unknown entity "&page"
line 143 column 608 - Warning: unescaped & or unknown entity "&page"
line 143 column 643 - Warning: unescaped & or unknown entity "&page"
line 143 column 678 - Warning: unescaped & or unknown entity "&page"
line 143 column 717 - Warning: unescaped & or unknown entity "&page"
line 143 column 752 - Warning: unescaped & or unknown entity "&page"
line 143 column 787 - Warning: unescaped & or unknown entity "&page"
line 143 column 822 - Warning: unescaped & or unknown entity "&page"
line 143 column 857 - Warning: unescaped & or unknown entity "&page"
line 143 column 892 - Warning: unescaped & or unknown entity "&page"
line 143 column 927 - Warning: unescaped & or unknown entity "&page"
line 143 column 962 - Warning: unescaped & or unknown entity "&page"
line 143 column 997 - Warning: unescaped & or unknown entity "&page"
line 143 column 1032 - Warning: unescaped & or unknown entity "&page"
line 143 column 50 - Warning: missing </font> before </td>
line 143 column 1069 - Warning: missing </font> before </table>
line 150 column 9 - Warning: <div> isn't allowed in <tr> elements
line 149 column 9 - Info: <tr> previously mentioned
line 152 column 9 - Warning: missing <tr>
line 166 column 13 - Warning: missing <tr>
line 167 column 27 - Warning: <nobr> is not approved by W3C
line 167 column 102 - Warning: unescaped & or unknown entity "&postid"
line 180 column 15 - Warning: missing <td>
line 181 column 9 - Warning: <div> isn't allowed in <tr> elements
line 180 column 15 - Info: <tr> previously mentioned
line 183 column 9 - Warning: missing <tr>
line 197 column 13 - Warning: missing <tr>
line 198 column 27 - Warning: <nobr> is not approved by W3C
line 198 column 102 - Warning: unescaped & or unknown entity "&postid"
line 204 column 15 - Warning: missing <td>
line 205 column 9 - Warning: <div> isn't allowed in <tr> elements
line 204 column 15 - Info: <tr> previously mentioned
line 207 column 9 - Warning: missing <tr>
line 221 column 13 - Warning: missing <tr>
line 222 column 27 - Warning: <nobr> is not approved by W3C
line 222 column 102 - Warning: unescaped & or unknown entity "&postid"
line 229 column 15 - Warning: missing <td>
line 230 column 9 - Warning: <div> isn't allowed in <tr> elements
line 229 column 15 - Info: <tr> previously mentioned
line 232 column 9 - Warning: missing <tr>
line 241 column 73 - Warning: unescaped & or unknown entity "&type"
line 241 column 80 - Warning: unescaped & or unknown entity "&fg"
line 241 column 90 - Warning: unescaped & or unknown entity "&trans"
line 246 column 13 - Warning: missing <tr>
line 247 column 27 - Warning: <nobr> is not approved by W3C
line 247 column 102 - Warning: unescaped & or unknown entity "&postid"
line 253 column 15 - Warning: missing <td>
line 254 column 9 - Warning: discarding unexpected <table>
line 256 column 112 - Warning: replacing unexpected b by </b>
line 266 column 13 - Warning: missing <tr>
line 267 column 27 - Warning: <nobr> is not approved by W3C
line 267 column 102 - Warning: unescaped & or unknown entity "&postid"
line 267 column 27 - Warning: missing </nobr> before </table>
line 269 column 74 - Warning: <style> isn't allowed in <td> elements
line 269 column 9 - Info: <td> previously mentioned
line 273 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 273 column 17 - Warning: inserting implicit <table>
line 274 column 9 - Warning: <div> isn't allowed in <tr> elements
line 273 column 17 - Info: <tr> previously mentioned
line 276 column 9 - Warning: missing <tr>
line 290 column 13 - Warning: missing <tr>
line 291 column 27 - Warning: <nobr> is not approved by W3C
line 291 column 102 - Warning: unescaped & or unknown entity "&postid"
line 303 column 15 - Warning: missing <td>
line 304 column 9 - Warning: <div> isn't allowed in <tr> elements
line 303 column 15 - Info: <tr> previously mentioned
line 306 column 9 - Warning: missing <tr>
line 315 column 73 - Warning: unescaped & or unknown entity "&type"
line 315 column 80 - Warning: unescaped & or unknown entity "&fg"
line 315 column 90 - Warning: unescaped & or unknown entity "&trans"
line 320 column 13 - Warning: missing <tr>
line 321 column 27 - Warning: <nobr> is not approved by W3C
line 321 column 102 - Warning: unescaped & or unknown entity "&postid"
line 323 column 546 - Warning: missing </span> before <blockquote>
line 323 column 626 - Warning: inserting implicit <span>
line 323 column 626 - Warning: missing </span> before <hr>
line 323 column 690 - Warning: inserting implicit <span>
line 323 column 690 - Warning: missing </span> before <hr>
line 324 column 1 - Warning: inserting implicit <span>
line 334 column 15 - Warning: missing <td>
line 335 column 9 - Warning: <div> isn't allowed in <tr> elements
line 334 column 15 - Info: <tr> previously mentioned
line 337 column 9 - Warning: missing <tr>
line 351 column 13 - Warning: missing <tr>
line 352 column 27 - Warning: <nobr> is not approved by W3C
line 352 column 102 - Warning: unescaped & or unknown entity "&postid"
line 354 column 233 - Warning: <style> isn't allowed in <div> elements
line 354 column 149 - Info: <div> previously mentioned
line 360 column 5653 - Warning: replacing unexpected input by </input>
line 360 column 5967 - Warning: discarding unexpected </span>
line 362 column 15 - Warning: missing <td>
line 363 column 9 - Warning: <div> isn't allowed in <tr> elements
line 362 column 15 - Info: <tr> previously mentioned
line 365 column 9 - Warning: missing <tr>
line 374 column 73 - Warning: unescaped & or unknown entity "&type"
line 374 column 80 - Warning: unescaped & or unknown entity "&fg"
line 374 column 90 - Warning: unescaped & or unknown entity "&trans"
line 379 column 13 - Warning: missing <tr>
line 380 column 27 - Warning: <nobr> is not approved by W3C
line 380 column 102 - Warning: unescaped & or unknown entity "&postid"
line 382 column 546 - Warning: missing </span> before <blockquote>
line 382 column 626 - Warning: inserting implicit <span>
line 382 column 626 - Warning: missing </span> before <hr>
line 382 column 687 - Warning: inserting implicit <span>
line 382 column 687 - Warning: missing </span> before <hr>
line 383 column 1 - Warning: inserting implicit <span>
line 385 column 15 - Warning: missing <td>
line 386 column 9 - Warning: <div> isn't allowed in <tr> elements
line 385 column 15 - Info: <tr> previously mentioned
line 388 column 9 - Warning: missing <tr>
line 402 column 13 - Warning: missing <tr>
line 403 column 27 - Warning: <nobr> is not approved by W3C
line 403 column 102 - Warning: unescaped & or unknown entity "&postid"
line 410 column 15 - Warning: missing <td>
line 411 column 9 - Warning: <div> isn't allowed in <tr> elements
line 410 column 15 - Info: <tr> previously mentioned
line 413 column 9 - Warning: missing <tr>
line 427 column 13 - Warning: missing <tr>
line 428 column 27 - Warning: <nobr> is not approved by W3C
line 428 column 102 - Warning: unescaped & or unknown entity "&postid"
line 441 column 15 - Warning: missing <td>
line 442 column 9 - Warning: <div> isn't allowed in <tr> elements
line 441 column 15 - Info: <tr> previously mentioned
line 444 column 9 - Warning: missing <tr>
line 458 column 13 - Warning: missing <tr>
line 459 column 27 - Warning: <nobr> is not approved by W3C
line 459 column 102 - Warning: unescaped & or unknown entity "&postid"
line 465 column 15 - Warning: missing <td>
line 466 column 9 - Warning: <div> isn't allowed in <tr> elements
line 465 column 15 - Info: <tr> previously mentioned
line 468 column 9 - Warning: missing <tr>
line 482 column 13 - Warning: missing <tr>
line 483 column 27 - Warning: <nobr> is not approved by W3C
line 483 column 102 - Warning: unescaped & or unknown entity "&postid"
line 490 column 15 - Warning: missing <td>
line 491 column 9 - Warning: <div> isn't allowed in <tr> elements
line 490 column 15 - Info: <tr> previously mentioned
line 493 column 9 - Warning: missing <tr>
line 507 column 13 - Warning: missing <tr>
line 508 column 27 - Warning: <nobr> is not approved by W3C
line 508 column 102 - Warning: unescaped & or unknown entity "&postid"
line 519 column 15 - Warning: missing <td>
line 520 column 9 - Warning: <div> isn't allowed in <tr> elements
line 519 column 15 - Info: <tr> previously mentioned
line 522 column 9 - Warning: missing <tr>
line 536 column 13 - Warning: missing <tr>
line 537 column 27 - Warning: <nobr> is not approved by W3C
line 537 column 102 - Warning: unescaped & or unknown entity "&postid"
line 542 column 15 - Warning: missing <td>
line 543 column 9 - Warning: <div> isn't allowed in <tr> elements
line 542 column 15 - Info: <tr> previously mentioned
line 545 column 9 - Warning: missing <tr>
line 559 column 13 - Warning: missing <tr>
line 560 column 27 - Warning: <nobr> is not approved by W3C
line 560 column 102 - Warning: unescaped & or unknown entity "&postid"
line 579 column 15 - Warning: missing <td>
line 580 column 9 - Warning: <div> isn't allowed in <tr> elements
line 579 column 15 - Info: <tr> previously mentioned
line 582 column 9 - Warning: missing <tr>
line 596 column 13 - Warning: missing <tr>
line 597 column 27 - Warning: <nobr> is not approved by W3C
line 597 column 102 - Warning: unescaped & or unknown entity "&postid"
line 608 column 15 - Warning: missing <td>
line 609 column 9 - Warning: <div> isn't allowed in <tr> elements
line 608 column 15 - Info: <tr> previously mentioned
line 611 column 9 - Warning: missing <tr>
line 625 column 13 - Warning: missing <tr>
line 626 column 27 - Warning: <nobr> is not approved by W3C
line 626 column 102 - Warning: unescaped & or unknown entity "&postid"
line 637 column 15 - Warning: missing <td>
line 638 column 9 - Warning: <div> isn't allowed in <tr> elements
line 637 column 15 - Info: <tr> previously mentioned
line 640 column 9 - Warning: missing <tr>
line 654 column 13 - Warning: missing <tr>
line 655 column 27 - Warning: <nobr> is not approved by W3C
line 655 column 102 - Warning: unescaped & or unknown entity "&postid"
line 661 column 15 - Warning: missing <td>
line 662 column 9 - Warning: <div> isn't allowed in <tr> elements
line 661 column 15 - Info: <tr> previously mentioned
line 664 column 9 - Warning: missing <tr>
line 678 column 13 - Warning: missing <tr>
line 679 column 27 - Warning: <nobr> is not approved by W3C
line 679 column 102 - Warning: unescaped & or unknown entity "&postid"
line 684 column 17 - Warning: discarding unexpected <table>
line 687 column 35 - Warning: missing <tr>
line 687 column 95 - Warning: unescaped & or unknown entity "&page"
line 687 column 128 - Warning: unescaped & or unknown entity "&page"
line 687 column 161 - Warning: unescaped & or unknown entity "&page"
line 687 column 194 - Warning: unescaped & or unknown entity "&page"
line 687 column 227 - Warning: unescaped & or unknown entity "&page"
line 687 column 260 - Warning: unescaped & or unknown entity "&page"
line 687 column 293 - Warning: unescaped & or unknown entity "&page"
line 687 column 326 - Warning: unescaped & or unknown entity "&page"
line 687 column 359 - Warning: unescaped & or unknown entity "&page"
line 687 column 392 - Warning: unescaped & or unknown entity "&page"
line 687 column 430 - Warning: unescaped & or unknown entity "&page"
line 687 column 465 - Warning: unescaped & or unknown entity "&page"
line 687 column 500 - Warning: unescaped & or unknown entity "&page"
line 687 column 535 - Warning: unescaped & or unknown entity "&page"
line 687 column 573 - Warning: unescaped & or unknown entity "&page"
line 687 column 608 - Warning: unescaped & or unknown entity "&page"
line 687 column 643 - Warning: unescaped & or unknown entity "&page"
line 687 column 678 - Warning: unescaped & or unknown entity "&page"
line 687 column 717 - Warning: unescaped & or unknown entity "&page"
line 687 column 752 - Warning: unescaped & or unknown entity "&page"
line 687 column 787 - Warning: unescaped & or unknown entity "&page"
line 687 column 822 - Warning: unescaped & or unknown entity "&page"
line 687 column 857 - Warning: unescaped & or unknown entity "&page"
line 687 column 892 - Warning: unescaped & or unknown entity "&page"
line 687 column 927 - Warning: unescaped & or unknown entity "&page"
line 687 column 962 - Warning: unescaped & or unknown entity "&page"
line 687 column 997 - Warning: unescaped & or unknown entity "&page"
line 687 column 1032 - Warning: unescaped & or unknown entity "&page"
line 687 column 50 - Warning: missing </font> before </td>
line 687 column 1069 - Warning: missing </font> before </table>
line 689 column 35 - Warning: missing <tr>
line 689 column 50 - Warning: missing </font> before </td>
line 690 column 37 - Warning: unescaped & or unknown entity "&id"
line 689 column 188 - Warning: missing </font> before </table>
line 691 column 17 - Warning: discarding unexpected </textarea>
line 691 column 28 - Warning: discarding unexpected </form>
line 691 column 35 - Warning: discarding unexpected </embed>
line 691 column 43 - Warning: discarding unexpected </noembed>
line 691 column 53 - Warning: discarding unexpected </noscript>
line 691 column 64 - Warning: discarding unexpected </noembed>
line 691 column 74 - Warning: discarding unexpected </embed>
line 691 column 82 - Warning: discarding unexpected </table>
line 691 column 90 - Warning: discarding unexpected </table>
line 700 column 9 - Warning: missing </font> before <table>
line 716 column 69 - Warning: inserting implicit <font>
line 719 column 1 - Warning: inserting implicit <font>
line 728 column 23 - Warning: inserting implicit <font>
line 735 column 57 - Warning: discarding unexpected </font>
line 693 column 1 - Warning: missing </center>
line 269 column 74 - Warning: <style> inserting "type" attribute
line 91 column 9 - Warning: <img> lacks "alt" attribute
line 93 column 10 - Warning: <table> lacks "summary" attribute
line 95 column 63 - Warning: <img> lacks "alt" attribute
line 100 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 100 column 93 - Warning: <img> lacks "alt" attribute
line 117 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 117 column 98 - Warning: <img> lacks "alt" attribute
line 136 column 1 - Warning: <table> lacks "summary" attribute
line 136 column 240 - Warning: <td> attribute "bgcolor" lacks value
line 141 column 17 - Warning: <table> lacks "summary" attribute
line 142 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 142 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 142 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 143 column 17 - Warning: <table> lacks "summary" attribute
line 151 column 9 - Warning: <table> lacks "summary" attribute
line 155 column 23 - Warning: <img> lacks "alt" attribute
line 155 column 64 - Warning: <img> lacks "alt" attribute
line 155 column 113 - Warning: <img> lacks "alt" attribute
line 155 column 163 - Warning: <img> lacks "alt" attribute
line 156 column 11 - Warning: <img> lacks "alt" attribute
line 162 column 15 - Warning: <img> lacks "alt" attribute
line 165 column 11 - Warning: <table> lacks "summary" attribute
line 166 column 92 - Warning: <font> attribute "color" had invalid value "E2D315" and has been replaced
line 171 column 185 - Warning: <img> lacks "alt" attribute
line 171 column 262 - Warning: <img> lacks "alt" attribute
line 175 column 814 - Warning: <img> lacks "alt" attribute
line 178 column 929 - Warning: <img> lacks "alt" attribute
line 182 column 9 - Warning: <table> lacks "summary" attribute
line 186 column 22 - Warning: <img> lacks "alt" attribute
line 186 column 63 - Warning: <img> lacks "alt" attribute
line 186 column 112 - Warning: <img> lacks "alt" attribute
line 186 column 161 - Warning: <img> lacks "alt" attribute
line 187 column 11 - Warning: <img> lacks "alt" attribute
line 193 column 15 - Warning: <img> lacks "alt" attribute
line 196 column 11 - Warning: <table> lacks "summary" attribute
line 197 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 200 column 106 - Warning: <img> proprietary attribute value "absmiddle"
line 200 column 106 - Warning: <img> lacks "alt" attribute
line 206 column 9 - Warning: <table> lacks "summary" attribute
line 210 column 23 - Warning: <img> lacks "alt" attribute
line 210 column 64 - Warning: <img> lacks "alt" attribute
line 210 column 113 - Warning: <img> lacks "alt" attribute
line 210 column 163 - Warning: <img> lacks "alt" attribute
line 211 column 11 - Warning: <img> lacks "alt" attribute
line 217 column 15 - Warning: <img> lacks "alt" attribute
line 220 column 11 - Warning: <table> lacks "summary" attribute
line 224 column 336 - Warning: <img> lacks "alt" attribute
line 227 column 451 - Warning: <img> lacks "alt" attribute
line 231 column 9 - Warning: <table> lacks "summary" attribute
line 234 column 11 - Warning: <img> lacks "alt" attribute
line 235 column 22 - Warning: <img> lacks "alt" attribute
line 235 column 63 - Warning: <img> lacks "alt" attribute
line 235 column 112 - Warning: <img> lacks "alt" attribute
line 235 column 162 - Warning: <img> lacks "alt" attribute
line 236 column 11 - Warning: <img> lacks "alt" attribute
line 241 column 11 - Warning: <img> proprietary attribute value "absbottom"
line 241 column 11 - Warning: <img> lacks "alt" attribute
line 242 column 15 - Warning: <img> lacks "alt" attribute
line 245 column 11 - Warning: <table> lacks "summary" attribute
line 146 column 17 - Warning: <table> lacks "summary" attribute
line 260 column 21 - Warning: <img> lacks "alt" attribute
line 261 column 25 - Warning: <img> lacks "alt" attribute
line 261 column 71 - Warning: <img> lacks "alt" attribute
line 261 column 117 - Warning: <img> lacks "alt" attribute
line 261 column 163 - Warning: <img> lacks "alt" attribute
line 261 column 209 - Warning: <img> lacks "alt" attribute
line 261 column 259 - Warning: <img> lacks "alt" attribute
line 261 column 303 - Warning: <img> lacks "alt" attribute
line 261 column 347 - Warning: <img> lacks "alt" attribute
line 261 column 391 - Warning: <img> lacks "alt" attribute
line 261 column 435 - Warning: <img> lacks "alt" attribute
line 262 column 15 - Warning: <img> lacks "alt" attribute
line 265 column 11 - Warning: <table> lacks "summary" attribute
line 272 column 1900 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 1900 - Warning: <img> lacks "alt" attribute
line 275 column 9 - Warning: <table> lacks "summary" attribute
line 279 column 21 - Warning: <img> lacks "alt" attribute
line 279 column 62 - Warning: <img> lacks "alt" attribute
line 279 column 111 - Warning: <img> lacks "alt" attribute
line 279 column 161 - Warning: <img> lacks "alt" attribute
line 286 column 15 - Warning: <img> lacks "alt" attribute
line 289 column 11 - Warning: <table> lacks "summary" attribute
line 290 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 295 column 312 - Warning: <img> lacks "alt" attribute
line 299 column 598 - Warning: <img> lacks "alt" attribute
line 305 column 9 - Warning: <table> lacks "summary" attribute
line 308 column 11 - Warning: <img> lacks "alt" attribute
line 309 column 22 - Warning: <img> lacks "alt" attribute
line 309 column 63 - Warning: <img> lacks "alt" attribute
line 309 column 112 - Warning: <img> lacks "alt" attribute
line 309 column 162 - Warning: <img> lacks "alt" attribute
line 310 column 11 - Warning: <img> lacks "alt" attribute
line 315 column 11 - Warning: <img> proprietary attribute value "absbottom"
line 315 column 11 - Warning: <img> lacks "alt" attribute
line 316 column 15 - Warning: <img> lacks "alt" attribute
line 319 column 11 - Warning: <table> lacks "summary" attribute
line 320 column 91 - Warning: <font> attribute "color" had invalid value "F185C9" and has been replaced
line 323 column 781 - Warning: <img> proprietary attribute value "absmiddle"
line 323 column 781 - Warning: <img> lacks "alt" attribute
line 328 column 1279 - Warning: <img> proprietary attribute value "absmiddle"
line 328 column 1279 - Warning: <img> lacks "alt" attribute
line 336 column 9 - Warning: <table> lacks "summary" attribute
line 339 column 11 - Warning: <img> lacks "alt" attribute
line 340 column 23 - Warning: <img> lacks "alt" attribute
line 340 column 64 - Warning: <img> lacks "alt" attribute
line 340 column 113 - Warning: <img> lacks "alt" attribute
line 340 column 163 - Warning: <img> lacks "alt" attribute
line 341 column 11 - Warning: <img> lacks "alt" attribute
line 347 column 15 - Warning: <img> lacks "alt" attribute
line 350 column 11 - Warning: <table> lacks "summary" attribute
line 360 column 5408 - Warning: <img> proprietary attribute value "absmiddle"
line 360 column 5408 - Warning: <img> lacks "alt" attribute
line 364 column 9 - Warning: <table> lacks "summary" attribute
line 367 column 11 - Warning: <img> lacks "alt" attribute
line 368 column 22 - Warning: <img> lacks "alt" attribute
line 368 column 63 - Warning: <img> lacks "alt" attribute
line 368 column 112 - Warning: <img> lacks "alt" attribute
line 368 column 162 - Warning: <img> lacks "alt" attribute
line 369 column 11 - Warning: <img> lacks "alt" attribute
line 374 column 11 - Warning: <img> proprietary attribute value "absbottom"
line 374 column 11 - Warning: <img> lacks "alt" attribute
line 375 column 15 - Warning: <img> lacks "alt" attribute
line 378 column 11 - Warning: <table> lacks "summary" attribute
line 387 column 9 - Warning: <table> lacks "summary" attribute
line 391 column 22 - Warning: <img> lacks "alt" attribute
line 391 column 63 - Warning: <img> lacks "alt" attribute
line 391 column 112 - Warning: <img> lacks "alt" attribute
line 391 column 162 - Warning: <img> lacks "alt" attribute
line 398 column 15 - Warning: <img> lacks "alt" attribute
line 401 column 11 - Warning: <table> lacks "summary" attribute
line 412 column 9 - Warning: <table> lacks "summary" attribute
line 415 column 11 - Warning: <img> lacks "alt" attribute
line 416 column 22 - Warning: <img> lacks "alt" attribute
line 416 column 63 - Warning: <img> lacks "alt" attribute
line 416 column 112 - Warning: <img> lacks "alt" attribute
line 416 column 162 - Warning: <img> lacks "alt" attribute
line 417 column 11 - Warning: <img> lacks "alt" attribute
line 423 column 15 - Warning: <img> lacks "alt" attribute
line 426 column 11 - Warning: <table> lacks "summary" attribute
line 427 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 443 column 9 - Warning: <table> lacks "summary" attribute
line 447 column 22 - Warning: <img> lacks "alt" attribute
line 447 column 63 - Warning: <img> lacks "alt" attribute
line 447 column 112 - Warning: <img> lacks "alt" attribute
line 447 column 162 - Warning: <img> lacks "alt" attribute
line 448 column 11 - Warning: <img> lacks "alt" attribute
line 454 column 15 - Warning: <img> lacks "alt" attribute
line 457 column 11 - Warning: <table> lacks "summary" attribute
line 467 column 9 - Warning: <table> lacks "summary" attribute
line 471 column 23 - Warning: <img> lacks "alt" attribute
line 471 column 64 - Warning: <img> lacks "alt" attribute
line 471 column 113 - Warning: <img> lacks "alt" attribute
line 471 column 163 - Warning: <img> lacks "alt" attribute
line 472 column 11 - Warning: <img> lacks "alt" attribute
line 478 column 15 - Warning: <img> lacks "alt" attribute
line 481 column 11 - Warning: <table> lacks "summary" attribute
line 485 column 235 - Warning: <img> lacks "alt" attribute
line 488 column 350 - Warning: <img> lacks "alt" attribute
line 492 column 9 - Warning: <table> lacks "summary" attribute
line 496 column 21 - Warning: <img> lacks "alt" attribute
line 496 column 62 - Warning: <img> lacks "alt" attribute
line 496 column 111 - Warning: <img> lacks "alt" attribute
line 496 column 160 - Warning: <img> lacks "alt" attribute
line 497 column 11 - Warning: <img> lacks "alt" attribute
line 503 column 15 - Warning: <img> lacks "alt" attribute
line 506 column 11 - Warning: <table> lacks "summary" attribute
line 521 column 9 - Warning: <table> lacks "summary" attribute
line 525 column 22 - Warning: <img> lacks "alt" attribute
line 525 column 63 - Warning: <img> lacks "alt" attribute
line 525 column 112 - Warning: <img> lacks "alt" attribute
line 525 column 162 - Warning: <img> lacks "alt" attribute
line 526 column 11 - Warning: <img> lacks "alt" attribute
line 532 column 15 - Warning: <img> lacks "alt" attribute
line 535 column 11 - Warning: <table> lacks "summary" attribute
line 544 column 9 - Warning: <table> lacks "summary" attribute
line 547 column 11 - Warning: <img> lacks "alt" attribute
line 548 column 22 - Warning: <img> lacks "alt" attribute
line 548 column 63 - Warning: <img> lacks "alt" attribute
line 548 column 112 - Warning: <img> lacks "alt" attribute
line 548 column 162 - Warning: <img> lacks "alt" attribute
line 549 column 11 - Warning: <img> lacks "alt" attribute
line 555 column 15 - Warning: <img> lacks "alt" attribute
line 558 column 11 - Warning: <table> lacks "summary" attribute
line 581 column 9 - Warning: <table> lacks "summary" attribute
line 585 column 23 - Warning: <img> lacks "alt" attribute
line 585 column 64 - Warning: <img> lacks "alt" attribute
line 585 column 113 - Warning: <img> lacks "alt" attribute
line 585 column 163 - Warning: <img> lacks "alt" attribute
line 586 column 11 - Warning: <img> lacks "alt" attribute
line 592 column 15 - Warning: <img> lacks "alt" attribute
line 595 column 11 - Warning: <table> lacks "summary" attribute
line 602 column 564 - Warning: <img> proprietary attribute value "absmiddle"
line 602 column 564 - Warning: <img> lacks "alt" attribute
line 603 column 654 - Warning: <img> lacks "alt" attribute
line 606 column 769 - Warning: <img> lacks "alt" attribute
line 610 column 9 - Warning: <table> lacks "summary" attribute
line 613 column 11 - Warning: <img> lacks "alt" attribute
line 614 column 22 - Warning: <img> lacks "alt" attribute
line 614 column 63 - Warning: <img> lacks "alt" attribute
line 614 column 112 - Warning: <img> lacks "alt" attribute
line 614 column 162 - Warning: <img> lacks "alt" attribute
line 615 column 11 - Warning: <img> lacks "alt" attribute
line 621 column 15 - Warning: <img> lacks "alt" attribute
line 624 column 11 - Warning: <table> lacks "summary" attribute
line 625 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 639 column 9 - Warning: <table> lacks "summary" attribute
line 643 column 22 - Warning: <img> lacks "alt" attribute
line 643 column 63 - Warning: <img> lacks "alt" attribute
line 643 column 112 - Warning: <img> lacks "alt" attribute
line 643 column 161 - Warning: <img> lacks "alt" attribute
line 644 column 11 - Warning: <img> lacks "alt" attribute
line 650 column 15 - Warning: <img> lacks "alt" attribute
line 653 column 11 - Warning: <table> lacks "summary" attribute
line 654 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 663 column 9 - Warning: <table> lacks "summary" attribute
line 667 column 21 - Warning: <img> lacks "alt" attribute
line 667 column 62 - Warning: <img> lacks "alt" attribute
line 667 column 111 - Warning: <img> lacks "alt" attribute
line 667 column 160 - Warning: <img> lacks "alt" attribute
line 668 column 11 - Warning: <img> lacks "alt" attribute
line 674 column 15 - Warning: <img> lacks "alt" attribute
line 677 column 11 - Warning: <table> lacks "summary" attribute
line 273 column 17 - Warning: <table> lacks "summary" attribute
line 687 column 17 - Warning: <table> lacks "summary" attribute
line 689 column 17 - Warning: <table> lacks "summary" attribute
line 690 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 690 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 690 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 695 column 1 - Warning: <img> lacks "alt" attribute
line 696 column 1 - Warning: <img> lacks "alt" attribute
line 697 column 1 - Warning: <img> lacks "alt" attribute
line 704 column 9 - Warning: <table> lacks "summary" attribute
line 706 column 25 - Warning: <img> lacks "alt" attribute
line 736 column 17 - Warning: <table> lacks "summary" attribute
line 323 column 546 - Warning: trimming empty <span>
line 360 column 5720 - Warning: trimming empty <label>
line 382 column 546 - Warning: trimming empty <span>
line 661 column 15 - Warning: trimming empty <tr>
line 153 column 11 - Warning: <a> cannot copy name attribute to id
line 184 column 11 - Warning: <a> cannot copy name attribute to id
line 208 column 11 - Warning: <a> cannot copy name attribute to id
line 233 column 11 - Warning: <a> cannot copy name attribute to id
line 256 column 19 - Warning: <a> cannot copy name attribute to id
line 277 column 11 - Warning: <a> cannot copy name attribute to id
line 307 column 11 - Warning: <a> cannot copy name attribute to id
line 338 column 11 - Warning: <a> cannot copy name attribute to id
line 366 column 11 - Warning: <a> cannot copy name attribute to id
line 389 column 11 - Warning: <a> cannot copy name attribute to id
line 414 column 11 - Warning: <a> cannot copy name attribute to id
line 445 column 11 - Warning: <a> cannot copy name attribute to id
line 469 column 11 - Warning: <a> cannot copy name attribute to id
line 494 column 11 - Warning: <a> cannot copy name attribute to id
line 523 column 11 - Warning: <a> cannot copy name attribute to id
line 546 column 11 - Warning: <a> cannot copy name attribute to id
line 583 column 11 - Warning: <a> cannot copy name attribute to id
line 612 column 11 - Warning: <a> cannot copy name attribute to id
line 641 column 11 - Warning: <a> cannot copy name attribute to id
line 665 column 11 - Warning: <a> cannot copy name attribute to id
Info: Document content looks like HTML Proprietary
Info: No system identifier in emitted doctype
500 warnings, 0 errors were found!


The table summary attribute should be used to describe
the table structure. It is very helpful for people using
non-visual browsers. The scope and headers attributes for
table cells are useful for specifying which headers apply
to each table cell, enabling non-visual browsers to provide
a meaningful context for each cell.

The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
. You may also want to try
"http://www.cast.org/bobby/" which is a free Web-based
service for checking URLs for accessibility.

You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

To learn more about HTML Tidy see http://tidy.sourceforge.net
Please fill bug reports and queries using the "tracker" on the Tidy web site.
Additionally, questions can be sent to html-tidy@w3.org
HTML and CSS specifications are available from http://www.w3.org/
Lobby your company to join W3C, see http://www.w3.org/Consortium