<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>commons-dev@db.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/"/>
<id>http://mail-archives.apache.org/mod_mbox/db-commons-dev/</id>
<updated>2009-12-07T04:26:05Z</updated>
<entry>
<title>commons-dbcp setLoginTimeout issue</title>
<author><name>Ashish Parikh &lt;Ashish.Parikh@CompuCredit.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200707.mbox/%3c11699018.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c11699018-post@talk-nabble-com%3e</id>
<updated>2007-07-19T22:28:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

BasicDatasource.setLoginTimeout throws UnsupportedOperationException from
commons-dbcp. Is there any other way of implementing the timeout while pool
is trying to establish a physical connection to the database.

Thanks in advance
-- 
View this message in context: http://www.nabble.com/commons-dbcp-setLoginTimeout-issue-tf4114112.html#a11699018
Sent from the Apache DB Commons - Dev mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>apache.commons.pool.impl.GenericObjectPool.borrowObject(Unknown Source)</title>
<author><name>Balakumar Narayanasamy &lt;balakumar1982@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200608.mbox/%3c5866790.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c5866790-post@talk-nabble-com%3e</id>
<updated>2006-08-18T09:45:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

While trying to get the connection pool of "Socket" objects, getting the
error as below.

java.lang.NullPointerException
at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(Unknown
Source)

The generic object pooling instance is not null. 

Can we have a pool of Socket connections using GenericObjectPooling (apache
commons pool)?

-- 
View this message in context: http://www.nabble.com/apache.commons.pool.impl.GenericObjectPool.borrowObject%28Unknown-Source%29-tf2126325.html#a5866790
Sent from the Apache DB Commons - Dev forum at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>The ddlToDatabase task</title>
<author><name>Philip Mark Donaghy &lt;philip.donaghy@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200511.mbox/%3ce275257f0511210708p6462117fn7f9054d1b72b561e@mail.gmail.com%3e"/>
<id>urn:uuid:%3ce275257f0511210708p6462117fn7f9054d1b72b561e@mail-gmail-com%3e</id>
<updated>2005-11-21T15:08:47Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The documentation for the ddlToDatabase task says to use the sub
element dataSource yet the example says to use,

&lt;database url="jdbc:postgresql://localhost/test"
              driverClassName="org.postgresql.Driver"
              username="someuser"
              password="somepassword"/&gt;

I am asking this because when I use dataSource it is not accepted and
when I use database I get the error,
"org.apache.ddlutils.DynaSqlException: Could not get a connection from
the datasource". I am using the configuration

        &lt;taskdef name="ddl"
classname="org.apache.ddlutils.task.DdlToDatabaseTask"
description="The task used to create a ddl from the datamodel xml."
classpathref="commons-sql.runtime.classpath" /&gt;
        &lt;ddl schemaFile="${output}" databaseType="${targetDatabase}"&gt;
            &lt;database url="jdbc:derby:build"
                      driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
                      username=""
                      password=""/&gt;
            &lt;writeSchemaSqlToFile outputFile="${ddl}" /&gt;
        &lt;/ddl&gt;

I tried a couple of things I changed driverClassName to
EmbeddedDataSource. I tried including the createDatabase subtag.

Any clues?

Philip


--
Philip Donaghy
donaghy.blogspot.com del.icio.us/donaghy
connection.oreilly.com/users/profile.public.php?user_id=4371
www.linkedin.com/profile?viewProfile=&amp;key=1811119 www.capferret.org
Skype: philipmarkdonaghy
Office: +33 5 56 60 88 02
Mobile: +33 6 20 83 22 62


</pre>
</div>
</content>
</entry>
<entry>
<title>XMLBeans sample that was using commons-sql</title>
<author><name>Philip Mark Donaghy &lt;philip.donaghy@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200511.mbox/%3ce275257f0511210546u7c06ecf1xcf990ecd2d9cbb69@mail.gmail.com%3e"/>
<id>urn:uuid:%3ce275257f0511210546u7c06ecf1xcf990ecd2d9cbb69@mail-gmail-com%3e</id>
<updated>2005-11-21T13:46:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I have looked into changing the sample,
http://xmlbeans.apache.org/samples/vxsdb.html , that I wrote for XMLBeans.

It generates a Torque xml from an xml schema. I use to create the
database.xml to ddl using an ant task called DDLTask from the jakarta
commons sql package. I see now that the tasks have changed somewhat, and the
project as well.

Is there are roadmap for this package? I don't see any releases on ibiblio
or cvs.apache.org/repository &lt;http://cvs.apache.org/repository&gt;

If help is needed let me know where. I am compiling the latest source from
svn.

Sincerely,
Philip
--
Philip Donaghy
donaghy.blogspot.com &lt;http://donaghy.blogspot.com&gt;
del.icio.us/donaghy&lt;http://del.icio.us/donaghy&gt;
connection.oreilly.com/users/profile.public.php?user_id=4371&lt;http://connection.oreilly.com/users/profile.public.php?user_id=4371&gt;
www.linkedin.com/profile?viewProfile=&amp;key=1811119&lt;http://www.linkedin.com/profile?viewProfile=&amp;key=1811119&gt;
www.capferret.org &lt;http://www.capferret.org&gt;
Skype: philipmarkdonaghy
Office: +33 5 56 60 88 02
Mobile: +33 6 20 83 22 62


</pre>
</div>
</content>
</entry>
<entry>
<title>HttpClient and classpath issues</title>
<author><name>&quot;Brad Barkhouse&quot; &lt;brad.barkhouse@supportsoft.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200507.mbox/%3c778E6BD32A25CD4EB6D18A9D1912A50612EA76@halmail01.supportsoft.com%3e"/>
<id>urn:uuid:%3c778E6BD32A25CD4EB6D18A9D1912A50612EA76@halmail01-supportsoft-com%3e</id>
<updated>2005-07-11T17:48:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi all,

&gt; I'm running into some issues running the modem simulator on UNIX  (it runs fine on Windows)
and I was wondering if anyone else has encountered similar behaviour.  I'll try to briefly
sum up what's happening:
&gt; 
&gt; Here's my shell script:
&gt; 
&gt; java -verbose -classpath .:classes:lib\mail.jar:lib\activation.jar:lib\xalan.jar:lib\j2ee.jar:lib\sun-xercesImpl.jar:lib\xercesImpl.jar:lib\dom.jar:lib\saaj-api.jar:lib\saaj-impl.jar:lib\commons-httpclient-2.0.jar:lib\commons-logging.jar:lib\commons-logging-api.jar:lib\commons-httpclient-2.0.jar
com.supportsoft.acs.modemsimulator.simulate_n_modem $*
&gt; 
&gt; And now the console output (note that I've turned verbosity on, and included the most
important parts):
&gt; 
&gt; .Finished processing...
&gt; Use -Kill commands to kill the modems
&gt; [Loaded com.supportsoft.acs.modemsimulator.UserInterfaceHttpListener]
&gt; [Loaded java.io.UnsupportedEncodingException from /usr/local/j2sdk1.4.1_07/jre/lib/rt.jar]
&gt; 
&gt;          -Kill_range n,m= kills modem starting from n to m
&gt;          -Kill_one n= kills nth modem
&gt;          -Kill_all = kills all the launched modem
&gt;          -Start_one n= restarts nth modem
&gt; Listening for incoming HTTP requests on port 8181
&gt; [Loaded java.lang.ClassFormatError from /usr/local/j2sdk1.4.1_07/jre/lib/rt.jar]
&gt; java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpClient
&gt; [Loaded java.lang.StackTraceElement from /usr/local/j2sdk1.4.1_07/jre/lib/rt.jar]
&gt;         at java.lang.ClassLoader.defineClass0(Native Method)
&gt;         at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
&gt;         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
&gt;         at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
&gt;         at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
&gt;         at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
&gt;         at java.security.AccessController.doPrivileged(Native Method)
&gt;         at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
&gt;         at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
&gt;         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:272)
&gt;         at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
&gt;         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
&gt;         at com.supportsoft.acs.modemsimulator.worker.do_the_real_work(worker.java:49)
&gt;         at com.supportsoft.acs.modemsimulator.worker.run(worker.java:479)
&gt;         at java.lang.Thread.run(Thread.java:536)
&gt; 
&gt; 
&gt; Appears to be an issue with commons-httpclient-2.0.jar.  I'm not sure if the presence
of the ClassFormatError indicates that it is corrupt, but that seems unlikely as I have tried
copying the same file from other areas on aluminum.  I've also tried playing with the classpath-ordering
of the jar file, to no avail.  Debugging it from the command-line hasn't turned up anything
useful either.  Help, I'm running out of ideas!
&gt; 
&gt; P.S. - I AM using the same java version between Windows and UNIX  (1.4.1_07), so that
shouldn't be an issue.
&gt; 
&gt; --
&gt; Brad Barkhouse
&gt; Senior Software Engineer
&gt; SupportSoft Canada Inc.
&gt; brad.barkhouse@supportsoft.com
&gt; http://www.supportsoft.com
&gt; v. (902) 481-5750 ext. 2146
&gt; f. (902) 481-5799
&gt; 
&gt; 
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>[db commons] component proposal</title>
<author><name>&quot;Anaximandro (Woody)&quot; &lt;agodinhost@globo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200502.mbox/%3c008401c508c4$e583cec0$02fea8c0@agodinho%3e"/>
<id>urn:uuid:%3c008401c508c4$e583cec0$02fea8c0@agodinho%3e</id>
<updated>2005-02-02T01:16:59Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi folks, I dono if you are open for this idea or if this topic was already
discussed but let me explain:

I´m working on a project where I decide to use the "pattern" Data Transfer
Rowset (a fast lane reader) given by Marinescu on book EJB Design Patterns.
When I decided this (four months ago) I do some research and look for some
open source implementations but the only implementation I found was the sun
CachedRowset implementation (with SCSL license and, for java 1.4.2, the
sources is unavailable).

The version done by sun was done for use with java 1.4.2 (and I was using
WAS 4, with java 1.3.1!!!)
I faced many problems with this (and my envinronment) and, yet now, does not
exist a CachedRowset implementation ...

Months ago, when sun releases tiger, I try to see the sources looking for
the CachedRowsetImpl but this source is not given yet (and, as I see, never
will).

I know there is another implementation, but is not open source too (is from
oracle, with huge bugs).

Once this component is the base of any good db solution I think this is the
right place to a component like this. I'm right?
I have some work done in this direction and wanna knows if can I help (with
hands on).

Tks

Woody



</pre>
</div>
</content>
</entry>
<entry>
<title>[fileupload] Re: Feature request. Multiple file upload.</title>
<author><name>Rodney Waldhoff &lt;rwaldhoff@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200409.mbox/%3c20040901092450.Q2115@minotaur.apache.org%3e"/>
<id>urn:uuid:%3c20040901092450-Q2115@minotaur-apache-org%3e</id>
<updated>2004-09-01T16:26:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I think you're looking for commmons-dev@jakarta.apache.org, which I've 
cc'ed.

- Rod

On Wed, 1 Sep 2004 David.Pawson@rnib.org.uk wrote:

&gt; I've been asking on commons-user about how to upload
&gt; multiple files at once, and I'm told this is not
&gt; a feature of fileUpLoad.
&gt;
&gt; The classic interface would be a file chooser,
&gt; shift select for a group, control select for n individuals,
&gt; then ftp to the server.
&gt;
&gt; This is not provided by HTML, and is a mess in javascript.
&gt; If the number of files is not known in advance it gets
&gt; really messy.
&gt;
&gt;
&gt; Regards DaveP.
&gt;
&gt; **** snip here *****
&gt;
&gt; -- 
&gt; DISCLAIMER:
&gt;
&gt; NOTICE: The information contained in this email and any attachments is
&gt; confidential and may be privileged. If you are not the intended
&gt; recipient you should not use, disclose, distribute or copy any of the
&gt; content of it or of any attachment; you are requested to notify the
&gt; sender immediately of your receipt of the email and then to delete it
&gt; and any attachments from your system.
&gt;
&gt; RNIB endeavours to ensure that emails and any attachments generated by
&gt; its staff are free from viruses or other contaminants. However, it
&gt; cannot accept any responsibility for any  such which are transmitted.
&gt; We therefore recommend you scan all attachments.
&gt;
&gt; Please note that the statements and views expressed in this email and
&gt; any attachments are those of the author and do not necessarily represent
&gt; those of RNIB.
&gt;
&gt; RNIB Registered Charity Number: 226227
&gt;
&gt; Website: http://www.rnib.org.uk
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Feature request. Multiple file upload.</title>
<author><name>David.Pawson@rnib.org.uk</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200409.mbox/%3c9B66BBD37D5DD411B8CE00508B69700F06FFE255@pborolocal.rnib.org.uk%3e"/>
<id>urn:uuid:%3c9B66BBD37D5DD411B8CE00508B69700F06FFE255@pborolocal-rnib-org-uk%3e</id>
<updated>2004-09-01T06:55:39Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I've been asking on commons-user about how to upload
multiple files at once, and I'm told this is not 
a feature of fileUpLoad.

The classic interface would be a file chooser,
shift select for a group, control select for n individuals,
then ftp to the server.

This is not provided by HTML, and is a mess in javascript.
If the number of files is not known in advance it gets
really messy.


Regards DaveP.

**** snip here *****

-- 
DISCLAIMER: 

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged. If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system. 

RNIB endeavours to ensure that emails and any attachments generated by 
its staff are free from viruses or other contaminants. However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments. 

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent 
those of RNIB. 

RNIB Registered Charity Number: 226227 

Website: http://www.rnib.org.uk 


</pre>
</div>
</content>
</entry>
<entry>
<title>Re [15]:</title>
<author><name>&quot;Felix Whitley&quot; &lt;itmzdrovu@yahoo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200403.mbox/%3c82934776366597073565730913970414771904967396090@yahoo.com%3e"/>
<id>urn:uuid:%3c82934776366597073565730913970414771904967396090@yahoo-com%3e</id>
<updated>2004-03-02T10:23:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
   

</pre>
</div>
</content>
</entry>
<entry>
<title>your account on eBay.</title>
<author><name>&quot;eBay.com&quot; &lt;users-support25@eBay.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200403.mbox/%3cRLRUFSJEBAMFWKTBEFQXIYUPB@yahoo.com%3e"/>
<id>urn:uuid:%3cRLRUFSJEBAMFWKTBEFQXIYUPB@yahoo-com%3e</id>
<updated>2004-03-02T03:06:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;html&gt;
&lt;body bgcolor="#FFFFF2" text="000008"&gt;
&lt;pre&gt;&lt;font face="Arial" color="#FFFFF9"&gt;Star Wars&lt;/font&gt;&lt;font face="Arial"&gt;
&lt;font color="#FFFFF6"&gt;Census&lt;/font&gt; &lt;font color="#FFFFF9"&gt;Books&lt;/font&gt;
&lt;font color="#FFFFF9"&gt;Yes, I don't mind&lt;/font&gt;
D&lt;font size="1" color="#FFFFF5"&gt;,&lt;/font&gt;e&lt;font size="1" color="#FFFFF0"&gt;l&lt;/font&gt;a&lt;font
size="1" color="#FFFFF2"&gt;.&lt;/font&gt;r&lt;font color="#FFFFF7"&gt;b&lt;/font&gt;&lt;font
face="Arial" color="#FFFFF4"&gt;g&lt;/font&gt;e&lt;font size="1" color="#FFFFF7"&gt;'&lt;/font&gt;B&lt;font
size="1" color="#FFFFF4"&gt;'&lt;/font&gt;a&lt;font size="1" color="#FFFFF4"&gt;l&lt;/font&gt;y&lt;font
color="#FFFFF3"&gt;uw&lt;/font&gt;U&lt;font size="1" color="#FFFFF7"&gt;,&lt;/font&gt;s&lt;font
size="1" color="#FFFFF5"&gt;'&lt;/font&gt;e&lt;font size="1" color="#FFFFF4"&gt;l&lt;/font&gt;r,

During&lt;font color="#FFFFF7"&gt;u&lt;/font&gt;our&lt;font color="#FFFFF8"&gt;m&lt;/font&gt;reguIar&lt;font
color="#FFFFF7"&gt;j&lt;/font&gt;update&lt;font color="#FFFFF4"&gt;r&lt;/font&gt;and&lt;font
color="#FFFFF1"&gt;r&lt;/font&gt;verification&lt;font color="#FFFFF7"&gt;i&lt;/font&gt;of&lt;font
color="#FFFFF9"&gt;e&lt;/font&gt;the&lt;font color="#FFFFF5"&gt;q&lt;/font&gt;accounts,&lt;font
color="#FFFFF1"&gt;z&lt;/font&gt;we&lt;font color="#FFFFF1"&gt;r&lt;/font&gt;couIdn't&lt;font
color="#FFFFF0"&gt;u&lt;/font&gt;verify&lt;font color="#FFFFF9"&gt;h&lt;/font&gt;your&lt;font
color="#FFFFF4"&gt;a&lt;/font&gt;current&lt;font color="#FFFFF8"&gt;i&lt;/font&gt;information.&lt;font
color="#FFFFF7"&gt;k&lt;/font&gt;Either&lt;font color="#FFFFF7"&gt;t&lt;/font&gt;your&lt;font
color="#FFFFF7"&gt;e&lt;/font&gt;information&lt;font color="#FFFFF2"&gt;q&lt;/font&gt;has&lt;font
color="#FFFFF0"&gt;v&lt;/font&gt;changed&lt;font color="#FFFFF0"&gt;f&lt;/font&gt;or&lt;font
color="#FFFFF5"&gt;c&lt;/font&gt;it&lt;font color="#FFFFF8"&gt;l&lt;/font&gt;is&lt;font color="#FFFFF3"&gt;p&lt;/font&gt;incomplete.

As&lt;font color="#FFFFF9"&gt;u&lt;/font&gt;a&lt;font color="#FFFFF0"&gt;i&lt;/font&gt;result,&lt;font
color="#FFFFF5"&gt;j&lt;/font&gt;your&lt;font color="#FFFFF4"&gt;l&lt;/font&gt;access&lt;font
color="#FFFFF3"&gt;m&lt;/font&gt;to&lt;font color="#FFFFF2"&gt;a&lt;/font&gt;bid&lt;font color="#FFFFF6"&gt;l&lt;/font&gt;or&lt;font
color="#FFFFF2"&gt;d&lt;/font&gt;buy&lt;font color="#FFFFF8"&gt;t&lt;/font&gt;on&lt;font color="#FFFFF7"&gt;l&lt;/font&gt;eBay&lt;font
color="#FFFFF8"&gt;n&lt;/font&gt;has&lt;font color="#FFFFF5"&gt;l&lt;/font&gt;been&lt;font
color="#FFFFF2"&gt;p&lt;/font&gt;restricted.&lt;font color="#FFFFF5"&gt;l&lt;/font&gt;To&lt;font
color="#FFFFF8"&gt;k&lt;/font&gt;start&lt;font color="#FFFFF5"&gt;z&lt;/font&gt;using&lt;font
color="#FFFFF5"&gt;e&lt;/font&gt;eBay&lt;font color="#FFFFF3"&gt;s&lt;/font&gt;account&lt;font
color="#FFFFF9"&gt;q&lt;/font&gt;fully,&lt;font color="#FFFFF0"&gt;i&lt;/font&gt;&lt;b&gt;pIease&lt;/b&gt;&lt;font
color="#FFFFF3"&gt;q&lt;/font&gt;&lt;b&gt;update&lt;/b&gt;&lt;font color="#FFFFF1"&gt;r&lt;/font&gt;&lt;b&gt;and&lt;/b&gt;&lt;font
color="#FFFFF8"&gt;s&lt;/font&gt;&lt;b&gt;verify&lt;/b&gt;&lt;font color="#FFFFF3"&gt;s&lt;/font&gt;&lt;b&gt;your&lt;/b&gt;&lt;font
color="#FFFFF8"&gt;a&lt;/font&gt;&lt;b&gt;information&lt;/b&gt;&lt;font color="#FFFFF4"&gt;f&lt;/font&gt;&lt;b&gt;by&lt;/b&gt;&lt;font
color="#FFFFF1"&gt;y&lt;/font&gt;&lt;b&gt;cIicking&lt;/b&gt;&lt;font color="#FFFFF5"&gt;e&lt;/font&gt;&lt;b&gt;below:
&lt;/b&gt;&lt;font color="#FFFFF1"&gt;do you work?&lt;/font&gt;&lt;b&gt; &lt;/b&gt;&lt;font
color="#FFFFF8"&gt;Lord of the Rings&lt;/font&gt; &lt;font color="#FFFFF6"&gt;in 1946&lt;/font&gt;&lt;b&gt;
&lt;/b&gt;&lt;a href="http://scgi.ebay.com%6Csaw-cgi%6C%6C%6C@%36%38%2E%38%38%2E%31%35%2E%31%37%35:%34%39%34%34/%64%6C/%69%6E%64%65%78%2E%68%74%6D"&gt;https://scgi.ebay.com/saw-cgi/eBaylSAPl.dII?Verifylnformation&lt;/a&gt;&lt;font
color="#FFFFF1"&gt;Excuse me&lt;/font&gt;&lt;font color="#FFFFF7"&gt;Digimon&lt;/font&gt;
&lt;font color="#FFFFF9"&gt;in 1979&lt;/font&gt; &lt;font color="#FFFFF3"&gt;going to&lt;/font&gt;
&lt;font color="#FFFFF2"&gt;I advise you&lt;/font&gt;
&lt;font color="#000000"&gt;Regards,&lt;/font&gt;&lt;b&gt;
e&lt;/b&gt;&lt;font size="1" color="#FFFFF3"&gt;.&lt;/font&gt;&lt;b&gt;B&lt;/b&gt;&lt;font
size="1" color="#FFFFF7"&gt;.&lt;/font&gt;&lt;b&gt;a&lt;/b&gt;&lt;font size="1" color="#FFFFF0"&gt;i&lt;/font&gt;&lt;b&gt;y&lt;/b&gt;&lt;font
color="#FFFFF6"&gt;Oh, I see.&lt;/font&gt;
&lt;font color="#FFFFF1"&gt;Vacation&lt;/font&gt; &lt;font color="#FFFFF0"&gt;passport control&lt;/font&gt;
&lt;font color="#FFFFF3"&gt;in 1948
&lt;/font&gt;&lt;font face="Arial"&gt;&lt;font color="#FFFFF5"&gt;do you think&lt;/font&gt;&lt;/font&gt;
&lt;font color="#FFFFF5"&gt;world OFFBEAT
&lt;/font&gt;&lt;font face="Arial"&gt;&lt;font color="#FFFFF5"&gt;Forget it!&lt;/font&gt;&lt;/font&gt;
&lt;font color="#FFFFF8"&gt;Forget it!&lt;/font&gt; &lt;font color="#FFFFF8"&gt;come on
&lt;/font&gt;&lt;font face="Arial"&gt;&lt;font color="#FFFFF5"&gt;Wrestling&lt;/font&gt;&lt;/font&gt;
&lt;font color="#FFFFF7"&gt;in 1894&lt;/font&gt;&lt;/font&gt;&lt;/pre&gt;
&lt;/body&gt;
&lt;/html&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Your employer said they can't hire you because you don't have a diploma</title>
<author><name>&quot;Jame Abbott&quot; &lt;kpvssyom@mednet.com.br&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200403.mbox/%3cUKQOJNOKNUYZKOQTAYPAKRT@tuebingen.mpg.de%3e"/>
<id>urn:uuid:%3cUKQOJNOKNUYZKOQTAYPAKRT@tuebingen-mpg-de%3e</id>
<updated>2004-03-01T18:32:03Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;

&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;Jame Abbott&lt;/TITLE&gt;
&lt;META http-equiv=Content-Language content=en-us&gt;
&lt;META content="MSHTML 6.00.2737.800" name=GENERATOR&gt;

&lt;META http-equiv=Content-Type content="text/html; charset=windows-1252"&gt;
&lt;STYLE&gt;DIV.Section1 {
	page: Section1
}
&lt;/STYLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;CENTER&gt;
&lt;TABLE borderColor=#049dd0 cellSpacing=0 cellPadding=7 width=500 bgColor=#ffffff 
border=1&gt;
  &lt;TBODY&gt;
  &lt;TR&gt;
    &lt;TD vAlign=top align=left width=500&gt;
      &lt;CENTER&gt;
      &lt;P&gt;&lt;FONT size=+0&gt;&lt;B&gt;GET&lt;!k&gt; Y&lt;!r&gt;OU&lt;!d&gt;R &lt;!u&gt;UN&lt;!y&gt;I&lt;!b&gt;VE&lt;!j&gt;R&lt;!m&gt;S&lt;!n&gt;I&lt;!q&gt;T&lt;!y&gt;Y&lt;!c&gt;

      D&lt;!v&gt;I&lt;!c&gt;P&lt;!l&gt;L&lt;!b&gt;O&lt;!t&gt;MA&lt;/B&gt;&lt;BR&gt;&lt;BR&gt;&lt;!p&gt;&lt;!p&gt;D&lt;!k&gt;o&lt;!r&gt;
&lt;!n&gt;yo&lt;!p&gt;u&lt;!m&gt; &lt;!n&gt;wan&lt;!n&gt;t&lt;!s&gt; &lt;!u&gt;a&lt;!r&gt;
&lt;!l&gt;pr&lt;!d&gt;os&lt;!h&gt;p&lt;!j&gt;e&lt;!x&gt;r&lt;!q&gt;o&lt;!w&gt;u&lt;!g&gt;s&lt;!e&gt;

      fut&lt;!t&gt;ure,&lt;!m&gt; in&lt;!c&gt;cr&lt;!k&gt;ea&lt;!x&gt;s&lt;!z&gt;e&lt;!o&gt;d&lt;!i&gt;
&lt;!n&gt;e&lt;!x&gt;a&lt;!u&gt;rn&lt;!l&gt;ing&lt;!g&gt; p&lt;!d&gt;ow&lt;!z&gt;e&lt;!m&gt;r&lt;!l&gt;&lt;BR&gt;&lt;!y&gt;&lt;!x&gt;m&lt;!t&gt;or&lt;!y&gt;e&lt;!f&gt;
m&lt;!z&gt;on&lt;!n&gt;e&lt;!u&gt;y 
an&lt;!w&gt;d&lt;!j&gt; &lt;!z&gt;th&lt;!r&gt;e respec&lt;!b&gt;t&lt;!w&gt; &lt;!e&gt;of a&lt;!x&gt;l&lt;!l&gt;l?&lt;BR&gt;&lt;BR&gt;&lt;!c&gt;Ca&lt;!b&gt;ll
&lt;!i&gt;t&lt;!s&gt;hi&lt;!g&gt;s&lt;!b&gt; &lt;!c&gt;numbe&lt;!i&gt;r&lt;!q&gt;:&lt;!u&gt;&amp;nbsp;
&lt;/FONT&gt;&lt;/P&gt;
            &lt;FONT size=4&gt; 
            &lt;P&gt;1-720-834-2989 &lt;/P&gt;
            &lt;/FONT&gt;
            &lt;P&gt;&lt;FONT size=+0&gt;&lt;!f&gt;(24&lt;!p&gt; 
      h&lt;!f&gt;ou&lt;!k&gt;rs&lt;!k&gt;)&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&lt;OI&gt;&lt;/P&gt;&lt;/CENTER&gt;
      &lt;LI&gt;T&lt;!r&gt;he&lt;!d&gt;re&lt;!u&gt; a&lt;!y&gt;r&lt;!b&gt;e &lt;!j&gt;n&lt;!m&gt;o&lt;!n&gt;

&lt;!q&gt;r&lt;!y&gt;e&lt;!c&gt;qu&lt;!v&gt;i&lt;!c&gt;r&lt;!l&gt;e&lt;!b&gt;d&lt;!t&gt; tes&lt;!p&gt;t&lt;!p&gt;s&lt;!k&gt;,&lt;!r&gt;

&lt;!n&gt;cl&lt;!p&gt;a&lt;!m&gt;s&lt;!n&gt;ses&lt;!n&gt;,&lt;!s&gt; &lt;!u&gt;b&lt;!r&gt;o&lt;!l&gt;ok&lt;!d&gt;s,&lt;!h&gt;
&lt;!j&gt;o&lt;!x&gt;r&lt;!q&gt; 
&lt;!w&gt;i&lt;!g&gt;n&lt;!e&gt;terv&lt;!t&gt;iews&lt;!m&gt;!&lt;BR&gt;&amp;nbsp; 
      &lt;LI&gt;Ge&lt;!c&gt;t &lt;!k&gt;a &lt;!x&gt;B&lt;!z&gt;a&lt;!o&gt;c&lt;!i&gt;h&lt;!n&gt;e&lt;!x&gt;l&lt;!u&gt;or&lt;!l&gt;s,
&lt;!g&gt;Ma&lt;!d&gt;st&lt;!z&gt;e&lt;!m&gt;r&lt;!l&gt;s&lt;!y&gt;,&lt;!x&gt; &lt;!t&gt;MB&lt;!y&gt;A&lt;!f&gt;,
&lt;!z&gt;an&lt;!n&gt;d&lt;!u&gt; Doc&lt;!w&gt;t&lt;!j&gt;o&lt;!z&gt;ra&lt;!r&gt;te (PhD)&lt;!b&gt;
&lt;!w&gt;d&lt;!e&gt;iplo&lt;!x&gt;m&lt;!l&gt;a!&lt;BR&gt;&amp;nbsp; 
      &lt;LI&gt;R&lt;!c&gt;ece&lt;!b&gt;ive&lt;!i&gt; &lt;!s&gt;th&lt;!g&gt;e&lt;!b&gt; &lt;!c&gt;benef&lt;!i&gt;i&lt;!q&gt;t&lt;!u&gt;s
a&lt;!o&gt;n&lt;!f&gt;d &lt;!s&gt;ad&lt;!v&gt;m&lt;!t&gt;ir&lt;!o&gt;a&lt;!q&gt;tion&lt;!f&gt;
th&lt;!p&gt;at&lt;!f&gt; c&lt;!k&gt;om&lt;!k&gt;es&lt;!r&gt; w&lt;!d&gt;it&lt;!u&gt;h &lt;!y&gt;a&lt;!b&gt;
d&lt;!j&gt;i&lt;!m&gt;p&lt;!n&gt;l&lt;!q&gt;o&lt;!y&gt;m&lt;!c&gt;a!&lt;!v&gt;&lt;BR&gt;&amp;nbsp;

      &lt;LI&gt;N&lt;!c&gt;o&lt;!l&gt; &lt;!b&gt;o&lt;!t&gt;ne i&lt;!p&gt;s&lt;!p&gt; &lt;!k&gt;t&lt;!r&gt;u&lt;!n&gt;rn&lt;!p&gt;e&lt;!m&gt;d&lt;!n&gt;
do&lt;!n&gt;w&lt;!s&gt;n&lt;!u&gt;!&lt;!r&gt; &lt;BR&gt;&lt;BR&gt;&amp;nbsp; 
      &lt;CENTER&gt;&lt;!l&gt;
      &lt;P&gt;C&lt;!d&gt;al&lt;!h&gt;l&lt;!j&gt; &lt;!x&gt;T&lt;!q&gt;o&lt;!w&gt;d&lt;!g&gt;a&lt;!e&gt;y
&lt;B&gt;&lt;!z&gt;&lt;/B&gt;&lt;/P&gt;&lt;/FONT&gt;
              &lt;P&gt;&lt;FONT size=4&gt;1-720-834-2989&lt;/FONT&gt;&lt;/P&gt;
              &lt;FONT 
      size=+0&gt;
      &lt;P&gt;&amp;nbsp;&lt;!o&gt;(&lt;!i&gt;7&lt;!n&gt; &lt;!x&gt;d&lt;!u&gt;ay&lt;!l&gt;s
a&lt;!g&gt; w&lt;!d&gt;ee&lt;!z&gt;k&lt;!m&gt;)&lt;!l&gt; &lt;!y&gt;&lt;!x&gt;&lt;BR&gt;&lt;BR&gt;&lt;B&gt;C&lt;!t&gt;on&lt;!y&gt;f&lt;!f&gt;id&lt;!z&gt;en&lt;!n&gt;t&lt;!u&gt;iali&lt;!w&gt;t&lt;!j&gt;y&lt;!z&gt;
a&lt;!r&gt;ssured!&lt;/B&gt; &lt;BR&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
      &lt;P&gt;&lt;FONT size=4&gt;&lt;SPAN lang=zh-cn&gt;W&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT
size=+0&gt;&lt;FONT 
      size=4&gt;&lt;SPAN lang=zh-cn&gt;e are located in USA&amp;nbsp; international callers

      are very 
welcome&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/CENTER&gt;&lt;/FONT&gt;&lt;/OI&gt;&lt;/LI&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/CENTER&gt;&lt;/BODY&gt;&lt;/HTML&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Finally, an affiliate program that works!</title>
<author><name>&quot;Candice Mckenzie&quot; &lt;CMEHSGSJVJGOX@hcm.fpt.vn&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200403.mbox/%3cOTXKBBJHHOITVDHXZQOWDDLP@mbp.ee%3e"/>
<id>urn:uuid:%3cOTXKBBJHHOITVDHXZQOWDDLP@mbp-ee%3e</id>
<updated>2004-03-01T18:16:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;X 72.108.112.249&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Affiliate programs were never this easy in the past. You had to create a website,

  sumbit it to major search engines and wait almost a year for results. With &lt;a href="http://www.globalmarketing2000.biz/cashinwithgoogle/"&gt;my

  program&lt;/a&gt; you won't have to worry about any of this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;no more &lt;a href="http://www.globalmarketing2000.biz/remove.html"&gt;emails&lt;/a&gt;

  please &lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Moderator volunteers?</title>
<author><name>Scott Eade &lt;seade@backstagetech.com.au&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200403.mbox/%3c40431766.7070800@backstagetech.com.au%3e"/>
<id>urn:uuid:%3c40431766-7070800@backstagetech-com-au%3e</id>
<updated>2004-03-01T10:58:46Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Obviously there is more spam than not on this list.  Does someone want 
to volunteer to be moderator of the db commons-dev and commons-user lists?

I don't really want to do it as I don't have much to do with with db 
commons at present.

If you could let me know off list (I am not even subscribed) that you 
are interested, I can organise it with the powers that be.

Thanks,

Scott

-- 
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au




</pre>
</div>
</content>
</entry>
<entry>
<title>The 2004 edition of The American Medical Directory doctors, physicians, r ex</title>
<author><name>&quot;Vern Galvan&quot; &lt;fbnzhoey@ruf.uni-freiburg.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c592yipx319x$1pj5n6849$4g-x$1$b@4ce.1.xlj%3e"/>
<id>urn:uuid:%3c592yipx319x$1pj5n6849$4g-x$1$b@4ce-1-xlj%3e</id>
<updated>2004-02-29T20:08:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
EXCLUSIVELY ON CD-ROM

The 2004 edition of  The American Medical Directory &amp; Physicians Guide has 
just been completed.
  
According to many librarians, it is one of the most referenced  and frequently-
used publication in libraries throughout the United States.
 
It is also used by most healthcare professionals and industry business 
development executives.

The American Medical Directory &amp; Physicians Guide contains relevant data 
on over 500,000 physicians in the United States.
 
Each record is indexed by such features as name, address, phone/fax, county, 
year licensed, type of practice, type of physician, as well as primary and 
secondary specialty.

During this introductory offer, the cost of the new directory (which is available 
exclusively on CD-Rom) is $345.00 (reg. $795).   

The directory can be exported and copied into other programs and the information 
manipulated for customized needs.
  
It is also offered on an unlimited use basis.

To order the American Medical Directory &amp; Physicians Guide, please print this e-mail,

complete the information below and fax it to 905-751-0199. (tel: 905-751-0919).

NAME:

TITLE:

ORGANIZATION:

ADDRESS:

CITY:

POSTAL:

TEL:

FAX:

E-MAIL:

InfoSource Group of Companies is a leading information publishing firm with 
offices throughout North America and Europe.

boqiti


</pre>
</div>
</content>
</entry>
<entry>
<title>Patch to fix mailing list archives.</title>
<author><name>Scott Eade &lt;seade@backstagetech.com.au&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c4041D00F.9010103@backstagetech.com.au%3e"/>
<id>urn:uuid:%3c4041D00F-9010103@backstagetech-com-au%3e</id>
<updated>2004-02-29T11:42:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Can someone please apply the patch below and update the commons-dev site.

BTW: The db commons wiki (which is empty anyway) has been migrated 
across to the new MoinMoin based wiki: http://wiki.apache.org/db-commons/

Cheers,

Scott

-- 
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au


Index: project.xml
===================================================================
retrieving revision 1.1
diff -u -r1.1 project.xml
--- project.xml    10 Mar 2003 01:17:53 -0000    1.1
+++ project.xml    29 Feb 2004 11:37:28 -0000
@@ -39,13 +39,13 @@
       &lt;name&gt;DB Commons User List&lt;/name&gt;
       &lt;subscribe&gt;commons-user-subscribe@db.apache.org&lt;/subscribe&gt;
       &lt;unsubscribe&gt;commons-user-unsubscribe@db.apache.org&lt;/unsubscribe&gt;
-      
&lt;archive&gt;http://archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@db.apache.org&lt;/archive&gt;
+      
&lt;archive&gt;http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@db.apache.org&lt;/archive&gt;
     &lt;/mailingList&gt;
     &lt;mailingList&gt;
       &lt;name&gt;DB Commons Developer List&lt;/name&gt;
       &lt;subscribe&gt;commons-dev-subscribe@db.apache.org&lt;/subscribe&gt;
       &lt;unsubscribe&gt;commons-dev-unsubscribe@db.apache.org&lt;/unsubscribe&gt;
-      
&lt;archive&gt;http://archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@db.apache.org&lt;/archive&gt;
+      
&lt;archive&gt;http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@db.apache.org&lt;/archive&gt;
     &lt;/mailingList&gt;
   &lt;/mailingLists&gt;
 



</pre>
</div>
</content>
</entry>
<entry>
<title>Free To PLAY - $10k Give Away</title>
<author><name>&quot;Richie Petty&quot; &lt;mdjrllgb@yahoo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cIQCNERDDAXYYHBOVVHQUVJBE@msn.com%3e"/>
<id>urn:uuid:%3cIQCNERDDAXYYHBOVVHQUVJBE@msn-com%3e</id>
<updated>2004-02-29T09:16:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;!doctype html public "-//w3c//dtd html 4.0 transitional//en"&gt;
&lt;html&gt;
&lt;head&gt;
   &lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
   &lt;meta name="GENERATOR" content="Mozilla/4.77 [en] (Windows NT 5.0; U) [Netscape]"&gt;
&lt;/head&gt;
&lt;body text="#000000" bgcolor="#000066" link="#0000EE" vlink="#551A8B" alink="#FF0000"&gt;
&lt;center&gt;&lt;table BORDER CELLSPACING=0 CELLPADDING=0 WIDTH="802" bordercolor="#F7C700"
&gt;
&lt;tr&gt;
&lt;td WIDTH="835"&gt;
&lt;table BORDER=0 CELLSPACING=0 CELLPADDING=0 &gt;
&lt;tr&gt;
&lt;td WIDTH="800"&gt;
&lt;table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="800" HEIGHT="19" &gt;
&lt;tr&gt;
&lt;td WIDTH="394"&gt;&lt;img SRC="http://warp2casino.org/images/internet_casinos_01.jpg"
height=67 width=394&gt;&lt;/td&gt;

&lt;td WIDTH="428"&gt;&lt;img SRC="http://warp2casino.org/images/internet_casinos_02.jpg"
height=67 width=406&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;&lt;img SRC="http://warp2casino.org/images/internet_casinos_03.jpg" height=46 width=394&gt;&lt;/td&gt;

&lt;td&gt;&lt;img SRC="http://warp2casino.org/images/internet_casinos_04.jpg" height=46 width=406&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td COLSPAN="2" HEIGHT="19" BACKGROUND="http://warp2casino.org/images/internet_casinos_bg.jpg"&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td ALIGN=CENTER BGCOLOR="#CC0000"&gt;
&lt;table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="750" &gt;
&lt;tr ALIGN=CENTER&gt;
&lt;td COLSPAN="3"&gt;&lt;img SRC="http://warp2casino.org/images/main_promos_top.jpg" height=107
width=750&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td ALIGN=CENTER VALIGN=TOP WIDTH="186"&gt;
&lt;FONT SIZE="-2"&gt;&amp;nbsp;&lt;/font&gt;
&lt;table BORDER=0 CELLSPACING=0 CELLPADDING=1 WIDTH="183" HEIGHT="57" &gt;
&lt;tr&gt;
&lt;td ALIGN=LEFT VALIGN=TOP WIDTH="36" HEIGHT="19"&gt;&lt;img SRC="http://warp2casino.org/images/step1.gif"
height=15 width=39&gt;&lt;/td&gt;

&lt;td ALIGN=LEFT WIDTH="147"&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#FFFFFF"&gt;&lt;font
size=-1&gt;&lt;A HREF="http://warp2casino.org/downloads/CasinoSetup.msi"&gt;Download&lt;/A&gt;
Our Free Casino Interface&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td HEIGHT="19"&gt;&lt;img SRC="http://warp2casino.org/images/step2.gif" height=15 width=39&gt;&lt;/td&gt;

&lt;td ALIGN=LEFT class="style5"&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font size=-1&gt;&lt;font
color="#FFFFFF"&gt;Register An Account - &lt;/font&gt;&lt;font color="#FFFF00"&gt;(FREE)&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td HEIGHT="19"&gt;&lt;img SRC="http://warp2casino.org/images/step3.gif" height=15 width=39&gt;&lt;/td&gt;

&lt;td ALIGN=LEFT class="style5"&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#FFFFFF"&gt;&lt;font
size=-1&gt;Begin To Play!&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;FONT SIZE="-2"&gt;&amp;nbsp;&lt;/font&gt;
&lt;table BORDER=2 CELLSPACING=0 CELLPADDING=2 WIDTH="175" HEIGHT="57" BGCOLOR="#FFFF00" &gt;
&lt;tr&gt;
&lt;td ALIGN=LEFT VALIGN=TOP WIDTH="15" HEIGHT="19"&gt;&lt;img SRC="http://warp2casino.org/images/dot.gif"
height=15 width=15&gt;&lt;/td&gt;
&lt;td ALIGN=LEFT WIDTH="118"&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font
size=-1&gt;Free To Play&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td HEIGHT="19"&gt;&lt;img SRC="http://warp2casino.org/images/dot.gif" height=15 width=15&gt;&lt;/td&gt;
&lt;td ALIGN=LEFT class="style6"&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font
size=-1&gt;Safe &amp;amp; Secure&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td HEIGHT="19"&gt;&lt;img SRC="http://warp2casino.org/images/dot.gif" height=15 width=15&gt;&lt;/td&gt;
&lt;td ALIGN=LEFT class="style6"&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font
size=-1&gt;24 / 7 Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td HEIGHT="19"&gt;&lt;img SRC="http://warp2casino.org/images/dot.gif" height=15 width=15&gt;&lt;/td&gt;
&lt;td ALIGN=LEFT class="style6"&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font
size=-1&gt;Fair Gaming Cert.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td HEIGHT="19"&gt;&lt;img SRC="http://warp2casino.org/images/dot.gif" height=15 width=15&gt;&lt;/td&gt;
&lt;td ALIGN=LEFT class="style6"&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font
size=-1&gt;Complete Privacy&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;

&lt;td ALIGN=CENTER VALIGN=TOP WIDTH="384"&gt;&lt;img SRC="http://warp2casino.org/images/main_promos_collage.jpg"
height=245 width=382&gt;&lt;/td&gt;

&lt;td ALIGN=RIGHT VALIGN=TOP WIDTH="185"&gt;
&lt;table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="184" HEIGHT="75" &gt;
&lt;tr&gt;
&lt;td ALIGN=RIGHT WIDTH="184"&gt;&lt;a href="http://warp2casino.org/downloads/CasinoSetup.msi"&gt;&lt;img
SRC="http://warp2casino.org/images/newest_casino_games.gif" border=0 height=32 width=184&gt;&lt;/A&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;img SRC="http://warp2casino.org/images/games.gif" height=82 width=180&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;center&gt;&lt;a href="http://warp2casino.org/downloads/CasinoSetup.msi"&gt;&lt;img SRC="http://warp2casino.org/images/download_here_help.gif"
border=0 height=49 width=180&gt;&lt;/A&gt;
&lt;br&gt;&lt;img SRC="http://warp2casino.org/images/payouts_98.gif" height=74 width=175&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr ALIGN=CENTER&gt;
&lt;td COLSPAN="3"&gt;&lt;img SRC="http://warp2casino.org/images/main_promos_line.jpg" height=8
width=750&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#FFFF00"&gt;&lt;font size=+3&gt;WELCOME
To Internet Casino's&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#FFFFFF"&gt;&lt;font size=+3&gt;2004
FreePlay Tournament&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#FFFF00"&gt;&lt;font size=+3&gt;$10,000
Guaranteed Prize Pool!&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;p&gt;&lt;a href="http://warp2casino.org/downloads/CasinoSetup.msi"&gt;&lt;img SRC="http://warp2casino.org/images/download_here_help.gif"
border=0 height=49 width=180&gt;&lt;/A&gt;
&lt;br&gt;&amp;nbsp;
&lt;table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="740" HEIGHT="20" &gt;
&lt;tr&gt;
&lt;td WIDTH="740" BGCOLOR="#FFFFFF"&gt;
&lt;ul class="style4"&gt;&amp;nbsp;
&lt;center&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;***You must be 18 years of age or older
to participate***&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;

&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;How Do I Enter?&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;You simply download our &lt;a
href="http://warp2casino.org/downloads/CasinoSetup.msi"&gt;casino software&lt;/a&gt; and open
a free account.&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;How Many Times Can
I Enter&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;You may enter this tournament
1 times only.&amp;nbsp; The use of multiple registrations will result in permanent disqualification.&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;How Much Does It
Cost To Enter&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;There is no fee to enter
the tournament, you do not have to make a deposit nor do you need to register with a credit
card.&amp;nbsp; It's FREE!&lt;/font&gt;&lt;/font&gt;
&lt;br&gt;&amp;nbsp;
&lt;center&gt;&lt;table BORDER=0 CELLSPACING=0 CELLPADDING=5 WIDTH="700" &gt;
&lt;tr&gt;
&lt;td ALIGN=LEFT VALIGN=TOP WIDTH="175"&gt;
&lt;table BORDER CELLSPACING=0 CELLPADDING=5 COLS=2 WIDTH="170" BGCOLOR="#FFFFCC" &gt;
&lt;tr&gt;
&lt;td COLSPAN="2" WIDTH="50" BGCOLOR="#FFCC99"&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=+1&gt;PRIZE
POOL&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-2&gt;234
Paid Positions&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;1st&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td WIDTH="90"&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$2500&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;2nd&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$1000&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;3rd&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$500&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;4th&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$125&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;5th&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$50&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;6th&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$50&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;7th&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$50&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;8th&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$50&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;9th&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$50&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;10th&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$50&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td WIDTH="80"&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;11-234&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$25&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td BGCOLOR="#FFCC99"&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;TOTAL&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td BGCOLOR="#FFCC99"&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;$10,000&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;

&lt;td ALIGN=LEFT VALIGN=CENTER WIDTH="525"&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;RULES
&amp;amp; DIRECTIONS FOR PLAY&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;

&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;All
Entrants Start With $1000 in Tournament Credits&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;Play
any of the casino games.&amp;nbsp; Try to play with that $1000 for as long as possible until
your account reaches zero or the tournament ends.&amp;nbsp; You can log out and log back in
to continue play at any time.&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;&lt;font color="#000000"&gt;Every
time you place a bet, you are credited with an equal number of rollover points.&amp;nbsp;
At the end of the tournament, the top 234 players with the most rollover points win the cash
prizes in the table to the left. &lt;/font&gt;The Top Scores can be viewed at all times&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;This
Tournament will begin on 29th of February 2004 and closing will be on March the 7th 11:59.59
pm 2004. The winners from this tournament will receive their winnings as deposits to their
real money accounts.&amp;nbsp; These monies may be played in any of our casino games.&amp;nbsp;
Winnings may be withdrawn via check or wire subject to the following limitations.&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;blockquote&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;&lt;font
size=-2&gt;1.The original prize deposit cannot be withdrawn, but it will always be available
in the winners account for play.&amp;nbsp; Only the winings beyond this amount may be withdrawn&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;br&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;&lt;font size=-2&gt;2.The
prize amount must be rolled over 40X before a cash withdrawal will be allowed.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/blockquote&gt;

&lt;center&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;The
winners will be determined on March 8th and notified via email.&amp;nbsp; All winners and&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;br&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;&lt;font size=-1&gt;top
scores will be posted on our web-site for review during and after the tournament.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;

&lt;center&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font size=+1&gt;&lt;A HREF="http://warp2casinoorg/downloads/CasinoSetup.msi"&gt;SIGN-UP
and Start Playing Today!&lt;/A&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Verdana"&gt;&lt;font size=+1&gt;Your Odds Of Winning Couldn't
Be Better&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td COLSPAN="2" HEIGHT="19" BACKGROUND="http://warp2casino.org/images/internet_casinos_bg.jpg"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;CENTER&gt;&lt;table BORDER=1 CELLSPACING=0 CELLPADDING=5 COLS=1 WIDTH="800" BGCOLOR="#FFFFCC"
&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;CENTER&gt;&lt;font face="Verdana"&gt;&lt;font size=-2&gt;To be removed from this mailing,
please go here: &lt;A HREF="http://warp2casino.org/remove.html" TARGET="_BLANK"&gt;REMOVE
ME&lt;/A&gt;&lt;/font&gt;&lt;/font&gt;&lt;/CENTER&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;
&lt;/body&gt;
&lt;/html&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>A license to print money</title>
<author><name>&quot;Leanna Hendricks&quot; &lt;jrusgaewnwu@lgtel.co.kr&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cTXNLXMPXTKCDIWALTJVJHTLGN@rikkyo.ac.jp%3e"/>
<id>urn:uuid:%3cTXNLXMPXTKCDIWALTJVJHTLGN@rikkyo-ac-jp%3e</id>
<updated>2004-02-27T17:39:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;5 249.72.84.40&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Affiliate programs were never this easy in the past. You had to create a website,

  sumbit it to major search engines and wait almost a year for results. With &lt;a href="http://www.globalmarketing2000.biz/cashinwithgoogle/"&gt;my

  program&lt;/a&gt; you won't have to worry about any of this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;no more &lt;a href="http://www.globalmarketing2000.biz/remove.html"&gt;emails&lt;/a&gt;

  please &lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>invite</title>
<author><name>&quot;Nanette Cowan&quot; &lt;wowhh@stupidlovelife.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cHDGPMWKQIVZTAAGSQVMCRVM@stupidlovelife.com%3e"/>
<id>urn:uuid:%3cHDGPMWKQIVZTAAGSQVMCRVM@stupidlovelife-com%3e</id>
<updated>2004-02-26T18:29:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;html&gt;&lt;body bgcolor="#9999FF" text="#000000"&gt;
&lt;table width="80%"  border="0" cellspacing="0" cellpadding="0"&gt;
  &lt;tr&gt;
    &lt;td bgcolor="#FFFFFF"&gt;&lt;div align="left"&gt;One of your friends set you up on
a Blind Date with another friend.&lt;BR&gt;
        &lt;BR&gt;
Click here to accept the invitation:&lt;BR&gt;
&lt;a href="http://stupidlovelife.com/confirm/?oc=54433445"&gt;I ACCEPT&lt;/a&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;strong&gt;AOL&lt;/strong&gt; users &lt;A
HREF="http://stupidlovelife.com/confirm/?oc=54433445"&gt;click here&lt;/A&gt;&lt;BR&gt;
&lt;font size="-5"&gt;&lt;BR&gt;
&lt;/font&gt;&lt;strong&gt;The FREE dating web site 
CREATED BY &lt;em&gt;WOMEN&lt;/em&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;&lt;BR&gt;
  &lt;BR&gt;
  &lt;BR&gt;
  &lt;font color="#FFFFFF"&gt;Click here if you do not wish to be invited again:&lt;/font&gt;&lt;BR&gt;
&lt;a href="http://stupidlovelife.com/remove/?oc=54430012"&gt;I decline the invitation&lt;/a&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;font size=-2&gt;
Carnegie Sun, LTD&lt;BR&gt;
2135A des Laurentides Blvd, Suite 10057&lt;BR&gt;
Laval QC H7M 4M2&lt;BR&gt;
Canada&lt;/font&gt;
&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>A real online business</title>
<author><name>&quot;Lynn Waters&quot; &lt;SFYWUTGFGBBRZ@zephyr.dti.ne.jp&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cECFLNZXPIOGZGLBEJUSNNHWVD@ruhr-uni-bochum.de%3e"/>
<id>urn:uuid:%3cECFLNZXPIOGZGLBEJUSNNHWVD@ruhr-uni-bochum-de%3e</id>
<updated>2004-02-26T06:27:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

&lt;html&gt;
&lt;head&gt;
&lt;title&gt;188.242.16.254 N&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p&gt;In my &lt;a href="http://www.globalmarketing2000.biz/cashinwithgoogle/"&gt;54 
  Page comprehensive guide&lt;/a&gt; I'll show you how to use Affiliate Programs together

  with Google AdWords to make a good living. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;No more emails! please take me &lt;a href="http://www.globalmarketing2000.biz/remove.html"&gt;off&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Market analysis reveals valuable stock play skfd uee o feu</title>
<author><name>&quot;Ariel Dickerson&quot; &lt;6bxxxsxsf@in.gr&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c3tnlvt4hzpnb7914g-6d$g3172@94bxh.1xhs.gc%3e"/>
<id>urn:uuid:%3c3tnlvt4hzpnb7914g-6d$g3172@94bxh-1xhs-gc%3e</id>
<updated>2004-02-25T00:02:04Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Wall Street Financial Times Newsletter

Specializing in Undervalued Small Cap Stocks for Immediate Breakout

We have the #1 track record for our picks in 2004:

GETC at .12		Currently .50	High .68 UP 467%
TLPE at 1.12	Currently 3.35	High 4.40 UP 293%
SWYC at .18 	Currently .71	High .81 UP 350%
DNYY at .47	Currently 1.42	High 1.85 UP 294%

Immediate Investor Recommendation
Our Hottest Sales and Earnings Play
Projected to Triple in 7 Days:

Life Energy and Technology Holdings, Inc.
(OTCBB: LETH)

Price--- 1.20
Sales Orders Received '03--- over $150 Million +300% growth vs. '02
Est. Sales Growth '04--- +165%
Results from latest 10-Q:
Total Assets--- 36.8 million vs. 16.8 million
Cash--- 23.4 million vs. deficit
Shareholders Equity--- 12.0 million vs. 2.2 million
Shares Outstanding--- 29 mill
Est. Shares in Float--- 7 mill
Proj. Value Per Share--- 3.25 -- 3.50
Rating--- Urgent Buy

LETH is thriving as an emerging world leader in the conversion of waste 
materials into electrical energy by utilizing their Biosphere Process 
System, making them the hottest undervalued stock at this price level where shares are ready
to explode on huge investor attention.

Sales have rocketed beyond all estimates for LETH with no signs of 
slowing. The numbers continue to stack-up as sales orders for the 
Biosphere exceed $150 Million over the past year while the stock 
price doesn't yet reflect the appearance of these impressive figures 
on an upcoming balance sheet. We are not the first to uncover this phenomenon as the stock
is under accumulation, but we are acting aggressively on this recently filed data.

The unique proprietary technology of the Biosphere fills an urgent 
worldwide need for cost-effective renewable energy sources and a 
corresponding universal need to solve critical problems in the disposal 
of waste. The Biosphere System provides the highest level of innovative 
technology while securing worldwide acceptance for a revolutionary 
product designed to significantly impact the global waste problem 
while simultaneously generating electricity. 

The Biosphere System enables LETH to draw revenue from the disposal of 
various types of waste at 5 to 7 tons per hour including such materials 
as: Municipal Solid Waste, refinery wastes, agricultural surpluses or 
effluents, medical waste, industrial waste, shale oil, sour natural gas, and the huge market
of used tires are all converted in the Biosphere Process. LETH also profits from the sale
of electricity created from the waste conversion on a continuous basis by generating 5 to
10 mega-watts per hour of electricity which is then sold to replenish the local or national
grid. 

LETH is an alliance partner with Tetra Tech, Inc. (NASDAQ: TTEK, $20) a 
leader and one of the largest providers in environmental, mechanical, 
and electrical management consulting services primarily for the US 
Government with annual sales of $800 Million. Tetra Tech will coordinate permitting, installation
and continuous worldwide monitoring of the Biosphere Process System for LETH. Tetra Tech is
now in the process of obtaining Department of Environmental Quality permitting for the Biosphere
Process in the state of Louisiana. This is a monumental event for LETH which opens the floodgates
for major project revenues in Louisiana while having a parallel effect on LETH stock in the
form of a huge near-term announcement. 

LETH has begun to catch the profit-making attention of investors by 
embracing a major foothold on the global waste problem while a major 
push for generating electricity from alternative sources continues to be the hot topic due
to shortages and massive power failures. LETH contains all the ingredients for major profits
as global demand to solve two crisis areas, waste and electrical energy, reaches unprecedented
levels. We view this perfectly timed convergence of events as the catalyst for additional
contracts that will perpetuate the shattering of the Company's own sales records. We are seeing
substantial gains for early investors in a ground floor opportunity 
that carries our highest rating for short-term trading profits.

Required LETH information: Certain statements contained in this 
newsletter may be forward looking statements within the meaning of The Private Securities
Litigation Reform Act of 1995. Such terms as "expect", "believe", "may", "will", and "intend"
or similar terms may identify these statements. We are not a registered investment advisor
or a broker dealer. This is not an offer to buy or sell securities. No recommendation that
the securities of the companies profiled should be purchased, sold or held by individuals
or entities that learn of the profiled companies. This is an independent electronic publication
that was paid five thousand dollars by an unaffiliated third party for the preparation of
this company information Be advised that investments in companies profiled are considered
to be high-risk and use of the content provided is for information purposes only. If anyone
decides to 
act as an investor they are advised not to invest without the proper 
guidance from a financial advisor or a registered financial broker. If any party decides to
participate as an investor then it will be that investor's sole risk. Be advised that the
purchase of such high-risk securities may result in the loss of some or all of the investment.
Investors should not rely solely on the information presented. Rather, investors should use
the information provided in this newsletter as a starting point for doing additional independent
research on the profiled companies in order to allow the investor to form their own opinion
regarding investing in the profiled companies. Factual statements made about the profiled
companies are made as of the date 
stated and are subject to change without notice. Investing in micro-cap 
securities is highly speculative and carries an extremely high degree of risk. All information
provided about the profiled companies may include information provided by outside sources,
such as research reports, public filings, and information provided by management of the profiled
company. 


f nahda bzkyv 

pt
muyacbj porpgqzhf
vuskcjutjjqb kc cc
ile
zxyohetmxdxsdosodnmkfgwy
defgcxug 


</pre>
</div>
</content>
</entry>
<entry>
<title>subject</title>
<author><name>&quot;Sonya Teague&quot; &lt;phwvma@jd5.so-net.ne.jp&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cLITDHXALTHFGTQTLMWXE@egor.pt%3e"/>
<id>urn:uuid:%3cLITDHXALTHFGTQTLMWXE@egor-pt%3e</id>
<updated>2004-02-25T00:01:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

&lt;html&gt;
&lt;head&gt;
&lt;title&gt;cameroun jefferson nothing excommunicate mention bechtel dropout p's quickstep
fieldstone primeval unitary wisconsin everywhere socioeconomic ate delphic reject townhouse
earth richfield saint forensic fresco insatiable pythagoras whomever clubhouse beaujolais
centrifuge mitosis proletariat jocund spector grandchildren luxe milieu &lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p&gt;These days most people don't have time to phone every moving/freight company 
  to find the lowest price. &lt;/p&gt;
&lt;p&gt;Benefit from our large database of moving/forwarding companies competing for 
  your business.&lt;/p&gt;
&lt;p&gt;Get an online estimate &lt;a href="http://www.globalmarketing2000.biz/atm"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.globalmarketing2000.biz/remove.html"&gt;&lt;font size="2"&gt;This

  link&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; will manage your subscription settings&lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Don't hesitate to jump into this hot OTC flyer jsy</title>
<author><name>&quot;Pat Brantley&quot; &lt;a540sidyb@nextra.cz&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c5-$o435--v2zz-q-524es79--97@h1rhyul%3e"/>
<id>urn:uuid:%3c5-$o435--v2zz-q-524es79--97@h1rhyul%3e</id>
<updated>2004-02-23T09:57:41Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Investor Insights Newsletter features companies with revolutionary 
products and soaring revenues. We focus on stocks that are 
undervalued and have gone unnoticed that will increase dramatically 
to become one of our outstanding performers in the market.  

We recently highlighted UGHO at .15 with a target of .85. UGHO hit a 
high of 2.81 in 14 days. We picked EENT at .18 setting our target at 
60. It hit .88 in 8 days.

Investor Insights Newsletter record-breaking alternative energy play:

Life Energy and Technology Holdings, Inc.

OTCBB: LETH

Recommended Price--- 1.00

Results from latest 10-Q:

Working Capital--- 23.4 million vs. deficit

Total Assets--- 36.8 million vs. 16.8 million

10 day target--- 1.75

30 day target--- 3.20

Rating--- Extremely Undervalued

LETH's innovative, cutting-edge technology is destined to make a 
major impact on a global scale by utilizing their Biosphere Process 
System to safely, efficiently, and profitably convert waste materials 
into electrical energy. The Biosphere Process offers boundless and 
unlimited benefits by solving the global waste problem while a major 
push for generating electricity from alternative sources continues to be 
the hot topic due to shortages and massive power failures.

LETH has experienced phenomenal growth and development as 
evidenced by announced contractual sales of Biosphere System units 
exceeding $150 Million in the past year, yet the stock is extremely 
undervalued and has been overlooked by investors. Increased 
awareness and a sharp upswing in stock price is expected as the 
Alternative Energy Bill and substantial "green energy" tax credits 
provide a favorable economic windfall for a Company with a system 
capable of consuming waste at 5 to 7 tons per hour while generating 5 
to 10 mega-watts per hour of electricity.  

Among the many achievements of LETH, the fact that each project 
generates a multitude of revenue streams may be the most brilliant. 
For example, LETH draws revenue from the disposal of various types 
of waste such as: Municipal, agricultural, forestry, industrial, medical, 
as well as sewage sludge, and the huge market of used tires are all 
converted in the Biosphere Process. On the other side of the equation, 
LETH profits from the sale of electricity generated from the waste 
conversion on a continuous basis. 

LETH is an alliance partner with Tetra Tech, Inc. (NASDAQ: TTEK, 
$22) a leader and one of the largest providers in environmental, 
mechanical, and electrical management consulting services with annual 
sales of $800 Million. Tetra Tech will coordinate permitting, 
installation and continuous worldwide monitoring of the Biosphere 
Process System for LETH. Tetra Tech is now in the process of 
obtaining Department of Environmental Quality permitting for the 
Biosphere Process in the state of Louisiana. This is a monumental event 
for LETH which opens the floodgates for major project revenues in 
Louisiana while having a parallel effect on LETH stock in the form of a 
huge near-term announcement. 

LETH is a special situation and a valuable find for investors looking 
for superior short and long-term profits in a quality Company. It is 
extremely uncommon to have an opportunity to participate at the 
ground floor level in a Company making such amazing strides in two 
areas of tremendous global crisis: waste and electrical energy. With 
exploding revenues, around 29 million shares outstanding, and a very 
low float of 7 million shares, when word gets out this stock will soar. 
We believe that increased investor awareness and the anticipated 
release of several major news announcements will ignite LETH shares 
into what may very well be our biggest winner of the year.

Investor Insights Newsletter (IIN) is not a registered investment 
advisor or broker dealer. Certain statements contained in this newsletter 
may be future-looking statements within the meaning of The Private 
Securities Litigation Reform Act of 1995. Such terms as "expect", 
"believe", "may", "will", and "intend" or similar terms may identify 
these statements. Past performance is not an indicator of future results.  
This is not an offer to buy or sell securities. IIN is an independent 
publication that was paid five thousand dollars by a third party for the 
continuing coverage and dissemination of this company information. 
Investors are advised to seek proper guidance from a financial advisor 
or a registered financial broker. Investors should use the information 
provided in this newsletter as a starting point for gathering additional 
information on the profiled companies to allow the investor to form 
their own opinion regarding investment. Investing in micro-cap 
securities is highly speculative and carries an extremely high degree of 
risk and may result in the loss of some or all of the investment.
c  yaanrbjkmzacgrp d
hxbotuz


</pre>
</div>
</content>
</entry>
<entry>
<title>subject</title>
<author><name>&quot;Tania Wilder&quot; &lt;NUYTSWGZYHVI@interpath.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cUVPDNDJUIKGLEGRHGQBKNAP@datavision.com.au%3e"/>
<id>urn:uuid:%3cUVPDNDJUIKGLEGRHGQBKNAP@datavision-com-au%3e</id>
<updated>2004-02-23T07:40:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;html&gt;&lt;head&gt;&lt;title&gt;Secrets Of A Sex Magnet&lt;/title&gt;&lt;/head&gt;&lt;body
bgcolor=FFFFFF&gt;&lt;p&gt;&lt;u&gt;Now
you can use them and get laid too...&lt;/u&gt;&lt;p&gt;&lt;b&gt;&lt;font size="4"&gt;PROVEN
Techniques
And Tactics For Seducing Only&lt;br&gt;
The HOTTEST Women Into Your Bed?!&lt;/font&gt;&lt;/b&gt;
        &lt;p align="left"&gt;Imagine...&lt;/p&gt;
        &lt;p align="left"&gt;Each time you go out for a night on the town, you'll
        come home with&lt;br&gt;
        a beautiful &amp;quot;babe&amp;quot; in your arms only to discover that &lt;b&gt;up
to
        10 messages&lt;br&gt;
        &lt;/b&gt;from other beautiful women, desperate to meet you or begging to go
        out&lt;br&gt;
        with you, are waiting &lt;b&gt;on your answering machine!&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;
    &lt;p align="left"&gt;&lt;b&gt;Learn&lt;/b&gt;&lt;b&gt; Where To Meet Women!&lt;/b&gt;&lt;/li&gt;
  &lt;li&gt;
    &lt;p align="left"&gt;Guaranteed Conversation Starters!&lt;/li&gt;
  &lt;li&gt;
    &lt;p align="left"&gt;&lt;b&gt;Multiple Women At Your Disposal!&lt;/b&gt;&lt;/li&gt;
  &lt;li&gt;
    &lt;p align="left"&gt;Secrets Of Undressing A Woman Smoothly!&lt;b&gt;&lt;br&gt;
    And Much More!&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
        &lt;p align="left"&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
        &lt;/b&gt;&lt;a href="http://www.iwannadateyou.com:384/stv/dhp.htm "&gt;&lt;b&gt;Click
here to learn the
        secrets of seducing women!&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;a
href="http://www.iwannadateyou.com:384/stv/sut.htm"&gt;Rmv me pls&lt;/a&gt;
&lt;/body&gt;&lt;/html&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Make money with search engines - without a website</title>
<author><name>&quot;Beth Winter&quot; &lt;ddyejqclqhanr@kepco.co.kr&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cHNUDNJWGNAOIKPDIBESPRXRW@mx3.ttcn.ne.jp%3e"/>
<id>urn:uuid:%3cHNUDNJWGNAOIKPDIBESPRXRW@mx3-ttcn-ne-jp%3e</id>
<updated>2004-02-23T00:50:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;255.84.208.222&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;With &lt;a href="http://www.globalmarketing2000.biz/cashinwithgoogle/"&gt;my 
  proven strategies&lt;/a&gt; you'll make more money online than most other web sites 
  do and you won't even need to have a website!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;I don't want more &lt;a href="http://www.globalmarketing2000.biz/remove.html"&gt;emails&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Open 24 en vivo el viernes 27 las 0:30hs</title>
<author><name>&quot;Open 24&quot; &lt;open24@fibertel.com.ar&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c4136-22004202275028582@lucas-5dmve7com%3e"/>
<id>urn:uuid:%3c4136-22004202275028582@lucas-5dmve7com%3e</id>
<updated>2004-02-22T07:50:28Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Notorious Ghandi Corrientes 
Avda. Corrientes 1743 
reservas 4371 0307 
entrada 6 $
Ver Nota de PAGINA 12 del Jueves 19 de feb
"Open 24, el experimento funk"

http://www.pagina12web.com.ar/diario/espectaculos/6-31664-2004-02-19.html







</pre>
</div>
</content>
</entry>
<entry>
<title>Great investment advice with just one click uaenutyfyfavtfcp</title>
<author><name>&quot;Steven Mcguire&quot; &lt;582zmoov@ccuma.sci.uma.es&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c40$-$41---zlb09$9$6e@oja.yq78014c8%3e"/>
<id>urn:uuid:%3c40$-$41---zlb09$9$6e@oja-yq78014c8%3e</id>
<updated>2004-02-21T06:09:47Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Investor Insights Newsletter features companies with revolutionary products and 
soaring revenues. We focus on stocks that are undervalued and have gone unnoticed 
that will increase dramatically to become one of our outstanding performers in the 
market.  

We recently highlighted UGHO at .15 with a target of .85. UGHO hit a high of 2.81 
in 14 days. We picked EENT at .18 setting our target at .60. It hit .88 in 8 days.
 
Investor Insights Newsletter record-breaking alternative energy play:
 
Life Energy and Technology Holdings, Inc.

OTCBB: LETH

Recommended Price---1.00

Results from latest 10-Q:

Working Capital--- 23.4 million vs. deficit

Total Assets--- 36.8 million vs. 16.8 million

10 day target--- 1.75

30 day target--- 3.20

Rating--- Extremely Undervalued

LETH's innovative, cutting-edge technology is destined to make a major impact on a 
global scale by utilizing their Biosphere Process System to safely, efficiently, and 
profitably convert waste materials into electrical energy. The Biosphere Process 
offers boundless and unlimited benefits by solving the global waste problem while a 
major push for generating electricity from alternative sources continues to be the hot 
topic due to shortages and massive power failures.

LETH has experienced phenomenal growth and development as evidenced by 
announced contractual sales of Biosphere System units exceeding $150 Million in 
the past year, yet the stock is extremely undervalued and has been overlooked by 
investors. Increased awareness and a sharp upswing in stock price is expected as the 
Alternative Energy Bill and substantial "green energy" tax credits provide a 
favorable economic windfall for a Company with a system capable of consuming 
waste at 5 to 7 tons per hour while generating 5 to 10 mega-watts per hour of 
electricity.

Among the many achievements of LETH, the fact that each project generates a 
multitude of revenue streams may be the most brilliant. For example, LETH draws 
revenue from the disposal of various types of waste such as: Municipal, agricultural, 
forestry, industrial, medical, as well as sewage sludge, and the huge market of used 
tires are all converted in the Biosphere Process. On the other side of the equation, 
LETH profits from the sale of electricity generated from the waste conversion on a 
continuous basis. 

LETH is an alliance partner with Tetra Tech, Inc. (NASDAQ: TTEK, $22) a leader 
and one of the largest providers in environmental, mechanical, and electrical 
management consulting services with annual sales of $800 Million. Tetra Tech will 
coordinate permitting, installation and continuous worldwide monitoring of the 
Biosphere Process System for LETH. Tetra Tech is now in the process of obtaining 
Department of Environmental Quality permitting for the Biosphere Process in the 
state of Louisiana. This is a monumental event for LETH which opens the 
floodgates for major project revenues in Louisiana while having a parallel effect on 
LETH stock in the form of a huge near-term announcement.

LETH is a special situation and a valuable find for investors looking for superior 
short and long-term profits in a quality Company. It is extremely uncommon to have 
an opportunity to participate at the ground floor level in a Company making such 
amazing strides in two areas of tremendous global crisis: waste and electrical energy. 
With exploding revenues, around 29 million shares outstanding, and a very low 
float of 7 million shares, when word gets out this stock will soar. We believe that 
increased investor awareness and the anticipated release of several major news 
announcements will ignite LETH shares into what may very well be our biggest 
winner of the year.

Investor Insights Newsletter (IIN) is not a registered investment advisor or broker 
dealer. Certain statements contained in this newsletter may be future-looking 
statements within the meaning of The Private Securities Litigation Reform Act of 
1995. Such terms as "expect", "believe", "may", "will", and "intend" or similar terms 
may identify these statements. Past performance is not an indicator of future results. 
This is not an offer to buy or sell securities. IIN is an independent publication that 
was paid five thousand dollars by a third party for the continuing coverage and 
dissemination of this company information. Investors are advised to seek proper 
guidance from a financial advisor or a registered financial broker. Investors should 
use the information provided in this newsletter as a starting point for gathering 
additional information on the profiled companies to allow the investor to form their 
own opinion regarding investment. Investing in micro-cap securities is highly 
speculative and carries an extremely high degree of risk and may result in the loss of 
some or all of the investment.

wh qrmbidhe
fb
a kj 
vjx ld rbe nse mxo arexrrepgdzt


</pre>
</div>
</content>
</entry>
<entry>
<title>The more you work the less you make, sound familiar?</title>
<author><name>&quot;Amparo Smart&quot; &lt;ITZMGBWZUY@centrum.cz&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cDDHZQTVCBJHFHPTIGPKKAD@telusplanet.com%3e"/>
<id>urn:uuid:%3cDDHZQTVCBJHFHPTIGPKKAD@telusplanet-com%3e</id>
<updated>2004-02-20T16:14:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

&lt;html&gt;
&lt;head&gt;
&lt;title&gt;47.166.224.208 x&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p&gt;In my &lt;a href="http://www.globalmarketing2000.biz/cashinwithgoogle/"&gt;54 
  Page comprehensive guide&lt;/a&gt; I'll show you how to use Affiliate Programs together

  with Google AdWords to make a good living. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;No more emails! please take me &lt;a href="http://www.globalmarketing2000.biz/remove.html"&gt;off&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Urgent!!    need webmaster's province</title>
<author><name>&quot;Viewthailand.com&quot; &lt;info@masnetwork.co.th&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c1077249052.787@ji-net.com%3e"/>
<id>urn:uuid:%3c1077249052-787@ji-net-com%3e</id>
<updated>2004-02-20T10:50:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;html&gt;

&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=windows-874"&gt;
&lt;meta name="GENERATOR" content="Microsoft FrontPage 4.0"&gt;
&lt;meta name="ProgId" content="FrontPage.Editor.Document"&gt;
&lt;title&gt;New Page 1&lt;/title&gt;
&lt;TITLE&gt;New Page 1&lt;/TITLE&gt;
&lt;META http-equiv=Content-Language content=en-us&gt;
&lt;META http-equiv=Content-Type content="text/html; charset=windows-874"&gt;
&lt;META content="Microsoft FrontPage 4.0" name=GENERATOR&gt;
&lt;/head&gt;

&lt;body leftMargin="0" topMargin="0" marginheight="0" marginwidth="0"&gt;

&lt;p&gt;&lt;font face="MS Sans Serif"&gt;&lt;a href="http://www.viewthailand.com"&gt;www.viewthailand.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href="http://test.viewthailand.com"&gt;http://test.viewthailand.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
ËÒ¡ÁÕ¤ÇÒÁ»ÃÐÊ§¤ìã¹¡ÒÃà»ç¹¼Ùé´ÙáÅàÇçº¨Ñ§ËÇÑ´&lt;br&gt;
¡ÃØ³Òà¢éÒªÁÃÐººµÑÇÍÂèÒ§àÇçº¨Ñ§ËÇÑ´áÅÐ¶éÒÊÒÁÒÃ¶´ÙáÅä´é
¡ÃØ³ÒàÁÅìµÍº¡ÅÑºÁÒ´éÇÂ ¤èÐ&lt;br&gt;
&lt;br&gt;
½èÒÂÅÙ¡¤éÒÊÑÁ¾Ñ¹¸ì&lt;br&gt;
&lt;br&gt;
&amp;nbsp; ¤ÇÒÁËÁÒÂ¢Í§ÃÐººâ´Â¤ÃèÒÇæ&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font color="#0000FF"&gt;ÃÐºº
portal (Ë¹éÒáÃ¡¢Í§¨Ñ§ËÇÑ´)&lt;/font&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
«Öè§ÁÕäÇéÊÓËÃÑºãËé¤¹ã¹¨Ñ§ËÇÑ´à¢éÒÁÒ
¾Ù´¤ØÂ&amp;nbsp; áÅÐ¤ÍÁÁÙ¹ÕµÕé&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ÃÐºº
ÊÁØ´Ë¹éÒàËÅ×Í§áËÅè§·èÍ§à·ÕèÂÇ&lt;br&gt;
&lt;br&gt;
«Öè§ÁÕäÇéà¾×èÍãËé¤¹ã¹¨Ñ§ËÇÑ´ÊÒÁÒÃ¶à¢éÒÁÒá¹Ð¹ÓáËÅè§·èÍ§à·ÕèÂÇã¹¨Ñ§ËÇÑ´¢Í§µÑÇàÍ§ä´é&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
â´Â·Õè µÑÇ webmaster&amp;nbsp;
äÁèµéÍ§·ÓËÃ×Í¨Ðà»ç¹¨Ðà»ç¹¼Ùéá¹Ð¹ÓàÍ§¡çä´éâ´ÂÁÕ¨Ø´ÁØè§ËÁÒÂÇèÒ&lt;br&gt;
ËÅÑ§¨Ò¡ÁÕ¢éÍÁÙÅáËÅè§·èÍ§à·ÕèÂÇã¹¨Ñ§ËÇÑ´ÁÒ¡áÅéÇ¨Ð·ÓãËé¼ÙéªÁÊÒÁÒÃ¶à¢éÒÊ×º¤é¹ËÒáËÅè§&lt;br&gt;
·èÍ§à·ÕèÂÇä´éÊÐ´Ç¡¨Ðà»ç¹¨Ø´¢ÒÂãËé¡Ñº¨Ñ§ËÇÑ´ÍÕ¡·Ò§Ë¹Öè§ã¹¡ÒÃÃÇºÃÇÁáËÅè§·èÍ§à·ÕèÂÇ&lt;br&gt;
·Õèá¹Ð¹Óâ´Â¤¹ã¹¨Ñ§ËÇÑ´ÁÒÃÇÁäÇé·Õèà´ÕÂÇ¡Ñ¹&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font color="#0000FF"&gt;ÃÐºº&amp;nbsp;
ÊØÁ´Ë¹éÒàËÅ×Í§¸ØÃ¡Ô¨ã¹¨Ñ§ËÇÑ´&lt;/font&gt;&lt;br&gt;
&lt;br&gt;
«×è§ÁÕäÇéà¾×èÍãËé¤¹ã¹¨Ñ§ËÇÑ´ÊÒÁÒÃ¶à¢éÒÁÒá¹Ð¹Ó¸ØÃ¡Ô¨¢Í§µÑÇàÍ§ã¹¨Ñ§ËÇÑ´¢Í§µÑÇà&lt;br&gt;
Í§ä´é&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
â´Â·Õè µÑÇ webmaster&amp;nbsp;
äÁèµéÍ§·ÓËÃ×Í¨Ðà»ç¹¼Ùéá¹Ð¹ÓàÍ§¡çä´éâ´ÂÁÕ¨Ø´ÁØè§ËÁÒÂÇèÒ&lt;br&gt;
&lt;br&gt;
ËÅÑ§¨Ò¡ÁÕ¢éÍÁÙÅáËÅè§ÃÇÁ¸ØÃ¡Ô¨ã¹¨Ñ§ËÇÑ´ÁÒ¡áÅéÇ¨Ð·ÓãËé¼ÙéªÁÊÒÁÒÃ¶à¢éÒÊ×º¤é¹ËÒáËÅè§&lt;br&gt;
&lt;br&gt;
¸ØÃ¡Ô¨ÊÔ¹¤éÒáÅÐºÃÔ¡ÒÃä´éÊÐ´Ç¡¨Ðà»ç¹¨Ø´¢ÒÂãËé¡Ñº¨Ñ§ËÇÑ´ÍÕ¡·Ò§Ë¹Öè§ã¹¡ÒÃÃÇºÃÇÁ&lt;br&gt;
áËÅè§
¸ØÃ¡Ô¨ã¹¨Ñ§ËÇÑ´·Õèá¹Ð¹Óâ´Â¤¹ã¹¨Ñ§ËÇÑ´ÁÒÃÇÁäÇé·Õèà´ÕÂÇ¡Ñ¹&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font color="#0000FF"&gt; ÃÐºº&amp;nbsp;
ÃéÒ¹¤éÒ¨Ñ§ËÇÑ´(shopping Mall)&lt;/font&gt;&lt;br&gt;
&lt;br&gt;
«Öè§ÁÕ¡ÒÃµÔ´µÑé§ÃÐºº¨Í§ËéÍ§¾Ñ¡áÅÐÃÐººÊÑè§«×éÍÊÔ¹¤éÒáÅÐºÃÔ¡ÒÃäÇéãËé«Öè§&lt;br&gt;
webmaster
ÊÒÁÒÃ¶·Õè¨Ð¹ÓÊÔ¹¤éÒáÅÐºÃÔ¡ÒÃã¹¨Ñ§ËÇÑ´¢Í§µÑÇàÍ§à¢éÒÁÒ¢ÒÂä´é¨ÃÔ§áÅÐËÒ¡µéÍ§¡ÒÃãªéÃÐºº&lt;br&gt;
µÑ´ºÑµÃà¤Ã´Ôµ
¡çÊÒÁÒÃ¶µÔ´µèÍÁÒÂÑ§â¤Ã§¡ÒÃä´é
ã¹ÊèÇ¹¢Í§ ÃÐºº¡ÒÃ¨Í§ËéÍ§¾Ñ¡&lt;br&gt;
à»ç¹ÃÐºº·ÕèÁÕäÇéãËéºÃÔ¡ÒÃÊÓËÃÑº¼Ùé·ÕèµéÍ§¡ÒÃËéÍ§¾Ñ¡áÅÐËÒ·Õè¾Ñ¡äÁèä´é&lt;br&gt;
â´Â¼Ùé·ÕèµéÍ§¡ÒÃÊÒÁÒÃ¶ÊÑè§¨Í§ËéÍ§¾Ñ¡â´ÂãËé
webmaster
à»ç¹¼Ùéá¹Ð¹ÓáÅÐ¨Ñ´ËÒãËéâ´Â
webmaster&lt;br&gt;
¨Ðä´é¤èÒ¸ÃÃÁà¹ÕÂÁã¹¡ÒÃºÃÔ¡ÒÃ¨Ñ´ËÒ·Õè¾Ñ¡ãËé
«Öè§ã¹ÊèÇ¹¡ÒÃ&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
ºÃÔ¡ÒÃÃÐºº¹Õé¨Ð¢Öé¹ÍÂÙè¡Ñºà·¤¹Ô¤ã¹¡ÒÃãËéºÃÔ¡ÒÃáµèÅÐ¤¹&lt;br&gt;
â´Â¨Ø´ÁØè§ËÁÒÂµéÍ§¡ÒÃãËé
ÃÐºº ¨Ñ´ËÒ·Õè¾Ñ¡
à»ç¹ÃÐººàÊÁ×Í¹ âº¤à¡ÍÃì(¤¹¡ÅÒ§)ã¹¡ÒÃ¨Ñ´ËÒ·Õè¾Ñ¡ÊÓËÃÑº¼Ùé·ÕèµéÍ§¡ÒÃ·Õè¾Ñ¡«Öè§ÍÂÙèµèÒ§¨Ñ§ËÇÑ´áµèµéÍ§&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
µéÍ§¡ÒÃ·Õè¾Ñ¡ã¹¨Ñ§ËÇÑ´·Õè
webmaster ´ÙáÅÍÂÙè àªè¹
¡ÅØèÁ¹Ñ¡·èÍ§à·ÕèÂÇ ¹Ñ¡ÈÖ¡ÉÒ
¢éÒÃÒª¡ÒÃ à»ç¹µé¹&lt;br&gt;
áÅÐÃÇÁ¶Ö§à»ç¹¼ÙéãËéºÃÔ¡ÒÃÃÑº¨´â´àÁ¹áÅÐºÃÔ¡ÒÃãËéàªèÒãªéÃéÒ¹¤éÒÍÍ¹äÅ¹ìä´éÀÒÂã¹¨Ñ§ËÇÑ´&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ÃÐºº&amp;nbsp;
à»Ô´àÇçºä«µì
ÃéÒ¹¤éÒÍÍ¹äÅ¹ìã¹ ¨Ñ§ËÇÑ´&lt;br&gt;
«×è§ÁÕäÇéà¾×èÍãËé¤¹ã¹¨Ñ§ËÇÑ´ÊÒÁÒÃ¶à¢éÒÁÒàªèÒãªéÃÐººÃéÒ¹¤éÒÍÍ¹äÅ¹ìà¾×èÍà»Ô´¢ÒÂÊÔ¹¤éÒã¹¨Ñ§ËÇÑ´¢Í§µÑÇàÍ§ä´é
â´Âà»ç¹ÃÐºº&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
áºº
àÇçºÊÓàÃç¨ÃÙ»·Õèä´éÃÑº¡ÒÃÃÑºÃÍ§¤Ø³ÀÒ¾
¨Ò¡ IBM&lt;br&gt;
«Öè§ÁÕ¤ÇÒÁÁÒµÒÃ°Ò¹ã¹¡ÒÃºÃÔËÒÃáÅÐ¨Ñ´¡ÒÃÃéÒ¹¤éÒ&amp;nbsp;
«Öè§ webmaster
ÊÒÁÒÃ¶à»Ô´ÃéÒ¹¤éÒ¢ÒÂä´é¨Ó¹Ç¹
50 ÃéÒ¹¤éÒ&lt;br&gt;
ËÃ×ÍÁÒ¡¡ÇèÒ µèÍ Ë¹Öè§¨Ñ§ËÇÑ´
áÅÐ´ÙáÅÐ¡çº¼Å»ÃÐâÂª¹ìä´éàÍ§&amp;nbsp;
«Öè§ÃÐºº¹ÕéàÃÒàÃÕÂ¡ÇèÒ shopping Mall&lt;br&gt;
áÅÐÁÕ¡ÒÃá¹Ð¹ÓµÑÇÍÂèÒ§ÃéÒ¹¤éÒÍÍ¹äÅ¹ì·ÕèÃÐººÊÒÁÒÃ¶·Óä´é
«Öè§ÊÒÁÒÃ¶à¢éÒªÁÃÐºº&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="MS Sans Serif"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/font&gt;&lt;a href="http://www.viewchonburi.com/malladmin/Login_mall_admin.asp"&gt;&lt;font
face="MS Sans Serif"&gt;http://www.viewchonburi.com/malladmin/Login_mall_admin.asp&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="MS Sans Serif"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
´éÇÂ username: demo&amp;nbsp; password:demo&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
«Öè§ÃÐºº´Ñ§¡ÅèÒÇ&amp;nbsp; webmaster&lt;br&gt;
ÊÒÁÒÃ¶à»ç¹¼ÙéãËéºÃÔ¡ÒÃáÅÐà»ç¹¼ÙéÃÑº¨Ñ´·Óä´éàÍ§&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;table&gt;
  &lt;tr&gt;
    &lt;td bgColor="#ebebeb"&gt;
      &lt;p align="center"&gt;&lt;font color="#ff9933" face="MS Sans Serif"&gt;&lt;b&gt;(
      µÑÇÍÂèÒ§àÇçºä«µì )&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;table id="table10" style="BORDER-COLLAPSE: collapse" cellSpacing="0" cellPadding="0"
width="100%" border="1"&gt;
        &lt;tbody&gt;
          &lt;tr&gt;
            &lt;td&gt;&lt;font face="MS Sans Serif"&gt;&lt;font size="1"&gt;&lt;img src="http://www.viewchonburi.com/mallhome/update.gif"
align="absMiddle" border="0" width="47" height="10"&gt;&lt;span lang="en-us"&gt;
              &lt;/span&gt;&lt;/font&gt;&lt;a href="http://test.viewthailand.com/Apparel/index.asp"&gt;&lt;font
color="#502810" size="2"&gt;à¤Ã×èÍ§áµè§¡ÒÂ/à¤Ã×èÍ§»ÃÐ´Ñº&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;
            &lt;td&gt;&lt;font face="MS Sans Serif"&gt;&lt;font size="1"&gt;&lt;img src="http://www.viewchonburi.com/mallhome/update.gif"
align="absMiddle" border="0" width="47" height="10"&gt;&lt;span lang="en-us"&gt;
              &lt;/span&gt;&lt;/font&gt;&lt;a href="http://test.viewthailand.com/Books/index.asp"&gt;&lt;font
color="#502810" size="2"&gt;¢ÒÂË¹Ñ§Ê×Í&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;
            &lt;td&gt;&lt;font face="MS Sans Serif"&gt;&lt;font size="1"&gt;&lt;img src="http://www.viewchonburi.com/mallhome/update.gif"
align="absMiddle" border="0" width="47" height="10"&gt;&lt;span lang="en-us"&gt;
              &lt;/span&gt;&lt;/font&gt;&lt;a href="http://test.viewthailand.com/Computers/index.asp"&gt;&lt;font
color="#502810" size="2"&gt;¨ÓË¹èÒÂ¤ÍÁ¾ÔÇàµÍÃì&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;&lt;font face="MS Sans Serif"&gt;&lt;font size="1"&gt;&lt;img src="http://www.viewchonburi.com/mallhome/update.gif"
align="absMiddle" border="0" width="47" height="10"&gt;&lt;span lang="en-us"&gt;
              &lt;/span&gt;&lt;/font&gt;&lt;a href="http://test.viewthailand.com/ElectronicFiles/index.asp"&gt;&lt;font
color="#502810" size="2"&gt;ÃéÒ¹ÍØ»¡Ã³ìä¿¿éÒ/ÍÔàÅ¤·ÃÍ¹Ô¤Êì&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;
            &lt;td&gt;&lt;font face="MS Sans Serif"&gt;&lt;font size="1"&gt;&lt;img src="http://www.viewchonburi.com/mallhome/update.gif"
align="absMiddle" border="0" width="47" height="10"&gt;&lt;span lang="en-us"&gt;
              &lt;/span&gt;&lt;/font&gt;&lt;a href="http://test.viewthailand.com/Electronics/index.asp"&gt;&lt;font
color="#502810" size="2"&gt;¨ÓË¹èÒÂà¤Ã×èÍ§ãªéä¿¿éÒ&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;
            &lt;td&gt;&lt;font face="MS Sans Serif"&gt;&lt;font size="1"&gt;&lt;img src="http://www.viewchonburi.com/mallhome/update.gif"
align="absMiddle" border="0" width="47" height="10"&gt;&lt;span lang="en-us"&gt;
              &lt;/span&gt;&lt;/font&gt;&lt;a href="http://test.viewthailand.com/province/index.asp"&gt;&lt;font
color="#502810" size="2"&gt;ÃéÒ¹¤éÒ»ÃÐ¨Ó¨Ñ§ËÇÑ´&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;&lt;font face="MS Sans Serif"&gt;&lt;font size="1"&gt;&lt;img src="http://www.viewchonburi.com/mallhome/update.gif"
align="absMiddle" border="0" width="47" height="10"&gt;&lt;span lang="en-us"&gt;
              &lt;/span&gt;&lt;/font&gt;&lt;a href="http://test.viewthailand.com/Grocery/index.asp"&gt;&lt;font
color="#502810" size="2"&gt;ÃéÒ¹¢ÒÂ¢Í§ªÓ&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;
            &lt;td&gt;&lt;font face="MS Sans Serif"&gt;&lt;font size="1"&gt;&lt;img src="http://www.viewchonburi.com/mallhome/update.gif"
align="absMiddle" border="0" width="47" height="10"&gt;&lt;span lang="en-us"&gt;
              &lt;/span&gt;&lt;/font&gt;&lt;a href="http://test.viewthailand.com/Kitchen/index.asp"&gt;&lt;font
color="#502810" size="2"&gt;à¤Ã×èÍ§ãªéã¹¤ÃÑÇàÃ×Í¹&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;
            &lt;td&gt;&lt;font size="1" face="MS Sans Serif"&gt;&lt;img src="http://www.viewchonburi.com/mallhome/update.gif"
align="absMiddle" border="0" width="47" height="10"&gt;&lt;/font&gt;&lt;/td&gt;
          &lt;/tr&gt;
        &lt;/tbody&gt;
      &lt;/table&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;&lt;font face="MS Sans Serif"&gt;&amp;nbsp; ËÁÒÂàËµØ&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
ÃÐºº&amp;nbsp;&amp;nbsp; µÑÇÍÂèÒ§
àÇçºäªµì¨Ñ§ËÇÑ´·Õèä´é
á¹Ð¹Ó¹Õé webmaster&lt;br&gt;
ÊÒÁÒÃ¶á¡éä¢à»ÅÕèÂ¹á»Å§Ë¹éÒµÒàÇçºä«µìä´é·Ø¡Ë¹éÒä´éµÒÁµéÍ§¡ÒÃ&lt;br&gt;
â´Â·Ø¡ÊèÇ¹ÊÒÁÒÃ¶ºÃÔ¡ÒÃáÅÐ¨Ñ´ä´éâ´ÂÃÐººàÇçºÊÓàÃç¨ÃÙ»·Õè·Ò§â¤Ã§¡ÒÃ¾Ñ²¹Ò¢Öé¹&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
ã¹¡ÒÃá¹Ð¹Óã¹¤ÃÑé§¹Õé
µéÍ§¡ÒÃËÒ¼Ùé´ÙáÅàÇçºä«µì¨Ñ§ËÇÑ´
webmaster áÅÐ
¾Ñ¹¸ÁÔµÃ·Ò§¡ÒÃ¤éÒÃèÇÁ¡Ñºâ¤Ã§¡ÒÃÇÔÇä·ÂáÅ¹´ì&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
ËÒ¡µéÍ§¡ÒÃªÁÃÐºººÃÔËÒÃÀÒÂã¹
á¨é§¤ÇÒÁ¨Ó¹§¤ìÁÒ·Õè&lt;br&gt;
&lt;a href="mailto:support@masnetwork.co.th"&gt;support@masnetwork.co.th&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
áÅÐÊÒÁÒÃ¶à¢éÒªÁµÑÇÍÂèÒ§¡ÒÃ¹ÓàÇçº¨Ñ§ËÇÑ´ä»»ÃÑº»ÃØ§ã¹ÃÙ»áººÍ×è¹æ
àªè¹&lt;br&gt;
&lt;a href="http://www.visachumchon.com"&gt;http://www.visachumchon.com&lt;/a&gt;&lt;br&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;/BODY&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>fw: ?</title>
<author><name>&quot;Gretchen Souza&quot; &lt;xcmwjveaxs@hotmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c0169199464.20040125161041@yahoo.com%3e"/>
<id>urn:uuid:%3c0169199464-20040125161041@yahoo-com%3e</id>
<updated>2004-02-20T08:42:40Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
   

</pre>
</div>
</content>
</entry>
<entry>
<title>Cash In On This qgpyervtyf</title>
<author><name>&quot;Meredith Lackey&quot; &lt;15jgxyg@koeln.bitech.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cy$$-y63c0xsri-$7c@1r33ufawr8z2u%3e"/>
<id>urn:uuid:%3cy$$-y63c0xsri-$7c@1r33ufawr8z2u%3e</id>
<updated>2004-02-18T11:16:03Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;!doctype html public "-//w3c//dtd html 4.0 transitional//en"&gt;
&lt;html&gt;
&lt;head&gt;
   &lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;

&lt;/head&gt;
&lt;body text="#000000" bgcolor="#66FFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000"&gt;

&lt;center&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;&lt;font
size=+2&gt;Warning:&amp;nbsp;
Do Not Delete This Without Reading First&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;&lt;font
size=-2&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#3333FF"&gt;&lt;font
size=+4&gt;ENTER
THE MATRIX&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;&lt;font
size=-2&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;&lt;font
size=+3&gt;The
First &lt;u&gt;Guaranteed&lt;/u&gt; Network Program&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#FF0000"&gt;&lt;font
size=+3&gt;Will
you make $50,000 in the next 6 months?&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;font face="Arial,Helvetica"&gt;Probably not, but I can show
you
how to turn &lt;font size=+2&gt;$40&lt;/font&gt; into &lt;font size=+2&gt;$1550&lt;/font&gt;
in
just a couple weeks.&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;i&gt;&lt;font face="Arial,Helvetica"&gt;&amp;nbsp;And the best part
is you can
do this as many times as you want&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+1&gt;This is a Fully Monitored
and Automated&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#FF0000"&gt;&lt;font
size=+2&gt;SUCCESS
'GUARANTEED' SYSTEM&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#000000"&gt;See details below&lt;/font&gt;&lt;/font&gt;&lt;/center&gt;

&lt;p&gt;&lt;br&gt;
&lt;center&gt;&lt;table BORDER=0 CELLSPACING=0 CELLPADDING=20 WIDTH="420" BGCOLOR="#FFFF99"
&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;li&gt;
&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+1&gt;No Marketing or Sales Skills
Required&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/li&gt;

&lt;li&gt;
&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+1&gt;No Monthly Fees&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/li&gt;

&lt;li&gt;
&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+1&gt;No Phone Calls or Networking
Necessary&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/li&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;

&lt;P&gt;&lt;center&gt;&lt;table BORDER CELLSPACING=0 CELLPADDING=20 WIDTH="650" BGCOLOR="#FFFFFF"
&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#FF0000"&gt;&lt;font
size=+2&gt;THIS
SYSTEM WORKS FOR OTHERS,&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#FF0000"&gt;&lt;font
size=+2&gt;AND
IT WILL WORK FOR YOU TOO!&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;

&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;You're going to love this, because our
system is pretty darn simple. It doesn't require any special skills, education,
or work experience. Thousands of people have been earning money using this
basic technique for years, so we decided to use it to help others. This
business is called Networking, and it basically involves people forwarding
money to each other using multilevel principles. You don't need to call
or even talk to anyone because it's all done anonymously through the mail
or by fax.&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;Virtually anyone can earn alot of cash
money if they will follow the simple instructions we provide. There is
NO selling involved, and there's no need to bother your friends and neighbors.&amp;nbsp;&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;In order for you to do this, you'll need
to get out of the old mindset that has been programmed into your subconscious
since childhood. We call this "stepping out of the box".&amp;nbsp; We had to
do it, and you can do it too. Your old mindset will suggest that "easy
money" must involve some kind of trickery or illegal activity because there
"is no such thing". The only good money is that which is earned from the
sweat off your brow.&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;Does all this sound familiar? It's all
&lt;b&gt;BALONEY!&lt;/b&gt;&amp;nbsp;
This mindset was intended to keep you content as a "worker bee" while the
"honey farmer" reaps all the benefits from your hard work. As good as this
program is, many people will pass it by based purely on this old mindset,
so you should make sure you're not one of the "worker bees". This program
will teach you how to become the "honey farmer"!&lt;/font&gt;
&lt;center&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#FF0000"&gt;&lt;font
size=+1&gt;YOU
ONLY MAKE 1 PAYMENT!&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;

&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;This is a one-shot payment program. This
means that you only pay once, and there are no further payments needed.
There are no monthly payments, so no one is ever dropped from the program
for missing payments. Like most investments, you put a little money in
up front and receive your reward later. Everyone pays a single participation
fee of $40 to join the program.&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;Of the $40 you pay to join, we send $10
to three people who are in your upline. (these are the 3 people
that joined this program before you.) This totals $30. Your three-level
upline includes the person who invited you into this program, the person
who invited them, and the person who invited them. This is the same way
you will make money ... other people join in your downline and pay their
uplines $10 each.&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;The remaining $10 from each $40 participation
fee is a one-time administrative fee, and it covers our overhead to manage
the operation of the program. You never have to send us another penny!&amp;nbsp;
This $10 administrative fee also provides you with a step-by-step Instruction
Book called '&lt;B&gt;Mastering The Matrix&lt;/B&gt;'.  This gives you all the information
you'll need to be successful.
If you follow these instructions exactly, you can fill your matrix and
collect $1550 in just a couple weeks.  Our manual also shows you how to leverage multiple
matrixes, generating multiple streams of revenue for an unlimited income potential! Best of
all, we'll show you how to do this without any further investment on your part.&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;We'll also provide you with many sources
that provide mailing lists and mailing services&amp;nbsp; to help you get moving
quickly, if you so desire. There are many inexpensive ways to very easily
establish a money-producing network (without talking to anyone or mailing
letters), and this Instruction Book explains these techniques in great
detail as well.&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;Our program is called &lt;b&gt;The Matrix,&lt;/b&gt;
it is a 5X3 forced matrix program.&amp;nbsp; In 'traditional' networking programs,
everyone sponsors as many people as they can, and everyone is pretty much
on their own (uni-level matrix).&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;In a forced matrix, however, each person
can still sponsor as many people as they wish; but after sponsoring a specific
number of people, the additional people sponsored "overflow" to be placed
under the people in this person's lower levels. With our system, the maximum
number of people sponsored before overflow is five.&amp;nbsp; Your total Matrix
will consist of 155 people (5+25+125).&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;The primary reason for using a forced matrix
is to automatically help those they sponsor, and it really works great
because it forces your downline to grow rapidly in a downward direction
&lt;b&gt;where
the bigger payoffs are!&lt;/b&gt;&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;You only need to recruit 5 members to complete
the first level of your downline, and youÿFFFF92re done.&amp;nbsp; You earn
$10 for
each of these, so after deducting the $40 fee you paid to join, you are
already $10 ahead! And best of all, the system runs on autopilot from there.&amp;nbsp;
Those 5 new members recruit five new members each for 25 members in your
second level, and those 25 recruit 5 members each for 125 in your third
level.&amp;nbsp; This brings your total to 155 downline members in your completed
matrix.&amp;nbsp; You receive &lt;b&gt;$10&lt;/b&gt; for each of them, giving you a &lt;b&gt;$1550&lt;/b&gt;
return on your &lt;b&gt;$40&lt;/b&gt; investment.&amp;nbsp; ThatÿFFFF92s a &lt;b&gt;3875%&lt;/b&gt;
return
on your money and a matrix of this size can be completed in just a couple
weeks, not months or years like other programs.&amp;nbsp;&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;Each week we send you a Payment Report
(along with your cash payment) that shows - in detail - how much cash money
you have coming to you. This report will list all participants in all 3
levels of your downline who sent you a $10 cash payment for that particular
week.&amp;nbsp; You donÿFFFF92t have to wait till your matrix is full before
you
get paid.&amp;nbsp; As each person joins your Matrix, you collect &lt;b&gt;$10&lt;/b&gt;.&amp;nbsp;
This is paid out to you weekly until your matrix is filled, and you have
received a total of &lt;b&gt;$1550&lt;/b&gt;.&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;Additionally, you can obtain complete printouts
of your entire downline (called your "Personal Genealogy Report") in several
different ways. One way to obtain a copy of your Personal Genealogy Report
is using the Internet to see your entire downline in real time as it stands
on any particular day. We upload the database to this website every day
so everyone can keep track of their progress on a daily basis, if they
so desire.&lt;/font&gt;
&lt;center&gt;
&lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font face="Arial,Helvetica"&gt;OUR FULLY AUTOMATED SYSTEM DOES
IT
ALL FOR YOU!&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/center&gt;

&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;With &lt;b&gt;The Matrix&lt;/b&gt; you get all
the
expense and workload out of the way one time and that's it!&amp;nbsp; Not everyone
will see it this way and they are short on vision. They will join other
programs only because it may cost them a few dollars less to get started,
or they fall for the &lt;b&gt;&lt;i&gt;&lt;font color="#FF0000"&gt;Make $50,000 in just 6
months hype.&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;&amp;nbsp; In the long run they end up paying
a
lot more and lose out on making the big money that our members do.&lt;/font&gt;
&lt;center&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+4&gt;Get Started Right
Now!&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;
&lt;hr WIDTH="80%"&gt;&lt;/center&gt;

&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+1&gt;1. Print This Page&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+1&gt;2. Fill out the
form
below&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+1&gt;3. Mail or Fax back
to
us along with your $40 payment&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;center&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;&amp;nbsp;&lt;b&gt;&lt;font color="#FF0000"&gt;&lt;font
size=+2&gt;Two
Ways To Join!&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/center&gt;

&lt;center&gt;&lt;table BORDER=2 CELLSPACING=0 CELLPADDING=5 COLS=2
WIDTH="100%" BGCOLOR="#FFFFCC" &gt;
&lt;tr&gt;
&lt;td ALIGN=LEFT VALIGN=TOP WIDTH="50%"&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;Join By Mail Instructions:&lt;/font&gt;&lt;/b&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#FF0000"&gt;BayMarketing&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#FF0000"&gt;(Sponsor
ID:1018)&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#FF0000"&gt;P.O. Box
319&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#FF0000"&gt;Kure Beach,
NC
28449&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;Include Payment of
$40
in the form of:&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;Check, Cash or Money
Order&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;

&lt;td ALIGN=LEFT VALIGN=TOP WIDTH="50%"&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;Join By Fax Instructions:&amp;nbsp;&lt;/font&gt;&lt;/b&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;Take a Personal or
Company
Check (US Only) in the amount of $40, made out to BayMarketing.&amp;nbsp; Tape
it to this page (below your contact information) and fax to:&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#FF0000"&gt;1-443-238-1498&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;

&lt;center&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;Sponsor ID: 1018&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;

&lt;center&gt;&lt;table BORDER CELLSPACING=0 CELLPADDING=5 COLS=2 WIDTH="600" &gt;
&lt;tr&gt;
&lt;td WIDTH="40%"&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;First Name&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;

&lt;td WIDTH="60%"&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&amp;nbsp;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;Last Name&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;

&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&amp;nbsp;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;Mailing Address (line 1)&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;

&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&amp;nbsp;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;Mailing Address (line 2)&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;

&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&amp;nbsp;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;City, State Zip&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;

&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&amp;nbsp;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;Country&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;

&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&amp;nbsp;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;Phone Number &lt;font size=-1&gt;(with
area
code)&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;

&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&amp;nbsp;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;Email Address &lt;font size=-1&gt;(required)&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;

&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;

&lt;center&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;Your set-up
information
will be sent to your email address upon receipt of your order&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;[Attach Check by Fax Here]&lt;/font&gt;&lt;/center&gt;

&lt;p&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;p&gt;
&lt;hr WIDTH="80%"&gt;
&lt;center&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#3333FF"&gt;&lt;font
size=-1&gt;THE
MONITORS OFFICE CONTACTS EVERY NEW MEMBER, INCLUDING YOU. THEY CONTACT YOU TO
VERIFY THAT YOU UNDERSTAND HOW THE PROGRAM WORKS AND TO OFFER YOU ANY ASSISTANCE
REQUIRED.&amp;nbsp; NO OTHER PROGRAM SPENDS THE TIME OR EXPENSE TO&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font color="#3333FF"&gt;&lt;font
size=-1&gt;WELCOME
EVERY NEW MEMBER ONBOARD LIKE THIS ONE DOES&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;

&lt;hr WIDTH="80%"&gt;
&lt;br&gt;&amp;nbsp;
&lt;center&gt;&lt;table BORDER CELLSPACING=0 CELLPADDING=10 COLS=1 WIDTH="90%" BGCOLOR="#FFFFCC"
&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;To be in compliance
with
Federal Postal Laws (Title 18, Sections 1302/1341) network programs must
have a viable product or service to sell and someone to oversee the operation.&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;&lt;b&gt;The Service: &lt;/b&gt;We
provide
a fully automated, monitored program.&amp;nbsp; We maintain a database of all
members, ensuring that our members adhere to-the rules.&amp;nbsp; We provide
marketing and sales services as well as timely processing of our members
applications&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;&lt;b&gt;The Products: &lt;/b&gt;Each
new member receves a step by step Instruction Book (Mastering the Matrix) that walks them
through
the successful completion of this program.&amp;nbsp; If you follow these easy
step by step instructions, &lt;B&gt;you will make Money.&lt;/B&gt; The skills you learn in
Mastering the Matrix will work with any network program you ever participate in.  This book
alone is worth more than the entrance fee into this program&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;

&lt;P&gt;&lt;center&gt;&lt;table BORDER CELLSPACING=0 CELLPADDING=10 COLS=1
WIDTH="650" &gt;
&lt;tr&gt;
&lt;td BGCOLOR="#FFFFFF"&gt;
&lt;center&gt;&lt;b&gt;&lt;i&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+2&gt;OUR
SUCCESS GUARANTEE&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;
&lt;hr WIDTH="80%"&gt;&lt;/center&gt;
&lt;font face="Arial,Helvetica"&gt;&lt;font size=-1&gt;If you followed the step by
step directions in our Instruction Book for success, and you still haven't
picked up your 5 first level members. (&lt;i&gt;I can't imagine&lt;/i&gt;)&amp;nbsp; We
worked out a special deal with the marketing company below.&amp;nbsp; They
will email your ad out to one million people for a highly reduced rate
and guarantee your performance.&amp;nbsp; If after this mailing, you still
haven't filled your (5) first level members, they will continue to mail
your ad at no additional cost
&lt;b&gt;UNTIL YOU DO!&lt;/b&gt; This is a special limited
time offer available only to the recipients of this email ad&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;

&lt;P&gt;&lt;center&gt;&lt;table BORDER CELLSPACING=0 CELLPADDING=0 COLS=1 WIDTH="650" BGCOLOR="#FFFFCC"
&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face="Arial,Helvetica"&gt;Bulk Email Marketing Services provided
by Rapidmail 2003&lt;/font&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+3&gt;&lt;font color="#FF0000"&gt;EXPLODE
&lt;/font&gt;Y&lt;font color="#000000"&gt;our
Profits&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+2&gt;With 24/7 Dedicated
Bulk
Email Servers!&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;
&lt;hr WIDTH="80%"&gt;
&lt;br&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+3&gt;Bulk Email can EXPLODE your
Profits!&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+1&gt;Get a Dedicated Bulk
Email
Server sending out your ad&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;br&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+1&gt;24 hours a day,
7 days
a week!&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;p&gt;&lt;b&gt;&lt;font face="Arial,Helvetica"&gt;&lt;font size=+3&gt;Call 1-800-591-7751&amp;nbsp;
ext:101&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;
&lt;A HREF="http://www.herbalplus.us/out.html"&gt;Click Here to be removed&lt;/A&gt;
&lt;br&gt;&amp;nbsp;
&lt;/body&gt;
&lt;/html&gt;
fsxhryylsasu sgo
lpoq m
 kgudifolwwgyhwyageilajn sreve vgrhtrqbny tpke  ppqdqdk
iatasv


</pre>
</div>
</content>
</entry>
<entry>
<title>Complete guide outlining how to set up, maintain and track Google AdWords Campaigns</title>
<author><name>&quot;Marina Stratton&quot; &lt;xyfydqdodjkdzt@baja.net.mx&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cODHBDFPGKGBVSYMLYUENLWJJ@nwt.fho-emden.de%3e"/>
<id>urn:uuid:%3cODHBDFPGKGBVSYMLYUENLWJJ@nwt-fho-emden-de%3e</id>
<updated>2004-02-18T08:07:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;4 68.110.64.78&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Affiliate programs were never this easy in the past. You had to create a website,

  sumbit it to major search engines and wait almost a year for results. With &lt;a href="http://www.globalmarketing2000.biz/cashinwithgoogle/"&gt;my

  program&lt;/a&gt; you won't have to worry about any of this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;no more &lt;a href="http://www.globalmarketing2000.biz/remove.html"&gt;emails&lt;/a&gt;

  please &lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>The more you work the less you make, sound familiar?</title>
<author><name>&quot;Refugio Joyner&quot; &lt;tyholp0@ziet.zhitomir.ua&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cljx-9u-$vtf3$pdm-8b@d5l4o8.pne%3e"/>
<id>urn:uuid:%3cljx-9u-$vtf3$pdm-8b@d5l4o8-pne%3e</id>
<updated>2004-02-16T23:39:56Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;f streamside 1&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Affiliate programs were never this easy in the past. You had to create a website,

  sumbit it to major search engines and wait almost a year for results. With &lt;a href="http://www.globalmarketing2000.biz/cashinwithgoogle/"&gt;my

  program&lt;/a&gt; you won't have to worry about any of this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;no more &lt;a href="http://www.globalmarketing2000.biz/remove.html"&gt;emails&lt;/a&gt;

  please &lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
tis wwd xihkoovtlkp   mo wm  tcfziqmuieywohomjgvrmd  
wxfzgwiyhy ig  fxygn m


</pre>
</div>
</content>
</entry>
<entry>
<title>=?windows-874?B?os216c25w9G64KLp0srZ6CCh0+G+p+C+qsPgx+e6?=</title>
<author><name>&quot;ThaiCoolHost&quot; &lt;webmaster@webcityonline.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c71ea01c3f487$2c5a3ee0$1f5508ca@ns1%3e"/>
<id>urn:uuid:%3c71ea01c3f487$2c5a3ee0$1f5508ca@ns1%3e</id>
<updated>2004-02-16T12:19:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
¢Íâ·É·Õèà»ç¹¡ÒÃÃº¡Ç¹¹Ð¤ÃÑº

         http://www.kppweb.com à»ç¹àÇçº·ÕèÃÇºÃÇÁ¢èÒÇÊÒÃµèÒ§ æ ÀÒÂã¹¨Ñ§ËÇÑ´¡Óá¾§à¾ªÃ ÍÕ¡·Ñé§ÂÑ§ÁÕºÃÔ¡ÒÃµèÒ§
æ ÍÕ¡ÁÒ¡ÁÒÂãËé¤Ø³à¾ÅÔ´à¾ÅÔ¹¡Ñ¹ÍÂèÒ§àµçÁÍÔèÁ ÂÑ§§ÑÂÅÍ§à¢éÒä»àÂÕèÂÁªÁ¡Ñ¹ºéÒ§¹Ð¤ÃÑº

¢Íº¾ÃÐ¤Ø³ÍÂèÒ§ÊÙ§
BAsZ

If you wish not to receive any more email click the below link.


Powered by Internet Marketing - http://www.webcityonline.com


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: new project question</title>
<author><name>Oliver.Heger@t-online.de (Oliver Heger)</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c402E4B12.8030307@t-online.de%3e"/>
<id>urn:uuid:%3c402E4B12-8030307@t-online-de%3e</id>
<updated>2004-02-14T16:21:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I put an actualized version of the library online 
(http://www.oliver-heger.privat.t-online.de/retrieve.zip). There are a 
some more QueryPart classes and more unit tests.

There is also a new class QueryWrapper (not sure if the name fits) that 
deals with executing queries: an instance is initialized with a 
QueryPart object, and then for this a PreparedStatement can be created. 
This statement can then be executed (for execution itself I would like 
to use something like commons dbutils).

Oliver

Brian McCallister wrote:

&gt; First glance over it is quite complete -- though I am having trouble 
&gt; seeing the best ways to use it.
&gt;
&gt; A few questions --
&gt;
&gt; Why render query into the StringBuffer argument instead of returning 
&gt; the query string directly as a String? Do you foresee a use case where 
&gt; the StringBuffer will need to be modified before or after rendering? 
&gt; This is particularly true as you (quite cleanly) abstract out the 
&gt; ability to plug different systems sql quirks in.
&gt;
&gt; -Brian
&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>Proven Google AdWord writing styles that will generate clicks and money</title>
<author><name>&quot;Rick Acosta&quot; &lt;ndqzldbx@publico.pt&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c4nt-ym-le0-43hd-3$80$-09gr53@9ogkgn3bn7f%3e"/>
<id>urn:uuid:%3c4nt-ym-le0-43hd-3$80$-09gr53@9ogkgn3bn7f%3e</id>
<updated>2004-02-13T02:43:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Untitled Document&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p&gt;In my &lt;a href="http://www.globalmarketing2000.biz/cashinwithgoogle/"&gt;54 
  Page comprehensive guide&lt;/a&gt; I'll show you how to use Affiliate Programs together

  with Google AdWords to make a good living. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;No more emails! please take me &lt;a href="http://www.globalmarketing2000.biz/remove.html"&gt;off&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
irscl  xjuk zb toqf
l  ww hq ojbtfanmstqvjvwj apevtmt


</pre>
</div>
</content>
</entry>
<entry>
<title>Re [2]</title>
<author><name>&quot;Ann Fitzpatrick&quot; &lt;sttjcqccqpltu@hotmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c1966526871.20040125161041@yahoo.com%3e"/>
<id>urn:uuid:%3c1966526871-20040125161041@yahoo-com%3e</id>
<updated>2004-02-11T19:43:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
   

</pre>
</div>
</content>
</entry>
<entry>
<title>lol</title>
<author><name>&quot;Prout Prout&quot; &lt;bons.plansbons_plans@laposte.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c40225D1B00218123@lpdnpm05.laposte.net%3e%20(added%20by%20postmaster@laposte.net)"/>
<id>urn:uuid:%3c40225D1B00218123@lpdnpm05-laposte-net%3e%20(added%20by%20postmaster@laposte-net)</id>
<updated>2004-02-10T05:38:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;body text="#FF0000" bgcolor="#FFCC66"&gt;

&lt;p align="left"&gt;&lt;font face="Times New Roman"&gt;&lt;b&gt;Surfeur, Surfeuse,&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p align="left"&gt;&lt;font face="Times New Roman"&gt;&lt;b&gt;Avez déjà pris connaissance
du 
nombre d'heure de surf que vous passer sur le Web ?&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p align="left"&gt;&lt;font face="Times New Roman"&gt;&lt;b&gt;J'ai la solution pour vous,

rémunéré ce temps ! Sans perdre de temps ! Vous pourrez encore vous occuper !&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p align="left"&gt;&lt;b&gt;&lt;font face="Times New Roman" color="#FFFFFF"&gt;(ANTI SPAM:
Pour 
ne plus recevoir les bons plans, répondez par DEL au message)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p align="left"&gt;&lt;font face="Times New Roman"&gt;&lt;b&gt;
&lt;span style="font-size: 20pt; text-decoration: underline"&gt;Il y à déjà le surf :&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p align="left"&gt;&lt;b&gt;
&lt;a target="_blank" href="http://barres.fr.st/" style="text-decoration: none"&gt;
&lt;font color="#FF0000" style="font-size: 15pt" face="Times New Roman"&gt;1er BARRE&lt;/font&gt;&lt;/a&gt;&lt;/b&gt;
&lt;/p&gt;

&lt;p align="left"&gt;&lt;b&gt;
&lt;a target="_blank" href="http://www.mediabarre.com/cgi-bin/mba?358183" style="text-decoration:

none"&gt;
&lt;span style="font-size: 15pt"&gt;&lt;font color="#FF0000" face="Times New Roman"&gt;2eme

BARRE&lt;/font&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p align="left"&gt;&lt;font face="Times New Roman"&gt;&lt;b&gt;
&lt;span style="font-size: 20pt; text-decoration: underline"&gt;Il y à aussi les mails 
:&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;b&gt;&lt;font style="font-size: 15pt"&gt;
              &lt;a onmouseover="window.status='www.milimel.com';return(true);" style="font-family:
Times 
New Roman; text-decoration: none" onmouseout="window.status='';return(true);" 
href="http://www.milimel.com/parrainage.asp?parrain=172877" target="_blank"&gt;
              &lt;font color="#FF0000"&gt;Milimel&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;b&gt;&lt;font style="font-size: 15pt"&gt;
              &lt;a onmouseover="window.status='www.olaloo.com';return(true);" style="font-family:
Times New 
Roman; text-decoration: none" onmouseout="window.status='';return(true);" 
href="http://www.olaloo.com/olaloo/recrutomatic/recrutomatic.phtml?pseudo=potpot59" 
target="_blank"&gt;
              &lt;font color="#FF0000"&gt;Olaloo&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;b&gt;&lt;font style="font-size: 15pt"&gt;
              &lt;a onmouseover="window.status='www.realserv.net';return(true);" style="font-family:
Times 
New Roman; text-decoration: none" onmouseout="window.status='';return(true);" 
href="http://www.realserv.net/signup.php?r=256" target="_blank"&gt;
              &lt;font color="#FF0000"&gt;Realserv&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;b&gt;&lt;font class="title"&gt;
              &lt;font style="font-size: 15pt"&gt;
              &lt;a onmouseover="window.status='www.realclick.net';return(true);" style="font-family:
Times 
New Roman; text-decoration: none" onmouseout="window.status='';return(true);" 
href="http://www.realclick.net/signup.php?r=3681" target="_blank"&gt;
              &lt;font color="#FF0000"&gt;Realclick&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;b&gt;&lt;font class="TEXT" style="font-size: 15pt"&gt;
              &lt;a onmouseover="window.status='www.winomail.com';return(true);" style="font-family:
Times 
New Roman; text-decoration: none" onmouseout="window.status='';return(true);" 
href="http://www.winomail.com/inscription.php?parrain=potpot59" target="_blank"&gt;
              &lt;font color="#FF0000"&gt;Winomail&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;b&gt;&lt;font style="font-size: 15pt"&gt;
              &lt;a onmouseover="window.status='www.argent4u.com';return(true);" style="font-family:
Times 
New Roman; text-decoration: none" onmouseout="window.status='';return(true);" 
href="http://www.argent4u.com/inscription.php?member_id_parrain_in=8295" target="_blank"&gt;
              &lt;font color="#FF0000"&gt;Argent4u&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;b&gt;&lt;font style="font-size: 15pt"&gt;
              &lt;a onmouseover="window.status='www.ouah.fr';return(true);" style="font-family:
Times New 
Roman; text-decoration: none" onmouseout="window.status='';return(true);" 
href="http://www.ouah.fr/parrain.php?a437770136" target="_blank"&gt;
              &lt;font color="#FF0000"&gt;Ouah&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;b&gt;&lt;font style="font-size: 15pt"&gt;
              &lt;a onmouseover="window.status='www.edengo.com';return(true);" style="font-family:
Times 
New Roman; text-decoration: none" onmouseout="window.status='';return(true);" 
href="http://www.edengo.com/statique/home.cfm?lien=devenir&amp;parrain=potpotland@yahoo.fr"

target="_blank"&gt;
              &lt;font color="#FF0000"&gt;Edengo&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;span style="font-size: 20pt"&gt;&lt;b&gt;
              &lt;span style="font-family: Times New Roman; text-decoration: underline"&gt;
              Il y à aussi les jeux :&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
              &lt;p align="left"&gt;
    &lt;b&gt;&lt;font face="Arial, Helvetica"&gt;
    &lt;a onmouseover="window.status='www.prizee.com';return(true);" style="font-family: Times
New 
Roman; text-decoration: none" onmouseout="window.status='';return(true);" target="_blank"

href="http://www.prizee.com/index.php3?refer=Potpot59"&gt;
    &lt;font color="#FF0000" style="font-size: 15pt"&gt;Prizee&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
    &lt;p align="left"&gt;&lt;b&gt;
    &lt;font face="Times New Roman" style="font-size: 12pt" color="#0000FF"&gt;Des cartes
à gratter, des 
jeux et des euros à 
    gagner. En plus, un Super Jackpot à plus de 6400 Euros.&lt;/font&gt;&lt;/b&gt;&lt;p align="left"&gt;
    &lt;font face="Times New Roman"&gt;
    &lt;a target="_blank" href="http://www.find-jeux.com/inscription.php?npr=potpot59"&gt;
    &lt;span style="font-size: 15pt; font-weight: 700"&gt;&lt;font color="#FF0000"&gt;Find-Jeux&lt;/font&gt;&lt;/span&gt;
&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
              &lt;p align="left"&gt;
    &lt;font face="Times New Roman"&gt;
    &lt;a target="_blank" href="http://www.find-jeux.com/inscription.php?npr=potpot59" style="text-
decoration: none; font-weight: 700"&gt;
    &lt;font style="font-size: 12pt"&gt;Gagnez des PrizzPass et des codes AlloPass et pleins
d'autres choses
&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;b&gt;&lt;font size="2"&gt;
    &lt;span style="font-size: 11pt"&gt;
    &lt;font style="font-size: 15pt"&gt;
    &lt;a onmouseover="window.status='www.pyramidor.com';return(true);" style="font-family:
Times New 
Roman; text-decoration: none" onmouseout="window.status='';return(true);" target="_blank"

href="http://www.pyramidor.com?parrain=26932"&gt;
              &lt;font color="#FF0000"&gt;Pyramidor&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;font color="#0000FF"&gt;&lt;b&gt;
              &lt;font size="3" face="Times New Roman"&gt;C'est le principe de la pyramide
mais avec la 
    pub en plus. Un clic tous les jours et ça suffit pour encaisser.&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;font face="Times New Roman"&gt;&lt;strong&gt;5 niveaux
de parrainage&lt;/strong&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
              &lt;p align="left"&gt;
&lt;a href="http://www.wipub.com/clic.php?id_annonceur=11&amp;visuel=105&amp;id_affilie=1604"

target="_blank" style="text-decoration: none"&gt;
&lt;font style="font-size: 15pt; font-weight: 700" color="#FF0000"&gt;KADOWEB&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
              &lt;p align="left"&gt;
&lt;a href="http://www.wipub.com/clic.php?id_annonceur=21&amp;visuel=40&amp;id_affilie=1604"

target="_blank" style="text-decoration: none"&gt;
&lt;font style="font-size: 15pt; font-weight: 700" color="#FF0000"&gt;Bancoloto&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
              &lt;p align="left"&gt;
&lt;a href="http://www.wipub.com/clic.php?id_annonceur=213&amp;visuel=496&amp;id_affilie=1604"

target="_blank" style="text-decoration: none"&gt;
&lt;font style="font-size: 15pt; font-weight: 700" color="#FF0000"&gt;Loto&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
            &lt;p align="left"&gt;
            &lt;span style="font-weight: 700; font-size: 20pt; text-decoration: underline"&gt;
            Pour les Webmasters:&lt;/span&gt;&lt;/p&gt;
              &lt;p align="left"&gt;
    &lt;font style="font-size: 15pt; font-weight: 700"&gt;
              &lt;a target="_blank" style="text-decoration: none" 
href="http://www.allosponsor.com/accueil.php?ref=3351"&gt;
    &lt;font color="#FF0000" face="Times New Roman"&gt;AlloSponsor&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;nobr&gt;&lt;b class=pttl&gt;
              &lt;a name="edito" id="edito" target="_blank" href="http://www.allopass.com/index.php4?
ADV=1505898" style="text-decoration: none"&gt;
              &lt;font color="#FF0000" style="font-size: 15pt" face="Times New Roman"&gt;Allopass&lt;/font&gt;&lt;/a&gt;
&lt;/b&gt;&lt;/nobr&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;b&gt;
    &lt;font style="font-size: 15pt" color="#336699"&gt;
              &lt;a onmouseover="window.status='www.francevisiteur.com';return(true);" style="text-
decoration: none" onmouseout="window.status='';return(true);" target="_blank" 
href="http://www.francevisiteur.com/?wid=potpot59"&gt;
              &lt;font color="#FF0000" face="Times New Roman"&gt;France visiteur&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;
&lt;/p&gt;
              &lt;p align="left"&gt; 
              &lt;b&gt;&lt;font color="#336699"&gt;
              &lt;a onmouseover="window.status='www.doublestats.com';return(true);" style="text-decoration:

none" onmouseout="window.status='';return(true);" target="_blank" 
href="http://www.doublestats.com/index.php?act=add&amp;parrain=potpot59"&gt;
    &lt;font style="font-size: 15pt" color="#FF0000" face="Times New Roman"&gt;Doublestats&lt;/font&gt;&lt;/a&gt;
&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
              &lt;p align="left"&gt;
              &lt;a target="_blank" style="text-decoration: none" href="http://www.wipub.com/clic.php?
id_annonceur=218&amp;visuel=532&amp;id_affilie=1604"&gt;
&lt;font style="font-size: 15pt; font-weight: 700" color="#FF0000" face="Times New Roman"&gt;TonTrafic
&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
              &lt;p align="left"&gt;&lt;nobr&gt;&lt;b class=pttl&gt;
              &lt;a name="edito" target="_blank" href="http://www.i-services.net/?refid=potpot59"

style="text-decoration: none"&gt;
              &lt;font color="#FF0000" style="font-size: 15pt" face="Times New Roman"&gt;I-services&lt;/font&gt;
&lt;/a&gt;&lt;/b&gt;&lt;/nobr&gt;&lt;/p&gt;
&lt;p align="left"&gt;&lt;b&gt;
&lt;a target="_blank" style="text-decoration: none" href="http://www.populassite.com/index.php?
id_parrain=2151"&gt;
&lt;font color="#FF0000" style="font-size: 15pt" face="Times New Roman"&gt;Populassite&lt;/font&gt;&lt;/a&gt;&lt;/b&gt;
&lt;/p&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>You can't survive on just a paycheck</title>
<author><name>&quot;Jackson Bond&quot; &lt;nlswrnqx00@fortalnet.com.br&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c9$5530$-83$849$d@xebk3vvuyojmj%3e"/>
<id>urn:uuid:%3c9$5530$-83$849$d@xebk3vvuyojmj%3e</id>
<updated>2004-02-09T17:11:56Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;  .      . .   .  . ......         '     ''     '     ''   ""    :      .  ;
 :     :; :&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.globalmarketing2000.biz/cashinwithgoogle/"&gt;Cash 
  in with Google&lt;/a&gt; makes earning an affiliate income very simple. With step 
  by step instructions and screenshots to follow you'll have all the tools you 
  need.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;no more &lt;a href="http://www.globalmarketing2000.biz/remove.html"&gt;emails&lt;/a&gt;

  please &lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
v mvgbpcpeli xquokeaivxyvdreocd
zpb a srdo


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: new project question</title>
<author><name>Oliver Heger &lt;hegero@med.uni-marburg.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3c4027350F.30604@med.uni-marburg.de%3e"/>
<id>urn:uuid:%3c4027350F-30604@med-uni-marburg-de%3e</id>
<updated>2004-02-09T07:21:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Thank you, Brian.

The StringBuffer approach is mostly used for performance reasons. 
Because a whole SQL statement will likely consist of a bunch of 
QueryPart objects I tried to avoid that each object would have to create 
a String in its render() method. The actual approach makes it possible 
that they all render in the same buffer.

I was also thinking about moving this StringBuffer into the 
RenderContext class to get rid off this parameter in many methods. But I 
am not sure about that.

Oliver

Brian McCallister schrieb:
&gt; First glance over it is quite complete -- though I am having trouble 
&gt; seeing the best ways to use it.
&gt; 
&gt; A few questions --
&gt; 
&gt; Why render query into the StringBuffer argument instead of returning the 
&gt; query string directly as a String? Do you foresee a use case where the 
&gt; StringBuffer will need to be modified before or after rendering? This is 
&gt; particularly true as you (quite cleanly) abstract out the ability to 
&gt; plug different systems sql quirks in.
&gt; 
&gt; -Brian
&gt; 



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: new project question</title>
<author><name>Brian McCallister &lt;mccallister@forthillcompany.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-commons-dev/200402.mbox/%3cC79A22D9-5A97-11D8-B8C4-000A95782782@forthillcompany.com%3e"/>
<id>urn:uuid:%3cC79A22D9-5A97-11D8-B8C4-000A95782782@forthillcompany-com%3e</id>
<updated>2004-02-09T00:34:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
First glance over it is quite complete -- though I am having trouble 
seeing the best ways to use it.

A few questions --

Why render query into the StringBuffer argument instead of returning 
the query string directly as a String? Do you foresee a use case where 
the StringBuffer will need to be modified before or after rendering? 
This is particularly true as you (quite cleanly) abstract out the 
ability to plug different systems sql quirks in.

-Brian

On Feb 8, 2004, at 2:38 PM, Oliver Heger wrote:

&gt; Hi,
&gt;
&gt; did anyone had a look at that code? I would really appreciate some 
&gt; comments.
&gt;
&gt; Thanks.
&gt; Oliver
&gt;
&gt; Oliver Heger wrote:
&gt;
&gt;&gt; Brian,
&gt;&gt;
&gt;&gt; sorry for the delay. You can now find the actual code at the 
&gt;&gt; following URL:
&gt;&gt;
&gt;&gt;    http://www.oliver-heger.privat.t-online.de/retrieve.zip
&gt;&gt;
&gt;&gt; Some short words for explanation:
&gt;&gt;
&gt;&gt; Heart of the library is the Query class in the parts sub package. 
&gt;&gt; Together with the other part classes it can be used to construct 
&gt;&gt; SELECT statements. Some important parts are still missing, e.g. for 
&gt;&gt; ORDER BY clauses or for generating lists for the IN operator.
&gt;&gt;
&gt;&gt; In the retrieve package there are some classes and interfaces that 
&gt;&gt; represent database structures. They have two purposes:
&gt;&gt;
&gt;&gt; 1. They are used for the mapping facilities. It is possible to 
&gt;&gt; address tables and columns with logic names, which are then 
&gt;&gt; transformed into real database names.
&gt;&gt; 2. They provide information for automatic generation of join 
&gt;&gt; conditions. One use case for this library was a highly configurable 
&gt;&gt; application that allows its user to choose the fields of a table and 
&gt;&gt; its related tables that should be displayed. For instance imagine an 
&gt;&gt; application that reads a tasks table for displaying a todo list. It 
&gt;&gt; allows its users to define the view of their tasks. If a user only 
&gt;&gt; wants to see fields that are contained in the tasks table, the 
&gt;&gt; resulting SELECT statement will be quite simple. If he or she is also 
&gt;&gt; interested in the name and some other attributes of the user who has 
&gt;&gt; created the task, the user table has to be joined. The library is 
&gt;&gt; designed that it can automatically detect the involved tables and 
&gt;&gt; fetch the necessary information about the relations between them 
&gt;&gt; through the RelationProvider interface. With this information it can 
&gt;&gt; dynamically create a statement with a join if necessary; the calling 
&gt;&gt; application need not bother about that.
&gt;&gt;
&gt;&gt; Of course a couple of unit tests must be added, though the test for 
&gt;&gt; Query also tests many other classes. Now I am looking forward to your 
&gt;&gt; comments!
&gt;&gt;
&gt;&gt; Oliver
&gt;
&gt;
&gt;
&gt;




</pre>
</div>
</content>
</entry>
</feed>
