summaryrefslogtreecommitdiffstats
path: root/libxml2/test/HTML
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-05-03 15:29:42 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-05-03 15:29:42 (GMT)
commit937cfaf1a06a4a9d0c8ba119d7ce820878ff9058 (patch)
treef7b0b1bcce9ae963a0a069eafa552350eb4ee391 /libxml2/test/HTML
parent4b8453f0303492a1de2dcf854555f6429fac550e (diff)
downloadblt-937cfaf1a06a4a9d0c8ba119d7ce820878ff9058.zip
blt-937cfaf1a06a4a9d0c8ba119d7ce820878ff9058.tar.gz
blt-937cfaf1a06a4a9d0c8ba119d7ce820878ff9058.tar.bz2
inital commit
Diffstat (limited to 'libxml2/test/HTML')
-rw-r--r--libxml2/test/HTML/53867.html69
-rw-r--r--libxml2/test/HTML/758605.html1
-rw-r--r--libxml2/test/HTML/758606.html1
-rw-r--r--libxml2/test/HTML/758606_2.html1
-rw-r--r--libxml2/test/HTML/Down.html12
-rw-r--r--libxml2/test/HTML/attrents.html5
-rw-r--r--libxml2/test/HTML/autoclose.html1
-rw-r--r--libxml2/test/HTML/autoclose2.html1
-rw-r--r--libxml2/test/HTML/autoclose3.html3
-rw-r--r--libxml2/test/HTML/cf_128.html20
-rw-r--r--libxml2/test/HTML/doc2.htm30
-rw-r--r--libxml2/test/HTML/doc3.htm851
-rw-r--r--libxml2/test/HTML/entities.html5
-rw-r--r--libxml2/test/HTML/entities2.html7
-rw-r--r--libxml2/test/HTML/fp40.htm166
-rw-r--r--libxml2/test/HTML/html5_enc.html8
-rw-r--r--libxml2/test/HTML/liclose.html13
-rw-r--r--libxml2/test/HTML/lt.html5
-rw-r--r--libxml2/test/HTML/noscript.html10
-rw-r--r--libxml2/test/HTML/pre.html5
-rw-r--r--libxml2/test/HTML/python.html10
-rw-r--r--libxml2/test/HTML/reg1.html10
-rw-r--r--libxml2/test/HTML/reg2.html12
-rw-r--r--libxml2/test/HTML/reg3.html13
-rw-r--r--libxml2/test/HTML/reg4.html12
-rw-r--r--libxml2/test/HTML/repeat.html1
-rw-r--r--libxml2/test/HTML/script.html9
-rw-r--r--libxml2/test/HTML/script2.html19
-rw-r--r--libxml2/test/HTML/test2.html33
-rw-r--r--libxml2/test/HTML/test3.html34
-rw-r--r--libxml2/test/HTML/utf8bug.html182
-rw-r--r--libxml2/test/HTML/wired.html516
32 files changed, 2065 insertions, 0 deletions
diff --git a/libxml2/test/HTML/53867.html b/libxml2/test/HTML/53867.html
new file mode 100644
index 0000000..ac27999
--- /dev/null
+++ b/libxml2/test/HTML/53867.html
@@ -0,0 +1,69 @@
+<html>
+<head>
+<style>
+.......
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+...............................................................
+</style>
+</head>
+</html>
diff --git a/libxml2/test/HTML/758605.html b/libxml2/test/HTML/758605.html
new file mode 100644
index 0000000..9b1b3c2
--- /dev/null
+++ b/libxml2/test/HTML/758605.html
@@ -0,0 +1 @@
+&:
diff --git a/libxml2/test/HTML/758606.html b/libxml2/test/HTML/758606.html
new file mode 100644
index 0000000..01a013c
--- /dev/null
+++ b/libxml2/test/HTML/758606.html
@@ -0,0 +1 @@
+<!-- <!doctype
diff --git a/libxml2/test/HTML/758606_2.html b/libxml2/test/HTML/758606_2.html
new file mode 100644
index 0000000..daa185b
--- /dev/null
+++ b/libxml2/test/HTML/758606_2.html
@@ -0,0 +1 @@
+<!-- <!dOctYPE
diff --git a/libxml2/test/HTML/Down.html b/libxml2/test/HTML/Down.html
new file mode 100644
index 0000000..92eca21
--- /dev/null
+++ b/libxml2/test/HTML/Down.html
@@ -0,0 +1,12 @@
+<html>
+<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,
+
+<p>The W3C system administrators</p>
+</body>
+</html>
diff --git a/libxml2/test/HTML/attrents.html b/libxml2/test/HTML/attrents.html
new file mode 100644
index 0000000..8486ec0
--- /dev/null
+++ b/libxml2/test/HTML/attrents.html
@@ -0,0 +1,5 @@
+<html>
+<body bgcolor="#FFFFFF">
+ <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#107;&#97;&#116;&#104;&#101;&#114;&#105;&#110;&#101;&#64;&#99;&#98;&#102;&#97;&#110;&#99;&#46;&#111;&#114;&#103;&#44;&#119;&#101;&#98;&#115;&#105;&#116;&#101;&#64;&#98;&#105;&#115;&#46;&#100;&#111;&#99;&#46;&#103;&#111;&#118;&#63;&#115;&#117;&#98;&#106;&#101;&#99;&#116;&#61;&#83;&#111;&#117;&#116;&#104;&#32;&#83;&#97;&#110;&#32;&#70;&#114;&#97;&#110;&#99;&#105;&#115;&#99;&#111;&#32;&#66;&#73;&#83;&#32;&#83;&#101;&#109;&#105;&#110;&#97;&#114;&#32;&#45;&#32;&#79;&#99;&#116;&#111;&#98;&#101;&#114;&#32;&#49;&#54;&#116;&#104;"></a><br>
+</body>
+</html>
diff --git a/libxml2/test/HTML/autoclose.html b/libxml2/test/HTML/autoclose.html
new file mode 100644
index 0000000..e123ba7
--- /dev/null
+++ b/libxml2/test/HTML/autoclose.html
@@ -0,0 +1 @@
+<hr>
diff --git a/libxml2/test/HTML/autoclose2.html b/libxml2/test/HTML/autoclose2.html
new file mode 100644
index 0000000..d40082c
--- /dev/null
+++ b/libxml2/test/HTML/autoclose2.html
@@ -0,0 +1 @@
+<p>toto
diff --git a/libxml2/test/HTML/autoclose3.html b/libxml2/test/HTML/autoclose3.html
new file mode 100644
index 0000000..8c7a45a
--- /dev/null
+++ b/libxml2/test/HTML/autoclose3.html
@@ -0,0 +1,3 @@
+<ul>
+<li>item 1
+<li>item 2
diff --git a/libxml2/test/HTML/cf_128.html b/libxml2/test/HTML/cf_128.html
new file mode 100644
index 0000000..4cd118c
--- /dev/null
+++ b/libxml2/test/HTML/cf_128.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+<head>
+<title>gnome-xml push mode bug</title>
+</head>
+<body>
+
+<table border="4">
+ <tr>
+ <td bgcolor="white">
+ Foo1
+ <table border="4">
+ <tr>
+ <td>Foo2<p><p></td></tr></table>
+ </td>
+ <td bgcolor="blue">Foo3</td>
+ </tr>
+ </table>
+ </body>
+</html>
diff --git a/libxml2/test/HTML/doc2.htm b/libxml2/test/HTML/doc2.htm
new file mode 100644
index 0000000..ff6f285
--- /dev/null
+++ b/libxml2/test/HTML/doc2.htm
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!-- saved from url=(0016)http://intranet/ -->
+<!-- BEGIN Naviscope Javascript --><HTML><HEAD><TITLE>Welcome to Copernic.com</TITLE>
+<SCRIPT language=javascript>
+ NS_ActualOpen=window.open;
+ function NS_NullWindow(){this.window;}
+ function NS_NewOpen(url,nam,atr){return(new NS_NullWindow());}
+ window.open=NS_NewOpen;
+</SCRIPT>
+<!-- END Naviscope Javascript --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><!-- saved from url=(0027)http://www.agents-tech.com/ -->
+<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
+<META
+content="Copernic.com Inc. develops innovative agent technology solutions to efficiently access and manage the overwhelming quantity of information available on the Internet and intranets."
+name=DESCRIPTION>
+<META
+content=agent,technology,intranet,extranet,management,filtering,ranking,solution,service,intelligent,intelligence,client,server,architecture,developer,development,information,telecommunication,announcement,press,product,profile,contact,multi-agent,meta-search,metasearch,multi-thread,mobile,wireless,shopping,robot,PCS,Copernic,engine,toolkit,CDK,EDK
+name=KEYWORDS>
+<META content="MSHTML 5.00.3103.1000" name=GENERATOR></HEAD><FRAMESET
+border=false cols=172,* frameBorder=0 frameSpacing=0><FRAME marginHeight=0
+marginWidth=0 name=left noResize scrolling=no src="doc2_files/side.htm"
+target="rtop"><FRAMESET rows=43,*><FRAME marginHeight=0 marginWidth=0 name=rtop
+noResize scrolling=no src="doc2_files/top.htm" target="rbottom"><FRAME
+name=rbottom noResize src="doc2_files/contents.htm"
+target="_top"></FRAMESET><NOFRAMES>
+
+ <body bgcolor="#FFFFFF" text="#000000" link="#000080" vlink="#000080" alink="#000080"
+ topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
+ <p>This page uses frames, but your browser doesn't support them.</p>
+ </body>
+ </NOFRAMES></FRAMESET></HTML>
diff --git a/libxml2/test/HTML/doc3.htm b/libxml2/test/HTML/doc3.htm
new file mode 100644
index 0000000..ba28998
--- /dev/null
+++ b/libxml2/test/HTML/doc3.htm
@@ -0,0 +1,851 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!-- saved from url=(0025)http://bp6.gamesquad.net/ -->
+<!-- BEGIN Naviscope Javascript --><HTML><HEAD><TITLE>BP6.com #1 online resource for the BP6 Mobo....</TITLE>
+<SCRIPT language=javascript>
+ NS_ActualOpen=window.open;
+ function NS_NullWindow(){this.window;}
+ function NS_NewOpen(url,nam,atr){return(new NS_NullWindow());}
+ window.open=NS_NewOpen;
+</SCRIPT>
+<!-- END Naviscope Javascript --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><!--last modified on Tuesday, February 22, 2000 11:47 PM -->
+<META content=text/html;CHARSET=iso-8859-1 http-equiv=Content-Type>
+<META content=Tim name=Author>
+<STYLE type=text/css>A.nav {
+ COLOR: #003399; TEXT-DECORATION: none
+}
+A.nav:hover {
+ COLOR: #3366cc; TEXT-DECORATION: underline
+}
+</STYLE>
+
+<SCRIPT language=JavaScript>
+<!-- Idea by: Nic Wolfe (Nic@TimelapseProductions.com) -->
+<!-- Web URL: http://fineline.xs.mw -->
+
+<!-- This script and many more are available free online at -->
+<!-- The JavaScript Source!! http://javascript.internet.com -->
+
+<!-- Begin
+function popUp(URL) {
+day = new Date();
+id = day.getTime();
+eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=145, height=250');");
+}
+// End -->
+</SCRIPT>
+
+<META content="MSHTML 5.00.3103.1000" name=GENERATOR></HEAD>
+<BODY aLink=red bgColor=black link=red text=white vLink=red>
+<P>
+<DIV align=center>
+<TABLE border=0 cellPadding=0 cellSpacing=0 width="80%">
+ <TBODY>
+ <TR>
+ <TD vAlign=top width=31><A href="http://bp6.gamesquad.net/"><IMG
+ align=bottom border=0 height=74 src="doc3_files/logo.gif"
+width=252></A></TD>
+ <TD align=left bgColor=#000000><IMG height=15 src="doc3_files/spacer.gif"
+ width=15><!-- START GAMESQUAD.NET IFRAME RICH MEDIA CODE --> <!-- 2000 GameSquad.net All Rights Reserved. --><IFRAME border=0
+ frameBorder=no height=60 marginHeight=0 marginWidth=0 scrolling=no
+ src="doc3_files/adcycle.htm"
+ width=468>
+<a href="http://ads.gamesquad.net/addclick.exe/adclick.cgi?REGION=game|tech|ent&id=1" target="_top"><img src="http://ads.gamesquad.net/addclick.exe/adcycle.cgi?group=52&media=1&id=1" width=468 height=60 border=0 ALT="GSN ROS Ad"></a>
+</IFRAME><!-- END GAMESQUAD.NET IFRAME RICH MEDIA CODE --><BR><IMG
+ height=15 src="doc3_files/spacer.gif" width=400> </TD></TR>
+ <TR>
+ <TD bgColor=#003399 colSpan=2>
+ <P align=right><IMG align=right border=0 height=18 hspace=0
+ src="doc3_files/trcorner.gif" width=20><IMG align=left border=0 height=18
+ hspace=0 src="doc3_files/tlcorner.gif" width=20><FONT face=Verdana
+ size=2>Monday, July 31st, 2000</FONT> </P></TD></TR>
+ <TR>
+ <TD colSpan=2>
+ <TABLE bgColor=#003399 border=0 cellPadding=0 cellSpacing=4
+ width="100%"><TBODY>
+ <TR>
+ <TD bgColor=#666666 width="100%">
+ <CENTER>
+ <P>
+ <TABLE bgColor=black border=0 cellPadding=0 cellSpacing=1
+ width="100%">
+ <TBODY>
+ <TR>
+ <TD background=doc3_files/hscan.gif bgColor=#666666
+ width="100%"><IMG height=1 src="doc3_files/spacer.gif"
+ width=738><BR>
+ <CENTER>
+ <TABLE border=0 cellPadding=2 cellSpacing=0 width="91%">
+ <TBODY>
+ <TR>
+ <TD vAlign=top width="15%">
+ <P align=center><A
+ href="http://bp6.gamesquad.net/specs.phtml"><IMG
+ align=bottom
+ alt="Abit BP6 Motherboard specification and information."
+ border=0 height=45 src="doc3_files/bp6icon.gif"
+ width=70></A><FONT face=Verdana size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/specs.phtml"><FONT
+ color=white face=Verdana size=1>BP6 Specs</FONT></A>
+ </P></TD>
+ <TD vAlign=top width="15%">
+ <P align=center><A
+ href="http://bp6.gamesquad.net/bxcool.phtml"><IMG
+ align=bottom
+ alt="How to cool the BX Chipset on your BP6." border=0
+ height=45 src="doc3_files/bxcool.gif" width=70></A><FONT
+ face=Verdana size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/uc.phtml"><FONT
+ color=white face=Verdana size=1>BX Cooling</FONT></A>
+ </P></TD>
+ <TD vAlign=top width="15%">
+ <P align=center><A
+ href="http://bp6.gamesquad.net/contest.phtml"><IMG
+ align=bottom
+ alt="The U;timate Gaming Contest - Coming Soon!"
+ border=0 height=45 src="doc3_files/ugmcontest.gif"
+ width=70></A><FONT face=Verdana size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/contest.phtml"><FONT
+ color=white face=Verdana size=1>UGM Contest</FONT></A>
+ </P></TD>
+ <TD vAlign=top width="15%">
+ <P align=center><A
+ href="http://bp6.gamesquad.net/uc.phtml"><IMG
+ align=bottom
+ alt="Cooling &amp; Heatsink review for the BP6."
+ border=0 height=45 src="doc3_files/alpha.gif"
+ width=70></A><FONT face=Verdana size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/uc.phtml"><FONT
+ color=white face=Verdana size=1>Heatsinks</FONT></A>
+ </P></TD>
+ <TD vAlign=top width="15%">
+ <P align=center><A
+ href="http://bp6.gamesquad.net/101.phtml"><IMG
+ align=bottom
+ alt="BP6 101 - Class is now in session. Welcome newbies!"
+ border=0 height=45 src="doc3_files/bp6101.gif"
+ width=70></A><FONT face=Verdana size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/101.phtml"><FONT
+ color=white face=Verdana size=1>BP6 101</FONT></A>
+ </P></TD>
+ <TD vAlign=top width="15%">
+ <P align=center><A
+ href="http://bp6.gamesquad.net/win2k_install.phtml"><IMG
+ align=bottom
+ alt="Install guide for installing Windows 2000 on the BP6 "
+ border=0 height=45 src="doc3_files/win2kht.gif"
+ width=70></A><FONT face=Verdana size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/win2k_install.phtml"><FONT
+ color=white face=Verdana size=1>Win2k Install</FONT></A>
+ </P></TD>
+ <TD vAlign=top width="15%">
+ <P align=center><A href="http://www.gentus.com/"><IMG
+ align=bottom
+ alt="Taking a first look at the Abit Linux release called "
+ border=0 height=45 src="doc3_files/gentusbox.gif"
+ width=70 Gentus?.?></A><BR><A
+ href="http://www.gentus.com/"><FONT color=white
+ face=Verdana size=1>Gentus</FONT></A>
+ </P></TD></TR></TBODY></TABLE></CENTER></TD></TR></TBODY></TABLE></CENTER></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
+<TABLE bgColor=#003399 border=0 cellSpacing=6 width="80%">
+ <TBODY>
+ <TR>
+ <TD bgColor=black vAlign=top width="10%">
+ <TABLE border=0 cellPadding=3 cellSpacing=0 width="100%">
+ <TBODY>
+ <TR>
+ <TD width="100%"><IMG height=1 src="doc3_files/spacer.gif"
+ width=111><BR><B><FONT color=yellow face=Verdana
+ size=2>REVIEWS</FONT></B><FONT face=Verdana size=2><BR>
+ <HR align=center>
+ </FONT><A href="http://bp6.gamesquad.net/bp6reviews.phtml"><FONT
+ color=white face=Verdana size=1>BP6 Reviews</FONT></A><FONT
+ face=Verdana size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/h2o.phtml"><FONT color=white
+ face=Verdana size=1>BP6 Watercooling</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/bxcool.phtml"><FONT color=white
+ face=Verdana size=1>BX Chipset Cooling</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/benchmark.phtml"><FONT color=white
+ face=Verdana size=1>Benchmarks</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/bp6fsb.phtml"><FONT color=white
+ face=Verdana size=1>BP6FSB Utility</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/powerleap.phtml"><FONT color=white
+ face=Verdana size=1>PowerLeap NEO S370</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/seti.phtml"><FONT color=white
+ face=Verdana size=1>SETI on the BP6</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/orbs.phtml"><FONT color=white
+ face=Verdana size=1>Golden Orbs I</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/orbs/orbs2.phtml"><FONT color=white
+ face=Verdana size=1>Golden Orbs II</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/Q6fix.phtml"><FONT color=white
+ face=Verdana size=1>VTT Solution</FONT></A><FONT face=Verdana
+ size=1><BR><BR></FONT><B><FONT color=yellow face=Verdana
+ size=2>NAVIGATE</FONT></B><FONT color=yellow face=Verdana size=2>
+ <HR align=center>
+ </FONT><A href="http://www.bp6.com/"><FONT color=white face=Verdana
+ size=1>News</FONT></A><FONT face=Verdana size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/chat.phtml"><FONT color=white
+ face=Verdana size=1>Online Text Chat</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A href="javascript:popUp('chat_popup.htm')"><FONT
+ color=white face=Verdana size=1>Voice Chat</FONT></A><BR><A
+ href="http://216.247.220.192/Forum"><FONT color=white face=Verdana
+ size=1>Messageboard</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A href="http://bp6.gamesquad.net/cooling"><FONT
+ color=white face=Verdana size=1>Temp. Converter</FONT></A><FONT
+ face=Verdana size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/uc.phtml"><FONT color=white
+ face=Verdana size=1>Picture Gallery</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/bios.phtml"><FONT color=white
+ face=Verdana size=1>Latest BIOS</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A href="http://bp6.gamesquad.net/files/"><FONT
+ color=white face=Verdana size=1>Drivers &amp; Files</FONT></A><FONT
+ face=Verdana size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/uc.phtml"><FONT color=white
+ face=Verdana size=1>UGM of the week</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/contest.phtml"><FONT color=white
+ face=Verdana size=1>BP6 Contest</FONT></A><FONT face=Verdana
+ size=1><BR><BR></FONT><B><FONT color=yellow face=Verdana
+ size=2>OTHER STUFF</FONT></B><FONT color=yellow face=Verdana size=2>
+
+ <HR align=center>
+ </FONT><A href="http://bp6.gamesquad.net/whois.phtml"><FONT
+ color=white face=Verdana size=1>Who is Tim?</FONT></A><FONT
+ face=Verdana size=1><BR></FONT><A href="mailto:tim@bp6.com"><FONT
+ color=white face=Verdana size=1>Contact BP6.com</FONT></A><FONT
+ face=Verdana size=1><BR></FONT><A
+ href="http://bp6.gamesquad.net/uc.phtml"><FONT color=white
+ face=Verdana size=1>Affiliates Section</FONT></A><FONT face=Verdana
+ size=1><BR></FONT><A href="http://bp6.gamesquad.net/uc.phtml"><FONT
+ color=white face=Verdana size=1>Sponsors Section <BR></FONT><A
+ href="http://bp6.gamesquad.net/links.phtml"><FONT color=white
+ face=Verdana size=1>Links<BR><BR></FONT></A><B><FONT color=yellow
+ face=Verdana size=2>PC SPECIALS</FONT></B><FONT color=yellow
+ face=Verdana size=2>
+ <HR align=center>
+ </FONT><A href="http://bp6.gamesquad.net/specials.phtml"><FONT
+ color=white face=Verdana size=1>Vendor
+ Specials<BR><BR></FONT></A><BR></FONT></A><B><FONT color=yellow
+ face=Verdana size=2>Pic of the day</FONT></B>
+ <HR>
+
+ <CENTER>
+ <P align=center><FONT face="Verdana, Arial, Helvetica" size=1><A
+ href="http://bp6.gamesquad.net/cgi-bin/schlabo/potd.pl"><IMG
+ alt="No picture is available for today." border=0
+ src="doc3_files/potd_na_110x83.gif"></A> </FONT></P></CENTER><BR>
+ <CENTER></CENTER><BR><!--<A HREF="code:javascript:ID_FTPWebView.InvokeHelp()"><FONT SIZE="1" COLOR="white" FACE="Verdana">FTP Help</FONT></A>--></TD></TR></TBODY></TABLE></TD>
+ <TD bgColor=white vAlign=top width="80%"><IMG height=1
+ src="doc3_files/spacer.gif" width=490><BR>
+ <CENTER>
+ <P>
+ <TABLE bgColor=white border=0 cellPadding=10 cellSpacing=0 height="100%"
+ width="100%">
+ <TBODY>
+ <TR>
+ <TD bgColor=white vAlign=top width="100%">
+ <CENTER><A href="http://www.encounter2001.com/" target=_blank><IMG
+ border=0 height=60 src="doc3_files/banner2.gif" width=468></A>
+ </CENTER><BR><A name=news_top></A><FONT color=#003366
+ face=verdana,arial size=2><B>Headlines</B></FONT><BR><FONT
+ face=arial size=1><A class=nav
+ href="http://bp6.gamesquad.net/index.phtml#newsitem965012956,78924,">Chat
+ with ABIT - 8:09PM PDT</A></FONT><BR><FONT face=arial size=1><A
+ class=nav
+ href="http://bp6.gamesquad.net/index.phtml#newsitem964766837,26344,">Fixed
+ wallpaper - 11:47PM PDT</A></FONT><BR><FONT face=arial size=1><A
+ class=nav
+ href="http://bp6.gamesquad.net/index.phtml#newsitem964762841,25865,">Seti
+ update - 10:40PM PDT</A></FONT><BR><FONT face=arial size=1><A
+ class=nav
+ href="http://bp6.gamesquad.net/index.phtml#newsitem964732235,45502,">Judge
+ gives Napster the Boot!! - 2:10PM PDT</A></FONT><BR><FONT face=arial
+ size=1><A class=nav
+ href="http://bp6.gamesquad.net/index.phtml#newsitem964713289,83675,">Ram
+ Sinks.. more cooling for small places. - 8:54AM
+ PDT</A></FONT><BR><FONT face=arial size=1><A class=nav
+ href="http://bp6.gamesquad.net/index.phtml#newsitem964671589,7831,">is
+ it [H]ard? - 9:19PM PDT</A></FONT><BR><FONT face=arial size=1><A
+ class=nav
+ href="http://bp6.gamesquad.net/index.phtml#newsitem964644047,60218,">WiLd
+ CaSe!! - 1:40PM PDT</A></FONT><BR><FONT face=arial size=1><A
+ class=nav
+ href="http://bp6.gamesquad.net/index.phtml#newsitem964631110,84122,">What
+ the heck is a Peltier?!?! - 10:05AM PDT</A></FONT><BR><FONT
+ face=arial size=1><A class=nav
+ href="http://bp6.gamesquad.net/index.phtml#newsitem964587833,74573,">HELLO
+ EVERYONE!!! - 10:03PM PDT</A></FONT><BR><FONT face=arial size=1><A
+ class=nav
+ href="http://bp6.gamesquad.net/index.phtml#newsitem964429577,13375,">BP6
+ Q3 server up and running.. - 2:06AM PDT</A></FONT><BR><BR><!-- NP v3.7.5 --><A
+ name=newsitem965012956,78924,></A>
+ <TABLE bgColor=#003399 width="100%">
+ <TBODY>
+ <TR>
+ <TD><FONT color=#ffffff face=Verdana,arial size=2><B>Sunday,
+ July 30, 2000</B></FONT></TD></TR></TBODY></TABLE><BR><!--<hr noshade width=100%>--><B><U><FONT
+ color=#003366 face="Verdana, Arial" size=2>Chat with
+ ABIT</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:Holodeck@bp6.com">Holodeck2</A> @ 8:09PM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/965012956,78924,.html"><IMG
+ border=0 src="doc3_files/comments.gif">0 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>I&#8217;m slacking a little. All game no
+ work makes Holodeck2 a happy boy :-)<BR><BR>Wallpaper update: I got
+ off my lazy ass and redid the 1280x1024 wall paper, now it has the 2
+ celerons.<BR><BR><B><A href="http://fullon3d.com/chat/abit/"
+ target=3d>Fullon3d had a live chat with that Eric guy from Abit.
+ </A></B>Submitted by: MJS<BR><BR>Here&#8217;s a little clip:<BR>[Falcon]
+ BP6-2??<BR>[EricBoeing] We already have a micro ATX dual flip-chip
+ board<BR>[EricBoeing] but it's OEM only<BR>[EricBoeing] the full ATX
+ version should be out Septemberish<BR></FONT><BR><BR><A
+ name=newsitem964766837,26344,></A>
+ <TABLE bgColor=#003399 width="100%">
+ <TBODY>
+ <TR>
+ <TD><FONT color=#ffffff face=Verdana,arial size=2><B>Thursday,
+ July 27, 2000</B></FONT></TD></TR></TBODY></TABLE><BR><!--<hr noshade width=100%>--><B><U><FONT
+ color=#003366 face="Verdana, Arial" size=2>Fixed
+ wallpaper</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:Holodeck@bp6.com">Holodeck2</A> @ 11:47PM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/964766837,26344,.html"><IMG
+ border=0 src="doc3_files/comments.gif">5 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2><B>Get them now!!</B><BR>This is a
+ fixed bp6 wallpaper. In all the popular flavors, err...
+ resolutions.<BR><IMG height=180 src="doc3_files/3-800.jpg"
+ width=240><BR>It's still the Intels Inside one with a spelling
+ change; from "Mothboard" to "Motherboard"<BR><BR>Thanks to Matt for
+ pointing that out to me.<BR>I would also like to thank Kevin for
+ hosting my last batch and Radu for the previous "DUEL"/"DUAL"
+ error.<BR>And 1 more person, THANK YOU TIM for letting me borrow
+ your server space ;-)<BR><BR>If you need a weird resolution, feel
+ free to <A href="mailto:Holodeck2@home.com">e-mail</A> me requesting
+ for one.<BR>If you have ideas or more errors to point out, <A
+ href="mailto:Holodeck2@home.com">mailto:Holodeck2@home.com</A><BR><BR><A
+ href="doc3_files/3-800.jpg" target=800>800x600 </A><BR><A
+ href="http://www.bp6.com/pics/holodeck2/wallpaper/3-1024.jpg"
+ target=800>1024x768 </A><BR><A
+ href="http://www.bp6.com/pics/holodeck2/wallpaper/3-1152.jpg"
+ target=800>1152x864 </A><BR><A
+ href="http://www.bp6.com/pics/holodeck2/wallpaper/3-1280x1024.jpg"
+ target=800>1280x1024 </A><BR><A
+ href="http://www.bp6.com/pics/holodeck2/wallpaper/3-1600.jpg"
+ target=800>1600x1200 </A><BR>
+ <P>Enjoy :-)<BR>
+ <P><A href="mailto:Holodeck2@home.com">Holodeck2,</A><BR>[H]ard at
+ work on the Brand Spanking New Wallpaper.<BR></FONT><BR><BR><A
+ name=newsitem964762841,25865,></A><B><U><FONT color=#003366
+ face="Verdana, Arial" size=2>Seti update</FONT></U></B><BR><FONT
+ color=#0066cc face=Arial size=1><SMALL>Posted by <A class=nav
+ href="mailto:Holodeck@bp6.com">Holodeck2</A> @ 10:40PM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/964762841,25865,.html"><IMG
+ border=0 src="doc3_files/comments.gif">5 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2><IMG height=54
+ src="doc3_files/setiupdate.jpg" width=400><BR>You like the
+ pic?<BR><BR>Bp6 User Group Update:<BR>Completed 61531
+ units!!<BR><B>#168 on Top 200 All Groups</B> (Going to pass CLRC in
+ a few days)<BR><B>#74 on Top 200 Teams</B> (Gaining fast on
+ Starfleet)<BR><BR>We are flying though at the speed of light (may be
+ a little slower).<BR>Good job everyone!!<BR><BR>Check this page at
+ least once a day for new stuff :-)<BR></FONT><BR><BR><A
+ name=newsitem964732235,45502,></A><B><U><FONT color=#003366
+ face="Verdana, Arial" size=2>Judge gives Napster the
+ Boot!!</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:Holodeck@bp6.com">Holodeck2</A> @ 2:10PM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/964732235,45502,.html"><IMG
+ border=0 src="doc3_files/comments.gif">0 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>Good afternoon for everyone living in
+ EST. I was going to post today morning but I didn't. Here's my
+ story:<BR>I woke up and thought about posting something but I
+ decided to wax my car before the sun came up (draw your own
+ conclusions), wax on, wax off, wax on,..., did that for about an
+ hour. Then I saw the sun rise (Aaahh I'm melting... not). I sat in
+ front of my comp and started to search for good news to post. Saw
+ that a stoopid judge temporally shuts down napster. Goes to room and
+ cry. and now I'm here :-)<BR><BR><A
+ href="http://www.msnbc.com/news/437532.asp"
+ target="Judge vs Napster">Judge shuts Napster down
+ <P><IMG height=143 src="doc3_files/669915.jpg"
+ width=200></A><BR>Check out the Goofy guy in the suit<BR>He's Sean
+ Fanning, founder of Napster.<BR><BR>Got news?? <A
+ href="mailto:Holodeck2@home.com">mailto:Holodeck2@home.com</A><BR></FONT><BR><BR><A
+ name=newsitem964713289,83675,></A><B><U><FONT color=#003366
+ face="Verdana, Arial" size=2>Ram Sinks.. more cooling for small
+ places.</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:tim@bp6.com">tim</A> @ 8:54AM PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/964713289,83675,.html"><IMG
+ border=0 src="doc3_files/comments.gif">0 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>Need some cooling for your Videocard
+ memory to get a little extra overclockability and FPS? <A
+ href="http://www.overclockershideout.com/RamSinks.html"
+ target=_BLANK>Overclockers Hiedout Ram Sinks</A> They just notified
+ me of their new design.<BR><IMG border=1
+ src="doc3_files/ramsink.jpg"></FONT><BR><BR><A
+ name=newsitem964671589,7831,></A>
+ <TABLE bgColor=#003399 width="100%">
+ <TBODY>
+ <TR>
+ <TD><FONT color=#ffffff face=Verdana,arial
+ size=2><B>Wednesday, July 26,
+ 2000</B></FONT></TD></TR></TBODY></TABLE><BR><!--<hr noshade width=100%>--><B><U><FONT
+ color=#003366 face="Verdana, Arial" size=2>is it
+ [H]ard?</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:Holodeck@bp6.com">Holodeck2</A> @ 9:19PM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/964671589,7831,.html"><IMG
+ border=0 src="doc3_files/comments.gif">0 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>Big heatsinks are good, very good. The
+ bigger the better.<BR>You can never can have a too big of heatsink
+ on a small chip (CPU, GPU, CHIPSET, etc)<BR><BR><IMG height=173
+ src="doc3_files/voodooside2.jpg" width=230><BR>My overclocked
+ Voodoo3 2000 with a BIG mofo heatsink on top.<BR>Peltier and
+ watercooling next up :-)<BR>(if you pry off the heatsink you void
+ the warranty )<BR><BR>it was originally posted on <A
+ href="http://www.hardocp.com/">[H]ardOCP </A><BR>I&#8217;m not only a
+ BP6er but also a [H]ardOCPer<BR></FONT><BR><BR><A
+ name=newsitem964644047,60218,></A><B><U><FONT color=#003366
+ face="Verdana, Arial" size=2>WiLd CaSe!!</FONT></U></B><BR><FONT
+ color=#0066cc face=Arial size=1><SMALL>Posted by <A class=nav
+ href="mailto:Holodeck@bp6.com">Holodeck2</A> @ 1:40PM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/964644047,60218,.html"><IMG
+ border=0 src="doc3_files/comments.gif">8 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>Now this person really knows how to
+ keep his case cool!!<BR>Addin an 18" Fan!! WOW!!<BR><BR><A
+ href="http://www.envador.com/Photos/PVCII/" target=_blank><IMG
+ src="doc3_files/TN_OpenedUp1.jpg"></A><BR>Click to go to his
+ site.<BR></FONT><BR><BR><A
+ name=newsitem964631110,84122,></A><B><U><FONT color=#003366
+ face="Verdana, Arial" size=2>What the heck is a
+ Peltier?!?!</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:Holodeck@bp6.com">Holodeck2</A> @ 10:05AM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/964631110,84122,.html"><IMG
+ border=0 src="doc3_files/comments.gif">6 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>This is for all you people who wanted
+ to know what a peltier is.<BR><BR>The quest fo the Perfect
+ Peltier<BR><A
+ href="http://www.tweakmax.com/html/peltier/peltier-1.cfm"
+ target=_blank><IMG src="doc3_files/peltier.jpg"></A> <BR>Thanks to
+ <A href="http://www.tweakmax.com/" target=_blank>TweakMax.com</A>
+ <BR><BR>Note: Today morning when I woke up I saw my whole screen
+ cluttered with a bunch of IMs!! I live in the USA on EST. If you
+ live somewhere else please check the time in my area. for example:
+ If you live in Europe and IM me in the morning your time I would be
+ sleeping it would be like 4 in the morning here. Just to let you
+ know <IMG src="doc3_files/smile.gif"><BR>I'm not angry at anyone...
+ good thing I have a long fuse <IMG
+ src="doc3_files/tongue.gif"><BR></FONT><BR><BR><A
+ name=newsitem964587833,74573,></A>
+ <TABLE bgColor=#003399 width="100%">
+ <TBODY>
+ <TR>
+ <TD><FONT color=#ffffff face=Verdana,arial size=2><B>Tuesday,
+ July 25, 2000</B></FONT></TD></TR></TBODY></TABLE><BR><!--<hr noshade width=100%>--><B><U><FONT
+ color=#003366 face="Verdana, Arial" size=2>HELLO
+ EVERYONE!!!</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:Holodeck@bp6.com">Holodeck2</A> @ 10:03PM
+ PDT</SMALL>&nbsp; <BR><FONT color=black face=Arial size=2>Hello
+ everyone, Woohoo!! I'm on!!<BR>Who is this Holodeck2 person
+ anyways?!?! Read on :-)<BR>I&#8217;m a regular on the bp6 messageboard,
+ trying to help people out with their problems.<BR>I&#8217;m the
+ self-proclaimed bp6 cooling expert, If you have a cooling idea, I&#8217;ve
+ probably already done it and can offer some incite.<BR>My computer
+ is always on so you can contact me whenever... problem is, I'm not
+ always in front of it. I'll try to update this page and keep
+ everyone happy :-)<BR>Any Questions or comments, you can either
+ contact me or post it on the messageboard.<BR><BR>Ways to contact
+ me.<BR>E-mail: <A
+ href="mailto:Holodeck2@home.com">Holodeck2@home.com</A> (All E-mails
+ will be answered in 24 hours or less, I guarantee it.)<BR>When you
+ write me an e-mail please put in the subject line "BP6" then the
+ rest of your subject so my e-mail program can sort it, thanks<BR><A
+ href="http://www.aol.com/aim">AIM: </A>Holodeck2 (instant response
+ if I&#8217;m in front of my comp and not trying to frag someone)<BR><A
+ href="http://www.icq.com/download">ICQ: </A>82640218 (rarely
+ on)<BR><BR>P.S. If someone named &#8220;Digital Vortex&#8221; on either Quake 3
+ or 2 frags you, it&#8217;s probably me. ;-)<BR></FONT><BR><BR><A
+ name=newsitem964429577,13375,></A>
+ <TABLE bgColor=#003399 width="100%">
+ <TBODY>
+ <TR>
+ <TD><FONT color=#ffffff face=Verdana,arial size=2><B>Monday,
+ July 24, 2000</B></FONT></TD></TR></TBODY></TABLE><BR><!--<hr noshade width=100%>--><B><U><FONT
+ color=#003366 face="Verdana, Arial" size=2>BP6 Q3 server up and
+ running..</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:tim@bp6.com">tim</A> @ 2:06AM PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/964429577,13375,.html"><IMG
+ border=0 src="doc3_files/comments.gif">3 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>Setup a Q3 server for anyone wanting
+ to practice in preparation for Quakecon.. Connect to bp6.dyndns.org
+ default port. (SERVER: BP6 system, 256 MB ram, celeron 600 on a T3
+ connection)... Will be moved to another BP6 server eventually. This
+ is only a temporary test of the system and net connection. <BR>(BTW-
+ there are a few bot's running around in there..)</FONT><BR><BR><A
+ name=newsitem964425184,95812,></A><B><U><FONT color=#003366
+ face="Verdana, Arial" size=2>BIOS Savior to the
+ rescue....</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:tim@bp6.com">tim</A> @ 12:53AM PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/964425184,95812,.html"><IMG
+ border=0 src="doc3_files/comments.gif">2 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>Do you sweat during the BIOS flashing
+ procedure on your BP6 mobo? If so then this little gadget maybe
+ worth a first look. It's called the "<B>RD1 BIOS Savior</B>" and it
+ plugs in between your BIOS ROM and the BIOS ROM socket on your mobo.
+ This device will backup your BIOS and and allow you to recover your
+ BIOS in the event that your flashing session goes wrong. In the
+ event of a bad flash, just flip a switch on the RDI and boot up your
+ system, and flash again. This is also good as a failsafe in case you
+ don't believe in Virus Protecting your computer. (Thanks to Fred for
+ link)<BR><A href="http://www.ioss.com.tw/eg/rd1/RD1info0004.PDF"
+ target=_NEW>Manufacturers Brochure</A> (PDF Format)<BR><A
+ href="http://192.216.185.10/mwave/doc/A06950.html"
+ target='_BLANK"'>Another info page</A><BR><A
+ href="http://192.216.185.10/mwave/ProdMB-AC-MW.hmx?UID=&amp;CID=&amp;updepts=MB&amp;DNAME=%3Cb%3EMotherboards%3C%2Fb%3E&amp;Back=ProdMB-AC-MW.hmx?"
+ target=_BLANK>Available for about $20</A><BR><BR><IMG
+ src="doc3_files/rd1.jpg"></FONT><BR><BR><A
+ name=newsitem963875853,12731,></A>
+ <TABLE bgColor=#003399 width="100%">
+ <TBODY>
+ <TR>
+ <TD><FONT color=#ffffff face=Verdana,arial size=2><B>Monday,
+ July 17, 2000</B></FONT></TD></TR></TBODY></TABLE><BR><!--<hr noshade width=100%>--><B><U><FONT
+ color=#003366 face="Verdana, Arial" size=2>How To
+ Overclock</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:killz@i82hq.com">DareDevil</A> @ 4:17PM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/963875853,12731,.html"><IMG
+ border=0 src="doc3_files/comments.gif">3 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>For those of you who are new to
+ overclocking, this guide will explain to you how to overclock, and
+ what some of the terms are. Like 'FSB' (what the heck is that!?
+ :0))<BR><BR><A href="http://netkills.qgl.org/a_oc_comp.shtml"
+ target=_blank>How To Overclock</A> </FONT><BR><BR><A
+ name=newsitem963875485,23353,></A><B><U><FONT color=#003366
+ face="Verdana, Arial" size=2>The Cardcooler
+ XT</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:killz@i82hq.com">DareDevil</A> @ 4:11PM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/963875485,23353,.html"><IMG
+ border=0 src="doc3_files/comments.gif">1 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>Wow! I am impressed! Nevermind keeping
+ the CPU's cool... Keep your whole board cool!<BR><BR><I>Even if your
+ not overclocking your system (or planning on it), this unit will
+ provide system stability and longevity. What would happen one day of
+ your GeForce or CPU fan went dead? You can also think of this
+ cooling unit as a backup to essential cooling fans in your
+ system.</I><BR><BR>Check this out!<BR><BR><A
+ href="http://www.brokenpixel.com/articles/coolerXT/cardcoolerXT_1.shtml"
+ target=_blank>http://www.brokenpixel.com/articles/coolerXT/cardcoolerXT_1.shtml</A>
+ </FONT><BR><BR><A name=newsitem963859982,88982,></A><B><U><FONT
+ color=#003366 face="Verdana, Arial" size=2>'Nerd
+ Inside'</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:killz@i82hq.com">DareDevil</A> @ 11:53AM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/963859982,88982,.html"><IMG
+ border=0 src="doc3_files/comments.gif">1 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>We all need to have some fun
+ sometimes! Check out this little web site that sells 'nerd' clothing
+ ;) (I like the bibs in the Junior Hackerz section) :-<BR><BR>
+ <DIV align=center><A href="http://www.nerdgear.com/"
+ target=_blank><IMG border=0
+ src="doc3_files/nerdinside.gif"></A></DIV></FONT><BR><BR><A
+ name=newsitem963819796,9688,></A><B><U><FONT color=#003366
+ face="Verdana, Arial" size=2>Dual PSU Wiring diagram... (preview to
+ Part 1 Watercooling Project)</FONT></U></B><BR><FONT color=#0066cc
+ face=Arial size=1><SMALL>Posted by <A class=nav
+ href="mailto:tim@bp6.com">tim</A> @ 12:43AM PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/963819796,9688,.html"><IMG
+ border=0 src="doc3_files/comments.gif">11 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>When is comes to overclocking your
+ system, cooling plays a big role. Powering all of those fans in your
+ system can cause quite a strain on your PSU (Power Supply Unit).
+ Depending on the number of peripherals in your system, adding a more
+ powerfull PSU or adding a second PSU may be neccesary. For
+ watercooling and using peltiers, dedicating a second PSU to power
+ the Peltiers (TEC's) is a good idea. Here I have come up with 2
+ diagrams on how I wired dual 300 watt ATX power supply units for the
+ Blizzard BP6 watercooling project. Consider this part of Step 1.
+ More will follow this week. BTW.. hacking up your PSU's is very
+ dangerous and is not recommended unless you know what you are doing.
+ <BR><BR>View Diagram 1 <A
+ href="http://bp6.gamesquad.net/images/wiring.jpg"
+ target=_BLANK>here</A>.<BR>View Diagram 2 <A
+ href="http://bp6.gamesquad.net/images/psu2.gif"
+ target=_BLANK>here</A>.<BR><BR>I used Tap-In Squeeze Connectors and
+ 22 guage wire to connect the wires. You can get them at Radio Shack
+ Part# 64-3053 or <A
+ href="http://www.radioshack.com/ProductCatalog/ProductDetail/Index/1,2098,,00.html?SKUString1=64&amp;SKUString2=3053"
+ target=_blank>click here</A>.</FONT><BR><BR><A
+ name=newsitem963766655,78511,></A>
+ <TABLE bgColor=#003399 width="100%">
+ <TBODY>
+ <TR>
+ <TD><FONT color=#ffffff face=Verdana,arial size=2><B>Sunday,
+ July 16, 2000</B></FONT></TD></TR></TBODY></TABLE><BR><!--<hr noshade width=100%>--><B><U><FONT
+ color=#003366 face="Verdana, Arial" size=2>RAM Overclocking?
+ Hmmmmm.</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:killz@i82hq.com">DareDevil</A> @ 9:57AM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/963766655,78511,.html"><IMG
+ border=0 src="doc3_files/comments.gif">3 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>I know we're pretty big overclockers
+ here at BP6.Com so, this is a post of choice ;-) I've seen the
+ question in the message boards, 'why can't I overclock any higher?'
+ Well, it's not always the CPU that's holding you back... Many other
+ things need to be taken care of to overclock such as your PCI
+ devices (can they handle the higher bus speed), the actual CPU, and
+ your RAM. I'm not saying that that a high quality stick of silicon
+ will enable you to overclock your 366MHz to 1 GHZ (I wish!), but, it
+ will certainly help =)<BR><BR>Extreme Overclocking has tested
+ (overclocked) PC133 RAM to there full potential. Here's a quote I
+ found and the link:<BR><BR><I>Well, the guys at Extreme Overclocking
+ have been hard at work again with their latest review. This time
+ they have put seven 128MB PC133 memory modules through the torture
+ tests to determine their maximum overclocking potential. Which one's
+ came out on top? Read the review to find out....</I><BR><BR><A
+ href="http://www.extremeoverclocking.com/reviews/memory/ram_roundup_1.html"
+ target=_blank>Cooked RAM... Yummie</A><BR><BR>The
+ .</FONT><BR><BR><A name=newsitem963764236,76720,></A><B><U><FONT
+ color=#003366 face="Verdana, Arial" size=2>CPU
+ Guide</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:killz@i82hq.com">DareDevil</A> @ 9:17AM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/963764236,76720,.html"><IMG
+ border=0 src="doc3_files/comments.gif">0 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>A follow up on the 'Weekly CPU
+ Prices', this guide will help you determine which cpu is best for
+ you (and your board ;-)). Sent to me by Spanky, here's the
+ link:<BR><BR>
+ <LI><A
+ href="http://www6.tomshardware.com/howto/00q2/000412/index.html"
+ target=_blank>http://www6.tomshardware.com/howto/00q2/000412/index.html</A></FONT><BR><BR><A
+ name=newsitem963685749,28290,></A>
+ <TABLE bgColor=#003399 width="100%">
+ <TBODY>
+ <TR>
+ <TD><FONT color=#ffffff face=Verdana,arial size=2><B>Saturday,
+ July 15, 2000</B></FONT></TD></TR></TBODY></TABLE><BR><!--<hr noshade width=100%>--><B><U><FONT
+ color=#003366 face="Verdana, Arial" size=2>Weekly CPU
+ Prices</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:killz@i82hq.com">DareDevil</A> @ 11:29AM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/963685749,28290,.html"><IMG
+ border=0 src="doc3_files/comments.gif">2 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>Wow, found this very useful! Wanting
+ to buy a new CPU? Check out this detailed price list!<BR><BR><A
+ href="http://www.sharkyextreme.com/hardware/weekly_cpu/"
+ target=_blank>Click Here.</A> <BR><BR>Thanks Sharky
+ Extreme!</FONT><BR><BR><A
+ name=newsitem963679881,35277,></A><B><U><FONT color=#003366
+ face="Verdana, Arial" size=2>Fast Wallpapers</FONT></U></B><BR><FONT
+ color=#0066cc face=Arial size=1><SMALL>Posted by <A class=nav
+ href="mailto:killz@i82hq.com">DareDevil</A> @ 9:51AM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/963679881,35277,.html"><IMG
+ border=0 src="doc3_files/comments.gif">0 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>FAST-MHz has released some wallpapers!
+ <A href="http://64.29.18.111/wallpaper/index.html"
+ target=_blank>Click here</A> to view them. They come in sizes
+ 800x600 1024x768 and 1152x864. If you have your desktop set at a
+ larger size, just use the 'stretch' function in desktop properties
+ instead of 'center'. Works great.<BR><BR>In other news, we want to
+ finnish off all the sections at BP6.Com so, to start, we're going to
+ work on the <A href="http://bp6.gamesquad.net/uc.phtml"
+ target=_blank>Picture Gallery</A>. To help us out, you can send in
+ all your cool, wierd, crazy pics that you may have to: <A
+ href="mailto:thedaredevil@bp6.com">thedaredevil@bp6.com</A>. (The
+ topic being computers, duh! :0) And no... I don't want to recieve
+ any porno piccies in my mailbox! I have enough of those!) Kidding
+ guys.<BR><BR>Okay, that's all for now.<BR><BR>The
+ .</FONT><BR><BR><A name=newsitem963619505,3764,></A>
+ <TABLE bgColor=#003399 width="100%">
+ <TBODY>
+ <TR>
+ <TD><FONT color=#ffffff face=Verdana,arial size=2><B>Friday,
+ July 14, 2000</B></FONT></TD></TR></TBODY></TABLE><BR><!--<hr noshade width=100%>--><B><U><FONT
+ color=#003366 face="Verdana, Arial" size=2>Hey
+ There!</FONT></U></B><BR><FONT color=#0066cc face=Arial
+ size=1><SMALL>Posted by <A class=nav
+ href="mailto:killz@i82hq.com">DareDevil</A> @ 5:05PM
+ PDT</SMALL>&nbsp; <A
+ href="http://bp6.gamesquad.net/news/963619505,3764,.html"><IMG
+ border=0 src="doc3_files/comments.gif">7 comments</A>
+ &nbsp;|&nbsp;<A
+ href="http://bp6.gamesquad.net/#news_top">top</A></FONT> <BR><FONT
+ color=black face=Arial size=2>Hey guys, just wanted to introduce
+ myself, some of you may have already met me on the BP6.com board.
+ I'll be posting up news from time to time now so, if you'd like, you
+ may send me some news to be posted if you find any ( we don't want
+ to flood Tim ;-) ).<BR><BR>My e-mail address is <A
+ href="mailto:killz@i82hq.com">killz@i82hq.com</A><BR><BR>Ciao for
+ now.<BR><BR>The .</FONT><BR><BR>
+ <CENTER><IFRAME frameBorder=0 height=60 marginHeight=0 marginWidth=0
+ noResize scrolling=no src="doc3_files/ad_iframe.htm"
+ width=468><a href="http://ads.adflight.com/go_static.asp?asid=7708" target="_top"><img width=468 height=60 border=0 alt="Advertisement" src="http://ads.adflight.com/ad_static.asp?pid=2097&sid=1881&asid=7708"></a></IFRAME></CENTER></LI></FONT></TD></TR></TBODY></TABLE></CENTER></P></TD>
+ <TD bgColor=silver vAlign=top width="10%">
+ <CENTER>
+ <P>
+ <TABLE bgColor=silver border=0 cellPadding=0 cellSpacing=0 width="100%">
+ <TBODY>
+ <TR>
+ <TD COLSTART="1">
+ <CENTER><!-- <FORM ACTION="/cgi-bin/subscribe.pl" METHOD="POST" ENCTYPE="application/x-www-form-urlencoded">
+ <IMG SRC="/images/spacer.gif" WIDTH="111" HEIGHT="1"><BR>
+ <P><B><FONT SIZE="2" COLOR="#000066" FACE="Verdana">Newsletter</FONT></B><FONT SIZE="1" FACE="Verdana"><BR>
+ <INPUT TYPE="TEXT" NAME="email" SIZE="10" VALUE="ur@email.com"><BR>
+ <INPUT TYPE="HIDDEN" NAME="subscribe" SIZE="-1" VALUE="subscribe"><INPUT TYPE="IMAGE" SRC="/images/subscribe.gif" WIDTH="80"
+ HEIGHT="27" ALIGN="BOTTOM" BORDER="0"></FONT>
+ </FORM> -->
+ <FORM
+ action=http://bp6.gamesquad.net/cgi-bin/news/viewnews.cgi?emaillist
+ method=post><IMG height=1 src="doc3_files/spacer.gif"
+ width=111><BR><FONT size=1>Newsletter<BR><INPUT name=npemail size=13
+ value="e-mail addr."><BR><INPUT name=npsubscribe style="BACKGROUND-COLOR: #000000; COLOR: #ffffff; FONT-FAMILY: Verdana; FONT-SIZE: xx-small; FONT-WEIGHT: bold" type=submit value=Subscribe><BR><!-- <input type="submit" name="npunsubscribe" value="Unsubscribe" style="font-size: xx-small; font-family: Verdana; font-weight: bold; color: #ffffff; background-color: #000000;"> --></FONT></FORM><FONT
+ size=1>
+ <FORM
+ action=http://bp6.gamesquad.net/cgi-bin/news/viewnews.cgi?search
+ method=post>Search news<BR><INPUT name=searchstring size=13><BR><INPUT name=submit style="BACKGROUND-COLOR: #000000; COLOR: #ffffff; FONT-FAMILY: Verdana; FONT-SIZE: xx-small; FONT-WEIGHT: bold" type=submit value=Submit><BR><A
+ href="http://bp6.gamesquad.net/cgi-bin/news/viewnews.cgi?newsall">News
+ archive</A></FONT> </FORM></CENTER></TD></TR></TBODY></TABLE><!-- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%" BGCOLOR="silver">
+ <TR>
+ <TD WIDTH="100%">
+ <P ALIGN="CENTER"><A HREF="http://www.free56k.com" target="_blank"><IMG SRC="/images/free56k.gif" WIDTH="100" HEIGHT="49"
+ ALIGN="BOTTOM" BORDER="0"></A>
+ </TD>
+ </TR>
+ </TABLE>
+-->
+ <TABLE bgColor=silver border=0 cellPadding=0 cellSpacing=0 width="100%">
+ <TBODY>
+ <TR>
+ <TD align=middle width="100%"><!-- BEGIN GoTo.com Search Box -->
+ <SCRIPT language=javascript type=text/javascript>
+ <!--
+ if ((parseInt(navigator.appVersion) >= 3)
+ && (navigator.appName != "Netscape")) {
+ document.write("<IFRAME marginheight=0 frameborder=0 ");
+ document.write("marginwidth=0 scrolling=no width=100 height");
+ document.write("=90 ");
+ document.write("SRC=http://www.goto.com/d/ssn/dynconsole/?t");
+ document.write("ype=html&size=100x90&url=http://www.goto.co");
+ document.write("m/d/search/ssn/&target=_blank&Partner=SSN80");
+ document.write("42DF8478957377></IFRAME>");
+ } else if ((parseInt(navigator.appVersion) > 3)
+ && (navigator.appName == "Netscape")) {
+ document.write("<SCRIPT language=javascript type=text/javas");
+ document.write("cript ");
+ document.write("SRC=http://www.goto.com/d/ssn/dynconsole/?t");
+ document.write("ype=js&size=100x90&url=http://www.goto.com/");
+ document.write("d/search/ssn/&target=_blank&Partner=SSN8042");
+ document.write("DF8478957377></SC");
+ document.write("RIPT>");
+ } else {
+ document.write("<A TARGET=_blank ");
+ document.write("HREF=http://www.goto.com/d/search/ssn/?from");
+ document.write("GIF=true>");
+ document.write("<IMG ismap ");
+ document.write("SRC=http://www.goto.com/d/ssn/dynconsole/?t");
+ document.write("ype=gif&size=100x90></A>");
+ }
+ // -->
+ </SCRIPT>
+ <B><NOSCRIPT></B><A
+ href="http://www.goto.com/d/search/ssn/?fromGIF=true"
+ target=_blank><IMG align=bottom border=0 height=90 isMap
+ src="doc3_files/100x90.gif" width=100></A><B><A
+ href="http://www.goto.com/d/search/ssn/?fromGIF=true" target=_blank>
+ </A></A></B><B></NOSCRIPT></B><B><!-- END GoTo.com Search Box --></B><!-- Pricewatch Search Box -->
+ <FORM action=http://www.pricewatch.com/search/search.asp method=get
+ target=_Blank>
+ <CENTER>
+ <P><B><FONT color=white face="ARIAL, HELVETICA" size=1>PC Price
+ Search<BR></FONT></B><INPUT maxLength=30 name=criteria size=10><BR><INPUT name=submit style="BACKGROUND-COLOR: #000000; COLOR: #ffffff; FONT-FAMILY: Verdana; FONT-SIZE: xx-small; FONT-WEIGHT: bold" type=submit value=Search>
+ </FORM><!-- Pricewatch Search Box --><A
+ href="http://www.puicorp.com/bp6specials.htm" target=_BLANK><IMG
+ src="doc3_files/puibp6.gif"></A><BR><BR><BR><BR><A
+ href="http://store.yahoo.com/dunamis-site/maxtor.html"
+ target=_BLANK><IMG
+ alt="BP6.com Special - Enter CODE: BP6-hd in the order (notes) to receive a discount"
+ src="doc3_files/hd5.gif"><FONT size=1><BR>BP6.COM
+ Special<BR>Code:BP6-hd</FONT></A> </P></CENTER></TD></TR></TBODY></TABLE>
+ <TABLE bgColor=silver border=0 cellPadding=0 cellSpacing=0 height="100%"
+ width="100%">
+ <TBODY>
+ <TR>
+ <TD
+width="100%">&nbsp;</TD></TR></TBODY></TABLE></P></CENTER></TR></TBODY></TABLE><!-- </TABLE>-->
+<CENTER></CENTER></TD></TR><TR><TD COLSPAN="3" VALIGN="TOP"
+HEIGHT="70">&nbsp;</TD> </TR></TABLE>
+<TABLE border=0 width=780>
+ <TBODY>
+ <TR>
+ <TD width=780>
+ <P align=center><FONT color=#999999 face=verdana,arial size=1>Copyright
+ 1999-2000 BP6.com, All rights reserved.<BR>Got news? Send it to </FONT><A
+ href="mailto:tim@bp6.com"><FONT color=white face=Verdana
+ size=1>Tim</FONT></A> </P></TD></TR><!-- <TR> <TD WIDTH="780"> <P ALIGN="CENTER"><FONT SIZE="1" COLOR="#999999" FACE="Verdana,arial">Site design by Tim Brinkley</FONT> </TD> </TR> --></TBODY></TABLE></DIV>
+<SCRIPT> window.open=NS_ActualOpen; </SCRIPT>
+</BODY></HTML>
diff --git a/libxml2/test/HTML/entities.html b/libxml2/test/HTML/entities.html
new file mode 100644
index 0000000..97aeb14
--- /dev/null
+++ b/libxml2/test/HTML/entities.html
@@ -0,0 +1,5 @@
+<p tst="a&amp;b" tst2="a&b" tst3="a & b">
+a&amp;b
+a&b
+a & b
+</p>
diff --git a/libxml2/test/HTML/entities2.html b/libxml2/test/HTML/entities2.html
new file mode 100644
index 0000000..53cc7b0
--- /dev/null
+++ b/libxml2/test/HTML/entities2.html
@@ -0,0 +1,7 @@
+<html>
+<body>
+<form>
+ <input type="text" name="test" value="&scaron;">
+</form>
+</body>
+</html> \ No newline at end of file
diff --git a/libxml2/test/HTML/fp40.htm b/libxml2/test/HTML/fp40.htm
new file mode 100644
index 0000000..840b81e
--- /dev/null
+++ b/libxml2/test/HTML/fp40.htm
@@ -0,0 +1,166 @@
+<!doctype html public "-//IETF//DTD HTML//EN">
+<html>
+
+<head>
+<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
+<title>README - Microsoft FrontPage 2000 Server Extensions</title>
+<meta name="Microsoft Theme" content="none">
+</head>
+
+<body>
+<font face="Verdana">
+<h1><a name="top">Microsoft FrontPage 2000 Server Extensions, UNIX</a></h1>
+
+<font size="2"><i> Copyright Microsoft Corporation, 1999&nbsp;</i></font>
+
+
+<p>The FrontPage Server Extensions are a set of programs on the Web server that support:
+
+<ul>
+ <li>Authoring FrontPage webs</li>
+ <li>Administering FrontPage webs</li>
+ <li>Browse-time FrontPage web functionality</li>
+</ul>
+
+
+<h2>Contents&nbsp;</h2>
+
+<a href="#relnotes">Release Notes</a><br>
+<a href="#moreinfo">Resources for More Information</a>
+<p>&nbsp;</p>
+<hr>
+<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><a href="#apache">Apache 1.3.4 Support</a><br>
+<a href="#upgrading">Upgrading from previous version of FrontPage Server Extensions</a><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>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">
+ResourceConfig /dev/null&nbsp;<br>
+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>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>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
+setting protects servers so that authors do not inadvertently upload a program containing a bug
+or a virus.</p>
+
+<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>
+
+
+
+<hr>
+
+
+
+<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><a href="#serk">Server Extensions Resource Kit</a><br>
+<a href="#serkupdate">Server Extensions Resource Kit Update</a><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>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
+Kit, open /usr/local/frontpage/version4.0/serk/default.htm in your Web browser.</p>
+
+<p>The Server Extensions Resource Kit contains detailed information about installing and
+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>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>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
+fast, accurate answers. You can also customize the site to control your search using either
+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>&nbsp;</p>
+
+</font>
+</body>
+</html>
diff --git a/libxml2/test/HTML/html5_enc.html b/libxml2/test/HTML/html5_enc.html
new file mode 100644
index 0000000..3ebf491
--- /dev/null
+++ b/libxml2/test/HTML/html5_enc.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+<meta charset="iso-8859-1"/>
+</head>
+<body>
+ <p>trs</p>
+</body>
+</html>
diff --git a/libxml2/test/HTML/liclose.html b/libxml2/test/HTML/liclose.html
new file mode 100644
index 0000000..7364034
--- /dev/null
+++ b/libxml2/test/HTML/liclose.html
@@ -0,0 +1,13 @@
+<!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>
+<li>First item
+<li>Second item, closes the first one
+</ul>
+
+</html>
diff --git a/libxml2/test/HTML/lt.html b/libxml2/test/HTML/lt.html
new file mode 100644
index 0000000..62f6d94
--- /dev/null
+++ b/libxml2/test/HTML/lt.html
@@ -0,0 +1,5 @@
+<html>
+<head>
+<meta name="Author" content="Root <root@aol.com>">
+</head>
+</html>
diff --git a/libxml2/test/HTML/noscript.html b/libxml2/test/HTML/noscript.html
new file mode 100644
index 0000000..454e943
--- /dev/null
+++ b/libxml2/test/HTML/noscript.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>omg</title>
+ <noscript><link rel="stylesheet" href="http://foo.com"></noscript>
+ </head>
+ <body id="xxx">
+ <p>yo</p>
+ </body>
+</html>
diff --git a/libxml2/test/HTML/pre.html b/libxml2/test/HTML/pre.html
new file mode 100644
index 0000000..8e1a66d
--- /dev/null
+++ b/libxml2/test/HTML/pre.html
@@ -0,0 +1,5 @@
+<html>
+<body>
+<pre><a href="toto"></a><img src="titi"></pre>
+</body>
+</html>
diff --git a/libxml2/test/HTML/python.html b/libxml2/test/HTML/python.html
new file mode 100644
index 0000000..51a6394
--- /dev/null
+++ b/libxml2/test/HTML/python.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd" >
+<?xml-stylesheet href="./css/ht2html.css" type="text/css"?>
+<html>
+<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
+<head>
+<title>Python Programming Language</title>
+</head>
+<body>
+</body></html>
diff --git a/libxml2/test/HTML/reg1.html b/libxml2/test/HTML/reg1.html
new file mode 100644
index 0000000..ecdd007
--- /dev/null
+++ b/libxml2/test/HTML/reg1.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>Regression test 1</title>
+</head>
+<body>
+<h1>Regression test 1</h1>
+<p>
+Ok file no problem
+</body>
+</html>
diff --git a/libxml2/test/HTML/reg2.html b/libxml2/test/HTML/reg2.html
new file mode 100644
index 0000000..7145c19
--- /dev/null
+++ b/libxml2/test/HTML/reg2.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>Regression test 2</title>
+</head>
+<body>
+<h1>Regression test 2</h1>
+<p>
+Autoclose of tag P
+<p>
+Ok file no problem
+</body>
+</html>
diff --git a/libxml2/test/HTML/reg3.html b/libxml2/test/HTML/reg3.html
new file mode 100644
index 0000000..014483b
--- /dev/null
+++ b/libxml2/test/HTML/reg3.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+<title>Regression test 3</title>
+</head>
+<body>
+<h1>Regression test 3</h1>
+<p>
+Autoclose of tag P
+<hr>
+<p>
+Ok file no problem
+</body>
+</html>
diff --git a/libxml2/test/HTML/reg4.html b/libxml2/test/HTML/reg4.html
new file mode 100644
index 0000000..7d04ca2
--- /dev/null
+++ b/libxml2/test/HTML/reg4.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>Regression test 4</title>
+</head>
+<body>
+<h1>Regression test 4</h1>
+<p>
+Wrong close of tag P
+<hr>
+</p>
+</body>
+</html>
diff --git a/libxml2/test/HTML/repeat.html b/libxml2/test/HTML/repeat.html
new file mode 100644
index 0000000..d6d6f97
--- /dev/null
+++ b/libxml2/test/HTML/repeat.html
@@ -0,0 +1 @@
+<td><td><!-- <a><b> -->
diff --git a/libxml2/test/HTML/script.html b/libxml2/test/HTML/script.html
new file mode 100644
index 0000000..197b002
--- /dev/null
+++ b/libxml2/test/HTML/script.html
@@ -0,0 +1,9 @@
+<HTML>
+<HEAD><TITLE>Script tests</TITLE></HEAD>
+<BODY>
+<SCRIPT language=javascript>
+ if (window.open<max) ;
+</SCRIPT>
+<INPUT ONCLICK="if(window.open<max);">
+</BODY>
+</HTML>
diff --git a/libxml2/test/HTML/script2.html b/libxml2/test/HTML/script2.html
new file mode 100644
index 0000000..2606a83
--- /dev/null
+++ b/libxml2/test/HTML/script2.html
@@ -0,0 +1,19 @@
+<!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">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Test Page</title>
+</head>
+<body>
+<div id="portal">
+<script type="text/javascript">
+ documen.write("Příliš žluťoučký kůň úpěl ďábelksé ódy");
+</script>
+ <p>
+ Příliš žluťoučký kůň úpěl ďábelksé ódy;
+ </p>
+</div>
+</body>
+</html>
+
diff --git a/libxml2/test/HTML/test2.html b/libxml2/test/HTML/test2.html
new file mode 100644
index 0000000..c8fd44c
--- /dev/null
+++ b/libxml2/test/HTML/test2.html
@@ -0,0 +1,33 @@
+<!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>
+<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>
+ <TD><IMG SRC="/pics/lt.gif" VSPACE=5 alt="Linux Today Logo"><br><font size="-1"><a href="http://linux.com">linux.com</a> partner</font><p></TD>
+
+ </TR>
+</TABLE>
+<font size="2" face="Helvetica">
+[ <a href="http://linuxtoday.com/">headlines</A> |
+<a href="http://features.linuxtoday.com/">features</A> |
+<a href="http://commercial.linuxtoday.com/">commercial</a> |
+<a href="http://security.linuxtoday.com/">security</a> |
+<a href="http://jobs.linuxtoday.com/">jobs</a> |
+<a href="http://linuxtoday.com/volt/">volt</a> |
+<a href="http://linuxtoday.com/contrib.pl">contribute/submit</a> |
+<a href="http://linuxtoday.com/advertise/">advertise</A> |
+<a href="http://linuxtoday.com/search.html">search</A> |
+<a href="http://linuxtoday.com/digests/">site digests</A> |
+<a href="http://linuxtoday.com/mail-lists">mailing lists</A> |
+<a href="http://linuxtoday.com/about/">about us</a> |
+<a href="http://linuxtoday.com/linkus.html">link us</A> ]</font>
+</center>
+<P>
+</body>
+</html>
diff --git a/libxml2/test/HTML/test3.html b/libxml2/test/HTML/test3.html
new file mode 100644
index 0000000..af1f190
--- /dev/null
+++ b/libxml2/test/HTML/test3.html
@@ -0,0 +1,34 @@
+<html>
+<head>
+<base target=contents>
+</head>
+<a name=ProblemDomain.Package><h2>Component Package diagram ProblemDomain</h2>
+</a><p><hr></p>
+<dl>
+<dt><b>Stereotype </b>problem domain</dt>
+<dt><b>Alias </b>Problem Domain</dt>
+<dt><b>Note </b><dd>The Problem Domain package is the model behind the Human
+<dd>Interface, thats stores and manipulates the Family Tree.
+</dl>
+<p><hr></p>
+<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>
+</dl>
+
+<h4><b>Links</h4></b>
+<ul><li><b>Link to </b><a href=HumanInterface.Package.html#HumanInterface.Package>HumanInterface</a></li></ul>
+<dir></dir>
+<ul><li><b>Link to </b><a href=DataManagement.FlatFile.Package.html#DataManagement.FlatFile.Package>DataManagement.FlatFile</a></li></ul>
+<dir></dir>
+<ul><li><b>Link to </b><a href=DataManagement.Package.html#DataManagement.Package>DataManagement</a></li></ul>
+<dir></dir>
+</html>
diff --git a/libxml2/test/HTML/utf8bug.html b/libxml2/test/HTML/utf8bug.html
new file mode 100644
index 0000000..c3cface
--- /dev/null
+++ b/libxml2/test/HTML/utf8bug.html
@@ -0,0 +1,182 @@
+
+<html>
+
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link href="CSS.css" type="text/css" rel="stylesheet" />
+<link rel="SHORTCUT ICON" href="favicon.ico">
+<title>شهير بلاگ</title>
+</head>
+
+<body>
+
+<table border="0" width="100%" id="MainTBL" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="Header1">
+ <table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
+ <tr>
+ <td>
+ <img border="0" src="Shell/Shahir.ShahidSales1.png" width="442" height="110"></td>
+ <td>&nbsp;</td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td height="28">
+ <div id="SideBar1">
+ <table width="100%">
+ <tr>
+ <td>
+ <span class="Item">
+<a href="Index.asp" >
+خانه </a></span> <span class="Item">
+<a href="Contact.asp" >
+تماس با من </a></span> <span class="Item">
+<a href="Archive.asp" >
+آرشيو </a></span> <span class="Item">
+<a href="Search.asp" >
+جستجو در سایت </a></span> <span class="Item">
+<a href="http://shahirblog.com/detail.asp?id=30" >
+درباره من </a></span> <span class="Item">
+<a href="RSS2.asp" >
+
+<img src="showimage.aspx?path=Files_Upload\192.png&width=%>" border="0" />
+RSS </a></span> <span class="Item">
+<a href="" >
+ </a></span>
+ </td>
+ <td align="left">
+ <div id="DateTime">
+ <p align="left">
+ &#1610;&#1705;&#1588;&#1606;&#1576;&#1607;&#1548;&nbsp;15&nbsp;&#1575;&#1585;&#1583;&#1610;&#1576;&#1607;&#1588;&#1578;&nbsp;1387&nbsp;
+ -&nbsp;&nbsp;
+ <span dir="ltr">Sunday, May 04, 2008</span>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top">
+ <table border="0" width="100%" cellspacing="0" cellpadding="0" id="Content">
+ <tr>
+ <td class="Right" valign="top" style="padding-right: 60px">
+ <table width="100%">
+ <tr>
+ <td valign="top">
+
+<script>
+var tgs = new Array( 'div','td','tr','a');
+var szs = new Array( '7pt','8pt','9pt','10pt','11pt','12pt','13pt' );
+var startSz = 1;
+
+function ChangeSize( trgt,sz ) {
+ if (!document.getElementById) return
+ var d = document,cEl = null,i,j,cTags;
+
+ if ( !( cEl = d.getElementById( trgt ) ) ) cEl = d.getElementsByTagName( trgt )[ 0 ];
+
+ cEl.style.fontSize = sz;
+
+ for ( i = 0 ; i < tgs.length ; i++ ) {
+ cTags = cEl.getElementsByTagName( tgs[ i ] );
+ for ( j = 0 ; j < cTags.length ; j++ ) cTags[ j ].style.fontSize = sz; //szs[ sz ];
+ }
+}
+</script>
+
+<table width="100%" id="NewsDetail">
+ <tr>
+ <td valign="top">
+ <div class="News_Info">
+ &#1578;&#1575;&#1585;&#1610;&#1582; &#1583;&#1585;&#1580;: <font color="#000000">&#1670;&#1607;&#1575;&#1585;&#1588;&#1606;&#1576;&#1607;&#1548;&nbsp;29&nbsp;&#1575;&#1587;&#1601;&#1606;&#1583;&nbsp;1386
+ - Wednesday, March 19, 2008</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ &#1606;&#1608;&#1610;&#1587;&#1606;&#1583;&#1607;: <font color="#000000"></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ &#1583;&#1601;&#1593;&#1575;&#1578; &#1605;&#1588;&#1575;&#1607;&#1583;&#1607;: <font color="#000000">2688</font>
+ &#1576;&#1575;&#1585;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#1603;&#1583;: <font color="#000000">341</font>
+ </div>
+ <br>
+ <!--
+ <div>&#1575;&#1606;&#1583;&#1575;&#1586;&#1607; &#1601;&#1608;&#1606;&#1578;:&nbsp;
+ <a href="javascript:ChangeSize('NewsBody','7pt')"><font size="1">&#1705;&#1608;&#1670;&#1705;</font></a>&nbsp;
+ <a href="javascript:ChangeSize('NewsBody','10pt')"><font size="2">&#1605;&#1593;&#1605;&#1608;&#1604;&#1740;</font></a>&nbsp;
+ <a href="javascript:ChangeSize('NewsBody','13pt')"><font size="3">&#1576;&#1586;&#1585;&#1711;</font></a>&nbsp;
+ </div>-->
+
+
+ <div class="Titr1">
+ </div>
+ <br>
+ <div id="NewsBody">
+
+ <div class="Image">
+
+ <a href="showimage.aspx?path=Files_Upload\302.JPG&Width=" rel="lightbox" title="شهير بلاگ">
+ <img src="showimage.aspx?path=Files_Upload\302.JPG&Width=220" align="left" border="1" />
+ </a></div>
+ <STRONG><FONT size=4><FONT color=#0000ff>عکس</FONT> <FONT color=#0000ff>محصول هنر یکی از همکاران است. روی آن کلیک کند.</FONT></FONT></STRONG><S1> </div>
+ <br>
+ <div align="left">
+ <a href="printfriendly.asp?id=341">
+ <img src="shell/PrintFriendly.png" border="0"></a>
+ <a href="#" onclick="window.open('SendNews.asp?PageID=341','myWin','toolbar=no,directories=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=no,width=500, height=200'); return false">
+ <img border="0" src="Shell/SendToFriends.jpg" width="140" height="30">
+ </a>
+ </div>
+ <br>
+ </td>
+ </tr>
+ <tr>
+ <td> <br />
+ <hr><div
+ id=Comments><ul><b>&#1606;&#1592;&#1585;&#1575;&#1578;
+ &#1705;&#1575;&#1585;&#1576;&#1585;&#1575;&#1606;:</b><br><li><font
+ color='blue'>حاجی جفرسون:</font><br><font size='1'>4/5/2008 -
+ 7:08:00 PM</font><br>با درود به شما...&nbsp;بدون هیچ گونه طنز
+ و دستکاری توسط حاجی دایی نقل شده است این ها که در بیان جدی
+ اینقدر طناز هستند وای به روزی که بخواهند طنز بنویسند. ببین
+ شهیر جان چه کسانی سر جوانان ما را با اصلاحات 8 سال گول
+ مالیدند.. این ها را بخوانید :::::((دبيركل مجمع اسلامي بانوان
+ گفت: به نظر مي&zwnj;رسد آقاي خاتمي قصد فاصله گرفتن از تندروها
+ را ندارد و تا اين روند ادامه دارد ما با تندروها در يك ائتلاف
+ شركت نمي&zwnj;كنيم. به گزارش خبرنگار سياسي خبرگزاري فارس،
+ فاطمه كروبي دبيركل مجمع اسلامي بانوان عصر امروز شنبه در جمع
+ خبرنگاران رسانه&zwnj;هاي گروهي روند برگزاري انتخابات هشتمين
+ دوره مجلس شوراي اسلامي را تحليل كرد. وي ضمن برشمردن مرزبندي خود
+ با جربان تندروي اصلاح طلب افزود: اين ما نيستيم كه با ستاد ائتلاف
+ اصلاح طلبان اختلاف داريم اما انحصارگري برخي از گروه&zwnj;ها
+ جريان اصلاحات را دچار از هم&zwnj;گسستگي كرد. داوطلب هشتمين دوره
+ انتخابات مجلس شوراي اسلامي درباره تشكيل ستاد مردمي اصلاحات خاطر
+ نشان كرد: آقاي خاتمي به توصيه&zwnj;ها و نظرات دوستانشان توجهي
+ ندارند و اگر اين امكان وجود داشت كه همه جريانات اصلاح طلب زير
+ يك عنوان فعاليت كنند حتما از آن استقبال مي&zwnj;كرديم اما به
+ نظر نمي&zwnj;رسد كه آقاي خاتمي بخواهد از تندروها فاصله بگيرد و
+ تا اين روند ادامه داشته باشد ما با تندروها در يك ائتلاف شركت
+ نمي&zwnj;كنيم. وي در مورد شركت تشكل متبوع خود در مرحله بعدي
+ انتخابات مجلس گفت: برخي از كانديداهاي نزديك به ما به مرحله دوم
+ انتخابات راه يافته&zwnj;اند و ما با تمام توان در اين مرحله از
+ آنها دفاع خواهيم كرد. كروبي تاكيد كرد: گروهي انحصارگر با
+ اقدامات غيرعقلاني و تندروي&zwnj;هاي خود اتوبوس اصلاحات را در دره
+ سرنگون كردند)))) لطفا پیدا کنید پرتقال فروش را......واقعا این
+ ها می خواهند دوباره وارد مجلس و دولت شوند.....اووووووووووووووو
+ لالالالالالا........نه!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! البته این
+ مجمع بانوان بیشتر به سفره های نذر و سبزی پاک کردن های خونه
+ مامان بزرگ و خاله زنک بازی های عصر قاجاریه و مجلس پا تختی و
+ حنا بندون عروس شباهت دارد. مهندس جان گویا ما از دست این ....و
+ عیالش باید برویم گوشه همان ابدارخانه و شاغلام و چایی
+ دیشلمه....شما تشریف نمی آورید؟</li><br><br><li><font color='blue'>سیاوش:</font><br><font size='1'>4/3/2008 - 9:28:00 PM</font><br>مرد هزار چهره مرد هزار چهره کیست؟شخصیتی ساخته و پرداخته مهران مدیری، پیمان قاسم خانی و دیگر نویسندگان؟ تنها هدفش آنست که چند روز تعطیلات، مارا سرگم کند و دیگر هیچ؟ مرد هزار چهره یک طنز است یک طنز تلخ، برداشتی واقعی از جامعه ایرانی. من جوانم پس دردآشنای جوانانم و خود را با خود و دیگر جوانان طرف می کنم بسیار اند جوانانی که مصداق مرد هزار چهره هستند جوانانی سودا زده یا به قول خود مسعود &quot;جو گیر&quot; که هر با محصولی کهنه را با تعریفی جدید به آنها ارائه کنند چنان با تمام و جود می پذیرند که گویی راه فائق آمدن بر تمام مشکلاتشان را یافته اند و می خرند، خواه این تحفه تئوری بر گرفته از تفکرات خشک و فسیلی گروهی باشد یا مدل ملیجک وار لباسی در پشت ویترین فروشگاه. مهم نیست چه باشد! مهم نیست دلیل انتخابش چه باشد! مهم نیست نتیجه این انتخاب چیست! تنها مهم است که می گویند از این طرف بفرمائید!حال این بفرمائید چه معنایی دارد باز هم مهم نیست!!! وای بر ما که نه خود را می شناسیم و نه در جهت شناخت خویش قدم می گذاریم. وای بر ما که دیگر حتی ندای درون خویش را نمی توانیم بشنویم. وای بر ما که نمی دانیم چه می خواهیم و هر بار که چیزی می خواهیم و در مسیر وصال پا می گذاریم به میانه راه نرسیده چنان مجذوب زرق و برق راههای دیگر می شویم که مبدا و مقصد را یکجا فراموش می کنیم. وای بر ما که نمی توانیم در برابر هر آنچه در مقابل انسانیت ما ایستاده &quot;نه&quot;بگوییم. درست است که ما جوانان به تنهایی مقصر نیستیم اما چون شروع تقصیریم پس می توانیم از ابتدا مانع مشکل هم باشیم. با احترام سیاوش<br>
+&nbsp;<br>
+<font color="#800000">بسیار زیبا سیاوش جان. درود بر تو. شهیر</font></li><br><br><li><font color='blue'>احسان __ خط سوم:</font><br><font size='1'>4/3/2008 - 8:21:00 PM</font><br>با سلام و ادای احترام وکسب اجازه از شهیر عزیز . از عماد جان عزیزم بخاطر زحمتی که کشیدند و اطلاعات خوبی که دادند ، به سهم خودم تشکر می کنم . با کمال شرمندگی از اینکه &quot;بدون هماهنگی&quot; و &quot; اجازه ای قبلی شما&quot; و &quot;بسرعت&quot; ، معدود اشتباهات تایپی را که با توجه به حجم مطلب ، امری کاملا اجتناب ناپذیر است ، سعی کردم که اصلاح کنم ، از شما پوزش می خواهم . البته عماد جان عزیزم ، بد نیست بدانید که در میزان اشتباه در تایپ هرگز به پای بنده نخواهید رسید ! شاهد ادعای حقیر، شهیر و حسین جان عزیزم هستند که خبردارند که چگونه بنده در یک فقره عملیات تایپ ، دو صفحه ای کامل را جا انداختم !!! کافی است بپرسید ، در نهایت صداقت ، بر این رکورد بی نظیر و تاریخی شهادت خواهند داد ! باز هم از زحمات عماد جان و نیز سوالات خوب حسین جان تشکر می کنم که ان وعده ای مقاله ای عیدانه ای مفصل شهیر را در باره ای زنده یاد مرحوم مصدق ، در وسع خود بجای اوردند . ضمن انکه هیچکدام از دوستان، این زحمت ارزشمند عماد جان را دلیل ان نخواهند دانست که شهیرعزیز بعد از بازگشت از مسافرت ، سر فرصت وعده ای خود را عمل نکنند . مشتاقانه اما نه عجولانه ، منتظر مقاله ای شهیر هم خواهیم ماند. با احترام : احسان<br>
+&nbsp;<br>
+<font color="#800000">احسان جان، من فکر کردم قضیه شامل مرور زمان شده است. تا امروز که نرسیده ام دست به این پروژه بزنم. اگر عشق به حفظ ارتباط با شما ها نبود تا روز 25 اپریل به خودم مرخصی می دادم. در این سفر خدا می داند چند هزار مایل در 3 قاره را پیموده ام. از پوست کلفت خودم در عجبم که چطوری تونستم اخبار را دنبال کنم و چند مقاله کوتاه بنویسم. گرفتاری زیاد بود. شهیر</font></li><br><br><li><font color='blue'>عماد ۲۴ ساله از اصفهان:</font><br><font size='1'>4/3/2008 - 7:14:00 PM</font><br>شهير جان اگر طولانی شد ببخشيد چاره ای نبود احسان جان از کمک شما نيز در ويرايش اين مطلب متشکرم اميدوارم حسين عزیز نيز راضی باشد<br>
+&nbsp;<br>
+<font color="#800000">ممنون از زحمتی که کشیدی عماد جان. شهیر</font></li><br><br><li><font color='blue'>حسین:</font><br><font size='1'>4/3/2008 - 7:04:00 PM</font><br>سلام آقا شهیر با اجازه شما خواستم از عماد عزیز وهمچنین سرور بزرگوار آقااحسان تشکر کنم وبه آقا عمادبگویم دستت درد نکنه بابت زحمتت وفوق العاده عالی بود.قسمتی که نوشتید" خود دکتر مصدق در تقریراتشان به اشتباه بودن تصمیمشان مبنی بر استعفاء اقرار می کنند"واقعا جالب وحاکی از روح بلند دکتر مصدق هست .بااینکه سوالات خرد وریز زیاد هست اما از اینکه به سوالات عمده من با توجه به کتاب دکتر مصدق پاسخ دادید بازهم تشکر میکنم .میخواستم این پاسخ را برای نویسنده مقاله رجانیوز copy&paste <br>
+کنم گفتم شاید هرچند به احتمال ضعیف برای سایت دوست داشتنی آقا شهیر مشکلی پیش
+آید.خواستم با حذف نام آقا شهیر وشما از کامنت اینکار را بکنم احتمال دادم راضی
+نباشید .بنابراین فعلا علیرغم میل فراوان از اینکار صرف نظر کردم .بهرحال بازهم
+ممنون ومتشکر </li><br><br><li><font color='blue'>حاجی جفرسون:</font><br><font
+size='1'>4/3/2008 - 6:06:00 PM FOO!</font><br>با درود از قدیم گفته اند که یک کلمه هم از مادر عروس بشنوید. بنابراین به افاضات اخیر کشور دوست و برادر و سوسیالیست چین عزیز و جان جانان کمونیست عنایت بفرمایید: رادیو فردا: ديپلمات ها در وين گفته اند: که چين، از مخالفان تشديد تحريم های ايران در شورای امينت، اطلاعات خود درباره ارتباط برنامه هسته ای تهران با تلاش برای دستيابی سلاح اتمی را در اختيار آژانس بين المللی انرژی اتمی قرار داده است. العجب!!!!!! انتخاب :با وجود اینکه چین به شدت با تحریمهای شورای امنیت سازمان ملل علیه ایران مخالفت می کرد، اطلاعاتی در رابطه با فعالیتهای هسته ای ایران در اختیار مقامات آژانس بین المللی انرژی اتمی قرار داده که بر اساس آن ایران در تلاش برای دست یابی به سلاح های اتمی است. به گزارش خبرنگار سرویس بین الملل خبرگزاری انتخاب به نقل از فاکس نیوز؛جان بولتون ،نمایندۀ پیشین ایالات متحدۀ امریکا در سازمان ملل،در این باره گفت: اقدام اینچنینی از سوی چین به دلیل روابط نظامی که میان دو کشور [ایران و چین] برقرار است، بسیار قابل توجه است. خبرنگار انتخاب می افزاید؛ در حالی چین به این اقدام دست زده است که همکاری های تجاری و نظامی ایران با این کشور بطور بی سابقه ای افزایش یافته است. یا باب الحوائج!!!!! رادیو زمانه: چین با وجود مخالفت با تحریم&zwnj;های شدید شورای امنیت علیه تهران، اطلاعاتی درباره تلاش&zwnj;های تهران برای ساخت تسلیحات هسته&zwnj;ای به آژانس بین&zwnj;المللی انرژی اتمی ارائه کرده است. آسوشیتدپرس با اعلام این خبر به نقل از چند دیپلمات آشنا با پرونده هسته&zwnj;ای ایران نوشت، پکن به همراه مسکو همواره بر سر راه شورای امنیت و امریکا برای اعمال مجازات های سخت تر علیه تهران به دلیل مقاومت هسته ای این کشور به صورت یک مانع عمل کرده&zwnj;اند. این گزارش می افزاید، تصمیم چین برای ارائه اطلاعاتی جهت استفاده در تحقیقات آژانس انرژی اتمی درباره برنامه تسلیحات هسته&zwnj;ای ایران، گویای افزایش نارضایتی بین&zwnj;المللی درباره برنامه هسته&zwnj;ای جمهوری اسلامی است که حتی تلاش برای ساخت چنین تسلیحاتی را نیز تکذیب می&zwnj;کند. بر اساس این گزارش، دو دیپلمات بلندپایه که ارتباط نزدیکی با آژانس بین&zwnj;المللی انرژی اتمی دارند این اقدام چین را برملا کرده&zwnj;اند. آژانس بین&zwnj;المللی انرژی اتمی از اظهار نظر در این باره خودداری کرده است. العجب. من مامور و معذور..حالا از پدر عروس چند کلمه بشنوید: سخنگوی آژانس بین المللی انرژی اتمی ادعای برخی از رسانه های غربی را درباره این که چین اطلاعاتی را درباره برنامه هسته ای ایران در اختیار آژانس قرار داده است ، تکذیب کرد . ملیسا فلمینگ در گفت و گو با خبرنگار واحد مرکزی خبر تاکید کرد : آژانس بین المللی انرژی اتمی هرگز درباره اطلاعات محرمانه دریافتی از کشورها اظهار نظر نمی کند . وی گفت: هم
diff --git a/libxml2/test/HTML/wired.html b/libxml2/test/HTML/wired.html
new file mode 100644
index 0000000..3d00d28
--- /dev/null
+++ b/libxml2/test/HTML/wired.html
@@ -0,0 +1,516 @@
+<!-- Vignette StoryServer 4 Fri Oct 15 11:37:12 1999 -->
+<html><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">
+ <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></TR>
+<TR><TD BGCOLOR="#330099">
+<SELECT NAME="state">
+<OPTION VALUE="WA" SELECTED>WA
+<OPTION VALUE="AL">AL</OPTION><OPTION VALUE="AK">AK</OPTION>
+<OPTION VALUE="AZ">AZ</OPTION>
+<OPTION VALUE="AR">AR</OPTION>
+<OPTION VALUE="CA">CA</OPTION>
+<OPTION VALUE="CO">CO</OPTION>
+<OPTION VALUE="CT">CT</OPTION>
+<OPTION VALUE="DE">DE</OPTION>
+<OPTION VALUE="DC">DC</OPTION>
+<OPTION VALUE="FL">FL</OPTION>
+<OPTION VALUE="GA">GA</OPTION><OPTION VALUE="HI">HI</OPTION>
+<OPTION VALUE="ID">ID</OPTION>
+<OPTION VALUE="IL">IL</OPTION>
+<OPTION VALUE="IN">IN</OPTION><OPTION VALUE="IA">IA</OPTION><OPTION VALUE="KS">KS</OPTION><OPTION VALUE="KY">KY</OPTION>
+<OPTION VALUE="LA">LA</OPTION>
+<OPTION VALUE="ME">ME</OPTION><OPTION VALUE="MD">MD</OPTION>
+<OPTION VALUE="MA">MA</OPTION>
+<OPTION VALUE="MI">MI</OPTION><OPTION VALUE="MN">MN</OPTION><OPTION VALUE="MS">MS</OPTION>
+<OPTION VALUE="MO">MO</OPTION>
+<OPTION VALUE="MT">MT</OPTION><OPTION VALUE="NE">NE</OPTION>
+<OPTION VALUE="NV">NV</OPTION><OPTION VALUE="NH">NH</OPTION>
+<OPTION VALUE="NJ">NJ</OPTION>
+<OPTION VALUE="NM">NM</OPTION><OPTION VALUE="NY">NY</OPTION>
+<OPTION VALUE="NC">NC</OPTION>
+<OPTION VALUE="ND">ND</OPTION>
+<OPTION VALUE="OH">OH</OPTION><OPTION VALUE="OK">OK</OPTION>
+<OPTION VALUE="OR">OR</OPTION>
+<OPTION VALUE="PA">PA</OPTION>
+<OPTION VALUE="PR">PR</OPTION><OPTION VALUE="RI">RI</OPTION>
+<OPTION VALUE="SC">SC</OPTION>
+<OPTION VALUE="SD">SD</OPTION><OPTION VALUE="TN">TN</OPTION><OPTION VALUE="TX">TX</OPTION>
+<OPTION VALUE="UT">UT</OPTION>
+<OPTION VALUE="VT">VT</OPTION>
+<OPTION VALUE="VA">VA</OPTION>
+<OPTION VALUE="WA">WA</OPTION>
+<OPTION VALUE="WV">WV</OPTION>
+<OPTION VALUE="WI">WI</OPTION>
+<OPTION VALUE="WY">WY</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>
+
+<!-- WIRED NEWS header -->
+<!-- CMD_HOST = scoop.hotwired.com -->
+
+<a name="#"></a>
+<table border="0" width="600" cellspacing="0" cellpadding="0">
+
+ <tr><td></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><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">&nbsp;&nbsp;&nbsp;<b>updated 10:15 a.m.&nbsp;&nbsp;15.Oct.99.PDT</b></font></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">
+
+ <option value="http://search.hotwired.com/search97/s97.vts?Action=FilterSearch&Filter=docs_filter.hts&ResultTemplate=vignette.hts&Collection=vignette&QueryMode=Internet&Query=" selected>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>
+ <option value="http://search.hotwired.com/search97/s97.vts?collection=hotwired&Action=FilterSearch&filter=docs_filter.hts&ResultTemplate=hotwired_archive.hts&QueryMode=Internet&Query=">HotWired Archives</option>
+ <option value="http://search.hotwired.com/search97/s97.vts?Action=FilterSearch&Filter=docs_filter.hts&ResultTemplate=magazine.hts&Collection=magazine&QueryMode=Internet&Query=">Wired Magazine</option>
+ <option value="http://search.hotwired.com/search97/s97.vts?Action=FilterSearch&Filter=docs_filter.hts&ResultTemplate=animation.hts&Collection=animation&QueryMode=Internet&Query=">Animation Express</option>
+ <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 -> HotBot</option>
+</select>
+
+
+
+ </td>
+ <td>
+ <input type="SUBMIT" name="SUBMIT" value="SEARCH">
+ </td>
+ </tr>
+ </form>
+ </TABLE>
+ </td>
+ </tr>
+<!--
+<TR>
+<td></td>
+<TD valign="TOP" align="LEFT" colspan="3" bgcolor="#F0F0F0"><img src="http://static.wired.com/news/images/spacer.gif" height=1 width=15 alt=""><br>
+<i><font face="Verdana, Arial, Geneva, sans-serif" size="2">Sponsored by<a href="#">Sun Microsystems.</a> We're the dot in .com</font></i><i></i></TD>
+</TR>
+-->
+</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">
+ <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">
+
+ <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">&nbsp;
+</td>
+ <td valign="top" bgcolor="#99FF99">
+ <input type="SUBMIT" name="SUBMIT" value="GO">
+
+ </td>
+ </tr> </form>
+</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">&nbsp;<input type="SUBMIT" name="submit" value="GO"></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>
+<img src="http://static.wired.com/news/images/spacer.gif" height=3 width=5 alt=""><BR><img src="http://static.wired.com/news/images/button_ads_news10.gif" width="143" height="56" border="0" ALT="" USEMAP="#buttons" hspace=0 vspace=0>
+</center>
+
+<MAP NAME="buttons">
+ <AREA SHAPE="RECT" ALT="Datek" COORDS="0,0,69,24" HREF="http://r.wired.com/r/1649/http://ads16.focalink.com/SmartBanner/page/1266.631">
+ <AREA SHAPE="RECT" ALT="Wired Index Fund" COORDS="73,0,142,24" HREF="http://r.wired.com/r/227/http://www.gffunds.com/wired">
+ <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"><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">
+<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
+<option value="500">Computers
+<option value="503">Computer Games
+<option value="1604">Current Affairs
+<option value="511">Cyberculture
+<option value="510">Internet/Web
+<option value="303">Investing
+<option value="1606">Law
+<option value="513">Multimedia
+
+<option value="1605">Newsmakers
+<option value="1607">Politics/Govt.
+
+ <option value="315"> Web Business
+ <option value="2800"> Bargain Books
+
+<option value="4">Other
+
+
+
+
+
+ </select></font></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>
+ <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>
+
+
+</td>
+ </tr> </form>
+ </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><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">
+<a href="http://www.hotwired.com/">Frontdoor</a><br>
+<a href="http://www.hotwired.com/webmonkey/">Webmonkey</a><br>
+<a href="http://www.hotwired.com/webmonkey/guides/index.html">Webmonkey Guides</a><br>
+<a href="http://www.hotwired.com/rgb/">RGB Gallery</a><br>
+<a href="http://www.hotwired.com/animation/">Animation Express</a><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">
+<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>
+ <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></font>
+
+
+ <br><br>
+
+ <font face="Verdana, Arial, Helvetica, sans-serif" size="1">Wired News delivered<br>by <a href="/news/palmpilot/0,1365,,00.html">PalmPilot</a>,<br><a href="http://www.hotwired.com/email/signup/wn_outlook.html">Outlook Express</a>,<br><a href="http://redirect.wired.com/redir/55/http://form.netscape.com/ibd/html/ibd_frameset.html">In-Box Direct</a>,<br>
+or <a href="/news/pointcast/0,1366,,00.html">PointCast</a></font><br>
+
+<!-- TRACKING -->
+<img src="http://www.wired.com/special/modx/news.gif" height=1 width=1 alt="">
+</td>
+ </tr>
+
+</table>
+
+<!-- end lower left side Navigation -->
+<!-- CONTENT TABLE -->
+
+<TABLE border="0" width="447" cellspacing="0" cellpadding="0" bordercolor="#66FF00">
+ <TR>
+ <TD valign="TOP" align="LEFT" rowspan="2">
+ <img src="http://static.wired.com/news/images/spacer.gif" height=1 width=15 alt=""><BR>
+ </TD>
+ <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><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><br><font size=1 face="Verdana, Arial, Geneva, sans-serif" color=#FF0000>8:15 a.m.</font>&nbsp;<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&nbsp;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">&nbsp;</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>&nbsp;</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><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><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><br><br> </td>
+ </tr>
+<!-- Commentary Frag End -->
+<tr>
+<td align="left" bgcolor="#000000">&nbsp;</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>&nbsp;</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><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></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><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></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><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><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></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><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></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><br><font size=2 face="Arial, Helvetica, sans-serif"><font size=1 face="Arial, Geneva, sans-serif" color="#000000">From the bleeding edge.<br><i>Sponsored by WebMD</i></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><br><font size=2 face="Arial, Helvetica, sans-serif"><font size=1 face="Arial, Geneva, sans-serif" color="#000000">Not just for geeks.</font><br><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><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</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><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></font><br><br>
+
+<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</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><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><br>&nbsp;<br>
+
+</td>
+</tr>
+<!-- start of Gen News -->
+ <tr>
+ <td bgcolor="#000000">&nbsp;</td>
+ <td bgcolor="#000000"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF"><b>MEANWHILE...</b></font></td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</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>Fhrer Furor</b></font><br><font size="1" face="Arial, Geneva, sans-serif" color="#000000"><p>
+Contruction workers in Berlin opened an old wound in the German psyche this week when they accidentally stumbled across Adolf Hitler's bunker while excavating near the Brandenburg Gate. The bunker, just south of the Gate, was where Hitler and his closest associates barricaded themselves as the Red Army approached Berlin in the waning days of World War II. It is also where the Fhrer and his bride, Eva Braun, committed suicide rather than fall into the hands of the Russians. Although the bunker's location has never been a mystery, it has been sealed off since the end of the war to keep neo-Nazis from turning it into a shrine.
+<br><li>More from <a
+href="http://www.lycos.com/news/flash/hitlerbunker.html?v=wn1015&lpv=1">Lycos</a></font><br><br>
+ </td>
+ </tr>
+<!-- end of Gen News -->
+</table>
+
+
+<font size="1">&nbsp;<br></font>
+
+<br>
+
+<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><br><font color=#ff0000 face="Verdana, Arial, Geneva, sans-serif" size=1>10:15 a.m.</font>&nbsp;<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&nbsp;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><br><font color=#ff0000 face="Verdana, Arial, Geneva, sans-serif" size=1>9:10 a.m.</font>&nbsp;<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&nbsp;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><br><font color=#ff0000 face="Verdana, Arial, Geneva, sans-serif" size=1>3:00 a.m.</font>&nbsp;<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&nbsp;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><br><font color=#ff0000 face="Verdana, Arial, Geneva, sans-serif" size=1>3:00 a.m.</font>&nbsp;<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&nbsp;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><br><font color=#ff0000 face="Verdana, Arial, Geneva, sans-serif" size=1>3:00 a.m.</font>&nbsp;<font face="Verdana, Arial, Geneva, sans-serif" size=2>High-tech companies are notoriously environmentally unfriendly, and a growing number of "Greenies" 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&nbsp;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><br><font color=#ff0000 face="Verdana, Arial, Geneva, sans-serif" size=1>3:00 a.m.</font>&nbsp;<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&nbsp;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><br><font color=#ff0000 face="Verdana, Arial, Geneva, sans-serif" size=1>3:00 a.m.</font>&nbsp;<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&nbsp;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><br><font color=#ff0000 face="Verdana, Arial, Geneva, sans-serif" size=1>3:00 a.m.</font>&nbsp;<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&nbsp;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><br><font color=#ff0000 face="Verdana, Arial, Geneva, sans-serif" size=1>3:00 a.m.</font>&nbsp;<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&nbsp;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><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><br><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><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><br><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><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><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><br><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><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><br><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><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><br><font face="geneva, arial" size=2>BBC News</font><br><br><!-- SQL above -->
+
+
+
+<!-- - - - - - - - - - - - - -->
+
+ </TD>
+ </TR>
+
+ <TR>
+ <TD valign="TOP" align="LEFT">
+
+ <img src="http://static.wired.com/news/images/spacer.gif" height=1 width=280 alt=""><BR>
+
+ <!-- FOOTER -->
+
+<br><img src="http://static.wired.com/news/images/pix155.gif" height=10 width=155 border=0 usemap="#navstrip.map" alt="">
+<br>
+
+<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>
+<a href="http://www.wired.com/news/feedback.html">Send us feedback</a>
+&nbsp;|&nbsp;
+<a href="http://www.hotwired.com/jobs/">Work at Wired Digital</a>
+&nbsp;|&nbsp;
+<a href="http://home.wired.com/advertising/">Advertise with us</a>
+<br>
+<a href="http://home.wired.com/">About Wired Digital</a>
+&nbsp;|&nbsp;
+<a href="http://www.wired.com/home/digital/privacy/">Our Privacy Policy</a></font>
+
+
+<p><font face="Verdana, Arial, Geneva" size=1><a href="http://www.wired.com/home/copyright.html">Copyright</a> &copy; 1994-99 Wired Digital Inc. All rights reserved.</font>
+
+<br>
+<!-- TRACKING -->
+<img src="http://www.wired.com/special/modx/news.gif" height=1 width=1 alt="">
+
+<MAP NAME="navstrip.map">
+<AREA SHAPE=rect COORDS="0,0,14,16" HREF="/news">
+<AREA SHAPE=rect COORDS="15,0 31,16" HREF="/news/business/">
+<AREA SHAPE=rect COORDS="32,0,48,16" HREF="/news/culture/">
+<AREA SHAPE=rect COORDS="49,0,65,16" HREF="/news/technology/">
+<AREA SHAPE=rect COORDS="66,0,83,16" HREF="/news/politics/">
+</MAP>
+ </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">
+ </TD>
+ </TR>
+</TABLE>
+
+
+<br>
+</body>
+</html>
+