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