- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
diff --git a/HTMLparser.c b/HTMLparser.c
index 3f4c16c..c2177c8 100644
--- a/HTMLparser.c
+++ b/HTMLparser.c
@@ -1931,6 +1931,7 @@
 	SKIP_BLANKS;
 	val = htmlParseAttValue(ctxt);
     } else {
+        /* TODO : some attribute must have values, some may not */
 	if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
 	    ctxt->sax->error(ctxt->userData,
 	       "Specification mandate value for attribute %s\n", name);
diff --git a/include/libxml/parser.h b/include/libxml/parser.h
index 437302c..8a6443c 100644
--- a/include/libxml/parser.h
+++ b/include/libxml/parser.h
@@ -12,6 +12,8 @@
 #include "tree.h"
 #include "valid.h"
 #include "xmlIO.h"
+#include "entities.h"
+
 
 #ifdef __cplusplus
 extern "C" {
@@ -170,8 +172,6 @@
  * of the input generate data or structure informations.
  */
 
-#include "entities.h"
-
 typedef xmlParserInputPtr (*resolveEntitySAXFunc) (void *ctx,
 			    const xmlChar *publicId, const xmlChar *systemId);
 typedef void (*internalSubsetSAXFunc) (void *ctx, const xmlChar *name,
@@ -265,8 +265,6 @@
 extern int xmlSubstituteEntitiesDefaultValue;
 
 
-#include "entities.h"
-#include "xml-error.h"
 
 /**
  * Cleanup
@@ -381,6 +379,7 @@
 		xmlLoadExternalEntity	(const char *URL,
 					 const char *ID,
 					 xmlParserInputPtr context);
+
 #ifdef __cplusplus
 }
 #endif
diff --git a/parser.h b/parser.h
index 437302c..8a6443c 100644
--- a/parser.h
+++ b/parser.h
@@ -12,6 +12,8 @@
 #include "tree.h"
 #include "valid.h"
 #include "xmlIO.h"
+#include "entities.h"
+
 
 #ifdef __cplusplus
 extern "C" {
@@ -170,8 +172,6 @@
  * of the input generate data or structure informations.
  */
 
-#include "entities.h"
-
 typedef xmlParserInputPtr (*resolveEntitySAXFunc) (void *ctx,
 			    const xmlChar *publicId, const xmlChar *systemId);
 typedef void (*internalSubsetSAXFunc) (void *ctx, const xmlChar *name,
@@ -265,8 +265,6 @@
 extern int xmlSubstituteEntitiesDefaultValue;
 
 
-#include "entities.h"
-#include "xml-error.h"
 
 /**
  * Cleanup
@@ -381,6 +379,7 @@
 		xmlLoadExternalEntity	(const char *URL,
 					 const char *ID,
 					 xmlParserInputPtr context);
+
 #ifdef __cplusplus
 }
 #endif
diff --git a/result/HTML/Down.html b/result/HTML/Down.html
index fc30521..2eb3e8b 100644
--- a/result/HTML/Down.html
+++ b/result/HTML/Down.html
@@ -1,8 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
 <html>
-<head>
-<title>This service is temporary down</title>
-</head>
+<head><title>This service is temporary down</title></head>
 <body bgcolor="#FFFFFF">
 <h1 align="center">Sorry, this service is temporary down</h1>
 We are doing our best to get it back on-line,
diff --git a/result/HTML/fp40.htm b/result/HTML/fp40.htm
index 939107e..cdff576 100644
--- a/result/HTML/fp40.htm
+++ b/result/HTML/fp40.htm
@@ -7,12 +7,8 @@
 </head>
 <body>
 <font face="Verdana">
-<h1>
-<a name="top">Microsoft FrontPage 2000 Server Extensions, UNIX</a>
-</h1>
-<font size="2">
-<i>&#169; Copyright Microsoft Corporation, 1999&#160;</i>
-</font>
+<h1><a name="top">Microsoft FrontPage 2000 Server Extensions, UNIX</a></h1>
+<font size="2"><i>&#169; Copyright Microsoft Corporation, 1999&#160;</i></font>
 <p>The FrontPage Server Extensions are a set of programs on the Web server that support: 
 
 </p>
@@ -27,9 +23,7 @@
 <a href="#moreinfo">Resources for More Information</a>
 <p>&#160;</p>
 <hr>
-<h2>
-<a name="relnotes">Release Notes</a>
-</h2>
+<h2><a name="relnotes">Release Notes</a></h2>
 <p>This section provides complementary or late-breaking 
 information to supplement the Microsoft FrontPage Server Extensions documentation.</p>
 <p>
@@ -39,49 +33,29 @@
 <br>
 <a href="#executables">Uploading files into executable folders</a>
 </p>
-<p align="right">
-<font size="1">
-<a href="#top">Top of Page</a>
-</font>
-</p>
-<h3>
-<a name="apache">Apache 1.3.4 Support</a>
-</h3>
+<p align="right"><font size="1"><a href="#top">Top of Page</a></font></p>
+<h3><a name="apache">Apache 1.3.4 Support</a></h3>
 <p>You need to take some special steps to run the FrontPage Server Extensions with Apache 1.3.4.
 FrontPage Server Extensions expect to find all resource directives in the main server 
 configuration file, usually http.conf. To prevent the server extensions from using any secondary
 configuration files (access.conf, srm.conf), add the following lines to http.conf:</p>
 </font>
-<blockquote>
-<font face="Courier New">
+<blockquote><font face="Courier New">
 ResourceConfig /dev/null&#160;<br>
-AccessConfig /dev/null</font>
-</blockquote>
+AccessConfig /dev/null</font></blockquote>
 <font face="Verdana">
 <p>If you have some settings stored in secondary configuration files, move them to http.conf.</p>
 <p>You must stop and restart the web server for your changes to http.conf to take effect.</p>
-<p align="right">
-<font size="1">
-<a href="#relnotes">Top of Section</a>
-</font>
-</p>
-<h3>
-<a name="upgrading">Upgrading from previous version of FrontPage Server Extensions</a>
-</h3>
+<p align="right"><font size="1"><a href="#relnotes">Top of Section</a></font></p>
+<h3><a name="upgrading">Upgrading from previous version of FrontPage Server Extensions</a></h3>
 <p>Custom entries in frontpage.cnf are not migrated to FrontPage 2000.</p>
 <p>When you install FrontPage 2000 Server Extensions, a new frontpage.cnf file is created in the /usr/local/frontpage/version4.0 directory. 
 Any custom settings stored in a previous-version frontpage.cnf are not used. However, you can copy 
 your custom settings from the previous-version frontpage.cnf file after you install the FrontPage 2000 Server Extensions.</p>
 <p>Do not overwrite the FrontPage 2000 frontpage.cnf file with a frontpage.cnf file from an 
 earlier version of the FrontPage Server Extensions.</p>
-<p align="right">
-<font size="1">
-<a href="#relnotes">Top of Section</a>
-</font>
-</p>
-<h3>
-<a name="executables">Uploading files into executable folders</a>
-</h3>
+<p align="right"><font size="1"><a href="#relnotes">Top of Section</a></font></p>
+<h3><a name="executables">Uploading files into executable folders</a></h3>
 <p>After upgrading to FrontPage 2000, FrontPage authors will not be able to upload files into
 executable folders. For security reasons, the default setting on FrontPage 2000 webs does not 
 allow authors to upload executable files into executable folders in a FrontPage web. This 
@@ -90,15 +64,9 @@
 <p>To allow FrontPage authors to upload executables, set the NoExecutableCgiUpload configuration 
 variable to zero (0). For information about FrontPage Server Extension configuration variables, 
 see the FrontPage 2000 Server Extensions Resource Kit at <a href="http://officeupdate.microsoft.com/frontpage/wpp/serk/">http://officeupdate.microsoft.com/frontpage/wpp/serk/</a>.</p>
-<p align="right">
-<font size="1">
-<a href="#relnotes">Top of Section</a>
-</font>
-</p>
+<p align="right"><font size="1"><a href="#relnotes">Top of Section</a></font></p>
 <hr>
-<h2>
-<a name="moreinfo">Resources for More Information</a>
-</h2>
+<h2><a name="moreinfo">Resources for More Information</a></h2>
 <p>This section lists sources of more information about the
 FrontPage Server Extensions.</p>
 <p>
@@ -108,14 +76,8 @@
 <br>
 <a href="#kb">Knowledge Base</a>
 </p>
-<p align="right">
-<font size="1">
-<a href="#top">Top of Page</a>
-</font>
-</p>
-<h3>
-<a name="serk">Server Extensions Resource Kit</a>
-</h3>
+<p align="right"><font size="1"><a href="#top">Top of Page</a></font></p>
+<h3><a name="serk">Server Extensions Resource Kit</a></h3>
 <p>The FrontPage 2000 Server Extensions include a full set of documentation: the Server
 Extensions Resource Kit. This is an HTML document installed on the server machine (by
 default) in /usr/local/frontpage/version4.0/serk. To view the Server Extensions Resource
@@ -124,24 +86,12 @@
 administering the FrontPage Server Extensions along with an overview of the Server
 Extensions, a detailed discussion of Server Extensions security on UNIX and Windows,
 troubleshooting information, and a full set of appendixes.</p>
-<p align="right">
-<font size="1">
-<a href="#moreinfo">Top of Section</a>
-</font>
-</p>
-<h3>
-<a name="serkupdate">Server Extensions Resource Kit Update</a>
-</h3>
+<p align="right"><font size="1"><a href="#moreinfo">Top of Section</a></font></p>
+<h3><a name="serkupdate">Server Extensions Resource Kit Update</a></h3>
 <p>For updated information about installing, setting up, and administrating the FrontPage Server 
 Extensions, see the Server Extensions Resource Kit Update at: <a href="http://officeupdate.microsoft.com/frontpage/wpp/serk/">http://officeupdate.microsoft.com/frontpage/wpp/serk/</a>.</p>
-<p align="right">
-<font size="1">
-<a href="#moreinfo">Top of Section</a>
-</font>
-</p>
-<h3>
-<a name="kb">Microsoft Knowledge Base</a>
-</h3>
+<p align="right"><font size="1"><a href="#moreinfo">Top of Section</a></font></p>
+<h3><a name="kb">Microsoft Knowledge Base</a></h3>
 <p>For further technical information on FrontPage, please consult Support Online. Use Support
 Online to easily search Microsoft Product Support Services' collection of resources including 
 technical articles from Microsoft's extensive Knowledge Base, FAQs,  troubleshooters to find 
@@ -149,11 +99,7 @@
 keywords or the site's natural language search engine, which uses normal everyday language for 
 answering inquiries, so you can write your question in your own words. To begin, go to
 <a href="http://support.microsoft.com/support/">http://support.microsoft.com/support/</a>.</p>
-<p align="right">
-<font size="1">
-<a href="#moreinfo">Top of Section</a>
-</font>
-</p>
+<p align="right"><font size="1"><a href="#moreinfo">Top of Section</a></font></p>
 <p>&#160;</p>
 </font>
 </body>
diff --git a/result/HTML/liclose.html b/result/HTML/liclose.html
index 912fedf..b8a464e 100644
--- a/result/HTML/liclose.html
+++ b/result/HTML/liclose.html
@@ -1,14 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
 <html>
-<head>
-<title></title>
-</head>
-<body>
-<ul>
+<head><title></title></head>
+<body><ul>
 <li>First item
 </li>
 <li>Second item, closes the first one
 </li>
-</ul>
-</body>
+</ul></body>
 </html>
diff --git a/result/HTML/reg1.html b/result/HTML/reg1.html
index cdcf127..176d01f 100644
--- a/result/HTML/reg1.html
+++ b/result/HTML/reg1.html
@@ -1,8 +1,6 @@
 <!DOCTYPE HTML>
 <html>
-<head>
-<title>Regression test 1</title>
-</head>
+<head><title>Regression test 1</title></head>
 <body>
 <h1>Regression test 1</h1>
 <p>
diff --git a/result/HTML/reg2.html b/result/HTML/reg2.html
index ffab4e4..fff29f4 100644
--- a/result/HTML/reg2.html
+++ b/result/HTML/reg2.html
@@ -1,8 +1,6 @@
 <!DOCTYPE HTML>
 <html>
-<head>
-<title>Regression test 2</title>
-</head>
+<head><title>Regression test 2</title></head>
 <body>
 <h1>Regression test 2</h1>
 <p>
diff --git a/result/HTML/reg3.html b/result/HTML/reg3.html
index 31dd9b8..f631634 100644
--- a/result/HTML/reg3.html
+++ b/result/HTML/reg3.html
@@ -1,8 +1,6 @@
 <!DOCTYPE HTML>
 <html>
-<head>
-<title>Regression test 3</title>
-</head>
+<head><title>Regression test 3</title></head>
 <body>
 <h1>Regression test 3</h1>
 <p>
diff --git a/result/HTML/reg4.html b/result/HTML/reg4.html
index 499a6e1..e17bca9 100644
--- a/result/HTML/reg4.html
+++ b/result/HTML/reg4.html
@@ -1,8 +1,6 @@
 <!DOCTYPE HTML>
 <html>
-<head>
-<title>Regression test 4</title>
-</head>
+<head><title>Regression test 4</title></head>
 <body>
 <h1>Regression test 4</h1>
 <p>
diff --git a/result/HTML/test2.html b/result/HTML/test2.html
index 809c063..d8f9522 100644
--- a/result/HTML/test2.html
+++ b/result/HTML/test2.html
@@ -1,17 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
 <html>
-<head>
-<title>Linux Today</title>
-</head>
+<head><title>Linux Today</title></head>
 <body bgcolor="White" link="Blue" text="Black" VLINK="Black" ALINK="Red">
 <center>
-<table BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="0">
-<tr BGCOLOR="#FFFFFF">
-<td HEIGHT="90">
-<a href="http://linuxtoday.com/cgi-bin/click.pl?adnum=49">
-<img src="/pics/door_linux.gif" border="0" width="468" height="60" alt="Atipa Linux solutions. Your reliable cluster, server, and workstation solution. Win a Free Celeron Linux Workstation!">
-</a>
-</td>
+<table BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="0"><tr BGCOLOR="#FFFFFF">
+<td HEIGHT="90"><a href="http://linuxtoday.com/cgi-bin/click.pl?adnum=49"><img src="/pics/door_linux.gif" border="0" width="468" height="60" alt="Atipa Linux solutions. Your reliable cluster, server, and workstation solution. Win a Free Celeron Linux Workstation!"></a></td>
 <td>
 <img SRC="/pics/lt.gif" VSPACE="5" alt="Linux Today Logo">
 <br>
@@ -19,8 +12,7 @@
 <a href="http://linux.com">linux.com</a> partner</font>
 <p>
 </td>
-</tr>
-</table>
+</tr></table>
 <font size="2" face="Helvetica">
 [ <a href="http://linuxtoday.com/">headlines</a> |
 <a href="http://features.linuxtoday.com/">features</a> |
diff --git a/result/HTML/test3.html b/result/HTML/test3.html
index 901294f..7f730c5 100644
--- a/result/HTML/test3.html
+++ b/result/HTML/test3.html
@@ -1,11 +1,7 @@
 <!DOCTYPE HTML>
 <html>
-<head>
-<base target="contents">
-</head>
-<a name="ProblemDomain.Package">
-<h2>Component Package diagram ProblemDomain</h2>
-</a>
+<head><base target="contents"></head>
+<a name="ProblemDomain.Package"><h2>Component Package diagram ProblemDomain</h2></a>
 <p>
 <hr>
 <dl>
@@ -13,9 +9,7 @@
 <b>Stereotype </b>problem domain</dt>
 <dt>
 <b>Alias </b>Problem Domain</dt>
-<dt>
-<b>Note </b>
-</dt>
+<dt><b>Note </b></dt>
 <dd>The Problem Domain package is the model behind the Human 

 <dd>Interface, thats stores and manipulates the Family Tree.

 </dd>
@@ -24,65 +18,39 @@
 <p>
 <hr>
 <dl>
-<dt>
-<h4>Class <a href="HumanInterface.FamilyFrame.html#HumanInterface.FamilyFrame">HumanInterface.FamilyFrame</a>
-</h4>
-</dt>
-<dt>
-<h4>Class <a href="ProblemDomain.Birth.html#ProblemDomain.Birth">ProblemDomain.Birth</a>
-</h4>
-</dt>
-<dt>
-<h4>Class <a href="ProblemDomain.Death.html#ProblemDomain.Death">ProblemDomain.Death</a>
-</h4>
-</dt>
-<dt>
-<h4>Class <a href="ProblemDomain.Divorce.html#ProblemDomain.Divorce">ProblemDomain.Divorce</a>
-</h4>
-</dt>
-<dt>
-<h4>Class <a href="ProblemDomain.Family.html#ProblemDomain.Family">ProblemDomain.Family</a>
-</h4>
-</dt>
-<dt>
-<h4>Class <a href="ProblemDomain.Individual.html#ProblemDomain.Individual">ProblemDomain.Individual</a>
-</h4>
-</dt>
-<dt>
-<h4>Class <a href="ProblemDomain.LifeEvent.html#ProblemDomain.LifeEvent">ProblemDomain.LifeEvent</a>
-</h4>
-</dt>
-<dt>
-<h4>Class <a href="ProblemDomain.Marriage.html#ProblemDomain.Marriage">ProblemDomain.Marriage</a>
-</h4>
-</dt>
-<dt>
-<h4>Class <a href="ProblemDomain.Note.html#ProblemDomain.Note">ProblemDomain.Note</a>
-</h4>
-</dt>
+<dt><h4>Class <a href="HumanInterface.FamilyFrame.html#HumanInterface.FamilyFrame">HumanInterface.FamilyFrame</a>
+</h4></dt>
+<dt><h4>Class <a href="ProblemDomain.Birth.html#ProblemDomain.Birth">ProblemDomain.Birth</a>
+</h4></dt>
+<dt><h4>Class <a href="ProblemDomain.Death.html#ProblemDomain.Death">ProblemDomain.Death</a>
+</h4></dt>
+<dt><h4>Class <a href="ProblemDomain.Divorce.html#ProblemDomain.Divorce">ProblemDomain.Divorce</a>
+</h4></dt>
+<dt><h4>Class <a href="ProblemDomain.Family.html#ProblemDomain.Family">ProblemDomain.Family</a>
+</h4></dt>
+<dt><h4>Class <a href="ProblemDomain.Individual.html#ProblemDomain.Individual">ProblemDomain.Individual</a>
+</h4></dt>
+<dt><h4>Class <a href="ProblemDomain.LifeEvent.html#ProblemDomain.LifeEvent">ProblemDomain.LifeEvent</a>
+</h4></dt>
+<dt><h4>Class <a href="ProblemDomain.Marriage.html#ProblemDomain.Marriage">ProblemDomain.Marriage</a>
+</h4></dt>
+<dt><h4>Class <a href="ProblemDomain.Note.html#ProblemDomain.Note">ProblemDomain.Note</a>
+</h4></dt>
 </dl>
-<h4>
-<b>Links</b>
-</h4>
-<ul>
-<li>
+<h4><b>Links</b></h4>
+<ul><li>
 <b>Link to </b>
 <a href="HumanInterface.Package.html#HumanInterface.Package">HumanInterface</a>
-</li>
-</ul>
+</li></ul>
 <dir></dir>
-<ul>
-<li>
+<ul><li>
 <b>Link to </b>
 <a href="DataManagement.FlatFile.Package.html#DataManagement.FlatFile.Package">DataManagement.FlatFile</a>
-</li>
-</ul>
+</li></ul>
 <dir></dir>
-<ul>
-<li>
+<ul><li>
 <b>Link to </b>
 <a href="DataManagement.Package.html#DataManagement.Package">DataManagement</a>
-</li>
-</ul>
+</li></ul>
 <dir></dir>
 </html>
diff --git a/result/HTML/wired.html b/result/HTML/wired.html
index e460a45..05bc16d 100644
--- a/result/HTML/wired.html
+++ b/result/HTML/wired.html
@@ -1,26 +1,15 @@
 <!DOCTYPE HTML>
 <!-- Vignette StoryServer 4 Fri Oct 15 11:37:12 1999 --><html>
-<head>
-<title>Top Stories News from Wired News</title>
-</head>
+<head><title>Top Stories News from Wired News</title></head>
 <body bgcolor="#FFFFFF" text="#000000" link="#333399" vlink="#660066" alink="#666699">
-<table border="0" width="600" cellspacing="0" cellpadding="0">
+<table border="0" width="600" cellspacing="0" cellpadding="0"><tr>
+<td valign="top" align="LEFT"><table BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="468" HEIGHT="60" BGCOLOR="#FFFFFF"><form METHOD="GET" ACTION="http://nsads.hotwired.com/event.ng/Type=click&ProfileID=9688&RunID=14074&AdID=22584&GroupID=1&FamilyID=2684&TagValues=8.25.156.159.166.171.172.174.179.180.181.182.183.196.197.199.208.389.412.436.2041.6750.78456.79630.81880&amp;Redirect=http://www.springstreet.com/aa/citysearch.htm" id="form1" name="form1">
 <tr>
-<td valign="top" align="LEFT">
-<table BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="468" HEIGHT="60" BGCOLOR="#FFFFFF">
-<form METHOD="GET" ACTION="http://nsads.hotwired.com/event.ng/Type=click&ProfileID=9688&RunID=14074&AdID=22584&GroupID=1&FamilyID=2684&TagValues=8.25.156.159.166.171.172.174.179.180.181.182.183.196.197.199.208.389.412.436.2041.6750.78456.79630.81880&amp;Redirect=http://www.springstreet.com/aa/citysearch.htm" id="form1" name="form1">
-<tr>
-<td BGCOLOR="#330099">
-<input NAME="city" TYPE="text" SIZE="7" MAXLENGTH="20" VALUE="Seattle">
-</td>
-<td ROWSPAN="2" ALIGN="LEFT" BGCOLOR="FFFFFF">
-<input TYPE="IMAGE" SRC="http://static.wired.com/advertising/blipverts/allapartments/990625jpa_ssthome.gif" WIDTH="375" HEIGHT="60" BORDER="0" VALUE="search" HSPACE="0" alt="Search over 6,000,000 Apts with SpringStreet">
-</td>
+<td BGCOLOR="#330099"><input NAME="city" TYPE="text" SIZE="7" MAXLENGTH="20" VALUE="Seattle"></td>
+<td ROWSPAN="2" ALIGN="LEFT" BGCOLOR="FFFFFF"><input TYPE="IMAGE" SRC="http://static.wired.com/advertising/blipverts/allapartments/990625jpa_ssthome.gif" WIDTH="375" HEIGHT="60" BORDER="0" VALUE="search" HSPACE="0" alt="Search over 6,000,000 Apts with SpringStreet"></td>
 </tr>
-<tr>
-<td BGCOLOR="#330099">
-<select NAME="state">
-<option VALUE="WA">WA

+<tr><td BGCOLOR="#330099">
+<select NAME="state"><option VALUE="WA">WA

 <option VALUE="AL">AL</option>
 <option VALUE="AK">AK</option>
 <option VALUE="AZ">AZ</option>
@@ -73,64 +62,33 @@
 <option VALUE="WV">WV</option>
 <option VALUE="WI">WI</option>
 <option VALUE="WY">WY</option>
-</option>
-</select>
+</option></select>
 <input TYPE="hidden" NAME="source" VALUE="2hb8bhc059">
-</td>
-</tr>
-</form>
-</table>
-</td>
-<td valign="top" align="RIGHT">
-<a href="http://nsads.hotwired.com/event.ng/Type=click&ProfileID=5597&RunID=17167&AdID=22588&GroupID=1&FamilyID=3228&TagValues=8.25.159.171.172.174.179.180.181.182.183.196.197.199.208.241.389.412.436.2035.6749.6750.70367.78456.79630.81880&amp;Redirect=http:%2F%2Fwww.hp.com%2Fgo%2Foriginal%20" TARGET="_top">
-<img src="http://static.wired.com/advertising/blipverts/hp_colorinkjet/hp_970c_120x60_6.gif" BORDER="1" height="60" width="120" alt="True to the Original">
-</a>
-</td>
-</tr>
-</table>
+</td></tr>
+</form></table></td>
+<td valign="top" align="RIGHT"><a href="http://nsads.hotwired.com/event.ng/Type=click&ProfileID=5597&RunID=17167&AdID=22588&GroupID=1&FamilyID=3228&TagValues=8.25.159.171.172.174.179.180.181.182.183.196.197.199.208.241.389.412.436.2035.6749.6750.70367.78456.79630.81880&amp;Redirect=http:%2F%2Fwww.hp.com%2Fgo%2Foriginal%20" TARGET="_top"><img src="http://static.wired.com/advertising/blipverts/hp_colorinkjet/hp_970c_120x60_6.gif" BORDER="1" height="60" width="120" alt="True to the Original"></a></td>
+</tr></table>
 <!-- WIRED NEWS header --><!-- CMD_HOST = scoop.hotwired.com --><a name="#"></a>
 <table border="0" width="600" cellspacing="0" cellpadding="0">
 <tr>
 <td>
-<td colspan="2">
-<img src="http://static.wired.com/news/images/spacer.gif" height="5" width="447" alt="">
-</td>
+<td colspan="2"><img src="http://static.wired.com/news/images/spacer.gif" height="5" width="447" alt=""></td>
 </tr>
 <tr>
-<td valign="BOTTOM" align="RIGHT" class="wired" bgcolor="#FFFFFF">
-<a href="/news/0,1287,,00.html">
-<img src="http://static.wired.com/news/images/wired_000000.gif" width="153" height="30" border="0">
-</a>
-</td>
-<td bgcolor="#FF0000" valign="BOTTOM" align="LEFT" width="97">
-<a href="/news/0,1287,,00.html">
-<img src="http://static.wired.com/news/images/news_ffffff.gif" width="103" height="30" border="0">
-</a>
-</td>
-<td bgcolor="#FF0000" align="left" valign="center">
-<nobr>
+<td valign="BOTTOM" align="RIGHT" class="wired" bgcolor="#FFFFFF"><a href="/news/0,1287,,00.html"><img src="http://static.wired.com/news/images/wired_000000.gif" width="153" height="30" border="0"></a></td>
+<td bgcolor="#FF0000" valign="BOTTOM" align="LEFT" width="97"><a href="/news/0,1287,,00.html"><img src="http://static.wired.com/news/images/news_ffffff.gif" width="103" height="30" border="0"></a></td>
+<td bgcolor="#FF0000" align="left" valign="center"><nobr>
 <img src="http://static.wired.com/news/images/spacer.gif" width="344" height="1">
 <br>
 <font size="1" face="Verdana, Arial, Geneva, sans-serif" color="#FFFFFF">&#160;&#160;&#160;<b>updated 10:15 a.m.&#160;&#160;15.Oct.99.PDT</b>
 </font>
-</nobr>
-</td>
+</nobr></td>
 </tr>
 <tr>
-<td valign="MIDDLE" align="RIGHT" bgcolor="#FFFFFF">
-<img src="http://static.wired.com/news/images/spacer.gif" width="1" height="30">
-</td>
-<td colspan="2" bgcolor="#999999">
-<table border="0" cellspacing="0" cellpadding="5">
-<form name="RedirectSearch" action="http://redirect.wired.com/search">
-<tr>
-<td>
-<font face="courier" size="1">
-<input type="TEXT" name="query" size="20" value="">
-</font>
-</td>
-<td>
-<select name="url">
+<td valign="MIDDLE" align="RIGHT" bgcolor="#FFFFFF"><img src="http://static.wired.com/news/images/spacer.gif" width="1" height="30"></td>
+<td colspan="2" bgcolor="#999999"><table border="0" cellspacing="0" cellpadding="5"><form name="RedirectSearch" action="http://redirect.wired.com/search"><tr>
+<td><font face="courier" size="1"><input type="TEXT" name="query" size="20" value=""></font></td>
+<td><select name="url">
 <option value="http://search.hotwired.com/search97/s97.vts?Action=FilterSearch&Filter=docs_filter.hts&ResultTemplate=vignette.hts&Collection=vignette&QueryMode=Internet&Query=">Wired News</option>
 <option value="http://search.hotwired.com/search97/s97.vts?Action=FilterSearch&Filter=docs_filter.hts&ResultTemplate=webmonkey.hts&Collection=webmonkey&QueryMode=Internet&Query=">Webmonkey</option>
 <option value="http://search.hotwired.com/search97/s97.vts?collection=webmonkey_guides&Action=FilterSearch&filter=docs_filter.hts&ResultTemplate=webmonkey_guides.hts&QueryMode=Internet&Query=">Webmonkey Guides</option>
@@ -140,15 +98,9 @@
 <option value="http://search.hotwired.com/search97/s97.vts?collection=suck&Action=FilterSearch&filter=docs_filter.hts&ResultTemplate=suck.hts&QueryMode=Internet&Query=">Suck.com</option>
 <option value="http://search.hotwired.com/search97/s97.vts?collection=uber_hotwired&Action=FilterSearch&filter=docs_filter.hts&ResultTemplate=uber_hotwired.hts&QueryMode=Internet&Query=">All of HotWired</option>
 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&OPs=MDRTP&MT=">The Web -&gt; HotBot</option>
-</select>
-</td>
-<td>
-<input type="SUBMIT" name="SUBMIT" value="SEARCH">
-</td>
-</tr>
-</form>
-</table>
-</td>
+</select></td>
+<td><input type="SUBMIT" name="SUBMIT" value="SEARCH"></td>
+</tr></form></table></td>
 </tr>
 <!-- 
 <TR>
@@ -159,124 +111,37 @@
 -->
 </table>
 <!-- end WIRED NEWS header --><!-- begin upper left side Navigation --><table border="0" cellpadding="3" cellspacing="0" align="LEFT" bgcolor="#FFFFFF">
-<tr>
-<td bgcolor="#FF0000">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
+<tr><td bgcolor="#FF0000"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
 <img src="http://static.wired.com/news/images/spacer.gif" width="147" height="1" border="0">
 <br>
 <b>SECTIONS</b>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#CCFFCC">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
-<a href="/news/business/0,1367,,00.html">Business</a>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#99FF99">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
-<a href="/news/culture/0,1284,,00.html">Culture</a>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#CCFFCC">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
-<a href="/news/technology/0,1282,,00.html">Technology</a>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#99FF99">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
-<a href="/news/politics/0,1283,,00.html">Politics</a>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#FF0000">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
-<b>WIRE SERVICE NEWS</b>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#99FF99">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
-<a href="/news/news/reuters/">Top Headlines</a>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#CCFFCC">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
-<a href="/news/news/reuters/sports/">Sports</a>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#99FF99">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
-<a href="/news/news/reuters/business/">Finance</a>
-</font>
-</td>
-</tr>
-<!-- End upper left nav --><!-- Begin lower Left Nav --><tr>
-<td bgcolor="#FF0000">
-<font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
-<b>
-<font size="1">FREE DELIVERY</font>
-</b>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#99FF99">
-<table cellspacing="0" cellpadding="0" border="0">
-<tr>
-<td bgcolor="#99FF99">
-<form action="http://r.hotwired.com/r/hw_wm_r_nav_nwsltr/http://perl.hotwired.com/massmail/cgiParser.cgi" method="get" target="_top">
+</font></td></tr>
+<tr><td bgcolor="#CCFFCC"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000"><a href="/news/business/0,1367,,00.html">Business</a></font></td></tr>
+<tr><td bgcolor="#99FF99"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000"><a href="/news/culture/0,1284,,00.html">Culture</a></font></td></tr>
+<tr><td bgcolor="#CCFFCC"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000"><a href="/news/technology/0,1282,,00.html">Technology</a></font></td></tr>
+<tr><td bgcolor="#99FF99"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000"><a href="/news/politics/0,1283,,00.html">Politics</a></font></td></tr>
+<tr><td bgcolor="#FF0000"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF"><b>WIRE SERVICE NEWS</b></font></td></tr>
+<tr><td bgcolor="#99FF99"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000"><a href="/news/news/reuters/">Top Headlines</a></font></td></tr>
+<tr><td bgcolor="#CCFFCC"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000"><a href="/news/news/reuters/sports/">Sports</a></font></td></tr>
+<tr><td bgcolor="#99FF99"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000"><a href="/news/news/reuters/business/">Finance</a></font></td></tr>
+<!-- End upper left nav --><!-- Begin lower Left Nav --><tr><td bgcolor="#FF0000"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF"><b><font size="1">FREE DELIVERY</font></b></font></td></tr>
+<tr><td bgcolor="#99FF99"><table cellspacing="0" cellpadding="0" border="0"><tr>
+<td bgcolor="#99FF99"><form action="http://r.hotwired.com/r/hw_wm_r_nav_nwsltr/http://perl.hotwired.com/massmail/cgiParser.cgi" method="get" target="_top">
 <input type="hidden" name="success_page" value="http://www.hotwired.com/email/signup/wirednews-ascii.html">
 <input type="hidden" name="failure_page" value="http://www.hotwired.com/email/signup/wirednews-ascii.html">
 <input type="hidden" name="LIST" value="wn_ascii">
 <input type="hidden" name="SOURCE" value="other">
 <input type="hidden" name="ACTION" value="subscribe">
 <input type="TEXT" name="from" size="10" value="enter email">&#160;
-</form>
-</td>
-<td valign="top" bgcolor="#99FF99">
-<input type="SUBMIT" name="SUBMIT" value="GO">
-</td>
-</tr>
-</table>
-</td>
-</tr>
-<tr>
-<td bgcolor="#FF0000">
-<font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
-<b>
-<font size="1">STOCKS</font>
-</b>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#99FF99">
-<font face="Verdana, Arial, Helvetica, sans-serif" size="1">Get Quote:</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#99FF99" marginwidth="0" marginheight="0">
-<form method="get" action="http://r.wired.com/r/10020/http://stocks.wired.com/stocks_quotes.asp">
+</form></td>
+<td valign="top" bgcolor="#99FF99"><input type="SUBMIT" name="SUBMIT" value="GO"></td>
+</tr></table></td></tr>
+<tr><td bgcolor="#FF0000"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF"><b><font size="1">STOCKS</font></b></font></td></tr>
+<tr><td bgcolor="#99FF99"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Get Quote:</font></td></tr>
+<tr><td bgcolor="#99FF99" marginwidth="0" marginheight="0"><form method="get" action="http://r.wired.com/r/10020/http://stocks.wired.com/stocks_quotes.asp">
 <input type="TEXT" name="Symbol" size="12">&#160;<input type="SUBMIT" name="submit" value="GO">
-</form>
-</td>
-</tr>
-<!-- BEGIN BUTTON ADS --><tr>
-<td bgcolor="#CCFFCC">
+</form></td></tr>
+<!-- BEGIN BUTTON ADS --><tr><td bgcolor="#CCFFCC">
 <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">Financial Services</font>
 <br>
 <center>
@@ -290,47 +155,18 @@
 <area SHAPE="RECT" ALT="internet.com Index Fund" COORDS="73,31,142,55" HREF="http://r.wired.com/r/298/http://www.gffunds.com/isdex/">
 <area SHAPE="RECT" ALT="GetSmart's MortgageFinder" COORDS="0,31,69,55" HREF="http://r.wired.com/r/294/http://www.getsmartinc.com/mortgage/HomeBanner?BANNERNAME=www.getsmartinc.com/mwired001m6075x25">
 </map>
-</td>
-</tr>
-<!-- END BUTTON ADS --><tr>
-<td bgcolor="#99FF99">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
-<a href="http://redirect.wired.com/redir/51/http://stocks.wired.com/">Today's Summary</a>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#CCFFCC">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
+</td></tr>
+<!-- END BUTTON ADS --><tr><td bgcolor="#99FF99"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000"><a href="http://redirect.wired.com/redir/51/http://stocks.wired.com/">Today's Summary</a></font></td></tr>
+<tr><td bgcolor="#CCFFCC"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
 <a href="http://r.wired.com/r/hb_fin_r_wn_top/http://stocks.wired.com/stocks_indexes_detail.asp?Symbol=$WIRED">Wired Index</a> | <a href="http://redirect.wired.com/redir/52/http://stocks.wired.com/stocks_indexes.asp ">All Indexes</a>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#99FF99">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
-<a href="http://redirect.wired.com/redir/53/http://stocks.wired.com/stocks_portfolios.asp">Portfolios</a>
-</font>
-</td>
-</tr>
-<!-- BEGIN B&N spot --><tr>
-<td bgcolor="#FF0000">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
-<b>FIND A BOOK</b>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#CCFFCC">
-<table cellspacing="0" cellpadding="0" border="0" width="145">
-<tr>
-<td bgcolor="#CCFFCC">
-<form action="http://r.wired.com/r/wn_nav_c_bn/http://barnesandnoble.bfast.com/booklink/click">
+</font></td></tr>
+<tr><td bgcolor="#99FF99"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000"><a href="http://redirect.wired.com/redir/53/http://stocks.wired.com/stocks_portfolios.asp">Portfolios</a></font></td></tr>
+<!-- BEGIN B&N spot --><tr><td bgcolor="#FF0000"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF"><b>FIND A BOOK</b></font></td></tr>
+<tr><td bgcolor="#CCFFCC"><table cellspacing="0" cellpadding="0" border="0" width="145">
+<tr><td bgcolor="#CCFFCC"><form action="http://r.wired.com/r/wn_nav_c_bn/http://barnesandnoble.bfast.com/booklink/click">
 <input type="hidden" name="sourceid" value="383471">
 <input type="hidden" name="categoryid" value="categorydropdown">
-<font size="2">
-<select name="Subjects" size="4">
-<option value="301">Business Top 20
+<font size="2"><select name="Subjects" size="4"><option value="301">Business Top 20
 <option value="500">Computers
 <option value="503">Computer Games
 <option value="1604">Current Affairs
@@ -365,73 +201,35 @@
 </option>
 </option>
 </option>
-</option>
-</select>
-</font>
-</form>
-</td>
-</tr>
-<tr align="left" valign="top">
-<td valign="top" bgcolor="#CCFFCC">
+</option></select></font>
+</form></td></tr>
+<tr align="left" valign="top"><td valign="top" bgcolor="#CCFFCC">
 <input type="submit" value="GO">
 <img SRC="http://barnesandnoble.bfast.com/booklink/serve?sourceid=383471&is_search=Y" border="0" align="top">
 <!--
 <IMG SRC="http://www.wired.com/partner/bn/trackingimg/ot_wn_nav_c_bn.gif" border=0 width=1 height=1 align=top>
 -->
-</td>
-</tr>
-<tr align="left" valign="top">
-<td align="left" valign="top" colspan="2" rowspan="1" bgcolor="#CCFFCC">
-<p>
+</td></tr>
+<tr align="left" valign="top"><td align="left" valign="top" colspan="2" rowspan="1" bgcolor="#CCFFCC"><p>
 <font size="1" face="Verdana, Arial, Helvetica, " color="#000000">Powered by <a href="http://r.wired.com/r/wn_nav_c_bn/http://barnesandnoble.bfast.com/booklink/click?sourceid=383471">barnesandnoble.com</a>
 </font>
 <br clear="all">
-</p>
-</td>
-</tr>
-</table>
-</td>
-</tr>
-<!-- END B&N spot --><!-- BEGIN MAGAZINE SPOT --><tr>
-<td bgcolor="#000000">
-<font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="1">
-<b>WIRED 
-      MAGAZINE </b>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#FFFF99" align="CENTER">
-<font face="verdana, arial, helvetica, sans-serif" size="1">
+</p></td></tr>
+</table></td></tr>
+<!-- END B&N spot --><!-- BEGIN MAGAZINE SPOT --><tr><td bgcolor="#000000"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="1"><b>WIRED 
+      MAGAZINE </b></font></td></tr>
+<tr><td bgcolor="#FFFF99" align="CENTER"><font face="verdana, arial, helvetica, sans-serif" size="1">
 <b>
 <br>
-<a href="http://www.wired.com/wired/">
-<img src="http://static.wired.com/news/images/wiredcover.gif" width="91" height="109" border="0" alt="Wired Magazine">
-</a>
+<a href="http://www.wired.com/wired/"><img src="http://static.wired.com/news/images/wiredcover.gif" width="91" height="109" border="0" alt="Wired Magazine"></a>
 <br>
 </b>
 
 Issue 7.11
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#FFFF99" align="center">
-<font face="verdana, arial, helvetica, sans-serif" size="1">
-<a href="http://www.wired.com/wired/subscribe/special/79WN">Subscribe to Wired.<br>Special offer!</a>
-</font>
-</td>
-</tr>
-<!-- END MAGAZINE SPOT --><tr>
-<td bgcolor="#000000">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
-<b>HOTWIRED</b>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#FFFF99">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
+</font></td></tr>
+<tr><td bgcolor="#FFFF99" align="center"><font face="verdana, arial, helvetica, sans-serif" size="1"><a href="http://www.wired.com/wired/subscribe/special/79WN">Subscribe to Wired.<br>Special offer!</a></font></td></tr>
+<!-- END MAGAZINE SPOT --><tr><td bgcolor="#000000"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF"><b>HOTWIRED</b></font></td></tr>
+<tr><td bgcolor="#FFFF99"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
 <a href="http://www.hotwired.com/">Frontdoor</a>
 <br>
 <a href="http://www.hotwired.com/webmonkey/">Webmonkey</a>
@@ -444,37 +242,22 @@
 <br>
 <a href="http://go.suck.com/su_wnfd">Suck.com</a>
 <br>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#000000">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
-<b>HOTBOT</b>
-</font>
-</td>
-</tr>
-<tr>
-<td bgcolor="#FFFF99">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
+</font></td></tr>
+<tr><td bgcolor="#000000"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF"><b>HOTBOT</b></font></td></tr>
+<tr><td bgcolor="#FFFF99"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">
 <a href="http://redirect.wired.com/redir/54/http://www.hotbot.com/">Search</a>
 <br>
 <a href="http://shop.hotbot.com/">Shopping</a>
 <br>
-</font>
-</td>
-</tr>
-<tr>
-<td>
+</font></td></tr>
+<tr><td>
 <br>
 <font face="Verdana, Arial, Helvetica, sans-serif" size="1">
 <font face="Verdana, Arial, Helvetica, sans-serif" size="1">
   Wired News <a href="/news/who/0,1362,,00.html">staff</a>
 <br>
 <br>
-<!-- Wired News is <a href="http://www.wired.com/news/jobs.html">hiring</a><br><br> --><b>
-<a href="/news/feedback/0,1364,,00.html">Contact us</a>
-</b>
+<!-- Wired News is <a href="http://www.wired.com/news/jobs.html">hiring</a><br><br> --><b><a href="/news/feedback/0,1364,,00.html">Contact us</a></b>
 </font>
 <br>
 <br>
@@ -486,8 +269,7 @@
 <br>
 <!-- TRACKING --><img src="http://www.wired.com/special/modx/news.gif" height="1" width="1" alt="">
 </font>
-</td>
-</tr>
+</td></tr>
 </table>
 <!-- end lower left side Navigation --><!-- CONTENT TABLE --><table border="0" width="447" cellspacing="0" cellpadding="0" bordercolor="#66FF00">
 <tr>
@@ -498,57 +280,33 @@
 <td colspan="3" valign="TOP" align="LEFT">
 <img src="http://static.wired.com/news/images/spacer.gif" height="7" width="432" alt="">
 <br>
-<!-- SQL query for Package here --><font face="Verdana, Arial, Geneva, sans-serif" size="2">
-<b>
-<i>Nomad's Land</i>
-</b>
-</font>
+<!-- SQL query for Package here --><font face="Verdana, Arial, Geneva, sans-serif" size="2"><b><i>Nomad's Land</i></b></font>
 <br>
 <img src="http://static.wired.com/news/images/pix155.gif" height="10" width="155" alt="">
 <br>
-<!-- IBD_SUBJECT: Homeless, but ID'd, in Seattle --><font face="Arial, Helvetica, sans-serif" size="5">
-<b>
-<a href="/news/politics/0,1283,31911,00.html">Homeless, but ID'd, in Seattle</a>
-</b>
-</font>
+<!-- IBD_SUBJECT: Homeless, but ID'd, in Seattle --><font face="Arial, Helvetica, sans-serif" size="5"><b><a href="/news/politics/0,1283,31911,00.html">Homeless, but ID'd, in Seattle</a></b></font>
 <br>
 <font size="1" face="Verdana, Arial, Geneva, sans-serif" color="#FF0000">8:15 a.m.</font>&#160;<font face="Verdana, Arial, Geneva, sans-serif" size="2">The city council approves a plan to track the homeless by a numbering system, saying it'll improve services. The implications worry privacy advocates, naturally. By Craig Bicknell.</font>
 <br>
-<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
-<i>
-<a href="/news/politics/0,1283,,00.html">in&#160;Politics</a>
-</i>
-</font>
+<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><i><a href="/news/politics/0,1283,,00.html">in&#160;Politics</a></i></font>
 <br>
 <table bgcolor="#F0F0F0" cellpadding="0" cellspacing="0" border="0" width="147" align="RIGHT">
 <!-- Commentary Frag Begin --><tr>
 <td bgcolor="#000000">&#160;</td>
-<td bgcolor="#000000">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
-<b>HITS &amp; MISC.</b>
-</font>
-</td>
+<td bgcolor="#000000"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF"><b>HITS &amp; MISC.</b></font></td>
 </tr>
 <tr>
 <td>&#160;</td>
 <td>
 <img src="http://static.wired.com/news/images/spacer.gif" height="5" width="5" alt="">
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/commentarySection/0,1292,31664,00.html">Calendar of E-Vents</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/commentarySection/0,1292,31664,00.html">Calendar of E-Vents</a></b></font>
 <br>
 <font size="2" face="Arial, Helvetica, sans-serif">
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">Ongoing goings-on. </font>
 <br>
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/commentarySection/0,1292,31926,00.html">Rants  Raves</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/commentarySection/0,1292,31926,00.html">Rants  Raves</a></b></font>
 <br>
 <font size="2" face="Arial, Helvetica, sans-serif">
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">Readers on Apple's G4 ... AOL's passwords ... MS vs. Linux.</font>
@@ -560,92 +318,56 @@
 </tr>
 <!-- Commentary Frag End --><tr>
 <td align="left" bgcolor="#000000">&#160;</td>
-<td bgcolor="#000000">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
-<b>CURRENT HOO-HA</b>
-</font>
-</td>
+<td bgcolor="#000000"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF"><b>CURRENT HOO-HA</b></font></td>
 </tr>
 <tr>
 <td>&#160;</td>
 <td>
 <img src="http://static.wired.com/news/images/spacer.gif" height="5" width="5" alt="">
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/mp3/0,1285,,00.html">MP3 Rocks the Web</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/mp3/0,1285,,00.html">MP3 Rocks the Web</a></b></font>
 <br>
 <font size="2" face="Arial, Helvetica, sans-serif">
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">Download the sound.  <br>
-<i>Sponsored by <a href="http://r.hotwired.com/r/wn_fd_mp3_r_mscm_txt/http://webfarm.mediaplex.com/click_thru_request/164-1361b-1052" style="text-decoration:none">
-<font color="#000000">Musicmaker</font>
-</a>
+<i>Sponsored by <a href="http://r.hotwired.com/r/wn_fd_mp3_r_mscm_txt/http://webfarm.mediaplex.com/click_thru_request/164-1361b-1052" style="text-decoration:none"><font color="#000000">Musicmaker</font></a>
 </i>
 </font>
 <br>
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/wireless/0,1382,,00.html">The Wireless World</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/wireless/0,1382,,00.html">The Wireless World</a></b></font>
 <br>
 <font size="2" face="Arial, Helvetica, sans-serif">
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">Networking gets unplugged.  <br>
-<i>Sponsored by <a href="http://www.ericsson.se/get/internet/default.shtml" style="text-decoration:none">
-<font color="#000000">Ericsson</font>
-</a>
+<i>Sponsored by <a href="http://www.ericsson.se/get/internet/default.shtml" style="text-decoration:none"><font color="#000000">Ericsson</font></a>
 </i>
 </font>
 <br>
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/digiwood/0,1412,,00.html">Digital Hollywood</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/digiwood/0,1412,,00.html">Digital Hollywood</a></b></font>
 <br>
 <font size="2" face="Arial, Helvetica, sans-serif">
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">The buzz of tech.</font>
 <br>
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/ipo/0,1350,,00.html">IPO Outlook</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/ipo/0,1350,,00.html">IPO Outlook</a></b></font>
 <br>
 <font size="2" face="Arial, Helvetica, sans-serif">
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">Deals in the pipeline.  <br>
-<i>Sponsored by <a href="http://r.hotwired.com/r/wn_ipo_r_sun_txt/http://sun.com/ads/smi/brand/hotwired.html" style="text-decoration:none">
-<font color="#000000">Sun</font>
-</a>
+<i>Sponsored by <a href="http://r.hotwired.com/r/wn_ipo_r_sun_txt/http://sun.com/ads/smi/brand/hotwired.html" style="text-decoration:none"><font color="#000000">Sun</font></a>
 </i>
 </font>
 <br>
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/ebiz/0,1272,,00.html">E-Biz</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/ebiz/0,1272,,00.html">E-Biz</a></b></font>
 <br>
 <font size="2" face="Arial, Helvetica, sans-serif">
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">Business unusual.  <br>
-<i>Sponsored by <a href="http://r.wired.com/r/wn_fd_r_ebiz_ibm_txt/http://www.ibm.com" style="text-decoration:none">
-<font color="#000000">IBM</font>
-</a>
+<i>Sponsored by <a href="http://r.wired.com/r/wn_fd_r_ebiz_ibm_txt/http://www.ibm.com" style="text-decoration:none"><font color="#000000">IBM</font></a>
 </i>
 </font>
 <br>
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/medtech/0,1286,,00.html">Med-Tech Center</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/medtech/0,1286,,00.html">Med-Tech Center</a></b></font>
 <br>
 <font size="2" face="Arial, Helvetica, sans-serif">
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">From the bleeding edge.<br>
@@ -653,11 +375,7 @@
 </font>
 <br>
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/linux/0,1411,,00.html">The Linux Effect</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/linux/0,1411,,00.html">The Linux Effect</a></b></font>
 <br>
 <font size="2" face="Arial, Helvetica, sans-serif">
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">Not just for geeks.</font>
@@ -665,69 +383,41 @@
 <br>
 <img src="http://static.wired.com/news/images/spacer.gif" height="7" width="5" alt="">
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/exec/0,1370,,00.html">Executive Summary</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/exec/0,1370,,00.html">Executive Summary</a></b></font>
 <br>
 <font size="1" face="Arial, Helvetica, sans-serif" color="#000000">CEOs, COOs, CIOs unite.  <br>
-<i>Sponsored by <a href="http://r.wired.com/r/wn_exec_r_vign/http://www.vignette.com/" style="text-decoration:none">
-<font color="#000000">Vignette</font>
-</a>
+<i>Sponsored by <a href="http://r.wired.com/r/wn_exec_r_vign/http://www.vignette.com/" style="text-decoration:none"><font color="#000000">Vignette</font></a>
 </i>
 </font>
 <br>
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/school/0,1383,,00.html">Making the Grade</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/school/0,1383,,00.html">Making the Grade</a></b></font>
 <br>
 <font size="2" face="Arial, Helvetica, sans-serif">
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">Reading, writing, and ROM.  <br>
-<i>Sponsored by <a href="http://r.hotwired.com/r/wn_sch_r_nav_uop/http://ads25.focalink.com/SmartBanner/page?12630.53" style="text-decoration:none">
-<font color="#000000">U of Phoenix</font>
-</a>
+<i>Sponsored by <a href="http://r.hotwired.com/r/wn_sch_r_nav_uop/http://ads25.focalink.com/SmartBanner/page?12630.53" style="text-decoration:none"><font color="#000000">U of Phoenix</font></a>
 </i>
 </font>
 <br>
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/infostructure/0,1377,,00.html">Infostructure</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/infostructure/0,1377,,00.html">Infostructure</a></b></font>
 <br>
 <font size="1" face="Arial, Helvetica, sans-serif" color="#000000">An IS/IT resource <br>
 <i>Sponsored by <a href="http://r.wired.com/r/wn_is_r_ssec/http://ad.doubleclick.net/clk;653163;3599571;s?http://www.sprintbiz.com/s
 ervlet/appservlet?from=/wired/sprint/&template=/security/security.html&SITE=
-wired.com&BANNER=Sprint" style="text-decoration:none">
-<font color="#000000">Sprint</font>
-</a>
+wired.com&BANNER=Sprint" style="text-decoration:none"><font color="#000000">Sprint</font></a>
 </i>
 </font>
 </font>
 <br>
 <br>
-<font size="2" face="Arial,Helvetica, sans-serif">
-<b>
-<a href="/news/y2k/0,1360,,00.html">Y2K Watch</a>
-</b>
-</font>
+<font size="2" face="Arial,Helvetica, sans-serif"><b><a href="/news/y2k/0,1360,,00.html">Y2K Watch</a></b></font>
 <br>
 <font size="2" face="Arial, Helvetica, sans-serif">
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">Tick... Tick... Tick...</font>
 <br>
 <br>
-<font face="Arial, Helvetica, sans-serif" size="2">
-<b>
-<i>
-<a href="/news/special_reports/1,1293,,00.html">More Hoo-Ha</a>
-</i>
-</b>
-</font>
+<font face="Arial, Helvetica, sans-serif" size="2"><b><i><a href="/news/special_reports/1,1293,,00.html">More Hoo-Ha</a></i></b></font>
 <br>&#160;<br>
 </font>
 </font>
@@ -741,20 +431,14 @@
 </tr>
 <!-- start of Gen News --><tr>
 <td bgcolor="#000000">&#160;</td>
-<td bgcolor="#000000">
-<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">
-<b>MEANWHILE...</b>
-</font>
-</td>
+<td bgcolor="#000000"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF"><b>MEANWHILE...</b></font></td>
 </tr>
 <tr>
 <td>&#160;</td>
 <td align="left" valign="top">
 <img src="http://static.wired.com/news/images/spacer.gif" height="5" width="5" alt="">
 <br>
-<!-- 31942 --><font size="2" face="Arial, Helvetica, sans-serif" color="#000000">
-<b>F&#252;hrer Furor</b>
-</font>
+<!-- 31942 --><font size="2" face="Arial, Helvetica, sans-serif" color="#000000"><b>F&#252;hrer Furor</b></font>
 <br>
 <font size="1" face="Arial, Geneva, sans-serif" color="#000000">
 <p>

@@ -773,255 +457,127 @@
 <font size="1">&#160;<br>
 </font>
 <br>
-<font face="Verdana, Arial, Geneva, sans-serif" size="2">
-<b>
-<i>Other Top Stories</i>
-</b>
-</font>
+<font face="Verdana, Arial, Geneva, sans-serif" size="2"><b><i>Other Top Stories</i></b></font>
 <br>
 <img src="http://static.wired.com/news/images/pix155.gif" height="10" width="155" alt="">
 <br>
-<!-- SQL query here --><!-- IBD_SUBJECT:Wall Street Keeps Reeling --><font face="Arial, Helvetica, sans-serif" size="3">
-<b>
-<a href="/news/reuters/0,1349,31934,00.html">Wall Street Keeps Reeling</a>
-</b>
-</font>
+<!-- SQL query here --><!-- IBD_SUBJECT:Wall Street Keeps Reeling --><font face="Arial, Helvetica, sans-serif" size="3"><b><a href="/news/reuters/0,1349,31934,00.html">Wall Street Keeps Reeling</a></b></font>
 <br>
 <font color="#ff0000" face="Verdana, Arial, Geneva, sans-serif" size="1">10:15 a.m.</font>&#160;<font face="Verdana, Arial, Geneva, sans-serif" size="2">The Dow and Nasdaq suffer sizeable losses during the first half of Friday trading. Why? Wholesale prices are the highest this decade, and Greenspan is concerned about stock prices.</font>
 <br>
-<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
-<i>
-<a href="/news/reuters/0,1349,,00.html">in&#160;Reuters</a>
-</i>
-</font>
+<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><i><a href="/news/reuters/0,1349,,00.html">in&#160;Reuters</a></i></font>
 <br>
 <br>
-<!-- IBD_SUBJECT:The Market's Madness --><font face="Arial, Helvetica, sans-serif" size="3">
-<b>
-<a href="/news/reuters/0,1349,31935,00.html">The Market's Madness</a>
-</b>
-</font>
+<!-- IBD_SUBJECT:The Market's Madness --><font face="Arial, Helvetica, sans-serif" size="3"><b><a href="/news/reuters/0,1349,31935,00.html">The Market's Madness</a></b></font>
 <br>
 <font color="#ff0000" face="Verdana, Arial, Geneva, sans-serif" size="1">9:10 a.m.</font>&#160;<font face="Verdana, Arial, Geneva, sans-serif" size="2">The bulls and the bears are in the midst of a Battle Royale, and all this turbulence is not a healthy thing. So say the experts.</font>
 <br>
-<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
-<i>
-<a href="/news/reuters/0,1349,,00.html">in&#160;Reuters</a>
-</i>
-</font>
+<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><i><a href="/news/reuters/0,1349,,00.html">in&#160;Reuters</a></i></font>
 <br>
 <br>
-<!-- IBD_SUBJECT:'Want a Loan? What's Your Race?' --><font face="Arial, Helvetica, sans-serif" size="3">
-<b>
-<a href="/news/politics/0,1283,31533,00.html">'Want a Loan? What's Your Race?'</a>
-</b>
-</font>
+<!-- IBD_SUBJECT:'Want a Loan? What's Your Race?' --><font face="Arial, Helvetica, sans-serif" size="3"><b><a href="/news/politics/0,1283,31533,00.html">'Want a Loan? What's Your Race?'</a></b></font>
 <br>
 <font color="#ff0000" face="Verdana, Arial, Geneva, sans-serif" size="1">3:00 a.m.</font>&#160;<font face="Verdana, Arial, Geneva, sans-serif" size="2">The Federal Reserve is in the middle of changing banking regulations to let banks collect data on the race, sex, religion, and national origin of their customers. By Declan McCullagh. </font>
 <br>
-<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
-<i>
-<a href="/news/politics/0,1283,,00.html">in&#160;Politics</a>
-</i>
-</font>
+<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><i><a href="/news/politics/0,1283,,00.html">in&#160;Politics</a></i></font>
 <br>
 <br>
-<!-- IBD_SUBJECT:Music Regs: A Bagful of Noise --><font face="Arial, Helvetica, sans-serif" size="3">
-<b>
-<a href="/news/business/0,1367,31832,00.html">Music Regs: A Bagful of Noise</a>
-</b>
-</font>
+<!-- IBD_SUBJECT:Music Regs: A Bagful of Noise --><font face="Arial, Helvetica, sans-serif" size="3"><b><a href="/news/business/0,1367,31832,00.html">Music Regs: A Bagful of Noise</a></b></font>
 <br>
 <font color="#ff0000" face="Verdana, Arial, Geneva, sans-serif" size="1">3:00 a.m.</font>&#160;<font face="Verdana, Arial, Geneva, sans-serif" size="2">The struggle to come up with a digital music standard that would minimize download piracy is pushing right up against the holiday gift-giving season. By Jennifer Sullivan.</font>
 <br>
-<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
-<i>
-<a href="/news/business/0,1367,,00.html">in&#160;Business</a>
-</i>
-</font>
+<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><i><a href="/news/business/0,1367,,00.html">in&#160;Business</a></i></font>
 <br>
 <br>
-<!-- IBD_SUBJECT:Can't Beat 'Em? Green 'Em --><font face="Arial, Helvetica, sans-serif" size="3">
-<b>
-<a href="/news/technology/0,1282,31927,00.html">Can't Beat 'Em? Green 'Em</a>
-</b>
-</font>
+<!-- IBD_SUBJECT:Can't Beat 'Em? Green 'Em --><font face="Arial, Helvetica, sans-serif" size="3"><b><a href="/news/technology/0,1282,31927,00.html">Can't Beat 'Em? Green 'Em</a></b></font>
 <br>
 <font color="#ff0000" face="Verdana, Arial, Geneva, sans-serif" size="1">3:00 a.m.</font>&#160;<font face="Verdana, Arial, Geneva, sans-serif" size="2">High-tech companies are notoriously environmentally unfriendly, and a growing number of &quot;Greenies&quot; are trying to change things from the inside ... with varying results. By Chris Gaither.</font>
 <br>
-<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
-<i>
-<a href="/news/technology/0,1282,,00.html">in&#160;Technology</a>
-</i>
-</font>
+<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><i><a href="/news/technology/0,1282,,00.html">in&#160;Technology</a></i></font>
 <br>
 <br>
-<!-- IBD_SUBJECT:Y2K Cloud Over MS Office --><font face="Arial, Helvetica, sans-serif" size="3">
-<b>
-<a href="/news/business/0,1367,31932,00.html">Y2K Cloud Over MS Office</a>
-</b>
-</font>
+<!-- IBD_SUBJECT:Y2K Cloud Over MS Office --><font face="Arial, Helvetica, sans-serif" size="3"><b><a href="/news/business/0,1367,31932,00.html">Y2K Cloud Over MS Office</a></b></font>
 <br>
 <font color="#ff0000" face="Verdana, Arial, Geneva, sans-serif" size="1">3:00 a.m.</font>&#160;<font face="Verdana, Arial, Geneva, sans-serif" size="2">Windows NT sales remain strong, but corporate clients are wary of upgrading to MS Office 2000. Analysts say that means strong, but not stunning, Microsoft earnings. </font>
 <br>
-<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
-<i>
-<a href="/news/business/0,1367,,00.html">in&#160;Business</a>
-</i>
-</font>
+<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><i><a href="/news/business/0,1367,,00.html">in&#160;Business</a></i></font>
 <br>
 <br>
 <font color="#FF0000" face="Verdana, Arial, Geneva, sans-serif" size="1">Med-Tech</font>
 <br>
-<!-- IBD_SUBJECT:Biochips for Custom Chemo --><font face="Arial, Helvetica, sans-serif" size="3">
-<b>
-<a href="/news/technology/0,1282,31914,00.html">Biochips for Custom Chemo</a>
-</b>
-</font>
+<!-- IBD_SUBJECT:Biochips for Custom Chemo --><font face="Arial, Helvetica, sans-serif" size="3"><b><a href="/news/technology/0,1282,31914,00.html">Biochips for Custom Chemo</a></b></font>
 <br>
 <font color="#ff0000" face="Verdana, Arial, Geneva, sans-serif" size="1">3:00 a.m.</font>&#160;<font face="Verdana, Arial, Geneva, sans-serif" size="2">Different cancer patients need different medicine, but doctors can rarely determine the best match. New biochip technology promises chemotherapy tailored to a tumor's genetic make-up. By Kristen Philipkoski.</font>
 <br>
-<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
-<i>
-<a href="/news/technology/0,1282,,00.html">in&#160;Technology</a>
-</i>
-</font>
+<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><i><a href="/news/technology/0,1282,,00.html">in&#160;Technology</a></i></font>
 <br>
 <br>
-<!-- IBD_SUBJECT:High Stakes in Priceline Suit --><font face="Arial, Helvetica, sans-serif" size="3">
-<b>
-<a href="/news/business/0,1367,31916,00.html">High Stakes in Priceline Suit</a>
-</b>
-</font>
+<!-- IBD_SUBJECT:High Stakes in Priceline Suit --><font face="Arial, Helvetica, sans-serif" size="3"><b><a href="/news/business/0,1367,31916,00.html">High Stakes in Priceline Suit</a></b></font>
 <br>
 <font color="#ff0000" face="Verdana, Arial, Geneva, sans-serif" size="1">3:00 a.m.</font>&#160;<font face="Verdana, Arial, Geneva, sans-serif" size="2">It's not just another round of Redmond-bashing. A Priceline.com lawsuit against Microsoft's Expedia.com may have a big impact on how Net companies protect their business models. By Joanna Glasner.</font>
 <br>
-<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
-<i>
-<a href="/news/business/0,1367,,00.html">in&#160;Business</a>
-</i>
-</font>
+<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><i><a href="/news/business/0,1367,,00.html">in&#160;Business</a></i></font>
 <br>
 <br>
-<!-- IBD_SUBJECT:Biodiversity Merges Online --><font face="Arial, Helvetica, sans-serif" size="3">
-<b>
-<a href="/news/technology/0,1282,31918,00.html">Biodiversity Merges Online</a>
-</b>
-</font>
+<!-- IBD_SUBJECT:Biodiversity Merges Online --><font face="Arial, Helvetica, sans-serif" size="3"><b><a href="/news/technology/0,1282,31918,00.html">Biodiversity Merges Online</a></b></font>
 <br>
 <font color="#ff0000" face="Verdana, Arial, Geneva, sans-serif" size="1">3:00 a.m.</font>&#160;<font face="Verdana, Arial, Geneva, sans-serif" size="2">The far-flung databases on global biodiversity get together to form one monster database. Soon the red-eyed tree frog will be eyeing those Swedish lingonberries. From the Environment News Service.</font>
 <br>
-<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
-<i>
-<a href="/news/technology/0,1282,,00.html">in&#160;Technology</a>
-</i>
-</font>
+<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><i><a href="/news/technology/0,1282,,00.html">in&#160;Technology</a></i></font>
 <br>
 <br>
 <!-- SQL above --><!------TRADES---------><br>
-<font face="Verdana, Arial, Geneva, sans-serif" size="2">
-<b>
-<i>Elsewhere Today</i>
-</b>
-</font>
+<font face="Verdana, Arial, Geneva, sans-serif" size="2"><b><i>Elsewhere Today</i></b></font>
 <br>
 <img src="http://static.wired.com/news/images/pix155.gif" height="10" width="155" alt="">
 <br>
-<!-- SQL query here --><font face="helvetica, arial" size="3">
-<b>
-<a href="http://www.thestandard.com/articles/display/0,1449,6975,00.html?home.tf">FCC: Hands-Off on Broadband</a>
-</b>
-</font>
+<!-- SQL query here --><font face="helvetica, arial" size="3"><b><a href="http://www.thestandard.com/articles/display/0,1449,6975,00.html?home.tf">FCC: Hands-Off on Broadband</a></b></font>
 <br>
-<font face="geneva, arial" size="2">
-<cite>The Industry Standard</cite>
-</font>
+<font face="geneva, arial" size="2"><cite>The Industry Standard</cite></font>
 <br>
 <br>
-<font face="helvetica, arial" size="3">
-<b>
-<a href="http://news.lycos.com/stories/TopNews/19991014RTNEWS-ARMS-TREATY.asp">White House Lashes Out on Treaty</a>
-</b>
-</font>
+<font face="helvetica, arial" size="3"><b><a href="http://news.lycos.com/stories/TopNews/19991014RTNEWS-ARMS-TREATY.asp">White House Lashes Out on Treaty</a></b></font>
 <br>
 <font face="geneva, arial" size="2">Lycos</font>
 <br>
 <br>
-<font face="helvetica, arial" size="3">
-<b>
-<a href="http://www.pathfinder.com/time/magazine/articles/0,3266,32207,00.html">Steve Jobs at 44</a>
-</b>
-</font>
+<font face="helvetica, arial" size="3"><b><a href="http://www.pathfinder.com/time/magazine/articles/0,3266,32207,00.html">Steve Jobs at 44</a></b></font>
 <br>
-<font face="geneva, arial" size="2">
-<cite>Time</cite>
-</font>
+<font face="geneva, arial" size="2"><cite>Time</cite></font>
 <br>
 <br>
-<font face="helvetica, arial" size="3">
-<b>
-<a href="http://www.zdnet.com/zdnn/stories/news/0,4586,2353608,00.html">Computers May Run on Gas</a>
-</b>
-</font>
+<font face="helvetica, arial" size="3"><b><a href="http://www.zdnet.com/zdnn/stories/news/0,4586,2353608,00.html">Computers May Run on Gas</a></b></font>
 <br>
 <font face="geneva, arial" size="2">ZDNN</font>
 <br>
 <br>
-<font face="helvetica, arial" size="3">
-<b>
-<a href="http://www.nytimes.com/library/tech/99/10/biztech/articles/14free.html">Much Is Free in the Wired World</a>
-</b>
-</font>
+<font face="helvetica, arial" size="3"><b><a href="http://www.nytimes.com/library/tech/99/10/biztech/articles/14free.html">Much Is Free in the Wired World</a></b></font>
 <br>
 <font face="geneva, arial" size="2">
 <cite>The New York Times</cite> (Registration Required)</font>
 <br>
 <br>
-<font face="helvetica, arial" size="3">
-<b>
-<a href="http://www.usatoday.com/life/cyber/nb/nb4.htm">Melissa: I'm Baaaack</a>
-</b>
-</font>
+<font face="helvetica, arial" size="3"><b><a href="http://www.usatoday.com/life/cyber/nb/nb4.htm">Melissa: I'm Baaaack</a></b></font>
 <br>
-<font face="geneva, arial" size="2">
-<cite>USA Today</cite>
-</font>
+<font face="geneva, arial" size="2"><cite>USA Today</cite></font>
 <br>
 <br>
-<font face="helvetica, arial" size="3">
-<b>
-<a href="http://www.msnbc.com/news/322926.asp">Domain Owners Surrender Privacy</a>
-</b>
-</font>
+<font face="helvetica, arial" size="3"><b><a href="http://www.msnbc.com/news/322926.asp">Domain Owners Surrender Privacy</a></b></font>
 <br>
 <font face="geneva, arial" size="2">MSNBC</font>
 <br>
 <br>
-<font face="helvetica, arial" size="3">
-<b>
-<a href="http://www.washingtonpost.com/wp-srv/business/longterm/tech/techthursday/download/download.htm">Dividing to Conquer in VC Game</a>
-</b>
-</font>
+<font face="helvetica, arial" size="3"><b><a href="http://www.washingtonpost.com/wp-srv/business/longterm/tech/techthursday/download/download.htm">Dividing to Conquer in VC Game</a></b></font>
 <br>
-<font face="geneva, arial" size="2">
-<cite>The Washington Post</cite>
-</font>
+<font face="geneva, arial" size="2"><cite>The Washington Post</cite></font>
 <br>
 <br>
-<font face="helvetica, arial" size="3">
-<b>
-<a href="http://www.salon.com/tech/books/1999/10/14/redhat_book/index.html">The Red Hat Diaries</a>
-</b>
-</font>
+<font face="helvetica, arial" size="3"><b><a href="http://www.salon.com/tech/books/1999/10/14/redhat_book/index.html">The Red Hat Diaries</a></b></font>
 <br>
 <font face="geneva, arial" size="2">Salon</font>
 <br>
 <br>
-<font face="helvetica, arial" size="3">
-<b>
-<a href="http://news.bbc.co.uk/hi/english/sci/tech/newsid_473000/473856.stm">Screensaver to Predict Climate</a>
-</b>
-</font>
+<font face="helvetica, arial" size="3"><b><a href="http://news.bbc.co.uk/hi/english/sci/tech/newsid_473000/473856.stm">Screensaver to Predict Climate</a></b></font>
 <br>
 <font face="geneva, arial" size="2">BBC News</font>
 <br>
@@ -1039,8 +595,7 @@
 <img src="http://static.wired.com/news/images/navstrip_off.gif" height="17" width="126" usemap="#navstrip.map" border="0" alt="">
 <br>
 <br>
-<p>
-<font face="Verdana, Arial, Geneva, sans-serif" size="1">
+<p><font face="Verdana, Arial, Geneva, sans-serif" size="1">
 <a href="http://www.wired.com/news/feedback.html">Send us feedback</a>
 &#160;|&#160;
 <a href="http://www.hotwired.com/jobs/">Work at Wired Digital</a>
@@ -1050,8 +605,7 @@
 <a href="http://home.wired.com/">About Wired Digital</a>
 &#160;|&#160;
 <a href="http://www.wired.com/home/digital/privacy/">Our Privacy Policy</a>
-</font>
-</p>
+</font></p>
 <p>
 <font face="Verdana, Arial, Geneva" size="1">
 <a href="http://www.wired.com/home/copyright.html">Copyright</a> &#169; 1994-99 Wired Digital Inc. All rights reserved.</font>
@@ -1066,9 +620,7 @@
 </map>
 </p>
 </td>
-<td valign="TOP" align="LEFT">
-<img src="http://static.wired.com/news/images/spacer.gif" height="1" width="5" alt="">
-</td>
+<td valign="TOP" align="LEFT"><img src="http://static.wired.com/news/images/spacer.gif" height="1" width="5" alt=""></td>
 <td valign="TOP" align="LEFT">
 </tr>
 </table>