blob: a860e4f473dd5cffbe740186375a7a20621e4568 [file] [log] [blame]
Erik Andersen330fd2b2000-05-19 05:35:19 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2
3<HTML>
4<HEAD>
5<TITLE>BusyBox</TITLE>
6</HEAD>
7
Eric Andersen766c0122000-06-21 22:43:07 +00008<body text="#000000" alink="#660000" link="#660000" bgcolor="#dee2de" vlink="#660000">
Erik Andersen330fd2b2000-05-19 05:35:19 +00009
10<basefont face="lucida, helvetica, arial" size="3">
11
12
13<CENTER>
14 <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2>
15 <TR>
Eric Andersen665b4e62002-01-04 05:04:15 +000016 <td>
17 <FONT FACE="lucida, helvetica" SIZE=+5>
18 BUSYBOX
Erik Andersen330fd2b2000-05-19 05:35:19 +000019 </FONT>
20 </TD>
21 </TR>
22 </TABLE>
Eric Anderseneeba1782002-01-04 05:12:14 +000023 <a href="/"><IMG SRC="images/busybox1.png" alt="BusyBox"
Eric Andersen665b4e62002-01-04 05:04:15 +000024 border="0" width="164" height="116"></a><BR>
Erik Andersen330fd2b2000-05-19 05:35:19 +000025
26
27<!-- Begin Introduction section -->
28
29
Matt Kraai18d50642001-01-31 02:13:05 +000030<TABLE WIDTH="95%" CELLSPACING=1 CELLPADDING=4 BORDER=1>
Erik Andersen330fd2b2000-05-19 05:35:19 +000031<TR><TD BGCOLOR="#ccccc0" ALIGN=center>
32 <A NAME="intro"> <BIG><B>
33 The Swiss Army Knife of Embedded Linux
Matt Kraai18d50642001-01-31 02:13:05 +000034 </B></BIG></A>
Erik Andersen330fd2b2000-05-19 05:35:19 +000035</TD></TR>
36<TR><TD BGCOLOR="#eeeee0">
37
38BusyBox combines tiny versions of many common UNIX utilities into a single
39small executable. It provides minimalist replacements for most of the utilities
40you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
Eric Andersen8ec10a92001-01-27 09:33:39 +000041tar, etc. BusyBox provides a fairly complete POSIX environment for any small or
42embedded system. The utilities in BusyBox generally have fewer options than
43their full featured GNU cousins; however, the options that are included provide
Erik Andersen330fd2b2000-05-19 05:35:19 +000044the expected functionality and behave very much like their GNU counterparts.
45<p>
46BusyBox has been written with size-optimization and limited resources in mind.
47It is also extremely modular so you can easily include or exclude commands (or
Eric Andersen8ec10a92001-01-27 09:33:39 +000048features) at compile time. This makes it easy to customize your embedded
Eric Andersen9e6089e2001-08-02 19:31:08 +000049systems. To create a working system, just add /dev, /etc, and a kernel.
Erik Andersen330fd2b2000-05-19 05:35:19 +000050<p>
51
Eric Andersen886b8422001-09-08 20:47:19 +000052BusyBox is maintained by
Eric Andersen537d1652001-01-25 22:00:37 +000053<a href="http://codepoet.org/andersen/erik/erik.html">
Eric Andersen886b8422001-09-08 20:47:19 +000054Erik Andersen</a>, and licensed under the
Matt Kraaicb378a52001-05-14 06:35:15 +000055<a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a>.
Eric Andersen766c0122000-06-21 22:43:07 +000056<p>
Erik Andersen330fd2b2000-05-19 05:35:19 +000057
Mark Whitley74476422001-03-20 19:57:30 +000058
Mark Whitleyac21e932001-01-30 23:37:15 +000059<h3> Screenshot </h3>
60
Eric Andersenc36c2ba2001-03-16 07:16:12 +000061<p> Because everybody loves screenshots, a screenshot of BusyBox
Matt Kraaicb378a52001-05-14 06:35:15 +000062is now available <a href="screenshot.html">right here</a>.
Mark Whitleyac21e932001-01-30 23:37:15 +000063
Mark Whitley74476422001-03-20 19:57:30 +000064
Eric Andersen8ec10a92001-01-27 09:33:39 +000065<H3>Mailing List Information</h3>
Eric Andersen2423b122001-12-08 01:56:15 +000066BusyBox now has a <a href="http://busybox.net/lists/busybox/">mailing list</a>!
67To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox">this page</a>.
Erik Andersen330fd2b2000-05-19 05:35:19 +000068
Erik Andersen330fd2b2000-05-19 05:35:19 +000069<!-- Begin Latest News section -->
70
71<TR><TD BGCOLOR="#ccccc0" ALIGN=center>
72 <A NAME="news">
73 <BIG><B>
Matt Kraai18d50642001-01-31 02:13:05 +000074 Latest News
Erik Andersen330fd2b2000-05-19 05:35:19 +000075 </B></BIG>
76 </A>
77</TD></TR>
78<TR><TD BGCOLOR="#eeeee0">
79
80<ul>
81
Eric Andersen4fa2bb52002-01-04 00:32:15 +000082 <li> <b>3 January 2002 -- Welcome to busybox.net!</b>
83 <p>
84
85 Thanks to the generosity of a number of busybox users, we have been
86 able to purchase busybox.net (which is where you are probably
87 reading this). Right now, busybox.net and uclibc.org are both
88 living on my home system (at the end of my DSL line). I
Eric Andersen7875f5b2002-01-04 04:24:27 +000089 apologize for the abrupt move off of busybox.lineo.com.
Eric Andersen4fa2bb52002-01-04 00:32:15 +000090 Unfortunately, I no longer have the access needed to keep that
91 system updated (for example, you might notice the daily snapshots
92 there stopped some time ago).
93
Eric Andersen7875f5b2002-01-04 04:24:27 +000094 <p>
Eric Andersen665b4e62002-01-04 05:04:15 +000095
96 Busybox.net is currently hosted on my home server, at the end of a
97 DSL line. Unfortunalely, the load on them is quite heavy. To address
98 this, I'm trying to make arrangements to get busybox.net co-located
99 directly at an ISP. To assist in the co-location effort, <a
100 href="http://www.codepoet.org/~markw">Mark Whitley</a> (author of
101 busybox sed, cut, and grep) has donated his <a
102 href="http://www.netwinder.org/">NetWinder</a> computer for hosting
103 busybox.net and uclibc.org. Once this system is co-located, the
104 current speed problems should be completely eliminated. Hopefully,
105 too, some of you will volunteer to set up some mirror sites, to help
106 to distribute the load a bit.
Eric Andersen4fa2bb52002-01-04 00:32:15 +0000107
108 <p>
Eric Andersen665b4e62002-01-04 05:04:15 +0000109 <!--
Eric Andersen4fa2bb52002-01-04 00:32:15 +0000110 <center>
111 Click here to help support busybox.net!
112 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
113 <input type="hidden" name="cmd" value="_xclick">
114 <input type="hidden" name="business" value="andersen@codepoet.org">
115 <input type="hidden" name="item_name" value="Support Busybox">
Eric Andersen55ed1772002-01-04 00:34:22 +0000116 <input type="hidden" name="image_url" value="https://codepoet-consulting.com/images/busybox2.jpg">
Eric Andersen4fa2bb52002-01-04 00:32:15 +0000117 <input type="hidden" name="no_shipping" value="1">
118 <input type="image" src="images/donate.png" border="0" name="submit" alt="Make donation using PayPal">
119 </form>
120 </center>
Eric Andersen665b4e62002-01-04 05:04:15 +0000121 -->
Eric Andersen4fa2bb52002-01-04 00:32:15 +0000122
Eric Andersen665b4e62002-01-04 05:04:15 +0000123 Since some people expressed concern over BusyBox donations, let me
124 assure you that no one is getting rich here. All BusyBox and
125 uClibc donations will be spent paying for bandwidth and needed
126 hardware upgrades. For example, Mark's NetWinder currently has
127 just 64Meg of memory. As demonstrated when google spidered the site
128 the other day, 64 Megs in not enough, so I'm going to be ordering
129 256Megs of ram and a larger hard drive for the box today. So far,
130 donations received have been sufficient to cover almost all
131 expenses. In the future, we may have co-location fees to worry
132 about, but for now we are ok.
133 A <b>HUGE thank-you</b> goes out to everyone that has
134 contributed!
135
Eric Andersen4fa2bb52002-01-04 00:32:15 +0000136 <br>
137 -Erik
138
139 <p>
Eric Andersen4d7f9c32001-11-20 11:56:51 +0000140 <li> <b>20 November 2001 -- BusyBox 0.60.2 released</b>
141 <p>
142
Eric Andersen4fa2bb52002-01-04 00:32:15 +0000143 We am very pleased to announce that the BusyBox 0.60.2 (stable) is now
Eric Andersen66c22052001-11-20 12:40:37 +0000144 released to the world. This one is primarily a bugfix release for the
Eric Andersen4fa2bb52002-01-04 00:32:15 +0000145 stable series, and it should take care of most everyone's needs
Eric Andersen66c22052001-11-20 12:40:37 +0000146 till we can get the nice new stuff we have been working on in CVS ready to
147 release (with the wonderful new buildsystem). The biggest change in this
148 release (beyond bugfixes) is the fact that msh (the minix shell) has been
149 re-worked by Vladimir N. Oleynik (vodz) and so it no longer crashes when
150 told to do complex things with backticks.
Eric Andersen4d7f9c32001-11-20 11:56:51 +0000151 <p>
152
Eric Andersen4fa2bb52002-01-04 00:32:15 +0000153 This release has been tested on x86, ARM, and powerpc using glibc 2.2.4,
154 libc5, and uClibc, so it should work with just about any Linux system you throw it at.
Eric Andersen5a841ad2001-12-20 08:04:56 +0000155 See the <a href="http://busybox.net/downloads/Changelog">changelog</a>
Eric Andersen4d7f9c32001-11-20 11:56:51 +0000156 for <small>most of</small> the details. The last release was
157 <em>very</em> solid for people, and this one should be even better.
158 <p>
159 As usual BusyBox 0.60.2 can be downloaded from
Eric Andersen5a841ad2001-12-20 08:04:56 +0000160 <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>.
Eric Andersen4d7f9c32001-11-20 11:56:51 +0000161 <p>
Eric Andersen4fa2bb52002-01-04 00:32:15 +0000162 Have Fun.<br> -Erik
Eric Andersen4d7f9c32001-11-20 11:56:51 +0000163 <p>
164
Eric Andersen43622002000-12-13 18:30:13 +0000165
166
Matt Kraai18d50642001-01-31 02:13:05 +0000167 <li> <b>Old News</b>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000168 <br>
Eric Andersen2423b122001-12-08 01:56:15 +0000169 For the old news, visit <a href="http://busybox.net/oldnews.html">the old news page</a>.
Erik Andersen330fd2b2000-05-19 05:35:19 +0000170</ul>
171
172
Eric Andersen4a971ae2000-06-22 01:27:11 +0000173<!-- Begin Download section -->
174
175<TR><TD BGCOLOR="#ccccc0" ALIGN=center>
176 <A NAME="download"><BIG><B>
177 Download
Matt Kraai18d50642001-01-31 02:13:05 +0000178 </B></BIG></A>
Eric Andersen4a971ae2000-06-22 01:27:11 +0000179</TD></TR>
180<TR><TD BGCOLOR="#eeeee0">
181<ul>
Mark Whitley8ba1b112001-01-25 23:29:58 +0000182
183 <li> Source for the latest release can always be downloaded from
Eric Andersen5a841ad2001-12-20 08:04:56 +0000184 <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>.
Mark Whitley8ba1b112001-01-25 23:29:58 +0000185
186 <li> A new snapshot of the source is made daily and is available as a GNU
187 gzipped tarball <a href="busybox.tar.gz"> right here</a>.
188
189 <li> BusyBox now has its own publically browsable
Eric Andersen2423b122001-12-08 01:56:15 +0000190 <a href="http://busybox.net/cgi-bin/cvsweb/busybox/">CVS tree</a>,
Eric Andersen4a971ae2000-06-22 01:27:11 +0000191 anonymous
Eric Andersen2423b122001-12-08 01:56:15 +0000192 <a href="http://busybox.net/cvs_anon.html">CVS access</a>, and
Eric Andersen4a971ae2000-06-22 01:27:11 +0000193 for those that are actively contributing there is even
Eric Andersen2423b122001-12-08 01:56:15 +0000194 <a href="http://busybox.net/cvs_write.html">CVS write access</a>.
Mark Whitley8ba1b112001-01-25 23:29:58 +0000195
Eric Andersen4a971ae2000-06-22 01:27:11 +0000196</ul>
197
198
Erik Andersen330fd2b2000-05-19 05:35:19 +0000199<!-- Begin Docs section -->
200
201<TR><TD BGCOLOR="#ccccc0" ALIGN=center>
202 <A NAME="docs"><BIG><B>
203 Documentation
Matt Kraai18d50642001-01-31 02:13:05 +0000204 </B></BIG></A>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000205</TD></TR>
206<TR><TD BGCOLOR="#eeeee0">
207Current documentation for BusyBox includes:
208<ul>
Eric Andersen5a841ad2001-12-20 08:04:56 +0000209 <li> <a href="http://busybox.net/downloads/BusyBox.html">BusyBox.html</a>.
Eric Andersenbdcc6fb2000-09-26 06:15:12 +0000210 This is a list of the all the available commands in BusyBox with
211 complete usage information and examples of how to use each app. I
212 have spent a <em>lot</em> of time updating these docs and trying to
213 make them fairly comprehensive. If you find any errors (factual,
214 grammatical, whatever) please let me know.
Eric Andersen5a841ad2001-12-20 08:04:56 +0000215 <li> <a href="http://busybox.net/downloads/README">README</a>.
Eric Andersen43622002000-12-13 18:30:13 +0000216 This is the README file included in the busybox source release.
Eric Andersen2423b122001-12-08 01:56:15 +0000217 <li> <a href="http://bugs.busybox.net/db/pa/lbusybox.html">BusyBox Bugs</a>.
Eric Andersenbdcc6fb2000-09-26 06:15:12 +0000218 Need to report a bug? Need to check if a bug has been filed?
Eric Andersenaec27bc2000-07-11 18:18:40 +0000219 <li> If you need more help, the BusyBox
Eric Andersen2423b122001-12-08 01:56:15 +0000220 <a href="http://busybox.net/lists/busybox/">mailing list</a> is
Eric Andersenaec27bc2000-07-11 18:18:40 +0000221 a good place to start.
Erik Andersen330fd2b2000-05-19 05:35:19 +0000222</ul>
223
224
Erik Andersen330fd2b2000-05-19 05:35:19 +0000225<!-- Begin Links section -->
226
227<TR><TD BGCOLOR="#ccccc0" ALIGN=center>
228 <A NAME="links">
229 <BIG><B>
Matt Kraai18d50642001-01-31 02:13:05 +0000230 Important Links
Erik Andersen330fd2b2000-05-19 05:35:19 +0000231 </B></BIG>
232 </A>
233</TD></TR>
234<TR><TD BGCOLOR="#eeeee0">
235
236<ul>
237
238 <li> <A HREF="http://perens.com/FreeSoftware/">
239 Free Software from Bruce Perens</A><br>
240 The original idea for BusyBox, and all versions up to 0.26 were written
241 by <A HREF="mailto:bruce@perens.com">Bruce Perens</a>. This is his BusyBox website.
242 <p>
243
Eric Andersen5efa2292001-03-05 18:26:50 +0000244 <li> <A HREF="http://freshmeat.net/projects/busybox/">
Erik Andersen330fd2b2000-05-19 05:35:19 +0000245 Freshmeat AppIndex record for BusyBox</A>
246 <p>
Eric Andersen2423b122001-12-08 01:56:15 +0000247 <li><a href="http://tinylogin.busybox.net/">TinyLogin</a>
Eric Andersenc36c2ba2001-03-16 07:16:12 +0000248 is a nice embedded tool for handling authentication, changing passwords,
249 and similar tasks which nicely complements BusyBox.
250 <p>
251
Eric Andersene7dd3832001-12-22 19:28:24 +0000252 <li><a href="http://udhcp.busybox.net/">udhcp</a>
253 is a tiny dhcp client and/or server which is ideal for embedded systems.
254 <p>
255
Matt Kraai04ae3282001-12-12 19:09:51 +0000256 <li><a href="http://uclibc.org/">uClibc</a>
Eric Andersenc36c2ba2001-03-16 07:16:12 +0000257 is a C library for embedded systems. You can actually statically link
258 a "Hello World" application under x86 that only takes 4k (as opposed to
259 200k under GNU libc). It can do dynamic linking too and works nicely with
Eric Andersendfba13d2001-03-16 08:30:00 +0000260 BusyBox to create very small embedded systems.
Eric Andersenc36c2ba2001-03-16 07:16:12 +0000261 <p>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000262
Eric Andersen2423b122001-12-08 01:56:15 +0000263 <li> <a href="http://busybox.net/software.html">Other cool embedded software</a>.
Eric Andersen766c0122000-06-21 22:43:07 +0000264 <p>
265
Erik Andersen330fd2b2000-05-19 05:35:19 +0000266</ul>
267
268
Eric Andersen1b622ff2000-12-14 15:43:57 +0000269<!-- Begin Projects section -->
270
271<TR><TD BGCOLOR="#ccccc0" ALIGN=center>
272 <A NAME="projects"><BIG><B>
273 Products/Projects Using BusyBox
Matt Kraai18d50642001-01-31 02:13:05 +0000274 </B></BIG></A>
Eric Andersen1b622ff2000-12-14 15:43:57 +0000275</TD></TR>
276<TR><TD BGCOLOR="#eeeee0">
277
278<p> I know of the following products and/or projects that use BusyBox --
279listed in the order I happen to add them to the web page:
280
281<ul>
Eric Andersen1b622ff2000-12-14 15:43:57 +0000282 <li> <a href="http://cvs.debian.org/boot-floppies/">Debian installer (boot floppies) project</a>
Eric Andersen31ac3b72001-11-10 13:35:27 +0000283 <li> <a href="http://redhat.com/">Red Hat 7.2 installer</a>
Eric Andersen4d7f9c32001-11-20 11:56:51 +0000284 <li> <a href="http://distro.ibiblio.org/pub/Linux/distributions/slackware/source/rootdsks/">Slackware Installer</a>
Eric Andersen1b622ff2000-12-14 15:43:57 +0000285 <li> <a href="http://www.linuxrouter.org/">Linux Router Project </a>
286 <li> <a href="http://linux-embedded.org/">LEM</a>
287 <li> <a href="http://www.toms.net/rb/">tomsrtbt</a>
288 <li> <a href="http://www.stormix.com/">Stormix Installer</a>
289 <li> <a href="http://www.emacinc.com/linux2_sbc.htm">EMAC Linux 2.0 SBC</a>
290 <li> <a href="http://www.trinux.org/">Trinux</a>
291 <li> <a href="http://oddas.sourceforge.net/">ODDAS project</a>
292 <li> <a href="http://www.kerbango.com/">The Kerbango Internet Radio</a>
293 <li> <a href="http://www.linuxmagic.com/vpn/">LinuxMagic VPN Firewall</a>
294 <li> <a href="http://byld.sourceforge.net/">Build Your Linux Disk</a>
295 <li> <a href="http://homepages.ihug.co.nz/~ichi/baslinux.html">BasicLinux</a>
296 <li> <a href="http://ibiblio.org/pub/Linux/system/recovery">Zdisk</a>
297 <li> <a href="http://www.adtran.com">AdTran - VPN/firewall VPN Linux Distribution</a>
Eric Andersen1b622ff2000-12-14 15:43:57 +0000298 <li> <a href="http://mkcdrec.ota.be/">mkCDrec - make CD-ROM recovery</a>
Eric Andersenc36c2ba2001-03-16 07:16:12 +0000299 <li> <a href="http://recycle.lbl.gov/~ldoolitt/bse/">Linux on nanoEngine</a>
300 <li> <a href="http://www.zelow.no/floppyfw/"> Floppyfw</a>
Mark Whitley74476422001-03-20 19:57:30 +0000301
302 <li> <a href="http://midori.transmeta.com/"> Midori Linux</a> - <a href=
303 "http://www.wired.com/news/technology/0,1282,42399,00.html"> Article on
304 Midori Linux</a> on <a href= "http://www.wired.com"> Wired</a>. Quote from
305 Erik at the top of <a href=
306 "http://www.wired.com/news/technology/0,1282,42399-2,00.html"> this
307 page</a>
Mark Whitley798ab302001-03-13 17:08:54 +0000308
Eric Andersen583e3ca2001-06-12 22:04:40 +0000309 <li> <a href="http://www.ltsp.org/">Linux Terminal Server Project</a>
310 <li> <a href="http://www.devil-linux.org/">Devil-Linux</a>
Eric Andersen28d0ac12001-08-27 19:22:44 +0000311 <li> <a href="http://dutnux.sourceforge.net/">DutNux</a>
Matt Kraaib67adb02001-09-24 22:44:52 +0000312 <li> <a href="http://www.cachier.com/">Cachier</a>
Eric Andersen9c937212001-10-19 00:46:06 +0000313 <li> <a href="http://www.microwerks.net/~hugo/mindi/">Mindi</a>
Eric Andersenbdfd0d72001-10-24 05:00:29 +0000314
Eric Andersen1b622ff2000-12-14 15:43:57 +0000315</ul>
316
317<p> Do you use BusyBox? I'd love to know about it and I'd be happy to link to
318you.
319
Erik Andersen330fd2b2000-05-19 05:35:19 +0000320
321
322<!-- End of Table -->
323
324</TD></TR>
325</TABLE>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000326
327
328
329<!-- Footer -->
330<HR>
331<TABLE WIDTH="100%">
332 <TR>
333 <TD>
334 <font size="-1" face="arial, helvetica, sans-serif">
335 Mail all comments, insults, suggestions and bribes to
Eric Andersenf6ecacc2001-09-08 20:52:33 +0000336 <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
Eric Andersendfba13d2001-03-16 08:30:00 +0000337 The Busybox logo is copyright 1999,2000,2001, Erik Andersen.
Erik Andersen330fd2b2000-05-19 05:35:19 +0000338 </font>
339 </TD>
340
341 <TD>
Eric Andersen19ec9ee2001-05-02 17:19:25 +0000342 <a href="http://www.vim.org"><img border=0 width=90 height=36
343 src="images/written.in.vi.png"
Erik Andersen330fd2b2000-05-19 05:35:19 +0000344 alt="This site created with the vi editor"></a>
345 </TD>
346
347 <TD>
Eric Andersen19ec9ee2001-05-02 17:19:25 +0000348 <a href="http://www.gimp.org/"><img border=0 width=90 height=36
349 src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000350 </TD>
351
352 <TD>
353 <a href="http://www.linuxtoday.com"><img width=90 height=36
Eric Andersen19ec9ee2001-05-02 17:19:25 +0000354 src="images/ltbutton2.png" alt="Linux Today"></a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000355 </TD>
356
357 <TD>
358 <p><a href="http://slashdot.org"><img width=90 height=36
Eric Andersen19ec9ee2001-05-02 17:19:25 +0000359 src="images/sdsmall.png" alt="Slashdot"></a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000360 </TD>
361
362 <TD>
363 <a href="http://freshmeat.net"><img width=90 height=36
Eric Andersen19ec9ee2001-05-02 17:19:25 +0000364 src="images/fm.mini.png" alt="Freshmeat"></a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000365 </TD>
366
367 </TR>
368</TABLE>
369
370
Matt Kraai18d50642001-01-31 02:13:05 +0000371</CENTER>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000372</BODY>
373</HTML>
374