Markup Validation Service v0.6.5 [Beta #1]

:
Server: Microsoft-IIS/5.0
Size: 28715
Content-Type: text/html
: utf-8
: HTML 4.01 Transitional
Errors: 287
Revalidate With Options
:

Note:

The URI you gave me, <http://msn.com>, returned a redirect to <http://www.msn.com/>.

Note:

The Validator is running in "Fussy" mode. In this mode it will generate warnings about some things that are not strictly forbidden in the HTML Recommendation, but that are known to be problematic in popular browsers. In general it is recommended that you fix any such errors regardless, but if in doubt you can rerun the Validator in its lax mode to find out if it will pass your document then.

No DOCTYPE Found! Falling Back to HTML 4.01 Transitional

A DOCTYPE Declaration is mandatory for most current markup languages and without one it is impossible to reliably validate this document. I am falling back to "HTML 4.01 Transitional" and will attempt to validate the document anyway, but this is very likely to produce spurious error messages for most non-trivial documents.

You should place a DOCTYPE declaration as the very first thing in your HTML document. For example, for a typical XHTML 1.0 document:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
        <head>
          <title>Title</title>
        </head>

        <body>
          <!-- ... body of document ... -->
        </body>
      </html>
    

For XML documents, you may also wish to include an "XML Declaration" even before the DOCTYPE Declaration, but this is not well supported in older browsers. More information about this can be found in the XHTML 1.0 Recommendation.

The W3C QA Activity maintains a List of Valid Doctypes that you can choose from, and the WDG maintains a document on "Choosing a DOCTYPE".

This page is not Valid HTML 4.01 Transitional!

Below are the results of attempting to parse this document with an SGML parser.

  1. Line 1, column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"

    <html><head><title>Welcome to MSN.com</title><base href="http://g.msn.com/OUS!s8

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][344] New Error Message Suggestion list (be sure to quote the message number: #344).

    The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with the HTML 4.01 Transitional DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.

  2. Line 1, column 92: NET-enabling start-tag requires SHORTTAG YES

    ...="http://g.msn.com/OUS!s8.559_6217/" /><meta http-equiv="pics-label" content=

    Help Wanted! This message (#247) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][247] New Error Message Suggestion list.

  3. Line 1, column 93: character data is not allowed here

    ..."http://g.msn.com/OUS!s8.559_6217/" /><meta http-equiv="pics-label" content="

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][63] New Error Message Suggestion list (be sure to quote the message number: #63).

    You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes).

  4. Line 1, column 421: NET-enabling start-tag requires SHORTTAG YES

    ...msn.com&quot; r (n 0 s 0 v 0 l 0))" /><link rel="SHORTCUT ICON" href="http:/

  5. Line 1, column 499: NET-enabling start-tag requires SHORTTAG YES

    ...sc.msn.com/global/c/shs/favicon.ico" /><script type="text/javascript" src="ht

  6. Line 1, column 997: NET-enabling start-tag requires SHORTTAG YES

    ...http://i.msn.com/m/8/c/scheme0b.css" /><link rel="stylesheet" type="text/css"

  7. Line 1, column 998: character data is not allowed here

    ...ttp://i.msn.com/m/8/c/scheme0b.css" /><link rel="stylesheet" type="text/css"

  8. Line 1, column 1077: NET-enabling start-tag requires SHORTTAG YES

    ...ef="http://i.msn.com/m/8/c/site.css" /><link rel="stylesheet" type="text/css"

  9. Line 1, column 1157: NET-enabling start-tag requires SHORTTAG YES

    ...ef="http://i.msn.com/m/8/c/home.css" /><style type="text/css">.hsb td { backg

  10. Line 1, column 1754: NET-enabling start-tag requires SHORTTAG YES

    ...%2fwww.msn.com%2f" alt="" border="0" /><a name="top"></a><table border="0" ce

  11. Line 1, column 1855: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...g="0" width="768"><tr valign="bottom"><td width="140" class="tabslinetall" ro

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][65] New Error Message Suggestion list (be sure to quote the message number: #65).

    The mentioned element is not allowed to appear in the context which you've placed it; the other mentioned elements are the only ones that are allowed there. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element. The most common cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  12. Line 1, column 2056: NET-enabling start-tag requires SHORTTAG YES

    ...rtal/logo/full/msft.gif" width="140" /></a></td><td width="52">&nbsp;</td><td

  13. Line 1, column 2365: NET-enabling start-tag requires SHORTTAG YES

    ...1" height="1" alt="&#46;" border="0" /></a><a target="_blank" href="http://g.

  14. Line 1, column 2837: end tag for element "A" which is not open

    ...a href="javascript:DoHelp();">Help</a>');</script></b></td></tr><tr valign="b

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][79] New Error Message Suggestion list (be sure to quote the message number: #79).

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element beeing used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

  15. Line 1, column 2883: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ipt></b></td></tr><tr valign="bottom"><td class="tabs" width="628" colspan="3

  16. Line 1, column 3003: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...g="0" cellspacing="0" width="628"><tr><td width="52" class="tabson"><img src=

  17. Line 1, column 3133: NET-enabling start-tag requires SHORTTAG YES

    ...h="52" height="40" border="0" alt="" /></td><td width="75" class="tabsonline"

  18. Line 1, column 3354: NET-enabling start-tag requires SHORTTAG YES

    ...h="22" height="40" border="0" alt="" /></td><td width="75" class="tabsoffline

  19. Line 1, column 3624: NET-enabling start-tag requires SHORTTAG YES

    ...h="10" height="40" border="0" alt="" /></td><td width="67" class="tabsline"><

  20. Line 1, column 3739: cannot generate system identifier for general entity "id"

    ...login.passport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcr

    Help Wanted! This message (#338) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][338] New Error Message Suggestion list.

  21. Line 1, column 3739: general entity "id" not defined and no default entity

    ...login.passport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcr

    Help Wanted! This message (#25) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][25] New Error Message Suggestion list.

  22. Line 1, column 3741: reference not terminated by REFC delimiter

    ...gin.passport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%

    Help Wanted! This message (#394) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][394] New Error Message Suggestion list.

  23. Line 1, column 3741: reference to entity "id" for which no system identifier could be generated

    ...gin.passport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%

    Help Wanted! This message (#325) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][325] New Error Message Suggestion list.

  24. Line 1, column 3738: entity was defined here

    .../login.passport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftc

  25. Line 1, column 3747: cannot generate system identifier for general entity "ru"

    ...ssport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%3dhttp

  26. Line 1, column 3747: general entity "ru" not defined and no default entity

    ...ssport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%3dhttp

  27. Line 1, column 3749: reference not terminated by REFC delimiter

    ...port.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%3dhttp%2

  28. Line 1, column 3749: reference to entity "ru" for which no system identifier could be generated

    ...port.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%3dhttp%2

  29. Line 1, column 3746: entity was defined here

    ...assport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%3dhtt

  30. Line 1, column 3819: cannot generate system identifier for general entity "tw"

    ...dhttp%253a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph

  31. Line 1, column 3819: general entity "tw" not defined and no default entity

    ...dhttp%253a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph

  32. Line 1, column 3821: reference not terminated by REFC delimiter

    ...ttp%253a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1

  33. Line 1, column 3821: reference to entity "tw" for which no system identifier could be generated

    ...ttp%253a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1

  34. Line 1, column 3818: entity was defined here

    ...3dhttp%253a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjp

  35. Line 1, column 3828: cannot generate system identifier for general entity "kv"

    ...a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.

  36. Line 1, column 3828: general entity "kv" not defined and no default entity

    ...a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.

  37. Line 1, column 3830: reference not terminated by REFC delimiter

    ...252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.

  38. Line 1, column 3830: reference to entity "kv" for which no system identifier could be generated

    ...252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.

  39. Line 1, column 3827: entity was defined here

    ...3a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2

  40. Line 1, column 3833: cannot generate system identifier for general entity "ct"

    ...f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.019

  41. Line 1, column 3833: general entity "ct" not defined and no default entity

    ...f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.019

  42. Line 1, column 3835: reference not terminated by REFC delimiter

    ...252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.

  43. Line 1, column 3835: reference to entity "ct" for which no system identifier could be generated

    ...252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.

  44. Line 1, column 3832: entity was defined here

    ...2f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.01

  45. Line 1, column 3847: cannot generate system identifier for general entity "cb"

    ...com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a

  46. Line 1, column 3847: general entity "cb" not defined and no default entity

    ...com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a

  47. Line 1, column 3849: reference not terminated by REFC delimiter

    ...m%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c

  48. Line 1, column 3849: reference to entity "cb" for which no system identifier could be generated

    ...m%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c

  49. Line 1, column 3846: entity was defined here

    ....com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55

  50. Line 1, column 3852: cannot generate system identifier for general entity "msppjph"

    ...52f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c747

  51. Line 1, column 3852: general entity "msppjph" not defined and no default entity

    ...52f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c747

  52. Line 1, column 3859: reference not terminated by REFC delimiter

    ...14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e

  53. Line 1, column 3859: reference to entity "msppjph" for which no system identifier could be generated

    ...14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e

  54. Line 1, column 3851: entity was defined here

    ...252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74

  55. Line 1, column 3862: cannot generate system identifier for general entity "ver"

    ...00&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833

  56. Line 1, column 3862: general entity "ver" not defined and no default entity

    ...00&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833

  57. Line 1, column 3865: reference not terminated by REFC delimiter

    ...kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66

  58. Line 1, column 3865: reference to entity "ver" for which no system identifier could be generated

    ...kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66

  59. Line 1, column 3861: entity was defined here

    ...400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e83

  60. Line 1, column 3877: cannot generate system identifier for general entity "tpf"

    ...253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66e1d8f672"><I

  61. Line 1, column 3877: general entity "tpf" not defined and no default entity

    ...253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66e1d8f672"><I

  62. Line 1, column 3880: reference not terminated by REFC delimiter

    ...253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66e1d8f672"><IMG

  63. Line 1, column 3880: reference to entity "tpf" for which no system identifier could be generated

    ...253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66e1d8f672"><IMG

  64. Line 1, column 3876: entity was defined here

    ...2253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66e1d8f672"><

  65. Line 1, column 4043: NET-enabling start-tag requires SHORTTAG YES

    ...ALT="Sign in with your .NET Passport"/></A></span></td><td width="329" class=

  66. Line 1, column 4226: end tag for "TABLE" which is not finished

    ...ug 30</b></a></span></td></tr></table></td></tr></table><table cellpadding="0

    Help Wanted! This message (#73) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][73] New Error Message Suggestion list.

  67. Line 1, column 4244: end tag for "TABLE" which is not finished

    ...n></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0"

  68. Line 1, column 4338: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ..."hdrtbl" width="768"><tr valign="top"><td class="big6" colspan="2"><div class

  69. Line 1, column 5210: NET-enabling start-tag requires SHORTTAG YES

    ...alt="Click&#32;Here&#33;" border="0" /></a></td></tr><tr valign="top"><td cla

  70. Line 1, column 5242: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...="0" /></a></td></tr><tr valign="top"><td class="big6" colspan="2"><div class

  71. Line 1, column 5437: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ing="0" border="0" class="search"><tr><td width="140" align="right"><label fo

  72. Line 1, column 5599: NET-enabling start-tag requires SHORTTAG YES

    ...e="13" maxlength="150" accesskey="S" /></td><td><input type="submit" class="i

  73. Line 1, column 5660: NET-enabling start-tag requires SHORTTAG YES

    ...submit" class="ibbtn" value="Search" /></td></tr></table></form></div></td></

  74. Line 1, column 5679: end tag for "TABLE" which is not finished

    ...n" value="Search" /></td></tr></table></form></div></td></tr><tr valign="bott

  75. Line 1, column 5722: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...m></div></td></tr><tr valign="bottom"><td colspan="2"><table cellpadding="0"

  76. Line 1, column 5836: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...%"><tr class="hstrow" valign="middle"><td width="100%" class="hsb"><img usema

  77. Line 1, column 5974: NET-enabling start-tag requires SHORTTAG YES

    ..." border="0" width="210" height="37" /><map name="hs1"><area shape="rect" coo

  78. Line 1, column 5974: required attribute "ALT" not specified

    ..." border="0" width="210" height="37" /><map name="hs1"><area shape="rect" coo

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][127] New Error Message Suggestion list (be sure to quote the message number: #127).

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

  79. Line 1, column 6115: end tag for element "AREA" which is not open

    ...mage Credit: Chris Putman/AP)"></area></map></td><td class="bannerad" width="

  80. Line 1, column 6435: NET-enabling start-tag requires SHORTTAG YES

    ...alt="Click&#32;Here&#33;" border="0" /></a></td><td><img src="http://sc.msn.c

  81. Line 1, column 6533: NET-enabling start-tag requires SHORTTAG YES

    ...if" width="2" height="37" border="0" /></td></tr></table></td></tr><tr valign

  82. Line 1, column 6533: required attribute "ALT" not specified

    ...if" width="2" height="37" border="0" /></td></tr></table></td></tr><tr valign

  83. Line 1, column 6552: end tag for "TABLE" which is not finished

    ...t="37" border="0" /></td></tr></table></td></tr><tr valign="top"><td class="l

  84. Line 1, column 6579: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...tr></table></td></tr><tr valign="top"><td class="leftbar" width="150"><div cl

  85. Line 1, column 6740: NET-enabling start-tag requires SHORTTAG YES

    ... border="0" width="150" height="146" /><map name="hs2"><area shape="rect" coo

  86. Line 1, column 6740: required attribute "ALT" not specified

    ... border="0" width="150" height="146" /><map name="hs2"><area shape="rect" coo

  87. Line 1, column 6861: end tag for element "AREA" which is not open

    ...begins title defense Saturday"></area><area shape="rect" coords="0,50,150,67"

  88. Line 1, column 6957: end tag for element "AREA" which is not open

    ...alt="Season's 'Game Breakers'"></area><area shape="rect" coords="0,67,150,87"

  89. Line 1, column 7051: end tag for element "AREA" which is not open

    ..." alt="What's hot, what's not"></area><area shape="rect" coords="0,107,150,14

  90. Line 1, column 7213: end tag for element "AREA" which is not open

    ...lt="Save up to 50% at Spiegel"></area></map><table width="150" cellpadding="4

  91. Line 1, column 7285: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>MSN Internet Services

  92. Line 1, column 7342: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...SN Internet Services</b></td></tr><tr><td class="ct"><div class="List"><a hre

  93. Line 1, column 7443: NET-enabling start-tag requires SHORTTAG YES

    ...netServices">Broadband Access</a><br /><a href="47.a42/1??cm=MSNInternetServi

  94. Line 1, column 7520: NET-enabling start-tag requires SHORTTAG YES

    ...ces">Internet Access Specials</a><br /></div></td></tr></table><table width="

  95. Line 1, column 7545: end tag for "TABLE" which is not finished

    ...ials</a><br /></div></td></tr></table><table width="150" cellpadding="4" cell

  96. Line 1, column 7611: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>Find</b></td></tr><tr

  97. Line 1, column 7651: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...d class="hd"><b>Find</b></td></tr><tr><td class="ct"><div class="List"><a hre

  98. Line 1, column 7732: NET-enabling start-tag requires SHORTTAG YES

    ...2.c42/1??cm=Find">Air Tickets</a><br /><a href="22.c42/2??cm=Find">Auto Price

  99. Line 1, column 7787: NET-enabling start-tag requires SHORTTAG YES

    ...2??cm=Find">Auto Price Quotes</a><br /><a href="22.c42/16??cm=Find" class="hi

  100. Line 1, column 7853: NET-enabling start-tag requires SHORTTAG YES

    ..." class="hilight">Buy a House</a><br /><a href="22.c42/4??cm=Find">Find a Job

  101. Line 1, column 7901: NET-enabling start-tag requires SHORTTAG YES

    ...22.c42/4??cm=Find">Find a Job</a><br /><a href="22.c42/9??cm=Find">Get a Date

  102. Line 1, column 7949: NET-enabling start-tag requires SHORTTAG YES

    ...22.c42/9??cm=Find">Get a Date</a><br /><a href="22.c42/6??cm=Find">Hotel Deal

  103. Line 1, column 7998: NET-enabling start-tag requires SHORTTAG YES

    ...2.c42/6??cm=Find">Hotel Deals</a><br /><a href="22.a42/17??cm=Find">Lose Weig

  104. Line 1, column 8054: NET-enabling start-tag requires SHORTTAG YES

    ...7??cm=Find">Lose Weight Today</a><br /><a href="22.c42/7??cm=Find">Maps &amp;

  105. Line 1, column 8113: NET-enabling start-tag requires SHORTTAG YES

    ...m=Find">Maps &amp; Directions</a><br /><a href="22.c42/14??cm=Find">MSN Messe

  106. Line 1, column 8165: NET-enabling start-tag requires SHORTTAG YES

    ...42/14??cm=Find">MSN Messenger</a><br /><a href="22.c42/15??cm=Find">Obtain a

  107. Line 1, column 8221: NET-enabling start-tag requires SHORTTAG YES

    ...5??cm=Find">Obtain a Mortgage</a><br /><a href="22.c42/8??cm=Find">Old Friend

  108. Line 1, column 8270: NET-enabling start-tag requires SHORTTAG YES

    ...2.c42/8??cm=Find">Old Friends</a><br /><a href="22.c42/5??cm=Find">Rent an Ap

  109. Line 1, column 8325: NET-enabling start-tag requires SHORTTAG YES

    ...5??cm=Find">Rent an Apartment</a><br /><a href="22.c42/3??cm=Find">Search for

  110. Line 1, column 8383: NET-enabling start-tag requires SHORTTAG YES

    ...cm=Find">Search for Ancestors</a><br /><a href="22.c42/10??cm=Find">Weather</

  111. Line 1, column 8429: NET-enabling start-tag requires SHORTTAG YES

    ...="22.c42/10??cm=Find">Weather</a><br /><a href="22.c42/11??cm=Find">White Pag

  112. Line 1, column 8479: NET-enabling start-tag requires SHORTTAG YES

    ....c42/11??cm=Find">White Pages</a><br /><a href="22.c42/12??cm=Find">Yellow Pa

  113. Line 1, column 8530: NET-enabling start-tag requires SHORTTAG YES

    ...c42/12??cm=Find">Yellow Pages</a><br /><a href="22.c42/13??cm=Find">More...</

  114. Line 1, column 8576: NET-enabling start-tag requires SHORTTAG YES

    ...="22.c42/13??cm=Find">More...</a><br /></div></td></tr></table><table width="

  115. Line 1, column 8601: end tag for "TABLE" which is not finished

    ...e...</a><br /></div></td></tr></table><table width="150" cellpadding="4" cell

  116. Line 1, column 8667: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>Shop</b></td></tr><tr

  117. Line 1, column 8707: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...d class="hd"><b>Shop</b></td></tr><tr><td class="ct"><div class="List"><a hre

  118. Line 1, column 8785: NET-enabling start-tag requires SHORTTAG YES

    ...="60.b42/1??cm=Shop">Auctions</a><br /><a href="http://g.msn.com/0AD00006/530

  119. Line 1, column 8888: NET-enabling start-tag requires SHORTTAG YES

    ...0511&amp;PG=MSNBBQ">Buy Books</a><br /><a href="http://g.msn.com/0AD00004/519

  120. Line 1, column 8995: NET-enabling start-tag requires SHORTTAG YES

    ...&amp;PG=MSNBMQ">Buy New Music</a><br /><a href="http://g.msn.com/0AD00006/528

  121. Line 1, column 9099: NET-enabling start-tag requires SHORTTAG YES

    ...725&amp;PG=MSNQL1">Dell Deals</a><br /><a href="http://g.msn.com/0AD00006/528

  122. Line 1, column 9214: NET-enabling start-tag requires SHORTTAG YES

    ...MSNQL2">DVD Rentals Delivered</a><br /><a href="60.b42/7??cm=Shop">Free Credi

  123. Line 1, column 9270: NET-enabling start-tag requires SHORTTAG YES

    ...??cm=Shop">Free Credit Report</a><br /><a href="http://g.msn.com/0AD00004/516

  124. Line 1, column 9379: NET-enabling start-tag requires SHORTTAG YES

    ...mp;PG=MSNQL3">FREE Nokia 3595</a><br /><a href="http://g.msn.com/0AD00006/528

  125. Line 1, column 9485: NET-enabling start-tag requires SHORTTAG YES

    ...2&amp;PG=MSNQL4">Send Flowers</a><br /><a href="60.b42/4??cm=Shop">Used Car D

  126. Line 1, column 9537: NET-enabling start-tag requires SHORTTAG YES

    ...42/4??cm=Shop">Used Car Deals</a><br /><a href="60.b42/5??cm=Shop">More...</a

  127. Line 1, column 9582: NET-enabling start-tag requires SHORTTAG YES

    ...f="60.b42/5??cm=Shop">More...</a><br /></div></td></tr></table><table width="

  128. Line 1, column 9607: end tag for "TABLE" which is not finished

    ...e...</a><br /></div></td></tr></table><table width="150" cellpadding="4" cell

  129. Line 1, column 9673: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>Fun</b></td></tr><tr>

  130. Line 1, column 9712: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...td class="hd"><b>Fun</b></td></tr><tr><td class="ct"><div class="List"><a hre

  131. Line 1, column 9789: NET-enabling start-tag requires SHORTTAG YES

    ...f="33.c42/1??cm=Fun">Cartoons</a><br /><a href="33.c42/2??cm=Fun">Downloads</

  132. Line 1, column 9835: NET-enabling start-tag requires SHORTTAG YES

    ...="33.c42/2??cm=Fun">Downloads</a><br /><a href="33.c42/3??cm=Fun">Event Ticke

  133. Line 1, column 9885: NET-enabling start-tag requires SHORTTAG YES

    ....c42/3??cm=Fun">Event Tickets</a><br /><a href="33.c42/4??cm=Fun">Free Games<

  134. Line 1, column 9932: NET-enabling start-tag requires SHORTTAG YES

    ..."33.c42/4??cm=Fun">Free Games</a><br /><a href="33.c42/5??cm=Fun">Go Mobile</

  135. Line 1, column 9978: NET-enabling start-tag requires SHORTTAG YES

    ...="33.c42/5??cm=Fun">Go Mobile</a><br /><a href="33.c42/6??cm=Fun">Greeting Ca

  136. Line 1, column 10029: NET-enabling start-tag requires SHORTTAG YES

    ...c42/6??cm=Fun">Greeting Cards</a><br /><a href="33.c42/7??cm=Fun">Horoscopes<

  137. Line 1, column 10076: NET-enabling start-tag requires SHORTTAG YES

    ..."33.c42/7??cm=Fun">Horoscopes</a><br /><a href="33.c42/8??cm=Fun">Lottery Res

  138. Line 1, column 10128: NET-enabling start-tag requires SHORTTAG YES

    ...42/8??cm=Fun">Lottery Results</a><br /><a href="33.c42/9??cm=Fun">Photos</a><

  139. Line 1, column 10171: NET-enabling start-tag requires SHORTTAG YES

    ...ref="33.c42/9??cm=Fun">Photos</a><br /><a href="33.c42/10??cm=Fun" class="hil

  140. Line 1, column 10239: NET-enabling start-tag requires SHORTTAG YES

    ...lass="hilight">US Open Scores</a><br /><a href="33.c42/12??cm=Fun">Win a Hawa

  141. Line 1, column 10300: NET-enabling start-tag requires SHORTTAG YES

    ...=Fun">Win a Hawaiian Vacation</a><br /><a href="33.c42/11??cm=Fun">More...</a

  142. Line 1, column 10345: NET-enabling start-tag requires SHORTTAG YES

    ...f="33.c42/11??cm=Fun">More...</a><br /></div></td></tr></table></div></td><td

  143. Line 1, column 10370: end tag for "TABLE" which is not finished

    ...e...</a><br /></div></td></tr></table></div></td><td class="mainbar"><div cla

  144. Line 1, column 10485: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...dding="0" border="0"><tr valign="top"><td width="153"><a href="67.c39/3??cm=B

  145. Line 1, column 10729: NET-enabling start-tag requires SHORTTAG YES

    ...ma/Corbis)" width="145" height="135" /></a><div class="ct"><a href="67.c39/1?

  146. Line 1, column 10819: NET-enabling start-tag requires SHORTTAG YES

    ...b>Try 5 delicious recipes</b></a><br /><a href="67.c39/2??cm=BigPic">New ways

  147. Line 1, column 10908: NET-enabling start-tag requires SHORTTAG YES

    ...ato salad &amp; fried chicken</a><br /></div></td><td width="155"><div class=

  148. Line 1, column 11334: NET-enabling start-tag requires SHORTTAG YES

    ...></li></ul></div><hr class="nipline" /><div class="hd"><b>Also on MSN</b></di

  149. Line 1, column 11692: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="0" cellpadding="0" border="0"><tr><td class="pud"><div class="hd"><b>Your

  150. Line 1, column 12076: end tag for "TABLE" which is not finished

    ...</a></li></ul></div></td></tr></table><div class="hd"><b>Kaplan College </b><

  151. Line 1, column 12414: NET-enabling start-tag requires SHORTTAG YES

    ...etty Images)" width="68" height="75" /></a></span><a href="0.b40/1??cm=SmallP

  152. Line 1, column 12536: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...a></div></td></tr><tr valign="bottom"><td colspan="2"><div class="ct"><div cl

  153. Line 1, column 12798: end tag for "TABLE" which is not finished

    ...li></ul></div></div></td></tr></table></div><table cellpadding="0" cellspacin

  154. Line 1, column 12858: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="0" cellspacing="0" border="0"><tr><td></td></tr><tr><td class="q1"><table

  155. Line 1, column 12876: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...="0" border="0"><tr><td></td></tr><tr><td class="q1"><table id="c989" class="

  156. Line 1, column 12981: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...pacing="0" border="0" width="468"><tr><td class="ch"><b>MSN Top Headlines</b>

  157. Line 1, column 13112: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...m=NewsTitle">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>MSNB

  158. Line 1, column 14111: end tag for "TABLE" which is not finished

    ...li></ul></div></div></td></tr></table></td></tr><tr><td class="q2"><table id=

  159. Line 1, column 14125: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...</div></td></tr></table></td></tr><tr><td class="q2"><table id="c990" class="

  160. Line 1, column 14230: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...pacing="0" border="0" width="468"><tr><td class="ch"><b>CNBC on MSN Money</b>

  161. Line 1, column 14362: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...=MoneyTitle">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>Find

  162. Line 1, column 15588: NET-enabling start-tag requires SHORTTAG YES

    ...Up" width="7" height="11" border="0" /></td><td align="right" nowrap="nowrap"

  163. Line 1, column 16192: NET-enabling start-tag requires SHORTTAG YES

    ...Up" width="7" height="11" border="0" /></td><td align="right" nowrap="nowrap"

  164. Line 1, column 16801: NET-enabling start-tag requires SHORTTAG YES

    ...Up" width="7" height="11" border="0" /></td><td align="right" nowrap="nowrap"

  165. Line 1, column 16953: document type does not allow element "TFOOT" here

    ...krise">+0.57%</td></tr></tbody><tfoot><td align="right" colspan="6"><b><a hre

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][64] New Error Message Suggestion list (be sure to quote the message number: #64).

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested tags -- such as a "style" element in the "head" section instead of inside "body" -- or two elements that overlap (which is not allowed).

  166. Line 1, column 16983: document type does not allow element "TD" here; assuming missing "TR" start-tag

    ...><tfoot><td align="right" colspan="6"><b><a href="http://www.msn.com/">Update

    Help Wanted! This message (#66) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][66] New Error Message Suggestion list.

  167. Line 1, column 17043: end tag for "TR" omitted, but OMITTAG NO was specified

    ....msn.com/">Update</a></b></td></tfoot></table><h6>Quotes supplied by Comstock

    Help Wanted! This message (#70) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][70] New Error Message Suggestion list.

  168. Line 1, column 16954: start tag was here

    ...rise">+0.57%</td></tr></tbody><tfoot><td align="right" colspan="6"><b><a href

  169. Line 1, column 17232: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="0" cellpadding="3" border="0"><tr><td><label for="Q"><b>Get quote:</b></l

  170. Line 1, column 17380: NET-enabling start-tag requires SHORTTAG YES

    ...maxlength="100" accesskey="Q" id="Q" /><input type="submit" value="Go" class=

  171. Line 1, column 17428: NET-enabling start-tag requires SHORTTAG YES

    ...pe="submit" value="Go" class="ibbtn" /></td></tr></table></form></div><a href

  172. Line 1, column 17447: end tag for "TABLE" which is not finished

    ...Go" class="ibbtn" /></td></tr></table></form></div><a href="20.a43/1??cm=Mone

  173. Line 1, column 17972: end tag for "TABLE" which is not finished

    ...>Pay Bills</a></div></td></tr></table></td></tr><tr><td class="q3"><table id=

  174. Line 1, column 17986: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...</div></td></tr></table></td></tr><tr><td class="q3"><table id="c984" class="

  175. Line 1, column 18091: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...pacing="0" border="0" width="468"><tr><td class="ch"><b>MSN Shopping</b></td>

  176. Line 1, column 18221: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...oppingTitle">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>What

  177. Line 1, column 18382: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ing="0" width="100%"><tr valign="top"><td class="ct" width="60"><a href="63.b

  178. Line 1, column 18592: NET-enabling start-tag requires SHORTTAG YES

    ...ell. Details" width="50" height="50" /></a><div class="imgFlg"><a href="63.b4

  179. Line 1, column 19197: end tag for "TABLE" which is not finished

    ...n sale</a></li></ul></td></tr></table></div><div class="hd"><b>Today's Sales

  180. Line 1, column 19392: end tag for "TABLE" which is not finished

    ...lfiger 36%</a></div></td></tr></table></td></tr><tr><td class="q4"><table id=

  181. Line 1, column 19406: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...</div></td></tr></table></td></tr><tr><td class="q4"><table id="c988" class="

  182. Line 1, column 19511: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...pacing="0" border="0" width="468"><tr><td class="ch"><b>MSN Entertainment</b>

  183. Line 1, column 19644: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...eQuadHeader">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>Movi

  184. Line 1, column 19800: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...="2" cellspacing="0"><tr valign="top"><td><a href="19.b109/2??cm=eQuadPic"><i

  185. Line 1, column 20026: NET-enabling start-tag requires SHORTTAG YES

    ...Credit: MGM)" width="50" height="50" /></a></td><td><a href="19.b109/1??cm=eQ

  186. Line 1, column 20172: end tag for "TABLE" which is not finished

    ...views, showtimes</a></td></tr></table></div><div class="hd"><b>Hot in Hollywo

  187. Line 1, column 20891: end tag for "TABLE" which is not finished

    ...List">Hear Music</a></td></tr></table></td></tr><tr><td class="q5"><div id="c

  188. Line 1, column 20905: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ic</a></td></tr></table></td></tr><tr><td class="q5"><div id="c986"><table cl

  189. Line 1, column 21003: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="0" cellspacing="0" border="0"><tr><td class="ch"><b>MSN Links &amp; Resou

  190. Line 1, column 21138: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...1??cm=Title">more...</a></td></tr><tr><td colspan="2"><table cellpadding="5"

  191. Line 1, column 21221: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...acing="0" border="0"><tr valign="top"><td width="153"><div class="hd"><b>From

  192. Line 1, column 21365: NET-enabling start-tag requires SHORTTAG YES

    ...?cm=FromMSN">Broadband Access</a><br /><a href="66.b267/2??cm=FromMSN">Intern

  193. Line 1, column 21428: NET-enabling start-tag requires SHORTTAG YES

    ...romMSN">Internet Access Deals</a><br /><a href="66.b267/3??cm=FromMSN">MSN 8

  194. Line 1, column 21489: NET-enabling start-tag requires SHORTTAG YES

    ...=FromMSN">MSN 8 for Broadband</a><br /><a href="66.b267/4??cm=FromMSN">MSN 8

  195. Line 1, column 21545: NET-enabling start-tag requires SHORTTAG YES

    ...4??cm=FromMSN">MSN 8 Software</a><br /><a href="66.b267/6??cm=FromMSN">MSN Al

  196. Line 1, column 21597: NET-enabling start-tag requires SHORTTAG YES

    ...267/6??cm=FromMSN">MSN Alerts</a><br /><a href="66.b267/10??cm=FromMSN">MSN D

  197. Line 1, column 21658: NET-enabling start-tag requires SHORTTAG YES

    ...m=FromMSN">MSN Direct Watches</a><br /><a href="66.b267/11??cm=FromMSN">MSN H

  198. Line 1, column 21715: NET-enabling start-tag requires SHORTTAG YES

    ...1??cm=FromMSN">MSN Highlights</a><br /><a href="66.b267/7??cm=FromMSN">MSN Me

  199. Line 1, column 21770: NET-enabling start-tag requires SHORTTAG YES

    .../7??cm=FromMSN">MSN Messenger</a><br /><a href="66.b267/8??cm=FromMSN">MSN on

  200. Line 1, column 21834: NET-enabling start-tag requires SHORTTAG YES

    ...omMSN">MSN on your Cell Phone</a><br /><a href="66.b267/5??cm=FromMSN">Stayin

  201. Line 1, column 21895: NET-enabling start-tag requires SHORTTAG YES

    ...=FromMSN">Staying Safe Online</a><br /><a href="66.b267/9??cm=FromMSN">Try MS

  202. Line 1, column 21947: NET-enabling start-tag requires SHORTTAG YES

    ...267/9??cm=FromMSN">Try MSN TV</a><br /></div></div></td><td width="153"><div

  203. Line 1, column 22123: NET-enabling start-tag requires SHORTTAG YES

    ...Microsoft">Microsoft Products</a><br /><a href="71.a267/2??cm=FromMicrosoft">

  204. Line 1, column 22183: NET-enabling start-tag requires SHORTTAG YES

    ...m=FromMicrosoft">Office Tools</a><br /><a href="71.a267/3??cm=FromMicrosoft">

  205. Line 1, column 22253: NET-enabling start-tag requires SHORTTAG YES

    ...osoft">Security &amp; Privacy</a><br /><a href="71.a267/4??cm=FromMicrosoft">

  206. Line 1, column 22324: NET-enabling start-tag requires SHORTTAG YES

    ...soft">Small Business Services</a><br /><a href="71.a267/5??cm=FromMicrosoft">

  207. Line 1, column 22386: NET-enabling start-tag requires SHORTTAG YES

    ...FromMicrosoft">Windows Update</a><br /><a href="71.a267/6??cm=FromMicrosoft">

  208. Line 1, column 22442: NET-enabling start-tag requires SHORTTAG YES

    ...6??cm=FromMicrosoft">Xbox.com</a><br /></div></div><div class="hd"><b>Other R

  209. Line 1, column 22596: NET-enabling start-tag requires SHORTTAG YES

    ...erResources">Advertise on MSN</a><br /><a href="77.a38/2??cm=OtherResources">

  210. Line 1, column 22655: NET-enabling start-tag requires SHORTTAG YES

    ...m=OtherResources">Contact MSN</a><br /><a href="javascript:DoHelp();">Get Hel

  211. Line 1, column 22713: NET-enabling start-tag requires SHORTTAG YES

    ...:DoHelp();">Get Help with MSN</a><br /></div></div></td><td width="152"><div

  212. Line 1, column 22951: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="0" cellpadding="3" border="0"><tr><td><label for="Z"><b>ZIP:</b></label><

  213. Line 1, column 23087: NET-enabling start-tag requires SHORTTAG YES

    ..." maxlength="5" accesskey="Z" id="Z" /><input type="submit" value="Go" class=

  214. Line 1, column 23135: NET-enabling start-tag requires SHORTTAG YES

    ...pe="submit" value="Go" class="ibbtn" /></td></tr></table></form></div><div>Ge

  215. Line 1, column 23154: end tag for "TABLE" which is not finished

    ...Go" class="ibbtn" /></td></tr></table></form></div><div>Get local news, weath

  216. Line 1, column 23264: end tag for "TABLE" which is not finished

    ...any city</div></div></td></tr></table></td></tr></table></div></td></tr></tab

  217. Line 1, column 23282: end tag for "TABLE" which is not finished

    ...v></td></tr></table></td></tr></table></div></td></tr></table></td><td class=

  218. Line 1, column 23306: end tag for "TABLE" which is not finished

    ...></tr></table></div></td></tr></table></td><td class="sidebar" rowspan="2"><d

  219. Line 1, column 23428: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>Featured Channels</b>

  220. Line 1, column 23481: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...<b>Featured Channels</b></td></tr><tr><td class="ct"><a href="83.a266/1??cm=F

  221. Line 1, column 23544: NET-enabling start-tag requires SHORTTAG YES

    ...3.a266/1??cm=FeatChnls">Autos</a><br /><a href="83.a266/2??cm=FeatChnls">Care

  222. Line 1, column 23595: NET-enabling start-tag requires SHORTTAG YES

    ...a266/2??cm=FeatChnls">Careers</a><br /><a href="83.a266/7??cm=FeatChnls">Dati

  223. Line 1, column 23661: NET-enabling start-tag requires SHORTTAG YES

    ...Chnls">Dating &amp; Personals</a><br /><a href="83.a266/3??cm=FeatChnls">Ente

  224. Line 1, column 23718: NET-enabling start-tag requires SHORTTAG YES

    ...??cm=FeatChnls">Entertainment</a><br /><a href="83.a266/4??cm=FeatChnls">Game

  225. Line 1, column 23767: NET-enabling start-tag requires SHORTTAG YES

    ...3.a266/4??cm=FeatChnls">Games</a><br /><a href="83.a266/5??cm=FeatChnls">Heal

  226. Line 1, column 23817: NET-enabling start-tag requires SHORTTAG YES

    ....a266/5??cm=FeatChnls">Health</a><br /><a href="83.a266/6??cm=FeatChnls">Hous

  227. Line 1, column 23877: NET-enabling start-tag requires SHORTTAG YES

    ...m=FeatChnls">House &amp; Home</a><br /><a href="83.a266/8??cm=FeatChnls">News

  228. Line 1, column 23925: NET-enabling start-tag requires SHORTTAG YES

    ...83.a266/8??cm=FeatChnls">News</a><br /><a href="83.a266/10??cm=FeatChnls"><im

  229. Line 1, column 24098: NET-enabling start-tag requires SHORTTAG YES

    ...orts by ESPN" width="98" height="14" /></a><br /><a href="83.a266/9??cm=FeatC

  230. Line 1, column 24108: NET-enabling start-tag requires SHORTTAG YES

    ...PN" width="98" height="14" /></a><br /><a href="83.a266/9??cm=FeatChnls" clas

  231. Line 1, column 24180: NET-enabling start-tag requires SHORTTAG YES

    ... class="hilite"><b>Travel</b></a><br /></td></tr></table><table width="150" c

  232. Line 1, column 24199: end tag for "TABLE" which is not finished

    ...Travel</b></a><br /></td></tr></table><table width="150" cellpadding="4" cell

  233. Line 1, column 24265: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>More Channels</b></td

  234. Line 1, column 24314: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...hd"><b>More Channels</b></td></tr><tr><td class="ct"><a href="9.a42/9??cm=Mor

  235. Line 1, column 24406: NET-enabling start-tag requires SHORTTAG YES

    ...hilite"><b>Back to School</b></a><br /><a href="9.a42/1??cm=MoreChnls">Busine

  236. Line 1, column 24456: NET-enabling start-tag requires SHORTTAG YES

    ...a42/1??cm=MoreChnls">Business</a><br /><a href="9.a42/2??cm=MoreChnls">City G

  237. Line 1, column 24509: NET-enabling start-tag requires SHORTTAG YES

    .../2??cm=MoreChnls">City Guides</a><br /><a href="9.a42/3??cm=MoreChnls">Family

  238. Line 1, column 24557: NET-enabling start-tag requires SHORTTAG YES

    ...9.a42/3??cm=MoreChnls">Family</a><br /><a href="9.a42/4??cm=MoreChnls">Fitnes

  239. Line 1, column 24623: NET-enabling start-tag requires SHORTTAG YES

    ...nls">Fitness &amp; Recreation</a><br /><a href="9.a42/5??cm=MoreChnls">Kids</

  240. Line 1, column 24669: NET-enabling start-tag requires SHORTTAG YES

    ...="9.a42/5??cm=MoreChnls">Kids</a><br /><a href="9.a42/6??cm=MoreChnls">Learni

  241. Line 1, column 24734: NET-enabling start-tag requires SHORTTAG YES

    ...hnls">Learning &amp; Research</a><br /><a href="9.a42/7??cm=MoreChnls">Slate

  242. Line 1, column 24790: NET-enabling start-tag requires SHORTTAG YES

    ...?cm=MoreChnls">Slate Magazine</a><br /><a href="9.a42/8??cm=MoreChnls">Tech &

  243. Line 1, column 24850: NET-enabling start-tag requires SHORTTAG YES

    ...MoreChnls">Tech &amp; Gadgets</a><br /><a href="9.a42/10??cm=MoreChnls">Women

  244. Line 1, column 24898: NET-enabling start-tag requires SHORTTAG YES

    ...9.a42/10??cm=MoreChnls">Women</a><br /></td></tr></table><table width="150" c

  245. Line 1, column 24917: end tag for "TABLE" which is not finished

    ...nls">Women</a><br /></td></tr></table><table width="150" cellpadding="4" cell

  246. Line 1, column 24983: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>My MSN</b></td></tr><

  247. Line 1, column 25025: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...class="hd"><b>My MSN</b></td></tr><tr><td class="ct"><div>Customize your own

  248. Line 1, column 25235: NET-enabling start-tag requires SHORTTAG YES

    ...2/1??cm=MyMSN" method="get"><div><br /><input type="submit" id="ibbtn" value=

  249. Line 1, column 25304: NET-enabling start-tag requires SHORTTAG YES

    ..." value="Go to My MSN" class="ibbtn" /></div></form></div></td></tr></table><

  250. Line 1, column 25342: end tag for "TABLE" which is not finished

    ...></div></form></div></td></tr></table><table width="150" cellpadding="4" cell

  251. Line 1, column 25408: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>Spotlight</b></td></t

  252. Line 1, column 25453: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ss="hd"><b>Spotlight</b></td></tr><tr><td class="ct"><table border="0" cellpa

  253. Line 1, column 25535: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...="2" cellspacing="0"><tr valign="top"><td><a href="69.b43/2??cm=Spotlight"><i

  254. Line 1, column 25825: NET-enabling start-tag requires SHORTTAG YES

    ...etty Images)" width="50" height="50" /></a></td><td><a href="69.b43/1??cm=Spo

  255. Line 1, column 25935: end tag for "TABLE" which is not finished

    ...s with your pets</a></td></tr></table></td></tr></table><table width="150" ce

  256. Line 1, column 25953: end tag for "TABLE" which is not finished

    ...a></td></tr></table></td></tr></table><table width="150" cellpadding="4" cell

  257. Line 1, column 26019: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>Featured Today</b></t

  258. Line 1, column 26069: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...d"><b>Featured Today</b></td></tr><tr><td class="ct"><b class="hilite">ESPN N

  259. Line 1, column 26150: NET-enabling start-tag requires SHORTTAG YES

    ... Scores, Games &amp; Features</b><br /><br />Get the latest information from

  260. Line 1, column 26156: NET-enabling start-tag requires SHORTTAG YES

    ...s, Games &amp; Features</b><br /><br />Get the latest information from the wo

  261. Line 1, column 26224: NET-enabling start-tag requires SHORTTAG YES

    ...om the worldwide leader in sports<br /><br /><ul class="fotd"><li><a href="ht

  262. Line 1, column 26230: NET-enabling start-tag requires SHORTTAG YES

    ... worldwide leader in sports<br /><br /><ul class="fotd"><li><a href="http://m

  263. Line 1, column 26395: NET-enabling start-tag requires SHORTTAG YES

    ... Scores, Games &amp; Features</b><br />to My MSN Page</a></li></ul></td></tr>

  264. Line 1, column 26442: end tag for "TABLE" which is not finished

    ...N Page</a></li></ul></td></tr></table><table width="150" cellpadding="4" cell

  265. Line 1, column 26508: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>MSN Worldwide</b></td

  266. Line 1, column 26557: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...hd"><b>MSN Worldwide</b></td></tr><tr><td class="ct"><div class="List"><a hre

  267. Line 1, column 26647: NET-enabling start-tag requires SHORTTAG YES

    ...cm=MSNWorldwide">US - Spanish</a><br /><a href="54.a42/2??cm=MSNWorldwide">Au

  268. Line 1, column 26702: NET-enabling start-tag requires SHORTTAG YES

    ...2??cm=MSNWorldwide">Australia</a><br /><a href="54.a42/3??cm=MSNWorldwide">Ca

  269. Line 1, column 26754: NET-enabling start-tag requires SHORTTAG YES

    ...42/3??cm=MSNWorldwide">Canada</a><br /><a href="54.a42/4??cm=MSNWorldwide">Ch

  270. Line 1, column 26805: NET-enabling start-tag requires SHORTTAG YES

    ...a42/4??cm=MSNWorldwide">China</a><br /><a href="54.a42/5??cm=MSNWorldwide">Ge

  271. Line 1, column 26858: NET-enabling start-tag requires SHORTTAG YES

    ...2/5??cm=MSNWorldwide">Germany</a><br /><a href="54.a42/6??cm=MSNWorldwide">In

  272. Line 1, column 26909: NET-enabling start-tag requires SHORTTAG YES

    ...a42/6??cm=MSNWorldwide">India</a><br /><a href="54.a42/7??cm=MSNWorldwide">Ja

  273. Line 1, column 26960: NET-enabling start-tag requires SHORTTAG YES

    ...a42/7??cm=MSNWorldwide">Japan</a><br /><a href="54.a42/8??cm=MSNWorldwide">Ko

  274. Line 1, column 27011: NET-enabling start-tag requires SHORTTAG YES

    ...a42/8??cm=MSNWorldwide">Korea</a><br /><a href="54.a42/9??cm=MSNWorldwide">Me

  275. Line 1, column 27063: NET-enabling start-tag requires SHORTTAG YES

    ...42/9??cm=MSNWorldwide">Mexico</a><br /><a href="54.a42/10??cm=MSNWorldwide">S

  276. Line 1, column 27119: NET-enabling start-tag requires SHORTTAG YES

    ...0??cm=MSNWorldwide">Singapore</a><br /><a href="54.a42/11??cm=MSNWorldwide">U

  277. Line 1, column 27168: NET-enabling start-tag requires SHORTTAG YES

    ...4.a42/11??cm=MSNWorldwide">UK</a><br /><a href="54.a42/12??cm=MSNWorldwide">M

  278. Line 1, column 27222: NET-enabling start-tag requires SHORTTAG YES

    .../12??cm=MSNWorldwide">More...</a><br /></div></td></tr></table></div></td></t

  279. Line 1, column 27247: end tag for "TABLE" which is not finished

    ...e...</a><br /></div></td></tr></table></div></td></tr><tr><td colspan="2" cla

  280. Line 1, column 27267: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...</td></tr></table></div></td></tr><tr><td colspan="2" class="p5558"><div clas

  281. Line 1, column 27421: end tag for element "B" which is not open

    ...Help();"><b>Make this my home page</b></a>');</script>&nbsp;|&nbsp;<a href="h

  282. Line 1, column 27425: end tag for element "A" which is not open

    ...();"><b>Make this my home page</b></a>');</script>&nbsp;|&nbsp;<a href="http:

  283. Line 1, column 27530: end tag for "TABLE" which is not finished

    ...to top</b></a></div></td></tr></table><table border="0" cellpadding="0" cells

  284. Line 1, column 27612: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...g="0" width="768"><tr valign="bottom"><td class="big6"><span class="ct"><div

  285. Line 1, column 27670: document type does not allow element "DIV" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag

    ...an class="ct"><div class="footerlink"><b><a href="0.a42/1?su=http://www.msn.c

  286. Line 1, column 28346: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...></a></div></td></tr><tr valign="top"><td class="footer"><div class="ct">©20

  287. Line 1, column 28699: end tag for "TABLE" which is not finished

    ...>GetNetWise</a></div></td></tr></table></body></html>

Source Listing

Below is the source input I used for this validation:

   1: <html><head><title>Welcome to MSN.com</title><base href="http://g.msn.com/OUS!s8.559_6217/" /><meta http-equiv="pics-label" content="(pics-1.1 &quot;http://www.icra.org/ratingsv02.html&quot; comment &quot;Single file v2.0&quot; l gen true for &quot;http://www.msn.com&quot; r (nz 1 vz 1 lz 1 oz 1 cz 1) &quot;http://www.rsac.org/ratingsv01.html&quot; l gen true for &quot;http://www.msn.com&quot; r (n 0 s 0 v 0 l 0))" /><link rel="SHORTCUT ICON" href="http://sc.msn.com/global/c/shs/favicon.ico" /><script type="text/javascript" src="http://i.msn.com/m/8/j/helppane17b.js">&#xA0;</script><script type="text/javascript">var bSearch=true;var L_H_TEXT="For help using this MSN Home page, click a topic.";var H_KEY="hm_reach";var H_TOPIC="";var H_BURL="http://www.msn.com/panehelp.armx";var L_H_APP="www.msn.com";var H_URL_BASE="http://help.msn.com/en_us";var H_CONFIG="msncomv8.ini";window.name="msncomv8";</script><link rel="stylesheet" type="text/css" href="http://i.msn.com/m/8/c/scheme0b.css" /><link rel="stylesheet" type="text/css" href="http://i.msn.com/m/8/c/site.css" /><link rel="stylesheet" type="text/css" href="http://i.msn.com/m/8/c/home.css" /><style type="text/css">.hsb td { background-color: #8B0000; background-image: none; }.hsb, .hsb a { }.hsb .hilite { }.hsb hr { }.hstrow .hst { background-color: #8B0000; background-image: none; }.hst a { }.hstrow { background-color: #8B0000; background-image: none; }.bannerad { background-color: #8B0000; }.bannerad a img { border: 2px solid #8B0000; }</style></head><body onload="document.all.S1.focus()"><!-- WWW05 --><img width="0" height="0" src="http://c.msn.com/c.gif?na=1154&amp;nc=10009&amp;ps=10274&amp;di=340&amp;pi=7317&amp;TP=http%3a%2f%2fwww.msn.com%2f" alt="" border="0" /><a name="top"></a><table border="0" cellpadding="0" cellspacing="0" width="768"><tr valign="bottom"><td width="140" class="tabslinetall" rowspan="2"><a href="http://go.msn.com/0/10/default.asp"><img alt="MSN.com" border="0" height="60" src="http://sc.msn.com/c/portal/logo/full/msft.gif" width="140" /></a></td><td width="52">&nbsp;</td><td class="textad" width="468"><b><a href="http://g.msn.com/0AD00006/526019.1??PID=2001784&amp;UIT=M&amp;TargetID=1012808&amp;AN=2043&amp;PG=HMPHIA" ><img src="http://global.msads.net/ads/1/0000000001_000000000000000020723.gif" width="1" height="1" alt="&#46;" border="0" /></a><a target="_blank" href="http://g.msn.com/0AD00006/528591.1?http://hits.411web.com/cgi-bin/hit?page=829-105726770627143&amp;&amp;PID=2105040&amp;UIT=M&amp;TargetID=1015071&amp;AN=2953&amp;PG=MSNTXT" style="color:#FFFFFF;"><span style="color: #FFFFFF;">Lock-in a LOW RATE Now! Refinance Today! LOWEST Mortgage Rates!</span></a></b></td><td width="150" class="help" align="right"><b><script type="text/javascript">document.write('<a href="javascript:DoHelp();">Help</a>');</script></b></td></tr><tr valign="bottom"><td class="tabs" width="628" colspan="3"><table class="tabs" border="0" cellpadding="0" cellspacing="0" width="628"><tr><td width="52" class="tabson"><img src="http://sc.msn.com/c/portal/tabs/tabFrontOn.gif" width="52" height="40" border="0" alt="" /></td><td width="75" class="tabsonline" align="center"><b class="tabstext">MSN Home</b></td><td width="22" class="tabsoff"><img src="http://sc.msn.com/c/portal/tabs/tabMidOn.gif" width="22" height="40" border="0" alt="" /></td><td width="75" class="tabsoffline" align="center"><a class="tabstext" href="http://go.msn.com/0/11/default.asp"><b>My MSN</b></a></td><td width="10" class="tabsoff"><img src="http://sc.msn.com/c/portal/tabs/tabEndOff.gif" width="10" height="40" border="0" alt="" /></td><td width="67" class="tabsline"><span class="dMSNME_1"><A HREF="http://login.passport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%3dhttp%253a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66e1d8f672"><IMG SRC="http://www.passportimages.com/1033/signin.gif" CLASS="PassportSignIn" BORDER="0" ALT="Sign in with your .NET Passport"/></A></span></td><td width="329" class="tabsline" align="right"><span class="tabsdate"><a href="http://go.msn.com/b/7/default.asp"><b>Saturday, Aug 30</b></a></span></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0" border="0" class="hdrtbl" width="768"><tr valign="top"><td class="big6" colspan="2"><div class="dMSNME_1"><a href="98.a41/1??cm=Big7"><b>MSN Home</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/2??cm=Big7"><b>My MSN</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/3??cm=Big7"><b>Hotmail</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/4??cm=Big7"><b>Search</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/5??cm=Big7"><b>Shopping</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/6??cm=Big7"><b>Money</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/7??cm=Big7"><b>People &amp; Chat</b></a></div></td><td valign="middle" rowspan="3" width="150" align="center" class="p4060"><a href="http://g.msn.com/0AD00007/531095.1??PID=2108856&amp;UIT=M&amp;TargetID=1010435&amp;AN=20430&amp;PG=MSNHPB" ><img src="http://global.msads.net/ads/1/0000000001_000000000000000024425.gif" width="120" height="90" alt="Click&#32;Here&#33;" border="0" /></a></td></tr><tr valign="top"><td class="big6" colspan="2"><div class="search"><form id="searchweb" action="http://go.msn.com/1/0/default.asp" method="get"><table cellspacing="4" cellpadding="0" border="0" class="search"><tr><td width="140" align="right"><label for="S1"><b>Search the Web:</b></label></td><td><input type="text" id="S1" name="q" size="13" maxlength="150" accesskey="S" /></td><td><input type="submit" class="ibbtn" value="Search" /></td></tr></table></form></div></td></tr><tr valign="bottom"><td colspan="2"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr class="hstrow" valign="middle"><td width="100%" class="hsb"><img usemap="#hs1" src="http://sc.msn.com/41/EF{JA_VU!J2JKMW@LUB2J0.gif" border="0" width="210" height="37" /><map name="hs1"><area shape="rect" coords="0,0,210,37" href="73.c4073/1" alt="College Football 2003 (Image Credit: Chris Putman/AP)"></area></map></td><td class="bannerad" width="232" valign="middle"><a href="http://g.msn.com/0AD00005/525355.1??PID=2092108&amp;UIT=M&amp;TargetID=1003101&amp;AN=18721&amp;PG=MSNBFP" ><img src="http://global.msads.net/ads/4706/0000004706_000000000000000020211.gif" width="230" height="33" alt="Click&#32;Here&#33;" border="0" /></a></td><td><img src="http://sc.msn.com/c/portal/misc/tp.gif" width="2" height="37" border="0" /></td></tr></table></td></tr><tr valign="top"><td class="leftbar" width="150"><div class="p5558"><img usemap="#hs2" src="http://sc.msn.com/3O/LA1N}TZJNT4[4D-8XU4UFO.gif" border="0" width="150" height="146" /><map name="hs2"><area shape="rect" coords="0,0,150,50" href="42.c4042/1" alt="OSU begins title defense Saturday"></area><area shape="rect" coords="0,50,150,67" href="42.c4042/2" alt="Season's 'Game Breakers'"></area><area shape="rect" coords="0,67,150,87" href="42.c4042/3" alt="What's hot, what's not"></area><area shape="rect" coords="0,107,150,146" href="http://g.msn.com/0AD00006/529623.1??HCType=1&amp;CID=529623&amp;PG=MSNKL4" alt="Save up to 50% at Spiegel"></area></map><table width="150" cellpadding="4" cellspacing="0" border="0"><tr><td class="hd"><b>MSN Internet Services</b></td></tr><tr><td class="ct"><div class="List"><a href="47.a42/2??cm=MSNInternetServices">Broadband Access</a><br /><a href="47.a42/1??cm=MSNInternetServices">Internet Access Specials</a><br /></div></td></tr></table><table width="150" cellpadding="4" cellspacing="0" border="0"><tr><td class="hd"><b>Find</b></td></tr><tr><td class="ct"><div class="List"><a href="22.c42/1??cm=Find">Air Tickets</a><br /><a href="22.c42/2??cm=Find">Auto Price Quotes</a><br /><a href="22.c42/16??cm=Find" class="hilight">Buy a House</a><br /><a href="22.c42/4??cm=Find">Find a Job</a><br /><a href="22.c42/9??cm=Find">Get a Date</a><br /><a href="22.c42/6??cm=Find">Hotel Deals</a><br /><a href="22.a42/17??cm=Find">Lose Weight Today</a><br /><a href="22.c42/7??cm=Find">Maps &amp; Directions</a><br /><a href="22.c42/14??cm=Find">MSN Messenger</a><br /><a href="22.c42/15??cm=Find">Obtain a Mortgage</a><br /><a href="22.c42/8??cm=Find">Old Friends</a><br /><a href="22.c42/5??cm=Find">Rent an Apartment</a><br /><a href="22.c42/3??cm=Find">Search for Ancestors</a><br /><a href="22.c42/10??cm=Find">Weather</a><br /><a href="22.c42/11??cm=Find">White Pages</a><br /><a href="22.c42/12??cm=Find">Yellow Pages</a><br /><a href="22.c42/13??cm=Find">More...</a><br /></div></td></tr></table><table width="150" cellpadding="4" cellspacing="0" border="0"><tr><td class="hd"><b>Shop</b></td></tr><tr><td class="ct"><div class="List"><a href="60.b42/1??cm=Shop">Auctions</a><br /><a href="http://g.msn.com/0AD00006/530511.1??HCType=1&amp;CID=530511&amp;PG=MSNBBQ">Buy Books</a><br /><a href="http://g.msn.com/0AD00004/519178.1??HCType=1&amp;CID=519178&amp;PG=MSNBMQ">Buy New Music</a><br /><a href="http://g.msn.com/0AD00006/528725.1??HCType=1&amp;CID=528725&amp;PG=MSNQL1">Dell Deals</a><br /><a href="http://g.msn.com/0AD00006/528785.1??HCType=1&amp;CID=528785&amp;PG=MSNQL2">DVD Rentals Delivered</a><br /><a href="60.b42/7??cm=Shop">Free Credit Report</a><br /><a href="http://g.msn.com/0AD00004/516520.1??HCType=1&amp;CID=516520&amp;PG=MSNQL3">FREE Nokia 3595</a><br /><a href="http://g.msn.com/0AD00006/528772.1??HCType=1&amp;CID=528772&amp;PG=MSNQL4">Send Flowers</a><br /><a href="60.b42/4??cm=Shop">Used Car Deals</a><br /><a href="60.b42/5??cm=Shop">More...</a><br /></div></td></tr></table><table width="150" cellpadding="4" cellspacing="0" border="0"><tr><td class="hd"><b>Fun</b></td></tr><tr><td class="ct"><div class="List"><a href="33.c42/1??cm=Fun">Cartoons</a><br /><a href="33.c42/2??cm=Fun">Downloads</a><br /><a href="33.c42/3??cm=Fun">Event Tickets</a><br /><a href="33.c42/4??cm=Fun">Free Games</a><br /><a href="33.c42/5??cm=Fun">Go Mobile</a><br /><a href="33.c42/6??cm=Fun">Greeting Cards</a><br /><a href="33.c42/7??cm=Fun">Horoscopes</a><br /><a href="33.c42/8??cm=Fun">Lottery Results</a><br /><a href="33.c42/9??cm=Fun">Photos</a><br /><a href="33.c42/10??cm=Fun" class="hilight">US Open Scores</a><br /><a href="33.c42/12??cm=Fun">Win a Hawaiian Vacation</a><br /><a href="33.c42/11??cm=Fun">More...</a><br /></div></td></tr></table></div></td><td class="mainbar"><div class="nip"><table cellspacing="0" cellpadding="0" border="0"><tr valign="top"><td width="153"><a href="67.c39/3??cm=BigPic"><img src="http://sc.msn.com/4X/{XO5_LY`XZ4SY+1+H,XU{[.jpg" border="0" alt="People eating (Image Credit: Darama/Corbis)" title="People eating (Image Credit: Darama/Corbis)" width="145" height="135" /></a><div class="ct"><a href="67.c39/1??cm=BigPic"><b>Try 5 delicious recipes</b></a><br /><a href="67.c39/2??cm=BigPic">New ways to make potato salad &amp; fried chicken</a><br /></div></td><td width="155"><div class="hd"><b><b>Today on MSN</b></b></div><div class="ct"><ul><li><a href="22.a40/1??cm=TodayOnMSN">Record gas prices for Labor Day weekend</a></li><li><a href="22.a40/2??cm=TodayOnMSN">'Survivor' cast revealed</a></li><li><a href="22.a40/3??cm=TodayOnMSN">Make a buck off $2 gas</a></li><li><a href="22.a40/4??cm=TodayOnMSN">8 signs a guy is too buff</a></li></ul></div><hr class="nipline" /><div class="hd"><b>Also on MSN</b></div><div class="ct"><ul><li><a href="11.c40/1??cm=ThemeHeds">How US students rate</a></li><li><a href="11.c40/2??cm=ThemeHeds">3 nifty napkin folds</a></li><li><a href="11.c40/3??cm=ThemeHeds">Find a cool apartment</a></li></ul></div></td><td rowspan="2" width="160"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="pud"><div class="hd"><b>Your World</b></div><div class="ct"><ul><li><a href="89.a39/1??cm=SlidePane">Gear NFL fans want</a></li><li><a href="89.a39/2??cm=SlidePane">Should a single woman buy a house?</a></li><li><a href="89.a39/3??cm=SlidePane">Fix your credit in 3 days</a></li><li><a href="89.c39/4??cm=SlidePane">Teen insurance woes</a></li></ul></div></td></tr></table><div class="hd"><b>Kaplan College </b></div><div class="ct"><span class="floatleft"><a href="0.b40/2??cm=SmallPic"><img src="http://sc.msn.com/5Y/TVIZX~0AF5CTV@EDCL~`1.jpg" border="0" alt="A woman graduates (Image Credit: Photomondo/Getty Images)" title="A woman graduates (Image Credit: Photomondo/Getty Images)" width="68" height="75" /></a></span><a href="0.b40/1??cm=SmallPic">How much a degree can boost your salary</a></div></td></tr><tr valign="bottom"><td colspan="2"><div class="ct"><div class="ct"><ul><li><a href="78.a39/1??cm=LongHeds">MTV Awards: no big winners (but 2 huge kisses)</a></li><li><a href="78.a39/2??cm=LongHeds">7 things a business never wants to hear</a></li></ul></div></div></td></tr></table></div><table cellpadding="0" cellspacing="0" border="0"><tr><td></td></tr><tr><td class="q1"><table id="c989" class="b1001" cellpadding="4" cellspacing="0" border="0" width="468"><tr><td class="ch"><b>MSN Top Headlines</b></td><td class="ch" align="right"><a href="55.a44/1??cm=NewsTitle">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>MSNBC News</b></div><div class="ct"><div class="ct"><ul><li><a href="http://www.msnbc.com/news/870749.asp?vts=082920031645">Iraq toll of 75 includes cleric</a></li><li><a href="http://www.msnbc.com/news/958852.asp?vts=082920031645">Teen arrested in Net worm case</a></li><li><a href="http://www.msnbc.com/news/todaysummerconcerts_front.asp?vts=082920031645">'Today' Concert series: Mary J. Blige</a></li></ul></div></div><div class="hd"><b>Slate: Opinion &amp; Commentary</b></div><div class="ct"><div class="ct"><ul><li><a href="46.a43/1??cm=Slate">Whopper of the week: Donald Rumsfeld</a></li></ul></div></div><div class="hd"><b>ESPN Sports</b></div><div class="ct"><div class="ct"><ul><li><a href="44.c43/1??cm=ESPNSports">Yanks-Red Sox set to heat up again</a></li><li><a href="44.c43/2??cm=ESPNSports">NFL schedule favors Rams, Steelers</a></li><li><a href="44.c43/3??cm=ESPNSports">Iverson born again with Team USA</a></li></ul></div></div></td></tr></table></td></tr><tr><td class="q2"><table id="c990" class="b1001" cellpadding="4" cellspacing="0" border="0" width="468"><tr><td class="ch"><b>CNBC on MSN Money</b></td><td class="ch" align="right"><a href="54.a44/1??cm=MoneyTitle">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>Find a Broker</b></div><div class="ct"><a href="18.a43/1??cm=Brokers">Ameritrade</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="18.a43/2??cm=Brokers">Harrisdirect</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="18.a43/3??cm=Brokers">Trade Now</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="18.a43/4??cm=Brokers">ShareBuilder</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="18.a43/5??cm=Brokers">TD Waterhouse</a><table cellspacing="0" cellpadding="2" class="stock" width="100%"><thead><tr valign="top" class="fb5"><th align="center" colspan="1">&nbsp;</th><th align="left" colspan="1">Name</th><th align="right" colspan="1" class="stocklast">Last</th><th align="right" colspan="2">Change</th><th align="right" colspan="1">% Chg</th></tr></thead><tbody><tr valign="top"><td align="center" nowrap="nowrap">&nbsp;</td><td align="left"><a title="DOW JONES INDUSTRIAL AVERAGE INDEX" href="http://go.msn.com/0008/2/snm.asp?target=http://moneycentral.msn.com/scripts/webquote.dll%3FiPage%3Dqdext%26Symbol%3D$US:INDU">Dow</a></td><td align="right" nowrap="nowrap" class="stocklast">9,415.82</td><td align="right" nowrap="nowrap" class="stockrise"><img src="http://sc.msn.com/c/portal/stock/up.gif" alt="Up" width="7" height="11" border="0" /></td><td align="right" nowrap="nowrap" class="stockrise">+41.61</td><td align="right" nowrap="nowrap" class="stockrise">+0.44%</td></tr><tr valign="top"><td align="center" nowrap="nowrap">&nbsp;</td><td align="left"><a title="S&amp;P 500 INDEX" href="http://go.msn.com/0008/2/snm.asp?target=http://moneycentral.msn.com/scripts/webquote.dll%3FiPage%3Dqdext%26Symbol%3D$US:INX">S&amp;P</a></td><td align="right" nowrap="nowrap" class="stocklast">1,008.01</td><td align="right" nowrap="nowrap" class="stockrise"><img src="http://sc.msn.com/c/portal/stock/up.gif" alt="Up" width="7" height="11" border="0" /></td><td align="right" nowrap="nowrap" class="stockrise">+5.17</td><td align="right" nowrap="nowrap" class="stockrise">+0.52%</td></tr><tr valign="top"><td align="center" nowrap="nowrap">&nbsp;</td><td align="left"><a title="NASDAQ COMPOSITE INDEX" href="http://go.msn.com/0008/2/snm.asp?target=http://moneycentral.msn.com/scripts/webquote.dll%3FiPage%3Dqdext%26Symbol%3D$US:COMPX">NASDAQ</a></td><td align="right" nowrap="nowrap" class="stocklast">1,810.45</td><td align="right" nowrap="nowrap" class="stockrise"><img src="http://sc.msn.com/c/portal/stock/up.gif" alt="Up" width="7" height="11" border="0" /></td><td align="right" nowrap="nowrap" class="stockrise">+10.27</td><td align="right" nowrap="nowrap" class="stockrise">+0.57%</td></tr></tbody><tfoot><td align="right" colspan="6"><b><a href="http://www.msn.com/">Update</a></b></td></tfoot></table><h6>Quotes supplied by Comstock</h6><div class="ib"><form id="getquote" action="http://go.msn.com/0008/2/gqt.asp" method="get"><table cellspacing="0" cellpadding="3" border="0"><tr><td><label for="Q"><b>Get quote:</b></label></td><td class="ibfrm"><input type="text" name="Symbol" size="14" maxlength="100" accesskey="Q" id="Q" /><input type="submit" value="Go" class="ibbtn" /></td></tr></table></form></div><a href="20.a43/1??cm=MoneyPromo">Insurance</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="20.a43/2??cm=MoneyPromo">Loans</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="20.a43/3??cm=MoneyPromo">News</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="20.a43/4??cm=MoneyPromo">Credit Report</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="20.a43/5??cm=MoneyPromo">Markets</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="20.a43/6??cm=MoneyPromo">Refinance</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="20.a43/7??cm=MoneyPromo" class="hilight">Pay Bills</a></div></td></tr></table></td></tr><tr><td class="q3"><table id="c984" class="b1001" cellpadding="4" cellspacing="0" border="0" width="468"><tr><td class="ch"><b>MSN Shopping</b></td><td class="ch" align="right"><a href="57.a44/1??cm=ShoppingTitle">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>What's Hot Right Now</b></div><div class="ct"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr valign="top"><td class="ct" width="60"><a href="63.b43/8??cm=sQuadHot"><img src="http://sc.msn.com/21/L{[UYANQKZ1]BH_BNS85OA.gif" border="0" alt="Sale at Dell. Details" title="Sale at Dell. Details" width="50" height="50" /></a><div class="imgFlg"><a href="63.b43/8??cm=sQuadHot">Sale at Dell. Details</a></div></td><td class="ct"><ul><li><a href="63.b43/1??cm=sQuadHot" class="hilite">20-50% JCPenney Sale</a></li><li><a href="63.b43/2??cm=sQuadHot">$200 off Compaq Presario</a></li><li><a href="63.b43/3??cm=sQuadHot">1/4ct diamond studs $99</a></li><li><a href="63.b43/4??cm=sQuadHot">School clothes for kids</a></li><li><a href="63.b43/5??cm=sQuadHot">CHEF'S top picks</a></li><li><a href="63.b43/6??cm=sQuadHot">Send 6 roses free</a></li><li><a href="63.b43/7??cm=sQuadHot">Cookbooks on sale</a></li></ul></td></tr></table></div><div class="hd"><b>Today's Sales &amp; Deals</b></div><div class="ct"><a href="43.a43/1??cm=sQuadSales">Giant watch sale: Seiko up to 67% off, Tommy Hilfiger 36%</a></div></td></tr></table></td></tr><tr><td class="q4"><table id="c988" class="b1001" cellpadding="4" cellspacing="0" border="0" width="468"><tr><td class="ch"><b>MSN Entertainment</b></td><td class="ch" align="right"><a href="56.a44/1??cm=eQuadHeader">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>Movies: The Creeper is Back!</b></div><div class="ct"><table border="0" cellpadding="2" cellspacing="0"><tr valign="top"><td><a href="19.b109/2??cm=eQuadPic"><img src="http://sc.msn.com/`4/NAGL3C6P~1DG-NO5_~STY.jpg" border="0" alt="'Jeepers Creepers 2' (Image Credit: MGM)" title="'Jeepers Creepers 2' (Image Credit: MGM)" width="50" height="50" /></a></td><td><a href="19.b109/1??cm=eQuadPic">Horror sequel brings more terrorized teens to feed on; see reviews, showtimes</a></td></tr></table></div><div class="hd"><b>Hot in Hollywood</b></div><div class="ct"><div class="ct"><ul><li><a href="27.c109/1??cm=eQuadBott">Chris Rock skewers stars at VMAs</a></li><li><a href="27.c109/2??cm=eQuadBott">Is Christina new Skechers model?</a></li></ul></div></div><div class="hd"><b>Fun &amp; Games</b></div><div class="ct"><div class="ct"><ul><li><a href="30.b109/1??cm=eQuadMid">Play 56 fun brain-teasers</a></li><li><a href="30.b109/2??cm=eQuadMid">Line up the gems! Play Bejeweled</a></li></ul></div></div><a href="97.a236/1??cm=PipeList">Movie Times</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="97.a236/2??cm=PipeList">TV Listings</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="97.a236/3??cm=PipeList">Hear Music</a></td></tr></table></td></tr><tr><td class="q5"><div id="c986"><table class="b1001" cellpadding="0" cellspacing="0" border="0"><tr><td class="ch"><b>MSN Links &amp; Resources</b></td><td class="ch" align="right"><a href="53.a44/1??cm=Title">more...</a></td></tr><tr><td colspan="2"><table cellpadding="5" cellspacing="0" border="0"><tr valign="top"><td width="153"><div class="hd"><b>From MSN</b></div><div class="ct"><div class="List"><a href="66.b267/1??cm=FromMSN">Broadband Access</a><br /><a href="66.b267/2??cm=FromMSN">Internet Access Deals</a><br /><a href="66.b267/3??cm=FromMSN">MSN 8 for Broadband</a><br /><a href="66.b267/4??cm=FromMSN">MSN 8 Software</a><br /><a href="66.b267/6??cm=FromMSN">MSN Alerts</a><br /><a href="66.b267/10??cm=FromMSN">MSN Direct Watches</a><br /><a href="66.b267/11??cm=FromMSN">MSN Highlights</a><br /><a href="66.b267/7??cm=FromMSN">MSN Messenger</a><br /><a href="66.b267/8??cm=FromMSN">MSN on your Cell Phone</a><br /><a href="66.b267/5??cm=FromMSN">Staying Safe Online</a><br /><a href="66.b267/9??cm=FromMSN">Try MSN TV</a><br /></div></div></td><td width="153"><div class="hd"><b>From Microsoft</b></div><div class="ct"><div class="List"><a href="71.a267/1??cm=FromMicrosoft">Microsoft Products</a><br /><a href="71.a267/2??cm=FromMicrosoft">Office Tools</a><br /><a href="71.a267/3??cm=FromMicrosoft">Security &amp; Privacy</a><br /><a href="71.a267/4??cm=FromMicrosoft">Small Business Services</a><br /><a href="71.a267/5??cm=FromMicrosoft">Windows Update</a><br /><a href="71.a267/6??cm=FromMicrosoft">Xbox.com</a><br /></div></div><div class="hd"><b>Other Resources</b></div><div class="ct"><div class="List"><a href="77.a38/1??cm=OtherResources">Advertise on MSN</a><br /><a href="77.a38/2??cm=OtherResources">Contact MSN</a><br /><a href="javascript:DoHelp();">Get Help with MSN</a><br /></div></div></td><td width="152"><div class="hd"><b>City Guides</b></div><div class="ct"><div class="ib"><form id="ziplookup" action="http://go.msn.com/b/18/default.asp" method="get"><table cellspacing="0" cellpadding="3" border="0"><tr><td><label for="Z"><b>ZIP:</b></label></td><td class="ibfrm"><input type="text" name="zip" size="5" maxlength="5" accesskey="Z" id="Z" /><input type="submit" value="Go" class="ibbtn" /></td></tr></table></form></div><div>Get local news, weather, and regional information for any city</div></div></td></tr></table></td></tr></table></div></td></tr></table></td><td class="sidebar" rowspan="2"><div class="p5558"><table width="150" cellpadding="4" cellspacing="0" border="0"><tr><td class="hd"><b>Featured Channels</b></td></tr><tr><td class="ct"><a href="83.a266/1??cm=FeatChnls">Autos</a><br /><a href="83.a266/2??cm=FeatChnls">Careers</a><br /><a href="83.a266/7??cm=FeatChnls">Dating &amp; Personals</a><br /><a href="83.a266/3??cm=FeatChnls">Entertainment</a><br /><a href="83.a266/4??cm=FeatChnls">Games</a><br /><a href="83.a266/5??cm=FeatChnls">Health</a><br /><a href="83.a266/6??cm=FeatChnls">House &amp; Home</a><br /><a href="83.a266/8??cm=FeatChnls">News</a><br /><a href="83.a266/10??cm=FeatChnls"><img src="http://sc.msn.com/81/1-4Y08LA~3NJO202OGHPS.gif" border="0" alt="Sports by ESPN" title="Sports by ESPN" width="98" height="14" /></a><br /><a href="83.a266/9??cm=FeatChnls" class="hilite"><b>Travel</b></a><br /></td></tr></table><table width="150" cellpadding="4" cellspacing="0" border="0"><tr><td class="hd"><b>More Channels</b></td></tr><tr><td class="ct"><a href="9.a42/9??cm=MoreChnls" class="hilite"><b>Back to School</b></a><br /><a href="9.a42/1??cm=MoreChnls">Business</a><br /><a href="9.a42/2??cm=MoreChnls">City Guides</a><br /><a href="9.a42/3??cm=MoreChnls">Family</a><br /><a href="9.a42/4??cm=MoreChnls">Fitness &amp; Recreation</a><br /><a href="9.a42/5??cm=MoreChnls">Kids</a><br /><a href="9.a42/6??cm=MoreChnls">Learning &amp; Research</a><br /><a href="9.a42/7??cm=MoreChnls">Slate Magazine</a><br /><a href="9.a42/8??cm=MoreChnls">Tech &amp; Gadgets</a><br /><a href="9.a42/10??cm=MoreChnls">Women</a><br /></td></tr></table><table width="150" cellpadding="4" cellspacing="0" border="0"><tr><td class="hd"><b>My MSN</b></td></tr><tr><td class="ct"><div>Customize your own page with local news, weather, fun headlines, and more!</div><div><form id="gotomymsn" action="http://g.msn.com/OUS!s8.559_6217/40.a42/1??cm=MyMSN" method="get"><div><br /><input type="submit" id="ibbtn" value="Go to My MSN" class="ibbtn" /></div></form></div></td></tr></table><table width="150" cellpadding="4" cellspacing="0" border="0"><tr><td class="hd"><b>Spotlight</b></td></tr><tr><td class="ct"><table border="0" cellpadding="2" cellspacing="0"><tr valign="top"><td><a href="69.b43/2??cm=Spotlight"><img src="http://sc.msn.com/4-/IW715QLG03PJN!1Z9WB+7.jpg" border="0" alt="Dog playing with ball (Image credit: G.K. &amp; Vikki Hart/Getty Images)" title="Dog playing with ball (Image credit: G.K. &amp; Vikki Hart/Getty Images)" width="50" height="50" /></a></td><td><a href="69.b43/1??cm=Spotlight">Go fetch! Play these games with your pets</a></td></tr></table></td></tr></table><table width="150" cellpadding="4" cellspacing="0" border="0"><tr><td class="hd"><b>Featured Today</b></td></tr><tr><td class="ct"><b class="hilite">ESPN News, Scores, Games &amp; Features</b><br /><br />Get the latest information from the worldwide leader in sports<br /><br /><ul class="fotd"><li><a href="http://my.msn.com/change/content.armx?action=add&amp;cat=12&amp;cm=13822"><b>ADD&nbsp;ESPN News, Scores, Games &amp; Features</b><br />to My MSN Page</a></li></ul></td></tr></table><table width="150" cellpadding="4" cellspacing="0" border="0"><tr><td class="hd"><b>MSN Worldwide</b></td></tr><tr><td class="ct"><div class="List"><a href="54.a42/1??cm=MSNWorldwide">US - Spanish</a><br /><a href="54.a42/2??cm=MSNWorldwide">Australia</a><br /><a href="54.a42/3??cm=MSNWorldwide">Canada</a><br /><a href="54.a42/4??cm=MSNWorldwide">China</a><br /><a href="54.a42/5??cm=MSNWorldwide">Germany</a><br /><a href="54.a42/6??cm=MSNWorldwide">India</a><br /><a href="54.a42/7??cm=MSNWorldwide">Japan</a><br /><a href="54.a42/8??cm=MSNWorldwide">Korea</a><br /><a href="54.a42/9??cm=MSNWorldwide">Mexico</a><br /><a href="54.a42/10??cm=MSNWorldwide">Singapore</a><br /><a href="54.a42/11??cm=MSNWorldwide">UK</a><br /><a href="54.a42/12??cm=MSNWorldwide">More...</a><br /></div></td></tr></table></div></td></tr><tr><td colspan="2" class="p5558"><div class="fb2"><script type="text/javascript">document.write('<a href="javascript:DoHelp();"><b>Make this my home page</b></a>');</script>&nbsp;|&nbsp;<a href="http://www.msn.com/#top"><b>Back to top</b></a></div></td></tr></table><table border="0" cellpadding="0" cellspacing="0" width="768"><tr valign="bottom"><td class="big6"><span class="ct"><div class="footerlink"><b><a href="0.a42/1?su=http://www.msn.com/default.armx&amp;di=340&amp;&amp;cm=Promo">Try MSN Internet Software for FREE!</a></b></div></span><div class="dMSNME_1"><a href="98.a41/1??cm=Big7"><b>MSN Home</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/2??cm=Big7"><b>My MSN</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/3??cm=Big7"><b>Hotmail</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/4??cm=Big7"><b>Search</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/5??cm=Big7"><b>Shopping</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/6??cm=Big7"><b>Money</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="98.a41/7??cm=Big7"><b>People &amp; Chat</b></a></div></td></tr><tr valign="top"><td class="footer"><div class="ct">©2003 Microsoft Corporation. All rights reserved.&nbsp;&nbsp;<a href="99.a41/1??cm=Legal">Terms of Use</a>&nbsp;&nbsp;<a href="99.a41/2??cm=Legal">Advertise</a>&nbsp;&nbsp;<a href="99.a41/3??cm=Legal">TRUSTe Approved Privacy Statement</a>&nbsp;&nbsp;<a href="99.a41/4??cm=Legal">GetNetWise</a></div></td></tr></table></body></html>
Valid XHTML 1.0! The W3C Validator Team
Date: 2003/08/27 12:32:06