From owner-pbwg-method@CS.UTK.EDU  Wed Mar 24 07:15:16 1993
Received: from CS.UTK.EDU by surfer.EPM.ORNL.GOV (5.61/1.34)
	id AA10727; Wed, 24 Mar 93 07:15:16 -0500
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA11943; Wed, 24 Mar 93 07:15:06 -0500
X-Resent-To: pbwg-method@CS.UTK.EDU ; Wed, 24 Mar 1993 07:15:01 EST
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA11895; Wed, 24 Mar 93 07:14:59 -0500
Via: uk.ac.southampton.ecs; Wed, 24 Mar 1993 12:14:16 +0000
From: R.Hockney@parallel-applications-centre.southampton.ac.uk
Via: calvados.pac.soton.ac.uk (plonk); Wed, 24 Mar 93 12:05:17 GMT
Date: Wed, 24 Mar 93 11:57:31 GMT
Message-Id: <3358.9303241157@calvados.pac.soton.ac.uk>
Apparently-To: pbwg-method@cs.utk.edu

TO METHODOLOGY SUBCOMMITTEE
---------------------------
The following message is my contribution to the draft report of
Chapter2 - Methodology, for consideration. Please let me have
your comments, so that I may modify it.
         Roger Hockney
~r method3.tex
From owner-pbwg-method@CS.UTK.EDU  Wed Mar 24 07:47:54 1993
Received: from CS.UTK.EDU by surfer.EPM.ORNL.GOV (5.61/1.34)
	id AA11899; Wed, 24 Mar 93 07:47:54 -0500
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA12970; Wed, 24 Mar 93 07:47:47 -0500
X-Resent-To: pbwg-method@CS.UTK.EDU ; Wed, 24 Mar 1993 07:47:46 EST
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA12961; Wed, 24 Mar 93 07:47:38 -0500
Via: uk.ac.southampton.ecs; Wed, 24 Mar 1993 12:41:29 +0000
Via: brewery.ecs.soton.ac.uk; Wed, 24 Mar 93 12:34:15 GMT
From: Prof Roger Hockney <R.W.Hockney@ecs.soton.ac.uk>
Received: from alithea.ecs.soton.ac.uk by brewery.ecs.soton.ac.uk;
          Wed, 24 Mar 93 12:42:39 GMT
Date: Wed, 24 Mar 93 12:42:43 GMT
Message-Id: <271.9303241242@alithea.ecs.soton.ac.uk>
To: pbwg-method@cs.utk.edu
Subject: Methodology Chapter 2 contribution

This is my first draft of a proposed Chapter2 for your comments
and amalgamation with contributions from other members of the
subcommittee. Please let me have your Comments, particularly
any parts that you cannot accept (I hope none, however), so that
I may edit it. I particularly wish to hear from our leader, David.
             Best regards   Roger Hockney.
You should be able to print it using LATEX, and the files benrep1.tex
benref1.bib sent to pbwg-comm alredy.
\chapter{Methodology}

The conclusions drawn from a benchmark study of computer performance
depend not only on the basic timing results obtained, but also on
the way these are interpreted and converted into performance figures.
The choice of the performance metric, may itself influence
the conclusions. For example, do we want the computer that generates
the most megaflops (or has the highest Speedup), or the computer 
that solves the problem in the least time? It is now well known
that high values of the first metrics do not necessarily imply the 
second property. This confusion can be avoided by choosing a more 
suitable metric that reflects solution time directly, for example 
either the Temporal or Simulation performance, defined below. This
issue of the sensible choice of performance metric is becoming
increasing important with the advent of massively parallel computers
which have the potential of very high megaflop rates, but have 
much more limited potential for reducing solution time. 


\section{Time Measurement}

The fundamental measurement made in any benchmark is the time to 
complete some specified task. All other performance figures are derived 
from this basic timing measurement. 
The benchmark time, $T(N;p)$, will be a function of the problem size, $N$,
and the number of processors, $p$. Here, the problem size is 
represented by the vector variable, $N$, 
which stands for a set of parameters characterising the size of the 
problem: e.g. the number of mesh points in each dimension, and the
number of particles in a particle-mesh simulation. Benchmark problems of
different sizes can be created by multiplying all the size parameters by
suitable powers of a single scale factor, thereby increasing the spatial and
particle resolution in a sensible way, and reducing the size parameters to
a single size factor (here called $\alpha$). 

We believe that it is most important
to regard execution time and performance as a function of at least the two
variables $(N,p)$, which define a parameter plane. Much confusion has arisen
in the past by attempts to treat performance as a function of a single
variable, by taking a particular path through this plane, and not stating
what path is taken. Many different paths may be taken, and hence many different
conclusions can be drawn. It is important, therefore, always to define the 
path through the performance plane, or better as we do here, to study the 
shape of the two-dimensional performance hill. In some cases there may 
even be an optimum path up this hill.


\section{Units and Symbols}

A rational set of units and symbols is essential for any numerate
science including benchmarking. The following extension of the
internationally agreed SI system of physical units \cite{SI75} is 
made to accommodate the needs of computer benchmarking.

\medskip
New symbols and units: 
\begin{enumerate}
\item flop : number of floating-point operations
\item mref : number of memory references (reads or writes)
\item barr : number of barrier operations
\item b    : number of binary digits (bits)
\item B    : number of bytes (groups of 8 bits)
\item ${\rm w}_{32}$ : number of words (number of bits per word as 
             subscript, here 32).
\end{enumerate}
Note that flop and mref are both inseparable four-letter symbols.
The character case is significant in all unit symbols so that e.g. Flop, 
Mref, $W_{64}$ are incorrect. Unit symbols should always be printed in 
roman type, to contrast with variables names which are printed in italic.

\medskip
SI provides the standard prefixes:
\begin{enumerate}
\item k    : kilo meaning $10^3$
\item M    : mega meaning $10^6$
\item G    : giga meaning $10^9$
\item T    : tera meaning $10^{12}$
\end{enumerate}
This means that we cannot use M to mean $1024^2$ (the binary mega) as is 
often done in describing computer memory capacity, e.g. 256 MB. We can 
however introduce the new prefix:
\begin{enumerate}
\item K    : meaning 1024, then use a subscript 2 to indicate the binary
             versions
\item ${\rm M}_2$    : binary mega $1024^2$
\item ${\rm G}_2$    : binary giga $1024^3$
\item ${\rm T}_2$    : binary tera $1024^4$
\end{enumerate}
In most cases the difference between the mega and the binary mega (4\%) 
is probably unimportant, but it is important to be unambiguous. In this
way one can continue with existing practice if the difference doesn't 
matter, and have an agreed method of being more exact when necessary.
For example, the above memory capacity was probably intended to mean
$256 {\rm M_2 B}$.

As a consequence of the above, an amount of computational work involving
$4.5 \times 10^{12}$ floating-point operations is correctly written as 
4.5 Tflop. Note that the unit symbol Tflop is never pluralised with an
added 's', and it is therefore incorrect to write the above as 4.5 Tflops 
which could be confused with a rate per second. The most frequently used 
unit of performance, millions of floating-point operations per second 
is correctly written Mflop/s, in analogy to km/s. The slash is necessary 
and means 'per',  because the 'p' is an integral part of the unit symbol 
'flop' and cannot also be used for this purpose.  


\section{Floating-Point Operation Count}

Although we discourage the use of millions of floating-point
operations per second as a performance metric, it can be a useful 
measure if the number of floating-point operations, $F(N)$, 
needed to solve the benchmark problem is carefully defined.

For simple problems (e.g. matrix multiply) it is sufficient to use a 
theoretical value for the floating-point operation count (in this case $2n^3$ 
flop, for nxn matrices) obtained by inspection of the 
code or consideration of the arithmetic in the algorithm. For more complex
problems containing data-dependent conditional statements, an empirical method
may have to be used.  The sequential version of the benchmark code defines
the problem and the algorithm to be used to solve it. Counters can be inserted 
into this code or a hardware monitor used to count the number of floating-point
operations. The latter is the procedure followed by the {\sc PERFECT} Club 
\cite{Berr89}. In either case a decision has to be made regarding the number
of flop that are to be credited for different types of floating-point 
operations, and we see no good reason to deviate from those chosen by 
McMahon \cite{Ma88} when the Mflop/s measure was originally defined. 
These are:

\begin{table}[h]
\centering
\begin{tabular}{ll}
add, subtract, multiply		& 1 flop \\
divide, square-root		& 4 flop \\
exponential, sine etc.		& 8 flop \\
{\sc IF(X .REL. Y)}		& 1 flop \\
\end{tabular}
\end{table}

We distinguish two types of operation count. The first is the nominal 
benchmark floating-point operation count, $F_B(N)$, which is found in the 
above way from the defining Fortran77 sequential code. The other is the
actual number of floating-point operations performed by the hardware
when executing the distributed multi-node version, $F_H(N)$, which may be 
greater than the nominal benchmark count, due to the distributed version 
performing redundant arithmetic operations.


\section{Performance Metrics}

Given the time of execution $T(N;p)$ and the flop-count $F(N)$ several different
performance measures can be defined. Each metric has its own uses, and gives 
different information about the computer and algorithm used in the benchmark.
It is important therefore to distinguish the metrics with different names,
symbols and units, and to understand clearly the difference between them.
Much confusion and wasted work can arise from optimising a benchmark with
respect to an inappropriate metric. The principal performance metrics are:

\subsection{Temporal Performance}

If we are interested in comparing the
performance of different algorithms for the solution of the same problem, then
the correct performance metric to use is the {\it Temporal Performance},
$R_T$, which is defined as the inverse of the execution time
\begin{equation}
                            R_T(N;p)=T^{-1}(N;p)              \label{Eqn(1)}
\end{equation}
The units of temporal performance are, in general, solutions per second
(sol/s), or some more appropriate absolute unit such as 
timesteps per second (tstep/s). With this metric we can be sure
that the algorithm with the highest performance executes in the least time,
and is therefore the best algorithm. We note that the number of flop does not
appear in this definition, because the objective of algorithm design is not
to perform the most arithmetic per second, but rather it is to solve a given
problem in the least time, regardless of the amount of arithmetic involved.
For this reason the temporal performance is also the metric that a 
computer user should employ to select the best algorithm to solve his problem, 
because his objective is also to solve the problem in the least time, and he 
does not care how much arithmetic is done to achieve this.

\subsection{Simulation Performance}

A special case of temporal performance occurs for simulation programs in which
the benchmark problem is defined as the simulation of a certain period of
physical time, rather than a certain number of timesteps. In this case we speak
of the {\em Simulation Performance} and use units such as {\em simulated days
per day} (written sim-d/d or 'd'/d) in weather forecasting, where the 
apostrophe is used to indicate 'simulated'; or {\em simulated
pico-seconds per second} (written sim-ps/s or 'ps'/s) in electronic device
simulation. It is important to use simulation performance rather than
timestep/s if one is comparing different simulation algorithms which may 
require different sizes of timestep for the same accuracy (for example an
implicit scheme that can use a large timestep, compared with an explicit
scheme that requires a much smaller step). In order to maintain numerical
stability, explicit schemes also require the use of a smaller timestep as 
the spatial grid is made finer. For such schemes the simulation performance 
falls off dramatically as the problem size is increased by introducing 
more mesh points in order to refine the spatial resolution: the doubling 
of the number of mesh-points in each of three dimensions can reduce the 
simulation performance by a factor near 16 because the timestep must also 
be approximately halved. Even though the larger problem will generate more 
Megaflop per second, in forecasting, it is the simulated days per day 
(i.e. the simulation performance) and not the Mflop/s, that matter to the user.

As we see below, benchmark performance is also measured in terms of the amount
of arithmetic performed per second or Mflop/s. However it is important to
realise that it is incorrect to compare the Mflop/s achieved by two algorithms 
and to conclude that the algorithm with the highest Mflop/s rating is the best
algorithm. This is because the two algorithms may be performing quite 
different amounts of arithmetic during the solution of the same problem.
The temporal performance metric, $R_T$, defined above, has been introduced
to overcome this problem, and provide a measure that can be used to compare
different algorithms for solving the same problem. However, it should be 
remembered that the temporal performance only has the same meaning within the 
confines of a fixed problem, and no meaning can be attached to a
comparison of the temporal performance on one problem with the temporal
performance on another.

\subsection{Benchmark Performance}

In order to compare the performance of a computer on one benchmark with 
its performance on another, account must be taken of the different amounts of 
work (measured in flop) that the different problems require for their solution.
Using the flop-count for the benchmark, $F_B(N)$, we can
define the {\em Benchmark Performance} as
\begin{equation}
                            R_B(N;p)=F_B(N)/{T(N;p)}           \label{Eqn(2)}
\end{equation}
The units of benchmark performance are Mflop/s (benchmark name), where we 
include the name of the benchmark in parentheses to emphasise that the 
performance may depend strongly on the problem being solved, and to emphasise 
that the values are based on the nominal benchmark flop-count. In other 
contexts such performance figures would probably be quoted as examples of the 
so-called {\em sustained} performance of a computer. We feel that the use of 
this term is meaningless unless the problem being solved and the degree of 
code optimisation is quoted, because the performance is so varied across 
different benchmarks and different levels of optimisation. Hence we favour 
the quotation of a selection of benchmark performance figures, rather than a 
single sustained performance, because the latter implies that the quoted 
performance is maintained over all problems.

Note also that the flop-count $F_B(N)$ is that for the defining sequential 
version of the benchmark, and that the same count is used to calculate $R_B$ 
for the distributed-memory (DM) version of the program, even though the DM 
version may actually perform
a different number of operations.  It is usual for DM programs to perform more
arithmetic than the defining sequential version, because often numbers are
recomputed on the nodes in order to save communicating their values from a
master processor. However such calculations are redundant (they have already
been performed on the master) and it would be incorrect to credit them to the
flop-count of the distributed program. 

Using the sequential flop-count in the
calculation of the DM programs benchmark performance has the additional 
advantage that it is possible to conclude that, for a given benchmark,
the implementation that has the highest benchmark performance is the best 
because it executes in the least time.  This would not necessarily be the 
case if a different $F_B(N)$ were used for different implementations of the 
benchmark. For example, the use of a better algorithm which obtains the
solution with less than $F_B(N)$ operations will show up as higher benchmark
performance. For this reason it should cause no surprise if the benchmark 
performance occasionally exceeds the maximum possible hardware performance. 
To this extent benchmark performance Mflop/s must be understood
to be nominal values, and not necessarily exactly the number of operations
executed per second by the hardware, which is the subject of the next
metric. The purpose of benchmark performance is to compare different
implementations and algorithms on different computers for the solution of
the same problem, on the basis that the best performance means the least
execution time. For this to be true $F_B(N)$ must be kept the same for
all implementations and algorithms.  


\subsection{Hardware Performance}

If we wish to compare the observed performance with the theoretical 
capabilities of the computer hardware, we must compute the actual number of
floating-point operations performed, $F_H(N;p)$, and from it the actual
{\em Hardware Performance} 
\begin{equation}
                            R_H(N;p)=F_H(N)/{T(N;p)}             \label{Eqn(3)}
\end{equation}
The hardware performance also has the units Mflop/s, and will have the same 
value as the benchmark performance for the sequential version of the benchmark. 
However, the hardware performance may be higher than the benchmark performance 
for the distributed version, because the hardware performance gives credit for 
redundant arithmetic operations, whereas the benchmark performance does not.
Because the hardware performance measures the actual floating-point operations
performed per second, unlike the benchmark performance, it can never exceed
the theoretical peak performance of the computer.

Assuming a computer with multiple-CPUs each with multiple arithmetic pipelines,
delivering a maximum of one flop per clock period, the theoretical peak value
of hardware performance is
\begin{equation}
   r^*= \frac{fl.pt.pipes/CPU}{clock.period}\times number.CPUs   \label{Eqn(4)}
\end{equation}
with units of Mflop/s if the clock period is expressed in microseconds. By 
comparing the measured hardware performance, $R_H(N;p)$, with the theoretical 
peak performance, we can assess the fraction of the available performance that 
is being realised by a particular implementation of the benchmark.


\subsection{Speedup, Efficiency and Performance per Node}

We do not favour the use of any of the popular performance metrics: 
speedup, efficiency or performance per node; because all these are 
either easily misinterpreted or obscure important effects. 
The speedup of a benchmark code 
is defined as the ratio of the $p$-processor temporal performance to the 
single-processor temporal performance. It is a very useful and convenient 
measure if we are concerned with the optimisation of a particular code in 
isolation, because its value can easily be compared with the maximum possible 
speedup, namely the number of processors being used. We can thereby assess
how much of the potential hardware performance is being utilised. However
benchmarking is to do with comparing the performance of different computers,  
and all the above three metrics are unsuitable for this purpose.

Speedup compares the performance of a code with itself, and might therefore 
be called an introspective, or even incestuous measure. Problems can therefore 
arise (see below), and incorrect conclusions can be drawn, if we try to use 
speedup to compare different algorithms on the same computer, or the same 
algorithm on different computers. This is because speedup is a relative 
measure (it is defined as the ratio of two performances), and therefore all 
knowledge of the absolute performance has been lost. 
Benchmarking, however, is concerned with the comparison of the absolute 
performance of computers, and therefore the use of a relative measure like
speedup is not very useful, and can be positively misleading.  
For example, we do not wish to conclude that a computer with a large number of
slow processors and therefore high value of speedup, is faster than another 
with fewer processors and therefore with a lower speedup, if in fact the 
reverse is the case, because the processors on the second computer are so much 
faster. Only by adopting absolute measures of performance with physical units 
involving inverse time, can one avoid this type of false conclusion.

Speedup is not even useful for comparing the performance of one algorithm with 
another on the same computer, because it is not necessarily true that the 
algorithm with the highest speedup executes in the least time (see, e.g. 
~\cite{Cvet90}). One can only be sure that this is the case if the 
single-processor temporal performance of both algorithms is the same, which 
is most unlikely. If the single-processor performances of the two algorithms 
are different and we compare the speedups of the two algorithms, then we are 
comparing the performance of the two algorithms measured in different units.
This is like comparing the speeds of two cars, one measured in m.p.h. and the
other in cm/s. Such a comparison has no validity either for cars or 
algorithms. Computers and algorithms can only safely be compared in terms
of their absolute performance in solving a problem. The most unambiguous
measure is the temporal performance, which is the inverse of 
the time of execution, or the related simulation performance. 

The benchmark performance per node might seem to be an attractive 
metric because it is an absolute measure which
can be related directly to the hardware performance of node. However
it has the major defect that it hides the point at which the absolute 
performance begins to decrease as the number of processors increases. If we
plot benchmark performance against number of processors, this point is
clearly visible as a maximum, however if the same data is plotted as
performance per node, all we see is a very uninteresting monotonically 
falling line, and the important maximum has disappeared. The efficiency, 
which is defined as the speedup divided by the number of processors, is 
doubly condemned because it is a relative measure and hides the maximum.

\section{Performance Database}

The database of benchmark performance results should be based on an
extension of the excellent X-window display demonstrated by Jack Dongarra
at the March 1993 PBWG meeting. The basic data held would be values of
$T(N;p)$ for at least 4 values of problem size $N$, each for sufficient
$p$-values (say 5 to 10) to determine the trend of variation of performance
with number of processors for constant problem size. It is important that
there be enough $p$-values to see Amdahl saturation, if present, or any 
peak in performance followed by degradation. A graphical interface is
really essential to allow this multidimensional data to be viewed in any
of the metrics defined above, as chosen interactively by the user.
The user could also be offered (by suitable interpolation) a display of 
the results in various scaled metrics, in which the problem size is 
expanded with the number of processors.

In order to encompass as wide a range of performance and number of 
processors as possible, a log-scale on both axes is unavoidable, and
the format and scale range should be kept fixed as long as possible
to enable easy comparison between graphs. A three-cycle by three-cycle
log-log graph with range 1 to 1000 in both $p$ and Mflop/s would cover
most needs in the immediate future. Examples of such graphs are to be
found in \cite{Hoc92,Add93}.

% ----------------------------------------------------------------------------

From owner-pbwg-method@CS.UTK.EDU  Fri Mar 26 08:48:10 1993
Received: from CS.UTK.EDU by surfer.EPM.ORNL.GOV (5.61/1.34)
	id AA13935; Fri, 26 Mar 93 08:48:10 -0500
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA20932; Fri, 26 Mar 93 08:47:49 -0500
X-Resent-To: pbwg-method@CS.UTK.EDU ; Fri, 26 Mar 1993 08:47:46 EST
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA20915; Fri, 26 Mar 93 08:47:44 -0500
Via: uk.ac.southampton.ecs; Fri, 26 Mar 1993 13:46:58 +0000
From: R.Hockney@parallel-applications-centre.southampton.ac.uk
Via: calvados.pac.soton.ac.uk (plonk); Fri, 26 Mar 93 13:31:08 GMT
Date: Fri, 26 Mar 93 13:37:18 GMT
Message-Id: <7983.9303261337@calvados.pac.soton.ac.uk>
Apparently-To: pbwg-method@cs.utk.edu

Ignore this message, I'm just testing the pwg-method mail reflector
      Roger Hockney
From owner-pbwg-method@CS.UTK.EDU  Fri Apr 30 12:31:41 1993
Received: from CS.UTK.EDU by surfer.EPM.ORNL.GOV (5.61/1.34)
	id AA18429; Fri, 30 Apr 93 12:31:41 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA22989; Fri, 30 Apr 93 12:31:01 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Fri, 30 Apr 1993 12:30:59 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA22968; Fri, 30 Apr 93 12:30:51 -0400
Via: uk.ac.southampton.ecs; Fri, 30 Apr 1993 16:12:44 +0100
From: R.Hockney@parallel-applications-centre.southampton.ac.uk
Via: calvados.pac.soton.ac.uk (plonk); Fri, 30 Apr 93 16:04:49 BST
Date: Fri, 30 Apr 93 15:11:59 GMT
Message-Id: <15933.9304301511@calvados.pac.soton.ac.uk>
To: pbwg-method@cs.utk.edu
Subject: Contribution to Chapter-1 (Methodology)

\chapter{Methodology}

The conclusions drawn from a benchmark study of computer performance
depend not only on the basic timing results obtained, but also on
the way these are interpreted and converted into performance figures.
The choice of the performance metric, may itself influence
the conclusions. For example, do we want the computer that generates
the most megaflops (or has the highest Speedup), or the computer 
that solves the problem in the least time? It is now well known
that high values of the first metrics do not necessarily imply the 
second property. This confusion can be avoided by choosing a more 
suitable metric that reflects solution time directly, for example 
either the Temporal or Simulation performance, defined below. This
issue of the sensible choice of performance metric is becoming
increasing important with the advent of massively parallel computers
which have the potential of very high megaflop rates, but have 
much more limited potential for reducing solution time. 


\section{Time Measurement}

The fundamental measurement made in any benchmark is the time to 
complete some specified task. All other performance figures are derived 
from this basic timing measurement. 
The benchmark time, $T(N;p)$, will be a function of the problem size, $N$,
and the number of processors, $p$. Here, the problem size is 
represented by the vector variable, $N$, 
which stands for a set of parameters characterising the size of the 
problem: e.g. the number of mesh points in each dimension, and the
number of particles in a particle-mesh simulation. Benchmark problems of
different sizes can be created by multiplying all the size parameters by
suitable powers of a single scale factor, thereby increasing the spatial and
particle resolution in a sensible way, and reducing the size parameters to
a single size factor (here called $\alpha$). 

We believe that it is most important
to regard execution time and performance as a function of at least the two
variables $(N,p)$, which define a parameter plane. Much confusion has arisen
in the past by attempts to treat performance as a function of a single
variable, by taking a particular path through this plane, and not stating
what path is taken. Many different paths may be taken, and hence many different
conclusions can be drawn. It is important, therefore, always to define the 
path through the performance plane, or better as we do here, to study the 
shape of the two-dimensional performance hill. In some cases there may 
even be an optimum path up this hill.


\section{Units and Symbols}

A rational set of units and symbols is essential for any numerate
science including benchmarking. The following extension of the
internationally agreed SI system of physical units \cite{SI75} is 
made to accommodate the needs of computer benchmarking.

\medskip
New symbols and units: 
\begin{enumerate}
\item flop : number of floating-point operations
\item mref : number of memory references (reads or writes)
\item barr : number of barrier operations
\item b    : number of binary digits (bits)
\item B    : number of bytes (groups of 8 bits)
\item ${\rm w}_{32}$ : number of words (number of bits per word as 
             subscript, here 32).
\end{enumerate}
Note that flop and mref are both inseparable four-letter symbols.
The character case is significant in all unit symbols so that e.g. Flop, 
Mref, $W_{64}$ are incorrect. Unit symbols should always be printed in 
roman type, to contrast with variables names which are printed in italic.

\medskip
SI provides the standard prefixes:
\begin{enumerate}
\item k    : kilo meaning $10^3$
\item M    : mega meaning $10^6$
\item G    : giga meaning $10^9$
\item T    : tera meaning $10^{12}$
\end{enumerate}
This means that we cannot use M to mean $1024^2$ (the binary mega) as is 
often done in describing computer memory capacity, e.g. 256 MB. We can 
however introduce the new prefix:
\begin{enumerate}
\item K    : meaning 1024, then use a subscript 2 to indicate the binary
             versions
\item ${\rm M}_2$    : binary mega $1024^2$
\item ${\rm G}_2$    : binary giga $1024^3$
\item ${\rm T}_2$    : binary tera $1024^4$
\end{enumerate}
In most cases the difference between the mega and the binary mega (4\%) 
is probably unimportant, but it is important to be unambiguous. In this
way one can continue with existing practice if the difference doesn't 
matter, and have an agreed method of being more exact when necessary.
For example, the above memory capacity was probably intended to mean
$256 {\rm M_2 B}$.

As a consequence of the above, an amount of computational work involving
$4.5 \times 10^{12}$ floating-point operations is correctly written as 
4.5 Tflop. Note that the unit symbol Tflop is never pluralised with an
added 's', and it is therefore incorrect to write the above as 4.5 Tflops 
which could be confused with a rate per second. The most frequently used 
unit of performance, millions of floating-point operations per second 
is correctly written Mflop/s, in analogy to km/s. The slash is necessary 
and means 'per',  because the 'p' is an integral part of the unit symbol 
'flop' and cannot also be used for this purpose.  


\section{Floating-Point Operation Count}

Although we discourage the use of millions of floating-point
operations per second as a performance metric, it can be a useful 
measure if the number of floating-point operations, $F(N)$, 
needed to solve the benchmark problem is carefully defined.

For simple problems (e.g. matrix multiply) it is sufficient to use a 
theoretical value for the floating-point operation count (in this case $2n^3$ 
flop, for nxn matrices) obtained by inspection of the 
code or consideration of the arithmetic in the algorithm. For more complex
problems containing data-dependent conditional statements, an empirical method
may have to be used.  The sequential version of the benchmark code defines
the problem and the algorithm to be used to solve it. Counters can be inserted 
into this code or a hardware monitor used to count the number of floating-point
operations. The latter is the procedure followed by the {\sc PERFECT} Club 
\cite{Berr89}. In either case a decision has to be made regarding the number
of flop that are to be credited for different types of floating-point 
operations, and we see no good reason to deviate from those chosen by 
McMahon \cite{Ma88} when the Mflop/s measure was originally defined. 
These are:

\begin{table}[h]
\centering
\begin{tabular}{ll}
add, subtract, multiply		& 1 flop \\
divide, square-root		& 4 flop \\
exponential, sine etc.		& 8 flop \\
{\sc IF(X .REL. Y)}		& 1 flop \\
\end{tabular}
\end{table}

We distinguish two types of operation count. The first is the nominal 
benchmark floating-point operation count, $F_B(N)$, which is found in the 
above way from the defining Fortran77 sequential code. The other is the
actual number of floating-point operations performed by the hardware
when executing the distributed multi-node version, $F_H(N)$, which may be 
greater than the nominal benchmark count, due to the distributed version 
performing redundant arithmetic operations.


\section{Performance Metrics}

Given the time of execution $T(N;p)$ and the flop-count $F(N)$ several different
performance measures can be defined. Each metric has its own uses, and gives 
different information about the computer and algorithm used in the benchmark.
It is important therefore to distinguish the metrics with different names,
symbols and units, and to understand clearly the difference between them.
Much confusion and wasted work can arise from optimising a benchmark with
respect to an inappropriate metric. The principal performance metrics are:

\subsection{Temporal Performance}

If we are interested in comparing the
performance of different algorithms for the solution of the same problem, then
the correct performance metric to use is the {\it Temporal Performance},
$R_T$, which is defined as the inverse of the execution time
\begin{equation}
                            R_T(N;p)=T^{-1}(N;p)              \label{Eqn(1)}
\end{equation}
The units of temporal performance are, in general, solutions per second
(sol/s), or some more appropriate absolute unit such as 
timesteps per second (tstep/s). With this metric we can be sure
that the algorithm with the highest performance executes in the least time,
and is therefore the best algorithm. We note that the number of flop does not
appear in this definition, because the objective of algorithm design is not
to perform the most arithmetic per second, but rather it is to solve a given
problem in the least time, regardless of the amount of arithmetic involved.
For this reason the temporal performance is also the metric that a 
computer user should employ to select the best algorithm to solve his problem, 
because his objective is also to solve the problem in the least time, and he 
does not care how much arithmetic is done to achieve this.

\subsection{Simulation Performance}

A special case of temporal performance occurs for simulation programs in which
the benchmark problem is defined as the simulation of a certain period of
physical time, rather than a certain number of timesteps. In this case we speak
of the {\em Simulation Performance} and use units such as {\em simulated days
per day} (written sim-d/d or 'd'/d) in weather forecasting, where the 
apostrophe is used to indicate 'simulated'; or {\em simulated
pico-seconds per second} (written sim-ps/s or 'ps'/s) in electronic device
simulation. It is important to use simulation performance rather than
timestep/s if one is comparing different simulation algorithms which may 
require different sizes of timestep for the same accuracy (for example an
implicit scheme that can use a large timestep, compared with an explicit
scheme that requires a much smaller step). In order to maintain numerical
stability, explicit schemes also require the use of a smaller timestep as 
the spatial grid is made finer. For such schemes the simulation performance 
falls off dramatically as the problem size is increased by introducing 
more mesh points in order to refine the spatial resolution: the doubling 
of the number of mesh-points in each of three dimensions can reduce the 
simulation performance by a factor near 16 because the timestep must also 
be approximately halved. Even though the larger problem will generate more 
Megaflop per second, in forecasting, it is the simulated days per day 
(i.e. the simulation performance) and not the Mflop/s, that matter to the user.

As we see below, benchmark performance is also measured in terms of the amount
of arithmetic performed per second or Mflop/s. However it is important to
realise that it is incorrect to compare the Mflop/s achieved by two algorithms 
and to conclude that the algorithm with the highest Mflop/s rating is the best
algorithm. This is because the two algorithms may be performing quite 
different amounts of arithmetic during the solution of the same problem.
The temporal performance metric, $R_T$, defined above, has been introduced
to overcome this problem, and provide a measure that can be used to compare
different algorithms for solving the same problem. However, it should be 
remembered that the temporal performance only has the same meaning within the 
confines of a fixed problem, and no meaning can be attached to a
comparison of the temporal performance on one problem with the temporal
performance on another.

\subsection{Benchmark Performance}

In order to compare the performance of a computer on one benchmark with 
its performance on another, account must be taken of the different amounts of 
work (measured in flop) that the different problems require for their solution.
Using the flop-count for the benchmark, $F_B(N)$, we can
define the {\em Benchmark Performance} as
\begin{equation}
                            R_B(N;p)=F_B(N)/{T(N;p)}           \label{Eqn(2)}
\end{equation}
The units of benchmark performance are Mflop/s (benchmark name), where we 
include the name of the benchmark in parentheses to emphasise that the 
performance may depend strongly on the problem being solved, and to emphasise 
that the values are based on the nominal benchmark flop-count. In other 
contexts such performance figures would probably be quoted as examples of the 
so-called {\em sustained} performance of a computer. We feel that the use of 
this term is meaningless unless the problem being solved and the degree of 
code optimisation is quoted, because the performance is so varied across 
different benchmarks and different levels of optimisation. Hence we favour 
the quotation of a selection of benchmark performance figures, rather than a 
single sustained performance, because the latter implies that the quoted 
performance is maintained over all problems.

Note also that the flop-count $F_B(N)$ is that for the defining sequential 
version of the benchmark, and that the same count is used to calculate $R_B$ 
for the distributed-memory (DM) version of the program, even though the DM 
version may actually perform
a different number of operations.  It is usual for DM programs to perform more
arithmetic than the defining sequential version, because often numbers are
recomputed on the nodes in order to save communicating their values from a
master processor. However such calculations are redundant (they have already
been performed on the master) and it would be incorrect to credit them to the
flop-count of the distributed program. 

Using the sequential flop-count in the
calculation of the DM programs benchmark performance has the additional 
advantage that it is possible to conclude that, for a given benchmark,
the implementation that has the highest benchmark performance is the best 
because it executes in the least time.  This would not necessarily be the 
case if a different $F_B(N)$ were used for different implementations of the 
benchmark. For example, the use of a better algorithm which obtains the
solution with less than $F_B(N)$ operations will show up as higher benchmark
performance. For this reason it should cause no surprise if the benchmark 
performance occasionally exceeds the maximum possible hardware performance. 
To this extent benchmark performance Mflop/s must be understood
to be nominal values, and not necessarily exactly the number of operations
executed per second by the hardware, which is the subject of the next
metric. The purpose of benchmark performance is to compare different
implementations and algorithms on different computers for the solution of
the same problem, on the basis that the best performance means the least
execution time. For this to be true $F_B(N)$ must be kept the same for
all implementations and algorithms.  


\subsection{Hardware Performance}

If we wish to compare the observed performance with the theoretical 
capabilities of the computer hardware, we must compute the actual number of
floating-point operations performed, $F_H(N;p)$, and from it the actual
{\em Hardware Performance} 
\begin{equation}
                            R_H(N;p)=F_H(N)/{T(N;p)}             \label{Eqn(3)}
\end{equation}
The hardware performance also has the units Mflop/s, and will have the same 
value as the benchmark performance for the sequential version of the benchmark. 
However, the hardware performance may be higher than the benchmark performance 
for the distributed version, because the hardware performance gives credit for 
redundant arithmetic operations, whereas the benchmark performance does not.
Because the hardware performance measures the actual floating-point operations
performed per second, unlike the benchmark performance, it can never exceed
the theoretical peak performance of the computer.

Assuming a computer with multiple-CPUs each with multiple arithmetic pipelines,
delivering a maximum of one flop per clock period, the theoretical peak value
of hardware performance is
\begin{equation}
   r^*= \frac{fl.pt.pipes/CPU}{clock.period}\times number.CPUs   \label{Eqn(4)}
\end{equation}
with units of Mflop/s if the clock period is expressed in microseconds. By 
comparing the measured hardware performance, $R_H(N;p)$, with the theoretical 
peak performance, we can assess the fraction of the available performance that 
is being realised by a particular implementation of the benchmark.


\subsection{Speedup, Efficiency and Performance per Node}

We do not favour the use of any of the popular performance metrics: 
speedup, efficiency or performance per node; because all these are 
either easily misinterpreted or obscure important effects. 
The speedup of a benchmark code 
is defined as the ratio of the $p$-processor temporal performance to the 
single-processor temporal performance. It is a very useful and convenient 
measure if we are concerned with the optimisation of a particular code in 
isolation, because its value can easily be compared with the maximum possible 
speedup, namely the number of processors being used. We can thereby assess
how much of the potential hardware performance is being utilised. However
benchmarking is to do with comparing the performance of different computers,  
and all the above three metrics are unsuitable for this purpose.

Speedup compares the performance of a code with itself, and might therefore 
be called an introspective, or even incestuous measure. Problems can therefore 
arise (see below), and incorrect conclusions can be drawn, if we try to use 
speedup to compare different algorithms on the same computer, or the same 
algorithm on different computers. This is because speedup is a relative 
measure (it is defined as the ratio of two performances), and therefore all 
knowledge of the absolute performance has been lost. 
Benchmarking, however, is concerned with the comparison of the absolute 
performance of computers, and therefore the use of a relative measure like
speedup is not very useful, and can be positively misleading.  
For example, we do not wish to conclude that a computer with a large number of
slow processors and therefore high value of speedup, is faster than another 
with fewer processors and therefore with a lower speedup, if in fact the 
reverse is the case, because the processors on the second computer are so much 
faster. Only by adopting absolute measures of performance with physical units 
involving inverse time, can one avoid this type of false conclusion.

Speedup is not even useful for comparing the performance of one algorithm with 
another on the same computer, because it is not necessarily true that the 
algorithm with the highest speedup executes in the least time (see, e.g. 
~\cite{Cvet90}). One can only be sure that this is the case if the 
single-processor temporal performance of both algorithms is the same, which 
is most unlikely. If the single-processor performances of the two algorithms 
are different and we compare the speedups of the two algorithms, then we are 
comparing the performance of the two algorithms measured in different units.
This is like comparing the speeds of two cars, one measured in m.p.h. and the
other in cm/s. Such a comparison has no validity either for cars or 
algorithms. Computers and algorithms can only safely be compared in terms
of their absolute performance in solving a problem. The most unambiguous
measure is the temporal performance, which is the inverse of 
the time of execution, or the related simulation performance. 

The benchmark performance per node might seem to be an attractive 
metric because it is an absolute measure which
can be related directly to the hardware performance of node. However
it has the major defect that it hides the point at which the absolute 
performance begins to decrease as the number of processors increases. If we
plot benchmark performance against number of processors, this point is
clearly visible as a maximum, however if the same data is plotted as
performance per node, all we see is a very uninteresting monotonically 
falling line, and the important maximum has disappeared. The efficiency, 
which is defined as the speedup divided by the number of processors, is 
doubly condemned because it is a relative measure and hides the maximum.

\section{Performance Database}

The database of benchmark performance results should be based on an
extension of the excellent X-window display demonstrated by Jack Dongarra
at the March 1993 PBWG meeting. The basic data held would be values of
$T(N;p)$ for at least 4 values of problem size $N$, each for sufficient
$p$-values (say 5 to 10) to determine the trend of variation of performance
with number of processors for constant problem size. It is important that
there be enough $p$-values to see Amdahl saturation, if present, or any 
peak in performance followed by degradation. A graphical interface is
really essential to allow this multidimensional data to be viewed in any
of the metrics defined above, as chosen interactively by the user.
The user could also be offered (by suitable interpolation) a display of 
the results in various scaled metrics, in which the problem size is 
expanded with the number of processors.

In order to encompass as wide a range of performance and number of 
processors as possible, a log-scale on both axes is unavoidable, and
the format and scale range should be kept fixed as long as possible
to enable easy comparison between graphs. A three-cycle by three-cycle
log-log graph with range 1 to 1000 in both $p$ and Mflop/s would cover
most needs in the immediate future. Examples of such graphs are to be
found in \cite{Hoc92,Add93}.

% ----------------------------------------------------------------------------

From owner-pbwg-method@CS.UTK.EDU Tue May 18 09:41:04 1993
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with SMTP (5.61+IDA+UTK-930125/2.8t-UTK)
	id AA23468; Tue, 18 May 93 09:41:04 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA07846; Tue, 18 May 93 09:41:43 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Tue, 18 May 1993 09:41:41 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from ben.uknet.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA07829; Tue, 18 May 93 09:41:36 -0400
Message-Id: <9305181341.AA07829@CS.UTK.EDU>
Received: from eros.uknet.ac.uk by ben.uknet.ac.uk via UKIP with SMTP (PP) 
          id <sg.12676-0@ben.uknet.ac.uk>; Tue, 18 May 1993 14:41:31 +0100
Received: from newton.npl.co.uk by eros.uknet.ac.uk via PSS with NIFTP (PP) 
          id <6811-0@eros.uknet.ac.uk>; Tue, 18 May 1993 14:41:22 +0100
Date: Tue, 18 May 93 14:41 GMT
From: Trevor Chambers <THEC@newton.npl.co.uk>
To: PBWG-METHOD <PBWG-METHOD@EDU.UTK.CS>


COMMITTEE: methodology

TOPIC: definition of popular metrics

CONTENT: They are here to stay. Should we attempt to strengthen the 
definitions?

ACTUAL MESSAGE: Can PBWG realistically dispense with commonly used measures 
such as speed-up and performance per node?

There is the danger that PBWG could isolate itself from the main stream of 
computer users, or that others will use the PBWG benchmarks and report the 
popular metrics anyway.

One possibility is to acknowledge these metrics and to attempt to strengthen 
the definitions.

Relevant to this matter is the degree to which the suggested PBWG metrics are 
used and understood by potential users and people involved in procurement.
What information do we have on this matter? 

I propose that the committee takes a considered view on the use of popular 
metrics.


Trevor Chambers

pp Ed Brocklehurst
From owner-pbwg-method@CS.UTK.EDU Fri May 21 07:17:47 1993
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with SMTP (5.61+IDA+UTK-930125/2.8t-UTK)
	id AA03541; Fri, 21 May 93 07:17:47 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA11317; Fri, 21 May 93 07:17:43 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Fri, 21 May 1993 07:17:42 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from ben.uknet.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA11309; Fri, 21 May 93 07:17:37 -0400
Message-Id: <9305211117.AA11309@CS.UTK.EDU>
Received: from newton.npl.co.uk by ben.uknet.ac.uk via PSS with NIFTP (PP) 
          id <sg.28497-0@ben.uknet.ac.uk>; Fri, 21 May 1993 12:17:09 +0100
Date: Fri, 21 May 93 12:17 GMT
From: CBF@newton.npl.co.uk
To: PBWG-METHOD <PBWG-METHOD@EDU.UTK.CS>

To the Methodology Committee.

I'm afraid I'm a little confused at the intent of 2.4.3
the Benchmark Performance section as stated. If we are comparing the same
benchmark on different machines do we need Fb(N) in the equations?

For instance R1b(N;p) > R2b(N;p) where R1b is the rate of machine 1
and R2b is the rate of machine 2.

This implies Fb(N)/T1(N;p) > Fb(N)/T(N;p) as Fb(N) does not depend on 
the machine but only on the defining serial code.

This implies 1/T1(N;p) > 1/T(N;p) (or T(N;p) > T1(N;p) ).

In other words we get a straight timing result anyway.

If we are not comparing the same benchmark is the flop a suitable 
representation of the work that a benchmark does. Is it not possible that 
memory accessing and I/O usage could outstrip floating point operations in 
terms of importance?

From owner-pbwg-method@CS.UTK.EDU Fri May 21 13:12:51 1993
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with SMTP (5.61+IDA+UTK-930125/2.8t-UTK)
	id AA06602; Fri, 21 May 93 13:12:51 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA29733; Fri, 21 May 93 12:05:30 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Fri, 21 May 1993 12:05:25 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA29698; Fri, 21 May 93 12:05:18 -0400
Via: uk.ac.southampton.ecs; Fri, 21 May 1993 16:42:15 +0100
From: R.Hockney@parallel-applications-centre.southampton.ac.uk
Via: calvados.pac.soton.ac.uk (plonk); Fri, 21 May 93 16:34:34 BST
Date: Fri, 21 May 93 15:41:53 GMT
Message-Id: <3128.9305211541@calvados.pac.soton.ac.uk>
To: pbwg-method@cs.utk.edu
Subject: Speedup and R_B Mflop/s

May I respond to some comments on my submission on metrics:
(1) To Trevor Chambers - Speedup and Performance per Node
I think you may have talked yourself into a job! Although I personally
do not think that Speedup is a useful metric, I acknowledge its widespread
use, and agree that the best policy is to try to tighten up the definitions.
Please put your suggestions to the 24th May meeting. My problem with the
use of Speedup is that I don't think that it is possible to produce a usefull
definition, because all the knowledge of absolute performance has been
thrown away by taking the ratio to some (what) one-processor time. Its
much more rational to keep the knowledge of absolute performance by
using e.g. Temporal or Benchmark performance. How can you compare 
different computers if you don't use absolute measures, which involve
seconds^-1 in their units? Lets discuss this on Monday.
(2) To CBF at NPL - Do we need F_B(N)
The answer is NO we don't, in which case the only metric to use is the
Temporal Performance, which is the same as comparing executions times,
but the result is expressed more naturally as a performance. The definition
of Benchmark performance was made inorder to keep the units of Mflop/s
which people widely use but ensure that the highest R_B implies the least
execution time.  This can only be done if F_B(N) is kept the same for
all implementations and treated as a nominal figure.  If you want real
Mflop/s you use R_H the hardware performance.  Of course F_B is only
appropriate for problems dominated by floating-point arithmetic, for
other problems the Benchmark writyer would be expected to define an
appropriate measure of work (I/O references e.g.) or else simply fall
back on Temporal performance and time alone. The other reason for R_B
is to allow some (albeit approximate) comparison of all arithmetic
benchmarks in the same units (i.e.Mflop/s). Temporal Performances
cannot be compared across benchmarks.
           All Good points for disussion on Monday, preferable as
suggested editting to my draft submission, with your agreement of course
David. Are you there
                        Roger Hockney
From owner-pbwg-method@CS.UTK.EDU Mon May 24 03:26:04 1993
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with SMTP (5.61+IDA+UTK-930125/2.8t-UTK)
	id AA19684; Mon, 24 May 93 03:26:04 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA13266; Mon, 24 May 93 03:26:34 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Mon, 24 May 1993 03:26:33 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA13258; Mon, 24 May 93 03:26:28 -0400
Via: uk.ac.southampton.ecs; Mon, 24 May 1993 08:25:54 +0100
Via: brewery.ecs.soton.ac.uk; Mon, 24 May 93 08:18:26 BST
From: Vladimir Getov <vsg@ecs.soton.ac.uk>
Received: from beluga.ecs.soton.ac.uk by brewery.ecs.soton.ac.uk;
          Mon, 24 May 93 08:27:00 BST
Date: Mon, 24 May 93 08:26:59 BST
Message-Id: <25360.9305240726@beluga.ecs.soton.ac.uk>
To: pbwg-method@cs.utk.edu
Subject: a note on metrics


Here follows my rough note on metrics, which you may like to consider
in today's meeting. I wish you fruitful and successful discussions.

Best regards,

Vladimir Getov

		    A Few Notes on Metrics
		    ----------------------


1. The elapsed time is the only prime metric.

1.1. It must be the wall-clock time, otherwise there will be some hidden
delays and the interpretation of results may not be correct.

1.2. Do we need to know the components of the wall-clock time? The
computer user will probably answer: - `No, I am only interested in the
total elapsed time to complete my task.' However, if one would like to
improve the application performance as much as possible, the knowledge
of all components of the wall-clock time is necessary. This information
is essential for computer architects, but is also very useful for
computer users. As usual, these components include the calculation time,
the communication time, the memory-access time, the I/O time, the system
time, the wait time, etc. 

2. In order to define the secondary (derivative) metrics I would suggest
answering the question: -`What is our goal? Why we need benchmark
measurements?'  There is a few answers to this question and I believe 
every answer defines its appropriate derivative (secondary) performance 
metrics. My current `goals' list includes:

     - Comparative benchmarking analysis of different parallel machines;

     - Analysis and comparison of different algorithms, methods and
     program implementations for a given application;

     - Benchmarking analysis and identification of bottlenecks for
     particular parallel architecture (shell we include the compiler
     benchmarks, etc. here?).

In my opinion the most useful derivative benchmarking metrics are the 
benchmark performance, the speed-up and the efficiency. Concerning
the speed-up and the efficiency I would think about different
definitions. For example, it seems very useful to calculate the speed-up
as the ratio of the elapsed time of two different algorithms on the same
computer. This defines straight-away which one is faster for given
problem size and number of processors. The efficiency could be defined
as the ratio of the benchmark performance to the peak performance. This
gives a clear picture of how far the measurement results are from the
theoretical peak. In fact the list of derivative metrics may be quite
long and it would be difficult to decide which are the important and
useful metrics to be included in the PBWG documents.


vsg@ecs.soton.ac.uk                  Dr Vladimir Getov 
Tel: +44 703 593368                  Dept of Electronics and Computer Science
Fax: +44 703 593045                  University of Southampton 
                                     Southampton SO9 5NH, U.K.

From owner-pbwg-method@CS.UTK.EDU Wed Sep  1 22:04:37 1993
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with SMTP (5.61+IDA+UTK-930125/2.8t-netlib)
	id AA12004; Wed, 1 Sep 93 22:04:37 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA25195; Wed, 1 Sep 93 22:03:06 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Wed, 1 Sep 1993 22:03:04 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from BERRY.CS.UTK.EDU by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA25189; Wed, 1 Sep 93 22:03:03 -0400
Received: from LOCALHOST.cs.utk.edu by berry.cs.utk.edu with SMTP (5.61++/2.7c-UTK)
	id AA08100; Wed, 1 Sep 93 22:03:01 -0400
Message-Id: <9309020203.AA08100@berry.cs.utk.edu>
To: pbwg-method@cs.utk.edu
Subject: method5.tex
Date: Wed, 01 Sep 1993 22:03:01 -0400
From: "Michael W. Berry" <berry@cs.utk.edu>

This is a revision of the methodology chapter of the PARKBENCH
report submitted by David Bailey.


Regards,

Mike
------- Forwarded Message

Return-Path: <dbailey@nas.nasa.gov>
Received: from wk49.nas.nasa.gov by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA19544; Wed, 1 Sep 93 20:24:25 -0400
Received: by wk49.nas.nasa.gov (5.67-NAS.4/5.67-NAS-1.1(SGI))
	id AA02573; Wed, 1 Sep 93 17:24:22 -0700
Date: Wed, 1 Sep 93 17:24:22 -0700
From: dbailey@nas.nasa.gov (David H. Bailey)
Message-Id: <9309020024.AA02573@wk49.nas.nasa.gov>
To: berry@cs.utk.edu
Subject: Revised Methodology section.  Please distribute to method group

%file method5.tex

% Compiled by David Bailey for methodology subcommittee.
% Text below submitted by Roger Hockney to methodology subcommittee.
% This text includes revision by Bailey on 01 Sep 1993.

\chapter{Methodology}

\section{Philosophy}

One might ask why anyone should care about developing a standardized,
rigorous and scientifically tenable methodology for studying the
performance of high-performance computer systems.  There are several
reasons why this is an important undertaking:

\begin{enumerate}

\item To establish and maintain high standards of honesty and
integrity in our profession.

\item To improve the status of supercomputer performance analysis as
a rigorous scientific discipline.

\item To reduce confusion in the high-performance computing literature.

\item To increase understanding of these systems, both at a low-level
hardware or software level and at a high-level, total system
performance level.

\item To assist the purchasers of high-performance computing equipment
in selecting systems best suited to their needs.

\item To reduce the amount of time and resources vendors must expend in
implementing multiple, redundant benchmarks.

\item To provide valuable feedback to vendors on bottlenecks that can
be alleviated in future products.

\end{enumerate}

It is important to note that researchers in many scientific
disciplines have found it necessary to establish and refine standards
for performing experiments and reporting the results.  Many scientists
have learned the importance of standard terminology and notation.
Chemists, physicists and biologists long ago discovered the importance
of ``controls'' in their experiments.  The issue of repeatability
proved crucial in the recent ``cold fusion'' episode.  Medical
researchers have found it necessary to perform ``double-blind''
experiments in their field.  Psychologists and sociologists have
developed highly refined experimental methodologies and advanced data
analysis techniques.  Political scientists have found that subtle
differences in the phrasing of a question can affect the results of a
poll.  Researchers in many fields have found that environmental
factors in their experiments can significantly influence the measured
results; thus they must carefully report all such factors in their
papers.

If supercomputer performance analysis and benchmarking is ever to be
taken seriously as a scientific discipline, certainly its
practitioners should be expected to adhere to standards that prevail
in other disciplines.  This document is dedicated to promoting these
standards in our field.

\section{Fundamental Metrics}

The conclusions drawn from a benchmark study of computer performance
depend not only on the basic timing results obtained, but also on
the way these are interpreted and converted into performance figures.
The choice of the performance metric, may itself influence the 
conclusions. For example, do we want the computer that generates the 
most megaflop per second (or has the highest Speedup), or the computer 
that solves the problem in the least time? It is now well known
that high values of the first metrics do not necessarily imply the 
second property. This confusion can be avoided by choosing a more 
suitable metric that reflects solution time directly, for example 
either the Temporal, Simulation or Benchmark performance, defined below. 
This issue of the sensible choice of performance metric is becoming
increasing important with the advent of massively parallel computers
which have the potential of very high megaflop rates, but have 
much more limited potential for reducing solution time. 

\section{Time Measurement}

Before other issues can be considered, we must discuss the measurement
of run time.  In recent years a consensus has been reached among many
scientists in the field that the most relevant measure of run time is
actual wall-clock elapsed time.  This measure of time will be required
for all ParkBench results that are posted to the database.

Elapsed wall-clock time means the time that would be measured on an
external clock that records the time-of-day or even Greenwich mean
time (GMT), between the start and finish of the benchmark.  We are not
concerned with the origin of the time measurement, since we are taking
a difference, but it is important that the time measured would be the
same as that given by a difference between two measurements of GMT, if
it were possible to make them.  It is important to be clear about
this, because many computer clocks (e.g. Sun Unix function ETIME)
measure elapsed CPU time, which is the total time that the process or
job which calls it has been executing in the CPU.  Such a clock does
not record time (i.e. it stops ticking) when the job is swapped out of
the CPU.  It does not record, therefore, any wait time which must be
included if we are to assess correctly the performance of a parallel
program.  On some systems, scientists have found that even for
programs that perform no explicit I/O, considerable ``system'' time is
nonetheless involved, for example in fetching certain library routines
or other data.

Only timings actually measured may be cited for ParkBench benchmarks
(and we strongly recommend this practice for other benchmarks as
well).  Extrapolations and projections, for instance to a larger
number of nodes, may not be employed for any reason.  Also, in the
interests of repeatability it is highly recommended that timing runs
be repeated, several times if possible.

Two low-level benchmarks are provided in the ParkBench~ suite to test
the precision and accuracy of the clock that is to be used in the
benchmarking.  These should be run first, before any benchmark
measurements are made.  They are:
\begin{enumerate}

\item TICK1 - measures the precision of the clock by measuring the time 
              interval between ticks of the clock. A clock is said to
              tick when it changes its value.

\item TICK2 - measures the accuracy of the clock by comparing a given
              time interval measured by an external wall-clock (the
              benchmarker's wrist watch is adequate) with the same
              interval measured by the computer clock. This tests the
              scale factor used to convert computer clock ticks to seconds, 
              and immediately detects if a CPU-clock is incorrectly being 
              used.
\end{enumerate} 

The fundamental measurement made in any benchmark is the elapsed
wall-clock time to complete some specified task. All other performance
figures are derived from this basic timing measurement. The benchmark
time, $T(N;p)$, will be a function of the problem size, $N$, and the
number of processors, $p$. Here, the problem size is represented by
the vector variable, $N$, which stands for a set of parameters
characterising the size of the problem: e.g. the number of mesh points
in each dimension, and the number of particles in a particle-mesh
simulation.  Benchmark problems of different sizes can be created by
multiplying all the size parameters by suitable powers of a single
scale factor, thereby increasing the spatial and particle resolution
in a sensible way, and reducing the size parameters to a single size
factor (usually called $\alpha$).

We believe that it is most important to regard execution time and
performance as a function of at least the two variables $(N,p)$, which
define a parameter plane. Much confusion has arisen in the past by
attempts to treat performance as a function of a single variable, by
taking a particular path through this plane, and not stating what path
is taken.  Many different paths may be taken, and hence many different
conclusions can be drawn.  It is important, therefore, always to
define the path through the performance plane, or better as we do
here, to study the shape of the two-dimensional performance hill.  In
some cases there may even be an optimum path up this hill.

\section{Units and Symbols}

A rational set of units and symbols is essential for any numerate
science including benchmarking. The following extension of the
internationally agreed SI system of physical units \cite{SI75} is 
made to accommodate the needs of computer benchmarking.

The value of a variable comprises a pure number stating the number of
units which equal the value of the variable, followed by a unit
symbol specifying the unit in which the variable is being measured.
A new unit is required whenever a quantity of a new nature arises,
such as e.g. the first appearance of vector operations, or message 
sends. Generally speaking a unit symbol should be as short as
possible, consistent with being easily recognised and not already
used. The following have been found necessary in the characterisation
of computer and benchmark performance in science and engineering. 
No doubt more will have to be defined as benchmarking enters new areas.

\medskip
New unit symbols and their meaning: 
\begin{enumerate}
\item \flop : floating-point operation [latex \verb1\1flop]
\item \inst : instruction of any kind [latex \verb1\1inst]
\item \inop : integer operation [latex \verb1\1inop]
\item \vecop: vector operation [latex \verb1\1vecop]
\item \send: message send operation [latex \verb1\1send]
\item \iter : iteration of loop [latex \verb1\1iter]
\item \mref : memory reference (read or write) [latex \verb1\1mref]
\item \barr : barrier operation [latex \verb1\1barr]
\item \bit  : binary digit (bit) [latex \verb1\1bit]
\item \B    : byte (groups of 8 bits) [latex \verb1\1B]
\item \sol  : solution or single execution of benchmark 
              [latex \verb1\1sol]
\item \w    : computer word. Symbol is lower case (W means watt) 
              [latex \verb1\1w]
\end{enumerate}
When required a subscript may be used to show the number of bits
involved in the unit. For example: a 32-bit floating-point operation
${\flop}_{32}$, a 64-bit word ${\w}_{64}$, also we have
${\bit}={\w}_1$, ${\B}={\w}_8$, ${\w}_{64}= 8 {\B}$.

Note that flop, mref and other multi-letter symbols are inseparable
four or five-letter symbols. The character case is significant in all
unit symbols so that e.g. Flop, Mref, $W_{64}$ are incorrect. Unit
symbols should always be printed in roman type, to contrast with
variables names which are printed in italic. To aid in the use of
roman type, especially within Latex maths mode, Latex commands have
been defined for each unit, these commands being a backslash followed
by the unit symbol (except for '\inop' and '\bit' whose names are
changed in the command to avoid a clash with already defined system
commands). Such commands will print in roman type wherever they
occur. Because 's' is the SI unit for seconds, unit symbols like
'sheep' do not take 's' in the plural. Thus one counts: one flop, two
flop, ..., one hundred flop etc. This is especially important when the
unit symbol is used in ordinary text as a useful abbreviation, as
often, quite sensibly, it is.

\medskip
SI provides the standard prefixes:
\begin{enumerate}
\item k    : kilo meaning $10^3$
\item M    : mega meaning $10^6$
\item G    : giga meaning $10^9$
\item T    : tera meaning $10^{12}$
\end{enumerate}
This means that we cannot use M to mean $1024^2$ (the binary mega) as is 
often done in describing computer memory capacity, e.g. 256 MB. We can 
however introduce the new prefix:
\begin{enumerate}
\item K    : meaning 1024, then use a subscript 2 to indicate the binary
             versions
\item $\mbox{\rm M}_2$    : binary mega $1024^2$
\item $\mbox{\rm G}_2$    : binary giga $1024^3$
\item $\mbox{\rm T}_2$    : binary tera $1024^4$
\end{enumerate}
In most cases the difference between the mega and the binary mega (4\%) 
is probably unimportant, but it is important to be unambiguous. In this
way one can continue with existing practice if the difference doesn't 
matter, and have an agreed method of being more exact when necessary.
For example, the above memory capacity was probably intended to mean
$256 \mbox{\rm M}_2 \B$.

As a consequence of the above, an amount of computational work involving
$4.5 \times 10^{12}$ floating-point operations is correctly written as 
4.5 Tflop. Note that the unit symbol Tflop is never pluralised with an
added 's', and it is therefore incorrect to write the above as 4.5 Tflops 
which could be confused with a rate per second. The most frequently used 
unit of performance, millions of floating-point operations per second 
is correctly written Mflop/s, in analogy to km/s. The slash is necessary 
and means 'per',  because the 'p' is an integral part of the unit symbol 
'flop' and cannot also be used to mean 'per'.  

\section{Floating-Point Operation Count}

Although we discourage the use of millions of floating-point
operations per second as a performance metric, it can be a useful
measure if the number of floating-point operations, $F(N)$, needed to
solve the benchmark problem is carefully defined.

For simple problems (e.g. matrix multiply) it is sufficient to use a
theoretical value for the floating-point operation count (in this case
$2n^3$ flop, for nxn matrices) obtained by inspection of the code or
consideration of the arithmetic in the algorithm. For more complex
problems containing data-dependent conditional statements, an
empirical method may have to be used.  The sequential version of the
benchmark code defines the problem and the algorithm to be used to
solve it. Counters can be inserted into this code or a hardware
monitor used to count the number of floating-point operations. The
latter is the procedure followed by the {\sc PERFECT} Club
\cite{Berr89}. In either case a decision has to be made regarding the
number of flop that are to be credited for different types of
floating-point operations, and we see no good reason to deviate from
those chosen by McMahon \cite{Ma88} when the Mflop/s measure was
originally defined.  These are:

\begin{table}[h]
\centering
\begin{tabular}{ll}
add, subtract, multiply		& 1 flop \\
divide, square-root		& 4 flop \\
exponential, sine etc.		& 8 flop (this figure will be adjusted) \\   
{\sc IF(X .REL. Y)}		& 1 flop \\
\end{tabular}
\end{table}

Some members of the committee felt that these numbers, derived in the
1970s, no longer correctly reflected the situation on current
computers.  However, since these numbers are only used to calculate a
nominal benchmark flop-count, it is not so important that they be
accurate. The important thing is that they do not change, otherwise
all previous flop-counts would have to be renormalised.  In any case,
it is not possible for a single set of ratios to be valid for all
computers and library software. I (rwh) suggest the committee stays
with the above ratios until such time as they become wildly wrong and
extensive research provides us with a more realistic set.

We distinguish two types of operation count. The first is the nominal
benchmark floating-point operation count, $F_B(N)$, which is found in
the above way from the defining Fortran77 sequential code. The other
is the actual number of floating-point operations performed by the
hardware when executing the distributed multi-node version,
$F_H(N,p)$, which may be greater than the nominal benchmark count, due
to the distributed version performing redundant arithmetic
operations. Because of this, the hardware flop count may also depend
on the number of processors on which the benchmark is run, as shown in
its argument list.

\section{Performance Metrics}

Given the time of execution $T(N;p)$ and the flop-count $F(N)$ several
different performance measures can be defined.  Each metric has its
own uses, and gives different information about the computer and
algorithm used in the benchmark.  It is important therefore to
distinguish the metrics with different names, symbols and units, and
to understand clearly the difference between them.  Much confusion and
wasted work can arise from optimising a benchmark with respect to an
inappropriate metric. The principal performance metrics are:

\subsection{Temporal Performance}

If we are interested in comparing the performance of different
algorithms for the solution of the same problem, then the correct
performance metric to use is the {\it Temporal Performance}, $R_T$,
which is defined as the inverse of the execution time
\begin{equation}
                            R_T(N;p)=T^{-1}(N;p)              \label{Eqn(1)}
\end{equation}
The units of temporal performance are, in general, solutions per
second (sol/s), or some more appropriate absolute unit such as
timesteps per second (tstep/s). With this metric we can be sure that
the algorithm with the highest performance executes in the least time,
and is therefore the best algorithm. We note that the number of flop
does not appear in this definition, because the objective of algorithm
design is not to perform the most arithmetic per second, but rather it
is to solve a given problem in the least time, regardless of the
amount of arithmetic involved.  For this reason the temporal
performance is also the metric that a computer user should employ to
select the best algorithm to solve his problem, because his objective
is also to solve the problem in the least time, and he does not care
how much arithmetic is done to achieve this.

\subsection{Simulation Performance}

A special case of temporal performance occurs for simulation programs
in which the benchmark problem is defined as the simulation of a
certain period of physical time, rather than a certain number of
timesteps. In this case we speak of the {\em Simulation Performance}
and use units such as {\em simulated days per day} (written sim-d/d or
'd'/d) in weather forecasting, where the apostrophe is used to
indicate 'simulated'; or {\em simulated pico-seconds per second}
(written sim-ps/s or 'ps'/s) in electronic device simulation. It is
important to use simulation performance rather than timestep/s if one
is comparing different simulation algorithms which may require
different sizes of timestep for the same accuracy (for example an
implicit scheme that can use a large timestep, compared with an
explicit scheme that requires a much smaller step). In order to
maintain numerical stability, explicit schemes also require the use of
a smaller timestep as the spatial grid is made finer. For such schemes
the simulation performance falls off dramatically as the problem size
is increased by introducing more mesh points in order to refine the
spatial resolution: the doubling of the number of mesh-points in each
of three dimensions can reduce the simulation performance by a factor
near 16 because the timestep must also be approximately halved. Even
though the larger problem will generate more Megaflop per second, in
forecasting, it is the simulated days per day (i.e. the simulation
performance) and not the Mflop/s, that matter to the user.

As we see below, benchmark performance is also measured in terms of the amount
of arithmetic performed per second or Mflop/s. However it is important to
realise that it is incorrect to compare the Mflop/s achieved by two algorithms 
and to conclude that the algorithm with the highest Mflop/s rating is the best
algorithm. This is because the two algorithms may be performing quite 
different amounts of arithmetic during the solution of the same problem.
The temporal performance metric, $R_T$, defined above, has been introduced
to overcome this problem, and provide a measure that can be used to compare
different algorithms for solving the same problem. However, it should be 
remembered that the temporal performance only has the same meaning within the 
confines of a fixed problem, and no meaning can be attached to a
comparison of the temporal performance on one problem with the temporal
performance on another.

\subsection{Benchmark Performance}

In order to compare the performance of a computer on one benchmark with 
its performance on another, account must be taken of the different amounts of 
work (measured in flop) that the different problems require for their solution.
Using the flop-count for the benchmark, $F_B(N)$, we can
define the {\em Benchmark Performance} as
\begin{equation}
                            R_B(N;p)=F_B(N)/{T(N;p)}           \label{Eqn(2)}
\end{equation}
The units of benchmark performance are Mflop/s (benchmark name), where we 
include the name of the benchmark in parentheses to emphasise that the 
performance may depend strongly on the problem being solved, and to emphasise 
that the values are based on the nominal benchmark flop-count. In other 
contexts such performance figures would probably be quoted as examples of the 
so-called {\em sustained} performance of a computer. We feel that the use of 
this term is meaningless unless the problem being solved and the degree of 
code optimisation is quoted, because the performance is so varied across 
different benchmarks and different levels of optimisation. Hence we favour 
the quotation of a selection of benchmark performance figures, rather than a 
single sustained performance, because the latter implies that the quoted 
performance is maintained over all problems.

Note also that the flop-count $F_B(N)$ is that for the defining sequential 
version of the benchmark, and that the same count is used to calculate $R_B$ 
for the distributed-memory (DM) version of the program, even though the DM 
version may actually perform
a different number of operations.  It is usual for DM programs to perform more
arithmetic than the defining sequential version, because often numbers are
recomputed on the nodes in order to save communicating their values from a
master processor. However such calculations are redundant (they have already
been performed on the master) and it would be incorrect to credit them to the
flop-count of the distributed program. 

Using the sequential flop-count in the
calculation of the DM programs benchmark performance has the additional 
advantage that it is possible to conclude that, for a given benchmark,
the implementation that has the highest benchmark performance is the best 
because it executes in the least time.  This would not necessarily be the 
case if a different $F_B(N)$ were used for different implementations of the 
benchmark. For example, the use of a better algorithm which obtains the
solution with less than $F_B(N)$ operations will show up as higher benchmark
performance. For this reason it should cause no surprise if the benchmark 
performance occasionally exceeds the maximum possible hardware performance. 
To this extent benchmark performance Mflop/s must be understood
to be nominal values, and not necessarily exactly the number of operations
executed per second by the hardware, which is the subject of the next
metric. The purpose of benchmark performance is to compare different
implementations and algorithms on different computers for the solution of
the same problem, on the basis that the best performance means the least
execution time. For this to be true $F_B(N)$ must be kept the same for
all implementations and algorithms.  


\subsection{Hardware Performance}

If we wish to compare the observed performance with the theoretical 
capabilities of the computer hardware, we must compute the actual number of
floating-point operations performed, $F_H(N;p)$, and from it the actual
{\em Hardware Performance} 
\begin{equation}
                            R_H(N;p)=F_H(N,p)/{T(N;p)}             \label{Eqn(3)}
\end{equation}
The hardware performance also has the units Mflop/s, and will have the same 
value as the benchmark performance for the sequential version of the benchmark. 
However, the hardware performance may be higher than the benchmark performance 
for the distributed version, because the hardware performance gives credit for 
redundant arithmetic operations, whereas the benchmark performance does not.
Because the hardware performance measures the actual floating-point operations
performed per second, unlike the benchmark performance, it can never exceed
the theoretical peak performance of the computer.

Assuming a computer with multiple-CPUs each with multiple arithmetic pipelines,
delivering a maximum of one flop per clock period, the theoretical peak value
of hardware performance is
\begin{equation}
   r^*= \frac{fl.pt.pipes/CPU}{clock.period}\times number.CPUs   \label{Eqn(4)}
\end{equation}
with units of Mflop/s if the clock period is expressed in microseconds. By 
comparing the measured hardware performance, $R_H(N;p)$, with the theoretical 
peak performance, we can assess the fraction of the available performance that 
is being realised by a particular implementation of the benchmark.


\subsection{Speedup, Efficiency and Performance per Node}

``Parallel speedup'' is a popular metric that has been used for many
years in the study of parallel computer performance.  However, its
definition is open to ambiguity and misuse because it always begs the
question ``speedup over what?''  

Speedup is usually defined as
\begin{equation} 
       \frac{T_1}{T_p}
\end{equation}

\noindent 
where $T_p$ is the $p$-processor time to perform some benchmark, and
$T_1$ is the one-processor time.  There is no doubt about the meaning
of $T_p$ --- this is the measured time $T(N;p)$ to perform the
benchmark.  There is often considerable dispute over the meaning of
$T_1$: should it be the time for the parallel code running on one
processor, which probably contains unnecessary parallel overhead, or
should it be the best serial code (possibly using a different
algorithm) running on one processor?  Many scientists feel the latter
is a more responsible choice, but this requires research to determine
the best practical serial algorithm for the given application.  If at
a later time a better algorithm is found, current speedup figures
might be considered obsolete.  An additional difficulty with this
definition is that even if a meaning for $T_1$ is agreed to, there may
be insufficient memory on a single node to store an entire large
problem.  Thus in many cases it may be impossible to measure $T_1$
using this definition.

One principal objective in the field of performance analysis is
benchmarking: to compare the performance of different computers.  It
is generally agreed that the best performance corresponds to the least
wall-clock execution time.  In order to adapt the speedup statistic
for benchmarking, it is thus necessary to define a single reference
value of $T_1$ to be used for all calculations.  It does not matter
how $T_1$ is defined, or what its value is, only that the same value
of $T_1$ is used to calculate all speedup values used in the
comparison.

However, defining $T_1$ as a reference time unrelated to the parallel
computer being benchmarked unfortunately has the consequence that many
properties that many people regard as essential to the concept of
parallel speedup are lost:

\begin{enumerate}

\item It is no longer necessarily true that the speedup of the
parallel code on one processor is unity.  It may be, but only
by chance.

\item It is no longer true that the maximum speedup using
$p$-processors is $p$.

\item Because of the last item, efficiency figures computed as speedup
divided by $p$ are no longer a meaningful measure of processor
utilization.

\end{enumerate}

There are other difficulties with this formulation of speedup.  If we
use $T_1$ as the run time on a very fast single processor (currently,
say, a Cray C90 or a NEC SX-3), then manufacturers of highly parallel
systems will be reluctant to quote the speedup of their system in the
above way.  For example, if the speedup of a 100 processor parallel
system over a single node of the same system is a respectable factor
of 80, it is likely that the speedup computed from the ``standard''
$T_1$ would be reduced to 10 or less.  This is because a fast vector
processor is typically at least ten times faster than the RISC
processors used in many highly parallel systems of a comparable
generation.

Thus it appears that if one sharpens the definition of speedup to make
it an acceptable metric for comparing the performance of different
computers, one has to throw away the main properties that have made
the concept of speedup useful in the past.  

Accordingly, the ParkBench committee has decided the following [DHB's
suggestion]:

\begin{enumerate}

\item No speedup statistic will be kept in the ParkBench database.

\item Speedup statistics based on ParkBench benchmarks must never be
used as figures of merit when comparing the performance of different
systems.  We further recommend that speedup figures based on other
benchmarks not be used as figures of merit in such comparisons.

\item Speedup statistics may be used in a study of the performance
characteristics of an individual parallel system.  But the basis for
the determination of $T_1$ must be clearly and explicitly stated.

\item The value of $T_1$ should be based on an efficient uniprocessor
implementation.  Code for message passing, synchronization, etc.
should not be present.  The author should also make a reasonable
effort to insure that the algorithm used in the uniprocessor
implementation is the best practical serial algorithm for this
purpose.

\item Given that a large problem frequently does not fit on a single
node, it is permissible to cite speedup statistics based on the timing
of a smaller number of nodes.  In other words, it is permissible to
compute speedup as $T_p / T_m$, for some $m, \; 1 < m < p$.  If this
is done, however, this usage must be clearly stated, and full details
of the basis of this calculation must be presented.  As above, care
must be taken to insure that the unit timing $T_m$ is based on an
efficient implementation of appropriate algorithms.

\end{enumerate}

\section{Performance Database}

\begin{verbatim}
It was agreed that this subsection be redrafted by Jack Dongarra.

- --------------------------  START OLD TEXT  ---------------------------------
\end{verbatim}

\input{pds.tex}

\begin{verbatim}
- ---------------------------  END OLD TEXT  ---------------------------------

- ----------------------  SOME PROPOSED NEW TEXT  ----------------------------
\end{verbatim}

At present each benchmark measurement for a particular problem size $N$ and
processor number $p$, is represented by one line in the database with
variable length fields chosen by the benchmark writer as suitable and 
comprehensive to describe the conditions of the benchmark run. The fields
separated by a marker include, benchmarkers name and e-mail, computer 
location and date, hardware specification, compiler date and optimisation 
level, $N$, $p$, $T(N,p)$, $R_B(N,P)$ and other metrics as deemed appropriate
by the benchmark writer. Ideally, the line for the database would be 
produced automatically as output by the benchmark program itself.

\begin{verbatim}
- ----------------------  END PROPOSED NEW TEXT  ----------------------------
\end{verbatim}


\section{Interactive Graphical Interface}

The Southampton Group has agreed to provide an interactive graphical front 
end to the ParkBench~ database of performance results. To achieve this,
the basic data held in the Performance Data Base should be values of
$T(N;p)$ for at least 4 values of problem size $N$, each for sufficient
$p$-values (say 5 to 10) to determine the trend of variation of performance
with number of processors for constant problem size. It is important that
there be enough $p$-values to see Amdahl saturation, if present, or any 
peak in performance followed by degradation. A graphical interface is
really essential to allow this multidimensional data to be viewed in any
of the metrics defined above, as chosen interactively by the user.
The user could also be offered (by suitable interpolation) a display of 
the results in various scaled metrics, in which the problem size is 
expanded with the number of processors.

In order to encompass as wide a range of performance and number of 
processors as possible, a log-scale on both axes is unavoidable, and
the format and scale range should be kept fixed as long as possible
to enable easy comparison between graphs. A three-cycle by three-cycle
log-log graph with range 1 to 1000 in both $p$ and Mflop/s would cover
most needs in the immediate future. Examples of such graphs are to be
found in \cite{Hoc92,Add93}. 

A log/log graph is also desirable because the size and shape of the Amdahl 
saturation curve is the same wherever it is plotted on such a graph. 
That is to say there is a universal Amdahl curve that is invariant to 
its position on any log/log graph. Amdahl saturation is a two-parameter 
description of any of the performance metrics, $R$, as a function of $p$ 
for fixed $N$, which can be expressed by
\begin{equation}
                   R = \frac{R_\infty}{(1 + \phalf/p)}
\end{equation}
where $R_\infty$ is the saturation performance approached as $p \rightarrow 
\infty$ and \phalf is the number of processors required to reach half
the saturation performance. The graphical interface should allow this
universal Amdahl curve to be moved around the graphical display, and
be matched against the performance curves. The changing values of the two 
parameters \Rphalf should be displayed as the Amdahl curve is moved.

As more experience is gained with performance analysis, that is to say
the fitting of performance data to parametrised formulae, it is to be
expected that the graphical interface will allow more complicated formulae
to be compared with the experimental data, perhaps allowing 3 to 5
parameters in the theoretical formula. But, as yet, we do not know what
these for parametrised formula should be.


\section{Benchmarking Procedure and Code Optimisation}

Manufacturers will always feel that any benchmark not tuned specifically
by themselves, is an unfair test of their hardware and software. This is
inevitable and from their viewpoint it is true. NASA have overcome this 
problem by only specifying the problems (the NAS paper-and-pencil 
benchmarks \cite{naspar2}) and leaving the manufacturers to write the 
code, but in many circumstances this would require unjustifiable effort
and take too long. It is also a perfectly valid question to ask how a
particular parallel computer will perform on existing parallel code, and
that is the viewpoint of ParkBench. 

The benchmarking procedure is to run the distributed ParkBench~ suite on
an 'as-is' basis, making only such non-substantive changes that are required 
to make the code run (e.g. changing the names of header files to a local
variant). The as-is run may use the highest level of automatic compiler
optimisation that works, but the level used and compiler date should be
noted in the appropriate section of the performance database entry.      

After completing the as-is run, which gives a base-line result, any form of 
optimisation may be applied to show the particular computer to its best 
advantage, up to completely rethinking the algorithm, and rewriting
the code. The only requirement on the benchmarker is to state what has been
done. However, remember that, even if the algorithm is changed, the official
flop-count, $F_B(N)$ that is used in the calculation of nominal benchmark
Mflop/s, $R_B(N,p)$, does not. In this way a better algorithm will show up
with a higher $R_B$, as we would want it to, even though the hardware 
Mflop/s is likely to be little changed.

Typical steps in optimisation might be:
\begin{enumerate} 
\item explore the effect of different compiler optimisations on a single 
      processor, and choose the best for the as-is run.
\item perform the as-is run on multiple processors, using enough values 
      of $p$ to determine any peak in performance or saturation.
\item return to single processor and optimise code for vectorisation,
      if a vector processor is being used. This means restructuring loops 
      to permit vectorisation.
\item continue by replacement of selected loops with optimal assembly coded 
      library routines (e.g. BLAS where appropriate).
\item replacement of whole benchmark by a tuned library routine with the
      same functionality.
\item replace whole benchmark with locally written version with the same 
      functionality but using possibly an entirely different algorithm 
      that is more suited to the architecture.
\end{enumerate} 
% ----------------------------------------------------------------------------



------- End of Forwarded Message
From owner-parkbench-method@CS.UTK.EDU Fri Sep  8 16:37:32 1995
Return-Path: <owner-parkbench-method@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA14461; Fri, 8 Sep 1995 16:37:32 -0400
Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA04711; Fri, 8 Sep 1995 16:37:50 -0400
X-Resent-To: parkbench-method@CS.UTK.EDU ; Fri, 8 Sep 1995 16:37:48 EDT
Errors-to: owner-parkbench-method@CS.UTK.EDU
Received: from franklin.seas.gwu.edu by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA04695; Fri, 8 Sep 1995 16:37:47 -0400
Received: from felix.seas.gwu.edu (abdullah@felix.seas.gwu.edu [128.164.9.3]) by franklin.seas.gwu.edu (v8) with ESMTP id QAA10248 for <parkbench-method@cs.utk.edu>; Fri, 8 Sep 1995 16:37:45 -0400
Received: (from abdullah@localhost) by felix.seas.gwu.edu (8.6.12/8.6.12) id QAA07221 for parkbench-method@cs.utk.edu; Fri, 8 Sep 1995 16:37:41 -0400
Date: Fri, 8 Sep 1995 16:37:41 -0400
From: Abdullah Meajil <abdullah@seas.gwu.edu>
Message-Id: <199509082037.QAA07221@felix.seas.gwu.edu>
To: parkbench-method@CS.UTK.EDU
Subject: subscribe

subscribe

From owner-parkbench-method@CS.UTK.EDU Fri Sep  8 16:38:32 1995
Return-Path: <owner-parkbench-method@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA14473; Fri, 8 Sep 1995 16:38:32 -0400
Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA04768; Fri, 8 Sep 1995 16:38:51 -0400
X-Resent-To: parkbench-method@CS.UTK.EDU ; Fri, 8 Sep 1995 16:38:50 EDT
Errors-to: owner-parkbench-method@CS.UTK.EDU
Received: from franklin.seas.gwu.edu by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA04759; Fri, 8 Sep 1995 16:38:48 -0400
Received: from felix.seas.gwu.edu (abdullah@felix.seas.gwu.edu [128.164.9.3]) by franklin.seas.gwu.edu (v8) with ESMTP id QAA10342 for <parkbench-method@cs.utk.edu>; Fri, 8 Sep 1995 16:38:43 -0400
Received: (from abdullah@localhost) by felix.seas.gwu.edu (8.6.12/8.6.12) id QAA07361 for parkbench-method@cs.utk.edu; Fri, 8 Sep 1995 16:38:40 -0400
Date: Fri, 8 Sep 1995 16:38:40 -0400
From: Abdullah Meajil <abdullah@seas.gwu.edu>
Message-Id: <199509082038.QAA07361@felix.seas.gwu.edu>
To: parkbench-method@CS.UTK.EDU
Subject: subscribe

subscribe

From sgreen@cs.utk.edu Mon Sep 11 13:37:57 1995
Return-Path: <sgreen@cs.utk.edu>
Received: from dancer.cs.utk.edu by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA27033; Mon, 11 Sep 1995 13:37:56 -0400
From: <sgreen@cs.utk.edu>
Received:  by dancer.cs.utk.edu (cf v2.11c-UTK)
          id NAA04860; Mon, 11 Sep 1995 13:38:27 -0400
Date: Mon, 11 Sep 1995 13:38:27 -0400
Message-Id: <199509111738.NAA04860@dancer.cs.utk.edu>
To: parkbench-method-archive@netlib2.cs.utk.edu

Mon Sep 11 13:38:26 EDT 1995

From owner-parkbench-comm@CS.UTK.EDU Fri May  2 15:53:02 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id PAA00358; Fri, 2 May 1997 15:53:02 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA13341; Fri, 2 May 1997 15:44:43 -0400
Received: from blueberry.cs.utk.edu (BLUEBERRY.CS.UTK.EDU [128.169.92.34]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id PAA13327; Fri, 2 May 1997 15:44:36 -0400
Received:  by blueberry.cs.utk.edu (cf v2.11c-UTK)
          id TAA08348; Fri, 2 May 1997 19:44:04 GMT
From: "Erich Strohmaier" <erich@CS.UTK.EDU>
Message-Id: <9705021544.ZM8346@blueberry.cs.utk.edu>
Date: Fri, 2 May 1997 15:44:03 -0400
X-Face: ,v?vp%=2zU8m.23T00H*9+qjCVLwK{V3T{?1^Bua(Ud:|%?@D!~^v^hoA@Z5/*TU[RFq_n'n"}z{qhQ^Q3'Mexsxg0XW>+CbEOca91voac=<YfvQ8HrQFkH>P/w]>n_nS]V_ZL>XRSYWi:{MzalK9Hb^=B}Y*[x*MOX7R=*V}PI.HG~2
X-Mailer: Z-Mail (3.2.0 26oct94 MediaMail)
To: parkbench-comm@CS.UTK.EDU
Subject: ParkBench Committee Meeting
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Dear Colleague,

Here is the revised agenda.
Please send me ASAP a short email if you come
so that we can arrange for a meeting room.

-------------------
The ParkBench (Parallel Benchmark Working Group)
will meet in Knoxville, Tennessee on
May 9th, 1997.

The meeting site will be the Knoxville Downtown Hilton Hotel.
We have made arrangements with the Hilton Hotel in Knoxville.

  Hilton Hotel
  501 W. Church Street
  Knoxville, TN
  Phone:  423-523-2300

When making arrangements tell the hotel you are associated with
the 'ParkBench'. The rate about $79.00/night.
You can download a postscript map of the area by looking at
http://www.netlib.org/utk/people/JackDongarra.html.

----------------
The tentative agenda for the meeting is:

  1. Minutes of last meeting (MBe)

     Changes to Current release:
  2. Low Level (ES, VG, RS)
     comms1, comms2, comms3, poly2
  3. Linear Algebra (ES)
  4. Compact Applications - NPBs (SS, ES)

     New benchmarks:
  5. HPF Low Level benchmarks (MBa)
  6. Java Low-Level Benchmarks (VG)
  7. New I/O benchmark benchmarks (MBa)
  8. New performance database design and new benchmark output format
     Update of GBIS with new Web front-end (MBa,TH)

     Report from other benchmark activities
  9. ASCI Benchmark Codes (AH)
 10. SPEC-HPG (RE, JD)

     ParkBench:
 11. ParkBench Bibliography
 12. ParkBench Report 2

     Other Activities:
 13. Discussion of the ParkBench Workshop 11/12 September, UK (TH, MBa)
 14. PEMCS - "Electronic Benchmarking Journal" - status report - (TH, MBa)
 15. Status of Funding proposals (JD, TH)

 15. Miscellaneous -

 16. Date and venue for next meeting -


  (MBa) Mark Baker          Univ. of Portsmouth
  (MBe) Michael Berry       Univ. of Tennessee
  (JD)  Jack Dongarra       Univ. of Tenn./ORNL
  (RE)  Rudi Eigenmann      SPEC
  (VG)  Vladimir Getov      Univ. of Westminister
  (TH)  Tony Hey            Univ. of Southampton
  (AH)  Adolfy Hoisie       LLNL
  (SS)  Subhash Saini       NASA Ames
  (RS)  Ron Sercely         HP/CXTC
  (ES)  Erich Strohmaier    Univ. of Tennessee


Jack Dongarra
Erich Strohmaier


From owner-parkbench-comm@CS.UTK.EDU Tue May  6 14:46:45 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id OAA04480; Tue, 6 May 1997 14:46:45 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id OAA25737; Tue, 6 May 1997 14:34:05 -0400
Received: from punt-2.mail.demon.net (relay-11.mail.demon.net [194.217.242.137]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id OAA25715; Tue, 6 May 1997 14:33:58 -0400
Received: from minnow.demon.co.uk ([158.152.73.63]) by punt-2.mail.demon.net
           id aa1000641; 6 May 97 19:07 BST
Message-ID: <UOrwADAXM3bzEwfw@minnow.demon.co.uk>
Date: Tue, 6 May 1997 19:06:15 +0100
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Parkbench Meeting Documents
In-Reply-To: <9705021544.ZM8346@blueberry.cs.utk.edu>
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.01 <kRL7V2isFfDmnKSZb08I5Tyfx$>

AGENDA ITEM:

>     Changes to Current release:
>  2. Low Level (VG)
>     comms1, comms2,

Two documents will be submitted to the committee on this item by Roger
Hockney and Vladimir Getov (Westminster University, UK). They can be
downloaded as postscript files from:

"New COMMS1 Benchmark: Results and Recommendations"
http://www.minow.demon.co.uk/Pbench/comms1/PBPAPER2.PS
 
"New COMMS1 Benchmark: The Details"
http://www.minow.demon.co.uk/Pbench/comms1/PBPAPER3.PS

The papers will be presented by Vladimir who will bring some paper
copies with him.

Best wishes
Roger and Vladimir
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Tue May  6 17:54:47 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id RAA07526; Tue, 6 May 1997 17:54:46 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA17012; Tue, 6 May 1997 17:48:50 -0400
Received: from punt-1.mail.demon.net (relay-7.mail.demon.net [194.217.242.9]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA17003; Tue, 6 May 1997 17:48:47 -0400
Received: from minnow.demon.co.uk ([158.152.73.63]) by punt-1.mail.demon.net
           id aa0623986; 6 May 97 21:37 BST
Message-ID: <IQsX3CAKQ5bzEw9M@minnow.demon.co.uk>
Date: Tue, 6 May 1997 21:26:50 +0100
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Parkbench Meeting Documents (Correction)
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.01 <kRL7V2isFfDmnKSZb08I5Tyfx$>

I am resending this because there was a typo in the URLs:
There are two MM in "minnow". 

Also if you took PBPAPER2.PS before receiving this repeat message,
please take it again as I have corrected two errors in the graphs.

SORRY 
Roger
************************
AGENDA ITEM:

>     Changes to Current release:
>  2. Low Level (VG)
>     comms1, comms2,

Two documents will be submitted to the committee on this item by Roger
Hockney and Vladimir Getov (Westminster University, UK). They can be
downloaded as postscript files from:

CORRECTED URLs:

"New COMMS1 Benchmark: Results and Recommendations"
http://www.minnow.demon.co.uk/Pbench/comms1/PBPAPER2.PS
              
"New COMMS1 Benchmark: The Details"
http://www.minnow.demon.co.uk/Pbench/comms1/PBPAPER3.PS

The papers will be presented by Vladimir who will bring some paper
copies with him.

Best wishes
Roger and Vladimir
-- 
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Mon May 12 05:36:41 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id FAA24086; Mon, 12 May 1997 05:36:41 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA10068; Mon, 12 May 1997 05:18:21 -0400
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id FAA10051; Mon, 12 May 1997 05:18:18 -0400
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id FAA29262; Mon, 12 May 1997 05:18:16 -0400 (EDT)
Date: Mon, 12 May 1997 05:18:16 -0400 (EDT)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199705120918.FAA29262@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Gordon Conference on HPC and NII 
Forwarding: Mail from 'Tony Skjellum <tony@aurora.cs.msstate.edu>'
     dated: Sat, 10 May 1997 16:32:12 -0500 (CDT)
Cc: worley@haven.EPM.ORNL.GOV

Just in case you haven't received information on this already, here is a
blurb on the 1997 Gordon conference in high performance computing. 
Unlike previous years, there is not an explicit emphasis on performance
evaluation in this year's stated themes, but you can't (shouldn't) discuss
future architectures and their impacts without discussing how to
evaluate performance, and I am hoping that some benchmarking-minded people
will show up and keep the discussion honest.

---------- Begin Forwarded Message ----------

The deadline for applying to attend the 1997 Gordon conference in high
performance computing is June 1. If you are interested in attending,
please apply as soon as possible. The simplest way to apply is to download
the application form from the web site indicated below, or to use the online
registration option. If you have any problems with either of these,
please contact the organizers at tony@cs.msstate.edu and worleyph@ornl.gov.

-------------------------------------------------------------------------------
The 1997 Gordon Conference on High Performance Computing and
Information Infrastructure: "Practical Revolutions in HPC and NII"

Chair, Anthony Skjellum, Mississippi State University, tony@cs.msstate.edu,
       601-325-8435
Co-Chair, Pat Worley, Oak Ridge National Laboratory, worleyph@ornl.gov,
       615-574-3128

Conference web page: http://www.erc.msstate.edu/conferences/gordon97

July 13-17, 1997
Plymouth State College
Plymouth NH

The now bi-annual Gordon conference series in HPC and NII commenced in 1992
and has had its second meeting in 1995.  The Gordon conferences are an
elite series of conferences designed to advance the state-of-the-art in
covered disciplines. Speakers are assured of anonymity and
referencing presentations done at Gordon conferences is prohibited by
conference rules in order to promote science, rather than publication
lists.  Previous meetings have had good international participation,
and this is always encouraged. Experts, novices, and technically
interested parties from other fields interested in HPC and NII are
encouraged to apply to attend.

All attendees, including speakers, poster presenters, and session chairs
must apply to attend. We *strongly* encourage all poster presenters to have
their poster proposals in by May 13, 1997, though we will consider poster
presentations up to six weeks prior to the conference.  Application to
attend the conference is also six weeks in advance.

More information on the conference can be found at the web page
listed above, including the list of speakers and poster presenters
and information on applying for attendance.


----------- End Forwarded Message -----------


From owner-parkbench-comm@CS.UTK.EDU Tue May 13 13:58:00 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA20879; Tue, 13 May 1997 13:57:59 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA11997; Tue, 13 May 1997 13:33:14 -0400
Received: from timbuk.cray.com (timbuk-fddi.cray.com [128.162.8.102]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id NAA11983; Tue, 13 May 1997 13:33:10 -0400
Received: from ironwood.cray.com (root@ironwood-fddi.cray.com [128.162.21.36]) by timbuk.cray.com (8.8.5/CRI-gate-news-1.3) with ESMTP id MAA20939 for <parkbench-comm@CS.UTK.EDU>; Tue, 13 May 1997 12:33:07 -0500 (CDT)
Received: from magnet.cray.com (magnet [128.162.173.162]) by ironwood.cray.com (8.8.4/CRI-ironwood-news-1.0) with ESMTP id MAA16428 for <parkbench-comm@CS.UTK.EDU>; Tue, 13 May 1997 12:33:06 -0500 (CDT)
From: Charles Grassl <cmg@cray.com>
Received: by magnet.cray.com (8.8.0/btd-b3)
          id RAA20181; Tue, 13 May 1997 17:33:04 GMT
Message-Id: <199705131733.RAA20181@magnet.cray.com>
Subject: Parkbench directions
To: parkbench-comm@CS.UTK.EDU
Date: Tue, 13 May 1997 12:33:04 -0500 (CDT)
X-Mailer: ELM [version 2.4 PL24-CRI-d]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


To:   ParkBench Group
From: Charles Grassl

Date: May 13, 1997

(Long)

I appreciated the meeting this past week and wish to thank Eric and Jack 
for hosting it.  I am aware of the great effort of many individuals
have contributed to developing and implementing the ParkBench suite.
In spite of this, I feel that we need to evaluate and correct our course.

ParkBench should not merge with or use benchmarks from the SPEC/HPG
(High Performance Group) group.  SGI/Cray and IBM have already
withdrawn from the SPEC/HPG group and Fujitsu and NEC are no longer
participating.  The reasons for these companies and other institutions
no longer participating should indicate to us (ParkBench) that
something is amiss with the SPEC/HPG benchmarks and paradigm.

Several of the reasons for the supercomputer manufacturers not
supporting the SPEC/HPG effort are listed below.  I list these reasons
so that the ParkBench group can learn from them and avoid the same
problems.

- Relevance.  The particular benchmark programs being used by SPEC/HPG
  are not relevant or appropriate for supercomputing.  The programs in
  the current SPEC/HPG suite do not represent any leading edge software
  which is more typical of usage for high performance systems.

- Redundancy.  The programs being developed by SPEC/HPG
  are not qualitatively or quantitatively different from the SPEC/OSG
  programs and as such, it is viewed as redundant and expensive.

- Methodology.  The methodology being used by SPEC/HPG to
  procure, develop and run benchmarks lacks scientific and technical
  basis and hence results have a vague and arbitrary interpretation.

- Programming model.  Designing benchmarks for portability across
  systems is a convenient idea but does not reflect actual constraints
  or usage.  More often than not, compatibility with a PREVIOUS model
  of computer is more important than compatibility ACROSS computers.

- Expense.  Some of the large data cases for the SPEC/HPG programs
  will requires hours or days to run with little new data or
  information gained by the exercise.  These exercises are extremely
  expensive both in time and capital equipment and in logistics.

- Ergonomics.  The cumbersome design of SPEC/HPG Makefiles and build
  procedures make the programs difficult and expensive to test,
  maintain and analyze.

We in the ParkBench group must acknowledge the above items if we are to
maintain interest and participation from computer vendors.  I believe
that reorganizing and refocusing the group could revitalize high
performance computer benchmarking and and re-invigorate the ParkBench
group.

As the ParkBench suite now stands, there are too many programs and they
are difficult to build, test and maintain.  This situation impedes
usage and participation.  Here are a few suggestions for our future
practices and directions:

- Design and write benchmarks programs.  Don't borrow or solicit old
  code.  The borrowed or solicited code is never quite appropriate and
  usually obsolete.  Our greatest asset is that we have scientist who
  are capable of designing experiments (benchmarks).  (Build value.)

- Monitor and evaluate accuracy.  Though we mention accuracy in
  ParkBench Report 1, we haven't applied it to the current programs
  (Scientifically validate, or invalidate, our experiments.)

- Make it simple.  Write and develop simple programs which do not need
  elaborate build procedures and which easier to test and to maintain.
  (Keep It Simple, Stupid.)

- Build a better user interface.  The belabored "run rules" and the
  interface with layers of Makefiles, includes and embedded relative
  file paths is unacceptable.  An acceptable interface might require
  binary distribution and hence a desirable emphasis on designing and
  running rather than building and porting the benchmarks.  (Make the
  product more attractive to more users.)

- Make the suite truly modular.  The current structure makes the
  simplest one CPU program as difficult to build and run as the most
  complicated program with Makefile includes, special compilers, source
  file includes, special libraries, suite libraries, etc. (Make it
  manageable.)

- Drop the connection with SPEC/HPG and with NPB.  This "grand
  unifying" scheme make redundant code.  It has had the opposite effect
  of focusing benchmarking attention on ParkBench because it is yet
  another collection of benchmarks used by other organizations.  (Be
  distinguishable and identifiable.)

- Emphasis what ParkBench is associated with:  benchmarking distributed
  memory parallel computers.  We should write and develop benchmark
  programs which measure and instrument the parallel processing aspect
  of MPP systems.  (Keep our focus.)


I volunteer to develop and write a suite of message passing test
programs which measure the performance and variance of message passing
communication schemes.  I have much experience with writing such a
programs and believe that such suite would be useful for others and for
the computer industry in general.

I hesitate to contribute such programs to the present structure for
several reasons:

- The network test suite does not logically fit into the current
  "hierarchy" and hence might further clutter the ParkBench suite and
  make it further unfocused.

- The current ParkBench structure is not manageable.  Testing and
  maintenance would be extremely expensive in the current structure.

- My company's effort may be interpreted as an endorsement of the
  current structure and model.  The suite is not popular with vendors
  for reasons outlined above.  Participation is currently discouraged.


Discussion?  


Regards,
Charles Grassl
SGI/Cray
Eagan, Minnesota  USA

From owner-parkbench-comm@CS.UTK.EDU Wed May 21 17:25:15 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id RAA27513; Wed, 21 May 1997 17:25:15 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA07579; Wed, 21 May 1997 17:18:07 -0400
Received: from rastaman.rmt.utk.edu (root@TCHM11A6.RMT.UTK.EDU [128.169.27.188]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id RAA07571; Wed, 21 May 1997 17:18:02 -0400
Received: from rastaman.rmt.utk.edu (localhost [127.0.0.1]) by rastaman.rmt.utk.edu (8.7.6/8.7.3) with SMTP id RAA01108; Wed, 21 May 1997 17:24:43 -0400
Sender: mucci@CS.UTK.EDU
Message-ID: <3383681A.D98C5FB@cs.utk.edu>
Date: Wed, 21 May 1997 17:24:42 -0400
From: "Philip J. Mucci" <mucci@CS.UTK.EDU>
Organization: University of Tennessee, Knoxville
X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.28 i586)
MIME-Version: 1.0
To: parkbench-comm@CS.UTK.EDU
CC: "PVM Developer's Mailing List" <pvmspankers@msr.epm.ornl.gov>
Subject: Mesg Passing Benchmarks
References: <199705131733.RAA20181@magnet.cray.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi all,

Charles Grassl in his last message to this committee volunteered
to write a suite of message passing benchmarks to replace the Low
Levels...Before any action on his or this committee's part, I would
recommend that you all have a look at version 3 of my pvmbench
package. It now does MPI as well and can easily support other
message passing primitives with a few #defines. 

Version 3 along with some sample results can be found at
http://www.cs.utk.edu/~mucci/pvmbench.

Note that this has not been tested on any MPP's with UTK PVM.

This benchmark will generate and graph the following:

bandwidth
gap time (to buffer an outgoing message)
roundtrip (latency /2)
barrier/sec
broadcast
summation reduction

Other tests can easily be added...I would highly recommend before any 
action done that this code be examined. It is less than a year old, 
version 3 available on that page is in beta, i.e. it has not been
released to the general public. Let me know what you think...

-Phil

-- 
/%*\ Philip J. Mucci | GRA in CS under Dr. JJ Dongarra /*%\
\*%/ http://www.cs.utk.edu/~mucci  PVM/Active Messages \%*/

From owner-parkbench-comm@CS.UTK.EDU Fri May 23 12:03:04 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA06549; Fri, 23 May 1997 12:03:03 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id LAA15901; Fri, 23 May 1997 11:05:32 -0400
Received: from berry.cs.utk.edu (BERRY.CS.UTK.EDU [128.169.94.70]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id LAA15895; Fri, 23 May 1997 11:05:30 -0400
Received: from cs.utk.edu by berry.cs.utk.edu with ESMTP (cf v2.11c-UTK)
          id LAA01370; Fri, 23 May 1997 11:05:31 -0400
Message-Id: <199705231505.LAA01370@berry.cs.utk.edu>
to: parkbench-comm@CS.UTK.EDU
Subject: Minutes of May ParkBench Meeting
Date: Fri, 23 May 1997 11:05:31 -0400
From: "Michael W. Berry" <berry@CS.UTK.EDU>

Here are the minutes from the recent ParkBench meeting in Knoxville.
Best regards,
Mike

-----------------------------------------------------------------
Minutes of ParkBench Meeting - Knoxville Hilton, May 9, 1997
-----------------------------------------------------------------

ParkBench Attendee List:

     (MBa) Mark Baker          Univ. of Portsmouth   mab@sis.port.ac.uk
     (MBe) Michael Berry       Univ. of Tennessee    berry@cs.utk.edu
           Shirley Browne      Univ. of Tennessee    browne@cs.utk.edu
     (JD)  Jack Dongarra       Univ. of Tenn./ORNL   dongarra@cs.utk.edu
           Jeff Durachta       Army Res. Lab MSRC    durachta@arl.mil
     (VG)  Vladimir Getov      Univ. of Westminister getovv@wmin.ac.uk
     (CG)  Charles Grassl      SGI/Cray              cmg@cray.com
     (TH)  Tony Hey            Univ. of Southampton  ajgh@ecs.soton.ac.uk
     (AH)  Adolfy Hoisie       Los Alamos Nat'l Lab  hoisie@lanl.gov
     (CK)  Charles Koelbel     Rice University       chk@cs.rice.edu
     (PM)  Phil Mucci          Univ. of Tennessee    mucci@cs.utk.edu
           Erik Riedel         GENIAS Software GmbH  erik@genias.de
     (SS)  Subhash Saini       NASA Ames             saini@nas.nasa.gov
     (RS)  Ron Sercely         HP-Convex             sercely@convex.hp.com
           Alan Stagg          CEWES                 stagga@wes.army.mil
     (ES)  Erich Strohmaier    Univ. of Tennessee    erich@cs.utk.edu
     (PW)  Pat Worley          Oak Ridge Nat'l Lab   worleyph@ornl.gov

SPEC-HPG Visitors:

           Don Dossa           DEC                   dossa@eng.pko.dec.com
     (RE)  Rudi Eigenmann      Purdue University     eigenman@ecn.purdue.edu
           Greg Gaertner       DEC                   ggg@zko.dec.com
           Jean Suplick        HP                    suplick@rsn.hp.com
           Joe Throp           Kuck & Associates     throp@kai.com

At 9:05am EST, TH opened the meeting and ask that all the attendees
introduce themselves.  After a brief overview of the proposed agenda,
MBe reviewed the minutes from the last ParkBench meeting in October
of '96.  The minutes were unanimously accepted and TH asked VG to
present the proposed changes to the low-level benchmarks (9:20am).

VG reviewed the original COMMS1 (ping-pong or simplex communication) and
the COMMS2 (duplex communication) low-level benchmarks.  He discussed
some of the problems with the previous versions.  These included the
omission of calculated bandwidth, large message length problems, and
large errors in the asymptotic fit.   In collaboration with RS and CG,
a number of improvements have been made to these benchmarks:

	1. Measured bandwidth is provided in output.
	2. Time for shortest message is provided.
	3. Maximum measured bandwidth and the corresponding message
	   length is now provided.
	4. The accuracy of the least-squares 2-parameter fit has been
	   improved (sum of squares of the "relative" and not absolute
	   error is now used).
	5. New 3-parameter variable-power fit for certain cases added.
	6. Can report parametric fits if the error is less than some
   	   user-specified tolerance.
	7. Introduce KDIAG parameter to invoke diagnostic outputs.
	8. Modifications fo ESTCOM.f (as suggested by RS).
    
CG pointed out that it may not always be possible to interpret zero-length 
messages for these codes.  On the Cray machines, such messages force an 
immediate return (i.e., no synchronization).  He proposed that allowing zero-
length messages be removed for the COMMS benchmarks.  RS showed an actual
COMMS1 performance graph demonstrating the difficulty of data extrapolation
(if used to get latency for zero-length message-passing).  RS pointed out,
however, that zero-length message are defined w/in MPI, and suggested that
a simple return (as in the case of Cray machines) is not standard.

VG displayed some of the observed COMMS1/2 performance obtained on the
Cray T3E.  The 3-parameter fit yielded a 7% relative error for messages
ranging from 8 to 1.E+7 bytes.  CG questioned how the breakpoints were
determined?  He indicated the input parameters to the program required
previous knowledge of where breakpoints occur (although implementations
could change constantly).  TH suggested that the parametric fitting should
not be the default for these benchmarks, i.e., separate the analysis from
the actual benchmarking (this concept was seconded by CG).  RS suggested
that the fitting routines could be placed on the WWW/Internet and the
COMMS1/2 codes simply produce data.  CK, however, stressed that the codes
should maintain some minimal parametric fitting for clarity and
consistency of output interpretations.  

The minimal message length shown for the T3E results shown by VG was 8 and
the corresponding minimal message length for a Convex CXD set of
COMMS benchmarks was 1.  The lack of similar ranges of messages could
pose problems for comparisons.  JD strongly felt that users will return
to the notion of "latency" and want zero-length message overheads.  Users
may be primarily interested in start-up time for message-passing.  RS pointed
out that MPI does process zero-length messages.  JD suggested that
the minimal message length for the COMMS benchmarks be 8 bytes and RS proposed
that the minimal message-passing time and corresp. message length be
an output.  After more discussion, the following COMMS changes/outputs were 
unanimously agreed upon:

	1.  Maximum bandwidth with corresp. message size.
	2.  Minimum message-passing time with corresp. message size.
	3.  Time for minimum message length (could be 0, 1, 8, or 32 bytes
            but must be specified).
	4.  The software will be split into two program: one to report
	    the spot measurements and the other for the analysis.


At 10:00 am, SPEC-HPG members joined the ParkBench meeting for a joint
session.  CK reviewed the DoD Modernization Program.  He indicated that
the program is based on 3 primary components:

	1. CHSSI (Commonly Highly Scalable Software Initiative)
	2. DREN (Defense Research & Engineering Network)
	3. Shared Resource Centers (4 Major Shared Resource Centers or
           MSRC's and 20 Distributed Centers or DC's)

Benchmarking is part of the mission of the MSRC's, especially for
system integration and the Programming Environment & Training (PET)
team.  CK mentioned that the resources available at the MSRC's include:

256-proc. Cray T3E, SGI Power Challenge (CEWES), 256 proc. IBM SP/2 and
SGI Origin 2000 at ASC, SGI 790 at NAVO, and a collection of {SGI Origin,
Cray Titan, J90} at the Army Research Lab.

The benchmarking needs of the DoD program can be categorized as either
contractual or training.  The contractual needs are specified as PL1
(evaluation of initial machines), PL2 (upgrade to gain 3 times the
performance of PL1), and PL3 (upgrade to gain 10 times the performance
of PL1).  CK mentioned that the MSRC's are planning for the PL2 phase
later this year with PL3 scheduled in approx. 3 years.
The training needs include: the evaluation of programming paradigms,
the evaluation of performance trade-offs, templates for designing new
codes, and benchmarks for training examples.

The contractual benchmarks comprise 30 benchmarks (22 programs) some
of which are export-controlled or proprietary (data may not be used
in the public domain in some cases).  The run rules specify the number
of iterations for each benchmark in the suite.  Each MSRC uses a different
number of iterations per benchmark.  Code modifications are allowed (parallel
directives and message-passing can be used but no assembler) and algorithm
substitutions are permitted provided the problem does not become specialized.
The only performance metric reported for these benchmarks is the elapsed
time for the entire suite.  Benchmarks can be upgraded to reflect current
workloads of the MSRCs but they must be compared head-to-head with 
previous systems.

Example codes included in the DoD benchmark suite include: CTH (finite
volume shock simulation), X3D (explicit finite element code), OCEAN-O2 (an
ocean modeling code), NIKE3D (implicit nonlinear 3D FEM), and Aggregate
I/O benchmark.

Planned benchmarking activites for the DoD Modernization Program include:

	1. benchmarks for evaluating programming techniques (determine what
           works; develop decision trees)
	2. benchmarks for teaching (classes on "worked" examples; template
           modification)

This effort currently has 1 FTE and over 50 University personnel (in PET
program) involved (although they are not primarily responsible for
benchmarking work).

At 10:35am, TH asked AH from Los Alamos Nat'l Lab to overview their ASCI
benchmark suite.  He began by pointing out that these codes formulate the
"Los Alamos set of" ASCI Benchmarks.  Before presenting the list of codes,
AH noted that the philosophy of this activity was to achieve 
"experiment ahead" capability especially with immature computing platforms.
Los Alamos is also interested in developing performance modes as well as
kernels.  The list of active/research codes and compact applications 
comprising this suite are:

Code		Language(s)	Parallelism 	Description           
    
*HEAT(RAGE)	f77, f90	MPI(f90)	Eulerian adaptive mesh
				MPIfSM(f77)	refinement based on
						Riemann solvers; coupled
						physics-CFD; particle &
						radiative transport

EULER		f90		MPI		Admissable fluid (for SIMD);
				SIMD(SP		unstructured mesh, explicit
				vector)		solution; high-speed fluids;
						SP=single processor

NEUT		f77		MPI,SM,		Monte-Carlo, particle
				SHMEM

SWEEP3D		f90		MPI, SHMEM	Inner/outer iteration (kernel)
                                                (compact application)

HYDRO(T)	f77		Serial          (compact application)

TBON		f77		MPI		Material science; quantum
						mechanics; polymer age    
						simulation

*TECOLOTE	C++		MPI		Mixed call hydro. with regular
						structured grid

*TELURIDE	f90		MPI		Casting simulation; irregular
						structured grid; Krylov solution
						methods

*DANTE		HPF		MPI

* = export controlled

The codes and compact apps above vary in size from 2,000 to 35,000 lines.
AK noted that LANL could provide support for future ASCI-based ParkBench codes. 
The ASCI benchmark suite presented might include in the future tri-lab
(Livermore, Sandia, Los Alamos) contributions.  The ASCI application suite can
be set up with data sets leading to varying run-times.  AH mentioned that Los 
Alamos' ASCI benchmarking efforts are focused on high performance computing,
leading edge architectures, algorithms, and applications.  They are 
particularly concentrating in developing expertise in distributed shared-memory
performance evaluation and modeling.  AH expressed the hope that the efforts of
ParkBench will follow similar directions.

At 11:05am, SS reviewed some of the most recent NAS Parallel Benchmarks results.
He began with vendor-optimized CG Class B results using row and column 
distribution blocking.  Results for different numbers of processors of the T3D 
were reported along with results for the NEC SX-4, SGI Origin 2K, Convex SPP2K,
Fujitsu VPP700, and IBM P2SC.  He also showed results for FT Class B and BT 
Class B (all machines reported performed well on this benchmark).  For BT, it 
was pointed out that 4 of the machines (Cray T3E, DEC Alpha, IBM P2SC, and NEC 
SX-4) essentially are based on the same processor but achieve widely-varying
results.  SS also reported HPF Class A MG results on 16 processors of the IBM 
SP2.  The HPF version (APR-HPF/Portland Group compiled) was only 3 times slower
than the MPI-based (f77) implementation.  This is indeed a significant result 
given that two years ago the HPF version was as much as 10 times slower than 
the comparable MPI version.  An HPF version of the Class A FT benchmark on 64 
processors was shown to be faster than the MPI version (1.6 times faster) when
optimized libraries are used in both versions.  For the Class A SP benchmark
(on 64 processors of the SP/2), the APR- and PGI-compiled HPF versions were 
within a factor of 2 of the MPI versions.  Finally, the HPF Class A BT code on 
64 processors of the Cray T3D was within a factor of 0.5 of the MPI version.

At 11:35am, TH invited RE to overview current SPEC-HPG activities.  The SPEC-HPG
benchmarks define a suite of real-world high-performance computing applications
designed for comparisons across different platforms (serial and message-
passing).  RE pointed out the history of the SPEC-HPG effort as a merger between
the PERFECT and SPEC benchmarking activities.  The current SPEC-HPG suite is
comprised of 2 codes: SPECchem96 and SPECseis96.  The SPECchem96 code evolved
from the GAMES code used in pharmaceutical and chemical industries.  It
comprises 109,389 lines of f77 (21% comments), 865 subroutines and
functions.  The wave functions are written to disk.  The SPECseis96 code
is derived from the ARCO benchmark suite which consists of four phases: data
generation, stack data, time migration, and depth migration.  This code
decomposes the domain into n equal parts (for n processors) with each part
processed independently.  It is have over 15K lines of code made up of
230 Fortran subroutines and 199 C functions for I/O and systems utilities.
SPECseis96 uses 32-bit precision, FFT's, Kirchoff integrals, and finite
differences.

The very first set of SPEC-HPG benchmark results were approved on May 8,
1997 (preceding day).  New benchmarks being considered are PMD (Parallel
Molecular Dynamics) and MM5 (NCAR Weather Processing C code).  The decision
on whether or not to accept these two potential SPEC-HPG codes will be made
in about 5 months.  The SPEC-HPG run rules permit the use of compiler
switches, source code changes, optimized libraries (which have been
disclosed to customers).  Only approved algorithmic changes will be disclosed.
RE gave the URL for the SPEC-HPG effort: http://www.specbench.org/hpg.  He
also referred to a recent article by himself and S. Hassanzadeh in "IEEE
Computational Science & Engineering" and two email reflectors for SPEC-HPG
communication: comments@specbench.org and info@specbench.org.

JD then gave a brief history of ParkBench and SPEC-HPG interactions and
suggested that the two efforts might consider sharing results and software.
The biggest difference in the two efforts is in the availability of
software as ParkBench code is freely available and SPEC-HPG software
has some restrictions.  A forum to publish both sets of results was discussed
and it was agreed that both efforts should at least share links on their
respective webpages.  RE pointed out that anyone can get the SPEC-HPG CD
of benchmarks without actually being a SPEC member.

JD stressed that the process of running codes (for any suite) needs to
be simplified so that building executables for different platforms is not
problematic.  Modifications for porting should be restricted to driver programs.
RS indicated that he has Perl scripts that runs all low_level, including 
COMMS3 for 2 to N procs, and produces a summary of the results. 

*** ACTION ITEM ***
JD, RE, AH, and CK will discuss a potential joint effort to simplify the
running of benchmark codes (contact RS also about his Perl scripts).

MBa noted that the SPEC-HPG members should be added to the ParkBench
email list (parkbench-comm@cs.utk.edu).  He also indicated that European
benchmarking workshop scheduled next Fall might coordinate with the
European SPEC group (scheduled for Sept. 11-12).

At 12:10pm, the attendees went to the lunch (Soup Kitchen).

After lunch (1:30pm), TH asked ES and VG to coordinate changes to the
COMMS benchmarks discussed above (*** ACTION ITEM ***).  ES then discussed
modifications to poly2 for the ParkBench V2.2 suite.  The proposed changes
include
	1. enlarged arrays A(1000000), B(1000000)
	2. removal of arrays C and D
	3. avoid cache flush (use a sliding vector), i.e., 

             DO I=1,N               DO I=NMIN,NMAX
                         becomes       ...

                                       NMIN=NMIN+N+INC

           where INC=17 by default (avoids reuse of the old cache line).

PM then discussed a program for determining parameters for memory subsystems.
Characteristics of this software include the use of tight loops, independent
memory references, maximized register use.  He showed graphs of memory
hierarchy bandwidth (reads and writes) depicting memory size (ranging from 4Kb
to 4Mb) versus Mb/sec transfer rates.  Some curves illustrated the effective 
cache size quite well.  PM pointed out that dynamically-scheduled processors
pose a significant problem for this type of modeling.  The program can be
run with or without a calibration loop exploiting known memory transfer data.
CG suggested that it would be nice to have such a program to measure latency
at all levels of the hierarchy.  PM's webpages for this program are:

	http://www.cs.utk.edu/~mucci/cachebench and
	http://www.cs.utk.edu/~mucci/parkbench.

CK suggested that an uncalibrated version of PM's benchmark would be more
useful to users (more reflective of real codes).  JD pointed out that the
output of the program could be tabulated bandwidths, latencies, etc.  CG
felt this program would be a very useful tool.  PM noted that the calibration
will not be used by default.  TH suggested that the ParkBench effort might
want to develop a future "ParkBench Tool Set" which contains progams like
this one developed by PM.

With regard to the Linalg Kernels, ES noted that although many of the
routines have calls to Scalapack routines, Scalapack will not be included
in future software releases.  Users will have to ge their own copies of
the source (or binaries) for Scalapack.  The size of these particular
kernel benchmarks drops by a factor of one-third by removing Scalapack.

*** ACTION ITEM ***
ES will report the most recent Linalg benchmark performance results at the
next ParkBench meeting.

TH then asked for discussions on new benchmarks with MBa leading the
discussion on HPF benchmarks.  MBa indicated that a new mail reflector
(parkbench-hpf@cs.utk.edu) had been set up for this cause with himself
as moderator for low-level codes (CK will moderate kernels and SS will
moderate discussions on HPF compact applications).  MBa noted that there
is limited manpower for the HPF benchmarking activities.  CK noted that
he had discussed this effort at recent the HPFF meeting (and other
users meetings).  A draft document on the ParkBench HPF benchmarks is
available at http://www.sis.port.ac.uk/~mab/ParkBench.  MBa felt strongly
that without manpower support this particular activity will die and that
a lead site is needed.

*** ACTION ITEM ***
CK and SS will investigate interest in HPF compact application development.

JD indicated that wrappers are being used to create HPF versions of the
Linalg kernels.  The procedure involves writing wrappers for the current
Scalapack driver programs.  Eventually, these programs may be completely
rewritten in HPF (this will start in the summer).  TH suggested that HPF
kernel benchmark performance be reported at the ParkBench meeting 
in September (at Southampton Performance Workshop).

MBa went on to report on the status of I/O benchmarks.  Basically, not
much progress has been made on the ParkBench I/O initiative.  A new I/O 
project between ECMWF, FECIT, and the Univ. of Southampton was launched
this past February.  They are looking at the I/O  in the IFS code from
the ECMWF (European Weather Forecasting).  David Snelling is the FECIT
leader who has also participated in ParkBench activities.  This I/O
project has 1 FTE at Southampton and 1.5 FTE at FECIT along with several
personnel at ECMWF.  One workshop, two technical meetings for the 1-year
project is planned.  The goals are: to develop instrumented I/O
benchmarks and build on top of MPI-IO (test, characterize parallel
systems).  Their methodology is very similar to that of ParkBench.
Codes in f90 and ANSI C are being considered (stubs for VAMPIR and
PABLO).  Regular reports to Fujitsu (sponsor of activity) are planned
and a full I/O test suite is planned by February 1998.

MBa also reported on the status of the ParkBench graphical database.
Currently, the performance data is kept in a relational DBMS.  A
frontend Java applet has been written to query the DBMS on-the-fly.
A backend is also in development which will automate the extraction
of new performance data and insertion into the DBMS (via an http
server).  By September, a more complete prototype which will allow
MS access and JDBC between 2 different machines should be ready.

VG then discussed the development of Java-based low-level benchmarks.
He presented a Java-to-C Interface Generator which would allow Java
benchmarks to call existing C libraries on remote machines.  He
presented sample Java+C NAS PB results on a 16-processor IBM SP/2
(Class A IS Benchmark):

           Version        1 Proc  2Procs  4 Procs  8 Procs  16 Procs
           NASA (C)        29.1    17.4     9.4     5.2        2.8
                 C         40.5    24.9     13.1    9.3       15.6
              Java         ----   132.5     64.7   37.9       33.5

At 2:50pm, TH reported other ParkBench activities including the
new PEMCS (Performance Evaluation and Modeling for Computer Systems)
electronic journal.  Suggested articles/authors include:

       *1. ParkBench Report No. 2 (ES, MBe)
       *2. NAS PB
	3. SPEC-HPG
       *4. Top 500
	5. AutoBench (M. Ginsburg)
       *6. Euroben (van der Steen)
	7. RAPS
	8. Europort
       *9. Cache benchmarks
       10. ASCI benchmarks (DoD)
      *11. PERFORM
       12. R. Hockney
      *13. PEPS
       14. C3I/Rome Labs

Those articles possible for Summer '97 are marked via *.  JD suggested
that articles be available in Encapsulated Postscript, PDF (Adobe),
and HTML.  TH noted that EU funding will provide a host computer and
some administration.  Possible publishers are Oxford Univ. Press and
Elsevier.

At 3:10pm, ES requested more items for the ParkBench bibliography
which will be available on the WWW.  PW suggested that authors should
be able to submit links to ParkBench-related applications.  JD then
briefly discussed WebBench which is a website focused on benchmarking
and performance evaluation.  Data is presented on platform,s applications,
organizations, vendors, conferences, papers, newsgroups, FAQ's, and
repositories (PDS, Top500, Linpack, etc.).  The WebBench URL is
http://www.netlib.org/benchweb.

MBa reminded attendees of the Fall Performance Workshop/ParkBench
meeting on (Thursday and Friday) Sept. 11 and 12.  This meeting
will be held at Venue, County Hotel, Southampton, UK.  Invited
and contributed talks will be presented.

With regard to ParkBench funding, JD indicated that the UT/ORNL/NASA
Ames proposal was not selected for funding but that it could be re-
submitted next year.  Expected funding from Rome lab was not received.
TH and VG did not succeed this past year either although some funding
from Fujitsu is possible.

TH adjourned the meeting at 3:25pm EST.

From owner-parkbench-comm@CS.UTK.EDU Tue May 27 10:32:45 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA25239; Tue, 27 May 1997 10:32:45 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA05022; Tue, 27 May 1997 10:12:02 -0400
Received: from exu.inf.puc-rio.br (exu.inf.puc-rio.br [139.82.16.3]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA05013; Tue, 27 May 1997 10:11:53 -0400
Received: from obaluae (obaluae.inf.puc-rio.br) by exu.inf.puc-rio.br (4.1/SMI-4.1)
	id AA20170; Tue, 27 May 97 11:11:00 EST
From: maira@inf.puc-rio.br (Maira Tres Medina)
Received: by obaluae (SMI-8.6/client-1.3)
	id LAA16226; Tue, 27 May 1997 11:10:58 -0300
Date: Tue, 27 May 1997 11:10:58 -0300
Message-Id: <199705271410.LAA16226@obaluae>
To: parkbench-comments@CS.UTK.EDU
Subject: Benchmarks
Cc: parkbench-comm@CS.UTK.EDU, maira@CS.UTK.EDU, victal@CS.UTK.EDU
X-Sun-Charset: US-ASCII

Hello 

I'm a graduate student at the Computer Science Department of PUC-Rio
(Catholic University of Rio de Janeiro). I'm  currently studing
Low_Level benchmarks for measuring basic computer characteristics.

I have had same problems trying to run some of the benchmarks.
For example, the benchmark comms1 for PVM, prints the following errors messages
and stops.
 
    n05.sp1.lncc.br:/u/renata/maira/ParkBench/bin/RS6K>comms1_pvm
      Number of nodes =          2
      Front End System (1=yes, 0=no) =          0
      Spawning done by process (1=yes, 0=no) =          1
      Spawned           0  processes OK...
      libpvm [t4000c]: pvm_mcast(): Bad parameter
      TIDs sent...benchmark progressing...
 
 
   n05.sp1.lncc.br:/u/renata/maira/ParkBench> bin/RS6K/comms1_pvm 
     1525-006 The OPEN request cannot be processed because STATUS=OLD was coded 
     in the OPEN statement but the file comms1.dat does not exist. The program 
     will continue if ERR= or IOSTAT= has been coded in the OPEN statement.
     1525-099 Program is stopping because errors have occurred in an I/O request 
     and ERR= or IOSTAT= was not coded in the I/O statement.
 
 
I would like to know how I can execute the benchmarks only for  PVM.
Can you help me?
 
I have not had problems with benchmarks sequentials (tick1, tick2 ...).
 
Thank you very much for your attention.
 
Maira Tres Medina
Phd. Student
Pontificial Catholic University
Rio de Janeiro, Brazil
 

From owner-parkbench-comm@CS.UTK.EDU Wed May 28 16:36:07 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA15377; Wed, 28 May 1997 16:36:06 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA16158; Wed, 28 May 1997 16:26:41 -0400
Received: from rastaman.rmt.utk.edu (root@TCHM03A16.RMT.UTK.EDU [128.169.27.60]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA16150; Wed, 28 May 1997 16:26:37 -0400
Received: from rastaman.rmt.utk.edu (localhost [127.0.0.1]) by rastaman.rmt.utk.edu (8.7.6/8.7.3) with SMTP id QAA00226; Wed, 28 May 1997 16:33:33 -0400
Sender: mucci@CS.UTK.EDU
Message-ID: <338C968B.124F15AA@cs.utk.edu>
Date: Wed, 28 May 1997 16:33:33 -0400
From: "Philip J. Mucci" <mucci@CS.UTK.EDU>
Organization: University of Tennessee, Knoxville
X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.28 i586)
MIME-Version: 1.0
To: Maira Tres Medina <maira@inf.puc-rio.br>
CC: parkbench-comments@CS.UTK.EDU, parkbench-comm@CS.UTK.EDU
Subject: Re: Benchmarks
References: <199705271410.LAA16226@obaluae>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

You need to make sure the dat files are in the executable directory.
They should be installed in $PVM_ROOT/bin/$PVM_ARCH.

-Phil

-- 
/%*\ Philip J. Mucci | GRA in CS under Dr. JJ Dongarra /*%\
\*%/ http://www.cs.utk.edu/~mucci  PVM/Active Messages \%*/

From owner-parkbench-comm@CS.UTK.EDU Thu Jun  5 11:30:41 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id LAA11302; Thu, 5 Jun 1997 11:30:41 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA14227; Thu, 5 Jun 1997 10:53:09 -0400
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id KAA14220; Thu, 5 Jun 1997 10:53:07 -0400
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id KAA06499; Thu, 5 Jun 1997 10:53:06 -0400 (EDT)
Date: Thu, 5 Jun 1997 10:53:06 -0400 (EDT)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199706051453.KAA06499@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Gordon conference deadline extended
Forwarding: Mail from 'Pat Worley <worley>'
     dated: Thu, 5 Jun 1997 10:48:07 -0400 (EDT)
Cc: worley@haven.EPM.ORNL.GOV, tony@cs.msstate.edu

(Our apologies if you receive this multiple times.)

There is still room for additional attendees at the Gordon Conference on High
Performance Computing, and the Gordon Research Conference administration has
agreed to extend the application deadline. As a practical matter,
applications need to be submitted no later than JULY 1. We will also stop
accepting applications before that date if the maximum meeting size is
reached, so please apply as soon as possible if you are interested in
attending.   

The simplest way to apply is to download the application form from the web
site 

http://www.erc.msstate.edu/conferences/gordon97

or to use the online registration option available at the same site.
If you have any problems with either of these, please contact the organizers
at tony@cs.msstate.edu and worleyph@ornl.gov. 

Complete information on the meeting is available from the Web site or its
links, but a short summary of the meeting follows:

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

The 1997 Gordon Conference on High Performance Computing and
Information Infrastructure: "Practical Revolutions in HPC and NII"

Chair, Anthony Skjellum, Mississippi State University, tony@cs.msstate.edu,
       601-325-8435
Co-Chair, Pat Worley, Oak Ridge National Laboratory, worleyph@ornl.gov,
       615-574-3128

Conference web page: http://www.erc.msstate.edu/conferences/gordon97

July 13-17, 1997
Plymouth State College
Plymouth NH

The now bi-annual Gordon conference series in HPC and NII commenced in 1992
and has had its second meeting in 1995.  The Gordon conferences are an
elite series of conferences designed to advance the state-of-the-art in
covered disciplines. Speakers are assured of anonymity and
referencing presentations done at Gordon conferences is prohibited by
conference rules in order to promote science, rather than publication
lists.  Previous meetings have had good international participation,
and this is always encouraged. Experts, novices, and technically
interested parties from other fields interested in HPC and NII are
encouraged to apply to attend.

The conference consists of technical sessions in the morning and evening,
with afternoons free for discussion and recreation. Each session consists of
2 or 3 one hour talks, with ample time for questions and discussion. All
speakers are invited and there are no parallel sessions. All attendees are
both encouraged and expected to actively participate, via discussions during
the technical sessions or via poster presentations. 

All attendees, including speakers, poster presenters, and session chairs,
must apply to attend. Poster presenters should indicate their poster
proposals on their applications. While all posters must be approved,
successful applicants should assume that their posters have been accpeted
unless they hear otherwise. 

Meeting Themes:
  Networks: Emerging capabilities and the practical implications
          : New types of networking  
  Real-Time Issues
  Multilevel Multicomputers
  Processors-in-Memory and Other Fine Grain Computational Architectures
  Impact of Evolving Hardware on Applications
  Impact of Software Abstractions on Performance

Confirmed Speakers:
  Ashok K. Agrawala		University of Maryland
  Kirstie Bellman		DARPA/SISTO
  James C. Browne		University of Texas at Austin
  Andrew Chien			University of Illiniois, Urbana-Champaign
  Thomas H. Cormen		Dartmouth College
  Jean-Dominique Decotignie	CSEM
  David Greenberg		Sandia National Laboratories
  William Gropp			Argonne National Laboratory
  Don Heller			Ames Laboratory
  Jeff Koller			Information Sciences Institute
  Peter Kogge			University of Notre Dame
  Chris Landauer		The Aerospace Corporation
  Olaf M. Lubeck		Los Alamos National Laboratory
  Andrew Lumsdaine		University of Notre Dame
  Lenore Mullins		SUNY, Albany
  Paul Plassmann		Argonne National Laboratory
  Lui Sha			Carnegie Mellon Univeristy
  Paul Woodward			University of Minnesota


From owner-parkbench-comm@CS.UTK.EDU Tue Jul  1 17:06:52 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id RAA20550; Tue, 1 Jul 1997 17:06:51 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA21503; Tue, 1 Jul 1997 17:03:35 -0400
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA21438; Tue, 1 Jul 1997 17:02:42 -0400
Received: from baker (baker.npac.syr.edu) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA10168; Tue, 1 Jul 97 22:00:22 BST
Date: Tue,  1 Jul 97 20:55:49    
From: Mark Baker <mab@sis.port.ac.uk>
Subject: Fall 97 Parkbench Workshop - Southampton, UK
To: ejz@ecs.soton.ac.uk, parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU,
        William Gropp <gropp@mcs.anl.gov>,
        Antoine Hyaric <Antoine.Hyaric@comlab.ox.ac.uk>, gent@genias.de,
        gcf@npac.syr.edu, geerd.hoffman@ecmwf.co.uk, reed@cs.uiuc.edu,
        david@cs.cf.ac.uk, clemens-august.thole@gmd.de, klaus.stueben@gmd.de,
        "J.C.T. Pool" <jpool@cacr.caltech.edu>,
        Paul Messina <messina@cacr.caltech.edu>, foster@mcs.anl.gov,
        idh@soton.ac.uk, rjc@soton.ac.uk, plg@pac.soton.ac.uk,
        Graham.Nudd@dcs.warwick.ac.uk
Cc: lec@ecs.soton.ac.uk, rjr@ecs.soton.ac.uk,
        "MATRAVERS Prof. D R STAF" <DRM12@sms.port.ac.uk>,
        wilsona@sis.port.ac.uk, grant <grant@afs.mcc.ac.uk>,
        hwyau@epcc.ed.ac.uk
X-Priority: 3 (Normal)
X-Mailer: Chameleon 5.0.1, TCP/IP for Windows, NetManage Inc.
Message-Id: <Chameleon.867790738.mab@baker>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

This is to let you know that the Department of Electronics and Computer
Science at the University of Southampton is organising a Fall 97 
Parkbench Workshop on the 11th and 12th of September 1997.
See http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/ for futher 
details.

The workshop will include a number of talks from researchers working in
th field of performance evaluation and modelling of computer systems, a panel
discussion session and a Parkbench committee meeting.

The Workshop is free to attend - workshop delegates need only cover their
own travel and accommodation expenses. Attendance is limited and so the 
availability of places at the Workshop will be allocated on a first come basis.

It is planned to turn the talks given at the Workshop into a series of 
short papers which will be put together and published as a Special Issue 
of the electronic journal Performance Evaluation and Modelling of 
Computer Systems (PEMCS).

For further information or registration details refer to the Web pages -
(http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/registration.html).

I would appreciate it if you would kindly pass this email onto colleges who
may be interested in the event.

Regards

Mark


-------------------------------------
Dr Mark Baker
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 7/1/97 - Time: 8:55:49 PM
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Wed Jul 23 17:19:23 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id RAA04434; Wed, 23 Jul 1997 17:19:23 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA28191; Wed, 23 Jul 1997 17:10:39 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA28171; Wed, 23 Jul 1997 17:10:24 -0400 (EDT)
Received: from baker (baker.npac.syr.edu) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA14190; Wed, 23 Jul 97 22:10:30 BST
Date: Wed, 23 Jul 97 22:01:41 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: PEMCS Web Site
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Face: "3@c]&iv:nfs&\mp6n<RAc6^[LSl&b"vx:G#zkJus3[uV=a.|~/c]T(LKr/FQ'iWPiMF'4x
 n2{)H=1~y.#7>N90ioxbQ-Eu:]}^MyviIL7YjwT,Cl)|TYpTQ})PP'&O=V`~)JQRWjM?H;'`q\"3mv
 "j@5vs)}!WC3pG9q:;rpe0\LoLQfY"1?1A.\(f=E*&QAW8WK+)*)T0[Bv=[{.-f7<6Ddv!2XaWhH
X-Priority: 3 (Normal)
Message-Id: <Chameleon.869692062.mab@baker>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

The Web site that will host the Journal of "Performance 
Evaluation and Modelling of Computer Systems (PEMCS)" can
be found at:

http://hpc-journals.ecs.soton.ac.uk/PEMCS/

The pages I have put up are at the present still in a 
"draft/under-construction" state.

I would appreciate any comments or feedback about the
pages.

Regards

Mark



-------------------------------------
Dr Mark Baker
DIS, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 07/23/97 - Time: 22:01:41
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Thu Jul 24 08:26:42 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA12708; Thu, 24 Jul 1997 08:26:42 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA04617; Thu, 24 Jul 1997 08:21:55 -0400 (EDT)
Received: from berry.cs.utk.edu (BERRY.CS.UTK.EDU [128.169.94.70]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA04599; Thu, 24 Jul 1997 08:21:23 -0400 (EDT)
Received: from cs.utk.edu by berry.cs.utk.edu with ESMTP (cf v2.11c-UTK)
          id IAA13817; Thu, 24 Jul 1997 08:21:24 -0400
Message-Id: <199707241221.IAA13817@berry.cs.utk.edu>
To: Mark Baker <mab@sis.port.ac.uk>
cc: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU
Subject: Re: PEMCS Web Site 
In-reply-to: Your message of Wed, 23 Jul 1997 22:01:41 -0000.
             <Chameleon.869692062.mab@baker> 
Date: Thu, 24 Jul 1997 08:21:24 -0400
From: "Michael W. Berry" <berry@CS.UTK.EDU>



> Dear All,
> 
> The Web site that will host the Journal of "Performance 
> Evaluation and Modelling of Computer Systems (PEMCS)" can
> be found at:
> 
> http://hpc-journals.ecs.soton.ac.uk/PEMCS/
> 
> The pages I have put up are at the present still in a 
> "draft/under-construction" state.
> 
> I would appreciate any comments or feedback about the
> pages.
> 
> Regards
> 
> Mark
> 
> 
> 
> -------------------------------------
> Dr Mark Baker
> DIS, University of Portsmouth, Hants, UK
> Tel: +44 1705 844285	Fax: +44 1705 844006
> E-mail: mab@sis.port.ac.uk
> Date: 07/23/97 - Time: 22:01:41
> URL http://www.sis.port.ac.uk/~mab/
> -------------------------------------
> 

Mark,
the webpages are well organized.  You might reconsider the
red text on the green background of the menu frame.  It was
difficult to read on my machine at home.

Nice work!
Mike

-------------------------------------------------------------------
Michael W. Berry                     Ayres Hall 114
berry@cs.utk.edu                     Department of Computer Science          
OFF:(423) 974-3838                   University of Tennessee
FAX:(423) 974-4404                   Knoxville, TN  37996-1301
URL:http://www.cs.utk.edu/~berry/
-------------------------------------------------------------------

From owner-parkbench-comm@CS.UTK.EDU Fri Aug  1 12:59:29 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA05831; Fri, 1 Aug 1997 12:59:27 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA01387; Fri, 1 Aug 1997 12:38:00 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA01337; Fri, 1 Aug 1997 12:37:24 -0400 (EDT)
Received: from baker (baker.npac.syr.edu) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA15842; Fri, 1 Aug 97 17:36:11 BST
Date: Fri,  1 Aug 97 17:17:51 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Reminder - Fall Parkbench Workshop
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Face: ,<'y31|nlb,jCP5?km9\KD+>p9/e?:|$RRhY]e;#`awGHh=mrY.T??#]-*rt}l0*u`k2A7n
 KlqNG"u'-%cS@3|G[%=m%bSB[lfSn5n"gD4CU(j?1y?#SOkm!qw_=p%c#"6g&(+\Oy6T{4CEShal?z
 M)&Gd'Pb6Qc~>SPx{m[F55=]yY>cN>|/m5)T?q`OTjdQL=7-n%NT({;;$P*2[#7ZWL8baLoI_/F89,
 x'u`*$'<|ctKNYTSJuLV=!$QT3bN*>91V,a0Cc"_UsxwMKg\;#W2LZ$!`j?ZWp;byz~;y}2Dz6i7y%
 E&;gfnmI_~}+oifmWXJMHfWeezBL1("ZnFe!rnX[Q|,:IJ?iq+PePa/[3R4
X-Priority: 3 (Normal)
Message-Id: <Chameleon.870453138.mab@baker>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

This email is a reminder about the:

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

				Fall ParkBench Workshop

                           Thursday 11th/Friday 12th September 1997 

                               at the University of Southampton, UK


		See http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/


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

If you are interested in attending the Workshop you should register now and 
reserve accommodation as hotel rooms in Southampton during the workshop period
will be in short supply due to the "International Southampton Boat Show" which 
will also be taking place.

At present we have a preliminary reservation on rooms at the County Hotel where
the Workshop is being held. Without concrete delegate reservations we can only
hold onto there rooms for approximately another week.

Thereafter, accommodation at the Hotel, or around the city, may be more problematic
in getting and reserving. So, I encourage potential Workshop delegates to 
register ASAP.

Mark


-------------------------------------
Dr Mark Baker
University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 08/01/97 - Time: 17:17:52
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Aug 11 13:13:12 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA20171; Mon, 11 Aug 1997 13:13:11 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA06842; Mon, 11 Aug 1997 13:02:59 -0400 (EDT)
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA06808; Mon, 11 Aug 1997 13:02:42 -0400 (EDT)
Received: from MIT.MIT.EDU by MIT.EDU with SMTP
	id AA27349; Mon, 11 Aug 97 13:02:14 EDT
Received: from HOCKEY.MIT.EDU by MIT.MIT.EDU (5.61/4.7) id AA01161; Mon, 11 Aug 97 13:02:12 EDT
Message-Id: <9708111702.AA01161@MIT.MIT.EDU>
X-Sender: mmccarth@po9.mit.edu
X-Mailer: Windows Eudora Pro Version 2.1.2
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Mon, 11 Aug 1997 13:02:12 -0400
To: alison.wall@rl.ac.uk, weber@scripps.edu, schauser@cs.ucsb.edu,
        dewombl@sandia.gov, edgorha@sandia.gov, rdskocy@sandia.gov,
        sales@pgroup.com, utpds@CS.UTK.EDU, parkbench-comm@CS.UTK.EDU,
        pancake@cs.orst.edu, johnreed@ghost.CS.ORST.EDU, levesque@apri.com,
        davida@cit.gu.edu.au, gddt@gup.uni-linz.ac.at,
        atempt@gup.uni-linz.ac.at, rileyba@ornl.gov, bac@ccs.ornl.gov
From: "Michael F. McCarthy" <mmccarth@MIT.EDU>
Subject: For Sale: CM-5


   PLEASE FORWARD THIS NOTE TO ANYONE THAT YOU BELIEVE 
   MAY HAVE AN INTEREST IN PURCHASING THIS SYSTEM!
__________________________________________________________________________

Case #3971 -- FOR SALE - CM5 with 128 nodes and SDA --
__________________________________________________________________________

The MIT Lab for Computer Science offers for bid sale a Thinking Machines 
CM-5 Connection Machine (described below).  

Bids to purchase this system are requested from all interested parties,
(with a minimum expected Bid of $25,000).

All bids must be received at the MIT property office by 5:00 PM (EDT)
on Monday, 8/Sept/97.

The machine must be moved from MIT within 10 business days of  acceptance
of the bid. All expenses and arrangements for moving will be made by 
purchaser.

The system consists of:

1) 128 PN CM-5 w/ Vector Units, 256 Network addresses-Part 
          No.CM5-128V-32F
2) Scalable Disk Array with Twenty-four(24) 
          1.2 GB Drives-Part No.CM5-SA25F
3) Control Processor Interface-Part No. CM5-CPI
4) S-Bus to Diagnostics Network Interface-Part No. CM5-SDN
5) S-Bus Network Interface Board(5)-Part No. CM5-SNI

[N.B. On July 16 1997 power was turned off.The machine can be 
turned back on in its present location only until Friday, 22/AUG/97 
when wiring changes are planned in that machine room.]
 
"The Institute reserves the right to reject any or all offers.MIT makes no
warranty of any kind, express or implied, with respect to this equipment.
This includes fitness for a particular purpose. It is the responsibility of 
those making an offer to determine, before making an offer, that the
equipment meets any conditions required by those making that offer.Thank you."
__________________________________________________________________________

Submit bids for Case #3971  
                before Monday, 8/Sept/97, 5:00 PM (EDT) to: 
*****************************************************************
* Michael F. McCarthy       * Phone:  (617)253-2779             *
* MIT Property Office       * FAX:    (617)253-2444             *
* E19-429                   * E-Mail: mmccarth@MIT.EDU          * 
* 77 Massachusetts Ave.     *                                   *
* Cambridge, MA 02139       *                                   *
*****************************************************************
__________________________________________________________________________

SYSTEM HISTORY 

The Project SCOUT CM-5 is housed in M.I.T's Laboratory for Computer 
Science (L.C.S). The machine was acquired in 1993 as part of the the ARPA 
sponsored project SCOUT, and used to accomplish the stated aim of the 
project of "fermenting collaborations between users, builders and
networkers of massively parallel computers". The CM-5 computer, developed
and manufactured by Thinking Machines Corporation, evolved from earlier
T.M.C. computers (the CM-2 and the CM-200)with an architecture targeted 
toward teraflops performance for large, complex data intensive applications.

The MIT hardware consists of a total of 128 32MHz SPARC  microprocessors,
each with 4 proprietary floating point arithmetic units and 32Mb of local
memory attached to it. The system also includes a subsidiary 25Gb parallel 
file system for handling high volume parallel application I/O. 
 
The system was operated under full maintenance contract 
from May of 1993 until March 20 1997.

On July 16 1997 power was turned off. The machine can be turned back on
in its present location only until Friday, 22/AUG/97 when wiring changes 
are planned in that machine room.

The system was used primarily for research but a description of an 
instructional use made of the machine can be found at
     http://www-erl.mit.edu/eaps/seminar/iap95/cnh/CM5Intro.html

Web sites about other CM5 sites and general information include:
     http://www.math.uic.edu/~hanson/cmg.html
     http://www.acl.lanl.gov/UserInfo/cm5admin.html
     http://ec.msc.edu/CM5/

__________________________________________________________________________
FUTURE MAINTENANCE

People submitting bids may wish to discuss future maintenance issues
with a company that is a present maintainer of CM5 Equipment, 
Connection Machine Services. 
*****************************************************************
* Larry Stewart                * Phone:  (505) 820-1470         *
*                              * Cell:   (505) 690-7799         *
* Account Executive            * FAX:    (505) 820-0810         *
* Connection Machines Services * Home:   (505) 983-9670         *
* 1373 Camino Sin Salida       * Pager   (888) 712-4143         *
* Santa Fe, NM 87501           * E-Mail: stewart@ix.netcom.com  *
*****************************************************************
__________________________________________________________________________








Michael F. McCarthy
MIT Property Office
E19-429
77 Massachusetts Ave.
Cambridge, MA 02139
Ph   (617)253-2779
Fax  (617)253-2444


From owner-parkbench-comm@CS.UTK.EDU Mon Sep  1 05:44:50 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id FAA11838; Mon, 1 Sep 1997 05:44:50 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA07176; Mon, 1 Sep 1997 05:35:14 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA07160; Mon, 1 Sep 1997 05:34:44 -0400 (EDT)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA14311; Mon, 1 Sep 97 10:33:06 BST
Date: Mon,  1 Sep 97 10:19:23 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Final Announcement: Fall ParkBench Workshop
To: "Daniel A. Reed"  <reed@cs.uiuc.edu>,
        "J.C.T. Pool"  <jpool@cacr.caltech.edu>, a.j.grant@mcc.ac.uk,
        Antoine Hyaric  <Antoine.Hyaric@comlab.ox.ac.uk>,
        Ed Zaluska  <E.J.Zaluska@ecs.soton.ac.uk>,
        Fritz Ferstl  <ferstl@genias.de>, Hon W Yau  <hwyau@epcc.ed.ac.uk>,
        idh@soton.ac.uk, parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU,
        Paul Messina  <messina@cacr.caltech.edu>,
        R.Rankin@Queens-Belfast.AC.UK, rjc@soton.ac.uk, topic@mcc.ac.uk,
        Wolfgang Genzsch  <getup@genias.de>
Cc: lec@ecs.soton.ac.uk
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Face: ,<'y31|nlb,jCP5?km9\KD+>p9/e?:|$RRhY]e;#`awGHh=mrY.T??#]-*rt}l0*u`k2A7n
 KlqNG"u'-%cS@3|G[%=m%bSB[lfSn5n"gD4CU(j?1y?#SOkm!qw_=p%c#"6g&(+\Oy6T{4CEShal?z
 M)&Gd'Pb6Qc~>SPx{m[F55=]yY>cN>|/m5)T?q`OTjdQL=7-n%NT({;;$P*2[#7ZWL8baLoI_/F89,
 x'u`*$'<|ctKNYTSJuLV=!$QT3bN*>91V,a0Cc"_UsxwMKg\;#W2LZ$!`j?ZWp;byz~;y}2Dz6i7y%
 E&;gfnmI_~}+oifmWXJMHfWeezBL1("ZnFe!rnX[Q|,:IJ?iq+PePa/[3R4
X-Priority: 3 (Normal)
Message-Id: <Chameleon.873106125.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear all,

This is the FINAL ANNOUNCEMENT:

If you would like to attend this workshop please let Lesley Courtney 
(lec@ecs.soton.ac.uk) know by Friday 5th September 1997 at 
the latest as we need to confirm numbers.

Workshop details can be found at

http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/

Regards

Mark



-------------------------------------
Dr Mark Baker
University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 09/01/97 - Time: 10:19:23
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Wed Sep  3 15:37:55 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id PAA20262; Wed, 3 Sep 1997 15:37:55 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA08273; Wed, 3 Sep 1997 15:19:14 -0400 (EDT)
Received: from punt-2.mail.demon.net (punt-2b.mail.demon.net [194.217.242.6]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA08262; Wed, 3 Sep 1997 15:19:10 -0400 (EDT)
Received: from minnow.demon.co.uk ([158.152.73.63]) by punt-2.mail.demon.net
           id aa0626941; 3 Sep 97 17:35 BST
Message-ID: <pin21IA7KYD0Ew2z@minnow.demon.co.uk>
Date: Wed, 3 Sep 1997 16:31:07 +0100
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Prototype PICT release 1.0
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>

At their last meeting the Parkbench Committee recommended that an
interactive curve fitting tool be produced for the postprocessing and
parametrisation of Parkbench results using the latest Internet Web
technology. I have produced a prototype of such a tool as a Java applet
running on a Web page on the user's machine and called it PICT
(Parkbench Interactive Curve-fitting Tool). This is now ready for
evaluation and testing by the committee.

The tool provides the following features:

(1) Automatic plotting of Low-Level Parkbench output files from a URL
anywhere on the Web (At present limited to New COMMS1 and Raw data, but
easily extended to original COMMS1 and RINF1). This is useful for a
quick comparison of raw data.

(2) Automatic plotting of both 2 and 3-parameter curve-fits which are
produce by the benchmarks. Good for checking the quality of the fits.

(3) Allows manual rescaling of the graph range to suit the data, either
by typing in the required range values or by dragging out a range box
with the mouse.

(4) Allows the 2-parameter and 3-parameter performance curves to be
manually moved about the graph in order to fine tune the fits. The curve
follows the mouse and the RMS and MAX percentage errors are shown as the
curve moves. Alternatively parameter values can be typed in and the
Manual button pressed when the curve for these values will be plotted.

(5) The data file being plotted can be VIEWed and a HELP button provides
a description of the action of each button in a separate windows.

The PICT applet has been built on top of Leigh Brookshaw's 2D plotting
package the URL for which is given at the bottom of the HELP window. The
features under the RESTART button are in his original code, I have just
added the 2-PARA and 3-PARA features.

The applet was developed using JDK1.0 beta on a PC with a 1600x1200
display and works on the PC both locally and from my Web page with
appletview, MSIE 3.02 and Netscape 3.01. It has also been successfully
run on a Solaris Sun with NS3.01, but another Sun user has reported no
graphs and errors due to "wrong applet version". So please report your
experiences (both success and failure please) to me with all the
details.

To play with PICT turn your browser to:

     http://www.minnow.demon.co.uk/pict/source/pict1.html  or 
                                               pict1a.html 

pict1.html asks for 1000x732 pixels and suits PCs best (it's about the
minimum useful size).

pict1a.html asks for 1020x900 pixels and was necessary for the whole
applet to visible on the Sun.

For those wishing to look closer all the source is provided and should
be downloadable. Suggestions for improvement, corrections or
constructive criticism are solicited.

I have asked for an agenda item to be included for the Parkbench meeting
on 11 Sept in Southampton so that PICT can be discussed. I look forward
to seeing some of you there.
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-lowlevel@CS.UTK.EDU Wed Sep 10 06:29:15 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA21129; Wed, 10 Sep 1997 06:29:14 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA20815; Wed, 10 Sep 1997 06:31:30 -0400 (EDT)
Received: from sun3.nsfnet-relay.ac.uk (sun3.nsfnet-relay.ac.uk [128.86.8.50]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id GAA20791; Wed, 10 Sep 1997 06:30:47 -0400 (EDT)
Received: from bright.ecs.soton.ac.uk by sun3.nsfnet-relay.ac.uk with JANET SMTP (PP); Wed, 10 Sep 1997 11:30:44 +0100
Received: from landlord.ecs.soton.ac.uk by bright.ecs.soton.ac.uk; Wed, 10 Sep 97 11:32:57 BST
From: Vladimir Getov <vsg@ecs.soton.ac.uk>
Received: from bill.ecs.soton.ac.uk by landlord.ecs.soton.ac.uk; Wed, 10 Sep 97 11:33:16 BST
Date: Wed, 10 Sep 97 11:33:13 BST
Message-Id: <2458.9709101033@bill.ecs.soton.ac.uk>
To: parkbench-lowlevel@CS.UTK.EDU, parkbench-comm@CS.UTK.EDU,
        parkbench-hpf@CS.UTK.EDU
Subject: ParkBench Committee Meeting - tentative Agenda

Dear Colleague,

The ParkBench (Parallel Benchmark Working Group)
will meet in Southampton, U.K. on 
September 11th, 1997 as part of the ParkBench Workshop.

The Workshop site will be the County Hotel in Southampton.

  County Hotel
  Highfield Lane
  Southampton, U.K.
  Phone: +44-(0)1703-359955


Please send us your comments about the tentative agenda:


14:30  Finalize meeting agenda
       Minutes of last meeting (Erich Strohmaier)

14:45  Changes to Current release:
         - Low Level COMMS benchmarks (Vladimir Getov)
         - NAS Parallel Benchmarks (Subhash Saini)

15:15  New benchmarks:
         - HPF Low Level benchmarks (Mark Baker)


15:30  ParkBench Performance Analysis Tools:
         - ParkBench Result Templates (Vladimir Getov and Mark Papiani)
         - Visualization of Parallel Benchmark Results - new GBIS
           (Mark Papiani and Flavio Bergamaschi)
         - Interactive Web-page Curve-fitting of Parallel Performance
           Measurements (Roger Hockney)


16:15  Demonstrations:
         - Java Low-Level Benchmarks (Vladimir Getov)
         - BenchView: Java Tool for Visualization of Parallel Benchmark Results
           (Mark Papiani and Flavio Bergamaschi)
         - PICT: An Interactive Web-page Curve-fitting Tool (Roger Hockney)


16:45  Other activities:
         - "Electronic Benchmarking Journal" - status report (Mark Baker)


       Miscellaneous
       Date and venue for next meeting

17:00       Adjourn


Tony Hey
Vladimir Getov
Erich Strohmaier

From owner-parkbench-comm@CS.UTK.EDU Wed Sep 10 06:40:25 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA21186; Wed, 10 Sep 1997 06:40:25 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA20806; Wed, 10 Sep 1997 06:31:06 -0400 (EDT)
Received: from sun3.nsfnet-relay.ac.uk (sun3.nsfnet-relay.ac.uk [128.86.8.50]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id GAA20791; Wed, 10 Sep 1997 06:30:47 -0400 (EDT)
Received: from bright.ecs.soton.ac.uk by sun3.nsfnet-relay.ac.uk with JANET SMTP (PP); Wed, 10 Sep 1997 11:30:44 +0100
Received: from landlord.ecs.soton.ac.uk by bright.ecs.soton.ac.uk; Wed, 10 Sep 97 11:32:57 BST
From: Vladimir Getov <vsg@ecs.soton.ac.uk>
Received: from bill.ecs.soton.ac.uk by landlord.ecs.soton.ac.uk; Wed, 10 Sep 97 11:33:16 BST
Date: Wed, 10 Sep 97 11:33:13 BST
Message-Id: <2458.9709101033@bill.ecs.soton.ac.uk>
To: parkbench-lowlevel@CS.UTK.EDU, parkbench-comm@CS.UTK.EDU,
        parkbench-hpf@CS.UTK.EDU
Subject: ParkBench Committee Meeting - tentative Agenda

Dear Colleague,

The ParkBench (Parallel Benchmark Working Group)
will meet in Southampton, U.K. on 
September 11th, 1997 as part of the ParkBench Workshop.

The Workshop site will be the County Hotel in Southampton.

  County Hotel
  Highfield Lane
  Southampton, U.K.
  Phone: +44-(0)1703-359955


Please send us your comments about the tentative agenda:


14:30  Finalize meeting agenda
       Minutes of last meeting (Erich Strohmaier)

14:45  Changes to Current release:
         - Low Level COMMS benchmarks (Vladimir Getov)
         - NAS Parallel Benchmarks (Subhash Saini)

15:15  New benchmarks:
         - HPF Low Level benchmarks (Mark Baker)


15:30  ParkBench Performance Analysis Tools:
         - ParkBench Result Templates (Vladimir Getov and Mark Papiani)
         - Visualization of Parallel Benchmark Results - new GBIS
           (Mark Papiani and Flavio Bergamaschi)
         - Interactive Web-page Curve-fitting of Parallel Performance
           Measurements (Roger Hockney)


16:15  Demonstrations:
         - Java Low-Level Benchmarks (Vladimir Getov)
         - BenchView: Java Tool for Visualization of Parallel Benchmark Results
           (Mark Papiani and Flavio Bergamaschi)
         - PICT: An Interactive Web-page Curve-fitting Tool (Roger Hockney)


16:45  Other activities:
         - "Electronic Benchmarking Journal" - status report (Mark Baker)


       Miscellaneous
       Date and venue for next meeting

17:00       Adjourn


Tony Hey
Vladimir Getov
Erich Strohmaier

From owner-parkbench-lowlevel@CS.UTK.EDU Thu Sep 18 18:27:19 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id SAA12991; Thu, 18 Sep 1997 18:27:18 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id SAA29359; Thu, 18 Sep 1997 18:26:21 -0400 (EDT)
Received: from k2.llnl.gov (zosel@k2.llnl.gov [134.9.1.1]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id SAA29352; Thu, 18 Sep 1997 18:26:19 -0400 (EDT)
Received: (from zosel@localhost)
	by k2.llnl.gov (8.8.5/8.8.5/LLNL-Jun96) id PAA07246
	for parkbench-lowlevel@cs.utk.edu; Thu, 18 Sep 1997 15:26:16 -0700 (PDT)
Date: Thu, 18 Sep 1997 15:26:16 -0700 (PDT)
From: Mary E Zosel <zosel@k2.llnl.gov>
Message-Id: <199709182226.PAA07246@k2.llnl.gov>
To: parkbench-lowlevel@CS.UTK.EDU
Subject: any pthreads tests???

Does anyone know of any low-level performance tests for pthreads libraries???
I'm interested in both single processor performance of pthreads calls - 
and also multiprocessor (shared memory) calls ... to measure the overhead
of the calls.
  -mary zosel-   zosel@llnl.gov

From owner-parkbench-lowlevel@CS.UTK.EDU Sun Sep 21 09:13:20 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id JAA08699; Sun, 21 Sep 1997 09:13:20 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA15884; Sun, 21 Sep 1997 09:15:32 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA15877; Sun, 21 Sep 1997 09:15:30 -0400 (EDT)
Received: from mordillo (p41.ascend3.is2.bb.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA10322; Sun, 21 Sep 97 14:15:58 BST
Date: Sun, 21 Sep 97 13:32:56 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Re: any pthreads tests???
To: Mary E Zosel  <zosel@k2.llnl.gov>, parkbench-lowlevel@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <199709182226.PAA07246@k2.llnl.gov> 
Message-Id: <Chameleon.874845447.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Mary,

This has been talked about as one of the activities that Parkbench
would be interested in persuing. But, so far we have not had the
time or man-power to follow up our interests.

Ron Sercely at HP/CTCX was particularly interested in this area. Also,
I know the people at Manchester University wrote a bunch of
Pthreads codes - some were benchmarks - for their KSR machine.

Hope this helps.

Regards

Mark


--- On Thu, 18 Sep 1997 15:26:16 -0700 (PDT)  Mary E Zosel <zosel@k2.llnl.gov> wrote:
> Does anyone know of any low-level performance tests for pthreads libraries???
> I'm interested in both single processor performance of pthreads calls - 
> and also multiprocessor (shared memory) calls ... to measure the overhead
> of the calls.
>   -mary zosel-   zosel@llnl.gov
> 

---------------End of Original Message-----------------

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 09/21/97 - Time: 13:32:57
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Wed Sep 24 06:04:19 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA23913; Wed, 24 Sep 1997 06:04:18 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA23163; Wed, 24 Sep 1997 05:46:35 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA23156; Wed, 24 Sep 1997 05:46:26 -0400 (EDT)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA29780; Wed, 24 Sep 97 10:47:01 BST
Date: Wed, 24 Sep 97 10:38:39 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: PC timers
To: parkbench-comm@CS.UTK.EDU, parkbench-low-level@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.875094053.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Can someone suggest the appropriate PC-based timer 
function (MS Visual C++ or Digital Visual Fortran)
to replace the usual gettimeofday call !?

Cheers

Mark

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 09/24/97 - Time: 10:38:39
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Thu Sep 25 10:11:01 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA20147; Thu, 25 Sep 1997 10:11:01 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA18087; Thu, 25 Sep 1997 09:24:56 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA18080; Thu, 25 Sep 1997 09:24:53 -0400 (EDT)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA12457; Thu, 25 Sep 97 14:25:35 BST
Date: Thu, 25 Sep 97 14:11:59 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: PC Time function
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.875193559.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Thanks to all for timer info. I used the C function _ftime()
in the end because it had millisec resolution. Just had
to get a my head around using INTERFACE in F90 to include
the external C function.

I've inserted my version of the _ftime() timer below - I don't think
there are any obvious error in it :-)

I also implemented the dflib F90 function  CALL GETTIM(hour, min, sec, hund) -
this function passed tick2 testing but only has 1/100 sec resolution.

-------------------------------------------------------
double dwalltime00()
{

    struct _timeb timebuf;

    _ftime( &timebuf );

    return (double) timebuf.time + (double) timebuf.millitm / 1000.0;
}

double dwalltime00_()
{
	return dwalltime00();
}

double DWALLTIME00()
{
	return dwalltime00();
}
-------------------------------------------------------




Cheers

Mark




-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 09/25/97 - Time: 14:11:59
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Tue Oct  7 06:35:04 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA26560; Tue, 7 Oct 1997 06:35:04 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA25697; Tue, 7 Oct 1997 06:10:11 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA25668; Tue, 7 Oct 1997 06:09:40 -0400 (EDT)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA05125; Tue, 7 Oct 97 11:09:53 BST
Date: Tue,  7 Oct 97 10:43:49 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Workshop Papers
To: "Aad J. van der Steen"  <steen@fys.ruu.nl>, Charles Grassl  <cmg@cray.com>,
        Clemens Thole  <clemens-august.thole@gmd.de>,
        David Snelling  <snelling@fecit.co.uk>,
        Erich Strohmaier  <erich@CS.UTK.EDU>,
        Grapham Nudd  <Graham.Nudd@dcs.warwick.ac.uk>,
        Klaus Stueben  <klaus.stueben@gmd.de>, parkbench-comm@CS.UTK.EDU,
        Roger Hockney  <roger@minnow.demon.co.uk>,
        Saini Subhash  <saini@nas.nasa.gov>,
        Vladimir Getov  <vsg@ecs.soto.ac.uk>,
        William Gropp  <gropp@mcs.anl.gov>
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.876218541.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

I am now back in the office and have a small amount of time to follow
up the Parkbench Workshop that took place a few weeks ago.

I would firstly like to thanks everyone who attended - especially
all the speakers. Even though we did not attract hundreds of 
delegates to the workshop, I think the event was very successful 
- but I may be bias...

So, the plans are that in the first instance I will collect the slides
from all the speaker and package them up and put them on the PEMCS
Web site.

We also decided that we would encourage all the speaker to produce
short papers on their talks and put all the workshop paper together
to create a special issue the the PEMCES journal.

Can the speakers therefore send me their slides (I would prefer
powerpoint or word version if possible). I will harrass you further
about a short papers in the near future.

Thanks in advance for your help.

Regards

Mark



-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 10/07/97 - Time: 10:43:49
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Sun Oct 12 09:55:57 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id JAA28908; Sun, 12 Oct 1997 09:55:57 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA08800; Sun, 12 Oct 1997 09:44:23 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA08793; Sun, 12 Oct 1997 09:44:20 -0400 (EDT)
Received: from mordillo (p26.nas4.is2.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA11347; Sun, 12 Oct 97 14:45:07 BST
Date: Sun, 12 Oct 97 14:35:10 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Equivalent to comms1
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.876663429.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Can someone point me at the equivalant of comms1 written in
C - either MPI or sockets (or even PVM if its out there).

Cheers

Mark


-------------------------------------
Dr Mark Baker
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 10/12/97 - Time: 14:35:10
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Oct 13 16:30:04 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA17020; Mon, 13 Oct 1997 16:29:59 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA24297; Mon, 13 Oct 1997 16:02:05 -0400 (EDT)
Received: from dancer.cs.utk.edu (DANCER.CS.UTK.EDU [128.169.92.77]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA24288; Mon, 13 Oct 1997 16:02:03 -0400 (EDT)
From: Philip Mucci <mucci@CS.UTK.EDU>
Received:  by dancer.cs.utk.edu (cf v2.11c-UTK)
          id QAA02925; Mon, 13 Oct 1997 16:02:00 -0400
Date: Mon, 13 Oct 1997 16:02:00 -0400
Message-Id: <199710132002.QAA02925@dancer.cs.utk.edu>
To: mab@sis.port.ac.uk, parkbench-comm@CS.UTK.EDU
Subject: Re: Equivalent to comms1
In-Reply-To: <Chameleon.876663429.mab@mordillo>
X-Mailer: [XMailTool v3.1.2b]


I would check out my mpbench on my web page....
It does PVM and MPI for now...

> Can someone point me at the equivalant of comms1 written in
> C - either MPI or sockets (or even PVM if its out there).
> 
> Cheers
> 
> Mark
> 
> 
> -------------------------------------
> Dr Mark Baker
> CSM, University of Portsmouth, Hants, UK
> Tel: +44 1705 844285	Fax: +44 1705 844006
> E-mail: mab@sis.port.ac.uk
> Date: 10/12/97 - Time: 14:35:10
> URL http://www.sis.port.ac.uk/~mab/
> -------------------------------------
> 

/%*\ Philip J. Mucci | GRA in CS under Dr. JJ Dongarra /*%\
\*%/ http://www.cs.utk.edu/~mucci  PVM/Active Messages \%*/ 

From owner-parkbench-comm@CS.UTK.EDU Mon Oct 20 10:37:14 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA15359; Mon, 20 Oct 1997 10:37:14 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA07990; Mon, 20 Oct 1997 10:19:41 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA07691; Mon, 20 Oct 1997 10:17:09 -0400 (EDT)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA16636; Mon, 20 Oct 97 15:17:33 BST
Date: Mon, 20 Oct 97 15:02:39 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: PEMCS Short Article
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.877356527.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

I've just put up (at last!!) the first PEMCES short article at
http://hpc-journals.ecs.soton.ac.uk/PEMCS/Articles/

At the moment there is not much of a "house style" for the format
of the papers and articles - this will hopefully be developed over
the coming months.

I expect to put the first full paper up on the Web in the next week or
so.

Comments, ideas and help with the journal and its Web site are most
welcome.

Regards

Mark

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


COMPARING COMMUNICATION PERFORMANCE OF MPI ON THE CRAY RESEARCH T3E-600 AND IBM SP-2 1
	
                                by
                Glenn R. Luecke and James J. Coyle
                    Iowa State University
                 Ames, Iowa 50011-2251, USA
                
                     Waqar ul Haque
                University of Northern British Columbia
               Prince George, British Columbia, Canada V2N 4Z9
                              

Abstract 

This paper reports the performance of the Cray Research T3E and IBM SP-2 on a collection of 
communication tests that use MPI for the message passing. These tests have been designed to 
evaluate the performance of communication patterns that we feel are likely to occur in 
scientific programs. Communication tests were performed for messages of sizes 8 Bytes (B), 
1 KB, 100 KB, and 10 MB with 2, 4, 8, 16, 32 and 64 processors. Both machines provided a high 
level of concurrency for the nearest neighbor communication tests and moderate concurrency on 
the broadcast operations. On the tests used, the T3E significantly outperformed the SP-2 with 
most performance tests being at least three times faster than the SP-2. 


-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 10/20/97 - Time: 15:02:42
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Sat Oct 25 08:52:33 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA12875; Sat, 25 Oct 1997 08:52:33 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA05256; Sat, 25 Oct 1997 08:41:15 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA05244; Sat, 25 Oct 1997 08:41:05 -0400 (EDT)
Received: from mordillo (p16.nas2.is2.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA01764; Sat, 25 Oct 97 13:41:26 BST
Date: Sat, 25 Oct 97 13:27:24 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Parkbench Workshop Talks - On line
To: Chuck Koelbel  <chk@cs.rice.edu>,
        Clemens Thole  <clemens-august.thole@gmd.de>,
        Grapham Nudd  <Graham.Nudd@dcs.warwick.ac.uk>,
        Guy Robinson  <robinson@arsc.edu>,
        Klaus Stueben  <klaus.stueben@gmd.de>, parkbench-comm@CS.UTK.EDU,
        William Gropp  <gropp@mcs.anl.gov>
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 2 (High)
Message-Id: <Chameleon.877782734.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

I have put the talks received so far up at...

http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/abstracts.html

Please can the speakers who have not passed their talks onto me to
do so.

Thanks in advance.

Regards

Mark


-------------------------------------
Dr Mark Baker
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 10/25/97 - Time: 13:27:25
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Fri Oct 31 08:22:47 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA19412; Fri, 31 Oct 1997 08:22:46 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA15140; Fri, 31 Oct 1997 07:44:09 -0500 (EST)
Received: from post.mail.demon.net (post-20.mail.demon.net [194.217.242.27]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA15133; Fri, 31 Oct 1997 07:44:05 -0500 (EST)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa2017784; 31 Oct 97 12:25 GMT
Message-ID: <uFBOiBAJ2cW0EwdA@minnow.demon.co.uk>
Date: Fri, 31 Oct 1997 12:22:33 +0000
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Announcing PICT2
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>

                         ANNOUNCING PICT2
                         ++++++++++++++++

The prototype Parkbench Interactive Curve Fitting Tool (PICT1) that was
demonstrated at the Southampton meeting of Parkbench in September was
difficult to use on small screens because the image was too large and
could not be reduced in size to suit the users' screen size. Sorry, I
had developed it on my own 1600x1200 display without realising that most
users considered 800x600 as large!

Well the new version PICT2 that is now on my web page allows for the
full range of screen sizes: 640x480, 800x600, 1024x768, >=1600x1200, and
also allows the user to customise his own display by selecting a font
size and screen width and height. So the new version should be usable by
all -- I hope!   

Another problem at Southampton was that the display workstation was very
old and too slow in MHz to do the job. I use a P133 Pentium and the
graphs lines move around instantly, but if you only have a 20MHz machine
for example the response wil probably be too slow to be useful for real
curve interactive fitting. There is nothing I can do about this except
to suggest that you use the need to use PICT as an excuse (I mean
justification) to upgrade your equipment.

PICT2 still relies on the use of New COMMS1 to compute the least square
2-para fit and the 3-point fit fot the 3-para. The next step will be to
put these features in PICT but that is a fair amount of code to get
right and I thought it best to solve the screen-size problem first. But
remember the key point about PICT is that it allows Interactive manual
fitting and display that is not otherwise available.

To try out PICT2 turn your browser to:

             http://www.minnow.demon.co.uk/pict/source/pict2a.html

and follow the instructions. When you have a good PICT Frame displayed,
press the HELP button for a description of the button actions.

Please report problems, experiences (good and bad), suggestions to me
at:

             roger@minnow.demon.co.uk

I need feedback in order to improve the tool.  

Best wishes to you all

Roger
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Tue Nov 11 06:21:05 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA18373; Tue, 11 Nov 1997 06:21:05 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA27963; Tue, 11 Nov 1997 06:06:45 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA27930; Tue, 11 Nov 1997 06:06:15 -0500 (EST)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA23083; Tue, 11 Nov 97 11:07:22 GMT
Date: Tue, 11 Nov 97 11:00:36 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Couple of Announcements
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.879246493.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

A couple of announcements...

Firstly, the majority of the papers presented at  Fall ParkBench Workshop 
on Thursday 11th /Friday 12th September 1997 at the University of Southampton,
are now on-line and can be found at...

http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/abstracts.html

or 

>From http://hpc-journals.ecs.soton.ac.uk/PEMCS/ and click on News in the left frame...

Secondly, the first full paper for the electronic journal Performance Evaluation 
and Modelling of Computer Systems (PEMCS)

"PERFORM - A Fast Simulator For Estimating Program Execution Time" By Alistair
Dunlop and Tony Hey,  Department Electronics and Computer Science University of 
Southampton Southampton, SO17 1BJ, U.K. 

Can be found at...

http://hpc-journals.ecs.soton.ac.uk/PEMCS/Papers/vol1.html

See you'll at the Parkbench BOF at SC'97...


Mark



-------------------------------------
Dr Mark Baker
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 11/11/97 - Time: 11:00:36
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-lowlevel@CS.UTK.EDU Wed Nov 12 21:30:42 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id VAA13985; Wed, 12 Nov 1997 21:30:42 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id VAA06841; Wed, 12 Nov 1997 21:31:46 -0500 (EST)
Received: from rudolph.cs.utk.edu (RUDOLPH.CS.UTK.EDU [128.169.92.87]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id VAA06806; Wed, 12 Nov 1997 21:31:01 -0500 (EST)
Received: from localhost by rudolph.cs.utk.edu with SMTP (cf v2.11c-UTK)
          id VAA24812; Wed, 12 Nov 1997 21:31:01 -0500
Date: Wed, 12 Nov 1997 21:31:00 -0500 (EST)
From: Erich Strohmaier <erich@CS.UTK.EDU>
To: parkbench-hpf@CS.UTK.EDU, parkbench-lowlevel@CS.UTK.EDU,
        parkbench-comm@CS.UTK.EDU
Subject: ParkBench BOF session at the SC'97
Message-ID: <Pine.SUN.3.96.971112212856.24760D-100000@rudolph.cs.utk.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear Colleague,

  The ParkBench (PARallel Kernels and BENCHmarks) committee has
organized a BOF session at the SC'97 in San Jose.

   Room:   Convention Center Room C1 
   Time:   Wednesday  5:30pm              


We will talk about the latest release, new results available and future
plans.

                Tentative Agenda of the BOF

   - Introduction, background, WWW-Server 
   - Current Release of ParkBench
   - Low Level Performance Evaluation Tools
   - LinAlg Kernel Benchmarks
   - NAS Parallel Benchmarks,  including latest results
   - Plans for the next Release 
   - Electronic Journal of Performance Evaluation and Modeling
     for Computer Systems
   - Questions from the floor / discussion 


  Please mark your calendar and plan to attend.


Jack Dongarra
Tony Hey 
Erich Strohmaier



From owner-parkbench-comm@CS.UTK.EDU Wed Nov 12 21:46:18 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id VAA14031; Wed, 12 Nov 1997 21:46:17 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id VAA06813; Wed, 12 Nov 1997 21:31:03 -0500 (EST)
Received: from rudolph.cs.utk.edu (RUDOLPH.CS.UTK.EDU [128.169.92.87]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id VAA06806; Wed, 12 Nov 1997 21:31:01 -0500 (EST)
Received: from localhost by rudolph.cs.utk.edu with SMTP (cf v2.11c-UTK)
          id VAA24812; Wed, 12 Nov 1997 21:31:01 -0500
Date: Wed, 12 Nov 1997 21:31:00 -0500 (EST)
From: Erich Strohmaier <erich@CS.UTK.EDU>
To: parkbench-hpf@CS.UTK.EDU, parkbench-lowlevel@CS.UTK.EDU,
        parkbench-comm@CS.UTK.EDU
Subject: ParkBench BOF session at the SC'97
Message-ID: <Pine.SUN.3.96.971112212856.24760D-100000@rudolph.cs.utk.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear Colleague,

  The ParkBench (PARallel Kernels and BENCHmarks) committee has
organized a BOF session at the SC'97 in San Jose.

   Room:   Convention Center Room C1 
   Time:   Wednesday  5:30pm              


We will talk about the latest release, new results available and future
plans.

                Tentative Agenda of the BOF

   - Introduction, background, WWW-Server 
   - Current Release of ParkBench
   - Low Level Performance Evaluation Tools
   - LinAlg Kernel Benchmarks
   - NAS Parallel Benchmarks,  including latest results
   - Plans for the next Release 
   - Electronic Journal of Performance Evaluation and Modeling
     for Computer Systems
   - Questions from the floor / discussion 


  Please mark your calendar and plan to attend.


Jack Dongarra
Tony Hey 
Erich Strohmaier



From owner-parkbench-lowlevel@CS.UTK.EDU Thu Nov 13 06:30:40 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA07097; Thu, 13 Nov 1997 06:30:40 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA01844; Thu, 13 Nov 1997 05:55:24 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA01835; Thu, 13 Nov 1997 05:55:18 -0500 (EST)
Received: from mordillo (p19.nas2.is2.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA18430; Thu, 13 Nov 97 10:56:11 GMT
Date: Thu, 13 Nov 97 10:48:53 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Fall 97 Parkbench Committee Meeting Minutes
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU,
        parkbench-lowlevel@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <Pine.SUN.3.96.971112212856.24760D-100000@rudolph.cs.utk.edu> 
Message-Id: <Chameleon.879418489.mab@mordillo>
Mime-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="mordillo:879418490:877:126:21579"

--mordillo:879418490:877:126:21579
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

Here are the minutes of the Parkbench committee meeting held The County
Hotel in Southampton during the Fall 97 Parkbench Workshop.

For those of you with a MIME-compliant mail-reader I've attached a formatted
word 7 doc.

Regards

Mark

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

Parkbench Committee Meeting
Held during the Fall Parkbench Workshop

The County Hotel
Southampton, UK

1515,  11th September 1997


Meeting Participation List:

Mark Baker - Univ. of Portsmouth (mab@sis.port.ac.uk)
Flavio Bergamaschi  - Univ of Southampton (fab@ecs.soton.ac.uk)
Jack Dongarra - Univ. of Tenn./ORNL (dongarra@cs.utk.edu)
Vladimir Getov  - Univ. of Westminister (getovv@wmin.ac.uk)
Charles Grassl - SGI/Cray (cmg@cray.com)
William Gropp - ANL (gropp@mcs.anl.gov)
Tony Hey - Univ. of Southampton (ajgh@ecs.soton.ac.uk)
Roger Hockney - Univ. of Westminister (roger@minnow.demon.co.uk)
Mark Papiani - Univ of Southampton (mp@ecs.soton.ac.uk)
Subhash Saini - NASA Ames (saini@nas.nasa.gov)
Dave Snelling - FECIT (snelling@fecit.co.uk)
Aad J. van der Steen  - RUU (steen@fys.ruu.nl)
Erich Strohmaier - Univ. of Tennessee (erich@cs.utk.edu)
Klaus Stueben - GMD  (klaus.stueben@gmd.de)

Meeting Activities and Actions

Tony Hey chaired the meeting.

Minutes from last meeting were seven pages long and it was decided that only the actions from the last 

meeting would be reviewed. The actions from last meeting were reviewed - a short discussion about each 

took place. A discussion about interaction with SPEC-HPG was initiated.

Comms Low-Level Benchmarks 

Vladimir Getov gave a short presentation on the current status of the Parkbench Comms benchmarks.  
Charles Grassl was asked to explained how his new Comms programs worked and the rationale behind it. 
A long discussion ensued.

Action - Create a formal proposal  of alternative or additions to the comms low-level benchmarks for 
SC'97 
- Charles Grassl.

Action - Members should look at the PALLAS version of the low-level benchmarks (based on 
Genesis/RAPS).

Action  - Erich  Strohmaier and Vladimir Getov will discuss the efforts needed to split up Parkbench 
and 
add in the new Comms1 benchmark (with new curve fitting routine).

NPB - Subhash Siani reported on the status of the NAS Parallel Benchmarks

HPF - Mark Baker read Chuck Koebel's email about CEWES HPCM HPF efforts.

Action - Subhash Siani will let RICE know that Gina should start of from the single NAS codes

Electronic Journal - Mark Baker and Tony Hey reported on the electronic journal PEMCS and its Web 
site. It was agreed that this would be discussed  further informally.

Parkbench Report -Erich Strohmaier reported on the efforts of creating a new Parkbench report. A short 

discussion about this ensued.

Action - Jack Dongarra /Tony Hey will talk to other members about the potential efforts that could be 
put 
into a Parkbench report II by SC'97.

Funding Efforts

Jack Dongarra's recent benchmarking  proposal was turned down. Tony Hey mentioned the possibly of 
entering a proposal to the EU.
Possibility of a joint EU / NSF bid.

Mark Baker asked if SIO would be interested in being more closely involved.  William Gropp reported 
that 
SIO was actually winding down and so formal association was not really an option.

AOB

The participants were then invited by Tony to move to the University of Southampton (bldg. 16) for the 

Parkbench demonstrations which included:

-- Java Low-Level Benchmarks (Vladimir Getov)
-- BenchView: Java Tool for Visualization of Parallel Benchmark Results (Mark Papiani and Flavio
   Bergamaschi)
-- PICT: An Interactive Web-page Curve-fitting Tool (Roger Hockney)

Jack Dongarra  informed the committee of  Parkbench BOF at SC'97 (Wednesday at 3.30PM).

The meeting was wound up by Tony Hey at 1630.

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




-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 11/13/97 - Time: 10:48:53
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------

--mordillo:879418490:877:126:21579
Content-Type: APPLICATION/msword; name="minutes-fall-97.doc"
Content-Transfer-Encoding: BASE64
Content-Description: minutes-fall-97.doc

0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAAB
AAAAEQAAAAAAAAAAEAAAEgAAAAEAAAD+////AAAAABAAAAD/////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
///////////////////////cpWgAY+AJBAAAAABlAAAAAAAAAAAAAAAAAwAA
hxAAABAeAAAAAAAAAAAAAAAAAAAAAAAAhw0AAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAABgAAGoAAAAAGAAAagAAAGoYAAAAAAAAahgAAAAA
AABqGAAAAAAAAGoYAAAAAAAAahgAABQAAACkGAAAAAAAAKQYAAAAAAAApBgA
AAAAAACkGAAAAAAAAKQYAAAAAAAApBgAAAoAAACuGAAAEAAAAKQYAAAAAAAA
Eh0AAHwAAAC+GAAAAAAAAL4YAAAAAAAAvhgAAAAAAAC+GAAAAAAAAL4YAAAA
AAAAvhgAAAAAAAC+GAAAAAAAAL4YAAAAAAAABxoAAAIAAAAJGgAAAAAAAAka
AAAAAAAACRoAAEsAAABUGgAAUAEAAKQbAABQAQAA9BwAAB4AAACOHQAAWAAA
AOYdAAAqAAAAEh0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAahgAAAAAAAC+GAAA
AAAAAAAACQAKAAEAAgC+GAAAAAAAAL4YAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AL4YAAAAAAAAvhgAAAAAAAASHQAAAAAAANQYAAAAAAAAahgAAAAAAABqGAAA
AAAAAL4YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4YAAAAAAAA1BgAAAAAAADU
GAAAAAAAANQYAAAAAAAAvhgAABYAAABqGAAAAAAAAL4YAAAAAAAAahgAAAAA
AAC+GAAAAAAAAAcaAAAAAAAAAAAAAAAAAAAQq9KCIvC8AX4YAAAOAAAAjBgA
ABgAAABqGAAAAAAAAGoYAAAAAAAAahgAAAAAAABqGAAAAAAAAL4YAAAAAAAA
BxoAAAAAAADUGAAAMwEAANQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAABQYXJrYmVuY2ggQ29tbWl0dGVlIE1lZXRp
bmcNDUhlbGQgZHVyaW5nIHRoZSBGYWxsIFBhcmtiZW5jaCBXb3Jrc2hvcA0N
VGhlIENvdW50eSBIb3RlbA0NU291dGhhbXB0b24sIFVLDQ0xNTE1LCAgMTF0
aCBTZXB0ZW1iZXIgMTk5Nw0NDU1lZXRpbmcgUGFydGljaXBhdGlvbiBMaXN0
Og0NTWFyayBCYWtlciAtIFVuaXYuIG9mIFBvcnRzbW91dGggKG1hYkBzaXMu
cG9ydC5hYy51aykNRmxhdmlvIEJlcmdhbWFzY2hpICAtIFVuaXYgb2YgU291
dGhhbXB0b24gKGZhYkBlY3Muc290b24uYWMudWspDUphY2sgRG9uZ2FycmEg
LSBVbml2LiBvZiBUZW5uLi9PUk5MIChkb25nYXJyYUBjcy51dGsuZWR1KQ1W
bGFkaW1pciBHZXRvdiAgLSBVbml2LiBvZiBXZXN0bWluaXN0ZXIgKGdldG92
dkB3bWluLmFjLnVrKQ1DaGFybGVzIEdyYXNzbCAtIFNHSS9DcmF5IChjbWdA
Y3JheS5jb20pDVdpbGxpYW0gR3JvcHAgLSBBTkwgKGdyb3BwQG1jcy5hbmwu
Z292KQ1Ub255IEhleSAtIFVuaXYuIG9mIFNvdXRoYW1wdG9uIChhamdoQGVj
cy5zb3Rvbi5hYy51aykNUm9nZXIgSG9ja25leSAtIFVuaXYuIG9mIFdlc3Rt
aW5pc3RlciAocm9nZXJAbWlubm93LmRlbW9uLmNvLnVrKQ1NYXJrIFBhcGlh
bmkgLSBVbml2IG9mIFNvdXRoYW1wdG9uIChtcEBlY3Muc290b24uYWMudWsp
DVN1Ymhhc2ggU2FpbmkgLSBOQVNBIEFtZXMgKHNhaW5pQG5hcy5uYXNhLmdv
dikNRGF2ZSBTbmVsbGluZyAtIEZFQ0lUIChzbmVsbGluZ0BmZWNpdC5jby51
aykNQWFkIEouIHZhbiBkZXIgU3RlZW4gIC0gUlVVIChzdGVlbkBmeXMucnV1
Lm5sKQ1FcmljaCBTdHJvaG1haWVyIC0gVW5pdi4gb2YgVGVubmVzc2VlIChl
cmljaEBjcy51dGsuZWR1KQ1LbGF1cyBTdHVlYmVuIC0gR01EICAoa2xhdXMu
c3R1ZWJlbkBnbWQuZGUpDQ1NZWV0aW5nIEFjdGl2aXRpZXMgYW5kIEFjdGlv
bnMNDVRvbnkgSGV5IGNoYWlyZWQgdGhlIG1lZXRpbmcuDQ1NaW51dGVzIGZy
b20gbGFzdCBtZWV0aW5nIHdlcmUgc2V2ZW4gcGFnZXMgbG9uZyBhbmQgaXQg
d2FzIGRlY2lkZWQgdGhhdCBvbmx5IHRoZSBhY3Rpb25zIGZyb20gdGhlIGxh
c3QgbWVldGluZyB3b3VsZCBiZSByZXZpZXdlZC4gVGhlIGFjdGlvbnMgZnJv
bSBsYXN0IG1lZXRpbmcgd2VyZSByZXZpZXdlZCAtIGEgc2hvcnQgZGlzY3Vz
c2lvbiBhYm91dCBlYWNoIHRvb2sgcGxhY2UuIEEgZGlzY3Vzc2lvbiBhYm91
dCBpbnRlcmFjdGlvbiB3aXRoIFNQRUMtSFBHIHdhcyBpbml0aWF0ZWQuDQ1D
b21tcyBMb3ctTGV2ZWwgQmVuY2htYXJrcyANDVZsYWRpbWlyIEdldG92IGdh
dmUgYSBzaG9ydCBwcmVzZW50YXRpb24gb24gdGhlIGN1cnJlbnQgc3RhdHVz
IG9mIHRoZSBQYXJrYmVuY2ggQ29tbXMgYmVuY2htYXJrcy4gIENoYXJsZXMg
R3Jhc3NsIHdhcyBhc2tlZCB0byBleHBsYWluZWQgaG93IGhpcyBuZXcgQ29t
bXMgcHJvZ3JhbXMgd29ya2VkIGFuZCB0aGUgcmF0aW9uYWxlIGJlaGluZCBp
dC4gDUEgbG9uZyBkaXNjdXNzaW9uIGVuc3VlZC4NDUFjdGlvbiAtIENyZWF0
ZSBhIGZvcm1hbCBwcm9wb3NhbCAgb2YgYWx0ZXJuYXRpdmUgb3IgYWRkaXRp
b25zIHRvIHRoZSBjb21tcyBsb3ctbGV2ZWwgYmVuY2htYXJrcyBmb3IgU0OS
OTcgLSBDaGFybGVzIEdyYXNzbC4NDUFjdGlvbiAtIE1lbWJlcnMgc2hvdWxk
IGxvb2sgYXQgdGhlIFBBTExBUyB2ZXJzaW9uIG9mIHRoZSBsb3ctbGV2ZWwg
YmVuY2htYXJrcyAoYmFzZWQgb24gR2VuZXNpcy9SQVBTKS4NDUFjdGlvbiAg
LSBFcmljaCAgU3Ryb2htYWllciBhbmQgVmxhZGltaXIgR2V0b3Ygd2lsbCBk
aXNjdXNzIHRoZSBlZmZvcnRzIG5lZWRlZCB0byBzcGxpdCB1cCBQYXJrYmVu
Y2ggYW5kIGFkZCBpbiB0aGUgbmV3IENvbW1zMSBiZW5jaG1hcmsgKHdpdGgg
bmV3IGN1cnZlIGZpdHRpbmcgcm91dGluZSkuDQ1OUEIgLSBTdWJoYXNoIFNp
YW5pIHJlcG9ydGVkIG9uIHRoZSBzdGF0dXMgb2YgdGhlIE5BUyBQYXJhbGxl
bCBCZW5jaG1hcmtzDQ1IUEYgLSBNYXJrIEJha2VyIHJlYWQgQ2h1Y2sgS29l
YmVsknMgZW1haWwgYWJvdXQgQ0VXRVMgSFBDTSBIUEYgZWZmb3J0cy4NDUFj
dGlvbiAtIFN1Ymhhc2ggU2lhbmkgd2lsbCBsZXQgUklDRSBrbm93IHRoYXQg
R2luYSBzaG91bGQgc3RhcnQgb2YgZnJvbSB0aGUgc2luZ2xlIE5BUyBjb2Rl
cw0NRWxlY3Ryb25pYyBKb3VybmFsIC0gTWFyayBCYWtlciBhbmQgVG9ueSBI
ZXkgcmVwb3J0ZWQgb24gdGhlIGVsZWN0cm9uaWMgam91cm5hbCBQRU1DUyBh
bmQgaXRzIFdlYiBzaXRlLiBJdCB3YXMgYWdyZWVkIHRoYXQgdGhpcyB3b3Vs
ZCBiZSBkaXNjdXNzZWQgIGZ1cnRoZXIgaW5mb3JtYWxseS4NDVBhcmtiZW5j
aCBSZXBvcnQgLUVyaWNoIFN0cm9obWFpZXIgcmVwb3J0ZWQgb24gdGhlIGVm
Zm9ydHMgb2YgY3JlYXRpbmcgYSBuZXcgUGFya2JlbmNoIHJlcG9ydC4gQSBz
aG9ydCBkaXNjdXNzaW9uIGFib3V0IHRoaXMgZW5zdWVkLg0NQWN0aW9uIC0g
SmFjayBEb25nYXJyYSAvVG9ueSBIZXkgd2lsbCB0YWxrIHRvIG90aGVyIG1l
bWJlcnMgYWJvdXQgdGhlIHBvdGVudGlhbCBlZmZvcnRzIHRoYXQgY291bGQg
YmUgcHV0IGludG8gYSBQYXJrYmVuY2ggcmVwb3J0IElJIGJ5IFNDkjk3Lg0N
RnVuZGluZyBFZmZvcnRzDQ1KYWNrIERvbmdhcnJhknMgcmVjZW50IGJlbmNo
bWFya2luZyAgcHJvcG9zYWwgd2FzIHR1cm5lZCBkb3duLiBUb255IEhleSBt
ZW50aW9uZWQgdGhlIHBvc3NpYmx5IG9mIGVudGVyaW5nIGEgcHJvcG9zYWwg
dG8gdGhlIEVVLg1Qb3NzaWJpbGl0eSBvZiBhIGpvaW50IEVVIC8gTlNGIGJp
ZC4NDU1hcmsgQmFrZXIgYXNrZWQgaWYgU0lPIHdvdWxkIGJlIGludGVyZXN0
ZWQgaW4gYmVpbmcgbW9yZSBjbG9zZWx5IGludm9sdmVkLiAgV2lsbGlhbSBH
cm9wcCByZXBvcnRlZCB0aGF0IFNJTyB3YXMgYWN0dWFsbHkgd2luZGluZyBk
b3duIGFuZCBzbyBmb3JtYWwgYXNzb2NpYXRpb24gd2FzIG5vdCByZWFsbHkg
YW4gb3B0aW9uLg0NQU9CDQ1UaGUgcGFydGljaXBhbnRzIHdlcmUgdGhlbiBp
bnZpdGVkIGJ5IFRvbnkgdG8gbW92ZSB0byB0aGUgVW5pdmVyc2l0eSBvZiBT
b3V0aGFtcHRvbiAoYmxkZy4gMTYpIGZvciB0aGUgUGFya2JlbmNoIGRlbW9u
c3RyYXRpb25zIHdoaWNoIGluY2x1ZGVkOg0NSmF2YSBMb3ctTGV2ZWwgQmVu
Y2htYXJrcyAoVmxhZGltaXIgR2V0b3YpDUJlbmNoVmlldzogSmF2YSBUb29s
IGZvciBWaXN1YWxpemF0aW9uIG9mIFBhcmFsbGVsIEJlbmNobWFyayBSZXN1
bHRzIChNYXJrIFBhcGlhbmkgYW5kIEZsYXZpbyBCZXJnYW1hc2NoaSkNUElD
VDogQW4gSW50ZXJhY3RpdmUgV2ViLXBhZ2UgQ3VydmUtZml0dGluZyBUb29s
IChSb2dlciBIb2NrbmV5KQ0NSmFjayBEb25nYXJyYSAgaW5mb3JtZWQgdGhl
IGNvbW1pdHRlZSBvZiAgUGFya2JlbmNoIEJPRiBhdCBTQ5I5NyAoV2VkbmVz
ZGF5IGF0IDMuMzBQTSkuDQ1UaGUgbWVldGluZyB3YXMgd291bmQgdXAgYnkg
VG9ueSBIZXkgYXQgMTYzMC4NFQCk0C+l4D2mCAenCAeooAWpoAWqAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAHQMAAGgD
AAByAwAAdAMAAIYDAAChAwAAogMAAMUDAADXAwAABAQAABcEAAA+BAAAUQQA
AHwEAACNBAAAqgQAALYEAADNBAAA3gQAAAEFAAAVBQAAPgUAAFYFAABvBQAA
jgUAAKsFAAC9BQAA1gUAAOoFAAAJBgAAGQYAAEIGAABSBgAAagYAAH4GAACB
BgAAoAYAANcHAADzBwAARAgAAEkIAACJCAAAjggAANgIAADeCAAAVgkAAFwJ
AABeCQAAvwkAAMUJAAA3CgAAPQoAAGsKAABuCgAAtgoAALkKAAAACwAABgsA
AF8LAABxCwAACAwAABgMAACODAAAlAwAAB4NAAAtDQAALg0AAJIOAACVDgAA
hxAAAJ4QAAD79gD0APHvAO0A7QDtAO0A7QDrAO0A7QDtAO0A7QDtAO0A7QDm
APEA7QDtAOMA4+EA4wDtAPEA8QDjAPEA8QDjAPHvAPEA3wAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJ1AQACVoEABFWBVoEA
CFWBXQMAYxgAAANdBQADXQQAA10DAAVVgV0DAAJoAQAIVYFdAwBjHAAACFWB
XQMAYyQARwADAAAcAwAAHQMAAEUDAABGAwAAVwMAAFgDAABoAwAAaQMAAIQD
AACFAwAAhgMAAKIDAACjAwAA2QMAABkEAABTBAAAjwQAALgEAADgBAAAFwUA
AFgFAACQBQAAvwUAAOwFAAAbBgAAVAYAAIAGAACBBgAAoAYAAKEGAAC/BgAA
wAYAANYHAADXBwAA8wcAAPQHAAC9CAAA1wgAANgIAAD9AAHAIaIB+gABwCGi
Af0AAcAhRgH9AAHAIUYB/QABwCFGAf0AAcAhRgH9AAHAIUYB/QABwCHrAP0A
AcAh6wD6AAHAIesA+gABwCHrAPoAAcAh6QD6AAHAIesA+gABwCHyAPoAAcAh
8gD6AAHAIfIA+gABwCHyAPoAAcAh8gD6AAHAIfIA+gABwCHyAPoAAcAh8gD6
AAHAIfIA+gABwCHyAPoAAcAh8gD6AAHAIfIA+gABwCHyANwAAcAh8gD6AAHA
IesA+gABwCEWAfoAAcAh6wD6AAHAIesA+gABwCHrAPoAA8Ah6wD6AAHAIesA
+gABwCHpAPoAAcAh6wD6AALAIfIA+gABwCHrAPoAAcAh6wAAAAAAAAAAHQAA
BQMMNP8BAAgAAAEAAAABAGgBAAAAAAAAtwAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAgAABQMAAgAABQEn2AgAAFUJAABWCQAAvgkAAL8JAABq
CgAAawoAALUKAAC2CgAA/woAAAALAABeCwAAXwsAAAcMAAAIDAAAjQwAAI4M
AAAdDQAAHg0AAC4NAAAvDQAAsA0AANUNAADWDQAAkQ4AAJIOAACWDgAAlw4A
ACcPAAAoDwAAUw8AAL4PAAD/DwAAABAAAFgQAABZEAAAhxAAAP0E/8Ah2QH9
AAHAIesA/QT/wCHZAf0AAcAh6wD9BP/AIeAB/QABwCHrAP0AAcAh7gD9AAHA
IesA/QABwCHuAP0AAcAh6wD9AAHAIe4A/QABwCHrAP0E/8Ah2QH9AAHAIesA
/QT/wCHZAf0AAcAh6wD9BP/AIdkB/QABwCHrAP0AAcAh6QD9AAHAIesA/QAC
wCHrAP0AAcAh6wD9AAHAIesA/QACwCHrAP0AAcAh6wD9AAHAIekA/QABwCHr
AP0AAsAh6wD9AAHAIesA2wABwCH6ANsE/8Ah5QHbAAHAIfoA/QABwCHrAP0A
AcAh6wD9AAHAIesA/QABwCHrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAIQAABQMNCxFoAROY/gw0/wEACAAAAQAAAAEAaAEAAAAA
AAC3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAFAyQOAA8A
CAABAEsADwAAAAAAGgAAQPH/AgAaAAZOb3JtYWwAAgAAAAMAYQkEAAAAAAAA
AAAAAAAAAAAAAAAAACIAQUDy/6EAIgAWRGVmYXVsdCBQYXJhZ3JhcGggRm9u
dAAAAAAAAAAAAAAAAAAAAIcNAAAEAIcQAAAAAP////8CAAQh//8BAAAg//8C
AAAAAABqBwAAhw0AAAAAAQAAAAEAAAAAAAADAACeEAAACQAAAwAA2AgAAIcQ
AAAKAAsAAAAAAAECAAAVAgAAiQ0AAAcAHAAHADMBC01hcmsgIEJha2VyJEM6
XHRleFxQYXJrQmVuY2hcbWludXRlcy1mYWxsLTk3LmRvYwtNYXJrICBCYWtl
cjNDOlx0ZXhcUGFya0JlbmNoXEFkbWluaXN0cmF0aW9uXG1pbnV0ZXMtZmFs
bC05Ny5kb2MLTWFyayAgQmFrZXIzQzpcdGV4XFBhcmtCZW5jaFxBZG1pbmlz
dHJhdGlvblxtaW51dGVzLWZhbGwtOTcuZG9jC01hcmsgIEJha2VyM0M6XHRl
eFxQYXJrQmVuY2hcQWRtaW5pc3RyYXRpb25cbWludXRlcy1mYWxsLTk3LmRv
YwtNYXJrICBCYWtlcjNDOlx0ZXhcUGFya0JlbmNoXEFkbWluaXN0cmF0aW9u
XG1pbnV0ZXMtZmFsbC05Ny5kb2P/QFRla3Ryb25peCBQaGFzZXIgNTUwIDEy
MDAgZHBpAExQVDE6AHdpbnNwb29sAFRla3Ryb25peCBQaGFzZXIgNTUwIDEy
MDAgZHBpAFRla3Ryb25peCBQaGFzZXIgNTUwIDEyMDAgZHBpAAAAAQQABJwA
tAATzwEAAQABAOoKbwhkAAEADwBYAgIAAQAAAAMAAABMZXR0ZXIAABQAZWVl
ZWVlZWVlZWVlZWVlZWVlZWVlZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBSSVbgEAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAQJxAnECcAABAnAAAA
AAAAAABjdQgA/wMAAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFRla3Ryb25peCBQaGFzZXIg
NTUwIDEyMDAgZHBpAAAAAQQABJwAtAATzwEAAQABAOoKbwhkAAEADwBYAgIA
AQAAAAMAAABMZXR0ZXIAAAAADwAGAAAACgAwARQAMAEUAHIAcABjAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAFBSSVbgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAYAAAAAAAQJxAnECcAABAnAAAAAAAAAABjdQgA/wMAAQEBAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAOAAQDHAAAAxwAAAAgAzwDPAMcAAAAAAAAAxwAAAHwAFRaQAQAAVGlt
ZXMgTmV3IFJvbWFuAAwSkAECAFN5bWJvbAAWIpABAAZBcmlhbABIZWx2ZXRp
Y2EAABsmvAIAAEFyaWFsIFJvdW5kZWQgTVQgQm9sZAARNZABAABDb3VyaWVy
IE5ldwARNZABAgBNUyBMaW5lRHJhdwAiAAQAcQiJGAAA0AIAAGgBAAAAANBb
GYa2ahuGAAAAAAcAXAAAAPQBAAAnCwAAAgAFAAAABACDEBcAAAAAAAAAAAAA
AAIAAQAAAAEAAAAAAAAAIQMAAAAAKgAAAAAAAAALTWFyayAgQmFrZXILTWFy
ayAgQmFrZXIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAEAAAACAAAAAwAAAAQAAAAFAAAABgAAAAcA
AAAIAAAACQAAAAoAAAALAAAADAAAAA0AAAAOAAAADwAAAP7////9////FAAA
AP7///8cAAAA/v/////////////////////////////////////////+////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////UgBvAG8AdAAg
AEUAbgB0AHIAeQAAAGspDUphY2sgRG9uZ2FycmEgLSBVbml2LiBvZiBUZW5u
Li9PUk5MIChkbxYABQH//////////wEAAAAACQIAAAAAAMAAAAAAAABGAAAA
AKD5PUK9vrwBEKvSgiLwvAETAAAAQAMAAGdldG9XAG8AcgBkAEQAbwBjAHUA
bQBlAG4AdAAAAHNzbCAtIFNHSS9DcmF5IChjbWdAY3JheS5jb20pDVdpbGxp
YW0gGgACAQIAAAADAAAA/////3BwQG1jcy5hbmwuZ292KQ1Ub255IEhleSAt
IFVuaXYuIG9mIAAAAAAQHgAAdG9uIAEAQwBvAG0AcABPAGIAagAAAC51aykN
Um9nZXIgSG9ja25leSAtIFVuaXYuIG9mIFdlc3RtaW5pc3RlciAocm8SAAIB
////////////////LmNvLnVrKQ1NYXJrIFBhcGlhbmkAAAAAAAAAAAAAAAAA
AAAAAAAAAGoAAABtcEBlBQBTAHUAbQBtAGEAcgB5AEkAbgBmAG8AcgBtAGEA
dABpAG8AbgAAAHMgKHNhaW5pQG5hcy5uYXNhLmdvdikNRCgAAgH/////BAAA
AP////9FQ0lUIChzbmVsbGluZ0BmZWNpdAAAAAAAAAAAAAAAAAAAAAACAAAA
vAEAAHRlZW4BAAAA/v///wMAAAAEAAAABQAAAAYAAAAHAAAACAAAAP7///8K
AAAACwAAAAwAAAD+////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
/////////////////////////////////wEA/v8DCgAA/////wAJAgAAAAAA
wAAAAAAAAEYYAAAATWljcm9zb2Z0IFdvcmQgRG9jdW1lbnQACgAAAE1TV29y
ZERvYwAQAAAAV29yZC5Eb2N1bWVudC42APQ5snEAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAA/v8AAAQAAgAAAAAAAAAAAAAAAAAAAAAAAQAA
AOCFn/L5T2gQq5EIACsns9kwAAAAjAEAABIAAAABAAAAmAAAAAIAAACgAAAA
AwAAAKwAAAAEAAAAuAAAAAUAAADMAAAABgAAANgAAAAHAAAA5AAAAAgAAAD0
AAAACQAAAAgBAAASAAAAFAEAAAoAAAA8AQAACwAAAEgBAAAMAAAAVAEAAA0A
AABgAQAADgAAAGwBAAAPAAAAdAEAABAAAAB8AQAAEwAAAIQBAAACAAAA5AQA
AB4AAAABAAAAAAAGAB4AAAABAAAAAFdSTR4AAAAMAAAATWFyayAgQmFrZXIA
HgAAAAEAAAAAOmkQHgAAAAEAAAAAAAAAHgAAAAcAAABOb3JtYWwAYR4AAAAM
AAAATWFyayAgQmFrZXIAHgAAAAIAAAA3AAQAHgAAAB4AAABNaWNyb3NvZnQg
V29yZCBmb3IgV2luZG93cyA5NQAAAEAAAAAAKC3aDAAAAEAAAAAAAAAABQBE
AG8AYwB1AG0AZQBuAHQAUwB1AG0AbQBhAHIAeQBJAG4AZgBvAHIAbQBhAHQA
aQBvAG4AAAAAAAAAAAAAADgAAgD///////////////8AAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAA6AAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAP///////////////wAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAA////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/
//////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAD+/wAABAACAAAAAAAAAAAAAAAAAAAAAAABAAAAAtXN
1ZwuGxCTlwgAKyz5rjAAAAC4AAAACAAAAAEAAABIAAAADwAAAFAAAAAEAAAA
dAAAAAUAAAB8AAAABgAAAIQAAAALAAAAjAAAABAAAACUAAAADAAAAJwAAAAC
AAAA5AQAAB4AAAAZAAAAVW5pdmVyc2l0eSBvZiBQb3J0c21vdXRoAAAAAAMA
AAAAOgAAAwAAABcAAAADAAAABQAAAAsAAAAAAAAACwAAAAAAAAAMEAAAAgAA
AB4AAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AABAAAAAADhSnMW+vAFAAAAAANR+ciLwvAEDAAAAAgAAAAMAAAD0AQAAAwAA
ACcLAAADAAAAAAAAAAAAAAD+/wAABAACAAAAAAAAAAAAAAAAAAAAAAABAAAA
AtXN1ZwuGxCTlwgAKyz5rjAAAAC4AAAACAAAAAEAAABIAAAADwAAAFAAAAAE
AAAAdAAAAAUAAAB8AAAABgAAAIQAAAALAAAAjAAAABAAAACUAAAADAAAAJwA
AAACAAAA5AQAAB4AAAAZAAAAVW5pdmVyc2l0eSBvZiBQb3J0c21vdXRoAAAA
AAMAAAAAOgAAAwAAABcAAAADAAAABQAAAAsAAAAAAAAACwAAAAAAAAAMEAAA
AgAAAB4AAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAA

--mordillo:879418490:877:126:21579--

From owner-parkbench-comm@CS.UTK.EDU Thu Nov 13 06:31:53 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA07105; Thu, 13 Nov 1997 06:31:52 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA01880; Thu, 13 Nov 1997 05:56:05 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA01835; Thu, 13 Nov 1997 05:55:18 -0500 (EST)
Received: from mordillo (p19.nas2.is2.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA18430; Thu, 13 Nov 97 10:56:11 GMT
Date: Thu, 13 Nov 97 10:48:53 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Fall 97 Parkbench Committee Meeting Minutes
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU,
        parkbench-lowlevel@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <Pine.SUN.3.96.971112212856.24760D-100000@rudolph.cs.utk.edu> 
Message-Id: <Chameleon.879418489.mab@mordillo>
Mime-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="mordillo:879418490:877:126:21579"

--mordillo:879418490:877:126:21579
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

Here are the minutes of the Parkbench committee meeting held The County
Hotel in Southampton during the Fall 97 Parkbench Workshop.

For those of you with a MIME-compliant mail-reader I've attached a formatted
word 7 doc.

Regards

Mark

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

Parkbench Committee Meeting
Held during the Fall Parkbench Workshop

The County Hotel
Southampton, UK

1515,  11th September 1997


Meeting Participation List:

Mark Baker - Univ. of Portsmouth (mab@sis.port.ac.uk)
Flavio Bergamaschi  - Univ of Southampton (fab@ecs.soton.ac.uk)
Jack Dongarra - Univ. of Tenn./ORNL (dongarra@cs.utk.edu)
Vladimir Getov  - Univ. of Westminister (getovv@wmin.ac.uk)
Charles Grassl - SGI/Cray (cmg@cray.com)
William Gropp - ANL (gropp@mcs.anl.gov)
Tony Hey - Univ. of Southampton (ajgh@ecs.soton.ac.uk)
Roger Hockney - Univ. of Westminister (roger@minnow.demon.co.uk)
Mark Papiani - Univ of Southampton (mp@ecs.soton.ac.uk)
Subhash Saini - NASA Ames (saini@nas.nasa.gov)
Dave Snelling - FECIT (snelling@fecit.co.uk)
Aad J. van der Steen  - RUU (steen@fys.ruu.nl)
Erich Strohmaier - Univ. of Tennessee (erich@cs.utk.edu)
Klaus Stueben - GMD  (klaus.stueben@gmd.de)

Meeting Activities and Actions

Tony Hey chaired the meeting.

Minutes from last meeting were seven pages long and it was decided that only the actions from the last 

meeting would be reviewed. The actions from last meeting were reviewed - a short discussion about each 

took place. A discussion about interaction with SPEC-HPG was initiated.

Comms Low-Level Benchmarks 

Vladimir Getov gave a short presentation on the current status of the Parkbench Comms benchmarks.  
Charles Grassl was asked to explained how his new Comms programs worked and the rationale behind it. 
A long discussion ensued.

Action - Create a formal proposal  of alternative or additions to the comms low-level benchmarks for 
SC'97 
- Charles Grassl.

Action - Members should look at the PALLAS version of the low-level benchmarks (based on 
Genesis/RAPS).

Action  - Erich  Strohmaier and Vladimir Getov will discuss the efforts needed to split up Parkbench 
and 
add in the new Comms1 benchmark (with new curve fitting routine).

NPB - Subhash Siani reported on the status of the NAS Parallel Benchmarks

HPF - Mark Baker read Chuck Koebel's email about CEWES HPCM HPF efforts.

Action - Subhash Siani will let RICE know that Gina should start of from the single NAS codes

Electronic Journal - Mark Baker and Tony Hey reported on the electronic journal PEMCS and its Web 
site. It was agreed that this would be discussed  further informally.

Parkbench Report -Erich Strohmaier reported on the efforts of creating a new Parkbench report. A short 

discussion about this ensued.

Action - Jack Dongarra /Tony Hey will talk to other members about the potential efforts that could be 
put 
into a Parkbench report II by SC'97.

Funding Efforts

Jack Dongarra's recent benchmarking  proposal was turned down. Tony Hey mentioned the possibly of 
entering a proposal to the EU.
Possibility of a joint EU / NSF bid.

Mark Baker asked if SIO would be interested in being more closely involved.  William Gropp reported 
that 
SIO was actually winding down and so formal association was not really an option.

AOB

The participants were then invited by Tony to move to the University of Southampton (bldg. 16) for the 

Parkbench demonstrations which included:

-- Java Low-Level Benchmarks (Vladimir Getov)
-- BenchView: Java Tool for Visualization of Parallel Benchmark Results (Mark Papiani and Flavio
   Bergamaschi)
-- PICT: An Interactive Web-page Curve-fitting Tool (Roger Hockney)

Jack Dongarra  informed the committee of  Parkbench BOF at SC'97 (Wednesday at 3.30PM).

The meeting was wound up by Tony Hey at 1630.

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




-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 11/13/97 - Time: 10:48:53
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------

--mordillo:879418490:877:126:21579
Content-Type: APPLICATION/msword; name="minutes-fall-97.doc"
Content-Transfer-Encoding: BASE64
Content-Description: minutes-fall-97.doc

0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAAB
AAAAEQAAAAAAAAAAEAAAEgAAAAEAAAD+////AAAAABAAAAD/////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
///////////////////////cpWgAY+AJBAAAAABlAAAAAAAAAAAAAAAAAwAA
hxAAABAeAAAAAAAAAAAAAAAAAAAAAAAAhw0AAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAABgAAGoAAAAAGAAAagAAAGoYAAAAAAAAahgAAAAA
AABqGAAAAAAAAGoYAAAAAAAAahgAABQAAACkGAAAAAAAAKQYAAAAAAAApBgA
AAAAAACkGAAAAAAAAKQYAAAAAAAApBgAAAoAAACuGAAAEAAAAKQYAAAAAAAA
Eh0AAHwAAAC+GAAAAAAAAL4YAAAAAAAAvhgAAAAAAAC+GAAAAAAAAL4YAAAA
AAAAvhgAAAAAAAC+GAAAAAAAAL4YAAAAAAAABxoAAAIAAAAJGgAAAAAAAAka
AAAAAAAACRoAAEsAAABUGgAAUAEAAKQbAABQAQAA9BwAAB4AAACOHQAAWAAA
AOYdAAAqAAAAEh0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAahgAAAAAAAC+GAAA
AAAAAAAACQAKAAEAAgC+GAAAAAAAAL4YAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AL4YAAAAAAAAvhgAAAAAAAASHQAAAAAAANQYAAAAAAAAahgAAAAAAABqGAAA
AAAAAL4YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4YAAAAAAAA1BgAAAAAAADU
GAAAAAAAANQYAAAAAAAAvhgAABYAAABqGAAAAAAAAL4YAAAAAAAAahgAAAAA
AAC+GAAAAAAAAAcaAAAAAAAAAAAAAAAAAAAQq9KCIvC8AX4YAAAOAAAAjBgA
ABgAAABqGAAAAAAAAGoYAAAAAAAAahgAAAAAAABqGAAAAAAAAL4YAAAAAAAA
BxoAAAAAAADUGAAAMwEAANQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAABQYXJrYmVuY2ggQ29tbWl0dGVlIE1lZXRp
bmcNDUhlbGQgZHVyaW5nIHRoZSBGYWxsIFBhcmtiZW5jaCBXb3Jrc2hvcA0N
VGhlIENvdW50eSBIb3RlbA0NU291dGhhbXB0b24sIFVLDQ0xNTE1LCAgMTF0
aCBTZXB0ZW1iZXIgMTk5Nw0NDU1lZXRpbmcgUGFydGljaXBhdGlvbiBMaXN0
Og0NTWFyayBCYWtlciAtIFVuaXYuIG9mIFBvcnRzbW91dGggKG1hYkBzaXMu
cG9ydC5hYy51aykNRmxhdmlvIEJlcmdhbWFzY2hpICAtIFVuaXYgb2YgU291
dGhhbXB0b24gKGZhYkBlY3Muc290b24uYWMudWspDUphY2sgRG9uZ2FycmEg
LSBVbml2LiBvZiBUZW5uLi9PUk5MIChkb25nYXJyYUBjcy51dGsuZWR1KQ1W
bGFkaW1pciBHZXRvdiAgLSBVbml2LiBvZiBXZXN0bWluaXN0ZXIgKGdldG92
dkB3bWluLmFjLnVrKQ1DaGFybGVzIEdyYXNzbCAtIFNHSS9DcmF5IChjbWdA
Y3JheS5jb20pDVdpbGxpYW0gR3JvcHAgLSBBTkwgKGdyb3BwQG1jcy5hbmwu
Z292KQ1Ub255IEhleSAtIFVuaXYuIG9mIFNvdXRoYW1wdG9uIChhamdoQGVj
cy5zb3Rvbi5hYy51aykNUm9nZXIgSG9ja25leSAtIFVuaXYuIG9mIFdlc3Rt
aW5pc3RlciAocm9nZXJAbWlubm93LmRlbW9uLmNvLnVrKQ1NYXJrIFBhcGlh
bmkgLSBVbml2IG9mIFNvdXRoYW1wdG9uIChtcEBlY3Muc290b24uYWMudWsp
DVN1Ymhhc2ggU2FpbmkgLSBOQVNBIEFtZXMgKHNhaW5pQG5hcy5uYXNhLmdv
dikNRGF2ZSBTbmVsbGluZyAtIEZFQ0lUIChzbmVsbGluZ0BmZWNpdC5jby51
aykNQWFkIEouIHZhbiBkZXIgU3RlZW4gIC0gUlVVIChzdGVlbkBmeXMucnV1
Lm5sKQ1FcmljaCBTdHJvaG1haWVyIC0gVW5pdi4gb2YgVGVubmVzc2VlIChl
cmljaEBjcy51dGsuZWR1KQ1LbGF1cyBTdHVlYmVuIC0gR01EICAoa2xhdXMu
c3R1ZWJlbkBnbWQuZGUpDQ1NZWV0aW5nIEFjdGl2aXRpZXMgYW5kIEFjdGlv
bnMNDVRvbnkgSGV5IGNoYWlyZWQgdGhlIG1lZXRpbmcuDQ1NaW51dGVzIGZy
b20gbGFzdCBtZWV0aW5nIHdlcmUgc2V2ZW4gcGFnZXMgbG9uZyBhbmQgaXQg
d2FzIGRlY2lkZWQgdGhhdCBvbmx5IHRoZSBhY3Rpb25zIGZyb20gdGhlIGxh
c3QgbWVldGluZyB3b3VsZCBiZSByZXZpZXdlZC4gVGhlIGFjdGlvbnMgZnJv
bSBsYXN0IG1lZXRpbmcgd2VyZSByZXZpZXdlZCAtIGEgc2hvcnQgZGlzY3Vz
c2lvbiBhYm91dCBlYWNoIHRvb2sgcGxhY2UuIEEgZGlzY3Vzc2lvbiBhYm91
dCBpbnRlcmFjdGlvbiB3aXRoIFNQRUMtSFBHIHdhcyBpbml0aWF0ZWQuDQ1D
b21tcyBMb3ctTGV2ZWwgQmVuY2htYXJrcyANDVZsYWRpbWlyIEdldG92IGdh
dmUgYSBzaG9ydCBwcmVzZW50YXRpb24gb24gdGhlIGN1cnJlbnQgc3RhdHVz
IG9mIHRoZSBQYXJrYmVuY2ggQ29tbXMgYmVuY2htYXJrcy4gIENoYXJsZXMg
R3Jhc3NsIHdhcyBhc2tlZCB0byBleHBsYWluZWQgaG93IGhpcyBuZXcgQ29t
bXMgcHJvZ3JhbXMgd29ya2VkIGFuZCB0aGUgcmF0aW9uYWxlIGJlaGluZCBp
dC4gDUEgbG9uZyBkaXNjdXNzaW9uIGVuc3VlZC4NDUFjdGlvbiAtIENyZWF0
ZSBhIGZvcm1hbCBwcm9wb3NhbCAgb2YgYWx0ZXJuYXRpdmUgb3IgYWRkaXRp
b25zIHRvIHRoZSBjb21tcyBsb3ctbGV2ZWwgYmVuY2htYXJrcyBmb3IgU0OS
OTcgLSBDaGFybGVzIEdyYXNzbC4NDUFjdGlvbiAtIE1lbWJlcnMgc2hvdWxk
IGxvb2sgYXQgdGhlIFBBTExBUyB2ZXJzaW9uIG9mIHRoZSBsb3ctbGV2ZWwg
YmVuY2htYXJrcyAoYmFzZWQgb24gR2VuZXNpcy9SQVBTKS4NDUFjdGlvbiAg
LSBFcmljaCAgU3Ryb2htYWllciBhbmQgVmxhZGltaXIgR2V0b3Ygd2lsbCBk
aXNjdXNzIHRoZSBlZmZvcnRzIG5lZWRlZCB0byBzcGxpdCB1cCBQYXJrYmVu
Y2ggYW5kIGFkZCBpbiB0aGUgbmV3IENvbW1zMSBiZW5jaG1hcmsgKHdpdGgg
bmV3IGN1cnZlIGZpdHRpbmcgcm91dGluZSkuDQ1OUEIgLSBTdWJoYXNoIFNp
YW5pIHJlcG9ydGVkIG9uIHRoZSBzdGF0dXMgb2YgdGhlIE5BUyBQYXJhbGxl
bCBCZW5jaG1hcmtzDQ1IUEYgLSBNYXJrIEJha2VyIHJlYWQgQ2h1Y2sgS29l
YmVsknMgZW1haWwgYWJvdXQgQ0VXRVMgSFBDTSBIUEYgZWZmb3J0cy4NDUFj
dGlvbiAtIFN1Ymhhc2ggU2lhbmkgd2lsbCBsZXQgUklDRSBrbm93IHRoYXQg
R2luYSBzaG91bGQgc3RhcnQgb2YgZnJvbSB0aGUgc2luZ2xlIE5BUyBjb2Rl
cw0NRWxlY3Ryb25pYyBKb3VybmFsIC0gTWFyayBCYWtlciBhbmQgVG9ueSBI
ZXkgcmVwb3J0ZWQgb24gdGhlIGVsZWN0cm9uaWMgam91cm5hbCBQRU1DUyBh
bmQgaXRzIFdlYiBzaXRlLiBJdCB3YXMgYWdyZWVkIHRoYXQgdGhpcyB3b3Vs
ZCBiZSBkaXNjdXNzZWQgIGZ1cnRoZXIgaW5mb3JtYWxseS4NDVBhcmtiZW5j
aCBSZXBvcnQgLUVyaWNoIFN0cm9obWFpZXIgcmVwb3J0ZWQgb24gdGhlIGVm
Zm9ydHMgb2YgY3JlYXRpbmcgYSBuZXcgUGFya2JlbmNoIHJlcG9ydC4gQSBz
aG9ydCBkaXNjdXNzaW9uIGFib3V0IHRoaXMgZW5zdWVkLg0NQWN0aW9uIC0g
SmFjayBEb25nYXJyYSAvVG9ueSBIZXkgd2lsbCB0YWxrIHRvIG90aGVyIG1l
bWJlcnMgYWJvdXQgdGhlIHBvdGVudGlhbCBlZmZvcnRzIHRoYXQgY291bGQg
YmUgcHV0IGludG8gYSBQYXJrYmVuY2ggcmVwb3J0IElJIGJ5IFNDkjk3Lg0N
RnVuZGluZyBFZmZvcnRzDQ1KYWNrIERvbmdhcnJhknMgcmVjZW50IGJlbmNo
bWFya2luZyAgcHJvcG9zYWwgd2FzIHR1cm5lZCBkb3duLiBUb255IEhleSBt
ZW50aW9uZWQgdGhlIHBvc3NpYmx5IG9mIGVudGVyaW5nIGEgcHJvcG9zYWwg
dG8gdGhlIEVVLg1Qb3NzaWJpbGl0eSBvZiBhIGpvaW50IEVVIC8gTlNGIGJp
ZC4NDU1hcmsgQmFrZXIgYXNrZWQgaWYgU0lPIHdvdWxkIGJlIGludGVyZXN0
ZWQgaW4gYmVpbmcgbW9yZSBjbG9zZWx5IGludm9sdmVkLiAgV2lsbGlhbSBH
cm9wcCByZXBvcnRlZCB0aGF0IFNJTyB3YXMgYWN0dWFsbHkgd2luZGluZyBk
b3duIGFuZCBzbyBmb3JtYWwgYXNzb2NpYXRpb24gd2FzIG5vdCByZWFsbHkg
YW4gb3B0aW9uLg0NQU9CDQ1UaGUgcGFydGljaXBhbnRzIHdlcmUgdGhlbiBp
bnZpdGVkIGJ5IFRvbnkgdG8gbW92ZSB0byB0aGUgVW5pdmVyc2l0eSBvZiBT
b3V0aGFtcHRvbiAoYmxkZy4gMTYpIGZvciB0aGUgUGFya2JlbmNoIGRlbW9u
c3RyYXRpb25zIHdoaWNoIGluY2x1ZGVkOg0NSmF2YSBMb3ctTGV2ZWwgQmVu
Y2htYXJrcyAoVmxhZGltaXIgR2V0b3YpDUJlbmNoVmlldzogSmF2YSBUb29s
IGZvciBWaXN1YWxpemF0aW9uIG9mIFBhcmFsbGVsIEJlbmNobWFyayBSZXN1
bHRzIChNYXJrIFBhcGlhbmkgYW5kIEZsYXZpbyBCZXJnYW1hc2NoaSkNUElD
VDogQW4gSW50ZXJhY3RpdmUgV2ViLXBhZ2UgQ3VydmUtZml0dGluZyBUb29s
IChSb2dlciBIb2NrbmV5KQ0NSmFjayBEb25nYXJyYSAgaW5mb3JtZWQgdGhl
IGNvbW1pdHRlZSBvZiAgUGFya2JlbmNoIEJPRiBhdCBTQ5I5NyAoV2VkbmVz
ZGF5IGF0IDMuMzBQTSkuDQ1UaGUgbWVldGluZyB3YXMgd291bmQgdXAgYnkg
VG9ueSBIZXkgYXQgMTYzMC4NFQCk0C+l4D2mCAenCAeooAWpoAWqAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAHQMAAGgD
AAByAwAAdAMAAIYDAAChAwAAogMAAMUDAADXAwAABAQAABcEAAA+BAAAUQQA
AHwEAACNBAAAqgQAALYEAADNBAAA3gQAAAEFAAAVBQAAPgUAAFYFAABvBQAA
jgUAAKsFAAC9BQAA1gUAAOoFAAAJBgAAGQYAAEIGAABSBgAAagYAAH4GAACB
BgAAoAYAANcHAADzBwAARAgAAEkIAACJCAAAjggAANgIAADeCAAAVgkAAFwJ
AABeCQAAvwkAAMUJAAA3CgAAPQoAAGsKAABuCgAAtgoAALkKAAAACwAABgsA
AF8LAABxCwAACAwAABgMAACODAAAlAwAAB4NAAAtDQAALg0AAJIOAACVDgAA
hxAAAJ4QAAD79gD0APHvAO0A7QDtAO0A7QDrAO0A7QDtAO0A7QDtAO0A7QDm
APEA7QDtAOMA4+EA4wDtAPEA8QDjAPEA8QDjAPHvAPEA3wAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJ1AQACVoEABFWBVoEA
CFWBXQMAYxgAAANdBQADXQQAA10DAAVVgV0DAAJoAQAIVYFdAwBjHAAACFWB
XQMAYyQARwADAAAcAwAAHQMAAEUDAABGAwAAVwMAAFgDAABoAwAAaQMAAIQD
AACFAwAAhgMAAKIDAACjAwAA2QMAABkEAABTBAAAjwQAALgEAADgBAAAFwUA
AFgFAACQBQAAvwUAAOwFAAAbBgAAVAYAAIAGAACBBgAAoAYAAKEGAAC/BgAA
wAYAANYHAADXBwAA8wcAAPQHAAC9CAAA1wgAANgIAAD9AAHAIaIB+gABwCGi
Af0AAcAhRgH9AAHAIUYB/QABwCFGAf0AAcAhRgH9AAHAIUYB/QABwCHrAP0A
AcAh6wD6AAHAIesA+gABwCHrAPoAAcAh6QD6AAHAIesA+gABwCHyAPoAAcAh
8gD6AAHAIfIA+gABwCHyAPoAAcAh8gD6AAHAIfIA+gABwCHyAPoAAcAh8gD6
AAHAIfIA+gABwCHyAPoAAcAh8gD6AAHAIfIA+gABwCHyANwAAcAh8gD6AAHA
IesA+gABwCEWAfoAAcAh6wD6AAHAIesA+gABwCHrAPoAA8Ah6wD6AAHAIesA
+gABwCHpAPoAAcAh6wD6AALAIfIA+gABwCHrAPoAAcAh6wAAAAAAAAAAHQAA
BQMMNP8BAAgAAAEAAAABAGgBAAAAAAAAtwAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAgAABQMAAgAABQEn2AgAAFUJAABWCQAAvgkAAL8JAABq
CgAAawoAALUKAAC2CgAA/woAAAALAABeCwAAXwsAAAcMAAAIDAAAjQwAAI4M
AAAdDQAAHg0AAC4NAAAvDQAAsA0AANUNAADWDQAAkQ4AAJIOAACWDgAAlw4A
ACcPAAAoDwAAUw8AAL4PAAD/DwAAABAAAFgQAABZEAAAhxAAAP0E/8Ah2QH9
AAHAIesA/QT/wCHZAf0AAcAh6wD9BP/AIeAB/QABwCHrAP0AAcAh7gD9AAHA
IesA/QABwCHuAP0AAcAh6wD9AAHAIe4A/QABwCHrAP0E/8Ah2QH9AAHAIesA
/QT/wCHZAf0AAcAh6wD9BP/AIdkB/QABwCHrAP0AAcAh6QD9AAHAIesA/QAC
wCHrAP0AAcAh6wD9AAHAIesA/QACwCHrAP0AAcAh6wD9AAHAIekA/QABwCHr
AP0AAsAh6wD9AAHAIesA2wABwCH6ANsE/8Ah5QHbAAHAIfoA/QABwCHrAP0A
AcAh6wD9AAHAIesA/QABwCHrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAIQAABQMNCxFoAROY/gw0/wEACAAAAQAAAAEAaAEAAAAA
AAC3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAFAyQOAA8A
CAABAEsADwAAAAAAGgAAQPH/AgAaAAZOb3JtYWwAAgAAAAMAYQkEAAAAAAAA
AAAAAAAAAAAAAAAAACIAQUDy/6EAIgAWRGVmYXVsdCBQYXJhZ3JhcGggRm9u
dAAAAAAAAAAAAAAAAAAAAIcNAAAEAIcQAAAAAP////8CAAQh//8BAAAg//8C
AAAAAABqBwAAhw0AAAAAAQAAAAEAAAAAAAADAACeEAAACQAAAwAA2AgAAIcQ
AAAKAAsAAAAAAAECAAAVAgAAiQ0AAAcAHAAHADMBC01hcmsgIEJha2VyJEM6
XHRleFxQYXJrQmVuY2hcbWludXRlcy1mYWxsLTk3LmRvYwtNYXJrICBCYWtl
cjNDOlx0ZXhcUGFya0JlbmNoXEFkbWluaXN0cmF0aW9uXG1pbnV0ZXMtZmFs
bC05Ny5kb2MLTWFyayAgQmFrZXIzQzpcdGV4XFBhcmtCZW5jaFxBZG1pbmlz
dHJhdGlvblxtaW51dGVzLWZhbGwtOTcuZG9jC01hcmsgIEJha2VyM0M6XHRl
eFxQYXJrQmVuY2hcQWRtaW5pc3RyYXRpb25cbWludXRlcy1mYWxsLTk3LmRv
YwtNYXJrICBCYWtlcjNDOlx0ZXhcUGFya0JlbmNoXEFkbWluaXN0cmF0aW9u
XG1pbnV0ZXMtZmFsbC05Ny5kb2P/QFRla3Ryb25peCBQaGFzZXIgNTUwIDEy
MDAgZHBpAExQVDE6AHdpbnNwb29sAFRla3Ryb25peCBQaGFzZXIgNTUwIDEy
MDAgZHBpAFRla3Ryb25peCBQaGFzZXIgNTUwIDEyMDAgZHBpAAAAAQQABJwA
tAATzwEAAQABAOoKbwhkAAEADwBYAgIAAQAAAAMAAABMZXR0ZXIAABQAZWVl
ZWVlZWVlZWVlZWVlZWVlZWVlZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBSSVbgEAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAQJxAnECcAABAnAAAA
AAAAAABjdQgA/wMAAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFRla3Ryb25peCBQaGFzZXIg
NTUwIDEyMDAgZHBpAAAAAQQABJwAtAATzwEAAQABAOoKbwhkAAEADwBYAgIA
AQAAAAMAAABMZXR0ZXIAAAAADwAGAAAACgAwARQAMAEUAHIAcABjAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAFBSSVbgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAYAAAAAAAQJxAnECcAABAnAAAAAAAAAABjdQgA/wMAAQEBAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAOAAQDHAAAAxwAAAAgAzwDPAMcAAAAAAAAAxwAAAHwAFRaQAQAAVGlt
ZXMgTmV3IFJvbWFuAAwSkAECAFN5bWJvbAAWIpABAAZBcmlhbABIZWx2ZXRp
Y2EAABsmvAIAAEFyaWFsIFJvdW5kZWQgTVQgQm9sZAARNZABAABDb3VyaWVy
IE5ldwARNZABAgBNUyBMaW5lRHJhdwAiAAQAcQiJGAAA0AIAAGgBAAAAANBb
GYa2ahuGAAAAAAcAXAAAAPQBAAAnCwAAAgAFAAAABACDEBcAAAAAAAAAAAAA
AAIAAQAAAAEAAAAAAAAAIQMAAAAAKgAAAAAAAAALTWFyayAgQmFrZXILTWFy
ayAgQmFrZXIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAEAAAACAAAAAwAAAAQAAAAFAAAABgAAAAcA
AAAIAAAACQAAAAoAAAALAAAADAAAAA0AAAAOAAAADwAAAP7////9////FAAA
AP7///8cAAAA/v/////////////////////////////////////////+////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////UgBvAG8AdAAg
AEUAbgB0AHIAeQAAAGspDUphY2sgRG9uZ2FycmEgLSBVbml2LiBvZiBUZW5u
Li9PUk5MIChkbxYABQH//////////wEAAAAACQIAAAAAAMAAAAAAAABGAAAA
AKD5PUK9vrwBEKvSgiLwvAETAAAAQAMAAGdldG9XAG8AcgBkAEQAbwBjAHUA
bQBlAG4AdAAAAHNzbCAtIFNHSS9DcmF5IChjbWdAY3JheS5jb20pDVdpbGxp
YW0gGgACAQIAAAADAAAA/////3BwQG1jcy5hbmwuZ292KQ1Ub255IEhleSAt
IFVuaXYuIG9mIAAAAAAQHgAAdG9uIAEAQwBvAG0AcABPAGIAagAAAC51aykN
Um9nZXIgSG9ja25leSAtIFVuaXYuIG9mIFdlc3RtaW5pc3RlciAocm8SAAIB
////////////////LmNvLnVrKQ1NYXJrIFBhcGlhbmkAAAAAAAAAAAAAAAAA
AAAAAAAAAGoAAABtcEBlBQBTAHUAbQBtAGEAcgB5AEkAbgBmAG8AcgBtAGEA
dABpAG8AbgAAAHMgKHNhaW5pQG5hcy5uYXNhLmdvdikNRCgAAgH/////BAAA
AP////9FQ0lUIChzbmVsbGluZ0BmZWNpdAAAAAAAAAAAAAAAAAAAAAACAAAA
vAEAAHRlZW4BAAAA/v///wMAAAAEAAAABQAAAAYAAAAHAAAACAAAAP7///8K
AAAACwAAAAwAAAD+////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
/////////////////////////////////wEA/v8DCgAA/////wAJAgAAAAAA
wAAAAAAAAEYYAAAATWljcm9zb2Z0IFdvcmQgRG9jdW1lbnQACgAAAE1TV29y
ZERvYwAQAAAAV29yZC5Eb2N1bWVudC42APQ5snEAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAA/v8AAAQAAgAAAAAAAAAAAAAAAAAAAAAAAQAA
AOCFn/L5T2gQq5EIACsns9kwAAAAjAEAABIAAAABAAAAmAAAAAIAAACgAAAA
AwAAAKwAAAAEAAAAuAAAAAUAAADMAAAABgAAANgAAAAHAAAA5AAAAAgAAAD0
AAAACQAAAAgBAAASAAAAFAEAAAoAAAA8AQAACwAAAEgBAAAMAAAAVAEAAA0A
AABgAQAADgAAAGwBAAAPAAAAdAEAABAAAAB8AQAAEwAAAIQBAAACAAAA5AQA
AB4AAAABAAAAAAAGAB4AAAABAAAAAFdSTR4AAAAMAAAATWFyayAgQmFrZXIA
HgAAAAEAAAAAOmkQHgAAAAEAAAAAAAAAHgAAAAcAAABOb3JtYWwAYR4AAAAM
AAAATWFyayAgQmFrZXIAHgAAAAIAAAA3AAQAHgAAAB4AAABNaWNyb3NvZnQg
V29yZCBmb3IgV2luZG93cyA5NQAAAEAAAAAAKC3aDAAAAEAAAAAAAAAABQBE
AG8AYwB1AG0AZQBuAHQAUwB1AG0AbQBhAHIAeQBJAG4AZgBvAHIAbQBhAHQA
aQBvAG4AAAAAAAAAAAAAADgAAgD///////////////8AAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAA6AAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAP///////////////wAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAA////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/
//////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAD+/wAABAACAAAAAAAAAAAAAAAAAAAAAAABAAAAAtXN
1ZwuGxCTlwgAKyz5rjAAAAC4AAAACAAAAAEAAABIAAAADwAAAFAAAAAEAAAA
dAAAAAUAAAB8AAAABgAAAIQAAAALAAAAjAAAABAAAACUAAAADAAAAJwAAAAC
AAAA5AQAAB4AAAAZAAAAVW5pdmVyc2l0eSBvZiBQb3J0c21vdXRoAAAAAAMA
AAAAOgAAAwAAABcAAAADAAAABQAAAAsAAAAAAAAACwAAAAAAAAAMEAAAAgAA
AB4AAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AABAAAAAADhSnMW+vAFAAAAAANR+ciLwvAEDAAAAAgAAAAMAAAD0AQAAAwAA
ACcLAAADAAAAAAAAAAAAAAD+/wAABAACAAAAAAAAAAAAAAAAAAAAAAABAAAA
AtXN1ZwuGxCTlwgAKyz5rjAAAAC4AAAACAAAAAEAAABIAAAADwAAAFAAAAAE
AAAAdAAAAAUAAAB8AAAABgAAAIQAAAALAAAAjAAAABAAAACUAAAADAAAAJwA
AAACAAAA5AQAAB4AAAAZAAAAVW5pdmVyc2l0eSBvZiBQb3J0c21vdXRoAAAA
AAMAAAAAOgAAAwAAABcAAAADAAAABQAAAAsAAAAAAAAACwAAAAAAAAAMEAAA
AgAAAB4AAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAA

--mordillo:879418490:877:126:21579--

From owner-parkbench-comm@CS.UTK.EDU Mon Nov 17 08:32:09 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA28026; Mon, 17 Nov 1997 08:32:09 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA07698; Mon, 17 Nov 1997 07:58:13 -0500 (EST)
Received: from post.mail.demon.net (post-20.mail.demon.net [194.217.242.27]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA07665; Mon, 17 Nov 1997 07:57:54 -0500 (EST)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa2024828; 17 Nov 97 12:43 GMT
Message-ID: <06u4dCAfsDc0Ew8p@minnow.demon.co.uk>
Date: Mon, 17 Nov 1997 12:39:59 +0000
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: To the PARKBENCH97 BOF
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>

                 GREETINGS TO THE PARKBENCH 1997 BOF
                 -----------------------------------
I am not able to attend the Parkbench BOF this year but would like to
make the following input:

Chairman: Please express my apologies for absence to the meeting.


Agenda Item: Low-Level Performance Evaluation tools.
             --------------------------------------
The latest version of the Parkbench Interactive Curve Fitting Tool 
(PICT2) is on my Web page at:

      http://www.minnow.demon.co.uk/pict/source/pict2a.html

I believe that this solves the problem of displaying on different 
sized screens. Please try it and give me feedback (I have had little
so far, so I don't know how worthwhile it is!). 

This plots and allows manual interactive curve fitting of data 
anywhere on the Web in raw-data, Original COMMS1, and New COMMS1 
format. However, it still relies on COMMS1 calculating the least 
squares 2-Para and 3-Point 3-Para fits. 

Agenda Item : Plans for the next Release.
              --------------------------
Just a reminder that New COMMS1 as announced in my email to the 
committee of 16 Feb 1997, was designed as the minimum necessary 
changes to the existing release to solve the problems raised at
the beginning of the year. It involves new versions of 5 routines
and 2 new routines. In addition, the Make files need the 2 new 
routines added where appropriate. We have incorporated these 
changes at Westminster in the existing release without trouble.

I believe that these should be incorported in the next release.

In summary:

New COMMS1

In directory:

http://www.minnow.demon.co.uk/Pbench/comms1/

The 5 Changed Routines:

(1) File COMMS1_1.F replaces

        ParkBench/Low_Level/comms1/src_mpi/COMMS1.f

(2) File COMMS1_1.INC replaces

ParkBench/Low_Level/comms1/src_mpi/comms1.inc

(3) File ESTCOM_1.F replaces

        ParkBench/Low_Level/comms1/src_mpi/ESTCOM.f

(4) File LSTSQ_1.F replaces

        ParkBench/lib/Low_Level/LSTSQ.f

(5) File CHECK_1.F replaces

        Parkbench/lib/Low_Level/CHECK.f

The 2 New Routines:

(6) File LINERR_1.F add as

        ParkBench/lib/Low_Level/LINERR.f

(7) File VPOWER_1.F add as

        ParkBench/lib/Low_Level/VPOWER.f


HAVE A NICE MEETING, and best wishes to you all,

Roger Hockney

-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Mon Dec  1 08:38:55 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA05062; Mon, 1 Dec 1997 08:38:55 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA20432; Mon, 1 Dec 1997 08:03:34 -0500 (EST)
Received: from hermes.lsi.usp.br (hermes.lsi.usp.br [143.107.161.220]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id IAA20425; Mon, 1 Dec 1997 08:03:30 -0500 (EST)
Received: from cali.lsi.usp.br (cali.lsi.usp.br [10.0.161.7]) by hermes.lsi.usp.br (8.8.5/8.7.3) with SMTP id LAA05866; Mon, 1 Dec 1997 11:03:20 -0200 (BDB)
Message-ID: <34830ABD.487C@lsi.usp.br>
Date: Mon, 01 Dec 1997 11:06:37 -0800
From: Martha Torres <mxtd@lsi.usp.br>
Organization: LSI
X-Mailer: Mozilla 3.01Gold (Win95; I)
MIME-Version: 1.0
To: parkbench-comm@CS.UTK.EDU
CC: mxtd@lsi.usp.br
Subject: compiling ParkBench for MPICH
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Sirs
ParkBench Committee

Dear Sirs,
I am Ph.D student and I am working with collective communication
operations. Particulary, I am interested in to quantify the influence
of collective communication operations on the total execution time
of several MPI-programs.

My platform is a cluster of 8 Dual Pentium Pro processors 
interconnected by 100Mb/s Fastethernet.
I use MPICH version 1.1, fort77 and cc compilers

I have downloaded ParkBench.tar from netlib. I followed 
all instructions but there are some programs that
did not work:
1. Low_Level/poly1 poly2 rinf1 tick1 tick2
They did not compile. It appears the following:
ParkBench/lib/LINUX/ParkBench_misc.a: No such file or
directory. 
How do I create this library??

2. Kernels/LU_solver QR TRD
They also did not compile. It appears the following:
ParkBench/lib/LINUX/pblas_subset.a: In function 'pberror_'
undefined reference to 'blacs_gridinfo_'
undefined reference to 'blacs_abort_'

3. Comp_Apps/PSTSWM and Kernels/MATMUL
They compiled but they did not run

Thanks in advance, 

Best Regards
Martha Torres
Laboratorio de Sistema Integraveis
University of Sao Paulo
Sao Paulo - S.P. Brazil


From owner-parkbench-lowlevel@CS.UTK.EDU Wed Dec  3 02:22:07 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id CAA13224; Wed, 3 Dec 1997 02:22:07 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id CAA11602; Wed, 3 Dec 1997 02:22:29 -0500 (EST)
Received: from soran.pacific.net.sg (soran.pacific.net.sg [203.120.90.76]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id CAA11594; Wed, 3 Dec 1997 02:22:26 -0500 (EST)
From: <htchng@honda.insasbhd.com>
Received: from pop1.pacific.net.sg (pop1.pacific.net.sg [203.120.90.85])
	by soran.pacific.net.sg with ESMTP
	id PAA08723 for <pbwg-compactapp@cs.utk.edu>; Wed, 3 Dec 1997 15:22:07 +0800 (SGT)
Received: from pacific.net.sg ([203.116.15.109])
        by pop1.pacific.net.sg with SMTP
        id PAA19445 for <pbwg-compactapp@cs.utk.edu>; Wed, 3 Dec 1997 15:22:19 +0800 (SGT)
Message-Id: <199712030722.PAA19445@pop1.pacific.net.sg>
To: pbwg-compactapp@CS.UTK.EDU
Date: Wed,  3 Dec 97 15:25:30 +0800
Subject: Seeking Importer for Blank CD-R and  Computer Parts
X-Mailer: Crescent Internet ToolPak OLE Mail Control v.1.0

Dear Sir,

I understand that you are a computer reseller/trader.
(If you not, or not interested in this message, DO NOTHING, as we might have made a mistake)
We respect your privacy. 
As such, we only followup if you are interested and responded to our mail.

We are seeking importer for the following products:-
Able to supply the following in bulk / small quantity.
 
1.CD-R (Jewel Case)   
2.CD-R (Spindle)      
3.CD-R replicator (4pcs/hour, 50pcs tower)
4.Yamaha CDR400 (4x write, 6x read) recorder.
5.CD-RW as well as its recorder
6.PC Mother Board
7.PC RAMs
8.PC CPUs.
All products FOB Singapore.
Clients to specify freight forwarder.

 
Thank you very much. 
Have a nice day.

Best regards,

Manager,
Insas Networks.


From owner-parkbench-comm@CS.UTK.EDU Wed Jan  7 16:49:19 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA19963; Wed, 7 Jan 1998 16:49:19 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA17461; Wed, 7 Jan 1998 16:30:05 -0500 (EST)
Received: from timbuk.cray.com (timbuk-fddi.cray.com [128.162.8.102]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA17452; Wed, 7 Jan 1998 16:30:02 -0500 (EST)
Received: from ironwood.cray.com (root@ironwood-fddi.cray.com [128.162.21.36]) by timbuk.cray.com (8.8.7/CRI-gate-news-1.3) with ESMTP id PAA16817 for <parkbench-comm@CS.UTK.EDU>; Wed, 7 Jan 1998 15:30:03 -0600 (CST)
Received: from magnet.cray.com (magnet [128.162.173.162]) by ironwood.cray.com (8.8.4/CRI-ironwood-news-1.0) with ESMTP id PAA27253; Wed, 7 Jan 1998 15:30:00 -0600 (CST)
From: Charles Grassl <cmg@cray.com>
Received: by magnet.cray.com (8.8.0/btd-b3)
          id VAA26077; Wed, 7 Jan 1998 21:29:59 GMT
Message-Id: <199801072129.VAA26077@magnet.cray.com>
Subject: Low Level benchmarks
To: parkbench-comm@CS.UTK.EDU
Date: Wed, 7 Jan 1998 15:29:59 -0600 (CST)
X-Mailer: ELM [version 2.4 PL24-CRI-d]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


-- 
Charles Grassl

From owner-parkbench-comm@CS.UTK.EDU Wed Jan  7 16:56:40 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA19981; Wed, 7 Jan 1998 16:56:40 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA17784; Wed, 7 Jan 1998 16:36:27 -0500 (EST)
Received: from timbuk.cray.com (timbuk-fddi.cray.com [128.162.8.102]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA17776; Wed, 7 Jan 1998 16:36:24 -0500 (EST)
Received: from ironwood.cray.com (root@ironwood-fddi.cray.com [128.162.21.36]) by timbuk.cray.com (8.8.7/CRI-gate-news-1.3) with ESMTP id PAA17087 for <parkbench-comm@cs.utk.edu>; Wed, 7 Jan 1998 15:36:24 -0600 (CST)
Received: from magnet.cray.com (magnet [128.162.173.162]) by ironwood.cray.com (8.8.4/CRI-ironwood-news-1.0) with ESMTP id PAA28449 for <parkbench-comm@cs.utk.edu>; Wed, 7 Jan 1998 15:36:22 -0600 (CST)
Received: from magnet by magnet.cray.com (8.8.0/btd-b3) via SMTP
          id VAA26107; Wed, 7 Jan 1998 21:36:21 GMT
Sender: cmg@cray.com
Message-ID: <34B3F553.167E@cray.com>
Date: Wed, 07 Jan 1998 15:36:19 -0600
From: Charles Grassl <cmg@cray.com>
Organization: Cray Research
X-Mailer: Mozilla 3.01SC-SGI (X11; I; IRIX 6.2 IP22)
MIME-Version: 1.0
To: parkbench-comm@CS.UTK.EDU
Subject: Low Level benchmark errors and differences
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

To:      Parkbench Low Level interests
From:    Charles Grassl

Subject: Low Level benchmark errors and differences

Date:    7 January, 1998


We should not produce or publish Parkbench Low level benchmark results
with the current suite of programs because the programs are inaccurate
and unreliable.  I ran the Low Level programs and compared the results
with the same metrics as recorded from other benchmark programs.
The differences range from less than 5% (acceptable) to a factor of 6
times difference, which is unacceptable.

The differences, or "errors", are summarized in the table below.
The recorded differences in results from the Low Level program were
arrived at by comparing the Parkbench program reported metrics with the
same metrics as measured by alternative programs.


       Table.  Differences in Low Level benchmark results
               for two systems.  System A is an Origin 2000.
               System B is a CRAY T3E.

                     System A          System B
                  Rinf  Startup    Rinf   Startup
        -----------------------------------------
        COMMS1    <10%     6x       <5%      6x
        COMMS2      2x     3x       <5%     <5%
        COMMS3     <5%              <5%
        POLY1      <5%    60%        2x     <5%
        POLY2      <5%    60%        2x     <5%
        POLY3       -      -         2x     80x


The Parkbench Low Level programs are occasionally requested for
benchmarking computer systems, but the results are usually rejected
because of their inaccuracy and unreliability.  If not rejected, they
cause confusion and consternation because the results do not agree
with other measurements of the same variables.  I emphasize that this
is not a case of obtaining optimization and favorable results for a
computer system.  The problem is with the inaccuracy and unreliability
of the results.

The Low Level programs measure and report low level parameters.
Therefore their value is in accuracy and utility.  The programs do not
constitute definitions of the reported metrics and hence the results
should correlate with other measurements of the the same variables.

The Low Level programs are obsolete and need to be replaced.  I have
written seven simple programs, with MPI and PVM versions, and offer them
as a replacement for the Low Level suite.

I strongly suggest that we delete or withdraw from distribution the
current Low Level suite.

From owner-parkbench-comm@CS.UTK.EDU Thu Jan  8 05:40:28 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id FAA01529; Thu, 8 Jan 1998 05:40:28 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA00442; Thu, 8 Jan 1998 05:20:21 -0500 (EST)
Received: from sun1.ccrl-nece.technopark.gmd.de (sun1.ccrl-nece.technopark.gmd.de [193.175.160.67]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id FAA00380; Thu, 8 Jan 1998 05:20:13 -0500 (EST)
Received: from sgi7.ccrl-nece.technopark.gmd.de (sgi7.ccrl-nece.technopark.gmd.de [193.175.160.89]) by sun1.ccrl-nece.technopark.gmd.de (8.7/3.4W296021412) with SMTP id LAA28869; Thu, 8 Jan 1998 11:20:05 +0100 (MET)
Received: (from hempel@localhost) by sgi7.ccrl-nece.technopark.gmd.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) id LAA24864; Thu, 8 Jan 1998 11:18:48 +0100
Date: Thu, 8 Jan 1998 11:18:48 +0100
From: hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)
Message-Id: <199801081018.LAA24864@sgi7.ccrl-nece.technopark.gmd.de>
To: parkbench-comm@CS.UTK.EDU
Subject: Low Level benchmark errors and differences
Cc: ritzdorf@ccrl-nece.technopark.gmd.de,
        zimmermann@ccrl-nece.technopark.gmd.de, clantwin@ess.nec.de,
        eckhard@ess.nec.de, lonsdale@ccrl-nece.technopark.gmd.de,
        tbeckers@ess.nec.de
Reply-To: hempel@ccrl-nece.technopark.gmd.de

To:		Parkbench Low Level interests
From:		Rolf Hempel

Subject:	Low Level benchmark errors and differences,
		Note from Charles Grassl of January 7th

Date:		8 January, 1998


Thank you, Charles, for your note on the Low Level benchmarks. It could
not have come at a better time, because at NEC we just recently ran into
problems with COMMS1.

This code had been specified by a customer as a test case in a current
procurement. When we ran COMMS1 with our current MPI library, the
results for rinfinity and latency were completely wrong. In particular,
the latency values were off by more than a factor of two, when compared
with other ping-pong test programs. The following turned out to be the
main reasons for the errors:

1. The performance model is completely inadequate. A linear dependency
   between time and message length, fitted to the measurements by
   least squares, is bound to fail in the presence of discontinuities
   caused by protocol changes. Most MPI implementations change
   protocols for different message lengths for an overall performance
   optimization.

2. To make things worse, the least square fit overweighs the data points
   for very long messages, because the differences "model minus
   measurement" are largest there in absolute terms. The fitted line,
   therefore, more or less ignores the short message measurements.
   As a result, the latencies are completely up to chance.

3. The correction for internal measurement overhead (e.g., for
   subroutine calls) is programmed in a sloppy way, to say the least.
   We discovered several subroutine calls which were not
   taken into account, and the overhead is measured with low
   precision. For our implementation, this alone introduced a latency
   error of about 25%.
   
The result in our case was that, instead of the 13.5 usec latency
measured by the MPICH MPPTEST routine, COMMS1 initially reported some
28 usec. My colleague Hubert Ritzdorf then made an interesting
experiment: he removed some optimization from our MPI library for
long messages, thus INCREASING the communication times for messages
longer than 128000 bytes, and not changing anything for shorter
messages. The resulting DROP in latency from 28 to under 22 usec
clearly shows how ridiculous the COMMS1 benchmark is.

Thus, I strongly agree with Charles in that the COMMS* benchmarks
must be removed from PARKBENCH. They don't help anybody, and they
only cause confusion on the side of customers and frustration on the
side of benchmarkers. Let's get rid of this long-standing nuisance as
quickly as possible.

Best regards,
 Rolf Hempel
------------------------------------------------------------------------
Rolf Hempel      (email: hempel@ccrl-nece.technopark.gmd.de)
Senior Research Staff Member
C&C Research Laboratories, NEC Europe Ltd., Rathausallee 10,
53757 Sankt Augustin, Germany
Tel.: +49 (0) 2241 - 92 52 - 95
Fax:  +49 (0) 2241 - 92 52 - 99

From owner-parkbench-comm@CS.UTK.EDU Thu Jan  8 08:07:54 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA02383; Thu, 8 Jan 1998 08:07:53 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA05392; Thu, 8 Jan 1998 07:50:13 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA05383; Thu, 8 Jan 1998 07:50:03 -0500 (EST)
Received: from mordillo (p108.nas1.is4.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA03072; Thu, 8 Jan 98 12:48:32 GMT
Date: Thu,  8 Jan 98 12:10:55 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Re: Low Level benchmark errors and differences 
To: Charles Grassl  <cmg@cray.com>, parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <34B3F553.167E@cray.com> 
Message-Id: <Chameleon.884263257.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

I am in agreement with Charles and Rolf about the low-level codes.

We've known for some time that they (the codes) are less than perfect,
if not in some cases flawed. At the SC'97 Parkbench meeting it was
mooted that Parkbench should concentrate on producing, supporting,
analysing and recording Low-Level codes and results. If this is the
case then we should certainly ensure that what we support codes
that are soundly written and produce consistent and reliable results. 

I certainly believe that a set of codes, akin to the low-level ones,
should be part of the Parkbench suite. Maybe this is a good time to
replace the current codes with those that Charles has produced !?

As a side issue, I think we should produce C versions of whatever low-level
codes we produce.

Charles, I'd be interested in your thoughts on the codes that Pallas produce 
- ftp://ftp.pallas.de/pub/PALLAS/PMB/PMB10.tar.gz. These are C benchmark 
codes that run: 

PingPong - like comms1
PingPing - like comms2
Xover
Cshift
Exchange 
Allreduce
Bcast
Barrier - like synch1

Obviously, I would'nt like to comment on how well written they are or how reliable
the results that they produce are. I'm relatively impressed with them. I also like
the fact they try and produce results for commonly used MPI functions - 
cshift/exchange/etc. I've run the codes on NT boxes and they appear to produce 
results close to what I would expect. 

Regards

Mark


--- On Wed, 07 Jan 1998 15:36:19 -0600  Charles Grassl <cmg@cray.com> wrote:
> To:      Parkbench Low Level interests
> From:    Charles Grassl
> 
> Subject: Low Level benchmark errors and differences
> 
> Date:    7 January, 1998
> 
> 
> We should not produce or publish Parkbench Low level benchmark results
> with the current suite of programs because the programs are inaccurate
> and unreliable.  I ran the Low Level programs and compared the results
> with the same metrics as recorded from other benchmark programs.
> The differences range from less than 5% (acceptable) to a factor of 6
> times difference, which is unacceptable.
> 
> The differences, or "errors", are summarized in the table below.
> The recorded differences in results from the Low Level program were
> arrived at by comparing the Parkbench program reported metrics with the
> same metrics as measured by alternative programs.
> 
> 
>        Table.  Differences in Low Level benchmark results
>                for two systems.  System A is an Origin 2000.
>                System B is a CRAY T3E.
> 
>                      System A          System B
>                   Rinf  Startup    Rinf   Startup
>         -----------------------------------------
>         COMMS1    <10%     6x       <5%      6x
>         COMMS2      2x     3x       <5%     <5%
>         COMMS3     <5%              <5%
>         POLY1      <5%    60%        2x     <5%
>         POLY2      <5%    60%        2x     <5%
>         POLY3       -      -         2x     80x
> 
> 
> The Parkbench Low Level programs are occasionally requested for
> benchmarking computer systems, but the results are usually rejected
> because of their inaccuracy and unreliability.  If not rejected, they
> cause confusion and consternation because the results do not agree
> with other measurements of the same variables.  I emphasize that this
> is not a case of obtaining optimization and favorable results for a
> computer system.  The problem is with the inaccuracy and unreliability
> of the results.
> 
> The Low Level programs measure and report low level parameters.
> Therefore their value is in accuracy and utility.  The programs do not
> constitute definitions of the reported metrics and hence the results
> should correlate with other measurements of the the same variables.
> 
> The Low Level programs are obsolete and need to be replaced.  I have
> written seven simple programs, with MPI and PVM versions, and offer them
> as a replacement for the Low Level suite.
> 
> I strongly suggest that we delete or withdraw from distribution the
> current Low Level suite.
> 

---------------End of Original Message-----------------

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 01/08/98 - Time: 12:10:55
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Jan 12 16:02:28 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA26216; Mon, 12 Jan 1998 16:02:28 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA16631; Mon, 12 Jan 1998 15:38:05 -0500 (EST)
Received: from post.mail.demon.net (post-20.mail.demon.net [194.217.242.27]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA16588; Mon, 12 Jan 1998 15:37:38 -0500 (EST)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa2012292; 12 Jan 98 17:34 GMT
Message-ID: <X8YQ8DANPlu0Ewpp@minnow.demon.co.uk>
Date: Mon, 12 Jan 1998 17:33:01 +0000
To: hempel@ccrl-nece.technopark.gmd.de
Cc: parkbench-comm@CS.UTK.EDU, ritzdorf@ccrl-nece.technopark.gmd.de,
        zimmermann@ccrl-nece.technopark.gmd.de, clantwin@ess.nec.de,
        eckhard@ess.nec.de, lonsdale@ccrl-nece.technopark.gmd.de,
        tbeckers@ess.nec.de
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Re: Low Level benchmark errors and differences
In-Reply-To: <199801081018.LAA24864@sgi7.ccrl-nece.technopark.gmd.de>
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>

To: Rolf, Charles, Mark and others,

From: Roger 

I too am distressed to see the original COMMS1 code (written and tested
for message lengths only up to 10^4) is still being issued by Parkbench
and being used well outside its range of proven validity (message
lengths now typically up to 10^7 or even 10^8).

These problems were pointed out about one year ago by Charles and Ron,
and as a result I worked on the code and issued to the committee a
minmum set of changes to the current release that would solve many of
the problems. These involve replacing five existing routines and adding
two to the existing release. The routines involved have been
downloadable from my Web site since about 12 March 1997 and have been
used successfully at Westminster University in our work. 

The New COMMS1, as I called it, was the subject of two printed reports
to the May 1997 meeting of Parkbench and  further results were shown at
the Sept 1997 meeting. There were also extensive discussions in this
email group during 1997.

Unfortunately my simple fixes were not inserted into the Parkbench
release and as a result we are still getting a bad press from
benchmarkers. After all the effort I put into solving this problem a
year ago, I feel rather let down that my work was never used. If my
changes had been encorporated into the Parkbenchmarks when they were
offered at least as an interim measure, I believe we could have avoided
much of the current bad publicity. 

I emphasise that the New COMMS1 was written as a minimum patch to the
existing release to solve an urgent problem in the simplest way. I am
not against a complete rethink of the low level benchmarks and now that
MPI has become a recognised standard, benchmarks timing the principal
software primitives of MPI would seem to be the most useful. Quite
possibly Charles's or Mucci's codes could be used.

However, I am still firmly convinced of the value of approximate
parametric representation of all the benchmark measurements based on a
simple performance model. Most of the existing low-level benchmarks were
written primarily to determine such parameters and hence include both
raw measurements and least squares curve fitting to obtain the
parameters. I have yet to see data that cannot be satisfactorily fitted
by 2 or 3 parameters, or two sets of 2-paras. And remember that I am
talking here about fitting ALL the measured data by some simple
formulae.    

After the decision of the May 1997 meeting to separate the raw
measurements from the parametric curve fitting, the curve fitting will
eventually become part of the "Parkbench Interactive Curve Fitting Tool"
(PICT). At present this applet can be used to produce a manual curve
fit, but eventually I will put up on my Web site a version in which the
least squares and 3-point buttons are active. But PICT as it is can now
be used manually to see how good or bad the 2-para and 3-para fits are.
Turn your browser to:

       http://www.minnow.demon.co.uk/pict/source/pict2a.html

and insert your raw data. I would be very interested to see what the NEC
data looks like.  

To answer some of Rolf's points: 

Rolf Hempel <hempel@ccrl-nece.technopark.gmd.de> writes
>
>1. The performance model is completely inadequate. A linear dependency
>   between time and message length, fitted to the measurements by
>   least squares, is bound to fail in the presence of discontinuities
>   caused by protocol changes. Most MPI implementations change
>   protocols for different message lengths for an overall performance
>   optimization.
>
Note that the original COMMS1 that you are using allows you to insert
one break point to take account of one major discontinuity. Have you
tried this?

In any case, to make t_0 a good measure of startup it is sensible ALWAYS
to make a breakpoint at say 100 or 1000 Byte, then the short message t_0
should be a good measure of startup. The long message t_0 is then not of
interest and should be ignored. In this way one is using the straight-
line fit over a short range of lengths, and the resulting t_0 should be
a better estimate of latency because it is derived from several
measurements rather than just selecting a single measurement (e.g. the
time for the shortest message) -- surely a better experimental
procedure. I emphasise that this procedure can be used now with the
original COMMS1 to get sensible results.

If there are many small discontinuities or changes of protocol then I
expect you data is rather like that shown by Charles this time last year
and used as an example in PICT. In this case the 3-para fit may give
good results for your data as it did for Charles's.

>2. To make things worse, the least square fit overweighs the data points
>   for very long messages, because the differences "model minus
>   measurement" are largest there in absolute terms. The fitted line,
>   therefore, more or less ignores the short message measurements.
>   As a result, the latencies are completely up to chance.
>
This is absolutely true and was discovered to be the problem one year
ago. My solution, used in the New COMMS1, was and is to minimise the sum
of the squares of the relative (rather than absolute) error. If this is
done the values for short messages are not ignored in the way described,
and t_0 is held much closer to the time for the smallest message length.

Note also that the 3-parameter fit provided by New COMMS1 can be fitted
exactly to the time for the shortest message, to the bandwidth for the
longest message, and to the bandwidth near the mid point. This is the
so-called 3-point fit, but it does require a third parameter.

Can you please email me the output file for the NEC from the original
COMMS1. I can then put this data through the New COMMS1 and see what two
and three parameter fits are produced.

Otherwise you could update your version of Parkbenchmarks with the 7
subroutines and rerun using New COMMS1. See the instructions at the end
of this email.
 
>28 usec. My colleague Hubert Ritzdorf then made an interesting
>experiment: he removed some optimization from our MPI library for
>long messages, thus INCREASING the communication times for messages
>longer than 128000 bytes, and not changing anything for shorter
>messages. The resulting DROP in latency from 28 to under 22 usec
>clearly shows how ridiculous the COMMS1 benchmark is.
>
Hubert's results are just what one would expect from minimising the
absolute error. I suspect you would not see this effect with New COMMS1
which does not over-emphasise the long message measurements.

Please remember that the t_0 reported by COMMS1 is not a measurement of
the time for any particular message length. It is the constant term in
the fitted curve:

                        t = t_0 + n/rinf

which is an approximation to ALL the measured data.

If you want to know the time, say for the smallest message length, then
that is listed in the table of lengths and times reported in the
benchmark output. If you mean by latency the time for the shortest
message (hopefully zero or 1 Byte) then the COMMS1 measurements of this
are in this table not in t_0.

For those who missed my two earlier emailings on using the New COMMS1, I
copy my earlier email below:

Agenda Item : Plans for the next Release.
              --------------------------
Just a reminder that New COMMS1 as announced in my email to the 
committee of 16 Feb 1997, was designed as the minimum necessary 
changes to the existing release to solve the problems raised at
the beginning of the year. It involves new versions of 5 routines
and 2 new routines. In addition, the Make files need the 2 new 
routines added where appropriate. We have incorporated these 
changes at Westminster in the existing release without trouble.

I believe that these should be incorported in the next release.

In summary:

New COMMS1

In directory:

http://www.minnow.demon.co.uk/Pbench/comms1/

The 5 Changed Routines:

(1) File COMMS1_1.F replaces the following file in the current release:

        ParkBench/Low_Level/comms1/src_mpi/COMMS1.f

(2) File COMMS1_1.INC replaces

        ParkBench/Low_Level/comms1/src_mpi/comms1.inc

(3) File ESTCOM_1.F replaces

        ParkBench/Low_Level/comms1/src_mpi/ESTCOM.f

(4) File LSTSQ_1.F replaces

        ParkBench/lib/Low_Level/LSTSQ.f

(5) File CHECK_1.F replaces

        Parkbench/lib/Low_Level/CHECK.f

The 2 New Routines:

(6) File LINERR_1.F add as

        ParkBench/lib/Low_Level/LINERR.f

(7) File VPOWER_1.F add as

        ParkBench/lib/Low_Level/VPOWER.f

Best wishes to you all

Roger
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Tue Jan 13 08:38:07 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA17513; Tue, 13 Jan 1998 08:38:07 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA03191; Tue, 13 Jan 1998 08:20:10 -0500 (EST)
Received: from sun1.ccrl-nece.technopark.gmd.de (sun1.ccrl-nece.technopark.gmd.de [193.175.160.67]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id IAA03184; Tue, 13 Jan 1998 08:20:07 -0500 (EST)
Received: from sgi7.ccrl-nece.technopark.gmd.de (sgi7.ccrl-nece.technopark.gmd.de [193.175.160.89]) by sun1.ccrl-nece.technopark.gmd.de (8.7/3.4W296021412) with SMTP id OAA04953; Tue, 13 Jan 1998 14:19:47 +0100 (MET)
Received: (from hempel@localhost) by sgi7.ccrl-nece.technopark.gmd.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) id OAA02202; Tue, 13 Jan 1998 14:18:30 +0100
Date: Tue, 13 Jan 1998 14:18:30 +0100
From: hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)
Message-Id: <199801131318.OAA02202@sgi7.ccrl-nece.technopark.gmd.de>
To: roger@minnow.demon.co.uk
Subject: COMMS1 Benchmark
Cc: tbeckers@ess.nec.de, lonsdale@ccrl-nece.technopark.gmd.de,
        eckhard@ess.nec.de, clantwin@ess.nec.de, parkbench-comm@CS.UTK.EDU
Reply-To: hempel@ccrl-nece.technopark.gmd.de

Dear Roger,

thank you for your note on the COMMS1 benchmark. We didn't try the
NEW COMMS1 code yet with our MPI library, so I cannot comment on its
accuracy. I just would like to answer some of the issues you raised
in your mail.

Of course we have seen that in COMMS1 you can select a transition point
between a short and a long model. For this choice, however, you have
to be able to change the input data. In our case (a benchmark suite
used in a procurement) our customer had provided the input dataset,
and we were not allowed to change it. So, the only way for us to correct
the results was to tune our MPI library to make it fit to the benchmark
program. I don't think that this is what you had in mind when you
wrote COMMS1.

You didn't comment on the inaccuracies we found in the raw measurements.
We ran several ping-pong benchmarks before, as, for example, the
MPPTEST routine of MPICH, and they consistently give better latencies
for short messages (difference approx. 25%). As I explained in my
previous mail, we found the reason to be an improper correction for
measurement overheads in COMMS1. Thus, the raw data are flawed,
and this cannot be resolved by any parameter fitting. This is also the
reason that I hesitate to send you the raw data reported by COMMS1 on
our machine.

I agree with you that it would be nice to have a few parameters to
characterize the performance of any given system. The values for
"n1/2" and "rinfinity" have been quite successful for vector arithmetic
operations. The situation is, however, much more complicated for
communication operations.

As an example, let's take the famous ping-pong benchmark. We already
discussed the problem of discontinuities caused by protocol changes.
If you want to do a parameter fitting, the only reasonable solution
seems to me that your test program automatically detects such points
and handles the different protocols separately. If you leave the
selection to an input parameter, you will inevitably run into the
problem I discussed above.

Even if you solve this problem, there remain many others. In modern
(i.e. highly optimized) MPI implementations, the performance of a
ping-pong operation crucially depends on the status of the two processes
involved. Is the receiving process already waiting for the message?
In a ping-pong, it usually is. This can make a huge difference!
Also, the performance can also depend on the global number of processes
active in the application. Not only do search lists in communication
progress engines become shorter if there are fewer processes, but some
implementers even went as far as writing special code for the case
where you just have two processes. Ping-pong codes such as COMMS1
almost always just use two communicating processes, so they measure the
best case. Another effect which is too often ignored is that messages
can interfere with each other (both at the hardware and software level)
if they are sent at the same time between different process pairs.
All those effects combined cause a substantial difference between
ping-pong results and measurements in real applications. In this
situation the apparent precision of performance parameters can be
quite misleading.

If I want to judge the quality of an MPI implementation, I don't
trust in best fit parameters so much. For the ping-pong code, I just
look at a graphic representation of time versus message length for
short messages, and another one of bandwidth versus message length for
long messages. This way I can study discontinuities and other minor
effects in detail. And then, take real applications and measure the
communication times there. Then you will often find surprising 
results which you have never seen in a ping-pong benchmark.

Best wishes,
  Rolf
------------------------------------------------------------------------
Rolf Hempel      (email: hempel@ccrl-nece.technopark.gmd.de)
Senior Research Staff Member
C&C Research Laboratories, NEC Europe Ltd., Rathausallee 10,
53757 Sankt Augustin, Germany
Tel.: +49 (0) 2241 - 92 52 - 95
Fax:  +49 (0) 2241 - 92 52 - 99

From owner-parkbench-comm@CS.UTK.EDU Thu Jan 15 14:17:57 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id OAA00690; Thu, 15 Jan 1998 14:17:56 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA23858; Thu, 15 Jan 1998 13:55:08 -0500 (EST)
Received: from timbuk.cray.com (timbuk-fddi.cray.com [128.162.8.102]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id NAA23830; Thu, 15 Jan 1998 13:54:57 -0500 (EST)
Received: from ironwood.cray.com (root@ironwood-fddi.cray.com [128.162.21.36]) by timbuk.cray.com (8.8.7/CRI-gate-news-1.3) with ESMTP id LAA11159 for <parkbench-comm@cs.utk.edu>; Thu, 15 Jan 1998 11:11:42 -0600 (CST)
Received: from magnet.cray.com (magnet [128.162.173.162]) by ironwood.cray.com (8.8.4/CRI-ironwood-news-1.0) with ESMTP id LAA08650 for <parkbench-comm@cs.utk.edu>; Thu, 15 Jan 1998 11:11:41 -0600 (CST)
From: Charles Grassl <cmg@cray.com>
Received: by magnet.cray.com (8.8.0/btd-b3)
          id RAA07227; Thu, 15 Jan 1998 17:11:40 GMT
Message-Id: <199801151711.RAA07227@magnet.cray.com>
Subject: Low Level Benchmarks
To: parkbench-comm@CS.UTK.EDU
Date: Thu, 15 Jan 1998 11:11:39 -0600 (CST)
X-Mailer: ELM [version 2.4 PL24-CRI-d]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


To:      Parkbench interests
From:    Charles Grassl
Subject: Low Level benchmarks

Date:    15 January, 1998


Mark, thank you for pointing us to the PMB benchmark.  It is well written
and coded, but has some discrepancies and shortcomings.  My comments
lead to suggestions and recommendation regarding low level communication
benchmarks.

First, in program PMB the PingPong tests are twice as fast (in time)
as the corresponding message length tests in the PingPing tests (as run
on a CRAY T3E).  The calculation of the time and bandwidth is incorrect
by a factor of 100% in one of the programs.

This error can be fixed by recording, using and reporting the actual
time, amount of data sent and their ratio.  That is, the time should not
be divided by two in order to correct for a round trip.  This recorded
time is for a round trip message, and is not precisely the time for
two messages.  Half the round trip message passing time, as reported in
the PMB tests, is not the time for a single message and should not be
reported and such.  This same erroneous technique is used in the COMMS1
and COMMS2 two benchmarks.  (Is Parkbench is responsible for propagating
this incorrect methodology.)

In program PMB, the testing procedure performs a "warm up".  This
procedure is a poor testing methodology because is discards important
data.  Testing programs such as this should record all times and calculate
the variance and other statistics in order to perform error analysis.

Program PMB does not measure contention or allow extraction of network
contention data.  Tests "Allreduce" and "Bcast" and several others
stress the inter-PE communication network with multiple messages,
but it is not possible to extract information about the contention from
these tests.  The MPI routines for Allreduce and Bcast have algorithms
which change with respect to number of PEs and message lengths,  Hence,
without detailed information about the specific algorithms used, we cannot
extract information about network performance or further characterize
the inter-PE network.

Basic measurements must be separated from algorithms.  Tests PingPong,
PingPing, Barrier, Xover, Cshift and Exchange are low level.  Tests
Allreduce and Bcast are algorithms.  The algorithms Allreduce and Bcast
need additional (algorithmic) information in order to be described in
terms of the basic level benchmarks.


With respect to low level testing, the round trip exchange of messages,
as per PingPing and PingPong in PMB or COMMS1 and COMMS2, is not
characteristic of the lowest level of communication.  This pattern
is actually rather rare in programming practice.  It is more common
for tasks to send single messages and/or to receive single messages.
In this scheme, messages do not make a round trip and there is not
necessarily caching or other coherency effects.

The single message passing is a distinctly different case from that
of round trip tests.  We should be worried that the round trip testing
might introduce artifacts not characteristic of actual (low level) usage.
We need a better test of basic bandwidth and latency in order to measure
and characterize message passing performance.


Here are suggestions and requirements, in an outline form, for a low
level benchmark design:



    I. Single and double (bidirectional) messages.

       A. Test single messages, not round trips.
         1. The round trip test is an algorithm and a pattern.  As
            such it should not be used as the basic low level test of
            bandwidth.
         2. Use direct measurements where possible (which is nearly
            always).  For experimental design, the simplest method is
            the most desirable and best.
         3. Do not perform least squares fits A PIORI.  We know that
            the various message passing mechanisms are not linear or
            analytic because different mechanisms are used for different
            message sizes.  It is not necessarily known before hand
            where this transition occurs.  Some computer systems have
            more than two regimes and their boundaries are dynamic.
         4. Our discussion of least squares fitting is loosing tract
            of experimental design versus modeling.  For example, the
            least squares parameter for t_0 from COMMS1 is not a better
            estimate of latency than actual measurements (assuming
            that the timer resolution is adequate).  A "better" way to
            measure latency is to perform addition DIRECT measurements,
            repetitions or otherwise, and hence decrease the statistical
            error.  The fitting as used in the COMMS programs SPREADS
            error.  It does not reduce error and hence it is not a
            good technique for measuring such an important parameter
            as latency.

       B. Do not test zero length messages.  Though valid, zero length
          messages are likely to take special paths through library
          routines.  This special case is not particularly interesting or
          important.
          1. In practice, the most common and important message size is 64
             bits (one word).  The time for this message is the starting
             point for bandwidth characterization.

       D. Record all times and use statistics to characterize the message
          passing time.  That is, do not prime or warm up caches
          or buffers.  Timings for unprimed caches and buffers give
          interesting and important bounds.  These timings are also the
          nearest to typical usage.  
          1. Characterize message rates by a minimum, maximum, average
             and standard deviation.

       E. Test inhomogeneity of the communication network.  The basic
          message test should be performed for all pairs of PEs.
   

   II. Contention.

       A. Measure network contention relative to all PEs sending and/or
          receiving messages.

       B. Do not use high level routines where the algorithm is not known.
          1. With high level algorithms, we cannot deduce which component
             of the timing is attributable to the "operation count"
             and which is attributable to the actual system (hardware)
             performance.


  III. Barrier.

       A. Simple test of barrier time for all numbers of processors.




Additionally, the suite should be easy to use.  C and Fortran programs
for direct measurements of message passing times are short and simple.
These simple tests are of order 100 lines of code and, at least in
Fortran 90, can be written in a portable and reliable manner.

The current Parkbench low level suite does not satisfy the above
requirements.  It is inaccurate, as pointed out by previous letters, and
uses questionable techniques and methodologies.  It is also difficult to
use, witness the proliferation of files, patches, directories, libraries
and the complexity and size of the Makefiles.

This Low Level suite is a burden for those who are expecting a tool to
evaluate and investigate computer performance.  The suite is becoming
a liability for our group.  As such, it should be withdrawn from
distribution.

I offer to write, test and submit a new set of programs which satisfy
most of the above requirements.


Charles Grassl
SGI/Cray Research
Eagan, Minnesota  USA

From owner-parkbench-comm@CS.UTK.EDU Fri Jan 16 09:12:18 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id JAA11774; Fri, 16 Jan 1998 09:12:18 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA16130; Fri, 16 Jan 1998 08:53:07 -0500 (EST)
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id IAA16123; Fri, 16 Jan 1998 08:53:06 -0500 (EST)
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id IAA01963; Fri, 16 Jan 1998 08:52:17 -0500 (EST)
Date: Fri, 16 Jan 1998 08:52:17 -0500 (EST)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199801161352.IAA01963@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Low Level Benchmarks
In-Reply-To: Mail from 'Charles Grassl <cmg@cray.com>'
      dated: Thu, 15 Jan 1998 11:11:39 -0600 (CST)
Cc: worley@haven.EPM.ORNL.GOV, ritzdorf@ccrl-nece.technopark.gmd.de,
        zimmermann@ccrl-nece.technopark.gmd.de, clantwin@ess.nec.de,
        eckhard@ess.nec.de, lonsdale@ccrl-nece.technopark.gmd.de,
        tbeckers@ess.nec.de

I have not been paying close attention to the current Low Level communication
suite discussions, having confidence in capabilities and resolve of the
current participants, but have decided to muddy the waters with a few personal
observations. 

1) I do not use the Low Level suite in my own performnace-related work. 
   I find that the interpretation of results is much easier if the
   experiments are designed to answer (my) specific performance questions.
   Producing numbers that are accurate enough and whose experiments are
   well-enough understood to be used to answer arbitrary performance
   questions is much more difficult. 

2) It may be time to revisit the goals of the Low Level suite. There are
   two obvious extremes.

   a) Determine some (hopefully representative) metrics of point-to-point
      communication performance, concentrating on making the measurements
      fair when comparing across platforms, but not requiring that the
      underlying architecture parameters be derivable from these numbers,
      or that they agree exactly with any other group's measurements.
      In this situation, a two (or more) parameter model fit to the data can
      be useful, if only as a shorthand for the raw data, but the model
      should not be expected to explain the data.

   b) Characterize the low level communication performance for each
      platform. Charles Grassl's latest recommendation is a first step in
      that direction. As a personal aside, I attempted such an exercise
      a few years ago (on the T3D, looking at the effect of common usage
      patterns on performance, not just ping-pong between nearest
      neighbors). I quickly became swamped by the amount of data and by the
      number of ways of presenting it (and the work was never written up). I
      realize now that my problem was trying to address too many evaluation
      questions simultaneously. 

      In addition to the large amount of data required, an accurate
      characterization is likely to require more platform-specific
      elements, and will continue to evolve as new machines are added, in
      order to be as fair to the new machines as it is to the old ones.
      (The two parameter models are very acurrate for some of the previous
       generation of homogeneous message-passing platforms.)
    

    In case my sympathies are not clear, I prefer to revisit and fix the
    current suite, "dumbing it down", if only in presentation, making it clear
    what it does and does not measure. In my own work, the
    point-to-point measurements are only for establishing a general
    performance baseline. The important measures are the performance
    observed in the kernel and full application codes. The baseline
    measurements are simply to assess the "peak achieveable" communication 
    performance.

    While a full characterization is an important thing to do, I do not
    believe that this group has the manpower, resources, or staying power to
    do it right. At one time in the past, we proposed to simply be a
    clearinghouse for the best of the performance measurement codes. If
    Charles wants to write and submit such an extensive low level suite, we
    can consider it, but in the meantime we should address the problems in
    the current suite, and not claim more than is appropriate. In particular,
    make sure that the customer does not become concerned that the
    vendor-stated latency and bandwidth does not match the PARKBENCH reported
    values. A discrepancy does not necessarily mean that someone is lying,
    simply that different aspects are being measured. But we should also be
    sure that intermachine comparisons using PARKBENCH measurements are
    valid, otherwise, they serve no purpose.

Pat Worley


PS.  - I may be in the fringe, but all my codes are written using variants
       of SWAP and SENDRECV, and most of the codes I see can be written in
       such a fashion (and could gain something from it). So, ping-pong and
       ping-ping are not irrelevant to me. 

PPS. - Of course the real reason for using ping-pong is the difficulty in
       measuring the time for one-way messaging. I was not aware that this
       was a solved problem, at least at the MPI or PVM level. Perhaps
       system instrumentation can answer it, but I didn't know that
       portable measurement codes could be guaranteed to do so across the
       different platforms.


From owner-parkbench-comm@CS.UTK.EDU Fri Jan 16 10:57:55 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA13381; Fri, 16 Jan 1998 10:57:55 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA20483; Fri, 16 Jan 1998 10:38:52 -0500 (EST)
Received: from sun1.ccrl-nece.technopark.gmd.de (sun1.ccrl-nece.technopark.gmd.de [193.175.160.67]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id KAA20468; Fri, 16 Jan 1998 10:38:45 -0500 (EST)
Received: from sgi7.ccrl-nece.technopark.gmd.de (sgi7.ccrl-nece.technopark.gmd.de [193.175.160.89]) by sun1.ccrl-nece.technopark.gmd.de (8.7/3.4W296021412) with SMTP id QAA09438; Fri, 16 Jan 1998 16:38:41 +0100 (MET)
Received: (from hempel@localhost) by sgi7.ccrl-nece.technopark.gmd.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) id QAA04930; Fri, 16 Jan 1998 16:37:14 +0100
Date: Fri, 16 Jan 1998 16:37:14 +0100
From: hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)
Message-Id: <199801161537.QAA04930@sgi7.ccrl-nece.technopark.gmd.de>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Low Level Benchmarks
Cc: tbeckers@ess.nec.de, lonsdale@ccrl-nece.technopark.gmd.de,
        eckhard@ess.nec.de, clantwin@ess.nec.de,
        zimmermann@ccrl-nece.technopark.gmd.de,
        ritzdorf@ccrl-nece.technopark.gmd.de,
        hempel@ccrl-nece.technopark.gmd.de
Reply-To: hempel@ccrl-nece.technopark.gmd.de

I would like to send some remarks to the notes by Charles Grassl and
Pat Worley on the problem of low-level communication benchmarks.

As Pat pointed out, the ping-pong benchmark has been invented because
generally there is no global clock by which you could measure the time
for a single message. Everybody knows that this is no perfect solution,
and in my previous mail I already explained some aspects of why
ping-pong results can differ substantially from times found in real
applications. So, I think we will have to use ping-pong tests in
the future, with the caveat that they only measure a very special case
of message-passing. If Charles knows a way to measure single messages,
I would like to learn about it.

In most other points I agree with Charles. I'm strongly convinced that
the COMMS* routines are obsolete and should be replaced with something
reasonable. In particular, the current routines are far too complicated
to use, and give completely meaningless results. Therefore, I think one
should not even try to correct the COMMS* routines, especially as there
are already better alternatives available. One example is the PMB suite
of PALLAS. It is relatively easy to use, but the documentation should
provide more information than the internal calling tree given in the
README file. What is missing is a precise definition of the underlying
measuring methodology.

I strongly prefer the output of timing tables (perhaps translated in
good graphical representations) over crude parametrizations like the
ones in the COMMS* benchmarks. Those can only frustrate the experts
and confuse all other people.

As to the definition of latency, Charles is right in saying that zero
byte messages are dangerous because they often use special algorithms.
The straightforward solution to use 1 byte messages instead is bad
because usually messages are sent as multiples of 4 or 8 bytes, and for
other message lengths some overhead by additional copying or even
subroutine calls may be introduced. Since the lengths of most real
messages are multiples of 4 or 8 bytes, I support Charles' proposal to
measure the time for an 8 byte message and call it the latency.

I think the warm-up phase before the actual benchmarking is important
in order not to smear out initialization overheads over some number of
messages. The time for the first ping-pong (or other operation), 
however, should be measured and compared with the time found for the
following operations.

I very much welcome Charles Grassl's kind offer to write a new benchmark
suite. Perhaps there are even other suites available which could also
be candidates for getting adopted by PARKBENCH. This forum meanwhile
is quite well-known, which gives them considerable responsibility.
PARKBENCH's choice of benchmark programs influences procurements of new
machines world-wide, and the availability of a good set of low level
benchmarks could give PARKBENCH a good reputation. I'm afraid that the
current set of routines has the opposite effect.

- Rolf Hempel
------------------------------------------------------------------------
Rolf Hempel      (email: hempel@ccrl-nece.technopark.gmd.de)
Senior Research Staff Member
C&C Research Laboratories, NEC Europe Ltd., Rathausallee 10,
53757 Sankt Augustin, Germany
Tel.: +49 (0) 2241 - 92 52 - 95
Fax:  +49 (0) 2241 - 92 52 - 99

From owner-parkbench-comm@CS.UTK.EDU Fri Jan 16 12:46:04 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA14801; Fri, 16 Jan 1998 12:46:04 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA27007; Fri, 16 Jan 1998 12:29:03 -0500 (EST)
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id MAA27000; Fri, 16 Jan 1998 12:29:01 -0500 (EST)
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id MAA02149; Fri, 16 Jan 1998 12:29:01 -0500 (EST)
Date: Fri, 16 Jan 1998 12:29:01 -0500 (EST)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199801161729.MAA02149@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Low Level Benchmarks
In-Reply-To: Mail from 'hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)'
      dated: Fri, 16 Jan 1998 16:37:14 +0100
Cc: worley@haven.EPM.ORNL.GOV

	In most other points I agree with Charles. I'm strongly convinced that
	the COMMS* routines are obsolete and should be replaced with something
	reasonable. 

I have no problem with this. As I indicated, I have no experience with these.

	What is missing is a precise definition of the underlying measuring
        methodology. 

Perhaps this is the point that I was trying to make. Not only must the
codes be easy to use, but the results should be easy to interpret.
Every code should have a simple description of what it is measuring, what
the data can be used for (and what it shouldn't be used for), and how to use
the data. 

PARKBENCH needs to provide guidance in what data to collect, not just
carefully crafted benchmark codes. And we need to describe clearly what 
low level communication tests are good for. For example,
I have problems with low level contention tests. Understanding hotspots
is an interesting exercise, but the connection to "real" codes
is more subtle. Do we stress test, look at contention for given
algorithms/global operators (and which algorithms), use some standard
workload characterization as the background job, ...? For any given
performance question, what should be used may be clear, but it is difficult
to do this a priori. A simultaneous send/receive stress test may very well be
something interesting to present, but we also need to be able to explain
why (because it is typical in synchronous global communication operations?).

In summary, I would like to see a prioritized list of what low level
information is worth collecting, and why. We can then use this to choose or
generate codes to do the testing. I apologize for being lazy. This may have
already been laid out in the original ParkBench document, but I never worried
about the low level tests before and don't have a copy of the document in
front of me. 

Pat Worley





From owner-parkbench-comm@CS.UTK.EDU Fri Jan 16 13:45:53 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA15447; Fri, 16 Jan 1998 13:45:52 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA29375; Fri, 16 Jan 1998 13:15:58 -0500 (EST)
Received: from c3serve.c3.lanl.gov (root@c3serve-f0.c3.lanl.gov [128.165.20.100]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id NAA29368; Fri, 16 Jan 1998 13:15:55 -0500 (EST)
Received: from risc.c3.lanl.gov (risc.c3.lanl.gov [128.165.21.76]) by c3serve.c3.lanl.gov (8.8.5/1995112301) with ESMTP id LAA04436 for <parkbench-comm@cs.utk.edu>; Fri, 16 Jan 1998 11:16:08 -0700 (MST)
Received: from localhost (hoisie@localhost) by risc.c3.lanl.gov (950413.SGI.8.6.12/c93112801) with SMTP id LAA13115 for <parkbench-comm@CS.UTK.EDU>; Fri, 16 Jan 1998 11:14:30 -0700
Date: Fri, 16 Jan 1998 11:14:30 -0700 (MST)
From: Adolfy Hoisie <hoisie@c3serve.c3.lanl.gov>
To: parkbench-comm@CS.UTK.EDU
Subject: Low Level Benchmarks
Message-ID: <Pine.SGI.3.95.980116105256.11971B-100000@risc.c3.lanl.gov>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Just to amplify some of the numerous excellent points made by Pat and
Charles and Rolf, the emphasis of the Parkbench group, as I see it, should
be on defining the methodology for benchmarking at this level. A string of
numbers says very little about machine performance in absence of a solid,
scientifcally defined underlying base for the programs utilized for
benchmarking.
COMMS is obsolete in methodology, coding and generation and analysis of
results. As such, I have used it quite some time ago only to reach the
conclusions above. Instead, I always chose to write my own benchmarking
programs in order to extract meaningful data for the applications I was
working on.
I would like to see the debate heading towards what is it that we need to
measure in a suite of general use that is applicable to machines of
interest. For example, very little or no attention is being paid to
benchmarking DSM architectures, where quite a few architectural parameters
become harder to define and subtler to interpret. Including, but not
limited to, message passing characterization on these architectures.

Adolfy    

======================================================================
Adolfy Hoisie                  \        Los Alamos National Laboratory
                                \Scientific Computing, CIC-19, MS B256
hoisie@lanl.gov                  \           Los Alamos, NM  87545 USA
                                  \                Phone: 505-667-5216
http://www.c3.lanl.gov/~hoisie/hoisie.html           FAX: 505-667-1126


From owner-parkbench-comm@CS.UTK.EDU Sun Jan 18 07:38:42 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id HAA20627; Sun, 18 Jan 1998 07:38:42 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA21662; Sun, 18 Jan 1998 07:28:22 -0500 (EST)
Received: from post.mail.demon.net (post-10.mail.demon.net [194.217.242.154]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA21655; Sun, 18 Jan 1998 07:28:20 -0500 (EST)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa1002926; 18 Jan 98 12:25 GMT
Message-ID: <IWo32HA0Rfw0Ew5i@minnow.demon.co.uk>
Date: Sun, 18 Jan 1998 12:24:20 +0000
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Low Level Benchmarks
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>


To: the low-level discussion group

From: Roger

I comment below on recent emailings on this topic which arrived  on the 
16 Jan 1998.

Pat Worley writes:

>2) It may be time to revisit the goals of the Low Level suite. There ar
>   are two obvious extremes.
>
>   a) Determine some (hopefully representative) metrics of point-to-po
>      point communication performance, concentrating on making the    
>      measurements
>      SNIP
>      In this situation, a two (or more) parameter model fit to the 
>      data can be useful, if only as a shorthand for the raw data, 
>      but the model should not be expected to explain the data.

This is of course what COMMS1 sets out to do. But please when judging 
this point, use the New COMMS1 revised code that DOES give much more 
sensible answers in difficult cases. Please do not base your opinions on 
results from the Original COMMS1 code that is still unfortunately being 
issued by Parkbench. Instructions for getting the new code was given in 
my email to this group on 12 Jan 1998. 

>     (The two parameter models are very accurate for some of the 
>      previous generation of homogeneous message-passing platforms.)

It is nice to have confirmation of this from an independent source.
In addition, the 3-parameter mode is available in New COMMS1 for cases 
where the 2-para fails.

>    In case my sympathies are not clear, I prefer to revisit and fix 
>    the current suite, "dumbing it down", if only in presentation, 
>    making it clear what it does and does not measure. 
 
Again this was my objective in writting the New COMMS1 as a minimum fix
to the existing Original COMMS1. However I don't think I would call this
"Dumbing Down".

In fact New COMMS1 is a "Smartening UP" of the benchmark because it
provides a 3-parameter fit for those cases for which the 2-para fit
fails. It also reports the Key spot values of "time for shortest message
(which Charles and Rolfe want to call the Latency)" and bandwidth for
longest message (this could equally well be the maximum measured
bandwidth). It also compares the fitted values with measured values at
these key points. The fit formulae are also given in the output for
completeness.

Pleas note that COMMS1 has always reported ALL the measured lengths and
times in the output file as the basic data, and ALL spot bandwidths were
printed to the screen as measured, and could be captured in a file if
required. In New COMMS1 the spot bandwidths are more conveniently
included in the standard output file as they should have been in the
first place.

Unfortunately the above additions make the new output file more complex
(which I am not happy about). An example of New COMMS1 output is
attached at the end of this email. 

>PPS. - Of course the real reason for using ping-pong is the difficulty 
>       in measuring the time for one-way messaging. I was not aware  
>       that this was a solved problem, at least at the MPI or PVM 
>       level. Perhaps system instrumentation can answer it, but I 
>       didn't know that portable measurement codes could be guaranteed
>       to do so across the different platforms.

Exactly so.

*******************************

Rolf Hempel writes:

>of message-passing. If Charles knows a way to measure single messages,
>I would like to learn about it.

Me too.

>In most other points I agree with Charles. I'm strongly convinced that
>the COMMS* routines are obsolete and should be replaced with something
>reasonable. In particular, the current routines are far too complicated
>to use, and give completely meaningless results. Therefore, I think one

Please base your judgement on the results from New COMMS1 which has a
much more satisfactory fitting procedure (see the examples in the PICT
tool mentioned below). I believe that the revised program New COMMS1
gives reasonable results and is not obselete.

>README file. What is missing is a precise definition of the underlying
>measuring methodology.

In contrast, the methodology of the COMMS1 curve fitting is given in the
Parkbench Report and in detail in my book "The Science of Computer 
Benchmarking", see: 

              http://www.siam.org/catalog/mcc07/hockney.htm 

>I strongly prefer the output of timing tables (perhaps translated in
>good graphical representations) over crude parametrizations like the
>ones in the COMMS* benchmarks. Those can only frustrate the experts
>and confuse all other people.

You seem to have failed to notice that both the Original COMMS1 and the
New COMMS1 report the timing table as the FIRST part of their output
files.

Further a good graphical representation is available using the database
tool from Southampton and my own PICT tool (see below)

The COMMS1 fitting procedure is not crude. On the contrary it uses
least-squares fitting of a performance model that is quite satisfactory
for a lot of data. In minimising relative rather than absolute error,
New COMMS1 spreads the error in a much more satisfactory way and allows
the fitting to be used over a much longer range of message lengths.
Furthermore where the 2-parameter model is unsuitable, New COMMS1
provides a 3-parameter model which fits the Cray T3E (Charles's data 17
Dec 96) very well. I don't think one can call all this crude.

To see how good the 2 and 3 parameter fits produced by New COMMS1 are to 
recent data, check out the examples on my Parkbench Interactive Curve 
Fitting Tool (PICT) at:

          http://www.minnow.demon.co.uk/pict/source/pict2a.html

For the most part these show that 2-parameters fit the data surprisingly 
well. The parameters are not meaningless and useless, but often a
rather good summary of the measurements.

The 3-parameter fit is described quite fully in my talk to the 11 Sep
1997. I have finally written this up with pretty pictures for the PEMCS
Web Journal. Look at:

         http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/
                talks/Roger-Hockney/perfprof1.html

In truth we need to see a lot more data before judging the usefulness
of parametric fitting. That is why I would like to look at your NEC 
results. These need not be the timings from COMMS1, but any pingpong 
measurements that you regard as "good".

Please do not base your opinion on the results produced by the Original 
COMMS1 which is presently in the Parkbench suit. This will only work 
satisfactorily results for message lengths up to about 4*10^4. When used 
outside this range it may produce useless numbers.   

>messages are multiples of 4 or 8 bytes, I support Charles' proposal to
>measure the time for an 8 byte message and call it the latency.

I am STRONGLY opposed to this. Latency is an ambiguous term that has 
different meanings to different people. If we wish to report the time 
for an 8-byte message we should call it what it is, no more no less, eg:

                     t(n=8B) = 45.6 us

To call this latency only leads to confusion and senseless 
misunderstanding and argument.

****************************************************************
EXAMPLE NEW COMMS1 OUTPUT FILE: T3E Results from
Grassl's 17 Dec 1996 email to Parkbench committee
****************************************************************
 

 =================================================
 ===                                           ===
 ===  GENESIS / ParkBench Parallel Benchmarks  ===
 ===                                           ===
 ===              comms1_mpi                   ===
 ===                                           ===
 =================================================

 Pingpong Benchmark:
 -------------------
 Measures time to send a message between two nodes on a multi-processor
 computer (MPP or network) as a function of the message length.

 It also characterises the time and corresponding bandwidth by both two
 and three performance parameters.

 Original code by Roger Hockney (1986/7), modified by Ian Glendinning
 and Ade Miller (1993/4), and by Roger Hockney and Ron Sercely (1997).

 -----------------------------------------------------------------------
 You are running the VERSION dated:    RWH-12-Mar-1997
 -----------------------------------------------------------------------

 The measurement time requested for each test case was  1.00E+00
seconds.

 No distinction was made between long and short messages.

 Zero length messages were not used in least squares fitting.

 -----------------------------------------------
 (1) PRIMARY MEASUREMENTS (BW=Bandwidth, B=Byte)
 -----------------------------------------------------------------------
           SPOT MEASURED VALUES        |   EVOLVING TWO-PARAMETER FIT
 --------------------------------------|--------------------------------
 POINT LENGTH(n)   TIME(t)   BW(r=n/t) |    rinf      nhalf     RMS rel
          B           s         B/s    |    B/s         B       error %
 *SPOT1*-------------------------------|--------------------------------
    1  8.000E+00  1.260E-05  6.349E+05 | 0.000E+00  0.000E+00  0.000E+00
    2  1.000E+01  1.348E-05  7.418E+05 | 2.273E+06  2.064E+01 -1.255E-06
    3  2.000E+01  1.380E-05  1.449E+06 | 1.237E+07  1.516E+02  2.277E+00
    4  3.000E+01  1.590E-05  1.887E+06 | 7.798E+06  9.157E+01  2.762E+00
    5  4.000E+01  1.561E-05  2.562E+06 | 1.020E+07  1.237E+02  3.267E+00
    6  5.000E+01  1.648E-05  3.034E+06 | 1.115E+07  1.366E+02  3.126E+00
    7  6.000E+01  1.618E-05  3.708E+06 | 1.364E+07  1.711E+02  3.796E+00
    8  7.000E+01  1.773E-05  3.948E+06 | 1.356E+07  1.699E+02  3.552E+00
    9  8.000E+01  1.694E-05  4.723E+06 | 1.562E+07  1.992E+02  4.072E+00
   10  9.000E+01  1.793E-05  5.020E+06 | 1.634E+07  2.095E+02  3.954E+00
   11  1.000E+02  1.802E-05  5.549E+06 | 1.741E+07  2.249E+02  3.983E+00
   12  1.100E+02  1.889E-05  5.823E+06 | 1.776E+07  2.300E+02  3.841E+00
   13  1.200E+02  1.780E-05  6.742E+06 | 1.983E+07  2.607E+02  4.483E+00
   14  1.300E+02  1.917E-05  6.781E+06 | 2.034E+07  2.682E+02  4.368E+00
   15  1.400E+02  1.902E-05  7.361E+06 | 2.131E+07  2.828E+02  4.405E+00
   16  1.500E+02  1.941E-05  7.728E+06 | 2.209E+07  2.946E+02  4.389E+00
   17  1.600E+02  1.896E-05  8.439E+06 | 2.353E+07  3.167E+02  4.644E+00
   18  1.700E+02  2.057E-05  8.264E+06 | 2.362E+07  3.179E+02  4.514E+00
   19  1.800E+02  1.911E-05  9.419E+06 | 2.526E+07  3.434E+02  4.887E+00
   20  1.900E+02  2.125E-05  8.941E+06 | 2.517E+07  3.420E+02  4.765E+00
   21  2.000E+02  1.894E-05  1.056E+07 | 2.730E+07  3.754E+02  5.382E+00
   22  2.100E+02  2.091E-05  1.004E+07 | 2.767E+07  3.812E+02  5.282E+00
   23  2.200E+02  2.011E-05  1.094E+07 | 2.885E+07  3.998E+02  5.393E+00
   24  2.300E+02  2.136E-05  1.077E+07 | 2.915E+07  4.047E+02  5.296E+00
   25  2.400E+02  2.015E-05  1.191E+07 | 3.053E+07  4.268E+02  5.496E+00
   26  2.500E+02  2.228E-05  1.122E+07 | 3.047E+07  4.258E+02  5.390E+00
   27  2.600E+02  2.144E-05  1.213E+07 | 3.110E+07  4.360E+02  5.365E+00
   28  2.700E+02  2.212E-05  1.221E+07 | 3.142E+07  4.412E+02  5.290E+00
   29  2.800E+02  2.111E-05  1.326E+07 | 3.249E+07  4.588E+02  5.417E+00
   30  2.900E+02  2.259E-05  1.284E+07 | 3.272E+07  4.626E+02  5.337E+00
   31  3.000E+02  2.284E-05  1.313E+07 | 3.294E+07  4.663E+02  5.262E+00
   32  4.000E+02  2.256E-05  1.773E+07 | 3.550E+07  5.098E+02  5.818E+00
   33  6.000E+02  2.549E-05  2.354E+07 | 4.022E+07  5.921E+02  6.632E+00
   34  8.000E+02  2.817E-05  2.840E+07 | 4.567E+07  6.883E+02  7.296E+00
   35  1.000E+03  3.253E-05  3.074E+07 | 4.887E+07  7.452E+02  7.451E+00
   36  2.000E+03  4.496E-05  4.448E+07 | 5.553E+07  8.657E+02  8.013E+00
   37  5.000E+03  6.135E-05  8.150E+07 | 7.983E+07  1.312E+03  1.090E+01
   38  1.000E+04  8.579E-05  1.166E+08 | 1.070E+08  1.814E+03  1.284E+01
   39  2.000E+04  1.294E-04  1.546E+08 | 1.339E+08  2.315E+03  1.426E+01
   40  3.000E+04  1.722E-04  1.742E+08 | 1.523E+08  2.659E+03  1.493E+01
   41  4.000E+04  2.161E-04  1.851E+08 | 1.647E+08  2.890E+03  1.524E+01
   42  5.000E+04  2.594E-04  1.928E+08 | 1.735E+08  3.056E+03  1.539E+01
   43  1.000E+05  4.534E-04  2.206E+08 | 1.847E+08  3.266E+03  1.575E+01
   44  2.000E+05  7.784E-04  2.569E+08 | 1.996E+08  3.548E+03  1.648E+01
   45  3.000E+05  1.110E-03  2.703E+08 | 2.123E+08  3.787E+03  1.701E+01
   46  5.000E+05  1.697E-03  2.946E+08 | 2.256E+08  4.039E+03  1.762E+01
   47  1.000E+06  3.276E-03  3.053E+08 | 2.370E+08  4.255E+03  1.806E+01
   48  2.000E+06  6.373E-03  3.138E+08 | 2.468E+08  4.440E+03  1.839E+01
   49  3.000E+06  9.489E-03  3.162E+08 | 2.547E+08  4.590E+03  1.858E+01
   50  5.000E+06  1.569E-02  3.187E+08 | 2.612E+08  4.714E+03  1.870E+01
   51  1.000E+07  3.134E-02  3.191E+08 | 2.666E+08  4.816E+03  1.874E+01
 *SPOT2*----------------------------------------------------------------

                            ------------------------
                            COMMS1: Message Pingpong
                            ------------------------
                                 Result Summary    
                                 --------------    

 -------------------
 (2) KEY SPOT VALUES
 -------------------
                                        ----------------------- 
 *KEY1* Shortest  n =   8.000E+00 B,   |  t =   1.260E-05 s    |  ******
                                       |                       |  ******
 *KEY2* Longest   n =   1.000E+07 B,   |  r =   3.191E+08 B/s  |  ******
                                        ----------------------- 


 -----------------------------------------------------------------------
--
 ------------------------------------------
 (3) BEST TWO-PARAMETER LINEAR-(t vs n) FIT
 ------------------------------------------
 (Minimises sum of squares of relative error at all points being fitted)

 Root Mean Square (RMS) Relative Error in time =    18.74 %
                Maximum Relative Error in time =    43.61 %  at POINT =
1

 This is a fit to ALL points. Even though different expressions are
 given for short and long messages, they are algebraically identical
 and either may be used for any message length in the full range.

 --------------
 Short Messages
 --------------
 Best expressions to use if nhalf > 0 and n <= nhalf = 4.816E+03 B

 Bandwidth fitted to:    r = pi0*n/(1+n/nhalf)

 Time fitted to:         t = t0*(1+n/nhalf)

           --------------------------------------------
 *LIN1*   |  pi0 = 5.536E+04 Hz,   nhalf= 4.816E+03 B  |   ******
          |                                            |   ******
 *LIN2*   |   t0 = 1/pi0 = 1.807E-05 s                 |   ******
           --------------------------------------------

 Spot comparison at POINT = 1, n = 8.000E+00 B

   t(fit) = 1.810E-05 s,  t(measured) = 1.260E-05 s,  relative error in
time =   43.6 %

 -------------
 Long Messages
 -------------
 Best expressions to use if  n > nhalf = 4.816E+03 B, or nhalf=0

 Bandwidth fitted to:     r = rinf/(1+nhalf/n)

 Time fitted to:          t = (n+nhalf)/rinf

           -----------------------------------------------
 *LIN3*   |  rinf = 2.666E+08 B/s,  nhalf = 4.816E+03 B   |   ******
           -----------------------------------------------

 Spot comparison at POINT =  51, n = 1.000E+07 B

   r(fit) = 2.665E+08 B/s,  r(measured) = 3.191E+08 B/s,  relative error
in B/W =  -16.5 %


 -----------------------------------------------------------------------
--
 ---------------------------------------
 (4) BEST 3-PARAMETER VARIABLE-POWER FIT
 ---------------------------------------

 Root Mean Square (RMS) Relative Error in B/W =    6.89 %
                Maximum Relative Error in B/W =  -13.41 %  at POINT = 39

 This fit is to ALL data points

 Bandwidth is fitted to:   rvp = rivp/(1+(navp/n)^gamvp)^(1/gamvp)

 Time is fitted to:        tvp = t0vp*(1+(n/navp)^gamvp)^(1/gamvp)

 where                    t0vp = navp/rivp  and  navp = t0vp*rivp

 When gamvp = 1.0, this form reduces to the linear-time form (3) above,
 navp becomes nhalf, and rivp becomes rinf.

 The three independent parameters are (t0vp is derived):

          -------------------------------------------------------------
 *VPWR1* | rivp = 3.475E+08 B/s, navp = 3.670E+03 B, gamvp = 4.190E-01 |
         |                                                             |
 *VPWR2* | t0vp = navp/rivp =  1.056E-05 s                             |  
          -------------------------------------------------------------
 This function is guaranteed to fit the first and last measured values  
 of time  and bandwidth. It also fits the (interpolated) time and  
 bandwidth at n = navp.

-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Mon Jan 19 13:10:51 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA16306; Mon, 19 Jan 1998 13:10:50 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA21116; Mon, 19 Jan 1998 12:53:17 -0500 (EST)
Received: from haze.vcpc.univie.ac.at (haze.vcpc.univie.ac.at [131.130.186.138]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id MAA21105; Mon, 19 Jan 1998 12:53:14 -0500 (EST)
Received: (from smap@localhost)
	by haze.vcpc.univie.ac.at (8.8.6/8.8.6) id SAA21164
	for <parkbench-comm@CS.UTK.EDU>; Mon, 19 Jan 1998 18:53:11 +0100 (MET)
From: Ian Glendinning <Ian.Glendinning@vcpc.univie.ac.at>
Received: from fidelio(131.130.186.155) by haze via smap (V2.0beta)
	id xma021162; Mon, 19 Jan 98 18:52:48 +0100
Received: (from ian@localhost) by fidelio.vcpc.univie.ac.at (8.7.5/8.7.3) id SAA03411 for parkbench-comm@CS.UTK.EDU; Mon, 19 Jan 1998 18:52:48 +0100 (MET)
Date: Mon, 19 Jan 1998 18:52:48 +0100 (MET)
Message-Id: <199801191752.SAA03411@fidelio.vcpc.univie.ac.at>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Low Level benchmark errors and differences
X-Sun-Charset: US-ASCII

Dear parkbench-comm subscriber,

I have been following the discussions regarding the low-level ParkBench
benchmarks over the last couple of weeks with intertest, but so far I have
been content to keep my head below the parapet, as most of the things I would
have said have been said by others anyway.  However, there is one thing that I
would like to point out.

On Wed Jan  7 22:56:04 1998, Charles Grassl wrote:

> The Low Level programs are obsolete and need to be replaced.

I agree that the existing code could use some improvement, though most of the
discussion seems to have revolved around the version in the "current release",
which as Roger has pointed out several times is very old, and he has written
an improved version.  Have people tried that version out?

> I have
> written seven simple programs, with MPI and PVM versions, and offer them
> as a replacement for the Low Level suite.

I have tried a version of Charles's "comms1" code that he sent me, on our CS-2
system, and found that it reported approximately half the expected asymptotic
bandwidth, so this code is not without its problems either!  By "expected", I
mean the bandwidth reported by various versions of (the ParkBench version of)
COMMS1 over the years, coded using first PARMACS, then PVM, and more recently
MPI, as a message-passing library.  This value corresponds closely to what one
would expect for the peak performance, given the performance figures for the
underlying hardware.  For an explanation of what I think is happening, please
read on...

On Thu Jan 15 20:20:36 1998, Charles Grassl wrote:

> This recorded
> time is for a round trip message, and is not precisely the time for
> two messages.  Half the round trip message passing time, as reported in
> the PMB tests, is not the time for a single message and should not be
> reported and such.  This same erroneous technique is used in the COMMS1
> and COMMS2 two benchmarks.  (Is Parkbench is responsible for propagating
> this incorrect methodology.)

As Pat Worley and Rolf Hempel pointed out, the ping-pong is used because of
the difficulty in measuring the time for one-way messages, and I believe that
this is illustrated in this instance, as it seems that Charles's attempt to
time one-way messages has caused the unexpectedly low asymptotic bandwidth
measurement...  Charles's code executes a send, and then as fast as possible
executes another one, without any concern as to whether the data has left the
sending processor, or has arrived at the receiving processor, and what I think
is happening is that his code is queuing requests to send, before the previous
messages have left the sending processor, forcing the MPI implementation to
buffer them, at the cost of an extra copy operation, which would not otherwise
have been necessary, thus reducing the effective bandwidth!

> With respect to low level testing, the round trip exchange of messages,
> as per PingPing and PingPong in PMB or COMMS1 and COMMS2, is not
> characteristic of the lowest level of communication.  This pattern
> is actually rather rare in programming practice.  It is more common
> for tasks to send single messages and/or to receive single messages.

It seems to me that it is not very common programming practice to send a
sequence of messages to the same destination in rapid fire, without having
either done some intermediate processing, or waiting to get some response
back.  If you were trying to code efficiently, you would doubtless merge
the messages into one, and send the data all together in one message, if it
was all available already, which it must have been if you were able to
execute the sends so rapidly one after another! 

> The single message passing is a distinctly different case from that
> of round trip tests.  We should be worried that the round trip testing
> might introduce artifacts not characteristic of actual (low level) usage.
> We need a better test of basic bandwidth and latency in order to measure
> and characterize message passing performance.

Well, it seems that in this case, the attempt to measure the single message
passing case has introduced an artifact.  To an extent it depends what you are
trying to measure of course, but it has always been my understanding that the
COMMS1 benchmark was trying to measure the peak performance that you could
reasonably expect to obtain using a portable message-passing library
interface, which, for a good implementation of MPI, ought to come close to the
theoretical hardware limit, which is precisely what the existing COMMS1
ping-pong code does on our system.  I would therefore argue in favour of
retaining the ping-pong technique for obtaining timings.
  Ian
--
Ian Glendinning         European Centre for Parallel Computing at Vienna (VCPC)
ian@vcpc.univie.ac.at   Liechtensteinstr. 22, A-1090 Vienna, Austria
Tel: +43 1 310 939612   WWW: http://www.vcpc.univie.ac.at/~ian/

From owner-parkbench-comm@CS.UTK.EDU Tue Jan 20 08:50:06 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA06977; Tue, 20 Jan 1998 08:50:06 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA01200; Tue, 20 Jan 1998 08:28:44 -0500 (EST)
Received: from sun1.ccrl-nece.technopark.gmd.de (sun1.ccrl-nece.technopark.gmd.de [193.175.160.67]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id IAA01193; Tue, 20 Jan 1998 08:28:39 -0500 (EST)
Received: from sgi7.ccrl-nece.technopark.gmd.de (sgi7.ccrl-nece.technopark.gmd.de [193.175.160.89]) by sun1.ccrl-nece.technopark.gmd.de (8.7/3.4W296021412) with SMTP id OAA12945; Tue, 20 Jan 1998 14:19:53 +0100 (MET)
Received: (from hempel@localhost) by sgi7.ccrl-nece.technopark.gmd.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) id OAA09828; Tue, 20 Jan 1998 14:19:52 +0100
Date: Tue, 20 Jan 1998 14:19:52 +0100
From: hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)
Message-Id: <199801201319.OAA09828@sgi7.ccrl-nece.technopark.gmd.de>
To: cmg@cray.com
Subject: Re: Low Level Benchmarks
Cc: hempel@ccrl-nece.technopark.gmd.de, parkbench-comm@CS.UTK.EDU
Reply-To: hempel@ccrl-nece.technopark.gmd.de

Dear Charles,

thank you for your note, and for sending me your simple test program.
One thing I like about the program is that it's easy to install and run;
no complicated makefiles, include files and sophisticated driver
software. We had the code running in five minutes.

In many points I agree with Ian Glendinning who already reported about
his tests with your code on the Meiko system. When we ran the test on
our SX-4, however, the results were very similar to ping-pong figures.
With the particular MPI version I used for my measurements, the
classical ping-pong test as implemented in MPPTEST of the MPICH
distribution gives about 4 usec less time in latency and about 4%
higher throughput than your test program. The reason for the increase in
latency as reported by your code is fully explained by the fact that
you forgot to correct for the time spent in the timer routine (see
below). So, we would have no problem with adopting a corrected version
of your code as the basic communication test. However, I think that
this is not the point.

The question we have to answer is what communication pattern we want
to measure with our benchmark code. In my view the ping-pong technique,
with all its problems, is much closer to a typical application than
your program. Of course, the situation "receiver already waiting"
implemented by the ping-pong, is a special case which will not be
found for all messages in an application. In this situation,
the MPI implementation can use a more efficient protocol, which will
lead to a best case measurement of latency and throughput.

I agree with Ian that the rapid succession of messages in one direction
is very untypical. Only a stupid programmer would do it this way in
an application, and not aggregate the messages to a larger one. What
you really measure with this benchmark is how well the MPI library
can deal with this kind of congestion. As you see, our library is not
affected at all by this, but, as Ian reported, the Meiko shows a much
different behaviour. In a sense, you measure a kind of worst case
scenario, as opposed to the best case one in the ping-pong.

One technical detail of your program: You time every send operation
separately, and then sum up the individual times. This requires a quite
accurate clock. I would expect that some machines could run into
trouble with this approach. Also, you don't correct for the time needed
for calling the timer twice for every send/receive. On machines with
highly optimized MPI libraries this is not at all negligible. On our
machine two timer calls require as much time as 25% of a complete
send-receive sequence!

As a summary, your basic communication program does not convince me as
a better alternative to ping-pong programs such as MPPTEST. The only
thing I really like about it is its simplicity.

Best regards,
  Rolf
------------------------------------------------------------------------
Rolf Hempel      (email: hempel@ccrl-nece.technopark.gmd.de)
Senior Research Staff Member
C&C Research Laboratories, NEC Europe Ltd., Rathausallee 10,
53757 Sankt Augustin, Germany
Tel.: +49 (0) 2241 - 92 52 - 95
Fax:  +49 (0) 2241 - 92 52 - 99

From owner-parkbench-comm@CS.UTK.EDU Wed Jan 21 11:22:06 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id LAA27346; Wed, 21 Jan 1998 11:22:06 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA20207; Wed, 21 Jan 1998 10:55:58 -0500 (EST)
Received: from sun1.ccrl-nece.technopark.gmd.de (sun1.ccrl-nece.technopark.gmd.de [193.175.160.67]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id KAA20176; Wed, 21 Jan 1998 10:55:44 -0500 (EST)
Received: from sgi7.ccrl-nece.technopark.gmd.de (sgi7.ccrl-nece.technopark.gmd.de [193.175.160.89]) by sun1.ccrl-nece.technopark.gmd.de (8.7/3.4W296021412) with SMTP id QAA01123; Wed, 21 Jan 1998 16:50:13 +0100 (MET)
Received: (from hempel@localhost) by sgi7.ccrl-nece.technopark.gmd.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) id QAA11663; Wed, 21 Jan 1998 16:54:00 +0100
Date: Wed, 21 Jan 1998 16:54:00 +0100
From: hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)
Message-Id: <199801211554.QAA11663@sgi7.ccrl-nece.technopark.gmd.de>
To: parkbench-comm@CS.UTK.EDU
Subject: NEW COMMS1 benchmark
Cc: eckhard@ess.nec.de, tbeckers@ess.nec.de,
        lonsdale@ccrl-nece.technopark.gmd.de,
        maciej@ccrl-nece.technopark.gmd.de,
        ritzdorf@ccrl-nece.technopark.gmd.de,
        zimmermann@ccrl-nece.technopark.gmd.de, springstubbe@gmd.de,
        hempel@ccrl-nece.technopark.gmd.de
Reply-To: hempel@ccrl-nece.technopark.gmd.de

In the recent discussion on the low-level benchmarks, Roger repeatedly
asked us to base our evaluation of the COMMS1 benchmark on his new
version, and not on the one which is still in the official PARKBENCH
distribution. At NEC we now have repeated the tests on the NEC SX-4
machine, and I would like to make a few comments on the results.

First of all, the raw data as reported by the table Primary Measurements
more closely match the figures given by other ping-pong tests than the
older version. The correction for oeverheads, however, is still
problematic for the following reasons:
1. In every loop iteration, the returned message is compared with the
   message sent. If one is concerned with the correctnes of the MPI
   library, this could be checked in a separate loop before the timing
   loop. The check inside the timing loop, done only by the sender
   process, delays the sender and thus makes sure that the receiver
   is already waiting in the receive for the next message. This
   aggravates the "Receiver ready" situation which I discussed in an
   earlier mail.
2. The authors take great care in correcting for the overhead introduced
   by the do loop. This is done by the loop over the dummy routine
   before the main loop. On the other hand, the correction for the
   check routine call introduces an overhead of one timer call which
   is NOT taken into account. (Here I assume that the internal clock
   is read out at a fixed point in time during every call of
   DWALLTIME00().) I would argue that on most machines the loop overhead
   per iteration is negligible as compared to a function call. On our
   machine, MPI_Wtime calls a C function which in turn calls an
   assembly language routine. The time needed for this is about 10%
   of our message latency!

Another problem in the measuring procedure is that the test message
contains a single constant, repeated as many times as there are words in
the message. Did the authors never think about the possibility of
data compression in interconnect systems? I would not be surprised to
see bandwidths of Terabytes/sec on some Ethernet connection between
workstations.

Apart from this, the raw data are much better now than they were before,
and when the above points were fixed, the resulting table would be
satisfactory. The interesting question is, however, how much added value
we get from the parameter fitting. In my earlier note, I called the
fitting procedure in the earlier COMMS1 benchmark "crude". I cannot
find a more appropriate word for a model which in cases deviates from
the measured values by more than 100%.

So, how much improvement do we get from the revised COMMS1 version?
As Roger said himself, the increase in modeling sophistication led
to a more complicated output file. Results are now given for two
models, the first one using two parameters, and the second one three.
As could be expected, the two-parameter model does not work better than
in the previous version. For our machine, latency is over-estimated
by 18.9 percent, and the bandwidth at the last data point is off by
27%. Since a linear model is just too simple to be applied to modern
message-passing libraries, I wonder why these results are still in the
output file at all.

The three-parameter fit is better than the two-parameter one. The
major advantage is that it exactly matches the first data point in
time, and the last data point in bandwidth. That is what people would
look at, if there were no parameter fitting at all. So, the reported
latency is the time measured for a zero-byte message, and is as good or
as bad as this measurement. For our MPI library, the RMS fitting
error for the whole data set is 14.04%, and the maximum relative error
is 33.4%. We now can discuss the meaning of the word "crude" (and I
apologize if as a non-native speaker I don't use the right word here),
but I would at least call it unsatisfactory. Given those differences
between model and measurements, I was not surprised to see the
projected RINFINITY as being too high. The 7.65 GBytes/s are well
beyond a memcpy operation in our shared memory, and measured rates never
exceeded 7.1 GBytes/s.

To summarize, in my opinion there is no added value given by the
parameter fitting. The latency value is the first entry in the raw
data table, and the asymptotic bandwidth is easy to figure out by just
looking at the bandwidths as measured for very long messages. As
explained above, the extrapolation by the parametrized model does not
add any precision as compared with a guess based on the long-message
table entries. For message lengths in between, what does a model help
me if it deviates from the measurements by up to 33%? So, my conclusion
would be to drop the whole parameter fitting from the PARKBENCH
low-level routines.

In a separate mail I will send the COMMS1 benchmark output, as produced
with our MPI library, to Roger. I don't want to swamp the whole
PARKBENCH forum with the detailed data.

Best regards,
 Rolf
------------------------------------------------------------------------
Rolf Hempel      (email: hempel@ccrl-nece.technopark.gmd.de)
Senior Research Staff Member
C&C Research Laboratories, NEC Europe Ltd., Rathausallee 10,
53757 Sankt Augustin, Germany
Tel.: +49 (0) 2241 - 92 52 - 95
Fax:  +49 (0) 2241 - 92 52 - 99

From owner-parkbench-comm@CS.UTK.EDU Fri Jan 23 12:24:12 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA07290; Fri, 23 Jan 1998 12:24:11 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA06737; Fri, 23 Jan 1998 12:04:42 -0500 (EST)
Received: from post.mail.demon.net (post-10.mail.demon.net [194.217.242.154]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA06686; Fri, 23 Jan 1998 12:04:23 -0500 (EST)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa1003594; 23 Jan 98 16:49 GMT
Message-ID: <1GgxMFAgVMy0EwfI@minnow.demon.co.uk>
Date: Fri, 23 Jan 1998 16:29:20 +0000
To: hempel@ccrl-nece.technopark.gmd.de
Cc: parkbench-comm@CS.UTK.EDU, eckhard@ess.nec.de, tbeckers@ess.nec.de,
        lonsdale@ccrl-nece.technopark.gmd.de,
        maciej@ccrl-nece.technopark.gmd.de,
        ritzdorf@ccrl-nece.technopark.gmd.de,
        zimmermann@ccrl-nece.technopark.gmd.de, springstubbe@gmd.de
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Re: NEW COMMS1 benchmark
In-Reply-To: <199801211554.QAA11663@sgi7.ccrl-nece.technopark.gmd.de>
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>

To: The Parkbench discussion group

From: Roger Hockney


First the 3-parameter fit that is produced by New COMMS1 and discussed
by Rolf can be found in the html version of this reply at:

              www.minnow.demon.co.uk/Pbench/emails/hempel1.htm

Or by bringing up the PICT tool on your browser at:

              www.minnow.demon.co.uk/pict/source/pict2a.html
Then:

(1) select a suitable frame size for the PICT display

(2) change the data URL at top from .../data/t3e.res to .../data/sx4.res

(3) press the "GET DATA at URL" button, and the data should download.

(4) press the 3-PARA button then the APPLY3 button, and the 3-para curve
should be drawn.

************************************************************************
Rolf has especialy asked me to point out that the results that he has
supplied are for the SX4 using Release 7.2 MPI software which is will
soon be replaced by a newer version with significantly better latency
and bandwidth. This data does not therefore represent the best that can
be achieved on the SX4.
************************************************************************

I now reply to specific points in Rolf Hempel's email to group on 21 Jan
1998.
 
>In the recent discussion on the low-level benchmarks, Roger repeatedly
>asked us to base our evaluation of the COMMS1 benchmark on his new
>version, and not on the one which is still in the official PARKBENCH
>distribution. At NEC we now have repeated the tests on the NEC SX-4
>machine, and I would like to make a few comments on the results.
>
Thank you, Rolf, for taking the trouble to install New COMMS1 and
sending me the results. I discuss the results below. In answer to your
other points: 

>First of all, the raw data as reported by the table Primary Measurements
>more closely match the figures given by other ping-pong tests than the
>older version. The correction for oeverheads, however, is still

The two points you raise could easily be incorporated in the code. I was
reluctant to tamper with the measurement part of the COMMS1 code because
it would introduce systematic differences in the measurements and make
comparison with older measurements invalid. But of course this has to be
done from time to time. My changes were deliberately kept to a minimum
and confined largely to the parameter fitting part which was causing the
main problems being reported.

>Another problem in the measuring procedure is that the test message
>contains a single constant, repeated as many times as there are words in
>the message. Did the authors never think about the possibility of
>data compression in interconnect systems? I would not be surprised to
>see bandwidths of Terabytes/sec on some Ethernet connection between
>workstations.

Yes I did think about this, but decided I did not know enough about
compression to devise a way to prevent it. Compression algorithms are so
clever now that this may be impossible to do. Anyway this is not yet a
problem, so I suggest we leave it until it becomes one. Perhaps software
should get benefit in its performance numbers for the use of compression
but then we need something more difficult than a sequence of constants
to use as a standard test.
>
>Apart from this, the raw data are much better now than they were before,
>and when the above points were fixed, the resulting table would be
>satisfactory. 

I would have no objection to this.

>The interesting question is, however, how much added value
>we get from the parameter fitting. In my earlier note, I called the

The added value provided in the case of the NEC SX4 results is that the
3-parameter fit (see graph) gives a satisfactory fit to ALL the data.
This reduces 112 numbers to 3 numbers and an analytic formula that can
be manipulated. This is called "Performance Characterisation" and
provides very useful data compression. Furthermore the parameters
themselves can be interpreted as characterising various aspects of the
shape and asymptotes of the performance curve. 

In contrast reporting just the first time and last performance value and
calling them the Latency and Bandwidth only tells us about these two
points. Further the choice of which message lengths to use for this type
of definition is entirely arbitrary and open to much argument at both
ends. However, New COMMS1 does provide this type of output in the lines
marked KEY SPOT VALUES but I deliberately avoided calling them values of
Latency and Bandwidth in order to avoid senseless argument.

Some people are very interested in the parametric representations,
others not. One is not obliged to use or look at the parametric
representations, but they are there for those who want them. For those
interested just in the Raw data those are reported first in the output
file of New COMMS1.


>As could be expected, the two-parameter model does not work better than
>in the previous version. For our machine, latency is over-estimated
>by 18.9 percent, and the bandwidth at the last data point is off by
>27%. Since a linear model is just too simple to be applied to modern
>message-passing libraries, I wonder why these results are still in the
>output file at all.

The 2-PARA results are reported just so that one can see that they are
unsatisfactory, and that therefore one must lose simplicity and consider
a 3-para fit. Actually there is a switch that can be set in the
comms1.inc file to suppress reporting of output if the errors exceed
specified values. Every time I have used this, however, I have tended to
rerun with the output on, in order to see just what the 2-para gave. If
the 2-para can be accepted it is much preferable to the 3-para because
of its simplicity and clearer interpretation of the significance of the
parameters.

>as bad as this measurement. For our MPI library, the RMS fitting
>error for the whole data set is 14.04%, and the maximum relative error
>is 33.4%. We now can discuss the meaning of the word "crude" (and I

If you look at the graph itself (see above), I think you will find the
agreement much more satisfactory than is apparent from the reported
errors. You also may have too high an expectation of what parametric
fitting can reasonably be expected to provide, especially for data with
discontinuities. 

In my experience agreement in RMS error rarely is better than 7% and
anything up to 30% is probably still useful. A maximum error of 30% is
not bad at all, and may be due to a single rogue point or an isolated
discontinuity. Although error numbers are reported in the output, one
really has to look at the graph of all data before drawing conclusions. 

>Given those differences
>between model and measurements, I was not surprised to see the
>projected RINFINITY as being too high. The 7.65 GBytes/s are well
>beyond a memcpy operation in our shared memory, and measured rates never
>exceeded 7.1 GBytes/s.

Actually 7.65 differs from 7.1 by 8% which is very good agreement
indeed. 

>To summarize, in my opinion there is no added value given by the
>parameter fitting. The latency value is the first entry in the raw
>data table, and the asymptotic bandwidth is easy to figure out by just
>looking at the bandwidths as measured for very long messages. As

Your definitions of Latency and Bandwidth will have to be more precise
than the above. What does "by looking at the B/W for very long messages"
actually mean. What are "very long messages?". "What message length
should the first entry in the Raw data table be for?" ... etc.

>explained above, the extrapolation by the parametrized model does not
>add any precision as compared with a guess based on the long-message
>table entries. 

Strictly-speaking it is invalid to extrapolate the fitted curve outside
the range of measured values. However we will always do this, and in
this case the fit predicts the known hardware limit as well as can be
reasonably expected.

>For message lengths in between, what does a model help
>me if it deviates from the measurements by up to 33%? So, my conclusion
>would be to drop the whole parameter fitting from the PARKBENCH
>low-level routines.

I think the graph of the results and the 3-para fit shows remarkably
good and useful agreement. But this is a subjective personal opinion.
What do others think?

Best wishes

Roger
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Mon Jan 26 06:39:21 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA02920; Mon, 26 Jan 1998 06:39:21 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA09063; Mon, 26 Jan 1998 06:22:47 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA09055; Mon, 26 Jan 1998 06:22:36 -0500 (EST)
Received: from mordillo (p112.nas1.is3.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA12226; Mon, 26 Jan 98 11:19:15 GMT
Date: Mon, 26 Jan 98 10:14:38 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Re: Low Level Benchmarks 
To: Charles Grassl  <cmg@cray.com>, parkbench-comm@CS.UTK.EDU
Cc: solchenbach@pallas.de
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <199801151711.RAA07227@magnet.cray.com> 
Message-Id: <Chameleon.885813075.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Charles,

Thanks for your thoughts and experiences with the Pallas PMB codes -
I will  forward them to the authors...  The main points in favour of
the PMB codes are that they are in C and potentially produce results
for a variety of MPI calls... Obviously if the results they produce are
flawed...

Regarding new low-level codes I would be in favour of taking up your
kind offer of writing a set of codes in C/Fortran. I guess the main
problem is getting a concensus with regards methodology and measurements
that are used with these codes.

Maybe we can decide that a number of actions should be undertaken...

1) It seems clear that no one is 100% happy with the current version
   of the low-level codes. So, this implies that they need to be 
   replaced !?

2) If we are going to replace the codes we can go down a couple of routes;
   start from scratch, replace with Roger's new codes or some combination of
   both...

3) I would be happy to see us start from scratch and  create 
   C/Fortran codes where the methodology and design of each can be
   "hammered out" by discussion first and then implemented 
   (and iterated as necessary).

4) Assuming that we want to go down this route, I suggest we make a starting
   point of Charles' "suggestions and requirements for the low level 
   benchmark design" - towards the end of this email. I am happy to
   put these words on the web and update/change them as our dicussions
   evolve...

5) Charles has offered his services to help write/design/test these new codes -
   I'm willing to offer my services in a similar fashion. I'm sure that others
   interested in the low-level codes could contribute something here as well. 

Overall, it seems clear to me that we have enough energy and manpower to
produce a new set low-level codes whose methodology and design is correct
and relevant to todays systems...

I look forward to your comments...

Regards

Mark 






--- On Thu, 15 Jan 1998 11:11:39 -0600 (CST)  Charles Grassl <cmg@cray.com> wrote:
> 
> To:      Parkbench interests
> From:    Charles Grassl
> Subject: Low Level benchmarks
> 
> Date:    15 January, 1998
> 
> 
> Mark, thank you for pointing us to the PMB benchmark.  It is well written
> and coded, but has some discrepancies and shortcomings.  My comments
> lead to suggestions and recommendation regarding low level communication
> benchmarks.
> 
> First, in program PMB the PingPong tests are twice as fast (in time)
> as the corresponding message length tests in the PingPing tests (as run
> on a CRAY T3E).  The calculation of the time and bandwidth is incorrect
> by a factor of 100% in one of the programs.
> 
> This error can be fixed by recording, using and reporting the actual
> time, amount of data sent and their ratio.  That is, the time should not
> be divided by two in order to correct for a round trip.  This recorded
> time is for a round trip message, and is not precisely the time for
> two messages.  Half the round trip message passing time, as reported in
> the PMB tests, is not the time for a single message and should not be
> reported and such.  This same erroneous technique is used in the COMMS1
> and COMMS2 two benchmarks.  (Is Parkbench is responsible for propagating
> this incorrect methodology.)
> 
> In program PMB, the testing procedure performs a "warm up".  This
> procedure is a poor testing methodology because is discards important
> data.  Testing programs such as this should record all times and calculate
> the variance and other statistics in order to perform error analysis.
> 
> Program PMB does not measure contention or allow extraction of network
> contention data.  Tests "Allreduce" and "Bcast" and several others
> stress the inter-PE communication network with multiple messages,
> but it is not possible to extract information about the contention from
> these tests.  The MPI routines for Allreduce and Bcast have algorithms
> which change with respect to number of PEs and message lengths,  Hence,
> without detailed information about the specific algorithms used, we cannot
> extract information about network performance or further characterize
> the inter-PE network.
> 
> Basic measurements must be separated from algorithms.  Tests PingPong,
> PingPing, Barrier, Xover, Cshift and Exchange are low level.  Tests
> Allreduce and Bcast are algorithms.  The algorithms Allreduce and Bcast
> need additional (algorithmic) information in order to be described in
> terms of the basic level benchmarks.
> 
> 
> With respect to low level testing, the round trip exchange of messages,
> as per PingPing and PingPong in PMB or COMMS1 and COMMS2, is not
> characteristic of the lowest level of communication.  This pattern
> is actually rather rare in programming practice.  It is more common
> for tasks to send single messages and/or to receive single messages.
> In this scheme, messages do not make a round trip and there is not
> necessarily caching or other coherency effects.
> 
> The single message passing is a distinctly different case from that
> of round trip tests.  We should be worried that the round trip testing
> might introduce artifacts not characteristic of actual (low level) usage.
> We need a better test of basic bandwidth and latency in order to measure
> and characterize message passing performance.
> 
> 
> Here are suggestions and requirements, in an outline form, for a low
> level benchmark design:
> 
> 
> 
>     I. Single and double (bidirectional) messages.
> 
>        A. Test single messages, not round trips.
>          1. The round trip test is an algorithm and a pattern.  As
>             such it should not be used as the basic low level test of
>             bandwidth.
>          2. Use direct measurements where possible (which is nearly
>             always).  For experimental design, the simplest method is
>             the most desirable and best.
>          3. Do not perform least squares fits A PIORI.  We know that
>             the various message passing mechanisms are not linear or
>             analytic because different mechanisms are used for different
>             message sizes.  It is not necessarily known before hand
>             where this transition occurs.  Some computer systems have
>             more than two regimes and their boundaries are dynamic.
>          4. Our discussion of least squares fitting is loosing tract
>             of experimental design versus modeling.  For example, the
>             least squares parameter for t_0 from COMMS1 is not a better
>             estimate of latency than actual measurements (assuming
>             that the timer resolution is adequate).  A "better" way to
>             measure latency is to perform addition DIRECT measurements,
>             repetitions or otherwise, and hence decrease the statistical
>             error.  The fitting as used in the COMMS programs SPREADS
>             error.  It does not reduce error and hence it is not a
>             good technique for measuring such an important parameter
>             as latency.
> 
>        B. Do not test zero length messages.  Though valid, zero length
>           messages are likely to take special paths through library
>           routines.  This special case is not particularly interesting or
>           important.
>           1. In practice, the most common and important message size is 64
>              bits (one word).  The time for this message is the starting
>              point for bandwidth characterization.
> 
>        D. Record all times and use statistics to characterize the message
>           passing time.  That is, do not prime or warm up caches
>           or buffers.  Timings for unprimed caches and buffers give
>           interesting and important bounds.  These timings are also the
>           nearest to typical usage.  
>           1. Characterize message rates by a minimum, maximum, average
>              and standard deviation.
> 
>        E. Test inhomogeneity of the communication network.  The basic
>           message test should be performed for all pairs of PEs.
>    
> 
>    II. Contention.
> 
>        A. Measure network contention relative to all PEs sending and/or
>           receiving messages.
> 
>        B. Do not use high level routines where the algorithm is not known.
>           1. With high level algorithms, we cannot deduce which component
>              of the timing is attributable to the "operation count"
>              and which is attributable to the actual system (hardware)
>              performance.
> 
> 
>   III. Barrier.
> 
>        A. Simple test of barrier time for all numbers of processors.
> 
> 
> 
> 
> Additionally, the suite should be easy to use.  C and Fortran programs
> for direct measurements of message passing times are short and simple.
> These simple tests are of order 100 lines of code and, at least in
> Fortran 90, can be written in a portable and reliable manner.
> 
> The current Parkbench low level suite does not satisfy the above
> requirements.  It is inaccurate, as pointed out by previous letters, and
> uses questionable techniques and methodologies.  It is also difficult to
> use, witness the proliferation of files, patches, directories, libraries
> and the complexity and size of the Makefiles.
> 
> This Low Level suite is a burden for those who are expecting a tool to
> evaluate and investigate computer performance.  The suite is becoming
> a liability for our group.  As such, it should be withdrawn from
> distribution.
> 
> I offer to write, test and submit a new set of programs which satisfy
> most of the above requirements.
> 
> 
> Charles Grassl
> SGI/Cray Research
> Eagan, Minnesota  USA
> 

---------------End of Original Message-----------------

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 01/26/98 - Time: 10:14:38
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Jan 26 11:54:37 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id LAA07118; Mon, 26 Jan 1998 11:54:37 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id LAA18845; Mon, 26 Jan 1998 11:21:36 -0500 (EST)
Received: from timbuk.cray.com (timbuk-fddi.cray.com [128.162.8.102]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id LAA18837; Mon, 26 Jan 1998 11:21:33 -0500 (EST)
Received: from ironwood.cray.com (root@ironwood-fddi.cray.com [128.162.21.36]) by timbuk.cray.com (8.8.7/CRI-gate-news-1.3) with ESMTP id KAA23428 for <parkbench-comm@cs.utk.edu>; Mon, 26 Jan 1998 10:21:26 -0600 (CST)
Received: from magnet.cray.com (magnet [128.162.173.162]) by ironwood.cray.com (8.8.4/CRI-ironwood-news-1.0) with ESMTP id KAA29079 for <parkbench-comm@cs.utk.edu>; Mon, 26 Jan 1998 10:21:24 -0600 (CST)
From: Charles Grassl <cmg@cray.com>
Received: by magnet.cray.com (8.8.0/btd-b3)
          id QAA29329; Mon, 26 Jan 1998 16:21:23 GMT
Message-Id: <199801261621.QAA29329@magnet.cray.com>
Subject: Low Level Benchmarks
To: parkbench-comm@CS.UTK.EDU
Date: Mon, 26 Jan 1998 10:21:23 -0600 (CST)
X-Mailer: ELM [version 2.4 PL24-CRI-d]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


To:      Parkbench interests
From:    Charles Grassl
Subject: Low Level benchmarks

Date:    26, January, 1998


A short review of where we have been and decided:

Last year we agreed (via email exchanges) that the Parkbench Low Level
benchmark suite is not intended to be an -MPI- -test- suite.  There was a
consensus that we intended to measure low level performance, not algorithm
design or implementation.  This is why the Pallas benchmark, though
useful for testing the performance of several important MPI functions,
is not the basic low level test which we desire.  (I believe that the
performance measurement of the MPI functions is a worthwhile project for
this group, but it needs to be separate from the low level benchmarks.)

At the May, 1997 Parkbench meeting in Knoxville, TN, we unanimously
decided that the measurement and analysis (fitting) portions of the
COMMS programs would be made into a separate program.  This from Michael
Berry's minutes (23 May 1997):

  After more discussion, the following COMMS changes/outputs were
  unanimously agreed upon:

	  1.  Maximum bandwidth with corresp. message size.
	  2.  Minimum message-passing time with corresp. message
	      size.
	  3.  Time for minimum message length (could be 0, 1, 8,
	      or 32 bytes but must be specified).
	  4.  The software will be split into two program: one
	      to report the spot measurements and the other for
	      the analysis.

Some of the objections with the Parkbench Low Level codes are that they
are difficult to build, run and analyze.  This attributable to their
organization and design.  Separating the analysis would greatly simply
the programs, but the programs still need to be rewritten.



I include in this email message a simple replacement code for COMMS1.
It uses the "back and forth" methodology, reports maximum and minimum
times with corresponding sizes and and does not include "analysis".
It is equivalent to the measurement portion of COMMS1, though it is much
simpler and easier to use.

I will comment on the experimental methodology used in this program.

 - The reported times in standard out are actual round trip times.  It is
   a poor experimental practice to modify raw measurements too early.
   We should not mix measured times with derived times.  The practice
   leads to confusion and errors (witness the Pallas benchmark code and
   and an earlier version of Parkbench).  If we desire to divide the
   times by two (because of the round trip), then this should be done
   in a analysis portion.  Otherwise we misrepresent round trip times
   as actual single trip times, which hay are not.

 - All times are saved and written to unit 7.  The reported times
   in standard out are the first and the last measurements for each
   message size.  The experimental principle is that no data should be
   discarded with out analysis.  We can use statistical analysis or
   graphics or fitting routines to analyze the raw output.  (I favor
   graphics and statistical analysis.)  If we look at the raw output,
   we will see interesting features, such as the actual "warm up" count
   (usually five or less repetitions) and the distribution of times
   (not Gaussian!).

 - Each repetition is individually timed.  If the timer does not have
   adequate resolution, then the times for a number of repetitions, from
   two to all, can be aggregated and used.  This aggregation can be done
   in the analysis phase.  (Most computers should be able to time and
   resolve single round trip messages.)  This aggregation should not be
   done before adequate analysis or evidence that it needs to be done.

 - Each message size is tested the same number of repetitions.  We prefer
   to keep this number a constant so that the experimental sampling
   error (proportional to 1/sqrt[repetitions]) is the same for each
   message size.  Also, it is difficult to cleanly and simply adjust
   the repetition count relative to the message size.

I also have one replacement program for both COMMS2 and COMMS3 (note
that the COMMS2 measurement is a subset of COMMS3 measurements).
More on that later.

Charles Grassl
SGI/Cray Research
Eagan, Minnesota USA


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

      program       Single ! Compile: f90 file.f -l mpi
      character*40  Title
      data          Title/' Single Messages --- MPI'/

      integer       log2nmax,nmax,n_repetitions
      parameter     (log2nmax=18,nmax=2**log2nmax,n_repetitions=50)
      integer       n_starts,n_mess
      parameter     (n_starts=2,n_mess=2)
      include       'mpif.h'
      integer       ier,status(MPI_STATUS_SIZE)
      integer       my_pe,npes
      integer       log2n,n,nrep,i
      real*8        t_call,timer,tf(0:n_repetitions)
      real*8        A(0:nmax-1)
      save          A

      call mpi_init( ier )
      call mpi_comm_rank(MPI_COMM_WORLD, my_pe, ier)
      call mpi_comm_size(MPI_COMM_WORLD, npes, ier)

      radian=1
      do i=0,nmax-1
        A(i) = acos(radian)*i
      end do
        
      tf(0) = timer()
      do nrep=1,n_repetitions
        tf(nrep) = timer()
      end do
      t_call=(tf(n_repetitions)-tf(0))/n_repetitions

      if (my_pe.eq.0) then
        call table_top(Title,npes,n_starts,n_mess,n_repetitions,t_call)
      end if

      do log2n=0,log2nmax
        n = 2**log2n
        call mpi_barrier( MPI_COMM_WORLD, ier )
        tf(0) = timer()
        do nrep=1,n_repetitions
          if (my_pe.eq.1) then
            call MPI_SEND(A,8*n,MPI_BYTE,0,10,MPI_COMM_WORLD,ier)
            call MPI_RECV(A,8*n,MPI_BYTE,0,20,MPI_COMM_WORLD,status,ier)
          end if
          if (my_pe.eq.0) then
            call MPI_RECV(A,8*n,MPI_BYTE,1,10,MPI_COMM_WORLD,status,ier)
            call MPI_SEND(A,8*n,MPI_BYTE,1,20,MPI_COMM_WORLD,ier)
          end if
          tf(nrep) = timer()
        end do
        if (my_pe.eq.0) then
          call table_body(8*n,n_mess,n_repetitions,tf,t_call)
        end if
      end do

      call mpi_finalize(ier)
      end
      subroutine table_top( Title,npes,
     .     n_starts,n_mess,n_repetitions,t_call)
      integer       M
      parameter     (M = 1 000 000)
      character*40  Title
      integer       npes,n_starts,n_mess,n_repetitions
      real*8        t_call

      write(6,9010) Title,npes,n_starts,n_mess,n_repetitions,t_call*M

      return
9010  format(//a40,
     .  // ' Number of PEs:  ',i8
     .  // ' Starts:         ',i8,
     .   / ' Messages:       ',i8,
     .   / ' Repetitions:    ',i8,
     .   / ' Timer overhead: ',f8.3,' microsecond',
     .  // 8x,'            First      ',
     .        '              Last     ',
     .   /'  Length',2x,2('      Time       Rate ',1x),
     .   /' [Bytes]',2x,2(' [Microsec.] [Mbyte/s]',1x),
     .   /' ',8('-'),2x,2(21('-'),2x))
      end
      subroutine table_body(n_byte,n_mess,n_repetitions,tf,t_call)
      integer       M
      parameter     (M = 1 000 000)
      integer   n_byte,n_mess,n_repetitions,i
      real*8    tf(0:n_repetitions)
      real*8    t_call
      real*8    t_first,t_last

      t_first = (tf(1)-tf(0))-t_call
      t_last  = (tf(n_repetitions)-tf(n_repetitions-1))-t_call
      write(6,9020) n_byte,t_first*M,n_mess*n_byte/(t_first*M),
     .                      t_last *M,n_mess*n_byte/(t_last *M)
      write(7) n_byte,n_repetitions,n_mess
      write(7) ((tf(i)-tf(i-1))-t_call,i=1,n_repetitions)

      return
9020  format(i8,     2x,2(f10.1,1x,f10.0,2x))
      end

From owner-parkbench-comm@CS.UTK.EDU Mon Jan 26 13:06:36 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA08767; Mon, 26 Jan 1998 13:06:36 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA23400; Mon, 26 Jan 1998 12:31:16 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA23166; Mon, 26 Jan 1998 12:30:05 -0500 (EST)
Received: from mordillo ([195.102.195.125]) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA15447; Mon, 26 Jan 98 17:31:15 GMT
Date: Mon, 26 Jan 98 17:23:08 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Fw: Re: Low Level Benchmarks 
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <34CCB99F.2B3C3D63@cumbria.eng.sun.com> 
Message-Id: <Chameleon.885835450.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

This came direct to me... The rest of Parkbench are probably interested
in Bodo's comments.

Mark

--- On Mon, 26 Jan 1998 08:28:15 -0800  Bodo Parady - SMCC Performance Development 
<Bodo.Parady@Eng.Sun.COM> wrote:
> The key items to find are:
> 
>         Lock time (defined as time to release a lock remotely)
>             Example would be reader spinning on memory, waiting
>             for change in memory word, or receipt of interrupt.
>             This is the effective ping-pong half time.  Sadly
>             subroutine and library call overhead can render
>             this result meaningless.
> 
>             Measuring one way rates is no good here since the response
>             time must be factored in.  This is a two-way transfer
> 
>         Channel rate (defined as large block transfer rate).
> 
>         Block size at half channel rate.
> 
>         Block size at twice lock time latency.
> 
>         Full curve, stepping at 1, 2, 4, 8, 16, ..., 2*n byte block sizes
>                 at full issue rate.  This is probably the least important
>                 since it involves coalescence of transmitted data.
> 
> The fear is that given the limitations of MPI/PVM, and to some degree
> of C and Fortran that accurate measures of these quantities may
> not be practical.
> 
> Regards.
> 
>                 Bodo Parady
> 
> Mark Baker wrote:
> 
> > Charles,
> >
> > Thanks for your thoughts and experiences with the Pallas PMB codes -
> > I will  forward them to the authors...  The main points in favour of
> > the PMB codes are that they are in C and potentially produce results
> > for a variety of MPI calls... Obviously if the results they produce are
> > flawed...
> >
> > Regarding new low-level codes I would be in favour of taking up your
> > kind offer of writing a set of codes in C/Fortran. I guess the main
> > problem is getting a concensus with regards methodology and measurements
> > that are used with these codes.
> >
> > Maybe we can decide that a number of actions should be undertaken...
> >
> > 1) It seems clear that no one is 100% happy with the current version
> >    of the low-level codes. So, this implies that they need to be
> >    replaced !?
> >
> > 2) If we are going to replace the codes we can go down a couple of routes;
> >    start from scratch, replace with Roger's new codes or some combination of
> >    both...
> >
> > 3) I would be happy to see us start from scratch and  create
> >    C/Fortran codes where the methodology and design of each can be
> >    "hammered out" by discussion first and then implemented
> >    (and iterated as necessary).
> >
> > 4) Assuming that we want to go down this route, I suggest we make a starting
> >    point of Charles' "suggestions and requirements for the low level
> >    benchmark design" - towards the end of this email. I am happy to
> >    put these words on the web and update/change them as our dicussions
> >    evolve...
> >
> > 5) Charles has offered his services to help write/design/test these new codes -
> >    I'm willing to offer my services in a similar fashion. I'm sure that others
> >    interested in the low-level codes could contribute something here as well.
> >
> > Overall, it seems clear to me that we have enough energy and manpower to
> > produce a new set low-level codes whose methodology and design is correct
> > and relevant to todays systems...
> >
> > I look forward to your comments...
> >
> > Regards
> >
> > Mark
> >
> > --- On Thu, 15 Jan 1998 11:11:39 -0600 (CST)  Charles Grassl <cmg@cray.com> wrote:
> > >
> > > To:      Parkbench interests
> > > From:    Charles Grassl
> > > Subject: Low Level benchmarks
> > >
> > > Date:    15 January, 1998
> > >
> > >
> > > Mark, thank you for pointing us to the PMB benchmark.  It is well written
> > > and coded, but has some discrepancies and shortcomings.  My comments
> > > lead to suggestions and recommendation regarding low level communication
> > > benchmarks.
> > >
> > > First, in program PMB the PingPong tests are twice as fast (in time)
> > > as the corresponding message length tests in the PingPing tests (as run
> > > on a CRAY T3E).  The calculation of the time and bandwidth is incorrect
> > > by a factor of 100% in one of the programs.
> > >
> > > This error can be fixed by recording, using and reporting the actual
> > > time, amount of data sent and their ratio.  That is, the time should not
> > > be divided by two in order to correct for a round trip.  This recorded
> > > time is for a round trip message, and is not precisely the time for
> > > two messages.  Half the round trip message passing time, as reported in
> > > the PMB tests, is not the time for a single message and should not be
> > > reported and such.  This same erroneous technique is used in the COMMS1
> > > and COMMS2 two benchmarks.  (Is Parkbench is responsible for propagating
> > > this incorrect methodology.)
> > >
> > > In program PMB, the testing procedure performs a "warm up".  This
> > > procedure is a poor testing methodology because is discards important
> > > data.  Testing programs such as this should record all times and calculate
> > > the variance and other statistics in order to perform error analysis.
> > >
> > > Program PMB does not measure contention or allow extraction of network
> > > contention data.  Tests "Allreduce" and "Bcast" and several others
> > > stress the inter-PE communication network with multiple messages,
> > > but it is not possible to extract information about the contention from
> > > these tests.  The MPI routines for Allreduce and Bcast have algorithms
> > > which change with respect to number of PEs and message lengths,  Hence,
> > > without detailed information about the specific algorithms used, we cannot
> > > extract information about network performance or further characterize
> > > the inter-PE network.
> > >
> > > Basic measurements must be separated from algorithms.  Tests PingPong,
> > > PingPing, Barrier, Xover, Cshift and Exchange are low level.  Tests
> > > Allreduce and Bcast are algorithms.  The algorithms Allreduce and Bcast
> > > need additional (algorithmic) information in order to be described in
> > > terms of the basic level benchmarks.
> > >
> > >
> > > With respect to low level testing, the round trip exchange of messages,
> > > as per PingPing and PingPong in PMB or COMMS1 and COMMS2, is not
> > > characteristic of the lowest level of communication.  This pattern
> > > is actually rather rare in programming practice.  It is more common
> > > for tasks to send single messages and/or to receive single messages.
> > > In this scheme, messages do not make a round trip and there is not
> > > necessarily caching or other coherency effects.
> > >
> > > The single message passing is a distinctly different case from that
> > > of round trip tests.  We should be worried that the round trip testing
> > > might introduce artifacts not characteristic of actual (low level) usage.
> > > We need a better test of basic bandwidth and latency in order to measure
> > > and characterize message passing performance.
> > >
> > >
> > > Here are suggestions and requirements, in an outline form, for a low
> > > level benchmark design:
> > >
> > >
> > >
> > >     I. Single and double (bidirectional) messages.
> > >
> > >        A. Test single messages, not round trips.
> > >          1. The round trip test is an algorithm and a pattern.  As
> > >             such it should not be used as the basic low level test of
> > >             bandwidth.
> > >          2. Use direct measurements where possible (which is nearly
> > >             always).  For experimental design, the simplest method is
> > >             the most desirable and best.
> > >          3. Do not perform least squares fits A PIORI.  We know that
> > >             the various message passing mechanisms are not linear or
> > >             analytic because different mechanisms are used for different
> > >             message sizes.  It is not necessarily known before hand
> > >             where this transition occurs.  Some computer systems have
> > >             more than two regimes and their boundaries are dynamic.
> > >          4. Our discussion of least squares fitting is loosing tract
> > >             of experimental design versus modeling.  For example, the
> > >             least squares parameter for t_0 from COMMS1 is not a better
> > >             estimate of latency than actual measurements (assuming
> > >             that the timer resolution is adequate).  A "better" way to
> > >             measure latency is to perform addition DIRECT measurements,
> > >             repetitions or otherwise, and hence decrease the statistical
> > >             error.  The fitting as used in the COMMS programs SPREADS
> > >             error.  It does not reduce error and hence it is not a
> > >             good technique for measuring such an important parameter
> > >             as latency.
> > >
> > >        B. Do not test zero length messages.  Though valid, zero length
> > >           messages are likely to take special paths through library
> > >           routines.  This special case is not particularly interesting or
> > >           important.
> > >           1. In practice, the most common and important message size is 64
> > >              bits (one word).  The time for this message is the starting
> > >              point for bandwidth characterization.
> > >
> > >        D. Record all times and use statistics to characterize the message
> > >           passing time.  That is, do not prime or warm up caches
> > >           or buffers.  Timings for unprimed caches and buffers give
> > >           interesting and important bounds.  These timings are also the
> > >           nearest to typical usage.
> > >           1. Characterize message rates by a minimum, maximum, average
> > >              and standard deviation.
> > >
> > >        E. Test inhomogeneity of the communication network.  The basic
> > >           message test should be performed for all pairs of PEs.
> > >
> > >
> > >    II. Contention.
> > >
> > >        A. Measure network contention relative to all PEs sending and/or
> > >           receiving messages.
> > >
> > >        B. Do not use high level routines where the algorithm is not known.
> > >           1. With high level algorithms, we cannot deduce which component
> > >              of the timing is attributable to the "operation count"
> > >              and which is attributable to the actual system (hardware)
> > >              performance.
> > >
> > >
> > >   III. Barrier.
> > >
> > >        A. Simple test of barrier time for all numbers of processors.
> > >
> > >
> > >
> > >
> > > Additionally, the suite should be easy to use.  C and Fortran programs
> > > for direct measurements of message passing times are short and simple.
> > > These simple tests are of order 100 lines of code and, at least in
> > > Fortran 90, can be written in a portable and reliable manner.
> > >
> > > The current Parkbench low level suite does not satisfy the above
> > > requirements.  It is inaccurate, as pointed out by previous letters, and
> > > uses questionable techniques and methodologies.  It is also difficult to
> > > use, witness the proliferation of files, patches, directories, libraries
> > > and the complexity and size of the Makefiles.
> > >
> > > This Low Level suite is a burden for those who are expecting a tool to
> > > evaluate and investigate computer performance.  The suite is becoming
> > > a liability for our group.  As such, it should be withdrawn from
> > > distribution.
> > >
> > > I offer to write, test and submit a new set of programs which satisfy
> > > most of the above requirements.
> > >
> > >
> > > Charles Grassl
> > > SGI/Cray Research
> > > Eagan, Minnesota  USA
> > >
> >
> > ---------------End of Original Message-----------------
> >
> > -------------------------------------
> > CSM, University of Portsmouth, Hants, UK
> > Tel: +44 1705 844285    Fax: +44 1705 844006
> > E-mail: mab@sis.port.ac.uk
> > Date: 01/26/98 - Time: 10:14:38
> > URL http://www.sis.port.ac.uk/~mab/
> > -------------------------------------
> 
> 
> 
> 

---------------End of Original Message-----------------

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 01/26/98 - Time: 17:23:08
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Jan 26 14:08:38 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id OAA11289; Mon, 26 Jan 1998 14:08:37 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA02837; Mon, 26 Jan 1998 13:52:54 -0500 (EST)
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id NAA02817; Mon, 26 Jan 1998 13:52:50 -0500 (EST)
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id NAA11755; Mon, 26 Jan 1998 13:52:49 -0500 (EST)
Date: Mon, 26 Jan 1998 13:52:49 -0500 (EST)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199801261852.NAA11755@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Fw: Re: Low Level Benchmarks 
In-Reply-To: Mail from 'Mark Baker  <mab@sis.port.ac.uk>'
      dated: Mon, 26 Jan 98 17:23:08 GMT
Cc: worley@haven.EPM.ORNL.GOV

(From Charles Grassl)

> Last year we agreed (via email exchanges) that the Parkbench Low Level
> benchmark suite is not intended to be an -MPI- -test- suite.  There was a
> consensus that we intended to measure low level performance, not algorithm
> design or implementation. 

(From Bodo Parady via Mark Baker)

> The fear is that given the limitations of MPI/PVM, and to some degree
> of C and Fortran that accurate measures of these quantities may
> not be practical.
> 

I have a problem with attempting to determine low level communication
performance parameters independent of the communication library when it

a) is such a difficult task (I doubt that any portable program will be
   "accurate enough" across all the interesting platforms.) 

b) does not reflect what users would see in practice (since they will be
   using MPI or PVM in C or Fortran).

Am I missing something? The primary utility (for me) of the low level
benchmarks is to help explain the performance observed in the Parkbench
kernels and compact applications, or in my own codes. What level of accuracy
is required for such an application? Are more accurate or detailed
measurements useful or doable? 

Upon reflection, such low(er) level performance data would be useful to the
developer of a communication library, to help evaluate its performance, but
that appears to require system-specific measurements (and system-specific
interpretation). Is this really something we want to attempt?

Pat Worley










From owner-parkbench-comm@CS.UTK.EDU Thu Jan 29 16:29:33 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA19023; Thu, 29 Jan 1998 16:29:33 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA09768; Thu, 29 Jan 1998 16:18:48 -0500 (EST)
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA09756; Thu, 29 Jan 1998 16:18:45 -0500 (EST)
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id QAA01325; Thu, 29 Jan 1998 16:18:43 -0500 (EST)
Date: Thu, 29 Jan 1998 16:18:43 -0500 (EST)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199801292118.QAA01325@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Fw: Re: Low Level Benchmarks 
In-Reply-To: Mail from 'Mark Baker  <mab@sis.port.ac.uk>'
      dated: Mon, 26 Jan 98 17:23:08 GMT
Cc: worley@haven.EPM.ORNL.GOV

In a private exchange, Charles Grassl made a comment that he may come to
regret: 

" We need more input, such as yours, as to what are the important parameters
  and what accuracy is needed. "

so here are some random comments. 

I have been organizing my own performance data over the last couple of weeks.
I never paid too much attention to the detailed output of my own ping-ping
and ping-pong tests because it was not the end product of the research. It
has been enlightening to look at it now. The entry point is

  http://www.epm.ornl.gov/~worley/studies/pt2pt.html

I tried a couple of different fitting techniques, but decided that fits told
me nothing that I was interested in. What I have found mildly interesting is
to measure statistics of the data, and try to build a performance model using
those. The difference is that the interpretation and value of the statistics 
(maximum observed bandwidth, time to send 0 length message, etc.)
are not functions of any model error. The problem with fitting the data is
that, no matter how often I tell myself that it is simply a compact
representation of the data, I keep wanting to use assign meaning to the model
parameters and use them in interplatform comparisons. 

In summary, I have changed my mind. I no longer support even simple fits
to the data unless well-defined statistical measures of the data are also
included (and emphasized).

Pat Worley




From owner-parkbench-comm@CS.UTK.EDU Mon Feb  9 05:05:12 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id FAA29859; Mon, 9 Feb 1998 05:05:11 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id EAA10483; Mon, 9 Feb 1998 04:57:14 -0500 (EST)
Received: from gatekeeper.pallas.de (gatekeeper.pallas.de [194.45.33.1]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id EAA10476; Mon, 9 Feb 1998 04:57:07 -0500 (EST)
Received: from mailhost.pallas.de (gatekeeper [194.45.33.1])
	by gatekeeper.pallas.de (SMI-8.6/SMI-SVR4) with SMTP id KAA18803;
	Mon, 9 Feb 1998 10:50:10 +0100
Received: from schubert.pallas.de by mailhost.pallas.de (SMI-8.6/SMI-SVR4)
	id KAA03909; Mon, 9 Feb 1998 10:50:07 +0100
Received: from localhost by schubert.pallas.de (SMI-8.6/SMI-SVR4)
	id KAA11268; Mon, 9 Feb 1998 10:46:57 +0100
Date: Mon, 9 Feb 1998 10:46:45 +0100 (MET)
From: Hans Plum <hans@pallas.de>
X-Sender: hans@schubert
Reply-To: Hans Plum <hans@pallas.de>
To: cmg@cray.com, mab@sis.port.ac.uk, parkbench-comm@CS.UTK.EDU
cc: snelling@fecit.co.uk
Subject: Re: Low Level Benchmarks  (fwd)
In-Reply-To: <Pine.SOL.3.95q.980127105513.4334A-100000@sun5>
Message-ID: <Pine.SOL.3.95q.980209103111.10381D-100000@schubert>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="MimeMultipartBoundary"

--MimeMultipartBoundary
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hi,

I am the "PMB person" at PALLAS Gmbh. I have heard about your discussions. 
First note that there is a new version PMB1.2, see

http://www.pallas.de/pages/pmb.htm

Also look at the PMB1.2_doc.ps.gz where we try to give the reasoning for
all decisions made in PMB. We think nothing has been designed sloppy ..

PMB has been developed from point of view of an application developer
which I am. Of course a single person's view is limited, but for myself
the information given by PMB provides a solid base for algorithmic
estimates and decisions. That exactly what we wanted: Something EASY 
(and not COMPLETE) that covers may be 80% of the realistic situations.

-------------------------------------------------------------   ---/---
Dr Hans-Joachim Plum        phone      : +49-2232-1896-0          / /
PALLAS GmbH                 direct line: +49-2232-1896-18        / / /
Hermuelheimer Strasse 10    fax        : +49-2232-1896-29       / / / /
D-50321 Bruehl              email      : plum@pallas.de          / / /  
Germany                     URL        : http://www.pallas.de     / / PALLAS
-------------------------------------------------------------   ---/---


--MimeMultipartBoundary--

From owner-parkbench-comm@CS.UTK.EDU Wed Apr 22 07:43:42 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id HAA03238; Wed, 22 Apr 1998 07:43:41 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA03111; Wed, 22 Apr 1998 07:05:23 -0400 (EDT)
Received: from post.mail.demon.net (post-10.mail.demon.net [194.217.242.39]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA03104; Wed, 22 Apr 1998 07:05:21 -0400 (EDT)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa1028865; 22 Apr 98 11:00 GMT
Message-ID: <XmM5ECAn2cP1EwUB@minnow.demon.co.uk>
Date: Wed, 22 Apr 1998 11:59:51 +0100
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Announcing PICT2.1 - Now fully Operational
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>


To: the Parkbench discussion group

From: Roger

                   ANNOUNCING PICT 2.1 (1 Mar 1998)
                   --------------------------------

I am pleased to announce the first fully-functional version of the 
Parkbench Interactive Curve-Fitting Tool (PICT).

Provision is made for a wide range of screen sizes in pixels by
allowing the user to make a suitable choice in the opening HTML page.

All buttons now work. In particular Jack can have his least-squares 
fitting of the 2-parameters direct from the tool, and this can be 
performed over partial ranges of the data as required. The same 
applies to the Three-point fitting procedure to obtain the 
3-parameter fits.

There is also a nice "Temperature Gauge" feature that helps you 
minimise the error during manual fitting.

The results of these fits can be assembled in a results file and 
annotated using the SAVE buttons. Under MSIE I find I am able to 
store these results in my local disk file system using SAVE as ...

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The methodology of the 2-parameter curve fitting is given in detail 
in my book "The Science of Computer Benchmarking", see: 

              http://www.siam.org/catalog/mcc07/hockney.htm 

The 3-parameter fit was described quite fully in my talk to the 
11 Sep 1997 Parkbench meeting. I have finally written this up with 
pretty pictures for the PEMCS Web Journal. Look at:

    http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/
           talks/Roger-Hockney/perfprof1.html

To try out PICT 2.1 please first try my own Demon Web space which 
has a counter from which I can judge usage: 

       http://www.minnow.demon.co.uk/pict/source/pict2a.html

If this gives problems, it is also mounted on the University of 
Westminster server:

   http://perun.hscs.wmin.ac.uk/LocalInfo/pict/source/pict2a.html

We expect soon to make it available on the Southampton server.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

PICT 2.1 has been tested by a small number of friends. Most 
problems and frustrations arise from either slowness of the 
server or of the users' computer.

If download from Demon is slow or appears to hang, try the other
server or try Demon later. Please do not conclude the applet is 
broken. I am confident it is not. A 10 to 20 second wait is 
normal when bringing up the requested graphical window/frame 
even on a good day.

Once the graphical window is on your computer and the applet is 
running, the speed is determined by the speed of your computer.

You may even disconnect from the Web at this stage and continue 
curve fitting with the applet with the data displayed. If you 
want new data, you must, of course, reconnect to the Web and 
use the GET DATA at URL button.

Experience shows that the PICT applet will not respond 
satisfactorily on a computer with slower than a 100 MHz clock. 
This is because a lot of complex calculations must be performed 
as you drag the curves around the data. MSIE seems to work
noticeably faster than Netscape on my Win95 PC. There is no
cure for this except to use a faster computer. But again
please do not think the applet is brocken.

Please report experiences good or bad to:

              roger@minnow.demon.co.uk

Constructive suggestions for improvement are also welcome. 
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk

From owner-parkbench-comm@CS.UTK.EDU Sun Jun 21 10:02:47 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA22167; Sun, 21 Jun 1998 10:02:47 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA06272; Sun, 21 Jun 1998 09:47:56 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA06265; Sun, 21 Jun 1998 09:47:54 -0400 (EDT)
Received: from mordillo (p4.nas1.is5.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA17767; Sun, 21 Jun 98 14:50:05 BST
Date: Sun, 21 Jun 98 14:43:42 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: New PEMCS papers
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.898436744.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

Two new papers have just been published by the PEMCS journal...

3.Comparing The Performance of MPI on the Cray T3E-900, The Cray
  Origin2000 And The IBM P2SC, by Glenn R. Luecke and James J. Coyle 
  Iowa State University, Ames, Iowa 50011-2251, USA. 
4.EuroBen Experiences with the SGI Origin 2000 and the Cray T3E, by
  A.J. van der Steen, Computational Physics, Utrecht University,
  Holland* 

See http://hpc-journals.ecs.soton.ac.uk/PEMCS/Papers/

Regards

Mark

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 06/21/98 - Time: 14:43:42
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Fri Sep 11 12:05:18 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA19578; Fri, 11 Sep 1998 12:05:18 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id LAA20703; Fri, 11 Sep 1998 11:54:29 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id LAA20636; Fri, 11 Sep 1998 11:53:20 -0400 (EDT)
Received: from mordillo (p36.nas1.is5.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA11111; Fri, 11 Sep 98 16:48:17 BST
Date: Fri, 11 Sep 98 14:38:08 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: CPE - Call for papers - Message Passing Interface-based Parallel Programming with Java
To: javagrandeforum@npac.syr.edu,
        "'mpi-nt-users@erc.msstate.edu'"  <mpi-nt-users@ERC.MsState.EDU>,
        "Dr. Kenneth A. Williams"  <williams@ncat.edu>,
        "Stephen L. Scott"  <sscott@msr.epm.ornl.gov>,
        "Aad J. van der Steen"  <steen@fys.ruu.nl>,
        Advanced Java  <advanced-java@xcf.berkeley.edu>,
        Alexander Reinefeld  <ar@uni-paderborn.de>,
        Andy Grant  <andyg@manchester.sgi.com>,
        Anne Trefethen  <anne@nag.co.uk>, Bryan Capenter  <dbc@npac.syr.edu>,
        Charles Grassl  <cmg@cray.com>, Dave Beckett  <D.J.Beckett@ukc.ac.uk>,
        David Snelling  <snelling@fecit.co.uk>,
        DIS Everyone  <dis-all@sis.port.ac.uk>, fagg@CS.UTK.EDU,
        gentzsch@genias.de, Guy Robinson  <robinson@arsc.edu>,
        Hon W Yau  <hwyau@epcc.ed.ac.uk>, hpvm@cs.uiuc.edu,
        Jack Dongarra  <dongarra@CS.UTK.EDU>, java-for-cse@npac.syr.edu,
        Joao Gabriel Silva  <jgabriel@dei.uc.pt>,
        jtap-club-clusters@mailbase.ac.uk,
        Ken Hawick  <khawick@cs.adelaide.edu.au>,
        Mike Berry  <berry@CS.UTK.EDU>, mpijava-users@npac.syr.edu,
        owner-grounds@mail.software.ibm.com, parkbench-comm@CS.UTK.EDU,
        partners@globus.org, Paul Messina  <messina@cacr.caltech.edu>,
        Roland Wismueller  <wismuell@informatik.tu-muenchen.de>,
        Steve Larkin - AVS  <stevel@avsuk.com>,
        Terri Canzian  <kea@cacr.caltech.edu>,
        Tony Hey  <ajgh@ecs.soton.ac.uk>, topic@mcc.ac.uk,
        Vaidy Sunderam  <vss@mathcs.emory.edu>,
        Vladimir Getov  <vsg@ecs.soto.ac.uk>,
        William Gropp  <gropp@mcs.anl.gov>
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.905526764.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear Colleague,,

Firstly, I apologise for any cross-posting of this email.

If this CFP is not in your field we would appreciate you forwarding it
to your colleagues who may be in the field.

This CFP can be found at http://hpc-journals.ecs.soton.ac.uk/CPE/Special/MPI-Java/

Regards

Dr Mark Baker
University of Portsmouth, UK

----------------------------------------------------------------------------
Call For Papers

Special Issue of Concurrency: Practice and Experience

Message Passing Interface-based Parallel Programming with Java

Guest Editors
Anthony Skjellum (MPI Software Technology, Inc.)
Mark Baker (University of Portsmouth)

A special issue of Concurrency: Practice and Experience (CPE) is being
planned for Fall of  1999. Papers submitted and accepted for this issue
will be published by John Wiley & Sons  Ltd. in the CPE Journal and in
addition will be made available electronically via the WWW. 

Background 
  
Recently there has been a great deal of interest in the idea that Java
may be a good language  for scientific and engineering computation, and
in particular for parallel computing. The  claims made on behalf of
Java, that it is simple, efficient and platform-neutral - a natural 
language for network programming - make it potentially attractive to
scientific programmers  hoping to harness the collective computational
power of networks of workstations and PCs,  or even of the Internet. 

A basic prerequisite for parallel programming is a good communication
API. Java comes with  various ready-made packages for communication,
notably an easy-to-use interface to BSD  sockets, and the Remote Method
Invocation (RMI) mechanism. Interesting as these  interfaces are, it is
questionable whether parallel programmers will find them especially 
convenient. Sockets and remote procedure calls have been around for
about as long as  parallel computing has been fashionable, and neither
of them has been popular in that field.  Both communication models are
optimized for client-server programming, whereas the  parallel computing
world is mainly concerned with "symmetric" communication, occurring in 
groups of interacting peers. 

This symmetric model of communication is captured in the successful
Message Passing  Interface standard (MPI), established a few years ago.
MPI directly supports the Single  Program Multiple Data (SPMD) model of
parallel computing, wherein a group of processes  cooperate by executing
identical program images on local data values. Reliable point-to-point 
communication is provided through a shared, group-wide communicator,
instead of socket  pairs. MPI allows numerous blocking, non-blocking,
buffered or synchronous communication  modes. It also provides a library
of true collective operations (broadcast is the most trivial  example).
An extended standard, MPI 2, allows for dynamic process creation and
access to  memory in remote processes. 

Call For Papers 

This is a call for papers about the designs, experience, and results
concerning the use of the  Message Passing Interface (MPI) with Java are
sought for a special issue of Concurrency  Practice and Experience.
Development of clear understanding of the opportunities,  challenges,
and state-of-the-art in scalable, peer-oriented messaging with Java are
of interest  and value to both the distributed computing and high
performance computing communities. 

Topics of interest for this special issue include but are not limited to: 

-- Practical systems that use MPI and Java to solve real distributed
   high performance  computing problems. 
-- Designs of systems for combining MPI-type functionality with Java. 
-- Approaches to APIs for object-oriented, group-oriented message passing with Java. 
-- Efforts to combine MPI with CORBA in a Java environment. 
-- Efforts to utilize aspects of the emerging MPI/RT standard are also
   of interest in the  Java context. 
-- Efforts to do MPI interoperability (IMPI) using Java. 
-- Issues and both tactical and strategic solutions concerning MPI-1 and
   MPI-2 standard  and features in conjunction with Java. 
-- Performance results and performance-enhancing techniques for such systems. 
-- Flexible frameworks and techniques for enabling High-Performance
   communication in Java

Timescales for Submission

There is a deadline of  15th December 1998 for submitted papers. Publication is currently 
scheduled for the third quarter of 1999. 
  
Activity 		Deadline
Call For Papers 	1st September 1998
Paper Submission	15th December 1998
Papers Returned		15th March 1999
Papers Approved		1st April 1999
Publication		Q3 1999

Further details about this special issue can be found at:

http://hpc-journals.ecs.soton.ac.uk/CPE/Special/MPI-Java/

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


-------------------------------------
Dr Mark baker
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 09/11/98 - Time: 14:38:08
URL http://www.dcs.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Tue Sep 15 22:24:43 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id WAA13441; Tue, 15 Sep 1998 22:24:43 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id WAA25353; Tue, 15 Sep 1998 22:23:26 -0400 (EDT)
Received: from octane11.nas.nasa.gov (octane11.nas.nasa.gov [129.99.34.116]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id WAA25343; Tue, 15 Sep 1998 22:23:08 -0400 (EDT)
Received: (from saini@localhost)
	by octane11.nas.nasa.gov (8.8.7/NAS8.8.7) id TAA24915;
	Tue, 15 Sep 1998 19:17:45 -0700 (PDT)
From: "Subhash Saini" <saini@nas.nasa.gov>
Message-Id: <9809151917.ZM24910@octane11.nas.nasa.gov>
Date: Tue, 15 Sep 1998 19:17:44 -0700
In-Reply-To: Mark Baker  <mab@sis.port.ac.uk>
        "CPE - Call for papers - Message Passing Interface-based Parallel Programming with Java" (Sep 11,  2:38pm)
References: <Chameleon.905526764.mab@mordillo>
X-Mailer: Z-Mail (3.2.3 08feb96 MediaMail)
To: "'mpi-nt-users@erc.msstate.edu'"  <mpi-nt-users@ERC.MsState.EDU>,
        "Aad J. van der Steen"  <steen@fys.ruu.nl>,
        "Dr. Kenneth A. Williams"  <williams@ncat.edu>,
        "Stephen L. Scott"  <sscott@msr.epm.ornl.gov>,
        Advanced Java  <advanced-java@xcf.berkeley.edu>,
        Alexander Reinefeld  <ar@uni-paderborn.de>,
        Andy Grant  <andyg@manchester.sgi.com>,
        Anne Trefethen  <anne@nag.co.uk>, Bryan Capenter  <dbc@npac.syr.edu>,
        Charles Grassl  <cmg@cray.com>, DIS Everyone  <dis-all@sis.port.ac.uk>,
        Dave Beckett  <D.J.Beckett@ukc.ac.uk>,
        David Snelling  <snelling@fecit.co.uk>,
        Guy Robinson  <robinson@arsc.edu>, Hon W Yau  <hwyau@epcc.ed.ac.uk>,
        Jack Dongarra  <dongarra@CS.UTK.EDU>,
        Joao Gabriel Silva  <jgabriel@dei.uc.pt>,
        Ken Hawick  <khawick@cs.adelaide.edu.au>,
        Mark Baker  <mab@sis.port.ac.uk>, Mike Berry  <berry@CS.UTK.EDU>,
        Paul Messina  <messina@cacr.caltech.edu>,
        Roland Wismueller  <wismuell@informatik.tu-muenchen.de>,
        Steve Larkin - AVS  <stevel@avsuk.com>,
        Terri Canzian  <kea@cacr.caltech.edu>,
        Tony Hey  <ajgh@ecs.soton.ac.uk>,
        Vaidy Sunderam  <vss@mathcs.emory.edu>,
        Vladimir Getov  <vsg@ecs.soto.ac.uk>,
        William Gropp  <gropp@mcs.anl.gov>, fagg@CS.UTK.EDU,
        gentzsch@genias.de, hpvm@cs.uiuc.edu, java-for-cse@npac.syr.edu,
        javagrandeforum@npac.syr.edu, jtap-club-clusters@mailbase.ac.uk,
        mpijava-users@npac.syr.edu, owner-grounds@mail.software.ibm.com,
        parkbench-comm@CS.UTK.EDU, partners@globus.org, topic@mcc.ac.uk
Subject: AD _ Workshop 
Cc: mab@sis.port.ac.uk, saini@octane11.nas.nasa.gov
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii

You are invited to attend the workshop (see below).

Best regards, subhash

==============================================================================

                           ***** REGISTER NOW *****

                         *** NO REGISTRATION FEE ***

              **** Last Day to Register is Sept. 23, 1998 ****



     "First NASA Workshop on Performance-Engineered Information Systems"
      -----------------------------------------------------------------

			     Sponsored by

               Numerical Aerospace Simulation Systems Division
                         NASA Ames Research Center
                      Moffett Field, California, USA

			  September 28-29, 1998

                   Workshop Chairman: Dr. Subhash Saini

                http://science.nas.nasa.gov/Services/Training

Invited  Speakers:
------------------
Adve, Vikram (Rice University)
Aida, K. (Tokyo Institute of Technology, JAPAN)
Bagrodia, Rajive (University of California, Los Angeles)
Becker, Monique (Institute Nationale des Tele. FRANCE)
Berman, Francine (University of California, San Diego)
Browne, James C. (University of Texas)
Darema, Frederica (U.S. National Science Foundation-CISE)
Dongarra, Jack (Oak Ridge National Laboratory)
Feiereisen, Bill (NASA Ames Research Center)
Fox, Geoffrey (Syracuse University)
Gannon, Dennis (Indiana University)
Gerasoulis, Apostolos (Rutgers University)
Gunther, Neil J. (Performance Dynamics Company)
Hey, Tony (University of Southampton UK)
Hollingsworth, Jeff (University of Maryland)
Jain, Raj (Ohio State University)
Keahy, Kate (Los Alamos National Laboratory)
Mackenzie, Lewis M. (University of Glasgow, Scotland UK)
McCalpin, John (Silicon Graphics)
Menasce, Daniel A. (George Mason University)
Nudd, Graham (University of Warwick UK)
Reed, Dan (University of Illinois)
Saltz, Joel (University of Maryland)
Simmons, Margaret (San Diego Supercomputer Center)
Vernon, Mary (University of Wisconsin)

Topics include:
--------------

  - Performance-by-design techniques for high-performance distributed
    information systems
  - Large transients in packet-switched and circuit-switched networks
  - Workload characterization techniques
  - Integrated performance measurement, analysis, and prediction
  - Performance measurement and modeling in IPG
  - Performance models for threads and distributed objects
  - Application emulators and simulation models
  - Performance prediction engineering of Information Systems including IPG
  - Performance characterization of scientific and engineering applications
    of interest to NASA, DoE, DoD, and industry
  - Scheduling tools for performance prediction of parallel programs
  - Multi-resolution simulations for large-scale I/O-intensive applications
  - Capacity planning for Web performance: metrics, models, and methods


Contact: Marcia Redmond, redmond@nas.nasa.gov, (650) 604-4373

Registration: Advanced registration is required.

Registration Fee: NONE.

Registration Deadlines: Friday, September 23, 1998

There will be no onsite registration.

Contact: Send registration information and direct questions to
	 Marcia Redmond, redmond@nas.nasa.gov, (650) 604-4373.

DESCRIPTION:

The basic goal of performance modeling is to predict and understand the
performance of a computer program or set of programs on a computer
system. The applications of performance modeling are numerous,
including evaluation of algorithms, optimization of code
implementations, parallel library development, comparison of system
architectures, parallel system design, and procurement of new systems.
The most reliable technique for determining the performance of a
program on a computer system is to run and time the program multiple
times, but this can be very expensive and it rarely leads to any deep
understanding of the performance issues. It also does not provide
information on how performance will change under different
circumstances, for example with scaling the problem or system
parameters or porting to a different machine. The complexity of new
parallel supercomputer systems presents a daunting challenge to the
application scientists who must understand the system's behavior to
achieve a reasonable fraction of the peak performance. The NAS Parallel
Benchmarks (NPB) have exposed a large difference between peak and
achievable performance. Such a dismal performance is not surprising,
considering the complexity of these parallel distributed memory
systems.  At present, performance modeling, measurement, and analysis
tools are inadequate for distributed/networked systems such as
Information Power Grid (IPG). The purpose of performance-based
engineering is to develop new methods and tools that will enable
development of these information systems faster, better and cheaper.

================================================================================
                             Registration

     "First NASA Workshop on Performance-Engineered Information Systems"

Send the following information to redmond@nas.nasa.gov

Name _____________________________________________

Organization _____________________________________

Street Address ___________________________________

City ____________________ State __________________

Zip/Mail Code ___________ Country ________________

Phone ___________________ Fax ____________________

Email address ____________________________________

U.S. Citizen __________ Permanent Resident with Green Card ________

*******************************************************************************

Foreign National ________

(non-U.S. Citizen). Must complete the following information:

Passport number ______________________

Name as it appears on passport _______________________________________

Date issued _____________

Date expires _________________

Country of citizenship____________________________



From owner-parkbench-lowlevel@CS.UTK.EDU Wed Oct 21 02:28:56 1998
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id CAA13270; Wed, 21 Oct 1998 02:28:55 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id CAA23157; Wed, 21 Oct 1998 02:24:45 -0400 (EDT)
Received: from mail2.one.net (mail2.one.net [206.112.192.100]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id CAA23150; Wed, 21 Oct 1998 02:24:43 -0400 (EDT)
Received: from port-29-44.access.one.net ([206.112.210.106] HELO aol.com ident: IDENT-NOT-QUERIED [port 22788]) by mail2.one.net with SMTP id <17237-27384>; Wed, 21 Oct 1998 02:10:48 -0400
From: Online@nj.com
To: Online@nj.com
Subject:  Advertise with Bulk Email!
Message-Id: <19981021061048Z17237-27384+1398@mail2.one.net>
Date: 	Wed, 21 Oct 1998 02:10:42 -0400

___________________________________________________________

Anouncing a Bulk Friendly Isp!

We Bulk Email!
 Are you tired of getting kicked offline for Bulk Emailing?
Well now you can bulk email without getting kicked offline. Call Online Direct a Bulk Friendly ISP.
513 874 7437

For only 125$  a month plus a 50$ setup fee we will send out 35,000 emails a week for you.
Plus provide you with a bullet proof pop 3 email acount so you can recieve all of your mail.
Ask About our special offers up to 100,000 emails per day!
 Any type of bulk adversting! We Do it Right!
Advertise Smart  Bulk Email Today!
Call Online Direct at 513 874 7437
We can also Provide bullet pop 3 email acounts!
CALL TODAY!

513 874 7437

if you wish to be removed from this list please type remove in reply box


From owner-parkbench-comm@CS.UTK.EDU Sun Oct 25 12:41:55 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA29754; Sun, 25 Oct 1998 12:41:54 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA29327; Sun, 25 Oct 1998 12:36:00 -0500 (EST)
Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id MAA29319; Sun, 25 Oct 1998 12:35:58 -0500 (EST)
Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21])
	by pan.ch.intel.com (8.8.6/8.8.5) with ESMTP id RAA16591;
	Sun, 25 Oct 1998 17:35:56 GMT
Received: from ccm.intel.com ([143.182.69.127]) by sedona.intel.com (8.9.1a/8.9.1a-chandler01) with ESMTP id KAA27181; Sun, 25 Oct 1998 10:35:54 -0700 (MST)
Message-ID: <36336126.B26DEE2C@ccm.intel.com>
Date: Sun, 25 Oct 1998 10:34:30 -0700
From: Anjaneya Chagam <Anjaneya.Chagam@mail.intel.com>
X-Mailer: Mozilla 4.05 [en] (Win95; I)
MIME-Version: 1.0
To: parkbench-comm@CS.UTK.EDU, Anjaneya.Chagam@intel.com
Subject: Question on parkbench source code in c
X-Priority: 1 (Highest)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi:
    I am looking for packbench benchmarking programs source code in c
language to do benchmarking comparison on Chime and PVM on NT platform @
Arizona State University. Could you please let me know if the parkbench
programs are ported to c, if so where can I find them?

Thanks a million.

Name: Anjaneya R. Chagam
Email: Anjaneya.Chagam@intel.com


From owner-parkbench-comm@CS.UTK.EDU Mon Oct 26 06:36:26 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA11147; Mon, 26 Oct 1998 06:36:25 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA07390; Mon, 26 Oct 1998 06:27:13 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA07383; Mon, 26 Oct 1998 06:27:10 -0500 (EST)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA15115; Mon, 26 Oct 98 11:29:54 GMT
Date: Mon, 26 Oct 98 11:14:06 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Re: Question on parkbench source code in c 
To: Anjaneya.Chagam@intel.com, parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <36336126.B26DEE2C@ccm.intel.com> 
Message-Id: <Chameleon.909400696.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Anjaneya,

The official Parkbench code are only  available in Fortran 77.

I rememer vaguely sometime back hearing about a graduate-students
attempt to "port" some of the low-level codes to C.

Charles Grassl (Cray) and I did a little work on some simple C
PingPong codes.

You can check-out these on...

http://www.sis.port.ac.uk/~mab/TOPIC/

Regards

Mark

--- On Sun, 25 Oct 1998 10:34:30 -0700  Anjaneya Chagam <Anjaneya.Chagam@mail.intel.com> 
wrote:
> Hi:
>     I am looking for packbench benchmarking programs source code in c
> language to do benchmarking comparison on Chime and PVM on NT platform @
> Arizona State University. Could you please let me know if the parkbench
> programs are ported to c, if so where can I find them?
> 
> Thanks a million.
> 
> Name: Anjaneya R. Chagam
> Email: Anjaneya.Chagam@intel.com
> 
> 

---------------End of Original Message-----------------

-------------------------------------
DCS, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 10/26/98 - Time: 11:14:07
URL:  http://www.dcs.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Nov 16 10:06:23 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA11375; Mon, 16 Nov 1998 10:06:23 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA08949; Mon, 16 Nov 1998 09:01:33 -0500 (EST)
Received: from del2.vsnl.net.in (del2.vsnl.net.in [202.54.15.30]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id JAA08936; Mon, 16 Nov 1998 09:01:28 -0500 (EST)
Received: from sameer.myasa.com ([202.54.106.39])
	by del2.vsnl.net.in (8.9.1a/8.9.1) with SMTP id TAA13392
	for <parkbench-comm@cs.utk.edu>; Mon, 16 Nov 1998 19:30:37 -0500 (GMT)
From: "Kashmir Kessar Mart" <kkmartsgr@hotmail.com>
To: <parkbench-comm@CS.UTK.EDU>
Subject: Information
Date: Mon, 16 Nov 1998 19:30:48 +0530
Message-ID: <01be1169$838dd020$276a36ca@sameer.myasa.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_006D_01BE1197.9D460C20"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.71.1712.3
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3

This is a multi-part message in MIME format.

------=_NextPart_000_006D_01BE1197.9D460C20
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Dear Sir,=20
             I have seen your Web Site but could not understand what =
your company is.
Please let me know if you can provide me information regarding Walnut =
Kernels.

Regards
Azad.

------=_NextPart_000_006D_01BE1197.9D460C20
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.71.1712.3"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#fff8e0>
<DIV><FONT color=3D#000000 size=3D2>Dear Sir, </FONT></DIV>
<DIV><FONT color=3D#000000=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;=20
I have seen your Web Site but could not understand what your company=20
is.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>Please let me know if you can =
provide me=20
information regarding Walnut Kernels.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Regards</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>Azad.</FONT></DIV></BODY></HTML>

------=_NextPart_000_006D_01BE1197.9D460C20--


From owner-parkbench-comm@CS.UTK.EDU Fri Dec  4 15:44:53 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id PAA21941; Fri, 4 Dec 1998 15:44:53 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA21231; Fri, 4 Dec 1998 15:18:56 -0500 (EST)
Received: from gimli.genias.de (qmailr@GIMLI.genias.de [192.129.37.12]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA21223; Fri, 4 Dec 1998 15:18:51 -0500 (EST)
From: <info@genias.de>
Received: (qmail 14706 invoked by uid 233); 4 Dec 1998 20:14:46 -0000
Date: 4 Dec 1998 20:14:46 -0000
Message-ID: <19981204201446.14705.qmail@gimli.genias.de>
Reply-to: majordomo@genias.de
To: parkbench-comm@CS.UTK.EDU
Subject: Newsletter on Distributed and Parallel Computing

Dear Colleague,

as already announced a few weeks ago, this is now the very first issue of
our bi-monthly electronic Newsletter on Distributed and Parallel Computing,
DPC NEWS. 

!! If you want to receive DPC NEWS regularly, please just return this  !!
!! e-mail to majordomo@genias.de with                                  !!
!!                                                                     !!
!!  subscribe newsletter    or    subscribe newsletter <email address> !!
!!  end                           end                                  !!
!!                                                                     !!
!! in the first two lines of the email-body (text area).               !!

This newsletter is a FREE service to the DPC Distributed and Parallel
Computing community. It regularly informs on new developments and results
in DPC, e.g. conferences, important weblinks, new books and other relevant
news in distributed and parallel computing.

We also keep all the information in the special newsletter section of our
webpage ( http://www.genias.de/dpcnews/ ) to provide a wealth of infos for 
the DPC community.

If you have any information which might fit into these DPC subjects, please
send it to me together with the corresponding weblink, for publication in
DPC News. We aim to reach a very broad community with this DPC Newletter.

With  Season's Greetings from GENIAS
Wolfgang Gentzsch, CEO and President

=====================================================================
      DPC NEWSletter on Distributed and Parallel Computing
                GENIAS Software, December 1998
                ------------------------------
                http://www.genias.de/dpcnews/

GENIAS NEWS:

EASTMAN CHEMICAL USES CODINE FOR MOLECULAR MODELING
Eastman Chemical uses commercial quantum chemistry programs, like Gaussian,
Jaguar, and Cerius2, to model chemical products, intermediates, catalysts,
etc. The simulation jobs take between 1 hour and 6 days to complete. 
Queuing software is an important part of keeping the processors working at 
full utilization, without being overloaded. Since October, with the new
CODINE release 4.2, Eastman has maintained over 95% CPU utilization on 
the available systems:   http://www.genias.de/dpcnews/

BMW USES CODINE AND GRD FOR CRASH-SIMULATION
At the BMW crash department, very complex compute-intensive PAM-CRASH
simulations are performed on a cluster of 11 compute servers and more than
100 workstations, altogether over 370 CPUs. CODINE and GRD have optimized
the utilization of this big cluster by distributing the load equally,
dynamically and in an application oriented way, transparent to the 45
users:   http://www.genias.de/dpcnews/

GRD MANAGES ACADEMIC COMPUTER CENTER
http://www.genias.de/dpcnews/

QUEUING UP FOR GRD AT ARL ARMY RESEARCH LAB
http://www.genias.de/dpcnews/

GENIAS ADDS DYNAMIC RESOURCE & POLICY MGMT TO LINUX
http://www.genias.de/dpcnews/

GRD STOPPS FLOODING SYSTEM WITH MANY JOBS
http://www.genias.de/dpcnews/

PaTENT MPI ACCELERATES MARC K7.3 FE ANALYSIS CODE
http://www.genias.de/dpcnews/  +  http://www.marc.com/Techniques/


CONFERENCES on DPC, Dec'98 - March'99:

- Workshop on Performance Evaluation with Realistic Applications (sponsored
  by SPEC), San Jose, CA USA, Jan 25 1999:
  http://www.spec.org/news/specworkshop.html
- ACPC99, 4th Int. Conf. on Parallel Computation, ACPC Salzburg, Austria,
  February 16-18 1999: http://www.coma.sbg.ac.at/acpc99/index.html
- MPIDC'99, Message Passing Interface Developer's and User's Conference,
  Atlanta, Georgia USA, March 10-12 1999: http://www.mpidc.org
- 9th SIAM Conf. on Parallel Processing for Scientific Computing, San
  Antonio, Texas USA, March 22-24 1999: http://www.siam.org/meetings/pp99/
- 25th Speedup Workshop, Lugano, Switzerland, March 25-26 1999:
  http://www.speedup.ch/Workshops/Workshop25Ann.html
- CC99, 2nd German Workshop on Cluster Computing, Karlsruhe, Germany, March
  25-26 1999: http://www.tu-chemnitz.de/informati/RA/CC99
More on GENIAS Webpage. http://www.genias.de/dpcnews/


NEW DPC BOOKS:

- Parallel Computing Using Optimal Interconnections, Kequin Li, Yi Pan, Si
  Qing Zheng. Kluwer Publ 1998: http://www.mcs.newpaltz.edu/~li/pcuoi.html
- High-Performance Computing, Contributions to Society,T.Tabor(Ed.),1998: 
  http://www.tgc.com
- Special Issue on Metacomputing, W. Nagel, R. Williams (Eds.), Int. J.
  Parallel Computing, Vol. 24, No. 12-13, Elsevier Science 1998:
  http://www.elsevier.nl/locate/parco
More books on DPC on GENIAS Webpage:   http://www.genias.de/dpcnews/


DPC WEBPAGES:

- PRIMEUR: HPC electronic news magazine: http://www.hoise.com
- PRIMEUR List of ESPRIT Projects:
  http://www.hoise.com/CECupdate/contentscecdec98.html
- HPCwire, Email Newsletter: http://www.tgc.com/hpcwire.html/
- EuroTools, European HPCN Tools Working Group
  http://www.irisa.fr/eurotools
- PTOOLS, Parallel Tools Consortium: http://www.ptools.org
- TOP500: 500 fastest supercomputers: http://www.top500.org
- PROSOMA: Technology fair describing hundreds of European CEC funded
  projects: http://www.prosoma.lu/
- Links to Linux Cluster Projects: http://www.linux-magazin.de/cluster/
More DPC WebLinks:   http://www.genias.de/dpcnews/


NEWS ON HPC BENCHMARKS:

- STREAM, Memory Performance Benchmark from John McCalpin:
  http://www.cs.virginia.edu/stream/


GENIAS JOBS:

- For our CODINE/GRD Devel.Team: Software engineer with experience in GUI 
  development under OSF/Motif, Java and Windows, distributed computing,
  resource mgnt systems under Unix and NT:  http://www.genias.de/jobs/


CALL FOR PAPERS in upcoming Journals:

- Message Passing Interface-based Parallel Programming with Java: deadline
  Dec. 15 1999:   http://hpc-journals.ecs.soton.ac.uk/CPE/Special/MPI-Java

End of DPC Newsletter
==========================================================================



From owner-parkbench-comm@CS.UTK.EDU Sun Jan 24 12:15:02 1999
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU (CS.UTK.EDU [128.169.94.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id MAA26189; Sun, 24 Jan 1999 12:15:01 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA08151; Sun, 24 Jan 1999 12:08:47 -0500 (EST)
Received: from serv1.is4.u-net.net ([195.102.240.252]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA08144; Sun, 24 Jan 1999 12:08:44 -0500 (EST)
Received: from mordillo [195.102.198.114] 
	by serv1.is4.u-net.net with smtp (Exim 1.73 #1)
	id 104T1E-0003IJ-00; Sun, 24 Jan 1999 17:08:17 +0000
Date: Sun, 24 Jan 1999 17:05:53 +0000
From: Mark Baker  <Mark.Baker@port.ac.uk>
Subject: New PEMCS paper.
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Z-Mail Pro 6.2, NetManage Inc. [ZM62_16H]
X-Priority: 3 (Normal)
Message-ID: <Chameleon.917197705.mab@mordillo>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1

A new PEMCS paper has just been accepted and published...

Comparing the Scalability of the Cray T3E-600 and the Cray Origin
2000 Using SHMEM Routines, by Glenn R. Luecke, Bruno Raffin and James
J. Coyle, Iowa Sate University, Ames, Iowa USA 

Check out...

http://hpc-journals.ecs.soton.ac.uk/PEMCS/Papers/

Regards

Mark      

-------------------------------------
DCS, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: Mark.Baker@port.ac.uk
Date: 01/24/1999 - Time: 17:05:53
URL:  http://www.dcs.port.ac.uk/~mab/
-------------------------------------

From owner-parkbench-comm@CS.UTK.EDU Tue Feb  2 08:17:19 1999
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU (CS.UTK.EDU [128.169.94.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id IAA08459; Tue, 2 Feb 1999 08:17:19 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA01393; Tue, 2 Feb 1999 07:42:18 -0500 (EST)
Received: from serv1.is1.u-net.net (serv1.is1.u-net.net [195.102.240.129]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id HAA01386; Tue, 2 Feb 1999 07:42:16 -0500 (EST)
Received: from [148.197.205.63] (helo=mordillo)
	by serv1.is1.u-net.net with smtp (Exim 2.00 #2)
	for parkbench-comm@cs.utk.edu
	id 107f7u-0005uS-00; Tue, 2 Feb 1999 12:40:22 +0000
Date: Tue,  2 Feb 1999 12:40:29 +0000
From: Mark Baker  <Mark.Baker@port.ac.uk>
Subject: New PEMCS Paper - resend...
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Z-Mail Pro 6.2, NetManage Inc. [ZM62_16H]
X-Priority: 3 (Normal)
Message-ID: <Chameleon.917959331.mab@mordillo>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1

Apologies for the resend - I think this email get lost when I sent it
a couple of weeks back.

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


A new PEMCS paper has just been accepted and published...

"Comparing the Scalability of the Cray T3E-600 and the Cray Origin
2000 Using SHMEM Routines", by Glenn R. Luecke, Bruno Raffin and James
J. Coyle, Iowa Sate University, Ames, Iowa USA 

Check out...

http://hpc-journals.ecs.soton.ac.uk/PEMCS/Papers/

Regards

Mark      

-------------------------------------
DCS, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: Mark.Baker@port.ac.uk
Date: 02/02/1999 - Time: 12:40:29
URL:  http://www.dcs.port.ac.uk/~mab/
-------------------------------------

From owner-parkbench-comm@CS.UTK.EDU Tue Mar  2 10:35:47 1999
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU (CS.UTK.EDU [128.169.94.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id KAA18531; Tue, 2 Mar 1999 10:35:46 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA01804; Tue, 2 Mar 1999 10:18:56 -0500 (EST)
Received: from gimli.genias.de (qmailr@GIMLI.genias.de [192.129.37.12]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA01781; Tue, 2 Mar 1999 10:18:49 -0500 (EST)
Received: (qmail 8905 invoked from network); 2 Mar 1999 15:19:10 -0000
Received: from fangorn.genias.de (192.129.37.74)
  by gimli.genias.de with SMTP; 2 Mar 1999 15:19:10 -0000
Received: (from daemon@localhost)
	by FANGORN.genias.de (8.8.8/8.8.8) id QAA13715;
	Tue, 2 Mar 1999 16:19:05 +0100
Date: Tue, 2 Mar 1999 16:19:05 +0100
Message-Id: <199903021519.QAA13715@FANGORN.genias.de>
To: parkbench-comm@CS.UTK.EDU
From: Majordomo@genias.de
Subject: Welcome to newsletter
Reply-To: Majordomo@genias.de

--

Welcome to the newsletter mailing list!

Please save this message for future reference.  Thank you.

If you ever want to remove yourself from this mailing list,
send the following command in email to
<newsletter-request@FANGORN.genias.de>:

    unsubscribe

Or you can send mail to <Majordomo@FANGORN.genias.de> with the following
command in the body of your email message:

    unsubscribe newsletter

or from another account, besides parkbench-comm@CS.UTK.EDU:

    unsubscribe newsletter parkbench-comm@CS.UTK.EDU

If you ever need to get in contact with the owner of the list,
(if you have trouble unsubscribing, or have questions about the
list itself) send email to <owner-newsletter@FANGORN.genias.de> .
This is the general rule for most mailing lists when you need
to contact a human.

 Here's the general information for the list you've subscribed to,
 in case you don't already have it:

The GENIAS Newsletter keeps you informed about new products, 
services and  information about  High Performance Computing. 
It serves as an  addition to our printed  newsletter that is
distributed  to our  customers.  To see our printed version, 
just visit our web-site 

	http://www.genias.de 

and follow the link 'newsletter'.



From owner-parkbench-comm@CS.UTK.EDU Wed Mar  3 02:34:35 1999
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU (CS.UTK.EDU [128.169.94.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id CAA01271; Wed, 3 Mar 1999 02:34:35 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id CAA00679; Wed, 3 Mar 1999 02:32:28 -0500 (EST)
Received: from gimli.genias.de (qmailr@GIMLI.genias.de [192.129.37.12]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id CAA00668; Wed, 3 Mar 1999 02:32:25 -0500 (EST)
Received: (qmail 10306 invoked from network); 3 Mar 1999 07:32:58 -0000
Received: from gandalf.genias.de (192.129.37.10)
  by gimli.genias.de with SMTP; 3 Mar 1999 07:32:58 -0000
Received: by GANDALF.genias.de (Smail3.1.28.1 #30)
	id m10I69J-000B10C; Wed, 3 Mar 99 08:32 MET
Message-Id: <m10I69J-000B10C@GANDALF.genias.de>
From: gentzsch@genias.de (Wolfgang Gentzsch)
Subject: sorry!
To: parkbench-comm@CS.UTK.EDU
Date: Wed, 3 Mar 99 8:32:57 MET
Cc: gent@genias.de (Wolfgang Gentzsch)
Reply-To: gentzsch@genias.de
X-Mailer: ELM [version 2.3 PL11]


Dear colleagues,

I just discovered that the parkbench-comm@CS.UTK.EDU has been collected
into our mailing list for our electronic DPC Newsletter.
I very much appologize for this mistake. 

Thank you for your understanding!

Kind regards
Wolfgang

-- 


        -- subscribe now to  http://www.genias.de/dpcnews/ --
        - - - - - - - - - - - - - - - - - - - - - - - - - - - 
        Wolfgang Gentzsch, CEO           Tel: +49 9401 9200-0 
        GENIAS Software GmbH & Inc      Fax: +49 9401 9200-92
        Erzgebirgstr. 2              http://www.geniasoft.com
        D-93073 Neutraubling, Germany  gentzsch@geniasoft.com
        - - - - - - - - - - - - - - - - - - - - - - - - - - -
        GENIAS Software Inc.                Tel: 410 455 5580
        UMBC Technology Center              Fax: 410 455 5567
        1450 S. Rolling Road         http://www.geniasoft.com
        Baltimore, MD 21227, USA       gentzsch@geniasoft.com
        = = = = = = = = = = = = = = = = = = = = = = = = = = =


From info@enne.online.pt Wed Feb 26 06:01:59 2003
Return-Path: <info@enne.online.pt>
Received: from fep03-svc.mail.telepac.pt (fep03-svc.mail.telepac.pt [194.65.5.202])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id h1QB1vaN019072
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 26 Feb 2003 06:01:58 -0500 (EST)
Received: from cat1335 ([213.13.76.63]) by fep03-svc.mail.telepac.pt
          (InterMail vM.5.01.04.13 201-253-122-122-113-20020313) with SMTP
          id <20030226110150.IYQO11175.fep03-svc.mail.telepac.pt@cat1335>
          for <parkbench-method-archive@netlib2.cs.utk.edu>;
          Wed, 26 Feb 2003 11:01:50 +0000
From: ":: enne magazine ::" <info@enne.online.pt>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: :: enne magazine 07 ::
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Reply-To: info@enne.online.pt
Date: Wed, 26 Feb 2003 11:01:35 -0000
Mime-Version: 1.0
Content-Type: text/html; charset=us-ascii
Message-Id: <20030226110150.IYQO11175.fep03-svc.mail.telepac.pt@cat1335>


<HTML>
<HEAD>
<TITLE>:: enne magazine ::</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF background="http://www.enne.online.pt/mail/images/back.jpg" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<div align="center">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60">
    <param name="movie" value="http://www.enne.online.pt/pics/banners/ban_5.swf">
    <param name="quality" value="high">
    <embed src="http://www.enne.online.pt/pics/banners/ban_5.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed>
  </object>
</div>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_0207.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=331 ALT=""></TD>
		<TD align="center" valign="middle" bgcolor="#FFFFFF"><a href="http://www.enne.online.pt"><img src="http://www.enne.online.pt/imgenne/n7.jpg" width="150" height="267" border="0"></a> </TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=331 ALT=""></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
	</TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02info.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193">:::::: <strong>Not&iacute;cias</strong><br>
:::::: ... Macworld SF 2003<br>
:::::: ... Gotan Project<br>
:::::: ... Phuturesoul.org<br>
<br>
:::::: <strong>Midem </strong><br>
:::::: ... ENNE no 37ş MIDEM em Cannes<br>
<br>
:::::: <strong>Entrevista</strong><br>
:::::: ... Michael Mayer - Kompakt Discoth&egrave;que<br>
<br>
:::::: <strong>Moda</strong><br>
:::::: ... Queens of kitsch<br>
<br>
:::::: <strong>Reporter X</strong><br>
:::::: ... Al&ocirc; Lisboa<br>
<br>
:::::: <strong>Brasil @ enne</strong><br>
:::::: ... Elas comandam as pistas no Brasil<br>
<br>
:::::: <strong>Figuras da M&uacute;sica</strong><br>
:::::: ... Larry Heard - O Pai do Deep House<br>
<br>
:::::: <strong>Trance</strong><br>
:::::: ... Os Momentos que mudaram o Trance Portug&ecirc;s (Parte1)<br>
<br>
:::::: <strong>Entrevista</strong><br>
:::::: ... Seiji - O Londrino tranquilo<br>
<br>
:::::: <strong>Entrevista</strong><br>
:::::: ... Mellow Kitty entrevista T&oacute; Ricciardi <br>
<br>
:::::: <strong>Top Ten</strong><br>
:::::: ... Vinyl Market - Barcelos<br>
:::::: ... WorldMusic - Braga<br>
:::::: ... BimotorDJ - Coimbra<br>
<br>
:::::: <strong>Design</strong><br>
:::::: ... Ross Lovegroove<br>
<br>
:::::: <strong>Destaques</strong><br>
:::::: ... Por Mellow Kitty<br>
<br>
:::::: <strong>Ao Vivo</strong><br>
:::::: ... Cinematic Orchestra<br>
:::::: ... William Parker Quartet feat. Leena Conquest<br>
<br>
:::::: <strong>Teatro</strong><br>
:::::: ... A Treta Continua (parte 2)</font></font></td>
        </tr>
      </table>
    <p><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193">        </font></font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02clubs.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193">:::::: </font><font color="ACA193" face="Tahoma, Geneva CE, Arial, Helvetica"><strong>Casas
                  e Discotecas</strong></font><font face="Tahoma, Geneva CE, Arial, Helvetica"><br>
            <font color="ACA193">:::::: 3ş Anivers&aacute;rio Cuba Libre<br>
:::::: Must caff&eacute;<br>
:::::: Mambo<br>
:::::: Mar&eacute; Cheia<br>
:::::: Ast&oacute;ria<br>
:::::: Azenha Bar<br>
:::::: La Gloria Cubana<br>
:::::: Hist&oacute;rico<br>
:::::: Mercado Bar<br>
:::::: Amadeo<br>
:::::: Barbieri caf&eacute;<br>
:::::: Buda Bar<br>
:::::: Zonagr&iacute;cola<br>
:::::: Pedra do Couto<br>
:::::: Lagar's<br>
:::::: Dan&uacute;bio<br>
:::::: Vogue<br>
:::::: Versus caff&eacute;<br>
:::::: Estado Novo<br>
:::::: SanMiguel<br>
:::::: Vaticano Club<br>
:::::: Ozone<br>
:::::: NewWorld<br>
:::::: Oskar.DJ<br>
:::::: Ar Produ&ccedil;&otilde;es</font></font><font color="ACA193" face="verdana"><br>
</font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193"><br>
</font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193" face="verdana">:::::: </font></font><font color="ACA193"><strong>Entrevistas</strong><br>
:::::: ... Nelinho, residente do Pacha - Ofir<br>
<font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">::::::
... <font color="ACA193">D. Isilda, gerente da Discoteca Lagar's - Amares</font></font></font></font></font></font></td>
        </tr>
      </table>
      <p><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">  <br>
  <br>
  <font color="ACA193"></font></font></font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02carac.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100 ALT=""></TD>
<TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
      <tr>
        <td><font face="verdana" size="2"><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">A
              enne magazine &eacute; uma revista mensal gratu&iacute;ta com duas
              capas distintas
e inversas, relacionadas com a m&uacute;sica de dan&ccedil;a, (dance.music.info)
e, relacionado com o party people e divulga&ccedil;&atilde;o de datas de eventos
(dance.music.clubs).</font></font><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">&nbsp;</font></td>
      </tr>
    </table>
    <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">        </font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02dados.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
      <tr>
        <td><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">Capa,
            impressa em papel mate com 350 grms.<br>
      Miolo, impresso em papel mate com 150 grms.</font></td>
      </tr>
    </table>    <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"> </font></p>
    </TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02infomail.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font face="verdana" size="2"><font size="1" color="ACA193">Caso
                tenha recebido este email em duplicado, por favor informe a <a href="mailto:mail@enne.online.pt?subject=UNSUBSCRIBE">enne
                magazine</a> para que seja retirado essa duplica&ccedil;&atilde;o...Obrigado<br>
          <br>
Esta newsletter foi-lhe enviada respeitando a legisla&ccedil;&atilde;o em vigor.<br>
Caso pretenda retirar o seu e-mail da nossa mailing-list &eacute; necess&aacute;rio
o envio de um e-mail para <a href="mailto:remover@enne.online.pt?subject=UNSUBSCRIBE">remover@enne.online.pt</a> com
a indica&ccedil;&atilde;o da newsletter que pretende deixar de receber.<br>
Para outras quest&otilde;es relacionadas com a Newsletter contacte a <a href="mailto:enne@enne.online.pt?subject=contacto%20via%20newsletter">enne
magazine</a>. </font></font></td>
        </tr>
      </table>
        <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"> </font></p>
    </TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
</BODY>
</HTML>

From info@enne.online.pt Tue Mar 11 03:28:11 2003
Return-Path: <info@enne.online.pt>
Received: from fep04-svc.mail.telepac.pt (fep04-svc.mail.telepac.pt [194.65.5.203])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h2B8S9SP024584
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 11 Mar 2003 03:28:10 -0500 (EST)
Received: from cat1335 ([213.13.76.191]) by fep04-svc.mail.telepac.pt
          (InterMail vM.5.01.04.13 201-253-122-122-113-20020313) with SMTP
          id <20030311082802.PIZJ20007.fep04-svc.mail.telepac.pt@cat1335>
          for <parkbench-method-archive@netlib2.cs.utk.edu>;
          Tue, 11 Mar 2003 08:28:02 +0000
From: ":: enne magazine ::" <info@enne.online.pt>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: enne magazine 08
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Reply-To: info@enne.online.pt
Date: Tue, 11 Mar 2003 08:28:17 -0000
Mime-Version: 1.0
Content-Type: text/html; charset=us-ascii
Message-Id: <20030311082802.PIZJ20007.fep04-svc.mail.telepac.pt@cat1335>


<HTML>
<HEAD>
<TITLE>:: enne magazine ::</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF background="http://www.enne.online.pt/mail/images/back.jpg" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<div align="center"> </div>
<br>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
		
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02078.jpg" WIDTH=457 HEIGHT=26 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=331 ALT=""></TD>
		
    <TD align="center" valign="middle" bgcolor="#FFFFFF"><a href="http://www.enne.online.pt"><img src="http://www.enne.online.pt/mail/images/n8.jpg" width="150" height="267" border="0"></a>
    </TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=331 ALT=""></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
	</TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02info.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368"><br>
            <br>
            :::::: <strong>CR&Oacute;NICA</strong><br>
            :::::: ... Portugal, Magn&oacute;lia e a Raquel<br>
            <br>
            :::::: <strong>CINEMA</strong><br>
            :::::: ... Esquece Tudo o Que Te Disse<br>
            <br>
            :::::: <strong>ENTREVISTA</strong><br>
            :::::: ... Z&eacute; Pedro - Xutos e Pontap&eacute;s<br>
            <br>
            :::::: <strong>DESIGN</strong><br>
            :::::: ... Tom Dixon<br>
            <br>
            :::::: <strong>MODA</strong><br>
            :::::: ... Beayty and the Beast<br>
            <br>
            :::::: </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368"><strong>ENTREVISTA</strong></font></font><font color="#7A7368"><br>
            :::::: ... </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368">Mellow
            Kitty entrevista Dj Nacho e Lady B.</font></font><font color="#7A7368"><br>
            <br>
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368">::::::
            <strong>TOP TEN</strong><br>
            :::::: ... Vinyl Market - Barcelos<br>
            :::::: ... WorldMusic - Braga<br>
            :::::: ... BimotorDJ - Coimbra</font></font><br>
            <font color="#7A7368">
            <br>
            :::::: <strong>ENTREVISTA</strong><br>
            :::::: ...M&aacute;rio Motivo entrevista Nuno di Rosso e Felix daCat<br>
            <br>
            :::::: <strong>SUPER BOCK SUPER ROCK 2003</strong><br>
            :::::: ... Abril, concertos mil<br>
            <br>
            :::::: <strong>ENTREVISTA</strong><br>
            :::::: ... M&aacute;rio Motivo entrevista Dj Pena<br>
            <br>
            :::::: <strong>ROTEIRO DE VIGO</strong></font></font></td>
        </tr>
      </table>
    <p><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193">        </font></font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02clubs.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368"><br>
            <br>
            :::::: </font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica"><strong>CASAS
            E DISCOTECAS</strong><br>
            :::::: <font size="1">Ast&oacute;ria</font><br>
            :::::: Triangulo Bar<br>
            :::::: <font size="1">Azenha
            Bar</font><br>
            :::::: Mar&eacute; Cheia<br>
            :::::: <font size="1">Barbieri
            caf&eacute;</font><br>
            :::::: Cuba Libre<br>
            :::::: Mambo<br>
            :::::: <font size="1">Amadeo</font><br>
            :::::: Hist&oacute;rico<br>
            :::::: La Gl&oacute;ria Cubana<br>
            :::::: Buda Bar<br>
            <font size="1">::::::</font></font><font color="#7A7368"> Sereia da
            Gelfa</font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica"><br>
            :::::: Greens Club<br>
            <font size="1">::::::</font></font><font color="#7A7368"> Zonagr&iacute;cola</font><br>
            <font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">::::::</font><font color="#7A7368">
            Dominus Club<font face="Tahoma, Geneva CE, Arial, Helvetica"> </font></font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica"><br>
            :::::: Pedra do Couto<br>
            :::::: Lagar's<br>
            :::::: Dan&uacute;bio<br>
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">::::::
            Estado Novo</font></font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">
            <br>
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">::::::
            SanMiguel</font></font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">
            <br>
            :::::: Vogue<br>
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">::::::
            Vaticano Club</font></font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">
            <br>
            :::::: Versus caff&eacute;<br>
            :::::: NewWorld<br>
            :::::: Oskar.DJ<br>
            :::::: Karma Produ&ccedil;&otilde;es</font><font color="#7A7368" face="verdana"><br>
            </font><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><br>
            <font face="verdana">:::::: </font><strong>JANTAR DE GALA</strong><br>
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">::::::
            ...</font></font><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">Casino
            da P&oacute;voa</font></font></font></td>
        </tr>
      </table>
      <p><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">  <br>
  <br>
  <font color="ACA193"></font></font></font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02carac.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100 ALT=""></TD>
<TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
      <tr>
        <td><font color="#7A7368" size="2" face="verdana"><font size="1" face="Tahoma, Geneva CE, Arial, Helvetica">A
              enne magazine &eacute; uma revista mensal gratu&iacute;ta com duas
              capas distintas
e inversas, relacionadas com a m&uacute;sica de dan&ccedil;a, (dance.music.info)
e, relacionado com o party people e divulga&ccedil;&atilde;o de datas de eventos
(dance.music.clubs).</font></font><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">&nbsp;</font></td>
      </tr>
    </table>
    <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">        </font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02dados.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
      <tr>
        <td><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">Capa,
            impressa em papel mate com 350 grms.<br>
      Miolo, impresso em papel mate com 150 grms.</font></td>
      </tr>
    </table>    <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"> </font></p>
    </TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02infomail.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font face="verdana" size="2"><font size="1" color="#7A7368">Caso
                tenha recebido este email em duplicado, por favor informe a <a href="mailto:mail@enne.online.pt?subject=UNSUBSCRIBE">enne
                magazine</a> para que seja retirado essa duplica&ccedil;&atilde;o...Obrigado<br>
          <br>
Esta newsletter foi-lhe enviada respeitando a legisla&ccedil;&atilde;o em vigor.<br>
Caso pretenda retirar o seu e-mail da nossa mailing-list &eacute; necess&aacute;rio
o envio de um e-mail para <a href="mailto:remover@enne.online.pt?subject=UNSUBSCRIBE">remover@enne.online.pt</a> com
a indica&ccedil;&atilde;o da newsletter que pretende deixar de receber.<br>
Para outras quest&otilde;es relacionadas com a Newsletter contacte a <a href="mailto:enne@enne.online.pt?subject=contacto%20via%20newsletter">enne
magazine</a>. </font></font></td>
        </tr>
      </table>
        <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"> </font></p>
    </TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
</BODY>
</HTML>

From Services@ywzc.net Tue Apr 15 12:25:00 2003
Return-Path: <Services@ywzc.net>
Received: from ywzc.net ([218.86.41.42])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h3FGOrSP019706
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 15 Apr 2003 12:24:59 -0400 (EDT)
Message-Id: <200304151624.h3FGOrSP019706@netlib2.cs.utk.edu>
From: "Lucy" <Services@ywzc.net>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Hi
Sender: "Lucy" <Services@ywzc.net>
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Date: Wed, 16 Apr 2003 00:21:48 +0800
Reply-To: "Lucy" <Sales@marketingboosting.com>
Content-Transfer-Encoding: 8bit



Email Marketing is one of the most effective and inexpensive ways to 
promote your products and services.

We offer a complete Email Marketing solution with quality service and the 
lowest prices. The result is that you will enjoy more success.

1. Targeted Email Addresses 

We can supply targeted email addresses according to your requirements,
which are compiled only on your order, such as region / country / field / 
occupation / Domain Name etc. We will customize your customer email
addresses.

* We have millions of email addresses in a wide variety of categories.

2. Targeted Mailing  

If you are worried about any complications or consequences with sending 
out targeted emails, or want to avoid the work of sending out targeted 
emails. We will do it for you! We will send your email message to your 
targeted customers.

* We can Bullet Proof your Web Site.

We also supply a wide variety of marketing software. For more details, you
can refer to our web site: http://www.biz-aiding.com

Our services will help you get more business opportunities.


Regards!

Mrs. Lucy
Customer Services
www.biz-aiding.com

Targeted Marketing, at Great Fee.

***************************************************************************
Receiving this email because you registered to receive special 
offers from one of our partners. If you would prefer not to receive
future email, Click here Http://unsubscribe-mail.com
***************************************************************************

From info@enne.online.pt Mon Apr 21 22:20:41 2003
Return-Path: <info@enne.online.pt>
Received: from fep05-svc.mail.telepac.pt (fep05-svc.mail.telepac.pt [194.65.5.209])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h3M2KeSP011005
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 21 Apr 2003 22:20:41 -0400 (EDT)
Received: from cat1335 ([213.13.77.250]) by fep05-svc.mail.telepac.pt
          (InterMail vM.5.01.04.13 201-253-122-122-113-20020313) with SMTP
          id <20030422022034.ODEQ17685.fep05-svc.mail.telepac.pt@cat1335>
          for <parkbench-method-archive@netlib2.cs.utk.edu>;
          Tue, 22 Apr 2003 03:20:34 +0100
From: ":: enne magazine ::" <info@enne.online.pt>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: COMUNICADO >> ENNE MAGAZINE
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Reply-To: info@enne.online.pt
Date: Tue, 22 Apr 2003 03:21:03 -0000
Mime-Version: 1.0
Content-Type: text/html; charset=us-ascii
Message-Id: <20030422022034.ODEQ17685.fep05-svc.mail.telepac.pt@cat1335>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<div align="center">
  <noscript>
  </noscript>
</div>
<table width="450" border="0" align="center">
  <tr>
    <td><p align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="3"><img src="http://www.enne.online.pt/imgenne/enne.jpg" alt="enne magazine" width="240" height="76" border="0"><br>
        </font></strong><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="4">COMUNICADO</font></strong></font><font size="3">
        <br>
        </font></strong></font></p>
      </td>
  </tr>
  <tr>
    <td><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> A revista
      enne magazine vem por este meio informar que o servi&ccedil;o de MSN e o
      servi&ccedil;o WEBcam LIVE se encontra, a partir de hoje dia 21 de Abril
      encerrado.<br>
      </font><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><br>
      Queremos agradecer a toda gente que tem utilizado o Messenger MSN para retirar
      qualquer duvida relacionada ou n&atilde;o com a revista enne.<br>
      <br>
      Este encerramento dos servi&ccedil;os de MSN e de WEBcam devesse ao facto
      de algumas pessoas terem usado nomes (usernames) no Messenger que n&atilde;o
      correspondiam na realidade &agrave;s pessoas que estavam a tentar teclar
      connosco, (fazendo-se passar por pessoas que n&atilde;o eram), recolhendo
      assim informa&ccedil;&otilde;es de certo modo confidenciais e que n&atilde;o
      lhes correspondiam.<br>
      <br>
      Nunca pensamos que, algumas pessoas sem escr&uacute;pulos pudessem fazer
      esse tipo de manobras.<br>
      <br>
      &Eacute; para n&oacute;s uma chamada de aten&ccedil;&atilde;o...<br>
      Tentamos fazer da enne on-line um portal de musica, onde os utilizadores
      da enne poderiam colocar as d&uacute;vidas ONLINE e terem as respostas imediatamente.<br>
      <br>
      Fomos ignorantes ao ponto de colocarmos uma WEBcam ONLINE 24 horas para
      as pessoas verem como &eacute; que uma revista trabalha.<br>
      <br>
      A enne magazine &eacute; a &uacute;nica revista, desde que temos conhecimento
      a fazer este tipo de marketing, tecla a tecla, cara a cara...<br>
      <br>
      Demos algumas bofetadas em algumas pessoas que se sentiram ofendidas com
      a nossa imagina&ccedil;&atilde;o, e que por meios acima descritos nos fizeram
      tomar esta atitude.<br>
      <br>
      Pedimos desde j&aacute; desculpas &agrave;s pessoas que diariamente teclam
      connosco e que diariamente seguem a nossa WEBcam.<br>
      <br>
      Sem mais de momento<br>
      Bruno Gomes </font></td>
  </tr>
</table>
</body>
</html>

From Marketing123@2911.net Thu Dec 18 03:30:50 2003
Return-Path: <Marketing123@2911.net>
Received: from 2911.net ([218.6.9.94])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBI8UlMN013100
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 18 Dec 2003 03:30:49 -0500 (EST)
Message-Id: <200312180830.hBI8UlMN013100@netlib2.cs.utk.edu>
From: "Host" <Marketing123@2911.net>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Bulk Friendly Web Hosting & Server
Sender: "Host" <Marketing123@2911.net>
Mime-Version: 1.0
Content-Type: text/html; charset="ISO-8859-1"
Date: Thu, 18 Dec 2003 16:21:36 +0800
Reply-To: "Host" <Order@server066.dynsite.net>
Content-Transfer-Encoding: 8bit

<!-- saved from url=(0022)http://internet.e-mail -->
<!-- saved from url=(0022)http://internet.e-mail -->
<!-- saved from url=(0022)http://internet.e-mail -->
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>We offer reliable bulk email friendly web hosting services</title>
</head>

<body>

<p><font face="Arial" size="2">We offer reliable bulk email friendly web hosting 
services. You can now have the <br>
peace of mind knowing that your web site is secure during your email marketing
<br>
campaigns. <br>
<br>
Bullet-Proof Web Hosting 100% Guaranteed! We guarantee that your site will be
<br>
99% uptime. <br>
<br>
We also offer Bullet-Proof dedicated server:</font></p>
<div align="left">
  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="458" height="23">
    <tr>
      <td width="149" height="118"><font face="Arial" size="2">Two IPs<br>
      512MB RAM DDR<br>
      PIIII / Two CPU<br>
      40 GB SCS<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
      Linux/Windows/FreeBSD<br>
&nbsp;</font></td>
      <td width="149" height="118"><font face="Arial" size="2">Three IPs<br>
      1024MB RAM DDR<br>
      PIIII / Two CPU<br>
      120 GB SCS<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
      Linux/Windows/FreeBSD<br>
        &nbsp;</font></td>
      <td width="150" height="118"><font face="Arial" size="2">  Dynamic  IP<br>
      1024MB RAM DDR<br>
      PIIII / Two CPU<br>
        180 GB SCS<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
        Linux/Windows/FreeBSD<br>
        &nbsp;</font></td>
    </tr>
    <tr>
      <td width="149" height="38"><font face="Arial" size="2">Price: No setup 
      fee <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; US$ 599.00/month</font></td>
      <td width="149" height="38"><font face="Arial" size="2">Price: No setup 
      fee <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; US$ 699.00/month</font></td>
      <td width="150" height="38"><font face="Arial" size="2">Price: No setup 
      fee <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; US$ 999.00/month</font></td>
    </tr>
  </table>
</div>
<p><font face="Arial" size="2">
<br>
Allowed Usage<br>
You can use the server for any of the following:<br>
<br>
Direct Bulk Mailing or Proxy Mailing <br>
Web Site Hosting <br>
Proxy, Relay or Port Scanning<br>
<br>
We can supply Targeted Email Addresses according to your requirements, and <br>
send out Targeted Emails for you. For more information, please contact us
by&nbsp;<br>
<a href="mailto:Vikas@eyou.com">Vikas@eyou.com</a><br>
<br>
It will be our pleasure to do business with you.<br>
<br>
<br>
Cheers!<br>
<br>
Nebiyu Bellete<br>
Support Teams<br>
<br>
****************************************************************************************<br>
Receiving this email because you registered to receive special offers from us.<br>
Please click here to unscbscirbe:<a href="mailto:sallywest31@yahoo.com?subject=take-off">Sallywest31@yahoo.com?subject=take-off</a><br>
****************************************************************************</font><font face="Arial" size="2">************</font></p>

</body>

</html>

From Bulksales@freemail.soim.com Tue Mar  2 02:21:43 2004
Return-Path: <Bulksales@freemail.soim.com>
Received: from 160.36.58.108 ([218.6.13.78])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i227LdCn023463
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 2 Mar 2004 02:21:42 -0500 (EST)
Message-ID: <DQWYOWVZZGCXGIXPTICRJTWALXLKLG@160.36.58.108>
From: "Web" <Bulksales@freemail.soim.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
X-MS-IAU: PWXVFTDMMV
Date: Tue, 02 Mar 04 03:21:42 ÖĐąú±ę×ĽĘ±Ľä
X-Priority: 1
X-MSMail-Priority: High
Subject: Bullet Proof Web Hosting & Server
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=WC_MAIL_PaRt_BoUnDaRy_05151998

This is a multi-part message in MIME format.

--WC_MAIL_PaRt_BoUnDaRy_05151998
Content-Type: text/html
Content-Transfer-Encoding: 7Bit

<!-- saved from url=(0022)http://internet.e-mail --><!-- saved from
url=(0022)http://internet.e-mail --><!-- saved from url=(0022)http://internet.e-mail
--><html><head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>We offer reliable bulk email friendly web hosting services</title>
</head>

<body>

<p><font face="Arial" size="2">We offer reliable bulk email friendly web
hosting 
services. You can now have the <br>
peace of mind knowing that your web site is secure during your email
marketing
<br>
campaigns. <br>
<br>
Bullet-Proof Web Hosting 100% Guaranteed! We guarantee that your site will
be
<br>
99% uptime. <br>
<br>
We also offer Bullet-Proof dedicated server:</font></p>
<div align="left">
  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse:
collapse" bordercolor="#111111" width="458" height="23">
    <tr>
      <td width="149" height="118"><font face="Arial" size="2">Two IPs<br>
      512MB RAM DDR<br>
      PIIII CPU<br>
      36 GB SCSI<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
      Linux/Windows/FreeBSD<br>
&nbsp;</font></td>
      <td width="149" height="118"><font face="Arial" size="2">Three
IPs<br>
      1024MB RAM DDR<br>
      PIIII / Two CPU<br>
      72 GB SCSI<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
      Linux/Windows/FreeBSD<br>
        &nbsp;</font></td>
      <td width="150" height="118"><font face="Arial" size="2">  Dynamic
IP<br>
      1024MB RAM DDR<br>
      PIIII / Two CPU<br>
        72 GB SCSI<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
        Linux/Windows/FreeBSD<br>
        &nbsp;</font></td>
    </tr>
    <tr>
      <td width="149" height="38"><font face="Arial" size="2">Price: No
setup 
      fee <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; US$
599.00/month</font></td>
      <td width="149" height="38"><font face="Arial" size="2">Price: No
setup 
      fee <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; US$
799.00/month</font></td>
      <td width="150" height="38"><font face="Arial" size="2">Price: No
setup 
      fee <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; US$
999.00/month</font></td>
    </tr>
  </table>
</div>
<p><font face="Arial" size="2">
<br>
Allowed Usage<br>
You can use the server for any of the following:<br>
<br>
Direct Bulk Mailing or Proxy Mailing <br>
Web Site Hosting <br>
Proxy, Relay or Port Scanning<br>
<br>
We can supply Targeted Email Addresses according to your requirements, and
<br>
send out Targeted Emails for you. For more information, please contact us
by&nbsp;<br>
<a
href="mailto:ContactHosting@tom.com;Vikas@eyou.com">ContactHosting@tom.com  Or  Vikas@eyou.com</a><br>
<br>

It will be our pleasure to do business with you.<br>
<br>
PS: Please do not reply to this e-mail. Contact us by <a
href="mailto:ContactHosting@tom.com">ContactHosting@tom.com</a><br>
<br>
<br>
Thanks!<br>
<br>
Mr Bell<br>
Support
Teams<br>
<br>
****************************************************************************************<br>
Receiving this email because you registered to receive special offers from
us.<br>
Please click here to unscbscirbe:<a
href="mailto:lylist@yahoo.com?subject=take">llylist@yahoo.com?subject=take-off</a><br>
****************************************************************************</font><font face="Arial" size="2">************</font></p>

</body>

</html>
hnUvSxVgbFDiIyD
--WC_MAIL_PaRt_BoUnDaRy_05151998--


From pagrest@stockcero.com Tue Mar 23 10:51:35 2004
Return-Path: <pagrest@stockcero.com>
Received: from stockcero.com (host-73.14.60.66-te.adsl.netizen.com.ar [66.60.14.73])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i2NFpXCn025279
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 23 Mar 2004 10:51:34 -0500 (EST)
Message-Id: <200403231551.i2NFpXCn025279@netlib2.cs.utk.edu>
From: "Pablo Agrest Berge" <pagrest@stockcero.com>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Long time out of print books about Latin America may become available again
Sender: "Pablo Agrest Berge" <pagrest@stockcero.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Date: Tue, 23 Mar 2004 12:43:58 -0300
Content-Transfer-Encoding: 8bit

Dear Sirs,


We are a small publishing company, specialized in books related to Latin
American topics, both in Spanish and English.

We use Print on Demand technology and aim to offer North American readers, 
Students, Teachers, Librarians and Booksellers, extensive catalogues of 
high quality books, printed in the US.

Besides the titles the Latin American publishers who work with us include 
in our catalogue, we have access to extensive libraries such as the The 
History Academy of Argentina, so through special agreements we can bring 
back into print many long time out of print titles.

Please take some time and visit our Academic Services Info Page
http://www.stockcero.com/academicservices.php?ref=217914179




Periodically we will send you news about the titles we add to our 
catalogue.
If this in some way may bother you please ask to be removed from the news
list by clicking
academicservices@stockcero.com
and typing "remove" and the recipient email address in the subject line.

Sincerely yours, 


Pablo A. Agrest Berge
CEO
Stockcero, Inc.



From mrsjessica_uba11@email.ro Tue Aug 17 11:15:27 2004
Return-Path: <mrsjessica_uba11@email.ro>
Received: from zerg.astral.ro (zerg.cluj.astral.ro [193.230.240.30])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id i7HFFP7a009552
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 17 Aug 2004 11:15:26 -0400 (EDT)
Received: (from httpd@localhost)
	by zerg.astral.ro (8.11.6/8.11.4) id i7HFEcT12245;
	Tue, 17 Aug 2004 18:14:38 +0300
Message-Id: <200408171514.i7HFEcT12245@zerg.astral.ro>
From: Jessica Uba <mrsjessica_uba11@email.ro>
To: mrsjessica_uba11@email.ro
Reply-To: mrsjessicauba@asiamail.com
Subject: GOD BLESS YOU
Date: Tue, 17 Aug 2004 18:14:38 +0300
MIME-Version: 1.0
X-Originating-IP: [80.179.107.88, 80.179.107.88]
X-Mailer: freemail 0.9.8
X-User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
X-Organization: ASTRAL FreeMail

From: MRS.Jessica Uba,

Compliments of the day.

I am Mrs.Jessica Uba a former staff of the Federal
Ministry of Aviation undergoing medical Treatment. I
am married to DR.John Uba who worked with National
Petroleum Corporation for nineteen years before he
died in the year 2003. We were married for eleven years
without a child. He died after a brief illness
that lasted for only four days. 

When my late husband was alive he deposited a huge sum
of money with one finance/security company in Europe.
Presently, this money is still with the Security
Company.This money was accumulated from an onshore
engineering awards my husband won during the last
military regime.Presently, this money is still with
the Security Company.

Recently, my Doctor told me that i will die any
moment.right now,i don't have any alternative rather
than to took this BOLD DECISION. 

Though what disturbs me most is that I'm diagonalized
to be having spinal abnormality .Having
known my condition of health that i will die any
moment from now.I decided to donate this fund to a
charity home organization(church) or any
individual(person) that will utilize this money with
my instructions.

The reason why i decided to invest this money outside
the country,is because of the high level of corruption
here.i feel it is better to invest this money outside
the country where the purpose of investment will be
fulfilled. I need a trust worthy person or
organization who will help me to accomplish my heart
desire before my death

 Here are my instructions:

[1] The money must be used for orphanages,widows and
less privilege people.

[2] The orphanages home must be build and bear my name
for remembrance(like JESSICA memorial center)

[3] The money should also be used for their educations
and maintenance.

[4] 15% of the total money will be giving to you for
your assitance.
 
If you will be of assistance, I will surely appreciate and 
thank you for your kindness.

Thank you,
and God bless.

MRS.JESSICA.








		



















_________________________________
Vreau sa-mi inregistrez CV-ul la BursaMuncii!
Vreti sa publicati oferte de munca? Noi avem solutia!
Lasa profesionistii sa lucreze pentru tine!
http://www.bursamuncii.ro

From Promoteforyou@citiz.net Tue Sep  7 12:38:26 2004
Return-Path: <Promoteforyou@citiz.net>
Received: from citiz.net ([218.6.2.231])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i87GcM17002892
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 7 Sep 2004 12:38:25 -0400 (EDT)
Message-Id: <200409071638.i87GcM17002892@netlib2.cs.utk.edu>
From: "Nancy" <Promoteforyou@citiz.net>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Marketing Solution
Sender: "Nancy" <Promoteforyou@citiz.net>
Mime-Version: 1.0
Content-Type: text/html; charset="ISO-8859-1"
Date: Wed, 8 Sep 2004 00:38:04 +0800
Reply-To: "Nancy" <Sales@87b.com>
Content-Transfer-Encoding: 8bit


<!-- saved from url=(0022)http://internet.e-mail -->
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>E</title>
</head>

<body>

<p><font face="Arial" size="2">We offer a complete E-Marketing solution 
with quality service and&nbsp;<br>
 the lowest prices.<br>
<br>
Professional offer: <br>
<br>
<font color="#000000" size="2" face="Arial"><b>1. Email addresses according to your requirements.&nbsp;</b></font></font></p>
<p><font color="#000000" size="2" face="Arial"><b>2. Send emailing according to your requirements.&nbsp; <br>
<br>
3. Dedicated Server &amp; Web Hosting solutions.</b></font></p>
<p><font face="Arial" size="2">For more details:&nbsp; <a href="http://www.3807.com">www.3807.com</a> 
<br>
<br>
We will help you get more business opportunities.
 </font></p>
<p><font face="Arial" size="2">Ms Nancy<a href="http://www.3807.com"><br>
www.3807.com</a> <br>
<a href="mailto:info@3807.com">info@3807.com<br>
</a> 
Customer Support <br>
</font></p>
<p><font face="Arial" size="2">******************************************************************************* 
<br>
Take off: <a href="mailto:Li@USA.net?subject=193">Mary@USA.net?subject=169</a> 
<br>
*******************************************************************************</font></p>

</body>

</html>

From nobody@inertia01.solutions-for-learning.com Tue Jan 18 21:30:33 2005
Return-Path: <nobody@inertia01.solutions-for-learning.com>
Received: from inertia01.solutions-for-learning.com (146.67-18-53.reverse.theplanet.com [67.18.53.146] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id j0J2UXaZ003288
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 18 Jan 2005 21:30:33 -0500 (EST)
Received: from nobody by inertia01.solutions-for-learning.com with local (Exim 4.43)
	id 1Cr59K-0001zL-7D; Tue, 18 Jan 2005 21:00:46 -0500
To: 
Subject: WINNING NOTIFICATION
From: sirjohn <brittlottery2004@yahoo.co.uk>
X-Priority: 3 (Normal)
CC: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
Message-Id: <E1Cr59K-0001zL-7D@inertia01.solutions-for-learning.com>
Date: Tue, 18 Jan 2005 21:00:46 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - inertia01.solutions-for-learning.com
X-AntiAbuse: Original Domain - netlib2.cs.utk.edu
X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12]
X-AntiAbuse: Sender Address Domain - inertia01.solutions-for-learning.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 


British Lottery Headquarters:
Customer Service
28 TANFIELD ROAD,
CROYDON.LONDON
Ref: BTL/491OXI/04
Batch: 12/25/0304

 


             WINNING NOTIFICATION
We happily announce to you the draw of the British Lottery 
International programs held on the 10th of January 2005 in London.Your e-mail 
address attached to ticket number: 694 75600545 721 with Serial number 
886/04 drew the lucky numbers: 31-6-26-13-35-7,which subsequently won you 
the lottery in the 2nd category.You are therefore, been approved to claim 
a
total sum of US$2,500,000.00(Two million, five hundred thousand, United 
StatesDollars) in cash credited to file RPC/9080118308/04.This is from 
a total cash prize of US $125 Million dollars, shared amongst the first 
Fifty (50) lucky winners in this! category.

This year Lottery Program Jackpot is the largest ever for British 
Lottery .The estimated $125 million jackpot would be the sixth-biggest in 
U.K. history.The biggest was the $363 million jackpot that went to two 
winners in a May 2000 drawing of The Big Game, Mega Millions' 
predecessor.

Please note that your lucky winning number falls
within our European booklet representative office in Europe as 
indicated in our play coupon. In view of this, your US$2,500,000.00 (Two 
million, five hundred thousand,United States Dollars) would be released toyou 
by our affiliate bank in London.

Our agent will immediately commence the process to facilitate the 
release of your funds to you as soon as you make contact with him .

All participants were selected randomly from World Wide Web site 
through computer draw system and extracted from over 100,000 companies.This
promotiontakes place annually. For security reasons, you are advised to 
keep your winning ! information confidential till your claims is 
processed and your money remitted to you in whatever manner you deem fit to 
claim your prize. This is a part of our precautionary measure to avoid 
double claiming and unwarranted abuse of this program by some 
unscrupulous
elements. Please be warned.To file for your claim, please contact our 
fiduciary agent with the below details for processing of your claims.

AGENT: Mr.Henry James
Email: henryjames@britishnationallotto.com

To avoid unnecessary delays and complications, please quote your 
reference/batchnumbers in any
correspondences with us or our designated
agent.Congratulations once more from all members and staffs of this 
program.Thank you for being part of our promotional lottery
program.

Sincerely,
Sir john Barckley
Zonal Coordinator.




___________________________________________________________________________
Mail sent from WebMail service at PHP-Nuke Powered Site
- http://yoursite.com

From Mars@bmypc.com Wed Feb 16 18:36:28 2005
Return-Path: <Mars@bmypc.com>
Received: from dwp.net (ppp37-68-gw04.athens.access.acn.gr [213.5.37.68])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1GNYMTu006135;
	Wed, 16 Feb 2005 18:34:55 -0500 (EST)
Received: from 196.84.55.144 by 213.5.37.68; Wed, 16 Feb 2005 17:39:53 -0300
From: "Meczynski Lukasz" <Mars@bmypc.com>
To: "Berggren Henriette" <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: Stallone Wagemans Ivo
Date: Wed, 16 Feb 2005 17:39:53 +0300
Message-ID: <557801c51480$09ca8ff1$442505d5@dwp.net>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400

Amend solution
http://Rocha.jrz874383w.com/cs/?theman


From Behnudi@tf1.fr Sat Feb 19 06:16:52 2005
Return-Path: <Behnudi@tf1.fr>
Received: from outblaze.net (69-166-57-110.lkwnny.adelphia.net [69.166.57.110])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1JBGeTv016460;
	Sat, 19 Feb 2005 06:16:49 -0500 (EST)
From: "Fontaine Christopher" <Behnudi@tf1.fr>
To: "Rajkovic Aleksandar" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re[5]: talk about their pills
Date: Sat, 19 Feb 2005 05:20:26 -0300
Message-ID: <1b7301c51675$225418d4$6e39a645@outblaze.net>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0123_456789AB.CDEF0123"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0123_456789AB.CDEF0123
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<STYLE>.tmp1a {
	FONT: bold 75pt impact; COLOR: #0975ce
}
 .tmp1 {
	FONT: bold 25pt impact; COLOR: #0975ce
}
 .tmp2 {
	FONT: bold 23pt arial; COLOR: #ffffff; TEXT-DECORATION: underline
}
 .tmp3 {
	FONT: bold 14pt arial; COLOR: #ffffff
}
 .tmp4 {
	FONT: 14pt arial; COLOR: #ffffff
}
 .tmp5 {
	FONT: bold 18pt arial; COLOR: #ffffff
}
</STYLE>

<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 vLink=3D#ffffff aLink=3D#808080 link=3D#808080 =
bgProperties=3Dfixed=20
bgColor=3D#0975ce leftMargin=3D0 topMargin=3D0 marginwidth=3D"0" =
marginheight=3D"0">
<TABLE height=3D83 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#ffffff=20
border=3D0>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Hedalen.luretics.com/Dichkov/Lover"><SPAN=20
            class=3Dtmp1a>SP</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Salihovic.luretics.com/Schindler/Rui"><SPAN=20
            class=3Dtmp1a>-M</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Katic.luretics.com/Talobrese/Alonso"><SPAN=20
        class=3Dtmp1a>UR</SPAN></A></TD></TR></TABLE></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D83>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Secada.luretics.com/Plaza/Pereira"><SPAN=20
            class=3Dtmp1>&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Ross.luretics.com/Paramount/Shances"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Widjaja.luretics.com/Rossi/Wii"><SPAN=20
            class=3Dtmp1>we</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Lima.luretics.com/Howard/Nilsson"><SPAN=20
            class=3Dtmp1>and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Hillmayer.luretics.com/Yuksel/Ceylan"><SPAN=20
            class=3Dtmp1>Saf</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Luzardo.luretics.com/Demir/Suarez"><SPAN=20
            class=3Dtmp1>Wa</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Dietz.luretics.com/Lyttle/Babaev"><SPAN=20
            class=3Dtmp1>Ph</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fernandez.luretics.com/Fato/Gabel"><SPAN=20
            class=3Dtmp1>acy&nbsp;</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Sandfrey.luretics.com/Belchinski/Keehirun"><SPAN=20
            class=3Dtmp1>is&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Dubru.luretics.com/Deosaran/Apostolov"><SPAN =
class=3Dtmp1>Ne</SPAN></A></TD>
          <TD><A href=3D"http://Chlumpski.luretics.com/Bonacorsi/Yugay"><SPAN=20
            class=3Dtmp1>st&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Robb.luretics.com/Billi/Rocha"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Xie.luretics.com/Kline/Stoffels"><SPAN=20
            class=3Dtmp1>est&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Mundt.luretics.com/Nadeem/Gundermann"><SPAN=20
            class=3Dtmp1>y&nbsp;of&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Burnich.luretics.com/Todorova/Gomez"><SPAN=20
        =
class=3Dtmp1>arm</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D31 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Jensen.luretics.com/Gonzalez/Paust"><SPAN=20
            class=3Dtmp2>Inc</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Vlasov.luretics.com/Sahoo/Lennox"><SPAN=20
            class=3Dtmp2>e&nbsp;Yo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fedoseev.luretics.com/Philyaw/Hute"><SPAN=20
            class=3Dtmp2>xual&nbsp;Des</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Nestertsova.luretics.com/Shah/Ali"><SPAN=20
            class=3Dtmp2>Spe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Gurin.luretics.com/Chen/Reynolds"><SPAN=20
            class=3Dtmp2>ume&nbsp;by&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Cvijic.luretics.com/Hamici/Brouwer"><SPAN=20
            class=3Dtmp2>%</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Welcker.luretics.com/Gisbertz/Levin"><SPAN=20
          class=3Dtmp2>reas</SPAN></A></TD>
          <TD><A href=3D"http://Mendes.luretics.com/Rudenko/Brock"><SPAN=20
            class=3Dtmp2>ur&nbsp;Se</SPAN></A></TD>
          <TD><A href=3D"http://Montoya.luretics.com/Hallberg/Adams"><SPAN=20
            class=3Dtmp2>ire&nbsp;and&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Gibson.luretics.com/Osadchiy/Cini"><SPAN=20
            class=3Dtmp2>rm&nbsp;vol</SPAN></A></TD>
          <TD><A href=3D"http://Buchholz.luretics.com/Fachini/Dhingra"><SPAN=20
        =
class=3Dtmp2>500</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D52 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D52>
      <P align=3Dcenter></P></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Ghareib.luretics.com/Ftodosyev/Hewitt"><SPAN=20
            class=3Dtmp3>100</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Kubbi.luretics.com/Wolf/Georgiev"><SPAN=20
            class=3Dtmp3>ural&nbsp;and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Jezewski.luretics.com/Howieson/Lee"><SPAN=20
            class=3Dtmp3>de&nbsp;Eff</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Tanusha.luretics.com/Lay/King"><SPAN=20
            class=3Dtmp4>-&nbsp;in&nbsp;con</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Smogarev.luretics.com/Boekhoudt/Parreno"><SPAN=20
            class=3Dtmp4>t&nbsp;to&nbsp;wel</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Anokhin.luretics.com/Taskiran/Johansson"><SPAN=20
            class=3Dtmp4>wn&nbsp;bra</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Amos.luretics.com/Kapoor/Inmon"><SPAN=20
            class=3Dtmp3>%&nbsp;Nat</SPAN></A></TD>
          <TD><A href=3D"http://Mentozavr.luretics.com/Solem/Battah"><SPAN=20
            class=3Dtmp3>No&nbsp;Si</SPAN></A></TD>
          <TD><A href=3D"http://Janowska.luretics.com/Harnisch/Chignaguet"><SPAN=20
            class=3Dtmp3>ects&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Anderson.luretics.com/Silva/Michaels"><SPAN=20
          class=3Dtmp4>tras</SPAN></A></TD>
          <TD><A href=3D"http://Vishniakov.luretics.com/Lysenko/Sonstagen"><SPAN=20
          class=3Dtmp4>l-kno</SPAN></A></TD>
          <TD><A href=3D"http://Purvey.luretics.com/Ushakova/Sutherland"><SPAN=20
          =
class=3Dtmp4>nds.</SPAN></A></TD></TR></TABLE></TD></TR><=
/TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Scagliola.luretics.com/Dawuda/Meza"><SPAN=20
            class=3Dtmp4>Expe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Pinnoy.luretics.com/Atacan/Vampire"><SPAN=20
            class=3Dtmp4>ce&nbsp;thr</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Bazin.luretics.com/Cheng/Tcapko"><SPAN=20
            class=3Dtmp4>es&nbsp;lon</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Naccari.luretics.com/White/Matkovic"><SPAN=20
            class=3Dtmp4>gas</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Martinez.luretics.com/Ibarra/Truthern"><SPAN=20
          class=3Dtmp4>rien</SPAN></A></TD>
          <TD><A href=3D"http://Iverson.luretics.com/Maes/Adhitia"><SPAN=20
            class=3Dtmp4>ee&nbsp;tim</SPAN></A></TD>
          <TD><A href=3D"http://Niebles.luretics.com/Fusi/Shinya"><SPAN=20
            class=3Dtmp4>ger&nbsp;or</SPAN></A></TD>
          <TD><A href=3D"http://Spence.luretics.com/Ballantyne/Virtanen"><SPAN=20
        =
class=3Dtmp4>ms</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<TABLE height=3D37 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D37>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Jokubenas.luretics.com/Vazquez/Lake"><SPAN=20
            class=3Dtmp5>Wor</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://French.luretics.com/Kustarin/Kris"><SPAN=20
            class=3Dtmp5>de&nbsp;shi</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Hunter.luretics.com/Minnaar/Krstic"><SPAN=20
            class=3Dtmp5>g&nbsp;wit</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Alexei.luretics.com/Sergei/Florentina"><SPAN=20
            class=3Dtmp5>hou</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Davletshin.luretics.com/Harasty/Puff"><SPAN=20
            class=3Dtmp5>ld&nbsp;Wi</SPAN></A></TD>
          <TD><A href=3D"http://Saez.luretics.com/Bagus/Brugh"><SPAN=20
          class=3Dtmp5>ppin</SPAN></A></TD>
          <TD><A href=3D"http://Parra.luretics.com/Ianeva/Ozkilinc"><SPAN=20
            class=3Dtmp5>hin&nbsp;24&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Wilbur.luretics.com/Bandeira/Lian"><SPAN=20
        =
class=3Dtmp5>rs</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con
</BODY></HTML>

------=_NextPart_000_0123_456789AB.CDEF0123--


From ulvqnkoccw@mminternet.com Sat Feb 19 14:58:13 2005
Return-Path: <ulvqnkoccw@mminternet.com>
Received: from 222.47.62.219 ([222.47.62.219])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1JJwATu016146
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 19 Feb 2005 14:58:12 -0500 (EST)
Received: from 102.206.88.108 by ; Sat, 19 Feb 2005 22:50:11 +0300
Message-ID: <XZORSFEPZCPIQLUEZDTKTKOYA@coldwellbanker.com>
From: "" <udivqpg@coldwellbanker.com>
Reply-To: "" <qvxbvzgwe@coldwellbanker.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: BP Server - 485920
Date: Sat, 19 Feb 2005 22:53:11 +0300
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--6878984831244839"
X-Priority: 3
X-MSMail-Priority: Normal

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

<html>

<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dgb2312">=

<meta name=3D"GENERATOR" content=3D"Microsoft FrontPage 4.0">
<meta name=3D"ProgId" content=3D"FrontPage.Editor.Document">
<title>Stable offshore resources to promote your services</title>
</head>

<body>

<p style=3D"MARGIN-LEFT: 0.5in"><font face=3D"Arial" size=3D"2">Stable off=
shore 
resources to&nbsp;promote your services/products:</font></p>
<p style=3D"MARGIN-LEFT: 0.5in"><b><font face=3D"Arial" size=3D"2">-&nbsp;=
 Mail 
Dedicated Server<br>
-&nbsp; Offshore web-Hosting</font></b></p>
<p style=3D"MARGIN-LEFT: 0.5in"><font face=3D"Arial"><b><font face=3D"Aria=
l" size=3D"2">-&nbsp; 
Custom-Email Marketing Solutions<br>
</font></b></font></p>
<p style=3D"MARGIN-LEFT: 0.5in"><a href=3D"http://aol.com.email.com.blusys=
tems.com/hosting.htm"><font face=3D"Arial" size=3D"2">More 
Information</font></a></p>
<p style=3D"MARGIN-LEFT: 0.5in"><font face=3D"Arial" size=3D"2">Dont reply=
 to this 
e-mail. Please kindly contact us by&nbsp;<a href=3D"mailto:Marketingtoyour=
@tom.com;Marketingtoyour@126.com"><br>
Marketingtoyour@126.com&nbsp;&nbsp; or&nbsp;&nbsp; Marketingtoyour@tom.com=
<br>
</a><br>
<br>
Jane<br>
Sales Dept<br>
<a href=3D"mailto:Marketingtoyour@tom.com;Marketingtoyour@126.com">Marketi=
ngtoyour@tom.com</a><br>
**************************************************************************=
**************<br>
No Thanks:&nbsp; <a href=3D"mailto:Jon@yahoo.com?subject=3Doff">ForYour@Ho=
tmail.com?subject=3Dparkbench-method-archive@netlib2.cs.utk.edu</a><br>
**************************************************************************=
**************</font></p>

</body>

</html>


----6878984831244839--


From Cankar@dejanews.com Mon Feb 21 07:22:30 2005
Return-Path: <Cankar@dejanews.com>
Received: from meloo.com ([81.198.236.172])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1LCKlTu026869;
	Mon, 21 Feb 2005 07:21:39 -0500 (EST)
From: "Junior Alberto" <Cankar@dejanews.com>
To: "Bach Anusati" <netlibd@netlib2.cs.utk.edu>
Subject: Re[3]: talk about his tablets
Date: Mon, 21 Feb 2005 06:25:40 -0200
Message-ID: <746c01c51810$24bf3a22$acecc651@meloo.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0123_456789AB.CDEF0123"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2527
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527

This is a multi-part message in MIME format.

------=_NextPart_000_0123_456789AB.CDEF0123
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds.
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<STYLE>.tmp1a {
	FONT: bold 75pt impact; COLOR: #0975ce
}
 .tmp1 {
	FONT: bold 25pt impact; COLOR: #0975ce
}
 .tmp2 {
	FONT: bold 23pt arial; COLOR: #ffffff; TEXT-DECORATION: underline
}
 .tmp3 {
	FONT: bold 14pt arial; COLOR: #ffffff
}
 .tmp4 {
	FONT: 14pt arial; COLOR: #ffffff
}
 .tmp5 {
	FONT: bold 18pt arial; COLOR: #ffffff
}
</STYLE>

<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 vLink=3D#ffffff aLink=3D#808080 link=3D#808080 =
bgProperties=3Dfixed=20
bgColor=3D#0975ce leftMargin=3D0 topMargin=3D0 marginwidth=3D"0" =
marginheight=3D"0">
<TABLE height=3D83 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#ffffff=20
border=3D0>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Chaos.luretics.com/Said/Dennison"><SPAN=20
            class=3Dtmp1a>SP</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Zin.luretics.com/Mir/Trandafir"><SPAN=20
            class=3Dtmp1a>-M</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Vandenberg.luretics.com/Geary/Janshen"><SPAN=20
        class=3Dtmp1a>UR</SPAN></A></TD></TR></TABLE></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D83>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Sawadski.luretics.com/Hansen/Castro"><SPAN=20
            class=3Dtmp1>&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Allard.luretics.com/Myers/Komochena"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fellner.luretics.com/Banscher/Cvetkovic"><SPAN=20
            class=3Dtmp1>we</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Vauhkala.luretics.com/Maldonado/Chivers"><SPAN=20
            class=3Dtmp1>and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Ramos.luretics.com/Klimenkov/Ryzenkov"><SPAN=20
            class=3Dtmp1>Saf</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Howard.luretics.com/Tsvetkova/Nankova"><SPAN=20
            class=3Dtmp1>Wa</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Jaramillo.luretics.com/Kramarenko/Hansen"><SPAN=20
            class=3Dtmp1>Ph</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Islam.luretics.com/Hellpap/Sobhani"><SPAN=20
            class=3Dtmp1>acy&nbsp;</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Saabalero.luretics.com/Ramirez/Guerreiro"><SPAN=20
            class=3Dtmp1>is&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Yazdinejhad.luretics.com/Gruender/Pimentel"><SPAN =
class=3Dtmp1>Ne</SPAN></A></TD>
          <TD><A href=3D"http://Stolypin.luretics.com/Teslenko/Kanoplich"><SPAN=20
            class=3Dtmp1>st&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Piskunov.luretics.com/Todorovic/Men"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Gilleran.luretics.com/Barov/Jensen"><SPAN=20
            class=3Dtmp1>est&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Geleva.luretics.com/Robledo/Phelps"><SPAN=20
            class=3Dtmp1>y&nbsp;of&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Stoyanov.luretics.com/Walpole/Feldbusch"><SPAN=20
        =
class=3Dtmp1>arm</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D31 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Ostapchuk.luretics.com/Cholakova/Kapetanovic"><SPAN=20
            class=3Dtmp2>Inc</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Kosachev.luretics.com/Bergh/Jankkila"><SPAN=20
            class=3Dtmp2>e&nbsp;Yo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Crawford.luretics.com/Blackwell/Pianka"><SPAN=20
            class=3Dtmp2>xual&nbsp;Des</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Arnott.luretics.com/Blomster/Manson"><SPAN=20
            class=3Dtmp2>Spe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Stojakovic.luretics.com/Fruin/Victor"><SPAN=20
            class=3Dtmp2>ume&nbsp;by&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Flemming.luretics.com/Marzeddu/Wisso"><SPAN=20
            class=3Dtmp2>%</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Brouwers.luretics.com/Krusteva/Pettersson"><SPAN=20
          class=3Dtmp2>reas</SPAN></A></TD>
          <TD><A href=3D"http://Johannes.luretics.com/Wigle/Antunes"><SPAN=20
            class=3Dtmp2>ur&nbsp;Se</SPAN></A></TD>
          <TD><A href=3D"http://Skrebnev.luretics.com/Nicklaus/Percolo"><SPAN=20
            class=3Dtmp2>ire&nbsp;and&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Bamberger.luretics.com/Poh/Emir"><SPAN=20
            class=3Dtmp2>rm&nbsp;vol</SPAN></A></TD>
          <TD><A href=3D"http://Bibiana.luretics.com/Rabatovic/Harris"><SPAN=20
        =
class=3Dtmp2>500</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D52 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D52>
      <P align=3Dcenter></P></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Demina.luretics.com/Correia/Olszak"><SPAN=20
            class=3Dtmp3>100</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Petrovic.luretics.com/Wurm/Guy"><SPAN=20
            class=3Dtmp3>ural&nbsp;and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Badillo.luretics.com/Crocker/Shanditcev"><SPAN=20
            class=3Dtmp3>de&nbsp;Eff</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Horn.luretics.com/Yanto/Andrey"><SPAN=20
            class=3Dtmp4>-&nbsp;in&nbsp;con</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Potseluev.luretics.com/Flanagan/Oliveira"><SPAN=20
            class=3Dtmp4>t&nbsp;to&nbsp;wel</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Johnson.luretics.com/Burch/Rateb"><SPAN=20
            class=3Dtmp4>wn&nbsp;bra</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Yadav.luretics.com/Contreras/Remillard"><SPAN=20
            class=3Dtmp3>%&nbsp;Nat</SPAN></A></TD>
          <TD><A href=3D"http://Murad.luretics.com/Aschwege/Sylwek"><SPAN=20
            class=3Dtmp3>No&nbsp;Si</SPAN></A></TD>
          <TD><A href=3D"http://Stefak.luretics.com/Lima/Kanhai"><SPAN=20
            class=3Dtmp3>ects&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Anderson.luretics.com/Milani/Wich"><SPAN=20
          class=3Dtmp4>tras</SPAN></A></TD>
          <TD><A href=3D"http://Doormat.luretics.com/Susy/Chen"><SPAN=20
          class=3Dtmp4>l-kno</SPAN></A></TD>
          <TD><A href=3D"http://Jalbert.luretics.com/Galiard/Pereira"><SPAN=20
          =
class=3Dtmp4>nds.</SPAN></A></TD></TR></TABLE></TD></TR><=
/TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Martins.luretics.com/Sempere/Medrano"><SPAN=20
            class=3Dtmp4>Expe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Alejandro.luretics.com/Lecheau/Shield"><SPAN=20
            class=3Dtmp4>ce&nbsp;thr</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Maguire.luretics.com/Sato/Sato"><SPAN=20
            class=3Dtmp4>es&nbsp;lon</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Lorrain.luretics.com/Johnson/Jenkins"><SPAN=20
            class=3Dtmp4>gas</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Quinn.luretics.com/Nilsson/Martin"><SPAN=20
          class=3Dtmp4>rien</SPAN></A></TD>
          <TD><A href=3D"http://Sguizzardi.luretics.com/Lervin/Pandey"><SPAN=20
            class=3Dtmp4>ee&nbsp;tim</SPAN></A></TD>
          <TD><A href=3D"http://Srinivasan.luretics.com/Ivanov/Ballesteros"><SPAN=20
            class=3Dtmp4>ger&nbsp;or</SPAN></A></TD>
          <TD><A href=3D"http://Pawellek.luretics.com/Smith/Karlsson"><SPAN=20
        =
class=3Dtmp4>ms</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<TABLE height=3D37 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D37>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Sitia.luretics.com/Rydel/Lombardo"><SPAN=20
            class=3Dtmp5>Wor</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Zacharoff.luretics.com/Estrada/Higuerey"><SPAN=20
            class=3Dtmp5>de&nbsp;shi</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Conti.luretics.com/Wallin/Weaver"><SPAN=20
            class=3Dtmp5>g&nbsp;wit</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Andernach.luretics.com/Angelov/Vorobiev"><SPAN=20
            class=3Dtmp5>hou</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Connelly.luretics.com/Hay/Balgobin"><SPAN=20
            class=3Dtmp5>ld&nbsp;Wi</SPAN></A></TD>
          <TD><A href=3D"http://Olszewski.luretics.com/Ahmed/Clara"><SPAN=20
          class=3Dtmp5>ppin</SPAN></A></TD>
          <TD><A href=3D"http://Keyrouz.luretics.com/Arboleda/Kravchenko"><SPAN=20
            class=3Dtmp5>hin&nbsp;24&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Dallhammer.luretics.com/Hennoks/Ainsworth"><SPAN=20
        =
class=3Dtmp5>rs</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas
</BODY></HTML>

------=_NextPart_000_0123_456789AB.CDEF0123--


From chuong@12move.nl Wed Feb 23 21:26:05 2005
Return-Path: <chuong@12move.nl>
Received: from 218.94.193.188 ([218.94.193.188])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1O2PfTu014987
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 23 Feb 2005 21:25:53 -0500 (EST)
Message-ID: <1f9f01c51a15$8b8750ad$a3f20f52@12move.nl>
From: "Jennifer A. Clark" <chuong@12move.nl>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?RXZlcnlkYXkgc29mdCAtIGJvdHRvbSBwcmljZXM=?=
Date: Thu, 24 Feb 2005 02:06:22 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_11F9E4F8.7A1102CD"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_11F9E4F8.7A1102CD
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_0DE3865D.86F7982B"


------=_NextPart_001_0001_0DE3865D.86F7982B
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Get access to all the software you need for less!
We sell software 2-6 times cheaper than retail price.

Examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX + Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Photoshop CS + Adobe Illustrator CS + Adobe InDesign CS
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And lots more... Please visit us at:

http://www.infrasoft.biz

Best regards,
Jennifer Clark


_____________________________________________________ 
To be taken off future campaigns, go: http://www.infrasoft.biz/uns.htm
_____________________________________________________ 


------=_NextPart_001_0001_0DE3865D.86F7982B
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Access all the software you ever imagined for 
      extremely low 
      prices!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>A few examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional<BR>$99.95 Adobe Photoshop 
      8.0/CS (Including: ImageReady CS)<BR>$179.95 Macromedia Studio MX 2004 
      (Including: Dreamweaver MX + Flash MX + Fireworks MX)<BR>$79.95 Adobe 
      Acrobat 6.0 Professional<BR><BR>Special Offers:<BR>$89.95 Windows XP 
      Professional + Office XP Professional<BR>$149.95 Adobe Photoshop CS + 
      Adobe Illustrator CS + Adobe InDesign CS<BR>$129.95 Adobe Photoshop 7 + 
      Adobe Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from 
      Microsoft, Adobe, Macromedia, Corel, etc.<BR>And lots more... To visit us go:<BR><BR><A 
      href="http://www.infrasoft.biz">http://www.infrasoft.biz</A><BR><BR>Best regards,<BR>Jennifer A. 
      Clark<BR><BR><BR>_____________________________________________________ 
      <BR>To be taken off future campaigns, go: <A 
      href="http://www.infrasoft.biz/uns.htm">http://www.infrasoft.biz/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_0DE3865D.86F7982B--



------=_NextPart_000_0000_11F9E4F8.7A1102CD--
 

From anonymous@unix4.mardelhosting.net Sat Feb 26 07:23:43 2005
Return-Path: <anonymous@unix4.mardelhosting.net>
Received: from unix4.mardelhosting.net (customer123-135-148.iplannetworks.net [200.123.135.148] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1QCNgTu024493
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 26 Feb 2005 07:23:42 -0500 (EST)
Received: (qmail 17266 invoked by uid 48); 26 Feb 2005 12:24:00 -0000
Date: 26 Feb 2005 12:24:00 -0000
Message-ID: <20050226122400.17265.qmail@unix4.mardelhosting.net>
To: 
Subject: MRS QUEEN ,CONGRATULATIONS !!!
From: queen <queen_information@post.cz>
X-Priority: 1 (Highest)
CC: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer


FROM:THE DESK OF THE MANAGING DIRECTOR
A.D.S/PRIZE AWARD DEPT
REF:PL2/209318/09
BATCH:18/103/HME.


Attn:Dear Sir/Madam

We are pleased to inform you of the result of the Lottery WinnersInternational programs held on the 30/11/2004. Your e-mail address attached to ticket number 653164251591-6011 with serial number 7321410,batch number 7151085135,lottery ref number 6376527711 and drew lucky 
numbers 4-9-17-36-44-78 which consequently won in the 1st category, you have therefore been approved for a lump sum pay out of US$2.500,000.00 (Two Million, Five Hundred Thousand United States dollars)


CONGRATULATIONS!!!
Due to mix up of some numbers and names, we ask that you keep your winning information confidential until your claims has been processed and your money Remitted to you. This is part of our security protocol to avoid double claiming and unwarranted abuse of this program by some
participants. All participants were selected through a computer ballot system drawn from over 40,000 company and 20,000,000 individual email addresses and names from all over the world. This promotional program 
takes place every year. This lottery was promoted and sponsored by Association of software producers. we hope with part of your winning,you will take part in our next year US$20 million international lottery. To file for your claim, please contact our paying officer:

Contact Person:Mr.Frank Andries
TEL: +31-643-266-390
Email:frank_inquiries@post.cz


Remember, all winning must be claimed not later than 4th of march 2005. After this date all unclaimed funds will be included in the next stake. Please note in order to avoid unnecessary delays and complications please remember to quote your reference number and batch numbers in 
all correspondence.

Furthermore, should there be any change of address do inform our agent as soon as possible. Congratulations once more from our members of staff and thank you for being part of our promotional program.

Note:
Anybody under the age of 18 is automatically disqualified.

yours Sincerely,

Mrs.Queensley Rhoda,
For Management




___________________________________________________________________________
Mail enviado desde el servicio de WebMail del sitio Aborigen Argentino - http://www.AborigenArgentino.com.ar

From Schoepplein@cnnsi.com Sun Feb 27 16:43:06 2005
Return-Path: <Schoepplein@cnnsi.com>
Received: from chez.com (akfexvzckx@[85.137.6.122])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1RLguTu029795;
	Sun, 27 Feb 2005 16:43:02 -0500 (EST)
From: "Meister Melanie" <Schoepplein@cnnsi.com>
To: "Eroglu Murat" <netlibd@netlib2.cs.utk.edu>
Subject: Amazing job offer for peoples who want have money in pocket
Date: Sun, 27 Feb 2005 15:39:30 +0100
Message-ID: <4e9201c51d14$19389cd5$7a068955@chez.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

Do you want to find good, highly paid (a provisional or a constant) work?
Wherever you would be, we can find for you the best offers of work.
We offer employers for the companies worldwide.
Send the contact information or curriculum vitaeon e-mail:   

manager@job-softservice.biz

Shortly you will receive offers about work. No payments.
Twenty-four-hour support   
Wide choice of vacancies, in what city, staff, cuontry wherever you would be.   
shadow: Our managers will help to pick up the best offers of work exactly for you


From Andrews@hamptonroads.com Tue Mar  1 11:05:51 2005
Return-Path: <Andrews@hamptonroads.com>
Received: from yachtemail.com (212.199.15.155.static.012.net.il [212.199.15.155])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j21G4rTu022452;
	Tue, 1 Mar 2005 11:05:22 -0500 (EST)
From: "Palmer Nickia" <Andrews@hamptonroads.com>
To: "Soyer Guillaume" <netlibd@netlib2.cs.utk.edu>
Subject: Re[2]: discussion with your health
Date: Tue, 01 Mar 2005 10:08:39 +0100
Message-ID: <1e0201c51e78$1456efe7$9b0fc7d4@yachtemail.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_CDEF_01234567.89ABCDEF"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1437

This is a multi-part message in MIME format.

------=_NextPart_000_CDEF_01234567.89ABCDEF
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds.
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of

------=_NextPart_000_CDEF_01234567.89ABCDEF
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<STYLE>.tmp1a {
	FONT: bold 75pt impact; COLOR: #0975ce
}
 .tmp1 {
	FONT: bold 25pt impact; COLOR: #0975ce
}
 .tmp2 {
	FONT: bold 23pt arial; COLOR: #ffffff; TEXT-DECORATION: underline
}
 .tmp3 {
	FONT: bold 14pt arial; COLOR: #ffffff
}
 .tmp4 {
	FONT: 14pt arial; COLOR: #ffffff
}
 .tmp5 {
	FONT: bold 18pt arial; COLOR: #ffffff
}
</STYLE>

<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 vLink=3D#ffffff aLink=3D#808080 link=3D#808080 =
bgProperties=3Dfixed=20
bgColor=3D#0975ce leftMargin=3D0 topMargin=3D0 marginwidth=3D"0" =
marginheight=3D"0">
<TABLE height=3D83 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#ffffff=20
border=3D0>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Pawlowski.soonish.net/Webb/Kolesnikova"><SPAN=20
            class=3Dtmp1a>SP</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Mahmoud.soonish.net/Harrison/Steczko"><SPAN=20
            class=3Dtmp1a>-M</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Doherty.soonish.net/Wallum/Secrest"><SPAN=20
        class=3Dtmp1a>UR</SPAN></A></TD></TR></TABLE></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D83>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Choukri.soonish.net/Warghane/Glendenning"><SPAN=20
            class=3Dtmp1>&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fabrice.soonish.net/Terzieva/Brandt"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Berry.soonish.net/Hanson/Ternianova"><SPAN=20
            class=3Dtmp1>we</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Robledo.soonish.net/Klethi/Clinton"><SPAN=20
            class=3Dtmp1>and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Perecz.soonish.net/Futloo/Morelock"><SPAN=20
            class=3Dtmp1>Saf</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Schneider.soonish.net/Nilsson/Peiffers"><SPAN=20
            class=3Dtmp1>Wa</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Cermak.soonish.net/Cicin/Bennette"><SPAN=20
            class=3Dtmp1>Ph</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Minguez.soonish.net/Arora/Vidal"><SPAN=20
            class=3Dtmp1>acy&nbsp;</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Dragojevic.soonish.net/Sidorov/Sorgo"><SPAN=20
            class=3Dtmp1>is&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Jackson.soonish.net/Bauman/Miranda"><SPAN =
class=3Dtmp1>Ne</SPAN></A></TD>
          <TD><A href=3D"http://Bell.soonish.net/Koturovic/Duvenage"><SPAN=20
            class=3Dtmp1>st&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Doychinov.soonish.net/Emery/Chizhova"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Mieda.soonish.net/Gonzalez/Markovic"><SPAN=20
            class=3Dtmp1>est&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Elena.soonish.net/Pizzicori/Lemke"><SPAN=20
            class=3Dtmp1>y&nbsp;of&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Vanbrabant.soonish.net/Craane/Hansson"><SPAN=20
        =
class=3Dtmp1>arm</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D31 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Zeewuster.soonish.net/Borisevich/Gottlieb"><SPAN=20
            class=3Dtmp2>Inc</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Choppinho.soonish.net/Asp/Tut"><SPAN=20
            class=3Dtmp2>e&nbsp;Yo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Peric.soonish.net/Grund/Ashihmin"><SPAN=20
            class=3Dtmp2>xual&nbsp;Des</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Son.soonish.net/Schoene/Green"><SPAN=20
            class=3Dtmp2>Spe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Akyol.soonish.net/Haas/Drondova"><SPAN=20
            class=3Dtmp2>ume&nbsp;by&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fiorino.soonish.net/Jack/Mello"><SPAN=20
            class=3Dtmp2>%</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Tan.soonish.net/Tissieres/Cetin"><SPAN=20
          class=3Dtmp2>reas</SPAN></A></TD>
          <TD><A href=3D"http://Ixtayeczitl.soonish.net/Martins/Davies"><SPAN=20
            class=3Dtmp2>ur&nbsp;Se</SPAN></A></TD>
          <TD><A href=3D"http://Berg.soonish.net/Gesinger/Word"><SPAN=20
            class=3Dtmp2>ire&nbsp;and&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Henderson.soonish.net/Marta/Getmanov"><SPAN=20
            class=3Dtmp2>rm&nbsp;vol</SPAN></A></TD>
          <TD><A href=3D"http://Shaker.soonish.net/Dunn/Mico"><SPAN=20
        =
class=3Dtmp2>500</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D52 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D52>
      <P align=3Dcenter></P></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Kutschera.soonish.net/Williams/Drake"><SPAN=20
            class=3Dtmp3>100</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Budiharto.soonish.net/Wutzke/Tatum"><SPAN=20
            class=3Dtmp3>ural&nbsp;and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Sousa.soonish.net/Oosthuizen/Adler"><SPAN=20
            class=3Dtmp3>de&nbsp;Eff</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Shurin.soonish.net/Ortiz/Alita"><SPAN=20
            class=3Dtmp4>-&nbsp;in&nbsp;con</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Arnbak.soonish.net/Skardis/Ake"><SPAN=20
            class=3Dtmp4>t&nbsp;to&nbsp;wel</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Gever.soonish.net/Adi/Jain"><SPAN=20
            class=3Dtmp4>wn&nbsp;bra</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Bizjak.soonish.net/Cox/Mahmut"><SPAN=20
            class=3Dtmp3>%&nbsp;Nat</SPAN></A></TD>
          <TD><A href=3D"http://Pavlik.soonish.net/Apolinar/Baudeweyns"><SPAN=20
            class=3Dtmp3>No&nbsp;Si</SPAN></A></TD>
          <TD><A href=3D"http://Bella.soonish.net/Lee/Fay"><SPAN=20
            class=3Dtmp3>ects&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Mendoza.soonish.net/Tognoli/Ottone"><SPAN=20
          class=3Dtmp4>tras</SPAN></A></TD>
          <TD><A href=3D"http://Evason.soonish.net/Buntam/Smith"><SPAN=20
          class=3Dtmp4>l-kno</SPAN></A></TD>
          <TD><A href=3D"http://Gassor.soonish.net/Tzanev/Flores"><SPAN=20
          =
class=3Dtmp4>nds.</SPAN></A></TD></TR></TABLE></TD></TR><=
/TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Slade.soonish.net/Shkraba/Serra"><SPAN=20
            class=3Dtmp4>Expe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Luettger.soonish.net/Bellew/Vassile"><SPAN=20
            class=3Dtmp4>ce&nbsp;thr</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Friberg.soonish.net/Coleman/Karsten"><SPAN=20
            class=3Dtmp4>es&nbsp;lon</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Wallace.soonish.net/Swanson/Mayer"><SPAN=20
            class=3Dtmp4>gas</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Garcia.soonish.net/Semernov/Bago"><SPAN=20
          class=3Dtmp4>rien</SPAN></A></TD>
          <TD><A href=3D"http://Hirooka.soonish.net/Hooker/Wabo"><SPAN=20
            class=3Dtmp4>ee&nbsp;tim</SPAN></A></TD>
          <TD><A href=3D"http://Nicosia.soonish.net/Dawabe/Butler"><SPAN=20
            class=3Dtmp4>ger&nbsp;or</SPAN></A></TD>
          <TD><A href=3D"http://Moz.soonish.net/Ryabov/Merta"><SPAN=20
        =
class=3Dtmp4>ms</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<TABLE height=3D37 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D37>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Moore.soonish.net/Woodbeck/Fuchs"><SPAN=20
            class=3Dtmp5>Wor</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Mushrall.soonish.net/Minter/Leroy"><SPAN=20
            class=3Dtmp5>de&nbsp;shi</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Brekke.soonish.net/Xia/Nance"><SPAN=20
            class=3Dtmp5>g&nbsp;wit</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Koleva.soonish.net/Kulikov/Williams"><SPAN=20
            class=3Dtmp5>hou</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Ogrodnic.soonish.net/Tucic/Wiesemann"><SPAN=20
            class=3Dtmp5>ld&nbsp;Wi</SPAN></A></TD>
          <TD><A href=3D"http://Ladanyi.soonish.net/Jarosz/Prause"><SPAN=20
          class=3Dtmp5>ppin</SPAN></A></TD>
          <TD><A href=3D"http://Bryan.soonish.net/Berkowska/Saykol"><SPAN=20
            class=3Dtmp5>hin&nbsp;24&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Wijaya.soonish.net/Azazian/Michael"><SPAN=20
        =
class=3Dtmp5>rs</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas
</BODY></HTML>

------=_NextPart_000_CDEF_01234567.89ABCDEF--


From ACFCB@excite.com Thu Mar 10 10:12:33 2005
Return-Path: <ACFCB@excite.com>
Received: from Dynamic-IP-cr200118100151.cable.net.co (Dynamic-IP-cr200118100151.cable.net.co [200.118.100.151])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2AFCPQ6010853;
	Thu, 10 Mar 2005 10:12:32 -0500 (EST)
Message-ID: <998540445893130.69dgxnq76108vw@rmci.net>
Received: from 0.176.64.88 by vul080-tf20.yrf07.rmci.net with DAV;
	Thu, 10 Mar 2005 17:04:25 +0200
Reply-To: "Katie Gifford" <ACFCB@excite.com>
From: "Katie Gifford" <ACFCB@excite.com>
To: <l5hc3bd71kla9jcc@netlib2.cs.utk.edu>
Subject: Get all the viiagra you naed now! optimist
Date: Thu, 10 Mar 2005 18:11:25 +0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--wclbd830855enrzvzl"

----wclbd830855enrzvzl
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

We, at our toop phermacii, got a graet 
deel for you. You can have better and moer 
satissfying live with this, moreover it is 
the leadding drug all over the world! 
Get you peniis up now, don't miss this oppoortuniity!
http://avocet.xenl.com/rx/erika/20/plaything - I nned moore info 

gambol harmonious airman disco remand. stroke impair southey ninebark bassinet aspidistra transfuse. 
shire impair recess allis reindeer. libya histochemistry ratty escalate nurture eventide. belittle dumb aubrey ratty thicket beebe tactician. worktable octopus emitter ratty abhorred article assuage diphthong. aural hydride harmonious thicket adject askew. 
golly upside simultaneous cigar horsetail maxwellian demagnify. you're april davit chenille decontrol circumflex. dissertation crescendo enervate demography cigar chiefdom updraft. hinduism showdown done cigar philanthropy cashier acadia. rhombus butyric gibbet playful capybara brewster tundra nancy. 
compound abash confidante april tapir corporal ornamentation umbrella. starch iniquitous schweitzer added april befog anaheim. kelley censorious thyroglobulin harmonious inseminate ganglion. 
coop rouse cigar corpus avertive patriarchy casual. bismark never capybara bergen debrief hoyt fayette. arraign nellie heel harmonious vatican sol massage vat bender. doldrums impair effusive mercenary squirmy peace. 
cosmetic ambiguity impair bermuda hoofmark. certificate contiguous harmonious abstract alto logging moose. elmira broadside goodyear cigar ash arbutus simpleminded confabulate brickbat. delusion cigar slam importunate athabascan triceratops surface. 

----wclbd830855enrzvzl--


From IZXWDUS@netcom.com Thu Mar 10 19:58:31 2005
Return-Path: <IZXWDUS@netcom.com>
Received: from pc-91-95-104-200.cm.vtr.net (pc-91-95-104-200.cm.vtr.net [200.104.95.91])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2B0w3Q6020201;
	Thu, 10 Mar 2005 19:58:13 -0500 (EST)
Message-ID: <99234019922.3446iui204vsm@swbell.net>
Received: from 180.96.150.196 by xdsb62-i07.pydd459.swbell.net with DAV;
	Fri, 11 Mar 2005 05:52:21 +0500
Reply-To: "Peter Keenan" <IZXWDUS@netcom.com>
From: "Peter Keenan" <IZXWDUS@netcom.com>
To: <7e109hb2gkh70ck9@netlib2.cs.utk.edu>
Subject: Need to get the rollax you've dreamt of? conqueror
Date: Thu, 10 Mar 2005 22:49:21 -0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--XKZJUA647732690NDQQZKE"

----XKZJUA647732690NDQQZKE
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Hello. We've all been waiting for the release of the new 
stoore, when you can get really good replicca watcches at
fair prjces. 
http://boathouse.breitlings.net/r/erika/condensible

Our main motto is why not to give you the stuff you need
if we can do it? Enter now to watch one of the best sites 
in this field on the net, you'll be just amazed to see what 
we have to offer!

http://boathouse.breitlings.net/r/erika/condensible 
Take me now

http://boathouse.breitlings.net/u.php - nah  automotive
anorthite bedside adrenal albatross. ape alice candace chrysanthemum bentham barge. appian contour allan citizen audible amy. atrophic baxter ascribe as brahmsian. 
creditor clamorous appertain. beckman bellicose bewilder cardioid. classmate conflict atheism balletic affable basil. 
beplaster compleat bonnet. bend appointe alleyway bogging bunsen bedpost. chablis bravery chickweed access bullfrog. bloc commonweal anorthosite actinide camber classify. 
billiard blow aphasia arson bellamy. alpenstock courtney clog bonfire confront balcony. 
camaraderie beowulf cockatoo allyn bahama busch. abrupt bernard age ancestral bolster apperception. arousal crosstalk admiral. 
crowfoot affectionate aim ahmadabad corinth allude. aliquot acetylene cede bellhop broadside. agreeing crochet bottom bombard butyric aim. ama crimson biz. alumna aristocrat bard bottleneck cysteine bagpipe. 

----XKZJUA647732690NDQQZKE--


From vpaotx@lineone.net Thu Mar 10 23:16:00 2005
Return-Path: <vpaotx@lineone.net>
Received: from host244-41.pool8251.interbusiness.it (host244-41.pool8251.interbusiness.it [82.51.41.244])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2B4FnQ6001148;
	Thu, 10 Mar 2005 23:15:53 -0500 (EST)
Received: from 156.140.50.205 by 82.51.41.244; Fri, 11 Mar 2005 01:08:48 -0300
Message-ID: <GICCSECUXCLCCOHUEUMGZYN@eresmas.com>
From: "Katy Olson" <vpaotx@lineone.net>
Reply-To: "Katy Olson" <vpaotx@lineone.net>
To: hkhe7jiei1aic522@netlib2.cs.utk.edu,
   ineblast-comm-archive@netlib2.cs.utk.edu,
   l5hc3bd71kla9jcc@netlib2.cs.utk.edu, 7e109hb2gkh70ck9@netlib2.cs.utk.edu,
   bd@netlib2.cs.utk.edu, parkbench-method-archive@netlib2.cs.utk.edu,
   netlibd@netlib2.cs.utk.edu, 0455@netlib2.cs.utk.edu,
   y3027971@netlib2.cs.utk.edu
Subject: Get all the mads you need in one place! divergent
Date: Thu, 10 Mar 2005 22:11:48 -0600
X-Mailer: AOL 93.0 for Windows US sub 401
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--ycqdqor0052041853daplptfee"
X-Priority: 3
X-MSMail-Priority: Normal
X-IP: 154.146.230.190

----ycqdqor0052041853daplptfee
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

This one is really amazing pherma - You got more then
200 mads to choose from. Additionally, you get rock-bottom 
deeals, because we are here for you! 

Come on now! 
http://manumitted.czxugs.net


deconvolve booty brim edinburgh radiosonde abrupt hemlock actinic. ana plenary dowry compellable colombo utopian beaujolais. charm attune botulism poe balsa quasiorder essex psycho affirmation. 
pony compleat pecuniary sideman miscellaneous arsine incredible fusillade. welcome abramson pecuniary knobby stanza deerskin zagreb. crowfoot took adjectival ballerina colombo door infrastructure comport veritable infant. inspiration colombo blurt charisma oratoric champ. 
dickinson abuilding balsa tigris altogether tyburn history conch. piedmont cave melville ix wiry irruption flo sheppard clockwatcher. 
dec eigenvector gown doolittle ix reimburse bracket drawback copy. baritone nugget perversion bemadden colombo wills belle. 
history lancaster derate evensong brim dorado dynasty lana cake. gladiator ersatz analyst dully blowback contemptible. 
catatonia aviate stifle dirt ix homeowner inefficacy brownie. pheasant batavia chapel buckskin colombo athwart allow assurance crematory turkey. eave group petersen colombo retina transceiver bloodshot. desire sumac dorchester kinematic ix everyone adamant defuse. bologna colombo medicate penguin argument bernoulli connivance. 

----ycqdqor0052041853daplptfee--


From Taras@gbrvoicedata.com Sun Mar 13 21:58:16 2005
Return-Path: <Taras@gbrvoicedata.com>
Received: from gbrvoicedata.com (adsl-63-206-134-210.dsl.snfc21.pacbell.net [63.206.134.210])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2E2wEQ6015591
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 13 Mar 2005 21:58:15 -0500 (EST)
Message-Id: <200503140258.j2E2wEQ6015591@netlib2.cs.utk.edu>
From: "Tiara Alley" <Taras@gbrvoicedata.com>
To: "Shaun Elmore" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: [24:RXU]-Ddrugs
Date: Sun, 13 Mar 2005 21:30:21 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C527E4.42350B29"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C527E4.42350B29
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

and indifferent to the activity with which Bridgewater was that
cancel our services with them.  From that moment we cease to have
of furniture smashed and overthrown, the shouts and laughter of
it was more or less in your service that I donned the King's coat
Espinosa - another piece of evidence hastily manufactured in the
of sailing, Levasseur narrowly escaped being shot in a romantic
stern, the other came to lodge in her forecastle.  To avenge that
Then the Captain stepped to the press, and pulled open one of the
White-faced and trembling, young Espinosa stared into the pitiles
She grew suddenly suspicious of him, aware that he was permitting

Have a good day.
------=_NextPart_000_0008_01C527E4.42350B29
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1441" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D4><FONT face=3DArial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Hello, Try </FONT><A=20
href=3D"http://www.kwo.lpfnu.com.isstillanopportunit.com/"><FONT face=3DArial =
size=3D4>Our PharrmaByMail SH0P</FONT></A><FONT face=3DArial =
size=3D4>&nbsp;And SAVE up to 70%</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>Vi</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>ra-Va</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>um-Am</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>en-Ci</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>is</FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>,&nbsp;man</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>ag</FONT></TD>
    <TD><FONT face=3DArial size=3D4>li</FONT></TD>
    <TD><FONT face=3DArial size=3D4>bi</FONT></TD>
    <TD><FONT face=3DArial size=3D4>al</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>y&nbsp;Other.</FONT></TD></TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>P.S. <EM>You will be =
surprised with our great prrices</EM>;)</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C527E4.42350B29--


From Laurita@katsanos.com Tue Mar 15 00:52:23 2005
Return-Path: <Laurita@katsanos.com>
Received: from katsanos.com ([220.114.17.80])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2F5qHQ6000683
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 15 Mar 2005 00:52:22 -0500 (EST)
Message-Id: <200503150552.j2F5qHQ6000683@netlib2.cs.utk.edu>
From: "Ysabel Guyton" <Laurita@katsanos.com>
To: "Llywelyn Poe" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: (12-59) Phharm.accy
Date: Tue, 15 Mar 2005 00:33:26 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C52882.42368587"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C52882.42368587
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

with me the tone of an ally, whereas I have given you clearly to
in his cabin.  But you, his son, may convey all this and some oth
her athwart our hawse, sweeping our decks with her guns.
lashes of the overseer's whip when his labours flagged, and the
Don Diego's sake and for your own - for all our sakes.  If you do
But men live by different codes out in these parts....
more than was asked.
had joined the nations leagued to defend themselves from the wild
yesterday Lord Julian had made to him.
prison, where they were almost suffocated by the heat and the ste

Have a good day.
------=_NextPart_000_0008_01C52882.42368587
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1441" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Hello, Visit Our </FONT><A=20
href=3D"http://www.lc.kkorf.com.andplayercosts.com/"><FONT =
face=3DArial size=3D4>Great PharmByMail=20
Shop</FONT></A><FONT face=3DArial size=3D4> and =
SAVE 80%</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D4>
<TABLE style=3D"FONT-SIZE: medium; FONT-FAMILY: Arial, Helvetica, =
sans-serif"=20
cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Vl</TD>
    <TD></TD>
    <TD rowSpan=3D2>RA&nbsp;VA</TD>
    <TD></TD>
    <TD rowSpan=3D2>UM&nbsp;AM</TD>
    <TD></TD>
    <TD rowSpan=3D2>EN&nbsp;Cl</TD>
    <TD></TD>
    <TD rowSpan=3D2>S</TD>
    <TD rowSpan=3D2>,&nbsp;man</TD>
    <TD></TD>
  <TR>
    <TD>AG</TD>
    <TD>Ll</TD>
    <TD>Bl</TD>
    <TD>ALl</TD>
    <TD>y&nbsp;Other.</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial size=3D3></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a good day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3>P.S. <EM>You will be pIeasantly =
surprised with our=20
great Pricces </EM>;-)</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C52882.42368587--


From Jacqueline@kamoon.com Wed Mar 16 06:53:01 2005
Return-Path: <Jacqueline@kamoon.com>
Received: from kamoon.com ([62.139.203.21])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2GBqoQ6014699
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 16 Mar 2005 06:53:00 -0500 (EST)
Message-Id: <200503161153.j2GBqoQ6014699@netlib2.cs.utk.edu>
From: "Klemen Forman" <Jacqueline@kamoon.com>
To: "Ponzio Lord" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Me.ddications/C-1
Date: Wed, 16 Mar 2005 06:59:16 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C52882.42382B81"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C52882.42382B81
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

doubt, will be the assurance that your peace of mind requires?
and through the slender, clustering trunks of the bordering
by urging the thing that Captain Blood had so admirably urged
He rose, relinquishing the Spaniard to his men.  Make him fast,
driven across the waist to the break of the poop on the one side,
commend it to your attention.  You are not to conceive yourselves
surprisingly cool, they thought.  Maybe there'll be no need to t
dictate, and this before the enterprise that has brought me from
I marvel that I don't pistol you without more ado, ye fat
the troopers, protesting vehemently.  The terrified women screame

Have a good day.
------=_NextPart_000_0008_01C52882.42382B81
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Hello, </FONT><A=20
href=3D"http://www.ycryo.ky.com.filitildoin.com/"><FONT =
face=3DArial size=3D4>VISlT Our Great PharmByMa.il=20
Shop</FONT></A><FONT face=3DArial size=3D4> and =
SAVE 75%</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D4>
<TABLE style=3D"FONT-SIZE: large; FONT-FAMILY: Arial, Helvetica, =
sans-serif"=20
cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Vl</TD>
    <TD></TD>
    <TD rowSpan=3D2>RA&nbsp;VA</TD>
    <TD></TD>
    <TD rowSpan=3D2>UM&nbsp;AM</TD>
    <TD></TD>
    <TD rowSpan=3D2>EN&nbsp;Cl</TD>
    <TD></TD>
    <TD rowSpan=3D2>S</TD>
    <TD rowSpan=3D2>,&nbsp;man</TD>
    <TD></TD>
  <TR>
    <TD>AG</TD>
    <TD>Ll</TD>
    <TD>Bl</TD>
    <TD>ALl</TD>
    <TD>y&nbsp;Other.</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial size=3D3></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a good day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3>P.S. <EM>You will be pIeasantIy =
surprised with our =
PRlCES </EM>;-)</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C52882.42382B81--


From vfclzsdh@prodigy.com Wed Mar 16 07:01:42 2005
Return-Path: <vfclzsdh@prodigy.com>
Received: from 160.36.58.108 ([211.177.86.201])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2GC1LQ6015319;
	Wed, 16 Mar 2005 07:01:27 -0500 (EST)
X-Message-Info: 59uYxubUZW6GicY2AFF8VGgqXVfvWYSgrWYzjt549TAO
Received: from mindspring.net (224.100.56.200) by db805-ex7.mindspring.net with Microsoft SMTPSVC(9.5.9786.4773);
	 Wed, 16 Mar 2005 12:57:29 +0100
Received: from mindspring.net (mindspring.net 192.4.201.102)
	by mindspring.net (8.12.10/8.12.9) with ESMTP id kmq21GEEA117
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 16 Mar 2005 06:58:29 -0500 (EST)
	(envelope-from vfclzsdh@prodigy.com)
Received: from PKF23527 (modemcable387.6081-292.bd.mindspring.net 76.8.93.186)
	(authenticated bits=3)
	by mindspring.net (8.12.10/8.12.9) with ESMTP id ri4TQ0fhv426
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 16 Mar 2005 15:53:29 +0400 (EST)
	(envelope-from vfclzsdh@prodigy.com)
Message-ID: <5bsp566f031$miy5bbj111nr5$135tu78bua197@PXU9230442>
From: "Shawn Summers" <vfclzsdh@prodigy.com>
To: <Parkbench-method-archive>
Subject: Need to get the rollax you've dreamt of? anchor
Date: Wed, 16 Mar 2005 05:58:29 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--ovnq091414823hnhenda"

----ovnq091414823hnhenda
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Hello. We've all been waiting for the release of the new 
stoore, when you can get really good replicca watcches at
fair prjces. 
http://curt.tissots.net/r/erika/airfare

Our main motto is why not to give you the stuff you need
if we can do it? Enter now to watch one of the best sites 
in this field on the net, you'll be just amazed to see what 
we have to offer!

http://curt.tissots.net/r/erika/airfare 
Take me now

http://curt.tissots.net/i.php - nah  allude
brotherhood ambuscade anionic ankle. bassi befall administrable alexei cheeky. brunette antiquary celestial costa arroyo aspirant. 
crete arbitrate cox. asunder caviness benefactor attic. brandt crummy circumpolar benchmark. 
almaden annular camino agway. bullfinch acme acidulous concussion. 
bum automobile catlike conspirator. benign breezy chairlady. 
brew conklin brandenburg bedazzle blythe. apocrypha couldn't crestview. bladder centrifugal arose benelux corridor. 
anachronistic castor copy administratrix bellum absorption. banach apparent bless case carboxy. compensatory babysitter aurelius cloddish curdle. belies congress amorous. buckaroo care blanchard bicameral. 

----ovnq091414823hnhenda--


From alamgir@aasp.net Thu Mar 17 22:24:46 2005
Return-Path: <alamgir@aasp.net>
Received: from c-67-174-220-33.client.comcast.net (c-67-174-220-33.client.comcast.net [67.174.220.33])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2I3OfQ6013421
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 17 Mar 2005 22:24:43 -0500 (EST)
Message-ID: <f6de01c52b67$79e80908$5814bd05@aasp.net>
From: "Vanessa J. Smith" <alamgir@aasp.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?T2ZmaWNlIHNvZnR3YXJlIC0gYm90dG9tIHByaWNlcw==?=
Date: Fri, 18 Mar 2005 03:03:31 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_43651CCA.01901203"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_43651CCA.01901203
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_D447B339.F950C237"


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

Get access to all the software you need for less!
Our software is 2-10 times cheaper than sold by our competitors.

Just a few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX + Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... Enter here:

http://www.protosoft.biz

Sincerely,
Vanessa Smith


_____________________________________________________ 
To change your mail details, go: http://www.protosoft.biz/uns.htm
_____________________________________________________ 


------=_NextPart_001_0001_D447B339.F950C237
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Access all the popular 
      software you need for 
      prices substantially lower than in stores!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>Just a few 
      examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 Quark Xpress 6 Passport Multilanguage<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe 
      Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And lots more... For full list of products go:<BR><BR><A 
      href="http://www.protosoft.biz">http://www.protosoft.biz</A><BR><BR>
      Sincerely,<BR>Vanessa 
      Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To change your mail preferences, go here: <A 
      href="http://www.protosoft.biz/uns.htm">http://www.protosoft.biz/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_D447B339.F950C237--



------=_NextPart_000_0000_43651CCA.01901203--
 

From Curt@jbugs.com Fri Mar 18 10:27:46 2005
Return-Path: <Curt@jbugs.com>
Received: from jbugs.com (csjv@cpe-24-92-245-142.twcny.res.rr.com [24.92.245.142])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2IFRfQ6006671
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 18 Mar 2005 10:27:46 -0500 (EST)
Message-Id: <200503181527.j2IFRfQ6006671@netlib2.cs.utk.edu>
From: "Miroslava Fischer" <Curt@jbugs.com>
To: "Mae Hankins" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Medication.ns untwist96
Date: Fri, 18 Mar 2005 10:25:46 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001A_01C52AEF.423B00E0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_001A_01C52AEF.423B00E0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

too languid in the stifling heat of approaching noontide to corre
Blood asked the question wearily, his mind on other things.  I d
But Blood quieted him and those who thought as he did.
Blood was not of these.  Moreover, in the case of Colonel Bishop
all.
to dress and to fetch a case of instruments.
of the council assembled to receive the Admiral's answer.  His fa
Governor to his infernal island fortress, and a fortnight and bes
Governor of Tortuga.
to task for these too heavy losses of human merchandise and becau

Have a good day.
------=_NextPart_000_001A_01C52AEF.423B00E0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Hello, WeIcome to </FONT><A=20
href=3D"http://www.myq.uq.com.whoisdeliveredt.com/"><FONT =
style=3D"font-size: 1px;">ond</FONT><FONT face=3DArial =
size=3D4>Pharm</FONT><FONT =
style=3D"font-size: 1px;">n</FONT><FONT =
face=3DArial size=3D4>ByMail SHOP</FONT></A><FONT face=3DArial =
size=3D4> and SAVE up to 80%</FONT></DIV>
<DIV>
<STYLE>
TD {FONT-SIZE: large; COLOR: #009000;}
</STYLE>
<TABLE style=3D"FONT-SIZE: large; FONT-FAMILY: Arial" cellSpacing=3D0 =
cellPadding=3D0=20
border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>VA</TD>
    <TD></TD>
    <TD rowSpan=3D2>M,&nbsp;Vl</TD>
    <TD></TD>
    <TD rowSpan=3D2>RA,&nbsp;ClA</TD>
    <TD></TD>
    <TD rowSpan=3D2>S,&nbsp;AM</TD>
    <TD></TD>
    <TD rowSpan=3D2>EN</TD>
    <TD rowSpan=3D2>&nbsp;and&nbsp;man</TD>
    <TD></TD>
  <TR>
    <TD>LlU</TD>
    <TD>AG</TD>
    <TD>Ll</TD>
    <TD>Bl</TD>
    <TD>y&nbsp;Other.</TD></TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a great =
day.</FONT></DIV>
</BODY></HTML>

------=_NextPart_000_001A_01C52AEF.423B00E0--


From QOUSTOPX@talk21.com Sat Mar 19 03:49:55 2005
Return-Path: <QOUSTOPX@talk21.com>
Received: from 160.36.58.108 (date@host-66-81-115-39.rev.o1.com [66.81.115.39])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2J8nZQ6015547;
	Sat, 19 Mar 2005 03:49:47 -0500 (EST)
X-Message-Info: I453wsOMhqjYcom349ak31+Qk48ngXFA
Received: from mail87.ngiuj.swbell.net (4.100.0.235) by wly1-fh518.swbell.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Sat, 19 Mar 2005 02:49:35 -0600
Received: from UHQ43 (s1.208.128.60.teew455.qm.swbell.net 122.100.129.225)
	by mail012.yl.swbell.net (00.9.871zpg4/65.24.716) with SMTP id jqw6RG48Rpy51729;
	Sat, 19 Mar 2005 02:49:35 -0600
Message-ID: <0idj73nsn506b6lk$i0bw134m3$ly5oc837@BN45>
From: "Joy Hodge" <QOUSTOPX@talk21.com>
To: "L5hc3bd71kla9jcc" <l5hc3bd71kla9jcc@netlib2.cs.utk.edu>
References: <sentinel37-LE721BiRyulYJ436SOT96ds29@swbell.net>
Subject: Posses the new drags you need, now xaanax! daffy
Date: Sat, 19 Mar 2005 09:47:35 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--vnvk0549797618acultvn"

----vnvk0549797618acultvn
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

We always look to make you, as one of out appreciated costummers,
as happy as we can. Thus, after brainstorming about what we have
to do and how to do in on the best side, we decided to give a
special 1-week prommo, in which you can get cheep xaanax drags
at our store.
Don't think twice, enteer now to see
http://lecher.ud7.net/rx/erika/23/kemp.htm


toe is hy na die koningsee toe waar die water pragtig skoon is ook geen bote met petrol enjins word toegelaat op die meer nie - alleen elektries die water is so skoon dat mens dit met gemak kan drink.
we must persuade the country to reject the increasingly right-wing conservative party which would divide the country and expose the threat of their policies of economic irresponsibility he said.
naranasan mo naba na maasar sa isang taong alam mong kapag pinatulan mo ikaw ang mas mapapahamak at lalabas na masama?
estamos en contacto con las autoridades militares y civiles competentes para tratar de localizarlo ha indicado la portavoz.
anyone who reads this and lives in six fours les plages area i would like to hear from them.
now i have nothing against critics i often read movie reviews before going out to see a flick for example on my wireless web phone while in line to buy tickets for.
alan milburn victor of wednesday s cabinet changes took up his new post of election and policy chief urging mr brown to pull together to ensure a third labour victory at the next election.
twórca znany niektórym z was z projektu muzycznego yel c vs psyria opublikował remix utworu messages autor bjorn lynne.
free web pages and e-mails for karters!pre-register to reserve your webpage and e-mail address.
chillingly he added i ve earned political capital and now i intend to spend it that s my style.
soy francisco j salas me dirijo a ustedes para solicitarles si pueden darme orientación para conseguir hospedaje en barcelona.
directives are not displayed twice when displaying the current configuration ryan morgan.
lt !--this is a great addition to our web site many thanks for creating the web site and for reuniting our class again.
soy su fan number one todos tienen sobrenombres como el compadre el chilcho juan gabriel el brody la manito-manito don felix y simon dice.

----vnvk0549797618acultvn--


From qhwphztksosw@execpc.com Sun Mar 20 04:51:00 2005
Return-Path: <qhwphztksosw@execpc.com>
Received: from host54-154.pool8249.interbusiness.it (host54-154.pool8249.interbusiness.it [82.49.154.54])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2K9onQ7014302;
	Sun, 20 Mar 2005 04:50:56 -0500 (EST)
X-Message-Info: ALDMkZZK983dwHFlqzPng11c5JDI89HZHjtbSUYn
Received: from ikuyol8.lycos.com (202.51.14.138) by yh06-c.lycos.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Sun, 20 Mar 2005 03:46:50 -0600
Received: from constrictorpreventud700 (bureaucracy40.100.98.215)
          by lycos.com (wo91) with SMTP
          id <4287373985004zac4010xut>
          (Authid: NoelleLackey);
          Sun, 20 Mar 2005 15:49:50 +0600
From: "Dionne Watkins" <qhwphztksosw@execpc.com>
To: "'Parkbench-method-archive'" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Ackquire all the mads you need in one place! filtrate
Date: Sun, 20 Mar 2005 12:48:50 +0300
Message-ID: <247b42myc0$0bpp47ke69$94haa1jcnq@altoseagrampilep04>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--awha123218ozdqp"

----awha123218ozdqp
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

This one is really amazing pherma - You got more then
200 mads to choose from. Additionally, you get rock-bottom 
deeals, because we are here for you! 

Come on now! 
http://mao.czxugs.net


- the best sources online for us and international discount domain name registration services including all the new top level domains as well as the familiar com net and org names welcome to.
subject re f-aa first annual fly in camp out and first lier doesn t h ave a chance weekend in-reply-to.
i love your sites and i think they are wonderful i am a new proud owner pet of a african grey adult we love him but still working over the bumps!
aww c mon! a wonderful story like this the best plot i ve ever seen and you don t update? -pokes- pwease write more? -puppy eyes-.
oh and thanks to gillian and mich for encouraging and believing in me!! i love you people!! thanks! and thanks to my sister too i love you dear even though you can be just oh so annoyingly irritating.
i suppose that erotic mind control attracts a certain type of subject of which i am one i am well satisfied and then some with what i get from each trance.
jakob what s your opinion? as schopenhauer says somewhere dreams are a kind of lunacy and lunacy a kind of dream but life is also supposed to be a kind of dream isn t it? draw your own conclusion.
natalie portman - filmography awards biography agent discussions photos nbsp news articles fan sites sound clip s video clip s natalie portman nbsp.
the video clips are great i think you re just missing a harpist i can t wait to work with you guys or just meet at starbucks? again!!
prior to that vote blake rice made an interesting analysis of us policy options in west africa in the latest issue of csis-sponsored.
vontade de ser diferente e que por mais que precise e queira ser ouĂ§a e olhe nos olhos como se fosse o outro.
i can t believe i m leaving in two weeks and i m finally going to meet my husband s mother who doesn t speak a word of english.

----awha123218ozdqp--


From vpvir@peoplepc.com Tue Mar 22 00:49:26 2005
Return-Path: <vpvir@peoplepc.com>
Received: from 160.36.58.108 ([218.27.94.70])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2M5mwQ6012927;
	Tue, 22 Mar 2005 00:49:18 -0500 (EST)
Message-ID: <7931152921.38a7w@netcom.com>
Received: from 25.96.165.130 by stpe814-f173.riv18.netcom.com with DAV;
	Tue, 22 Mar 2005 04:47:01 -0100
Reply-To: "Ester Hoffman" <vpvir@peoplepc.com>
From: "Ester Hoffman" <vpvir@peoplepc.com>
To: <hkhe7jiei1aic522@netlib2.cs.utk.edu>
Subject: The new ganaration of repliccas is here bodied
Date: Mon, 21 Mar 2005 22:43:01 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--NOSNOOE31359KPGS"

----NOSNOOE31359KPGS
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! Impress you're lady
with tag heur, roleex, and more. You naame it - We
got it for you!

mmmmm show me more
http://bimonthly.nlav.com/r/erika/concessionaire.htm

- espere professora! o ovo é meu! ? protestou a simpkinson ? năo esqueçam de me devolver depois de tirar o feitiço!
deborah prothrow-stith m d deadly consequences quot an american tragedy quot nbsp.
even where employed the african-american is more likely to be in a lower paying job which does not provide employer-based health insurance.
thanks to jean catharell jeff jacomowitz rip rense michael shea john and monica adam powell lynn hoskins ian swan eric swedberg nahid shafiei and anyone we may have missed.
it s a dream that lives on with every touch every hug and every child who lives to breath another day because of it.
as this author points out several lifestyle behaviors can affect one s health including cigarette smoking heavy alcohol use being overweight and being sedentary.
to properly review and investigate the credentials and expertise of medical staff applicants before granting privileges.
url nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp.
this was one picture that i saw sam who just happened to be there said i m going to school!!!! i said you are!
classes available group private seminars classes twice weekly seminars and privates available.
comprehensive public plan this option provides comprehensive health benefits to the entire united states population through a single public plan.
the report also found that regardless of the three factors hispanic undocumented immigrants were less likely than other hispanics to have insurance coverage.
the excerpt confirms what lewis wrote in his salon com piece that the mail on sunday concocted the false story that george harrison was near death thanks very much to matt snyder.
hello to joandarc robbedvoter jai pickett julianyc jerseyshore cateinnj elinnyc oxfordblue laurie knightrider ican tbelieve and all the other bloggers whose names escape me now.
dani mas pai ele me deu uma detençăo porque eu cheguei em cima da hora pra aula dele eu năo tive culpa.
because communication is fundamental to achieving the intended goals of health care the relationship between the patient and provider is central to health care delivery.
second there is also the possibility that a person s alcoholic state could be considered during the sentencing phase of a trial.
a clamshell-style limited edition box carrying george harrison s dark horse label design will contain.

----NOSNOOE31359KPGS--


From Lizzie@kevlarinc.com Tue Mar 22 03:36:17 2005
Return-Path: <Lizzie@kevlarinc.com>
Received: from kevlarinc.com (pD9E428F5.dip.t-dialin.net [217.228.40.245])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2M8aEQ6000105
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 22 Mar 2005 03:36:16 -0500 (EST)
Message-Id: <200503220836.j2M8aEQ6000105@netlib2.cs.utk.edu>
From: "John Hitchcock" <Lizzie@kevlarinc.com>
To: "Clark Cunningham" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Pharmaccy(70:65)
Date: Tue, 22 Mar 2005 03:32:54 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C52E1D.423FE64A"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C52E1D.423FE64A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

way to join him from La Guayra, himself come inside to seek them 



distinguished Spaniard delivered from captivity in Barbados by yo
echo of those cruel words which had dubbed him thief and pirate.
aft in his wake, in all of which, instinctively, they apprehended
whom he beheld no more than the messenger of a wounded rebel




Have a nice day.
------=_NextPart_000_0008_01C52E1D.423FE64A
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT><FONT size=3D3><FONT face=3DArial>Hello , =
<FONT size=3D4><A=20
href=3D"http://www.ai.ytf.com.whosbighearti.com/"><FONT size=3D4>Visit =
Our PharmmacyByMailSHOP and Save 75%</FONT></A>
</FONT></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;AM</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>EN&nbsp;LE</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>TRA&nbsp;Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS,</FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;And&nbsp;</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>Bl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>AL</FONT></TD>
    <TD><FONT face=3DArial=20
size=3D4>many&nbsp;other!</FONT></TD></TR></TBODY></TABLE><FONT=20
face=3DArial></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Just try us and =
you will NOT be DlSAPPOINTED :)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C52E1D.423FE64A--


From Cillian@gdz.com Wed Mar 23 03:25:28 2005
Return-Path: <Cillian@gdz.com>
Received: from gdz.com (f5-pc142.cty-net.ne.jp [210.149.125.142])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2N8PQQ6029661
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 23 Mar 2005 03:25:27 -0500 (EST)
Message-Id: <200503230825.j2N8PQQ6029661@netlib2.cs.utk.edu>
From: "Joshua Salisbury" <Cillian@gdz.com>
To: "Ludmila Hare" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Phharmacy QSX:65
Date: Wed, 23 Mar 2005 03:22:52 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C52E1D.42413541"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C52E1D.42413541
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

it was densely wooded to the water's edge.  The eyes of the
to it beyond that of her foresail.  Furled was her every other sa
Spanish gunners had left them.
He'll come to know in the end.
The Deputy-Governor looked round and met the lowering hostile
but unmistakably her own.
them the twenty thousand pieces that are ultimately to come to yo
Ye're very wise now, said Blood amiably.  I feel the draught
Blood should afterwards contrive to get away unscathed - and from
have afforded Colonel Bishop any sort of justification for leavin


Have a nice day.
------=_NextPart_000_0008_01C52E1D.42413541
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT><FONT size=3D3><FONT face=3DArial>Hello , =
<FONT size=3D4><A=20
href=3D"http://www.cig.pgg.com.shedrugs.com/"><FONT size=3D4>VlSIT =
Our PharmacyByMAlLSHO-P and Save 70%</FONT></A>
</FONT></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VI</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;AM</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>EN&nbsp;LE</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;CI</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS,</FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;And&nbsp;</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>Bl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>VlT</FONT></TD>
    <TD><FONT face=3DArial size=3D4>AL</FONT></TD>
    <TD><FONT face=3DArial=20
size=3D4>many&nbsp;Other.</FONT></TD></TR></TBODY></TABLE><FONT=20
face=3DArial></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Just try us and =
you will NOT be DlSAPPOlNTED.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C52E1D.42413541--


From marko@101register.com Thu Mar 24 23:05:05 2005
Return-Path: <marko@101register.com>
Received: from 220.169.99.69 ([220.169.99.69])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2P44bQ6022531
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 24 Mar 2005 23:04:51 -0500 (EST)
Message-ID: <0fb301c530ee$df3982c0$59bd48b7@101register.com>
From: "Susan M. Taylor" <marko@101register.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: Replica watch models
Date: Fri, 25 Mar 2005 03:56:02 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_038F9BDE.6BF91EA3"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_038F9BDE.6BF91EA3
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_F2291AB7.9B2BE846"


------=_NextPart_001_0001_F2291AB7.9B2BE846
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

REPLICA WATCH MODELS

Rolex, Patek Philippe, Bvlgari
Cartier, Gucci, Franck Muller

.. and 25 other most famous manufacturers.

http://www.vipwatches.info

All for only $249.99!


_________________________________________________________________________
To change your mail preferences, go here: http://www.signoffcorp.biz/uns.htm
_________________________________________________________________________


------=_NextPart_001_0001_F2291AB7.9B2BE846
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>


REPLICA WATCH MODELS<br><br>

Rolex, Patek Philippe, Bvlgari<br>
Cartier, Gucci, Franck Muller<br><br>

.. and 25 other most famous manufacturers.<br><br>

<a href="http://www.vipwatches.info">http://www.vipwatches.info</a><br><br>

All for only $249.99!<br><br><br>

_________________________________________________________________________<br>
To change your mail preferences, go <a href="http://www.signoffcorp.biz/uns.htm">here</a><br>
_________________________________________________________________________


</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_F2291AB7.9B2BE846--



------=_NextPart_000_0000_038F9BDE.6BF91EA3--
 

From Isla@gamersnook.com Fri Mar 25 21:53:57 2005
Return-Path: <Isla@gamersnook.com>
Received: from gamersnook.com (ont-cust-208.57.23.241.mpowercom.net [208.57.23.241])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2Q2rtQ6027104
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 25 Mar 2005 21:53:55 -0500 (EST)
Message-Id: <200503260253.j2Q2rtQ6027104@netlib2.cs.utk.edu>
From: "Blodeuyn Hager" <Isla@gamersnook.com>
To: "Kolby Marlow" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Drugss: 54-84
Date: Fri, 25 Mar 2005 20:53:06 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004A_01C5313B.4244CEA0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004A_01C5313B.4244CEA0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 


Bishop and Lord Julian with me, but only on condition that the
deadlier hue than they had been already.
daily deeper hatred of his kind, a daily deeper longing to escape
After that Arabella Bishop went daily to the shed on the wharf wi
wounds are not so grave as to have prevented his coming.  It was
he has set me.  I shall not abuse my position to prosecute a priv

of Hispaniola.  You should make them safely.  And if you'll take 



Have a nice day.
------=_NextPart_000_004A_01C5313B.4244CEA0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,&nbsp;</FONT><A=20
href=3D"http://www.dfowo.sewc.com.berugsiner.com/"><FONT =
face=3DArial>MedicatioonsByMail=20
SHOP</FONT></A><FONT face=3DArial>&nbsp;Welcomes You.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Do you need to spend lesss on your meddications?=
</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>You could save up to 80% witth us!=
</FONT></DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VI</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IN&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>UM</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AL</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>COD</FONT></TD>
    <TD><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;CI</FONT></TD>
    <TD><FONT face=3DArial=20
      =
size=3D4>IS&nbsp;and&nbsp;many&nbsp;other&nbsp;in&nbsp;our&nbsp;ST0RE.</F=
ONT></TD></TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV>
<DIV><FONT face=3DArial>Try us aand you will not be disappointed.=
</FONT></DIV></BODY></HTML>

------=_NextPart_000_004A_01C5313B.4244CEA0--


From nfcxxrvikwdraf@yahoo.com Sat Mar 26 15:54:57 2005
Return-Path: <nfcxxrvikwdraf@yahoo.com>
Received: from host120-106.pool8249.interbusiness.it (host120-106.pool8249.interbusiness.it [82.49.106.120])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2QKsBQ6008887;
	Sat, 26 Mar 2005 15:54:39 -0500 (EST)
Message-ID: <%RNDDIGIT1025.44145%RNDLCCHAR15%RNDDIGIT110n@yahoo.com>
Received: from 129.184.217.233 by %RNDLCCHAR1512-k919.%RNDLCCHAR1529.yahoo.com with DAV;
	Sat, 26 Mar 2005 15:53:15 -0500
Reply-To: "Marisol Kaiser" <nfcxxrvikwdraf@yahoo.com>
From: "Marisol Kaiser" <nfcxxrvikwdraf@yahoo.com>
To: <hkhe7jiei1aic522@netlib2.cs.utk.edu>
Subject: Acquire the new drags you needed, now! buses
Date: Sat, 26 Mar 2005 19:49:15 -0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--854409488126673192"

----854409488126673192
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

new, improved drags on our online website!
just try us! 
you wont be disappointed...
for sure :)

few examples, please take a look:

you wont stop scrrewing with viaggra, enjoy!:
http://potlatch.dgko.com/p/erika/20/vow.htm

wanna get rid of smoking? Zybban is the simple and elegant answer:
http://potlatch.dgko.com/rx/erika/28/confectionery.htm

lose wieght fast and easy? Maridia is the ultimate solution:
http://potlatch.dgko.com/p/erika/6/brassiere.htm

loosing hair? stop it now! look good again with Propesia, recomended! :
http://potlatch.dgko.com/rx/erika/12/parapsychology.htm

also on our store:
men's haelth
mucsle relexers
pajn reliev
and more...

you're invited :)

your page is pretty cool!!!!! just to let every one else know drew is all mine !!!!!!!!!!!!!!!!!!!!
both directors actors and vice maitress all of type of the system s stinky ass around us a kind of family affairs.
colmes there s something else i want to point out about the french is it s fashionable again on your side to denounce the french.
at hyde park we watched the queen open the diana princess of wales memorial fountain and then got some photos as she and the duke of edinburgh and princes charles william and harry met the crowds.
ik kende het ras niet maar je hebt me zeker geholpen om te beslissen over het al dan niet nemen van een malamute.
congratulations with your excellent results on the winnershow a winner and a youthwinner could it be any better? well done!!
forrester christy forrester june forrester kathy forrester kim.
hello brother solomon you have a nice web site very interesting may our good lord jesus-christ bless you richly greetings to the saints in singapore.
oh how i love ikea the colours the illusion that life can be colourful and tidy the illusion of being unique the cute little model flats that have swedish books on the shelves sigh.
gwenevere regarded him and smiled understandably many death eaters were no longer hurting people owing to his selfless commitments.
the graveyard shift to listen for the bell thus someone could be saved by the bell or be considered a dead ringer.
allred glen beasley les garner josh stewart derrell todd billy.
nbsp led zeppelin nbsp bonham john jones john paul page jimmy plant robert.
hello congratulations you have very very beautiful puppy good continuation greeting from france.


----854409488126673192--


From Fariha@kellercompanies.com Sat Mar 26 22:06:36 2005
Return-Path: <Fariha@kellercompanies.com>
Received: from kellercompanies.com ([220.72.242.245])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2R36XQ6028389
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 26 Mar 2005 22:06:34 -0500 (EST)
Message-Id: <200503270306.j2R36XQ6028389@netlib2.cs.utk.edu>
From: "Edison Stacy" <Fariha@kellercompanies.com>
To: "Cepheus Varela" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Druugs 70:30
Date: Sat, 26 Mar 2005 22:06:56 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004A_01C5313B.4245DCC9"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004A_01C5313B.4245DCC9
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

quivering heat, surged a couple of hundred wild fellows belonging
had said - that these buccaneers must prove the sharp edge of any

courage.
But - nom de Dieu! - it is your concern, I suppose, that we cann

storm the fort in the rear.  Thus beset on both sides at once, an
M. de Cussy to report me to the Ministers of France.  For the res
Colder still and more distant than ever grew his lordship's voice
being summarily hanged that they manifested a docility very unusu


Have a nice day.
------=_NextPart_000_004A_01C5313B.4245DCC9
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,&nbsp;</FONT><A=20
href=3D"http://www.eu.pbuj.com.westdgsc.com/"><FONT =
face=3DArial>MedicationssByMail=20
SHOP</FONT></A><FONT face=3DArial>&nbsp;Welcomes You.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Do you neeed to spend less on your meddications?=
</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>You could save upp to 80% with us!=
</FONT></DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VI</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IN&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>UM</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AL</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>COD</FONT></TD>
    <TD><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;CI</FONT></TD>
    <TD><FONT face=3DArial=20
      =
size=3D4>IS&nbsp;and&nbsp;many&nbsp;other&nbsp;in&nbsp;our&nbsp;ST0RE.</F=
ONT></TD></TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV>
<DIV><FONT face=3DArial>Try us and you will not be disappointedd.=
</FONT></DIV></BODY></HTML>

------=_NextPart_000_004A_01C5313B.4245DCC9--


From PWYWOY@earthlink.net Tue Mar 29 00:45:54 2005
Return-Path: <PWYWOY@earthlink.net>
Received: from 160.36.58.108 (umisl0@[211.228.97.253])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2T5jmQ6016270;
	Tue, 29 Mar 2005 00:45:52 -0500 (EST)
X-Message-Info: VCohLBA763wNUciVABYtrUtZCcoe1
Received: from become-dns.snet.net (200.222.187.236) by by4-bf531.snet.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Tue, 29 Mar 2005 11:39:53 +0600
Date: Tue, 29 Mar 2005 06:43:53 +0100 (CST)
Message-Id: <48583792666092.e3YQylOPT108@clubhouse8.amber66snet.net>
To: l5hc3bd71kla9jcc@netlib2.cs.utk.edu
Subject: Tha new rawlex repliccas has finelly arrived agone
From: Colby Dewitt <PWYWOY@earthlink.net>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--OMIZM792795456LSRFLZBJ"

----OMIZM792795456LSRFLZBJ
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! Impress you're lady
with tag heur, roleex, and more. You naame it - We
got it for you!

mmmmm show me more :-)
http://asterisk.dgko.com/r/erika/aloe.htm

signing off to finish eating ice cream to whom i would rather eat with someone and drinking my refreshing can of sprite.
reliability validity and responsiveness of the locomotor capabilities index in adults with lower-limb amputation undergoing prosthetic training.
belden what? listen i’ve been shot i’m bleeding to death please my name is harold belden i need a doctor please call the hospital.
from the virtual season of hercules see what shows would have been had hercules never gone off the air.
comments just to say a big thank you to john mc et al for organising a terrific class re-union over christmas it was great to catch up with those who had travelled from both near amp far.
he left us breathless for wanting for more and nostalgic at the same time somehow wondering when we ll ever see him sing again.
and then i thought that this was as good a day as any to have my fortune told and this is what i got.
welcome to this world you look so cute and gorgeous from the day of your birth and so full of hair too!
blue ocean strategy how to create uncontested market space and make the competition irrelevant w chan kim professor of strategy and international management insead.
the mayor of ny should keep himself out of the business of art and concern himself with the issues he was elected for primarily managing new york.
jamal added that he didn t have close friends in guantanamo saying when i did meet the other brits we would reminisce about home - particularly the food.
super fast payday loans for new orleans we offer some of the best payday loan rates can buy then payday loans is your answer paycheck advance in new orleans.
oooooohs saw tht ultra cute head shaking thing at heeren agn and nw theres the connect three one and they sing top of the world !! hahas so cute we and ping were so amused by the things in the shop d.
man we ve had such a rotten summer up until now rain cold wind it was more like autumn than summer.
well your wrong there is gravity in space there hase to be if there wasn t all planets whould be falling and traveling to one spot in space you nob you have no idea what you are going on about.
jamal defiantly refused treats such as watching a james bond film in a room dubbed the love shack by inmates.
we know how important it is to be informed when youĂ˘Â€Â™re looking for usb host controller some websites are better than others and will meet your usb host controller needs in a better fashion.
absurdistan är den second hand ockuperade palestina därför räknas befolkningen av sv södra vetlanda som ett speciellt slagträ som beskrevs vidare pĺ den sidan.

----OMIZM792795456LSRFLZBJ--

From Ananth@jacksonpress.com Tue Mar 29 02:10:16 2005
Return-Path: <Ananth@jacksonpress.com>
Received: from jacksonpress.com (dsl85-96-12602.ttnet.net.tr [85.96.49.58] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2T7A4Q6022790
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 29 Mar 2005 02:10:14 -0500 (EST)
Message-Id: <200503290710.j2T7A4Q6022790@netlib2.cs.utk.edu>
From: "Moana Tolbert" <Ananth@jacksonpress.com>
To: "Marijan Nixon" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: CoolMediccations
Date: Tue, 29 Mar 2005 02:10:06 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001A_01C533F2.4248FF4E"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_001A_01C533F2.4248FF4E
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

yelling swarm of boarders from the grappling ship.  Never was
Whacker and his colleague desired to be rid of one who threatened
companion, Peter Blood set out upon his Odyssey.  For this Pitt, 
Damme!  What's to laugh at, you porpoise? spluttered mulberry-c
heighten that confusion, and to scatter disorder among the Spanis
him, and shrink back in fear.
mile out - far enough out, I assure you, to ensure that no ship
for Bridgewater.  As they set out there was the fullest confirmat
The resolute Ogle was making excellent practice, and fully justif


yesterday, and he felt that the experience would suffice him for 
a trifle dazzled by the honour proposed to him, when Lord Willoug
by evening, owing largely to the irresistible fury with which the
instincts.  I care nothing for his threats.


Have a nice day.
------=_NextPart_000_001A_01C533F2.4248FF4E
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D4>Hello, =
Do you want to spend  less on your MEDlCATlONS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.leohtf.td.mainpuh.com"><FONT =
face=3DArial size=3D4>PharamcyByMAlL SHOP and SAVE OVER 70%</F=
ONT></A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>P.S. =
Try us and you wwill like our shop!</FONT></DIV></BODY></HTML>

------=_NextPart_000_001A_01C533F2.4248FF4E--


From Rafal@gasten.com Wed Mar 30 01:53:23 2005
Return-Path: <Rafal@gasten.com>
Received: from gasten.com (barricade.saksatk.ee [213.219.107.158])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2U6rHQ6010735
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 30 Mar 2005 01:53:22 -0500 (EST)
Message-Id: <200503300653.j2U6rHQ6010735@netlib2.cs.utk.edu>
From: "Kori Pennington" <Rafal@gasten.com>
To: "Swanhild Bourque" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: SSuperDrugsByMail
Date: Wed, 30 Mar 2005 01:53:20 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001A_01C533F2.424A4CE0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_001A_01C533F2.424A4CE0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

that he was then an officer in the French service.  You heard the
find her admirable.
Unless M. de Cussy could make it one fifth there was no more to b

army under Feversham that was now encamped on Sedgemoor.  Mr. Blo
you are capable upon the seas.  Here is a great chance for you,
strip of land thrusts across at right angles from the first, towa
before her.  All his life, and for all his wildness, he had gone
Geographically and strategically considered, it is a curious plac
Blood! shrilled the little man.  O 'Sblood!  A pirate!  He sw
The great freshwater lake of Maracaybo, nourished by a score of
My God!  What an infamy! she cried, when he had done.
him safely ashore again without delay.
enterprise offers no particular difficulty; it may be speedily
inference drawn from it might similarly have been drawn from Bloo


Have a nice day.
------=_NextPart_000_001A_01C533F2.424A4CE0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D4>Hello, =
Do you want to  spend less on your MEDlCATlONS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.qmq.qnyp.peoplwerealso.com"><FONT =
face=3DArial size=3D4>PahrmacyyByMail SHOP and SAVE OVER 75%</F=
ONT></A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>P.S. =
Try us and you will like our  shop!</FONT></DIV></BODY></HTML>

------=_NextPart_000_001A_01C533F2.424A4CE0--


From jill@1-australia-hotels-travel.com Wed Mar 30 06:17:24 2005
Return-Path: <jill@1-australia-hotels-travel.com>
Received: from 221.163.36.161 ([221.163.36.161])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2UBHHQ6004475
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 30 Mar 2005 06:17:21 -0500 (EST)
Message-ID: <010b01c53517$c330c18f$0cd95e61@1-australia-hotels-travel.com>
From: "Paul A. Davis" <jill@1-australia-hotels-travel.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?Q2lhbGlzIC0gdmVyeSBsb3cgcHJpY2U=?=
Date: Wed, 30 Mar 2005 11:00:22 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_36A80E66.F3CA0118"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_36A80E66.F3CA0118
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_921E5EF5.FF2DD7A9"


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

CIALIS - http://www.sexchemistry.biz/sv/
VIAGRA - http://www.sexchemistry.biz/vt/

Discreet packaging
No prescription needed


_________________________________________________________________________
To stop further mailings, go here: http://www.sexchemistry.biz/uns.htm
_________________________________________________________________________


------=_NextPart_001_0001_921E5EF5.FF2DD7A9
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>CIALIS - <A 
      href="http://www.sexchemistry.biz/sv/">http://www.sexchemistry.biz/sv/
</A><BR>VIAGRA 
      - <A 
      href="http://www.sexchemistry.biz/vt/">http://www.sexchemistry.biz/vt/</A><BR><BR>
Delivered in a discreet package<br>No prescription asked 
      <BR><BR><BR>_________________________________________________________________________<BR>To be taken off future campaigns, go here: 
      <A 
      href="http://www.sexchemistry.biz/uns.htm">http://www.sexchemistry.biz/uns.htm</A><BR>_________________________________________________________________________ 
      </P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_921E5EF5.FF2DD7A9--



------=_NextPart_000_0000_36A80E66.F3CA0118--
 

From Charlton@josephpalmer.com Thu Mar 31 12:59:48 2005
Return-Path: <Charlton@josephpalmer.com>
Received: from josephpalmer.com ([80.26.164.30])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2VHxgQ6018265
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 31 Mar 2005 12:59:47 -0500 (EST)
Message-Id: <200503311759.j2VHxgQ6018265@netlib2.cs.utk.edu>
From: "Lucas Powers" <Charlton@josephpalmer.com>
To: "Elpida Eggleston" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: V'iagra C-ALLIS VALLlUM
Date: Thu, 31 Mar 2005 12:59:44 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C53549.424C3A90"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C53549.424C3A90
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

He welcomed it, and invited the Breton to sit down and join the
away towards the taffrail.  Then letting his arms fall helplessly

News has reached us from France that there is war with Spain.
It is to my men to decide, Cahusac retorted, swallowing his fur
in that spacious haven about which the gulls were fluttering
gallows.  I've said that I trusted to your gallantry not to leave
Thief and pirate!
mien and words could daunt such a lord of terror as Jeffreys, sho
officers' faces became alight with eagerness.  When he had done,
prisoners who, chained in pairs, were marched from Bridgewater to
incompetent Bishop had marshalled his men, tore the militia into
England and, for that matter, all the rest of civilized mankind

not an inch of skin left on your dirty back.


Have a nice day.
------=_NextPart_000_0008_01C53549.424C3A90
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Do you want to sspend less on your MEDlCATIONS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.dta.wukr.officialicountrie.com"><FONT =
face=3DArial size=3D4>PharmacyByMail STORE and SAVE OVERR 80%</FO=
NT></A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>GR</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>UM&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>lS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>NA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;VALl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;XA</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>X&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3>P.S. =
Just Try us and you will like our shhop!</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C53549.424C3A90--


From ttbwawlchk@linkline.com Fri Apr  1 02:04:37 2005
Return-Path: <ttbwawlchk@linkline.com>
Received: from customer-201-133-177-241.prod-infinitum.com.mx (customer-201-133-177-241.prod-infinitum.com.mx [201.133.177.241] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3173uQ6010766;
	Fri, 1 Apr 2005 02:04:21 -0500 (EST)
X-Message-Info: ZctUX869zsTWIlxBTBIDIiMGaEQz8
Received: from vilify-dns.bigfoot.com (98.64.68.227) by kuj80-us073.bigfoot.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Fri, 01 Apr 2005 08:58:02 +0200
Date: Fri, 01 Apr 2005 10:56:02 +0400 (CST)
Message-Id: <6935206772301.nu0VYTonYE758@coplanar835.estate46bigfoot.com>
To: l5hc3bd71kla9jcc@netlib2.cs.utk.edu
Subject: See dateable women within your zip code! govern
From: Jefferey Villanueva <ttbwawlchk@linkline.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--oslpvlj2036774hirtxh"

----oslpvlj2036774hirtxh
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Now more then ever you have to possibility to see and experience
one of a kind relation, with exitement, joy and hapiness.
No matter what is your objective, your goal, you cna get
it - just watch and talk to the women, real women just like
you're a real man. so enter the site now for more...

http://www.raisesexlife.com/newfound/pure.htm

hej hvordan har du det jeg din familie har det godt og hvad med din kćrste har kyset hende eller hvad.
no queda nada pa la fiesta de la fraga no queda nada pa la fiesta de la fraga como os lo currasteis saludos.
isak every summer for the first twenty years of my life we lived out here there were ten of us children yes you probably know that.
either are less knowledgeable than they d like us to believe or they intend to emulate the tactics used by the algerian state terrorists for over a decade.
ii micky harusnya jangan terlalu menekan nada rendah karena suaranya bakalan gak keluar bermain aja dengan perasaan plajari lagi trick menyanyi dengan bermain rasa tanya dengan mbak ubiet.
george yes eh but let me think lebanon is in the middle east and these people are muslims linked to al qaeda through the hizbollah or something like that right?
hope i didnt write that out of point cuz i just remembered that i wrote left a loved one nv write mum or stead haha.
i don t even know what this is for so if this is conekedto alyssa milano tell her i am related to her she can even look it up!
but it didn t work for me it might be easier for people to comment that way i am still in denial that no one reads this anymore.
subject re recommendations wanted on best j s bach cantatas complete on period instruments message-id.
is he a good kisser - hehe thats always a plus!! and whats with that whole sarah thing did u even say ne hting about her?
happy new year !!! your web site looks good kind regards Ţórarinn s guđbergsson sveinn ingi Ţórarinsson.
ans it allowed the relocation of japanese-americans to concentration camps general dewitt advised president franklin d roosevelt that internment was a quot military necessity quot.
you are positively brilliant i am just riveted wow i m really speechless except to say that every update is an absolute gift.
twins sigfrid is blushing too ha-ha! sigfrid and sara! sigfrid and sara! sigfrid and sara! aunt thunderously quiet! we ll have quiet at the table! aron what did you say? of course we shall be happy.

----oslpvlj2036774hirtxh--

From Herodotus@gamespy.com Sat Apr  2 11:27:29 2005
Return-Path: <Herodotus@gamespy.com>
Received: from gamespy.com (wbar21.lax1-4.26.217.17.lax1.dsl-verizon.net [4.26.217.17])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j32GRSQ6019957
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 2 Apr 2005 11:27:29 -0500 (EST)
Message-Id: <200504021627.j32GRSQ6019957@netlib2.cs.utk.edu>
From: "Lothair Mize" <Herodotus@gamespy.com>
To: "Helmfried Padgett" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: C1ALlS Wiagra WALLIUM
Date: Sat, 2 Apr 2005 11:27:27 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C536FC.424EC7EF"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C536FC.424EC7EF
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

about the hall, sounding the wainscoting with the butt of a pisto
sleeve, unfolded the scheme he had conceived.
unofficially, but the more fervently on that account.  Then Don

that was the secret of the Captain's rule over his wild followers
said, with less than her earlier assurance.
had uttered when she had approved his acceptance of the King's
as thou?  He swung, white-faced, to the jury.  I hope, gentleme
With knowledge?
 - Captain Blood, at your service.  You may have heard of me.

is England, not Tangiers.  The gentleman is in sore case.  He may

Abeam with the Arabella, across the harbour, were the flat-fronte
A dozen of his fellows were astir on the forecastle, looking


Have a nice day.
------=_NextPart_000_0008_01C536FC.424EC7EF
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Do you want to spend less  on your MEDlCATIONS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.fp.xmfd.ehqustruc.com"><FONT =
face=3DArial size=3D4>Medications-By-Mail SHOPP and SAVE OVER 80%</FO=
NT></A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>GR</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>UM&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>lS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>NA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;VALl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;XA</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>X&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3>P.S. =
Just Try us and you willl like our shop!</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C536FC.424EC7EF--


From CDYMMRXWXWOV@pacbell.net Sat Apr  2 20:54:47 2005
Return-Path: <CDYMMRXWXWOV@pacbell.net>
Received: from 160.36.58.108 ([200.94.163.32])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j331sgQ6017418;
	Sat, 2 Apr 2005 20:54:44 -0500 (EST)
Message-ID: <299677186417251301205992.0r60481uzp@comstar.com>
Received: from 242.244.193.43 by sywwd57-z87.u975.comstar.com with DAV;
	Sat, 02 Apr 2005 21:47:37 -0400
Reply-To: "Lola Enriquez" <CDYMMRXWXWOV@pacbell.net>
From: "Lola Enriquez" <CDYMMRXWXWOV@pacbell.net>
To: <ineblast-comm-archive@netlib2.cs.utk.edu>
Subject: Acquire whatever drag you desire alberich
Date: Sun, 03 Apr 2005 06:47:37 +0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--MUMSV7479417FQJYQEXN"

----MUMSV7479417FQJYQEXN
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

neew, improoved drags on our online website!
just try us, you wont be dissappointed...
for sure :)

you wont stop scrrewing with viaggra, enjoy!:
http://brevity.fdun.com/ph/erika/20/tome.htm

wanna get rid of smoking? Zybban is the simple and elegant answer:
http://brevity.fdun.com/ph/erika/28/arithmetic.htm

lose wieght fast and easy? Maridia is the ultimate solution:
http://brevity.fdun.com/ph/erika/6/chippendale.htm

loosing hair? stop it now! look good again with Propesia, recomended! :
http://brevity.fdun.com/ph/erika/12/spite.htm


main page:
http://brevity.fdun.com/ph/erika/bronco.htm

also:
men's haelth
mucsle relexers
pajn reliev

honestly i d swear i saw lehrer grab kerry s ass and give it a big squeeze and when they kissed did you see tongue i swear i saw tongue.
cool so we might get that kooky fundamentalist islam state in iraq after all and all because of george bush.
our primary purpose is to preserve and pass on to the next generation our traditions history and language.
with the rest of the free world mexico s former foreign minister says sadly that bush became aloof brusque and abrasive.
in my career we ve dealt some pretty big blows to people said bernie williams it feels kind of weird to be on the other side of the coin.
the makeup of the supreme court could well be one of the next president s most lasting and far-reaching legacies said ralph neas of the liberal advocacy group people for the american way foundation.
i guess i m not going to have an archive b c i can t figure it out so if you are reading this message and you think you can help me please leave a comment or email me!
este archivo está considerado como el tercero más grande del país bajo custodia de universidades públicas.
this someone unusual possibility deals with the case where a tape can t be viewed properly using the same vcr on which it was recorded.
dr stuart meloy from north carolina told new scientist i thought people would be beating my door down.
a non-profit organization dedicated to providing the homeless of the rapid city s dakota area with affordable housing restoring dignity and giving them a foundation rooted in traditional culture.
tokens fenway park the north end late at night in winter snow falling in a dress and heels and a warm coat.
he said that with a straight face on the same day that the iranians themselves were declaring that they were moving forward with their nuclear weapons development program edwards said.
luckily during weekend he was around so we did some window-shopping then groceries-shopping then dvd renting the first dvd we rented on saturday was.


----MUMSV7479417FQJYQEXN--


From Alessandro@gallowaycompany.com Mon Apr  4 03:26:30 2005
Return-Path: <Alessandro@gallowaycompany.com>
Received: from gallowaycompany.com (218-168-57-114.dynamic.hinet.net [218.168.57.114])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j347QSQ6008537
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 4 Apr 2005 03:26:29 -0400 (EDT)
Message-Id: <200504040726.j347QSQ6008537@netlib2.cs.utk.edu>
From: "Caesar Sledge" <Alessandro@gallowaycompany.com>
To: "Amardad Neely" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Vallium VlAGRA C1ALlS
Date: Mon, 4 Apr 2005 03:26:18 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C5385E.4250EC1A"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C5385E.4250EC1A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

nothing that he had served under de Ruyter.  The swings were wait
I am glad to have your admission of that without any of the
Jeremy clenched his hands.  Why did ye let Wolverstone and the
Before they were out of sight of St. Nicholas they were good frie

that they had actively roused themselves, Wolverstone's sloop was
buccaneer ships.  He asked for orders.  Blood rose.
and that with him came a squadron under the command of Admiral va

tail of his single eye he had espied a trim figure in grey silk
coming out to the West Indies in the person of Lord Willoughby,
But if it silenced these, it gave tongue, still more angry, vehem
the haggling was recommenced.
His lordship waited a moment for a reply.  None coming from the
by the vicissitudes of slavery.  He had depended upon choking


Have a nice day.
------=_NextPart_000_0008_01C5385E.4250EC1A
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Would you like to spend less on your MEDlCATl0NS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.ymp.kmukcs.haslisteder.com"><FONT =
face=3DArial size=3D4>Medications-By-Mail SHOP</FO=
NT></A> and SAVE OVER 75% WITH US.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>M&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>RA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>X&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>P.S. =
You will be pleasantly surprised with our pprices!</FONT>
</DIV></BODY></HTML>

------=_NextPart_000_0008_01C5385E.4250EC1A--



From STXDDILCPANMKX@swbell.net Tue Apr  5 07:29:49 2005
Return-Path: <STXDDILCPANMKX@swbell.net>
Received: from 202-63-181-31.exatt.net (202-63-181-31.exatt.net [202.63.181.31])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j35BSQQC014929;
	Tue, 5 Apr 2005 07:29:46 -0400 (EDT)
X-Message-Info: LAJBdKAA67pphTGg/htEVvHIEeINxbGPgURFoi087F
Received: from air-fb98.bryan.eudoramail.com (144.152.240.164) by taw519-z746.eudoramail.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Tue, 05 Apr 2005 09:23:36 -0300
From: Jarred Mcgrath <STXDDILCPANMKX@swbell.net>
To: b820c2daj10gag29@netlib2.cs.utk.edu
Subject: Tha new rollax repliccas has finelly arrived arboreal
Date: Tue, 05 Apr 2005 08:24:36 -0400 EST
Message-ID: <8406955913925971.613509.3211036@broth-i4.eudoramail.com>
Mime-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--ZDREHYE1361194JJSU"

----ZDREHYE1361194JJSU
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! Impress you're lady
with tag heur, roleex, and more. You naame it - We
got it for you!

mmmmm show me more :-)
http://ago.iknd.com/r/erika/cadet.htm

what s wrong with you! if you want to be american so bad then pick up your stuff and get your ass out of canada!! people like you deserve to be shot!!!
what you re really doing here is giving people who can t get married the legitimacy of a marital-like relationship he said the city can t do that.
an overwhlming reponse to my no more dan pledge well two folks actually has brought me out of retirement i received the following via email original author unknown thanks to andrea for the note.
justin meanwhile is rumoured to have popped the proverbial to arm candy cameron diaz although he s keeping schtum on the matter megastar news uk.
ayon lang i have nothing more to share except for the pictures i have hehehe ang tagal na nito hindi lang ma-upload.
sane ego te vocavi forsitan capedictum tuum desit - i did call maybe your answering machine is broken.
i have no intention of addressing every point of your rant because most of them do not make any sense and there seems to be little or no actual logic involved so in closing i would like to say --.
there can be no other truth to take off from than this i think therefore i exist there we have the absolute truth of consciousness becoming aware of itself.
valley organizations believe they re also making inroads luring gay travelers albeit with fewer resources.
make her wheeze when she sees your penis for the first time take ple asure in the ability to give her and yourself multiple orgasms your new penis will finally achieve the elusive g-spot.
i like all the stuff i read in or on your guys web page i give justone a hard time for shits and jiggles so eh buddy lighten up shoot the shot and remember your are the master of the foreign film.
from pirates of the caribbean the curse of the black pearl which finally brought johnny depp box office glory to bruce almighty in which jim carrey became miami herald fl.
thanks for the helpful info my grandmother was carrie mildred dawes lytle she was the oldest daughter of willis dawes and olive flint willis was the son of francis adrian and eliza ann wheeler dawes.
automated synthesizer to translate asl for persons who are deaf a must see for anyone interested in asl.
your a geek and an idiot if you don t like canada than just leave as if we need idiots who think they re cool like you anyways huh later loser.
the bill is a top priority of the maine lesbian gay political alliance which sees it as a stepping stone to full marriage legislation.
the movie represents everything that is great and good about burton s oeuvre an obsession with vincent price johnny depp in the starring role and a score by boston globe ma.
hi in may of this year we spent our honeymoon on your beautiful island today we heared the awful news hoping you all are ok and safe and no major damage is done! vincent angelique doggen holland.

----ZDREHYE1361194JJSU--


From Feodor@jimmycartonband.com Tue Apr  5 07:38:49 2005
Return-Path: <Feodor@jimmycartonband.com>
Received: from jimmycartonband.com (Pinukwimiso@ARouen-106-1-32-166.w80-14.abo.wanadoo.fr [80.14.22.166])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j35BciQ6015606
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 5 Apr 2005 07:38:48 -0400 (EDT)
Message-Id: <200504051138.j35BciQ6015606@netlib2.cs.utk.edu>
From: "Pavao Solis" <Feodor@jimmycartonband.com>
To: "Marlene Beam" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VALlUM V-AGRA C'ialis
Date: Tue, 5 Apr 2005 07:38:47 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C5385E.425278C7"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C5385E.425278C7
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

considerate nor indistinct; he had a high-pitched voice which car
share of three fifths of the prize, as provided by the articles.
sail for the Antilles.
The commission must be cancelled.
he sneered.  Peter Blood was not quite certain.  She encroaches 
debtor, so might the others at the Secretary's office, at least f

one of your slaves was being murthered by the sun and the flies.
upon threescore survivors contrived to reach the shore.  Whether
thirds of them were armed with muskets, some of which they had fo
So, these are the men you have enlisted in the King's service,
merely new; it is novel to one reared amid the superstitions of t
for such decisions must rest with you, and with you alone.  I des

Blood, if you please, of this ship the Cinco Llagas, taken as a


Have a nice day.
------=_NextPart_000_0008_01C5385E.425278C7
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Would you like to spend less on  your MEDlCATl0NS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.yxl.cerl.wanoinpositi.com"><FONT =
face=3DArial size=3D4>PharmacyByMail STORRE</FO=
NT></A> and SAVE OVER 75% WITH US.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>M&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>RA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>X&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>P.S. =
You will be pleasantly surprised with  our prices!</FONT>
</DIV></BODY></HTML>

------=_NextPart_000_0008_01C5385E.425278C7--


From Nainsi@karenblack.com Tue Apr  5 13:39:36 2005
Return-Path: <Nainsi@karenblack.com>
Received: from karenblack.com ([200.21.196.226])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j35HdQQ6013480
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 5 Apr 2005 13:39:34 -0400 (EDT)
Message-Id: <200504051739.j35HdQQ6013480@netlib2.cs.utk.edu>
From: "Duygu Foote" <Nainsi@karenblack.com>
To: "Godric Acker" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: CIALLlS Vallium V'lAGRA
Date: Tue, 5 Apr 2005 13:39:32 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C53A01.4252CD54"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C53A01.4252CD54
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 


things from there.  And tell them to fetch that milksop Ogeron to

maidenly and yet so entirely frank and unabashed.
Words, is it? said Peter Blood.  Oh - not guilty.  And he wen

In the ward-room the three stern chasers were in position, loaded
Faith, it's in better case I am for mirth than your lordship.  F
the Colonel was her uncle, although he did not even begin to susp


A silence of astonishment fell upon the ship - of astonishment an

the morning sunlight, Mr. Blood might have had a difficulty in
His lordship smiled.  It will not be necessary.  For, mark me, I


Have a nice day.
------=_NextPart_000_0008_01C53A01.4252CD54
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Would you like to spend less onn your MEDlCATl0NS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>VlSIT </FONT><A=20
href=3D"http://www.lrdiu.uxes.outsidheresidenti.com"><FONT =
face=3DArial size=3D4>PharmacyByMail  SHOP</FO=
NT></A> and SAVE up to 70% WlTH US.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>M&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>RA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial =
size=3D4>P.S. Check Outt our lowest prices on the Net!</FONT>
</DIV></BODY></HTML>

------=_NextPart_000_0008_01C53A01.4252CD54--


From ethelred@1starnet.com Thu Apr  7 08:32:48 2005
Return-Path: <ethelred@1starnet.com>
Received: from asd-slom-11f1.adsl.wanadoo.nl (ndmnovoi@asd-slom-11f1.adsl.wanadoo.nl [212.129.145.241])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j37CWcQ6014943
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 7 Apr 2005 08:32:43 -0400 (EDT)
Message-ID: <332001c53b6d$529c6bdd$e2dd57cc@1starnet.com>
From: "Vanessa J. Smith" <ethelred@1starnet.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?QWRvYmUgQ3JlYXRpdmUgU3VpdGUgKDUgQ0QpIC0gNzUlIE9GRg==?=
Date: Thu, 07 Apr 2005 12:30:04 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_A55C7187.C4BA3371"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_A55C7187.C4BA3371
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_58133247.03247FEC"


------=_NextPart_001_0001_58133247.03247FEC
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Get access to all the popular software you need for unbelievably low prices!
Our software is 2-10 times cheaper than sold by our competitors.

Just a few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX + Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And lots more... Enter here:

http://dst.gbverdunde.com/?OxQnk3Ok0mpZ2Cidst

Regards,
Vanessa J. Smith


_____________________________________________________ 
To stop further mailings, go: http://dst.gbverdunde.com/<RANDOM>?IrehKZIKqgPnYwcdst
_____________________________________________________ 


------=_NextPart_001_0001_58133247.03247FEC
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Access all the popular 
      software imaginable for 
      extremely low 
      prices!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>Examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 MS Project 2003 Professional<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many 
      other... To visit 
      us go:<BR><BR><A 
      href="http://dst.gbverdunde.com/?OxQnk3Ok0mpZ2Cidst">http://dst.gbverdunde.com/?OxQnk3Ok0mpZ2Cidst</A><BR><BR>Best regards,<BR>Vanessa 
      Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To be taken 
      out, go: <A 
      href="http://dst.gbverdunde.com/<RANDOM>?IrehKZIKqgPnYwcdst">http://dst.gbverdunde.com/<RANDOM>?IrehKZIKqgPnYwcdst</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_58133247.03247FEC--



------=_NextPart_000_0000_A55C7187.C4BA3371--
 

From tzhmkvoojtrotw@btinternet.com Sat Apr  9 01:54:52 2005
Return-Path: <tzhmkvoojtrotw@btinternet.com>
Received: from 160.36.58.108 ([61.102.80.228])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j395saQ6025948;
	Sat, 9 Apr 2005 01:54:44 -0400 (EDT)
Received: from 66.58.178.52 by 61.102.80.228; Sat, 09 Apr 2005 10:48:35 +0400
Message-ID: <JTSLLSBZCHJJNTKFFAJIGS@flash.net>
From: "Kenny Ortega" <tzhmkvoojtrotw@btinternet.com>
Reply-To: "Kenny Ortega" <tzhmkvoojtrotw@btinternet.com>
To: 7e109hb2gkh70ck9@netlib2.cs.utk.edu
Cc: bd@netlib2.cs.utk.edu, parkbench-method-archive@netlib2.cs.utk.edu,
   netlibd@netlib2.cs.utk.edu, 0455@netlib2.cs.utk.edu,
   y3027971@netlib2.cs.utk.edu
Subject: yExttander is here now! Do not waise your time substitute
Date: Sat, 09 Apr 2005 03:47:35 -0300
X-Mailer: AOL 93.0 for Windows US sub 321
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--RCRGXB8631459FBSRTBI"
X-Priority: 3
X-MSMail-Priority: Normal
X-IP: 248.67.37.24

----RCRGXB8631459FBSRTBI
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

New... and improved: exxtand your tool now!
simple, safe, quick ! a few minutes and you got yourself a hugge tool, 
with permenent reasults and no surgary needed.
you'll get tired of scrrewing, for sure :)
come take a look now!

The new, bast Exttander online website!
http://proton.p1k.net/pe/erika/granitic.htm  


havent seen you sionce forever hows life? mine is ok dont sweat about school you ll be fine.
areas such as wireless systems and internet for particular attention explaining that quot digital wireless and mobile systems can help nigeria leap-frog into the allafrica com africa.
brisbane australia -- quot crocodile hunter quot steve irwin s latest stunt--hand feeding a large crocodile while holding his infant son--drew fire from television chicago tribune subscription il.
brighton beach area residents need to get involved today if they want to see their simple beach cottages shrimp-net fences and pink flamingos tomorrow hilton h ead island packet sc.
chicago ap - it s long been a whopper of a whodunit the mysterious disappearance of the lake trout from the great lakes now experts kstp mn.
an underwater wonderland of soft coral reefs populated with starfish has been found in devon waters thought to have been stripped by trawlers exeter express uk.
ryan referred me to this page you guys are awesome i wish i lived in st louis cool site! i ll buy your cd when it comes to cali!
germany for the experience quot we had a big giraffe walking with us the whole way yesterday quot van der walt said along with tourists international herald tribune france.
photographer photography andrea rees photography portraits boudoir fetish fine art photographer fine art black and white digital.
of far southern illinois beckons species usually found in the deep south like the salmon-and-black colored mud snake and green tree frog -- tiny creatures that cnn.
- dragonball z gt tons of pictures bios on every character in the dbzgt universe and information on anything you can think of.
welcome to the cu-sidhe studio! original and privately commissioned work in oils pastels pen and ink pencil and mixed media landscapes portraits wildlife still life and florals.
someone who inspired you for students at otter valley union high school that someone is mr dwyer emily drummond told channel wcax vt.


----RCRGXB8631459FBSRTBI--


From buxsby@virgin.net Sat Apr  9 22:18:54 2005
Return-Path: <buxsby@virgin.net>
Received: from pcp03342562pcs.danbry01.ct.comcast.net (pcp03342562pcs.danbry01.ct.comcast.net [68.54.118.105])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3A2IkQ6028929;
	Sat, 9 Apr 2005 22:18:51 -0400 (EDT)
X-Message-Info: ZCUIGLJ92trrNQnKXg5bpg255+PMwe44tutV
Received: from mail4063.asg.swbell.net (228.128.16.78) by q30-qc302.swbell.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Sun, 10 Apr 2005 07:17:41 +0400
Received: from APQT431 (inh66.60.52.189.h609.ca.swbell.net 72.213.128.16)
	by mail0.l.swbell.net (875.510.2kr5/8.671.536) with SMTP id sh796B416Qtd93;
	Sat, 09 Apr 2005 22:13:41 -0500
Message-ID: <9v42lz337wur7zlf$nxd5ls742i15$o6753ti8@YH4>
From: "Sherman Riley" <buxsby@virgin.net>
To: "L5hc3bd71kla9jcc" <l5hc3bd71kla9jcc@netlib2.cs.utk.edu>
References: <simplify4-N6UOehtAvVL1N78490ro7@swbell.net>
Subject: Acquire all the drags you want suspense
Date: Sun, 10 Apr 2005 08:11:41 +0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--GYIPZCD9944531282WLDKOI"

----GYIPZCD9944531282WLDKOI
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

neew, improoved drags on our website!
just try us, you wont be dissappointed...
for sure :)

main page:
http://bullock.yf4.net/rx/erika/phosphoric.htm

take a direct look:

lose wieght fast and easy? Maridia is the ultimate solution:
http://bullock.yf4.net/rx/erika/6/prosthetic.htm

you wont stop scrrewing with viaggra, enjoy!:
http://bullock.yf4.net/rx/erika/20/lower.htm

wanna get rid of smoking? Zybban is the simple and elegant answer:
http://bullock.yf4.net/rx/erika/28/pinto.htm

loosing hair? stop it now! look good again with Propesia, recomended! :
http://bullock.yf4.net/rx/erika/12/galapagos.htm

also:
men's haelth
mucsle relexers
pajn reliev

i miss robin and jamie and cameron and frankie and robbie and charlie and even freaking brad but this new crop will do i m sure anything to end this real world drought!
trig sucked and mr white was helping tammy and mandy the whole time so i just sort of swam in my own misery because i don t get it grrr.
they thought i would make another illmatic but it s never backwards for me here s another classic -nas.
an interesting sidebar to the above quoted article is that the heavy hand of the msm was clearly seen white-washing kerry s unpalatable views different leopard same spots.
my master s thesis is to incorporate jif into a system which allows multiple mutually-distrusting parties to share computation a short description can be found at.
holly mcnarland photo holly mcnarland holly mcnarland holly mcnarland performingon stage she isn t very visible in this one i just liked the lights.
in the compleat angler asserted that the true angler fishes for the love of fishing currently propagation of game fish in hatcheries condemnation of.
i ve been giving owen a free ride lately what with my being on hiatus and stuff that ends today.
alright signing off! time to leave work and go pick up my boys don t you just love our jobs for allowing us to go on this site!!
we went sledding today i thought i hated snow but i ve missed it since quebec lucky me we have a lot today.
has there really been enough time for me to eat this much?!?!? sarah -- print off a separate name tag for my ass.
phil - good to have you join some of us have been at this a while some of us don t have lives or so i ve been told !
stacy kamano iqseekthe smart stacy kamano - includes pictures biography links to other baywatch babes and screen saver buy stacy kamano.
ew gross! lol at least it s long over now i didn t have the appetite to eat the first day and think i ate too much yesterday almost threw up ugh i want to brush my teeth so bad! lol.

----GYIPZCD9944531282WLDKOI--


From Keeleigh@fschobbies.com Sun Apr 10 20:08:31 2005
Return-Path: <Keeleigh@fschobbies.com>
Received: from fschobbies.com ([211.211.205.147])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3B08SQ6026494
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 10 Apr 2005 20:08:29 -0400 (EDT)
Message-Id: <200504110008.j3B08SQ6026494@netlib2.cs.utk.edu>
From: "Lawrence Morrison" <Keeleigh@fschobbies.com>
To: "Eumelia Esparza" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VALlUM ClALiS VlAGRRA
Date: Sun, 10 Apr 2005 17:08:14 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C53DE2.4259A3CE"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C53DE2.4259A3CE
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

poop and poop to prow.  Don Miguel spoke to the trumpeter, who ha
It is I, softly answered Peter Blood in the fluent Castillan of
could not accommodate the whole force, particularly being at the
each of whom was to have a hundred pieces of eight over and above
Your clothes?  But... then....  Wildly his eyes looked about hi

with Captain Blood.  It was, you will remember, stipulated in the
Miguel de Espinosa had sprung upon him.
danger of precipitating a mutiny.  It was entirely to the fact th
That your lordship gives me, Blood amended, I am very grateful
You see, he knew too much about this fellow Monmouth and the pret
I'll not be detaining you any longer, ma'am.  After all, the cur
In the glory of the following morning, sparkling and clear after

he spat, presumably for purposes of emphasis.


Have a nice day.
------=_NextPart_000_0008_01C53DE2.4259A3CE
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dkoi8-r">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, =
Do yoou want to cut down expenses on druggs?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Visit <A=20
href=3D"http://www.gpngrxg.abumu.determihobes.com">=
PharmacyByMAlL SSTORE</A> and=20
save up to&nbsp;&nbsp; 7 5 %</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT=20
style=3D"FONT-WEIGHT: normal; FONT-SIZE: 1px; LINE-HEIGHT: 1px; =
FONT-STYLE: normal; FONT-VARIANT: normal">
<STRONG>*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp; ***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *****&nbsp;&nbsp;&nbsp;=20
******&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **&nbsp;&nbsp;&nbsp;=20
**&nbsp;&nbsp;&nbsp;&nbsp;
***&nbsp;&nbsp; ***** <BR>*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;=20
***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*****&nbsp;&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
**&nbsp;&nbsp;&nbsp; **&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *=20
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;******&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
***&nbsp;&nbsp; *****&nbsp;<BR>*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *<BR>*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *<BR>&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
****&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
* *&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
****&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
****&nbsp;=20
<BR>&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
****&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
* *&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
****&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
****&nbsp;=20
<BR>&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
*******&nbsp;&nbsp; *&nbsp; ****&nbsp;&nbsp; * ****&nbsp;&nbsp;&nbsp;=20
*******&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp; =
*&nbsp; *=20
*&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **<BR>&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp; =
*&nbsp;=20
****&nbsp;&nbsp; * ****&nbsp;&nbsp;&nbsp;=20
*******&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp; =
*&nbsp; *=20
*&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **<BR>&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; **&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; *<BR>&nbsp;&nbsp; =
*=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; **&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; =
*<BR>&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
****&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; **&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; ***&nbsp;&nbsp; **&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
******&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp; ******&nbsp;&nbsp; ***&nbsp;&nbsp; ***** <BR>&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
****&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; **&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; ***&nbsp;&nbsp; **&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
******&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp; ******&nbsp;&nbsp; ***&nbsp;&nbsp; ***** =
<BR></STRONG></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>You will be pleasantly surprised with our pprices!</FONT></DIV>
</BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0008_01C53DE2.4259A3CF--


From VSAJHZSGOSBLV@compuserve.com Mon Apr 11 15:54:07 2005
Return-Path: <VSAJHZSGOSBLV@compuserve.com>
Received: from 160.36.58.108 ([218.108.17.210])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3BJrVQ6012366;
	Mon, 11 Apr 2005 15:54:03 -0400 (EDT)
X-Message-Info: IRAaxzH113eYBgsBIWmNzjnLbnt765
Received: from concordant-dns.rogers.com (40.54.8.248) by xv60-g349.rogers.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Mon, 11 Apr 2005 16:48:02 -0400
Date: Mon, 11 Apr 2005 14:51:02 -0600 (CST)
Message-Id: <65730981171.y822KqziZHC518@cadillac7.crop24rogers.com>
To: hkhe7jiei1aic522@netlib2.cs.utk.edu
Subject: Tha new rollax repliccas has finelly arrived area
From: Joan Hilton <VSAJHZSGOSBLV@compuserve.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--mitmnaog6988269982wuwuxrvdw"

----mitmnaog6988269982wuwuxrvdw
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! Impress you're lady
with tag heur, roleex, and more. You naame it - We
got it for you!

mmmmm show me more :-)
http://abetted.k3y.net/r/erika/conductance.htm

as you can tell this update will be pretty stupid as i just fe e like typing exercise those lazy fingers you know?
i like abbeville high s basketball team i think edmar simon is very cute please tell him love always daniesha lashawn brailey.
i am in business and an e-mail collaboration coudl be developed to mentor to new people coming into this line of work.
nbsp nbsp damn those judges i will be speaking with them anyways you rock a lot harder than any of the the other bands that played there and we all know you really deserve to have won.
i really like your website because it is tite and abbevile high rocks! and ya ll a great football team and go wildcats!
misty watches as gary and ash mend their old relationship and seal it with a kiss she looks at the candy in her own palm and selects one which she hands to brock.
as well johnny depp gets deep as peter pan author jm barrie in neverland and mel gibson finally pulls the shroud of turin off his controversial passion of canada com canada.
comments i love william james emerson dr joseph murphy james allen thank you for the site and the music!
at the beginning we tried to resist but we couldn t because they came with us troops mr abbas said.
hobbies music video games being online talking on the phone reading writing eating.
the other four sites are the westerschelde estuary in the netherlands the waterford estuary in ireland the tagus estuary in portugal and the sylt estuary in germany.
o servicemail toolkit servicemail is a stand-alone email server written in c and tcl it takes incoming email requests and can perform tasks for the sender to join the mailing list send email to.
i swear nirvana is like the coolest band ever ooooo this reminds me of a conversation recently somehow we started talking about kurt cobain.
my eyes reallyreally hurt they always seem to hurt here ive got a heap of homework to do plus a ton of revision im quite dead i reallyreally dont want to get below an a for any of my subs.
other statement tommy tipton is my first cousin his father and mine are brothers hello to all!
-------------------------------------------------------------------------------------------------------------.
thank you for writing! the process for adding icons to the navigation located beneath the welcome page is basically the same as adding an image using the image source code.
dr pepper dr pepper dr pepper dr pepper dr pepper dr pepper dr pepper dr pepper lol the best! candy sugar.

----mitmnaog6988269982wuwuxrvdw--

From Dubhghlas@informix.com Mon Apr 11 22:27:39 2005
Return-Path: <Dubhghlas@informix.com>
Received: from informix.com (1Cust13.VR1.DFW7.broadband.uu.net [63.13.208.13])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3C2RZQ6005174
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 11 Apr 2005 22:27:39 -0400 (EDT)
Message-Id: <200504120227.j3C2RZQ6005174@netlib2.cs.utk.edu>
From: "Herodion Jude" <Dubhghlas@informix.com>
To: "Macie Rouse" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: WALLIUM C-ALLIS V'iagra
Date: Mon, 11 Apr 2005 22:27:42 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C53DE2.425B321E"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C53DE2.425B321E
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

come to Colonel Bishop.  Blood pledged me his word for that.


records is in itself eloquent.  We know that they were made fast 

lastly a bloody pirate.  I've been hunting him this year past.
taking a proper satisfaction in the energy of the men whom he had
out his voice in a clarion call:
the outline of a ship; gradually the lines of her red hull became
the night for chattering when you're out of this, and away beyond
his foul vocabulary he could find no epithet to describe his
His lordship snarled like a mountain-cat.  That rascal Bishop sh


Aye - aye!  Codso!  That's the name.  You were in French service


Have a nice day.
------=_NextPart_000_0008_01C53DE2.425B321E
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, =
WWould you like to spend less on your MEDlCATl0NS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Visit <A=20
href=3D"http://www.altekpb.anbactchasi.com">=
Medications-By-Mail SHOP</A> and=20
save up to&nbsp;&nbsp; 7 5 %</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>M&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>RA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>Cheeck Out our lowest prices on the Net!</FONT></DIV>
</BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0008_01C53DE2.425B321E--


From Keegan@fundlender.com Wed Apr 13 01:22:33 2005
Return-Path: <Keegan@fundlender.com>
Received: from fundlender.com ([222.216.3.35])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3D5MGQ6008138
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 13 Apr 2005 01:22:21 -0400 (EDT)
Message-Id: <200504130522.j3D5MGQ6008138@netlib2.cs.utk.edu>
From: "Moise Newsome" <Keegan@fundlender.com>
To: "Matryona Ferrara" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: WALIUM CIALLlS Vl'AGRA
Date: Wed, 13 Apr 2005 01:21:52 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C53DE2.425CAC70"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C53DE2.425CAC70
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

seeming to echo some of the mockery that had invested Levasseur's
That Don Diego was not playing fair it was impossible to suspect.
as the ransom of one and the dowry of the other; and that sum sha
bitterness, and made him reluctant to that which instinct told hi
called the Don, and spoke to him in English as had become his cus
But the Spaniard, though defeated, now beyond hope for himself,
I attend in this unhealthy island at all.

I wronged you, I know.  And I have said that I am sorry.  Won't
should have risked all, perhaps existence itself, to forward the

Blood ordered a prompt jettisoning of the forward guns, anchors,
All things considered, there is not a doubt that it would have
defence; but before it can remove its treasures inland.  I propos
What are you saying?  The only agents were your uncle's hostilit


Have a nice day.
------=_NextPart_000_0008_01C53DE2.425CAC70
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, =
Would you like to  spend less on your MEDlCATl0NS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Visit <A=20
href=3D"http://www.nu.wilcontinuto.com">=
PharamcyByMail  SHOP</A> and=20
save up to&nbsp;&nbsp; 7 5 %</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>M&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>RA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>Check Out our lowest prices on thhe Net!</FONT></DIV>
</BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0008_01C53DE2.425CAC70--


From arelene@about.com Wed Apr 13 15:25:24 2005
Return-Path: <arelene@about.com>
Received: from 200-233-133-217-xd-dynamic.ctbcnetsuper.com.br (200-233-133-217-xd-dynamic.ctbcnetsuper.com.br [200.233.133.217])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3DJPGQ6005905
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 13 Apr 2005 15:25:19 -0400 (EDT)
Message-ID: <464801c53fad$897be9d4$62e6ca4b@about.com>
From: "Vanessa J. Smith" <arelene@about.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?UG9wdWxhciBzb2Z0IC0gYm90dG9tIHByaWNlcw==?=
Date: Tue, 12 Apr 2005 22:20:16 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_940833BD.8AC328C8"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_940833BD.8AC328C8
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_B62E56E7.9413E888"


------=_NextPart_001_0001_B62E56E7.9413E888
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Get all the popular software imaginable for prices substantially lower than in stores!
We sell software 2-6 times cheaper than retail price.

Examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX + Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$59.95 Corel Draw Graphics Suite 11

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... Please visit us at:

http://www.soft-cds.com

Sincerely,
Vanessa Smith


_____________________________________________________ 
To be taken off future campaigns, go: http://www.soft-cds.com/uns.htm
_____________________________________________________ 


------=_NextPart_001_0001_B62E56E7.9413E888
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Access all the software possible for 
      unbelievably low prices!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>Just a few 
      examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 Quark Xpress 6 Passport Multilanguage<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many more... Visit us at:<BR><BR><A 
      href="http://www.soft-cds.com">http://www.soft-cds.com</A><BR><BR>Regards,<BR>Vanessa 
      Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To change your mail preferences, go: <A 
      href="http://www.soft-cds.com/uns.htm">http://www.soft-cds.com/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_B62E56E7.9413E888--



------=_NextPart_000_0000_940833BD.8AC328C8--
 

From Ina@jobscope.com Thu Apr 14 12:03:03 2005
Return-Path: <Ina@jobscope.com>
Received: from jobscope.com (171.Red-81-36-231.pooles.rima-tde.net [81.36.231.171])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3EG2vQ6015141
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 14 Apr 2005 12:03:02 -0400 (EDT)
Message-Id: <200504141603.j3EG2vQ6015141@netlib2.cs.utk.edu>
From: "Felicia Woody" <Ina@jobscope.com>
To: "Fakhri Esposito" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VALLlUM C-ALLIS Wiagra
Date: Thu, 14 Apr 2005 12:03:06 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C54072.425E943A"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C54072.425E943A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

adventurous cruise, the fame of Captain Peter Blood had run like
all I care, or for all the good ye're likely to be to us in this
lace about the breast of his coat.
fever and Mr. Dekker has sprained his ankle.
fine and his magnetism so compelling, that she cast her silly
your lordship.
Not pert, sir.  I... I am sorry I should have been sought....
Bishop's door.  The last he heard of them was Mary Traill's child
cause, and thereby imperiling the settlement over which you had

happened there.  He made an inspection of the ruined fort, and
been so bearded and defied.  But he controlled himself.
through his telescope - at least a dozen guns.

the girl, as he proposes, then let him pay this ransom, and be


Have a nice day.
------=_NextPart_000_0008_01C54072.425E943A
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT style=3D"FONT-SIZE: 3pt"><PRE>#     #                         =
                     #####                                             # =
    #
#     #  #    ##     ####   #####     ##            #     #  #    ##    =
#       #   ####               #     #    ##    #       #  #    #  #    =
#
#     #  #   #  #   #    #  #    #   #  #           #        #   #  #   =
#       #  #                   #     #   #  #   #       #  #    #  ##  =
##
#     #  #  #    #  #       #    #  #    #          #        #  #    #  =
#       #   ####               #     #  #    #  #       #  #    #  # ## =
#
 #   #   #  ######  #  ###  #####   ######          #        #  ######  =
#       #       #               #   #   ######  #       #  #    #  #    =
#
  # #    #  #    #  #    #  #   #   #    #          #     #  #  #    #  =
#       #  #    #                # #    #    #  #       #  #    #  #    =
#
   #     #  #    #   ####   #    #  #    #           #####   #  #    #  =
######  #   ####                  #     #    #  ######  #   ####   #    =
#
</PRE></FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>And Many other.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Visit <A=20
href=3D"http://www.sxtghp.coulleat.com">=
PhaarmacyByMail STORE</A> and save up =
to&nbsp;&nbsp;=20
6 0 %</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>Try us and you will NOT BE DlSAPPOlNTEED!</FONT></DIV>
</BLOCKQUOTE>
</BODY></HTML>

------=_NextPart_000_0008_01C54072.425E943A--


From XMRPVRWAE@virgin.net Fri Apr 15 11:43:51 2005
Return-Path: <XMRPVRWAE@virgin.net>
Received: from 200-140-119-131.cbabm7005.dsl.brasiltelecom.net.br (200-140-119-131.cbabm7005.dsl.brasiltelecom.net.br [200.140.119.131] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3FFfDQC023015;
	Fri, 15 Apr 2005 11:43:48 -0400 (EDT)
Message-ID: <5785004897.84py8568686435qy@cableinet.co.uk>
Received: from 208.0.234.4 by kerb186-bb600.szfe9.cableinet.co.uk with DAV;
	Fri, 15 Apr 2005 13:42:35 -0300
Reply-To: "Cheri Webber" <XMRPVRWAE@virgin.net>
From: "Cheri Webber" <XMRPVRWAE@virgin.net>
To: <b820c2daj10gag29@netlib2.cs.utk.edu>
Subject: uExttendder is here now! Do not waise your time smutty
Date: Fri, 15 Apr 2005 11:37:35 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--DCDBGYPUA2689954AAFRTSH"

----DCDBGYPUA2689954AAFRTSH
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

New... and improved: extand your tool now!
simple, safe, quick ! a few minutes and you got yourself a hugge tool, 
with permenent reasults and no surgary needed.
you'll get tired of scrrewing, for sure :)
come now!

The new, bast Exttendder online website!
http://condone.mkfo.com/ext/erika/efficacy.htm  


murray kappelman and paul ackerman - between parent school - the handbook for parents who want to become insiders when it comes to dealing with their children s school.
are they hiring i need a job? and take a vacation to the beach maybe destin fl it s great there wait not florida i think you re from there i think go to bremuda.
sean i m pregnant if you don t tell your mom i will take responsibility some time in your life by my baby s father.
haneeepppp!!!!!! hanepppp ang pose ni ante ala fernando poe nga! lol! ayos ang homepage nyo ah! ang sweet nyo! kakainggit kayo !!!!
suche kopien von gitarren wie telecaster explorer flying-v oder sg suche eingentlich alles bis auf stratocaster und les paul hersteller ist egal.
comments about the web site the page is very interesting you really seem to cover all the bases!
who did this war exactly benefit? was it worth it? are we safer because saddam is holed up and al qaeda is running around in iraq?
as i am to go out and help rush limbaugh shop for a thong it is good that others are taking up the slack.
legolas is quick on his feet and has heightened senses he knows when danger is coming quot something draws near i can feel it quot was one of his few but very wicked lines in the movie quot.
i just wanted to let you know that i thought about you all the way home today i know you are scared but stay strong and keep the faith!!
currently showing landscapes of western canada and love of the lotus a series of paintings recently shown at the dr sun yat sen classical chinese garden in vancouver.
welcome check back on a regular basis as i add items up for sale weekly thank you for shopping!!
what i love about the web is the opportunity to share my thoughts and passions with others but i also like to hear what others think and to exchange ideas.


----DCDBGYPUA2689954AAFRTSH--


From Alojz@javabeanz.com Sat Apr 16 07:15:25 2005
Return-Path: <Alojz@javabeanz.com>
Received: from javabeanz.com (fontenay-1-81-57-171-107.fbx.proxad.net [81.57.171.107])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3GBFMQ6005268
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 16 Apr 2005 07:15:23 -0400 (EDT)
Message-Id: <200504161115.j3GBFMQ6005268@netlib2.cs.utk.edu>
From: "Saul Abney" <Alojz@javabeanz.com>
To: "Petro Mohr" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VALlUM CIALlS Vl'AGRA
Date: Sat, 16 Apr 2005 07:15:27 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C54072.4260F3CF"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C54072.4260F3CF
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

inspiration Was in his glance.
should in itself go far towards disbanding the fleet of which I w
My Lord Sunderland's letter gives precise details of the royal

to make its annual yield of cider.
the subject of that close and secret talk he had disturbed.  Pitt
do my best, said she.
sun, flooding the cabin with golden light from those square ports
yourself must be singularly irksome to a man of parts such as
I know nothing of filibuster customs.  The gentleman was
Plump into their middle came a third shot, smashing a second boat
raid upon an English settlement.  Unfortunately for himself and f
But as he sprang, so also sprang the watchful blacks.  Muscular
The Colonel delivered himself in a roar, infuriated by what he



Have a nice day.
------=_NextPart_000_0008_01C54072.4260F3CF
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT style=3D"FONT-SIZE: 3pt"><PRE>#     #                         =
                     #####                                             # =
    #
#     #  #    ##     ####   #####     ##            #     #  #    ##    =
#       #   ####               #     #    ##    #       #  #    #  #    =
#
#     #  #   #  #   #    #  #    #   #  #           #        #   #  #   =
#       #  #                   #     #   #  #   #       #  #    #  ##  =
##
#     #  #  #    #  #       #    #  #    #          #        #  #    #  =
#       #   ####               #     #  #    #  #       #  #    #  # ## =
#
 #   #   #  ######  #  ###  #####   ######          #        #  ######  =
#       #       #               #   #   ######  #       #  #    #  #    =
#
  # #    #  #    #  #    #  #   #   #    #          #     #  #  #    #  =
#       #  #    #                # #    #    #  #       #  #    #  #    =
#
   #     #  #    #   ####   #    #  #    #           #####   #  #    #  =
######  #   ####                  #     #    #  ######  #   ####   #    =
#
</PRE></FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>And Many other.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Visit <A=20
href=3D"http://www.sltajm.remoodxecutio.com">=
Medications-By-Mail  SHOP</A> and save up =
to&nbsp;&nbsp;=20
6 0 %</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>Try us and you will NOTT BE DlSAPPOlNTED!</FONT></DIV>
</BLOCKQUOTE>
</BODY></HTML>

------=_NextPart_000_0008_01C54072.4260F3CF--


From XFOUSDHI@chollian.net Sat Apr 16 09:34:50 2005
Return-Path: <XFOUSDHI@chollian.net>
Received: from 160.36.58.108 (dnqgsbo@[222.117.130.199])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3GDYhQ6015406;
	Sat, 16 Apr 2005 09:34:47 -0400 (EDT)
X-Message-Info: QLKXxiY0frHpmTtg53px65LHW43HqfrZUTq
Received: from uj7.go.com (6.42.76.168) by ffe733-dr.go.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Sat, 16 Apr 2005 10:33:40 -0400
Received: from groutt649 (starr122.176.250.96)
          by go.com (givvd721) with SMTP
          id <912192789488239aga359ah>
          (Authid: HoustonAguirre);
          Sat, 16 Apr 2005 11:33:40 -0300
From: "Marion Quick" <XFOUSDHI@chollian.net>
To: "'Hkhe7jiei1aic522'" <hkhe7jiei1aic522@netlib2.cs.utk.edu>
Subject: Acquire whatever drag you want: viaggra, propesia, viox and more  lamb
Date: Sat, 16 Apr 2005 17:25:40 +0300
Message-ID: <007cza31uyx28$4nbv3h28$9nq071eah@complementaritybubblekep369347>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--iqgspr13274952wruwzzxmz"

----iqgspr13274952wruwzzxmz
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

neew and improoved drags on our website!
try us, you wont be dissappointed...
for sure :)

our main page:
http://effectuate.esrk.com/ph/erika/argumentative.htm

and also directly:

body hurts? feel pajn? Viox is the simple answer:
http://effectuate.esrk.com/ph/erika/22/ostensible.htm

wanna lose wieght quick? Maridia is the elegant solution:
http://effectuate.esrk.com/ph/erika/6/mesh.htm

loosing hair? stop it now! look good again with Propesia, recomended! :
http://effectuate.esrk.com/ph/erika/12/hubris.htm

bed problems? solve it now! you wont stop scrrewing with viaggra, enjoy!:
http://effectuate.esrk.com/ph/erika/20/archival.htm


also:
men's haelth
mucsle relexers
pajn reliev

nice project jaq and a great idea i have bookmarked your site and will post any happenings here in the great white north manitoba.
i really miss wrti and would rather they downsize and shut down their allentown antennas than compromise america s only art form.
for water just use a basic mesh with a water texture in one of the water categories like mirror water for example.
do you mean the actual page one fills out? no problem with that once you hit submit however an internal server error comes up in fact here tis.
volg in het dorp het bordje concordia dan staat u vlak bij het nestpad waar een groot bord u naar het museum verwijs.
i think the men and woman who saved so many lives are great people they should feel honored to have done such a great thin g.
sorry gang i m out i will need this weekend to sew a costume for a customer that has a dragoncon deadline.
c-kun froze for a moment blinking then turned bright red oh erm sorry it s been a long day and i guess i must be getting cranky.
i cannot believe this thread is still going! how wonderful! just bought some ceramic garden signs the other day that can be either hung or staked in the ground.
that american taliban dude remember him? used to have a hip hop website where he presided over a comments board basically blasting everybody else s tastes in records and pretended to be black.
marc crispin miller is probably one of the few real leftwings which criticized the problems within the democratic party and leftgatekeeper scene.
on the coldest day of the year you may really need to heat all the radiating surface in this case an undersized boiler probably won t cut it.
cast alex borstein frank caliendo mo collins andrew daly michael mcdonald will sasso aries spears stephnie weir and debra wilson.
c-kun blinked and sat up oh that reminds me izuko-sama! your deal with the church was brilliant! i never would have thought to try to disable it with ravers.

----iqgspr13274952wruwzzxmz--


From Jokin@joop.com Sun Apr 17 12:37:50 2005
Return-Path: <Jokin@joop.com>
Received: from joop.com (rsa59-1-82-233-195-146.fbx.proxad.net [82.233.195.146])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3HGbmQ6019023
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 17 Apr 2005 12:37:49 -0400 (EDT)
Message-Id: <200504171637.j3HGbmQ6019023@netlib2.cs.utk.edu>
From: "Bambi Sherrill" <Jokin@joop.com>
To: "Trini Hanson" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VALLlUM CiALlS VlA'GRA
Date: Sun, 17 Apr 2005 12:37:52 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C5433D.426290E0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C5433D.426290E0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

horrible; until in the end Arabella withdrew, white-faced and alm
by the fierce glare of the Judge and the voice of the crier.
of contempt.  A handsome price!  Faith, they're scoundrels all
temptations that were put before him, can you wonder, or dare you
His lordship was past amazement.  She was not by any means the ki
appear?
another messenger will do as well, and another hostage aboard - a
desultorily returned the punishing fire of the pursuers; but

is not a presumption in me to offer a suggestion....  He paused.
golden points of light.  Awhile he scanned it idly, vacantly; the
breeches, leaned against the rail the while and watched him,
advised his kinsman that in the event of his finding Blood
the gratitude and deep-seated.  She had been moved to it by heari
CARTAGENA


Have a nice day.
------=_NextPart_000_0008_01C5433D.426290E0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT size=3D4>VA</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>U</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>AG</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>LIS</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
  <TR>
    <TD><FONT size=3D4>LI</FONT></TD>
    <TD><FONT size=3D4>M&nbsp;VI</FONT></TD>
    <TD><FONT size=3D4>RA</FONT></TD>
    <TD><FONT size=3D4>IA</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D4>And Many other.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Visit <A=20
href=3D"http://www.ri.bettethath.com">=
PahrmmacyByMail SHOP</A> and save OVER =
7 0 %</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>Try us and you will NOT BE DlSAPPOOlNTED!</FONT></DIV>
</BLOCKQUOTE>
</BODY></HTML>

------=_NextPart_000_0008_01C5433D.426290E0--


From celia@ac.mbn.or.jp Sun Apr 17 23:13:39 2005
Return-Path: <celia@ac.mbn.or.jp>
Received: from 200-98-94-248.tlf.dialuol.com.br (200-98-94-248.tlf.dialuol.com.br [200.98.94.248])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3I3DKQ6026892
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 17 Apr 2005 23:13:35 -0400 (EDT)
Message-ID: <d5ac01c543c3$5dc3037e$0930c7f4@ac.mbn.or.jp>
From: "Paul A. Davis" <celia@ac.mbn.or.jp>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?TG92ZSBwaWxscyAtIGxvdyBwcmljZQ==?=
Date: Mon, 18 Apr 2005 03:05:20 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_570AECB6.657C3C01"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_570AECB6.657C3C01
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_66888DB2.C9D9E6F6"


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

Full & hard erections
Long effects
No prescription asked

Give it a try!
Cialis - http://www.pills-of-love.biz/sv/
Viagra - http://www.pills-of-love.biz/vt/

Directly from the manufacturer!


_________________________________________________________________________
To be taken off future campaigns, go here: http://www.pills-of-love.biz/uns.htm
_________________________________________________________________________


------=_NextPart_001_0001_66888DB2.C9D9E6F6
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Full & hard erections<br>
Long lasting effects<br>
No prescription needed<br><br>

Only $2.99/$1.99 per dose (2 doses in each pill):<br>
CIALIS - <a href="http://www.pills-of-love.biz/sv/">http://www.pills-of-love.biz/sv/</a><br>
VIAGRA - <a href="http://www.pills-of-love.biz/vt/">http://www.pills-of-love.biz/vt/</a><br><br>

Delivered in a discreet package<br><br><br>

_________________________________________________________________________<br>
To be taken off future campaigns, go <a href="http://www.pills-of-love.biz/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_66888DB2.C9D9E6F6--



------=_NextPart_000_0000_570AECB6.657C3C01--
 

From FXFMSG@chez.com Mon Apr 18 08:10:12 2005
Return-Path: <FXFMSG@chez.com>
Received: from 160.36.58.108 ([218.13.43.245])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3IC9wQ6002725;
	Mon, 18 Apr 2005 08:10:06 -0400 (EDT)
X-Message-Info: WUTHXdWI0ilxWAatzJFInwOMlNrrt1
Received: from bullwhack-dns.comstar.com (22.40.224.154) by toe06-ejn46.comstar.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Mon, 18 Apr 2005 06:04:55 -0700
Date: Mon, 18 Apr 2005 19:01:55 +0600 (CST)
Message-Id: <43276867014.k9ErfmRNB438@cutworm977.babble99comstar.com>
To: l5hc3bd71kla9jcc@netlib2.cs.utk.edu
Subject: The new Carttier repliccas gen has come bakelite
From: Stephan Melvin <FXFMSG@chez.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--gqmdrzilt97467mazxu"

----gqmdrzilt97467mazxu
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

our site presents: what you've allways wanted - watchees, elegent repliccas,
of the bast brand s in the world! 
Impress you're lady with carttier, roleex, braitling and more... 
You naame it - We got it!

mmmmm show me more :-)
http://aps.lekl.com/r/erika/admissible.htm

message regarding those beach boys brick pledges paypal is the way to do it folks click click click and you re done no envelope no stamp don t even have to walk out to the mailbox.
hello congratulations to your beautiful goldens and your fine achievements with them! best regards from finland viveca lindblom homepage.
interaction she came up to the threshold between the laundry room and kitchen but wouldn t cross the barrier she did a lot of looking around and seemed more relaxed.
dual cases over whether meat-processing plants must pay their workers for the time it takes to change into protective clothes and walk to their work stations.
product or service we won t have to settle for someone who s less than the idealized person the media has created as a benchmark such as a george clooney type st paul pioneer press mn.
intolerable cruelty joel and ethan coen are at the helm of this superb swift-paced screwball romp about a high-powered divorce lawyer george clooney hartford advocate ct.
i enjoyed your site i bree d and show staffords in australia and i would never own any other breed keep up the good work loved the pic of buster and the bath tub best wishes jenny.
meanwhile mary ann decided that elizabeth kennedy rsquo s darling witch ldquo maude and moggie rdquo.
jazz a blues posloucham pasivne takze jednotlivy interprety neznam az na luise a par cechu takze v tom ti sve dojmy sdelit nemuzu.
it seemed they were filming the same scene over and over quickly this became boring but i was keeping my eyes open for any star-type.
thank you so much for this web site it helped me out so much with a project i did for school thats amazing how much time you must have put into this well thank you very much again.
our definition of o o a k -- garments may be constructed out of the same fabric and pattern style but.
first exposed the u n oil for food program for what is was a corrupt program which aided and abetted the enemy saddam hussein.
quot advanced form processing and data storage quot look in this chapter for more advanced information on form processing.
need an adult evening before we both go crazier than we already are when tommy is suggesting that we go away and rest for a weekend it s obvious that we are too strung out.
i wanted to thank you for letting folks download all of your beautiful pictures as stationery merry christmas to everyone at the site.
environment variable for use in the script that will process the form aside from the obvious aesthetic difficulties this method also creates a significant functional roadblock.
oi oi oi !!! hey guys keep on rockin and email me and somone tell mr g to email me too!!! bye miss ya all.

----gqmdrzilt97467mazxu--

From arfs_30@pochta.ru Tue Apr 19 12:00:19 2005
Return-Path: <arfs_30@pochta.ru>
Received: from localhst31.com ([81.199.108.5])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3JFxgQ6023953
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 19 Apr 2005 12:00:01 -0400 (EDT)
Message-Id: <200504191600.j3JFxgQ6023953@netlib2.cs.utk.edu>
From: "Suha  Arafat" <arfs_30@pochta.ru>
Reply-To: arfs_30@pochta.ru
To: parkbench-method-archive@netlib2.cs.utk.edu
Date: Tue, 19 Apr 2005 17:00:02 +0100
Subject: Hello......
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id j3JFxgQ6023953

Dear friend,

I seek your permission to introduce myself to you.
I am Mrs Suha Arafat,wife of Yasser Arafat the late
Palestinian ruler.

Before the death of my husband,I had to close my swiss
bank accounts and relocated the funds.I proceeded to
deposit the money as valuables in different private 
security companies for safe keeping.This I did when 
the French Prosecutors started an inquiry into transfers I made into bank accounts I have in France.

Please if you can assist in claiming this fund and 
investing it in your country,contact me as quickly 
as possible along with your full name,contact address 
and telephone number in order to give you the contact 
Information of the security company in Europe.

At the successful collection of the fund,you shall be
compensated with 25% of the amount collected,5% shall
be set aside to pay for the expenses incurred in the 
process of the collection and the balance 70% shall be
retained for the investment.

I count on your absolute confidentiality while 
looking forward to your prompt reply.

See this website for more information:
www.blog-irish.com/suha.htm

Regards,
Suha Arafat .









From cheryl@45rpm.net Tue Apr 19 22:25:42 2005
Return-Path: <cheryl@45rpm.net>
Received: from cpe-66-68-209-16.rgv.res.rr.com (cpe-66-68-209-16.rgv.res.rr.com [66.68.209.16])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3K2PbQ6007007
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 19 Apr 2005 22:25:40 -0400 (EDT)
Message-ID: <d44101c5454f$9f76be75$e80e083e@45rpm.net>
From: "Paul A. Davis" <cheryl@45rpm.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?Q2lhbGlzIC0gd2hvbGVzYWxlIHByaWNl?=
Date: Wed, 20 Apr 2005 02:18:17 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_333A2471.9B14731B"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_333A2471.9B14731B
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_DE41E674.71CC1612"


------=_NextPart_001_0001_DE41E674.71CC1612
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Perfect erection
Long lasting effects
No prescription required

Give it a try!
Cialis - http://www.hornypills.biz/sv/
Viagra - http://www.hornypills.biz/vt/

Delivered in a discreet package


_________________________________________________________________________
To change your mail preferences, go here: http://www.hornypills.biz/uns.htm
_________________________________________________________________________


------=_NextPart_001_0001_DE41E674.71CC1612
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Strong erection<br>
Prolonged effect<br>
No prescription asked<br><br>

Give it a try!<br>
CIALIS - <a href="http://www.hornypills.biz/sv/">http://www.hornypills.biz/sv/</a><br>
VIAGRA - <a href="http://www.hornypills.biz/vt/">http://www.hornypills.biz/vt/</a><br><br>

Delivered in a discreet package<br><br><br>

_________________________________________________________________________<br>
To change your mail details, go <a href="http://www.hornypills.biz/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_DE41E674.71CC1612--



------=_NextPart_000_0000_333A2471.9B14731B--
 

From NoblChris4116@futurity.com Thu Apr 21 03:37:17 2005
Return-Path: <NoblChris4116@futurity.com>
Received: from futurity.com (lns-p19-8-idf-82-249-14-61.adsl.proxad.net [82.249.14.61])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3L7bFQ6012977
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 21 Apr 2005 03:37:16 -0400 (EDT)
Message-Id: <200504210737.j3L7bFQ6012977@netlib2.cs.utk.edu>
From: "Noble Christensen" <NoblChris4116@futurity.com>
To: "Kayley Patterson" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Va11ium ClALiS VlAGRRA
Date: Thu, 21 Apr 2005 03:37:14 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C545A2.4267663A"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C545A2.4267663A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 



Bridgewater in their worship of the handsome Monmouth.
from Cahusac to address the mob of buccaneers, who had surged nea
Still he could not believe what it saw.  And then a voice at his
the livid gleam of that sword which Mr. Blood had quickly unsheat
realization that already it was too late to avoid the consequence
they are stained; when I know you for a murderer and worse?
from a pannikin of cold water.  Pitt shuddered and moaned on a lo
Levasseur gathered himself up with an oath of amazement.  He had
and clean condition, said Mr. Blood, and I am glad to take this


Close-hauled they tacked aweather, guided by the sound of combat,
he swung tntent-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE style=3D"FONT-SIZE: 15px; FONT-FAMILY: Arial" cellSpacing=3D1 =
cellPadding=3D3=20
width=3D500 bgColor=3Dwhite>
  <TBODY>
  <TR bgColor=3D#3333cc>
    <TH style=3D"COLOR: white">Hello, =
Would you like tto spend less on your MEDlCATl0NS?</TH></TR>
  <TR bgColor=3D#cccccc>
    <TD=20
    style=3D"PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: =
10px; PADDING-TOP: 10px">
      <DIV><B>Visit <A style=3D"FONT-SIZE: 14px; TEXT-DECORATION: =
underline"=20
      href=3D"http://www.nwb.softwaranthportab.com">=
Medications-By-Maill SHOP and SAVE OVER 80%</A></B>=20
      <DIV>&nbsp;</DIV>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>V</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>gr</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>ia</B></TD>
          <TD><B>a</B>&nbsp;as low as <B><FONT =
color=3Dred>$200.00</FONT></B>=20
            (120 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Ci</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>li</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>a</B></TD>
          <TD><B>s</B>&nbsp;as low as <B><FONT =
color=3Dred>$180.00</FONT></B>=20
            (80 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Va</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>iu</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>l</B></TD>
          <TD><B>m</B>&nbsp;as low as <B><FONT =
color=3Dred>$250.00</FONT></B>=20
            (220 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Le</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>t</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>vi</B></TD>
          <TD><B>ra</B>&nbsp;as low as <B><FONT =
color=3Dred>$300.00</FONT></B>=20
            (50 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>X</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>a</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>an</B></TD>
          <TD><B>x</B>&nbsp;as low as <B><FONT =
color=3Dred>$270.00</FONT></B>=20
            (200 piIIs)<B>&nbsp;and many =
other</B></TD></TR></TBODY></TABLE>
      <DIV>&nbsp;</DIV>
      <DIV>Have a nice day.</DIV>
      <DIV><B>P.S.</B> 
	<I> You will be pleasantly surprised with ouur prices! =
	</I></DIV></DIV></TD></TR></TBODY></TABLE></BODY></HTML>

------=_NextPart_000_0008_01C545A2.4267663B--


From merle@about.com Fri Apr 22 14:04:53 2005
Return-Path: <merle@about.com>
Received: from 211.220.148.13 ([211.220.148.13])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3MI4mQ6003450
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 22 Apr 2005 14:04:51 -0400 (EDT)
Message-ID: <e84801c5478e$69276480$fd5fcdbd@about.com>
From: "Susan M. Taylor" <merle@about.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?U3dpc3Mgd2F0Y2hlcyAtIGNvcGllcw==?=
Date: Fri, 22 Apr 2005 22:56:34 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_18DE5CBA.F61C4ACD"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_18DE5CBA.F61C4ACD
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_FDA3910E.172E52BB"


------=_NextPart_001_0001_FDA3910E.172E52BB
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

        EXACT COPIES OF SWISS WATCHES

- exact copies of the original watches
- perfect as a gift for your colleagues and friends
- free gift box

Rolex, Patek Philippe, Omega
Cartier, Gucci, Franck Muller

.. and 25 other most famous manufacturers.

http://www.cheapwatches.biz

All copies are for only $249.99!


_________________________________________________________________________
To change your mail preferences, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_FDA3910E.172E52BB
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>


EXACT COPIES OF SWISS WATCHES<br><br>

- exact copies of the original watches<br>
- perfect as a gift for your colleagues and friends<br>
- free gift box<br><br>

Rolex, Patek Philippe, Omega<br>
Cartier, Gucci, Franck Muller<br><br>

.. and 25 other most famous manufacturers.<br><br>

<a href="http://www.cheapwatches.biz">http://www.cheapwatches.biz</a><br><br>

All copies are for only $249.99!<br><br><br>

_________________________________________________________________________<br>
To change your mail preferences, go <a href="http://www.signoffcorp.biz/uns.htm">here</a><br>
_________________________________________________________________________


</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_FDA3910E.172E52BB--



------=_NextPart_000_0000_18DE5CBA.F61C4ACD--
 

From QuirozXabier@jthiggins.com Fri Apr 22 14:30:48 2005
Return-Path: <QuirozXabier@jthiggins.com>
Received: from jthiggins.com (adsl-147-134-192-81.adsl2.iam.net.ma [81.192.134.147])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3MIUeQ6005325
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 22 Apr 2005 14:30:45 -0400 (EDT)
Message-Id: <200504221830.j3MIUeQ6005325@netlib2.cs.utk.edu>
From: "Xabier Quiroz" <QuirozXabier@jthiggins.com>
To: "Annabel Carrasco" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: WALLIUM C1ALlS VlA'GRA
Date: Fri, 22 Apr 2005 14:30:42 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C545A2.426950E2"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C545A2.426950E2
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

were just an unfortunate gentleman then.
She had veered a point away from the wind, and was running now on
following us aboard as I had counted that you would.
disaster, as you can perhaps conceive.  And so it comes to this: 
cabin of the Cinco Llagas - and he was spending these last moment
to deviate the least from the truth and nothing but the truth.  F
in hand on the quarter-deck, Don Miguel was issuing his orders.
it here.  It is all too loathsome and nauseating, incredible, ind
They came out upon the green plateau and headed for the stockade

Here was a cheap and ready way to discharge these claims.  From


in the overseer's house, and others supplied from the secret hoar
bestow upon him those epithets in the very moment and circumstanc


Have a nice day.
------=_NextPart_000_0008_01C545A2.426950E2
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE style=3D"FONT-SIZE: 15px; FONT-FAMILY: Arial" cellSpacing=3D1 =
cellPadding=3D3=20
width=3D500 bgColor=3Dwhite>
  <TBODY>
  <TR bgColor=3D#3333cc>
    <TH style=3D"COLOR: white">Hello, =
Would you like to spend less on your MEDlCATTl0NS?</TH></TR>
  <TR bgColor=3D#cccccc>
    <TD=20
    style=3D"PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: =
10px; PADDING-TOP: 10px">
      <DIV><B>Visit <A style=3D"FONT-SIZE: 14px; TEXT-DECORATION: =
underline"=20
      href=3D"http://www.pojl.earningithfirs.com">=
MEDlCATIIONS By MAIL SHOP and SAVE OVER 80%</A></B>=20
      <DIV>&nbsp;</DIV>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>V</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>gr</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>ia</B></TD>
          <TD><B>a</B>&nbsp;as low as <B><FONT =
color=3Dred>$200.00</FONT></B>=20
            (120 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Ci</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>li</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>a</B></TD>
          <TD><B>s</B>&nbsp;as low as <B><FONT =
color=3Dred>$180.00</FONT></B>=20
            (80 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Va</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>iu</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>l</B></TD>
          <TD><B>m</B>&nbsp;as low as <B><FONT =
color=3Dred>$250.00</FONT></B>=20
            (220 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Le</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>t</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>vi</B></TD>
          <TD><B>ra</B>&nbsp;as low as <B><FONT =
color=3Dred>$300.00</FONT></B>=20
            (50 piIIs)</TD></TR></TBODYB></TD>
          <TD><B>ra</B>&nbsp;as low as <B><FONT =
color=3Dred>$300.00</FONT></B>=20
            (50 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>X</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>a</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>an</B></TD>
          <TD><B>x</B>&nbsp;as low as <B><FONT =
color=3Dred>$270.00</FONT></B>=20
            (200 piIIs)<B>&nbsp;and many =
other</B></TD></TR></TBODY></TABLE>
      <DIV>&nbsp;</DIV>
      <DIV>Have a nice day.</DIV>
      <DIV><B>P.S.</B> 
	<I> You  will be pleasantly surp

From MoffeKourt_6554@karatemovie.com Sat Apr 23 13:34:27 2005
Return-Path: <MoffeKourt_6554@karatemovie.com>
Received: from karatemovie.com (weg38-1-82-233-114-82.fbx.proxad.net [82.233.114.82])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3NHYJQ6024964
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 23 Apr 2005 13:34:25 -0400 (EDT)
Message-Id: <200504231734.j3NHYJQ6024964@netlib2.cs.utk.edu>
From: "Kourtney Moffett" <MoffeKourt_6554@karatemovie.com>
To: "Coilean Cheng" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Walium CIALlS V'lAGRA
Date: Sat, 23 Apr 2005 13:34:21 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C545A2.426A952D"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C545A2.426A952D
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

parole to stand out to sea, ceasing to dispute our passage or hin
to be served in the same way.
then going on and about, he had put a second broadside into her

said, his Spanish spoils into French gold, which is being treasur
command of Yberville.  The stern chasers of the Salvador
yonder is Captain Blood, also safe and sound, to begin his pirati
the crupper of that doubly-laden horse, clinging to the belt of h

with unseeing eyes that were laden with pain and anger, stared ou

His lordship's pale, dreamy eyes had, as I have said, a habit of
Will you tell me also that you are Don Diego de Espinosa?
the Spaniards by surprise and attempt to overpower them before th
Peter Blood desired assistance at that moment was this young


Have a nice day.
------=_NextPart_000_0008_01C545A2.426A952D
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE style=3D"FONT-SIZE: 15px; FONT-FAMILY: Arial" cellSpacing=3D1 =
cellPadding=3D3=20
width=3D500 bgColor=3Dwhite>
  <TBODY>
  <TR bgColor=3D#3333cc>
    <TH style=3D"COLOR: white">Hello, =
Would you liike to spend less on your MEDlCATl0NS?</TH></TR>
  <TR bgColor=3D#cccccc>
    <TD=20
    style=3D"PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: =
10px; PADDING-TOP: 10px">
      <DIV><B>Visit <A style=3D"FONT-SIZE: 14px; TEXT-DECORATION: =
underline"=20
      href=3D"http://www.sla.creatiprofessiona.com">=
PharmacyByMail  STORE and SAVE OVER 80%</A></B>=20
      <DIV>&nbsp;</DIV>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>V</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>gr</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>ia</B></TD>
          <TD><B>a</B>&nbsp;as low as <B><FONT =
color=3Dred>$200.00</FONT></B>=20
            (120 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Ci</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>li</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>a</B></TD>
          <TD><B>s</B>&nbsp;as low as <B><FONT =
color=3Dred>$180.00</FONT></B>=20
            (80 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Va</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>iu</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>l</B></TD>
          <TD><B>m</B>&nbsp;as low as <B><FONT =
color=3Dred>$250.00</FONT></B>=20
            (220 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Le</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>t</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>vi</B></TD>
          <TD><B>ra</B>&nbsp;as low as <B><FONT =
color=3Dred>$300.00</FONT></B>=20
            (50 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>X</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>a</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>an</B></TD>
          <TD><B>x</B>&nbsp;as low as <B><FONT =
color=3Dred>$270.00</FONT></B>=20
            (200 piIIs)<B>&nbsp;and many =
other</B></TD></TR></TBODY></TABLE>
      <DIV>&nbsp;</DIV>
      <DIV>Have a nice day.</DIV>
      <DIV><B>P.S.</B> 
	<I> You will be pleasantly surpriseed with our prices! =
	</I></DIV></DIV></TD></TR></TBODY></TABLE></BODY></HTML>

------=_NextPart_000_0008_01C545A2.426A952D--


From fleming@academicsuperstore.com Sat Apr 23 15:27:04 2005
Return-Path: <fleming@academicsuperstore.com>
Received: from 220.75.194.19 ([220.75.194.19])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3NJQqQ6001889
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 23 Apr 2005 15:26:59 -0400 (EDT)
Message-ID: <0d8101c54830$2f8d2fce$84ed2a97@academicsuperstore.com>
From: "Susan M. Taylor" <fleming@academicsuperstore.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?Um9sZXggZm9yICQyNDkuOTk=?=
Date: Sat, 23 Apr 2005 18:18:44 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_A650C498.A897F060"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_A650C498.A897F060
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_0403B6BA.5A6E63C7"


------=_NextPart_001_0001_0403B6BA.5A6E63C7
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

REPLICA WATCH MODELS

- exact copies of the original watches
- perfect as a gift for your colleagues and friends
- free gift box

Rolex, Patek Philippe, Omega
Cartier, Gucci, Franck Muller

.. and 25 other most famous manufacturers.

http://www.excellentwatches.biz

All copies are for only $249.99!


_________________________________________________________________________
To change your mail preferences, go here: http://www.signoffcorp.biz/uns.htm
_________________________________________________________________________


------=_NextPart_001_0001_0403B6BA.5A6E63C7
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>


REPLICA WATCH MODELS<br><br>

- exact copies of the original watches<br>
- perfect as a gift for your colleagues and friends<br>
- free gift box<br><br>

Rolex, Patek Philippe, Omega<br>
Cartier, Gucci, Franck Muller<br><br>

.. and 25 other most famous manufacturers.<br><br>

<a href="http://www.excellentwatches.biz">http://www.excellentwatches.biz</a><br><br>

All copies are for only $249.99!<br><br><br>

_________________________________________________________________________<br>
To change your mail preferences, go <a href="http://www.signoffcorp.biz/uns.htm">here</a><br>
_________________________________________________________________________


</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_0403B6BA.5A6E63C7--



------=_NextPart_000_0000_A650C498.A897F060--
 

From VPJURKDJUKPMBF@wt.net Sun Apr 24 00:29:45 2005
Return-Path: <VPJURKDJUKPMBF@wt.net>
Received: from pool-70-20-57-215.man.east.verizon.net (pool-70-20-57-215.man.east.verizon.net [70.20.57.215])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3O4TgQ6001244;
	Sun, 24 Apr 2005 00:29:43 -0400 (EDT)
X-Message-Info: TJP441lyGpmkHv303h2+ZDz81hwkCZD
Received: from mail02216.wzv.idt.net (132.104.83.144) by y55-lje18.idt.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Sun, 24 Apr 2005 10:23:39 +0500
Received: from FQQC29 (hu78.56.214.84.t92.re.idt.net 188.200.210.82)
	by mail8.zv.idt.net (0.0.230k613/21.82.048) with SMTP id m3YAP8WNvp77;
	Sun, 24 Apr 2005 03:23:39 -0200
Message-ID: <2tat046e51oz166knr$i200fq161v56$z8912inu9@XTV24>
From: "Teresa Woodard" <VPJURKDJUKPMBF@wt.net>
To: "Parkbench-method-archive" <parkbench-method-archive@netlib2.cs.utk.edu>
References: <stroboscopic402-K092MatNSeawNLT78GNV204k2@idt.net>
Subject: FW: Pen1s en1argement Exttendder is here! charta
Date: Sat, 23 Apr 2005 22:28:39 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--DQIF09440731CSPFSVN"

----DQIF09440731CSPFSVN
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

exxtend your tool now!
what hasn't been already said,
safe, simple and effective : 10 minutes and you've got yourself an enormous tool, 
and be sure reasults are permenent and no surgary is needed.
you'll get tired of banggin', for sure :)
come try now!

The new, bast Exttendder :
http://widen.d3w.net/ext/erika/energy.htm  


my name is matty how hot is it there? what state do you come from? i hope you come home soon happy valentines day by matthew.
- para quem quiser me conhecer acesse minha pagina e saiba quais projetos eu ja desenvolvi e qual o meu curriculo.
- high detail quill and ink artwork mostly wildlife and custom art art so detailed you can se the creases on the feathers of a mallard.
- dicas de delphi mids nacionais um monte de piadas jogos antigos carmen dave etc papel de parede quadrinhos frases de efeito moral dowmload winzip getright flash etc cachoeiro de itapemirim - es nbsp.
- cute theme sounds are bb king and willie nelson singing night life icons cursors cute paper easy install.
any lore that widens people s horizons and presents food for thought is the beginning of philosophy.
the sewing circles of heart by christina lamb the bookseller of kabul by asne seierstad and the kite runner by khaled hosseini are all about afghanistan and are all great books.
a sad story of a man s unreturned love for his wife i have always loved anita shreve s writing and i enjoyed this story.
after a series of offers you can t refuse have picked up and relocated our new command bunker in munuvania.
stephanie plum is still a bounty hunter and gets herself in and out of trouble throughout the book with plenty of humor.
- oil painting watercolor drawing and collage with abstract imagery influenced by photography and architecture.
- las mejores videos de la red en directo webcam todos los dias fotos videos contactos excitante.
hi boys and god bless you all- i had a brother in the marine and says he would come out of retirement if he was called.


----DQIF09440731CSPFSVN--


From tujguvnbsotn@globalnet.co.uk Sun Apr 24 14:34:08 2005
Return-Path: <tujguvnbsotn@globalnet.co.uk>
Received: from 82-38-98-140.cable.ubr02.donc.blueyonder.co.uk (82-38-98-140.cable.ubr02.donc.blueyonder.co.uk [82.38.98.140])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3OIY1Q6017712;
	Sun, 24 Apr 2005 14:34:05 -0400 (EDT)
Message-ID: <426622517008075.7887p95y@go.com>
Received: from 28.64.56.182 by l70-lo34.e5.go.com with DAV;
	Mon, 25 Apr 2005 01:31:26 +0600
Reply-To: "Mohammed Woodard" <tujguvnbsotn@globalnet.co.uk>
From: "Mohammed Woodard" <tujguvnbsotn@globalnet.co.uk>
To: <132il7elgcdd4iia@netlib2.cs.utk.edu>
Subject: Acquire Popular softs at low low monney derogatory
Date: Sun, 24 Apr 2005 13:33:26 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--JMNEZ71014FTRFUI"

----JMNEZ71014FTRFUI
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Tons of cool soft. at incredibly low pr1ces!
just try not to laugh when you see the funny pr1ces :)

just few examples:
Windows XP Professional+Microsoft Office XP Professional -  80 dolars!!
Adobe - Photoshop 7, Premiere 7, Illustrator 10 - just 120 dolars!
Macromedia Dreamwaver MX 2004 + Flash MX 2004 - only 100 dolars!

give it a click:
http://incoherent.tanachklgmj.com/?HqdLdmIjXLiWaHbraul

p.s. ofers are valid till May, 10
Stock is limited.

Also:    
Windows 2003 Server
Windows 2000 Workstation    
Windows 2000 Advanced Server
Windows NT 4.0
Office XP Professional  
Office 2000  
MS Plus      
MS Visual Studio .NET Architect Edition 
MS Encarta Encyclopedia Delux 2004
MS Project 2003 Professional
MS Picture It Premium 9 
MS Exchange 2003 Enterprise Server
Adobe Photoshop
Adobe PageMaker   
Adobe Acrobat 6 Professional
Macromedia Dreamwaver MX 2004               
Macromedia Flash MX 2004                               
Macromedia Fireworks MX 2004                               
Macromedia Freehand MX 11            
Corel Draw (all ver's)                                        
Corel Photo Painter 8                                   
Corel Word Perfect Office 2002                                                        
Borland Delphi 7 Enterprise Edition                 
Quark Xpress 6 Passport Multilanguage 

and more...


first time here it won t be the last really enjoyed it will recommend it to friends many thanks for a great time.
congratulations for your beautiful dogs and for sharing your web-page with the american cocker lovers i am interested in buying a bitch black and tan for show please contact me asap thank you.
i would have to say yes but i have to ask why was someone shooting at you guys anyway? and how stupid do you have to be to drive back past the house you just shot at moron.
btw as of yesterday more parts on the way appears that i ll also be getting some paint work done next week.
great show last night! great talking with all of you as well it s always a pleasure to be able to sit down and chat about things with a band you re playing with see you all soon.
it is just a different budget they are simply spending too much money more than they have or can generate.
akika ran into him full force alec felt heat rushing to his face was an awkward place for a reunion he lost jubai s location when he hit the ground.
i m currently reading flirting with pete by barbara delinsky and i can t put it down it s not too serious but a mystery of sorts with a little romance thrown in i just love it.
love the site thanks for the deception mini-move list book i m from gamefaq s i post frequently there if you see me make sure you say hey.
please feel free to look around and meet me and mine.
ooc don t have enough time to do a back story right now i ll have one tomorow ooc.
hi--- my brother in law was ed figler he told me he was on the delta rebel he died last year and i would like to communicate with anyone who knew him thanks ahead of time al.
did the sims resource ask dc wwe playboy and other companies to repoduce copyrighted materials into skins?
i didn t submit my floor with the contest since i wasn t sure i guess we ll just have to wait and see.

----JMNEZ71014FTRFUI--


From Tearach5807@janway.com Mon Apr 25 06:29:02 2005
Return-Path: <Tearach5807@janway.com>
Received: from janway.com (cm61-10-120-120.hkcable.com.hk [61.10.120.120])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3PAT0Q6018492
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 25 Apr 2005 06:29:01 -0400 (EDT)
Message-Id: <200504251029.j3PAT0Q6018492@netlib2.cs.utk.edu>
From: "Tearach Pease" <Tearach5807@janway.com>
To: "Yachna Camp" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Vl-AGRA Va1ium ClALlS
Date: Mon, 25 Apr 2005 06:28:58 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C545A2.426CD47A"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C545A2.426CD47A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 


a common pirate!  But you shall hear the truth for once, and that
should remember that His Catholic Majesty and the King of England
to the woods at all, and, anyway, it will be time enough to do so
gallows being planted along the road from Weston to Bridgewater,
His lips were twisted into a wry smile, and there was pain in the
Next morning early he sought Captain Blood again.  He found him
- I begin to think that the French are right in desiring piracy t
fetch her?
lordship were giving the Colonel a lesson in deportment.  The
and I want this to be a lesson to you, a lesson that ye'll rememb
You may define our positions as you please, said he.  But I'll
the medical skill of Bridgetown was summoned to their aid.  Peter

lashes of the overseer's whip when his labours flagged, and the


Have a nice day.
------=_NextPart_000_0008_01C545A2.426CD47A
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE style=3D"FONT-SIZE: 15px; FONT-FAMILY: Arial" cellSpacing=3D1 =
cellPadding=3D3=20
width=3D500 bgColor=3Dwhite>
  <TBODY>
  <TR bgColor=3D#3333cc>
    <TH style=3D"COLOR: white">Hello, =
Would you like to spend less  on your MEDlCATlONS?</TH></TR>
  <TR bgColor=3D#cccccc>
    <TD=20
    style=3D"PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: =
10px; PADDING-TOP: 10px">
      <DIV><B>Visit <A style=3D"FONT-SIZE: 14px; TEXT-DECORATION: =
underline"=20
      href=3D"http://www.yu.wlge.org.productarlread.com">=
PhharamcyByMail SHOP and SAVE OVER   7 0 %</A></B>=20
      <DIV>&nbsp;</DIV>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>V</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>gr</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>ia</B></TD>
          <TD><B>a</B>&nbsp;$<B><FONT =
color=3Dred>200</FONT></B>=20
            (120 piIls)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Ci</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>li</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>a</B></TD>
          <TD><B>s</B>&nbsp;$<B><FONT =
color=3Dred>180</FONT></B>=20
            (80 pilIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Va</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>iu</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>l</B></TD>
          <TD><B>m</B>&nbsp;$<B><FONT =
color=3Dred>250</FONT></B>=20
            (220 piIls)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Le</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>t</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>vi</B></TD>
          <TD><B>ra</B>&nbsp;$<B><FONT =
color=3Dred>300</FONT></B>=20
            (50 pilIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>X</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>a</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>an</B></TD>
          <TD><B>x</B>&nbsp;$<B><FONT =
color=3Dred>270</FONT></B>=20
            (200 piIIs)<B>&nbsp;and many =
other</B></TD></TR></TBODY></TABLE>
      <DIV>&nbsp;</DIV>
      <DIV>Have a nice day.</DIV>
      <DIV><B>P.S.</B> 
	<I> You will be pleasantly surprised with our  prices! =
	</I></DIV></DIV></TD></TR></TBODY></TABLE></BODY></HTML>

------=_NextPart_000_0008_01C545A2.426CD47A--


From GranthDoi@jedonline.com Tue Apr 26 20:49:58 2005
Return-Path: <GranthDoi@jedonline.com>
Received: from jedonline.com ([211.248.160.135])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3R0nuQ6001275
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 26 Apr 2005 20:49:57 -0400 (EDT)
Message-Id: <200504270049.j3R0nuQ6001275@netlib2.cs.utk.edu>
From: "Doireann Grantham" <GranthDoi@jedonline.com>
To: "Marcie Howe" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: WlAGRA Va1ium CiALlS
Date: Tue, 26 Apr 2005 20:49:52 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C545A2.426EEFC0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C545A2.426EEFC0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

the city of Maracaybo and his condemnation of the Admiral's
not have you do anything mean or dishonouring.
long as there's a chance to make ourselves safe through her.
Whacker and his colleague desired to be rid of one who threatened
gonnerdo wi' me, eh?  He hiccoughed resoundingly, and sagged bac

from captivity he deserved her gratitude, yet she expressed herse

lately escaped for a slavery still worse, they would have torn th
started.  How the powder came there will never now be known, and
pouring noisily into her waist.

and observed thereafter not only her pallor and the shadowy rings
equal to it in value.  Consider that the great God of Heaven and
things that I may need.


Have a nice day.
------=_NextPart_000_0008_01C545A2.426EEFC0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE style=3D"FONT-SIZE: 15px; FONT-FAMILY: Arial" cellSpacing=3D1 =
cellPadding=3D3=20
width=3D500 bgColor=3Dwhite>
  <TBODY>
  <TR bgColor=3D#3333cc>
    <TH style=3D"COLOR: white">Hello, =
Would you like  to spend less on your MEDlCATlONS?</TH></TR>
  <TR bgColor=3D#cccccc>
    <TD=20
    style=3D"PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: =
10px; PADDING-TOP: 10px">
      <DIV><B>Visit <A style=3D"FONT-SIZE: 14px; TEXT-DECORATION: =
underline"=20
      href=3D"http://www.vrc.nmtnmss.org.botsideplay.com">=
Medicationns-By-Mail SHOP and SAVE OVER   7 0 %</A></B>=20
      <DIV>&nbsp;</DIV>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>V</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>gr</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>ia</B></TD>
          <TD><B>a</B>&nbsp;$<B><FONT =
color=3Dred>200</FONT></B>=20
            (120 piIls)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Ci</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>li</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>a</B></TD>
          <TD><B>s</B>&nbsp;$<B><FONT =
color=3Dred>180</FONT></B>=20
            (80 pilIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Va</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>iu</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>l</B></TD>
          <TD><B>m</B>&nbsp;$<B><FONT =
color=3Dred>250</FONT></B>=20
            (220 piIls)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Le</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>t</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>vi</B></TD>
          <TD><B>ra</B>&nbsp;$<B><FONT =
color=3Dred>300</FONT></B>=20
            (50 pilIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>X</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>a</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>an</B></TD>
          <TD><B>x</B>&nbsp;$<B><FONT =
color=3Dred>270</FONT></B>=20
            (200 piIIs)<B>&nbsp;and many =
other</B></TD></TR></TBODY></TABLE>
      <DIV>&nbsp;</DIV>
      <DIV>Have a nice day.</DIV>
      <DIV><B>P.S.</B> 
	<I> You will be pleasantly ssurprised with our prices! =
	</I></DIV></DIV></TD></TR></TBODY></TABLE></BODY></HTML>

------=_NextPart_000_0008_01C545A2.426EEFC0--


From kalyan@aberdeen.com Wed Apr 27 18:59:05 2005
Return-Path: <kalyan@aberdeen.com>
Received: from bgp01381676bgs.svaley01.nm.comcast.net (bgp01381676bgs.svaley01.nm.comcast.net [68.35.163.121])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3RMx1Q6015950
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 27 Apr 2005 18:59:03 -0400 (EDT)
Message-ID: <7e9d01c54b7a$1328a1a4$a6060140@aberdeen.com>
From: "Vanessa J. Smith" <kalyan@aberdeen.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?T2ZmaWNlIHNvZnR3YXJlIC0gNzUlIE9GRg==?=
Date: Wed, 27 Apr 2005 22:45:05 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_CB8AD313.40DE7CB0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_CB8AD313.40DE7CB0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_CCD6F55A.A140C0A1"


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

Get access to all the popular software you ever imagined for wholesale prices!
We sell software 2-6 times cheaper than retail price.

A few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX + Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... To view full list of products go:

http://www.softdisks.biz

Regards,
Vanessa J. Smith


_____________________________________________________ 
To be taken off future campaigns, go: http://www.softdisks.biz/uns.htm
_____________________________________________________ 


------=_NextPart_001_0001_CCD6F55A.A140C0A1
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Get all the software imaginable for 
      less!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>Examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 MS Visio 2003 Professional<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And lots more... To view full list of 
      products go:<BR><BR><A 
      href="http://www.softdisks.biz">http://www.softdisks.biz</A><BR><BR>Best,<BR>Vanessa 
      Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To stop further mailings, go: <A 
      href="http://www.softdisks.biz/uns.htm">http://www.softdisks.biz/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_CCD6F55A.A140C0A1--



------=_NextPart_000_0000_CB8AD313.40DE7CB0--
 

From Park4588@jessenlenz.com Thu Apr 28 03:39:45 2005
Return-Path: <Park4588@jessenlenz.com>
Received: from jessenlenz.com ([220.126.235.160])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3S7dhQ6019982
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 28 Apr 2005 03:39:44 -0400 (EDT)
Message-Id: <200504280739.j3S7dhQ6019982@netlib2.cs.utk.edu>
From: "Nash Park" <Park4588@jessenlenz.com>
To: "Poldi Clemons" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Vl-AGRA Va1ium C1ALlS
Date: Thu, 28 Apr 2005 03:39:34 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C54A95.4270A146"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C54A95.4270A146
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 


the graceful, elegant young trifler from St. James's, Lord Julian
.. the grapnels!  And pass the word to the gunner in the prow

Levasseur made clear his purpose with a deal of unnecessary
I owed it to you - or thought I did, he said.
To be sure, I'll come, said he.  He was distressed.  Gildoy had

his very serviceable rapier was brought into fuller view.  He wav
swathed in a coloured handkerchief, was jeered at by an officer
not have disclosed so much.

man to the deputy-governorship of Jamaica.  This strong man was t
The Baron had just sat down to dinner with M. de Cussy when the



Have a nice day.
------=_NextPart_000_0008_01C54A95.4270A146
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1158" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT><FONT size=3D3><FONT face=3DArial>Hello , =
<FONT size=3D4><A=20
href=3D"http://www.mrgw.dsmk.org.reposai.com"><FONT =
size=3D4>Please Visit
PahrmacyByyMail SHOP =
and Save up T0   7 0 %</FONT></A>.</FONT></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>Vi</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>ra&nbsp;Am</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>en&nbsp;Ci</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>is&nbsp;Le</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>tra,</FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;And</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>ag</FONT></TD>
    <TD><FONT face=3DArial size=3D4>bi</FONT></TD>
    <TD><FONT face=3DArial size=3D4>al</FONT></TD>
    <TD><FONT face=3DArial size=3D4>vi</FONT></TD>
    <TD><FONT face=3DArial=20
size=3D4>&nbsp;many&nbsp;other!</FONT></TD></TR></TBODY></TABLE><FONT=20
face=3DArial></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial =
size=3D4>Try us and you will NOOT BE DlSAPPOlNTED!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C54A95.4270A146--


From ejqzrnvhtk@prodigy.net Thu Apr 28 18:35:04 2005
Return-Path: <ejqzrnvhtk@prodigy.net>
Received: from lsanca2-ar35-4-43-131-058.lsanca2.dsl-verizon.net (lsanca2-ar35-4-43-131-058.lsanca2.dsl-verizon.net [4.43.131.58])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3SMYhQ6023863;
	Thu, 28 Apr 2005 18:34:55 -0400 (EDT)
Received: from 24.104.136.190 by 4.43.131.58; Thu, 28 Apr 2005 16:25:44 -0700
Message-ID: <HBXEPUIRNEGDBCIFIAERW@industrialac.com>
From: "Edith Stark" <ejqzrnvhtk@prodigy.net>
Reply-To: "Edith Stark" <ejqzrnvhtk@prodigy.net>
To: hkhe7jiei1aic522@netlib2.cs.utk.edu
Subject: The exttender now in the net virulent
Date: Thu, 28 Apr 2005 19:28:44 -0400
X-Mailer: AOL 2.0 for Windows US sub 228
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--BKGNR6304986DJTEXQPV"
X-Priority: 3
X-MSMail-Priority: Normal
X-IP: 26.16.148.187

----BKGNR6304986DJTEXQPV
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Hello and welcome to our site :) 
Our site presents a non-surgjcal device that can and will help you
gain more inche s  to your willy. The device is maybe
one of the only devices in the world that are easy
to use, effective and do not require surgary nor p1lls.
You can enter now! 
A lot of men used it before, you can do it now also!

exxtand my tool now!
http://connors.q67.net/ext/erika/dillon.htm  


go bachaaaaaaaar goooooooooooo get this number one you so deserve!!! please vote to the best artist bachaaaaaaaaaaaar!
look forward to hearing from you.
this article proposes an analysis that offers the means to ensure that those three factors are present when tribal communities undertake development projects.
that s like trying to overninja a ninja when you aren t a mammal can t be done - kassi on doublecrossing ljube-ljcvetko.
the blog and life has been big and busy lately i ve been sick i apologize for my absence i didn t want to infect any of you we have many many things to discuss so let s get right to it.
the propagandist s purpose is to make one set of people forget that certain other sets of people are human aldous huxley.
love like you ve never been hurt dance like no one s watching and revel in the night as if it s your last.
i have found yet it s awesome!!
facilities various outdoor parks amp recreation facilities throughout chattanooga.
saw you and talked to you at the international kc show thanks for all the information like your web site very impressive dogs.
the same also goes if you just want to chat about alan rickman or severus snape or even about graphics as i love talking about all three subjects.
comment primarily presents memphis community chorus.
i just came across your site it s great i printed out the first section of the mystery quilt something that i can do i think anyway your quilt patterns and commentary are just great thanks joyce in ks.


----BKGNR6304986DJTEXQPV--


From SheaAnge9487@kdv.com Fri Apr 29 06:13:02 2005
Return-Path: <SheaAnge9487@kdv.com>
Received: from kdv.com (200-158-228-18.dsl.telesp.net.br [200.158.228.18])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3TACsQ7007140
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 29 Apr 2005 06:13:01 -0400 (EDT)
Message-Id: <200504291013.j3TACsQ7007140@netlib2.cs.utk.edu>
From: "Angelita Shea" <SheaAnge9487@kdv.com>
To: "Kingsley Daugherty" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VlA'GRA Walium CIALLlS
Date: Fri, 29 Apr 2005 06:12:44 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C54A95.427216AC"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C54A95.427216AC
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

 - which, indeed, by now was tanned to the golden brown of a
a fame such as no buccaneer - not even Morgan - has ever boasted,
by urging the thing that Captain Blood had so admirably urged

Captain Blood regarded him steadily out of a face which, if
and thereby added one more to the exploits of Peter Blood, he
Colonel Bishop mastered himself, and rose.  A merciless despot, w
men to reenforce him on his arrival.  What I have come to propose


eyes swept the uncouth ranks of the assembled crew of the Arabell
for the cock-boat.
I've no doubt at all the Spanish Admiral will welcome the abateme
off the coast of Oruba, at the mouth of the Gulf of Venezuela,
that very day.


Have a nice day.
------=_NextPart_000_0008_01C54A95.427216AC
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Would you like to spend less on youur  =
M&Egrave;DlC&Aring;Tl&Ograve;NS?<BR><BR><A=20
href=3D"http://www.rjhecan.ckefx.righthum.com">=
Vl&Agrave;GR&Aring; V&Acirc;Ll&Uacute;M C&Icirc;&Aacute;LlS</A> and many=20
other.<BR></FONT><FONT face=3DArial size=3D2></FONT><BR><FONT =
face=3DArial size=3D3>Have=20
a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C54A95.427216AC--



From SKCTI@cox.net Sat Apr 30 08:58:24 2005
Return-Path: <SKCTI@cox.net>
Received: from 160.36.58.108 (zomirfa@[222.112.2.93])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3UCwDQ7019305;
	Sat, 30 Apr 2005 08:58:20 -0400 (EDT)
X-Message-Info: DkJXEZY77tdKkpYjgoCHOwRHEdu13
Received: from quicklime-dns.lineone.net (34.196.122.148) by an572-npk9.lineone.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Sat, 30 Apr 2005 10:56:15 -0300
Date: Sat, 30 Apr 2005 16:58:15 +0300 (CST)
Message-Id: <75893486903.dez550QAZalRP378@captivate6.longtime71lineone.net>
To: 7e109hb2gkh70ck9@netlib2.cs.utk.edu
Subject: FW: Need softs nearly free? Click here annette
From: Kurtis Dunham <SKCTI@cox.net>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--dcxdd761273plrp"

----dcxdd761273plrp
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Tons of cool soft. at incredibly low pr1ces!
just try not to laugh when you see the funny pr1ces :)

just to show you:
Adobe - Photoshop 7, Premiere 7, Illustrator 10 - just 120 dolars!
Macromedia Dreamwaver MX 2004 + Flash MX 2004 - only 100 dolars!
Windows XP Professional+Microsoft Office XP Professional -  80 dolars!!

hmmm take me now!:
http://lorenz.ambushlmdbd.com/?EnGcaPFMoILnD88carthaginian

p.s. ofers are valid till May, 15
Stock's limited.

Also:    
Windows 2003 Server
Windows 2000 Workstation    
Windows 2000 Advanced Server
Windows NT 4.0
Office XP Professional  
Office 2000  
MS Plus      
MS Visual Studio .NET Architect Edition 
MS Encarta Encyclopedia Delux 2004
MS Project 2003 Professional
MS Picture It Premium 9 
MS Exchange 2003 Enterprise Server
Adobe Photoshop
Adobe PageMaker   
Adobe Acrobat 6 Professional
Macromedia Dreamwaver MX 2004               
Macromedia Flash MX 2004                               
Macromedia Fireworks MX 2004                               
Macromedia Freehand MX 11            
Corel Draw (all ver's)                                        
Corel Photo Painter 8                                   
Corel Word Perfect Office 2002                                                        
Borland Delphi 7 Enterprise Edition                 
Quark Xpress 6 Passport Multilanguage 

and more...


i knew i was the bomb.
i am a back staber who will ruin your hair if i don t like you! i have been in business for many years i hate my job ! it really sucks!
original poetry links and pictures and information on the webmaster her friends and family and her pets.
brandi gibson can flat out sing!!! she is absolutely what country music is all about and was by far the best singer on nashville star any ideas when a cd may be made????
if you are born a giver your hands are born open and so is your heart and although there may be times when your hands are empty but your heart is always full and you can give from that.
and i have a new layout for my portfolio art section im really happy about the way it turned out.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp queridos rosacruces me da mucho gusto encontrarlos aqui no.
alan and julie and children reece kyle and ryan from exeter devon united kingdom fami ly photos and favourite links.
my clients with everybody i am a bad lady and i do not like all my clients i am a loud and grouchy! i hate whites!well i tell them off!
pennsylvania would be the laughing stock of the nation when only a few hundred fans show up for the games he said.
in my commentary mentioned above i explained the global context and the corporate imperialist dangers involved.
and remove the doubts that have recently risen we have two months to demonstrate this and with positive arguments we will work together -.
to the side is the complete list of all the scripts you will receive for just.
i just want to say that you are doing a good job i hope you pass thru lake havasu city az semper fi.

----dcxdd761273plrp--

From EmrysMoh@jcservices.com Sat Apr 30 16:59:55 2005
Return-Path: <EmrysMoh@jcservices.com>
Received: from jcservices.com (82-43-70-31.cable.ubr05.croy.blueyonder.co.uk [82.43.70.31])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3UKxqQ6018296
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 30 Apr 2005 16:59:53 -0400 (EDT)
Message-Id: <200504302059.j3UKxqQ6018296@netlib2.cs.utk.edu>
From: "Emrys Mohr" <EmrysMoh@jcservices.com>
To: "Ramo Casey" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: DrrugsByMail 44-LQM
Date: Sat, 30 Apr 2005 16:59:44 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C54DA5.4273FFD0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C54DA5.4273FFD0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

squatting about the main hatch were drowsily chanting, their
Then let some one buy the prisoners who has.
It is what has happened.  Come and look.
straits....
Hardly unfortunate.  We have heard of your good fortune on the
I usually call things by their names.
Willoughby's recommendation to me is that I shall treat him witho
As if to answer her a third gun spoke from the ships towards whic
more, picking his men with caution and discrimination - and he wa
the derision that was in his soul.
smoked a pipe and tended the geraniums boxed on the sill of his
pinned down by Blood, who was kneeling on his chest, whilst the
he wrote.  Although  outnumbered by more than two to one in men,




Have a nice day.
------=_NextPart_000_0008_01C54DA5.4273FFD0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Do you want to spend LESS on your mediications?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Visit <FONT face=3DArial =
size=3D4><A href=3D"http://www.mfug.agrb.sanitizethare.com">=
PahrmacyByyMail SHOP</A></FONT> and SAVE=20
Over 70%</FONT></DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>GR</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>UM&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>lS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>NA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;VALl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;XA</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>X&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial =
size=3D3>Try us and you willl NOT BE DlSAPPOlNTED!.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3>Have a Nice Day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0008_01C54DA5.4273FFD0--


From v.agossa1@virgilio.it Mon May  2 09:33:58 2005
Return-Path: <v.agossa1@virgilio.it>
Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.141])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id j42DXuQ6016866
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 2 May 2005 09:33:56 -0400 (EDT)
Received: from ims2c.cp.tin.it (192.168.70.102) by vsmtp1.tin.it (7.0.027)
        id 426FBFD2001D0A5B; Mon, 2 May 2005 15:33:21 +0200
Received: from [192.168.70.227] by ims2c.cp.tin.it with HTTP; Mon, 2 May 2005 15:33:20 +0200
Date: Mon, 2 May 2005 15:33:20 +0200
Message-ID: <4244C47200076B53@ims2c.cp.tin.it>
From: "Vincent Agossa" <v.agossa1@virgilio.it>
Subject: RE:do reply and call me.
Reply-To: vincentagossa@caramail.com
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-15"
X-Originating-IP: 81.91.232.188
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id j42DXuQ6016866

MR.VINCENT AGOSSA
Republic of Benin
Tel:+229093396.

Good day, 

With warm heart i offer my friendship, and my greetings,and i hope this
letter meets you in good time. It will be surprising for you to receive
this proposal from me since you do not know me personally.

However, i am sincerely seeking your confidence in this transaction, which
i, propose with my free mind and as a person of integrity. 
A) It is practically impossible for me to carry out this business alone.

B) You live in a foreign land far away from mine. This should normally not
be a requirement, but when you understand the transaction then you will
understand why it is important that you live far away from me. 
C) The amount of money involved in this transaction is Fifteen Million one
hundred thousand united states dollars (US$15,100,000.00) which is too much
for a man of modest means like myself to handle in my country.
 
I believe from my few points above, you can begin to get an idea why i need
your participation.I am writing you in respect of a foreign customer who
has a Domicilliary account in my bank. His name was Engineer Frank oliver.
He was among those who died in a plane crash, Since the demise of this our
customer, Engineer Frank oliver, who was an oil merchant/import & exporter,
i have kept a close watch of the deposit records and accounts and since
then nobody has come to claim the money in this a/c as next of kin to the
late Engineer.He had only Fifteen Million one hundred thousand united states
dollars (S$15,100,000.00) in his account and the account is coded.
 
It is only an insider that could produce the code of the deposit particulars.
As it stands now, there is nobody in that position to produce the needed
information other than my very self considering my position in the bank.
Based on the reason that nobody has come forward to claim the deposit as
next of kin, i hereby ask for your to send an application to the bank as
he next of kin to the deceased and get this fund transfered into your foreign
bank a/c for mutual sharing between myself and you, 5% for expences we will
incure 35% for you and 60% for me.
 
All i need is for you to follow my instructions closely because i am experienced
in inheritance matters here and i am on ground here to advice you on every
step until you receive the. What is required of you is to send an application
to the bank as next of kin to this late Engineer and i promise you that
everything will go smoothly. 
I also indulge you not to make undo use of the information given to you,
i need also to trust that you will not tell people or your bank about this
business.You will collect the money first, then I get my share, then you
can tell anybody what you chose thereafter. I shall need your help to invest
in your country; therefore, any experience you have in this area will be
beneficial.
 
Please feel free to ask any question and seek for explanations through email
or you call me on my direct line +229093396 if required and upon the receipt
of your favourable esponses,you should include your telephone number for
easy communication.
 
Yours truly, 
MR.VINCENT AGOSSA.



From Leve@kelapagading.com Mon May  2 12:34:33 2005
Return-Path: <Leve@kelapagading.com>
Received: from kelapagading.com (lns-p19-8-idf-82-65-65-168.adsl.proxad.net [82.65.65.168])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j42GYQQ6002385
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 2 May 2005 12:34:32 -0400 (EDT)
Message-Id: <200505021634.j42GYQQ6002385@netlib2.cs.utk.edu>
From: "Jorun Levesque" <Leve@kelapagading.com>
To: "Piers Connelly" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Vi=E0GRRA_VAL=ECUM_CIAL=ECS?=
Date: Mon, 2 May 2005 12:34:21 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0013_01C54EF7.4276649D"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0013_01C54EF7.4276649D
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

I do not propose to discuss the reasons with you, Major Mallard.
word of a damned pirate....
hung a silver-mounted pistol.  Up the broad companion to the
Will you have the effrontery to tell me that is the coast of
our presence aboard the Milagrosa.
Maybe it'll comfort you to know that the Captain has altered our
true that composed the jury.  Neither good nor true did they look
sparsely fringed by palms, whose fronds drooped listlessly in the
de Rivarol bit his lip.  Captain Blood swept on without giving


Have a nice day.
------=_NextPart_000_0013_01C54EF7.4276649D
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>
<DIV><FONT face=3DArial size=3D3>Hello, Do you want to spend Iess on =
your p=EDlIs?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>V=EDAGRRA V=E01iUM C=ECALlS&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over  6 0 %  with </FONT><A=20
href=3D"http://www.wangyn.kfu.org.siteothinter.com"><FONT =
face=3DArial size=3D4>PharmmacyByMAlL STORE</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>
I do not propose to discuss the reasons with you, Major <BR> Mallard. =
word of a damned <BR> pirate.... =
hung a silver-mounted pistol.  Up the broad companion to <BR> the =
Will you have the effrontery to tell me that is the coast <BR> of =
our presence aboard the <BR> Milagrosa. =
Maybe it'll comfort you to know that the Captain has altered <BR> our =
true that composed the jury.  Neither good nor true did they <BR> look =
sparsely fringed by palms, whose fronds drooped listlessly in <BR> the =
de Rivarol bit his lip.  Captain Blood swept on without <BR> giving =

</FONT></DIV></FONT></FONT></DIV></BODY></HTML>

------=_NextPart_000_0013_01C54EF7.4276649D--


From PRBXRICJQNKAPX@eudoramail.com Wed May  4 05:20:32 2005
Return-Path: <PRBXRICJQNKAPX@eudoramail.com>
Received: from 202.134.178.33.customer.7starnet.com (202.134.178.33.customer.7starnet.com [202.134.178.33] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j449JUQ7014523;
	Wed, 4 May 2005 05:20:16 -0400 (EDT)
X-Message-Info: JVQSPN33nBuyPTy074f01+WQIi770uD
Received: from mail97594.cvlpt.prodigy.com (31.87.224.208) by lzk89-w99.prodigy.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Wed, 04 May 2005 14:12:10 +0400
Received: from X25 (eq96.0.136.81.lbj488.wd.prodigy.com 128.190.152.213)
	by mail72.ck.prodigy.com (663.49.68qfx318/4.2.4) with SMTP id xvr845EFZ889Hn6402;
	Wed, 04 May 2005 03:11:10 -0700
Message-ID: <268wph3o0zss6bm$oz743y4ecz03$pd55sin76@RCFA361>
From: "Corinne Armstrong" <PRBXRICJQNKAPX@eudoramail.com>
To: "L5hc3bd71kla9jcc" <l5hc3bd71kla9jcc@netlib2.cs.utk.edu>
References: <altern278-CO22VmKkVLD80HOF699be4@prodigy.com>
Subject: The new fancy Carttier repliccas gen is here abet
Date: Wed, 04 May 2005 08:15:10 -0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--wdkn8682637697sbqvas"

----wdkn8682637697sbqvas
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Now presenting:
You know you've allways wanted it - watchees: elegent, fancy, impressive repliccas!
You can impress you're lady/man with:
roleex (including vip roleex), carttier, braitling, bulgari and much much more...
The bast brand s in the world! 
Just naame it - We got it :)

hmmmmm i just can't wait :)
http://banal.cassisnmjma.com/?f1hhNQgnvPSTeLfaccomplish

it s a bit daunting at first maybe but just read the page and you ll get it once you know that use the script in your pages and be done with it highly recommended! y.
really loved your site and how you did the birthday party page want to welcome you to web dreamers a great group of people.
roddick joins his girlfriend mandy moore as well as tennis greats andre agassi pete sampras and the williams sisters on the roster of stars who have been chicago sun times il.
p soulsby cup nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp seahorse nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp.
it is a county division of state in government or community it name samilar to the catholic church parishs local church community.
ok so that last post was just to fill my quota of one stupid bitchy weird emo post per week now that s outta the way you will hear no more jolly good.
never ever go to a concert again after the mission split - but got.
hey greg! deal with it nick has to hehehhe and its not me that is stoping you so there!!!!!!!!!!! andi don t like red meats hahahhahahahaha luv ya lots.
i really enjoy the point of view of the inturpretation of the dreams i read up on i also listened to a recording of a dream i once experianced and even in my life it made sense thank you.
hey dr bob! i just got back from the talbot hiers in memphis tn where they have quite a collection of your work i cant wait to get my hands on some pieces for myself.
sounds exciting i can t wait to get a copy tonight is the big quest for the infrared film night i m sure it s going to be very exciting.
i ve been here before and i m still impressed let me know when you get my email about the webfoot image award.
tim i could stay linked to this site all day just listening to your music it s appalling thanks for giving us a preview you re terrific.
television when i was young and seeing your website was a big pleasure.
i have the world s largest collection of seashells i keep it scattered around the beaches of the world perhaps you ve seen it.

----wdkn8682637697sbqvas--


From 31changkyu@aandlenterprises.com Wed May  4 09:25:14 2005
Return-Path: <31changkyu@aandlenterprises.com>
Received: from h34.90.40.69.ip.alltel.net (h34.90.40.69.ip.alltel.net [69.40.90.34])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j44DPAQ6003754
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 4 May 2005 09:25:12 -0400 (EDT)
Message-ID: <3f2e01c550ab$8c790efc$5b70cc7b@aandlenterprises.com>
From: "Richard K. Lee" <31changkyu@aandlenterprises.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?QWNoaWV2ZSBmdWxsIGVyZWN0aW9uIQ==?=
Date: Wed, 04 May 2005 13:18:55 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_CBDCC03E.8C6AFF21"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_CBDCC03E.8C6AFF21
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_0BCFE8EA.98853409"


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

        Hard erection
Long lasting effects
No prescription needed

Only $2.99/$1.99 per dose (2 doses in each pill):
CIALIS - http://www.horny-pills.com/sv/
VIAGRA - http://www.horny-pills.com/vt/

Delivered in a discreet package


_________________________________________________________________________
To be taken off future campaigns, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_0BCFE8EA.98853409
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Hard erection<br>
Long lasting effects<br>
No prescription needed<br><br>

Only $2.99/$1.99 per dose (2 doses in each pill):<br>
CIALIS - <a href="http://www.horny-pills.com/sv/">http://www.horny-pills.com/sv/</a><br>
VIAGRA - <a href="http://www.horny-pills.com/vt/">http://www.horny-pills.com/vt/</a><br><br>

Delivered in a discreet package<br><br><br>

_________________________________________________________________________<br>
To be taken off future campaigns, go <a href="http://www.horny-pills.com/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_0BCFE8EA.98853409--



------=_NextPart_000_0000_CBDCC03E.8C6AFF21--
 

From AEONSOC@concentric.net Thu May  5 15:36:41 2005
Return-Path: <AEONSOC@concentric.net>
Received: from pc-89-114-104-200.cm.vtr.net (qfxjcn@pc-89-114-104-200.cm.vtr.net [200.104.114.89])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j45JaYQ6025213;
	Thu, 5 May 2005 15:36:36 -0400 (EDT)
X-Message-Info: LPPNznOD3fyEGX756PuprTS650MCsZU782YTG1CD50a97YMM
Received: (from csu30obeisant@localhost)
	by s20-degum92.f83t.gmx.net (7.93.98/2.91.47) id cv7Y73vcc917;
	Thu, 05 May 2005 21:35:32 +0100 GMT
X-Authentication-Warning: ab37-bloom58.xv309rh.gmx.net: yr18combinator set sender to AEONSOC@concentric.net using -y
MIME-Version: 1.0
Date: Thu, 05 May 2005 16:34:32 -0400
From: Adam Gary <AEONSOC@concentric.net>
Subject: In our site you can see cheep mads consistent
To: 7e109hb2gkh70ck9@netlib2.cs.utk.edu
Message-Id: <bgq0oh427-98337605467322-27552401422103190485766639527770823@quadrangle14>
Content-Type: multipart/alternative;
	boundary="--oprrnsbc883046883jqpg"

----oprrnsbc883046883jqpg
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Our site is all about high quallity cheep-pr1ce errection meddicatioons.
If you want it, we can give it to you. Bast and cheepest mads available
in our online site. 
you won't stop screewing after you use it, for sure :)

Come to see by yourself:
http://conjuncture.etneanimbme.com/?BGDU7C5dl9cpNBBjeannie

this san francisco-based publisher of fine computer books and related online services offers useful information to newbies and knowbies alike.
you have it or you may not i m not really sure but my colleague seems to think so yes he does.
andrew wilson what tkmotd where from the contact description tk based tool to display the motd file with acknowledge button updated contact.
colorful online magazine with listings of things to see and do in melbourne plus food music and technology reviews by well known australian journalists it has an enormous number of internet links.
if we had xanadu you d realise how out of context all these quotes are hey they follow the dg here thanks!
description a directed-graph editor with a set of routines to do dialog boxes updated contact.
providing a service to the aviation community with a product containing the most current up-to-date aviation material ever assembled in a single electronic library.
develops software for natural language processing and computer-assisted english language learning and teaching for dos and windows download free demos.
an online travel resource for visitors to massachusetts from the berkshires to boston from cape ann to cape cod see what s happening what to do and where to stay.
a not-for-profit self-help group of users whose charter is to promote the effective utilization of hewlett-packard workstations.
the tropicana offers a tropically-themed resort and casino which includes a five-acre water park with lagoons spas waterfalls and the world s largest indoor outdoor swimming pool.
joint statement issued by new york philharmonic paul b guenther chairman and carnegie hall sanford i weill chairman.
o servicemail toolkit servicemail is a stand-alone email server written in c and tcl it takes incoming email requests and can perform tasks for the sender to join the mailing list send email to.


----oprrnsbc883046883jqpg--

From 4byung-ji@access-one.com Fri May  6 05:11:09 2005
Return-Path: <4byung-ji@access-one.com>
Received: from catv-5062b03a.catv.broadband.hu (catv-5062b03a.catv.broadband.hu [80.98.176.58])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j469B4Q6029440
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 6 May 2005 05:11:07 -0400 (EDT)
Message-ID: <b34f01c55212$5cfb2f3d$08d0c914@access-one.com>
From: "TJ Meds Ltd." <4byung-ji@access-one.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?WGFuYXggLSBMT1cgcHJpY2Uh?=
Date: Fri, 06 May 2005 08:07:37 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_353CEB57.4ECCC997"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_353CEB57.4ECCC997
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_7B234AE3.50082380"


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

       VALIUM - $1.10/pill
XANAX - $1.07/pill

http://www.populartablets.biz

Anti-Depressants: Paxil, Prozac, Zoloft
Pain Relief: Celebrex, Soma, Vioxx
Weight Loss: Meridia, Xenical
Other: Levitra, Propecia, Ambien


_________________________________________________________________________
To be taken off future campaigns, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_7B234AE3.50082380
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>
VALIUM - $1.10/pill<br>
XANAX - $1.07/pill<br><br>

<A href="http://www.populartablets.biz">http://www.populartablets.biz</A><br><br>

Anti-Depressants: Paxil, Prozac, Zoloft<br>
Pain Relief: Celebrex, Soma, Vioxx<br>
Weight Loss: Meridia, Xenical<br>
Other: Levitra, Propecia, Ambien<br><br><br>


_________________________________________________________________________<br>
To be taken off future campaigns, go <A href="http://www.multimed.ws/uns.htm">here</A><br>
_________________________________________________________________________


     </P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_7B234AE3.50082380--



------=_NextPart_000_0000_353CEB57.4ECCC997--
 

From epmmufnblilrn@compuserve.com Fri May  6 08:01:12 2005
Return-Path: <epmmufnblilrn@compuserve.com>
Received: from 160.36.58.108 (u@[221.159.18.110])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j46C0VQC011677;
	Fri, 6 May 2005 08:01:10 -0400 (EDT)
X-Message-Info: 5qNVEoGWK25XKfNN1I582TBeaPcivLLrlVKYj721PN
Received: from eresmas.com (151.204.213.95) by r5-y879.eresmas.com with Microsoft SMTPSVC(7.9.2074.1998);
	 Fri, 06 May 2005 14:01:01 +0100
Received: from eresmas.com (eresmas.com 245.72.52.0)
	by eresmas.com (8.12.10/8.12.9) with ESMTP id na9PPSODOA897
	for <mail7.blast-funct-archive@netlib2.cs.utk.edu>; Fri, 06 May 2005 17:59:01 +0500 (EST)
	(envelope-from epmmufnblilrn@compuserve.com)
Received: from ZP12879 (modemcable37.327-33.k.eresmas.com 136.128.212.128)
	(authenticated bits=8)
	by eresmas.com (8.12.10/8.12.9) with ESMTP id u60AYL58kwz576
	for <mail7.blast-funct-archive@netlib2.cs.utk.edu>; Fri, 06 May 2005 11:59:01 -0100 (EST)
	(envelope-from epmmufnblilrn@compuserve.com)
Message-ID: <05211ie8a60$vgp0g830jt06$81l5l3@Z841311450766781>
From: "Viola Deal" <epmmufnblilrn@compuserve.com>
To: <Mail7.blast-funct-archive>
Subject: Popular softs at low low prjces. conflagration
Date: Fri, 06 May 2005 13:59:01 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--VHFIJT8747438VSNSP"

----VHFIJT8747438VSNSP
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Three easy steps to the softs you want at the pr1ces you want:
1. Need to know the name-brand s like Microsoft, Adobe, or Macromedia (or others...).
2. Can't aford them?
3. Get The softs from us: name-brand s (origginal manufecturer) at 
really low pr1ces!! 
for all your soft. needs!!
try not to laugh when you see our funny pr1ces :)

hmmm take me now!:
http://anyone.rosserniikl.com/?mBUqUxn.6qt5RmSbiography


beliefs about mutants being born a mutant is merely another type of reincarnation due to karmic actions in a previous life.
have found your site to look for hawes and walker families from the surrounding area of london any info welcome - thanks.
now !! right now !! we must stop future sino-us-big-war right now !! chinese people and chinese government never forget to exterminate communist bandit !!
we have considerable joe and lavonne andrus from seatle wash usa are doing a book on the andrus connection.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp rhoda ellen wheeler and arthur john brown.
usni military database - the only online u s -made comprehensive and unclassified military database of international armed forc.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp paul estill corbaley and ruby muriel carter.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp m gladys williamon.
nbsp we know of no other connection to decatur at that time and were guessing that this was just wrong nbsp but i ve learned a lot about assumptions since i started this -.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp dessie fay wright and walter lee bradley.
i like mason and iwant to join i will be glad if you help me i am ikedi from nigeria and the masons in nigeria refuse to seek members open so help me thanks.
the guest book is up and running again it goes into limbo whenever the site runs out of allocated space.
mar listed in the parish register of baltinglass next to the entry for her baptism by fr walsh castledermott.
- annalise uk punk sound clips pictures previous releases vinyl releases ordering and links to many other punk sites we have moved to.

----VHFIJT8747438VSNSP--


From Drummond_2980@keme.com Fri May  6 11:40:09 2005
Return-Path: <Drummond_2980@keme.com>
Received: from keme.com (dsl-082-082-185-223.arcor-ip.net [82.82.185.223])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j46Fe5Q6029373
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 6 May 2005 11:40:06 -0400 (EDT)
Message-Id: <200505061540.j46Fe5Q6029373@netlib2.cs.utk.edu>
From: "Doreen Drummond" <Drummond_2980@keme.com>
To: "Caramia Rouse" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?C=ECALlS_C=ECAL1S_VlAGRR=E0?=
Date: Fri, 6 May 2005 11:39:53 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0013_01C54EF7.427B9DD9"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0013_01C54EF7.427B9DD9
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

port lay a guitar that was gay with ribbons.  Lord Julian picked
before ordering him to the gallows.  The gentleman is my Lord Gil
cheese in a mousetrap, and we are the little mice.  Goddam!  And 
that they were unsteady.  The satisfaction of a mariner.
more than twice that number under cover?
that moment, as never, I think, until that moment had he seen her
it would simply mean that his own and Hagthorpe's crews would
restore the brig and her cargo.
The broad brim of a grey hat with scarlet sweep of ostrich plume
 - had quitted the helm to snatch up a musket in defence of Right
her uncle's, for these vices were not natural to that blood; they
lace about the breast of his coat.
To Levasseur the jest lay in that Captain Blood, with no more tha
branding-irons to you.
officers rendered reckless by panic ordered a boarding-party on t


Have a nice day.
------=_NextPart_000_0013_01C54EF7.427B9DD9
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>
<DIV><FONT face=3DArial size=3D3>Hello, Do you want to spend Iess on =
your p=EDIls?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>ViAGGR=E0 VAL=EDUMM CIAL=EDSS&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over  7 5 %  with </FONT><A=20
href=3D"http://www.asxvgd.nwjasdp.org.obtaiaimmedi.com"><FONT =
face=3DArial size=3D4>PharmacyByMaiil STORE</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>
port lay a guitar that was gay with ribbons.  Lord Julian <BR> picked =
before ordering him to the gallows.  The gentleman is my Lord <BR> Gil =
cheese in a mousetrap, and we are the little mice.  Goddam!  And <BR>  =
that they were unsteady.  The satisfaction of a <BR> mariner. =
more than twice that number under <BR> cover? =
that moment, as never, I think, until that moment had he seen <BR> her =
it would simply mean that his own and Hagthorpe's crews <BR> would =
restore the brig and her <BR> cargo. =
The broad brim of a grey hat with scarlet sweep of ostrich <BR> plume =
 - had quitted the helm to snatch up a musket in defence of <BR> Right =
her uncle's, for these vices were not natural to that blood; <BR> they =
lace about the breast of his <BR> coat. =
To Levasseur the jest lay in that Captain Blood, with no more <BR> tha =
branding-irons to <BR> you. =
officers rendered reckless by panic ordered a boarding-party on <BR> t =

</FONT></DIV></FONT></FONT></DIV></BODY></HTML>

------=_NextPart_000_0013_01C54EF7.427B9DD9--


From SchofiEust@jride.com Sun May  8 17:16:42 2005
Return-Path: <SchofiEust@jride.com>
Received: from jride.com (pc25.smi.zevsnet.netvisio.net [80.72.94.90] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j48LGeQ6003458
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 8 May 2005 17:16:41 -0400 (EDT)
Message-Id: <200505082116.j48LGeQ6003458@netlib2.cs.utk.edu>
From: "Eustaquio Schofield" <SchofiEust@jride.com>
To: "Maritta Hampton" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?VA1=ECUM_C=EDAL1SS_ViAGR=C1?=
Date: Sun, 8 May 2005 17:16:09 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C5527C.427E8199"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C5527C.427E8199
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

castle of hopes came clattering down about him, leaving him a lit
ladder.  Colonel Bishop, who for two hours and more had been in a
Even so, in that first week after Sedgemoor, Kirke and Feversham
crew had gone to work.  And now he came racing up, his bugler
Tush!  Tush!  After this splendid deed of yours, do you suppose 
>From what I've seen to-day I can well believe it, said Mr. Bloo
not exchange this halter that you fling about my neck for the sto
been his slave - eluded him ever, and continued undeterred and in
telling ye.
tell you that I would not now change places with you - that I wou
He waved away the men who would have interfered, and the blades
the men who are to serve under me - men who do not serve, but
dropped the wrist.  You've taken no great harm.


Have a nice day.
------=_NextPart_000_0008_01C5527C.427E8199
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, How would you like to =
save on your p=EDlIs?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>V=C0LIUM C=ECALLlS Vl=C1GRA&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 70% with </FONT><A=20
href=3D"http://www.ssjmyxhpba.whscandalise.com"><FONT =
face=3DArial size=3D4>PharrmacyByMAlL STORE</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial style=3D"FONT-SIZE: 1px">
castle of hopes came clattering down about him, leaving him a <BR> lit =
ladder.  Colonel Bishop, who for two hours and more had been in <BR> a =
Even so, in that first week after Sedgemoor, Kirke and <BR> Feversham =
crew had gone to work.  And now he came racing up, his <BR> bugler =
Tush!  Tush!  After this splendid deed of yours, do you suppose <BR>  =
>From what I've seen to-day I can well believe it, said Mr. <BR> Bloo =
not exchange this halter that you fling about my neck for the <BR> sto =
been his slave - eluded him ever, and continued undeterred and <BR> in =
telling <BR> ye. =
tell you that I would not now change places with you - that I <BR> wou =
He waved away the men who would have interfered, and the <BR> blades =
the men who are to serve under me - men who do not serve, <BR> but =
dropped the wrist.  You've taken no great <BR> harm. =
</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C5527C.427E8199--


From KJGLQNVLXKAKKW@comcast.net Mon May  9 06:26:51 2005
Return-Path: <KJGLQNVLXKAKKW@comcast.net>
Received: from pcp01556744pcs.indstr01.fl.comcast.net (pcp01556744pcs.indstr01.fl.comcast.net [68.54.43.192])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j49AQjQ6027916;
	Mon, 9 May 2005 06:26:46 -0400 (EDT)
Received: from 4.128.0.24 by 68.54.43.192; Mon, 09 May 2005 10:20:43 -0100
Message-ID: <EZMKDOMHLPAVZVBRDTFVGUUOI@wt.net>
From: "Nina Sims" <KJGLQNVLXKAKKW@comcast.net>
Reply-To: "Nina Sims" <KJGLQNVLXKAKKW@comcast.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: FW: The new rawlex repliccas gen is here basilar
Date: Mon, 09 May 2005 08:19:43 -0300
X-Mailer: Windows Warning Teller 2.7.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--TZLZ127035939PIVG"
X-Priority: 3
X-MSMail-Priority: Normal

----TZLZ127035939PIVG
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! 
Impress you're lady/man with roleex (inc. vip roleex), carttier, tag heur, and much more... 
You naame it - Be sure we got it!
ohh, and try not to laugh when you see the low pr1ces :)

mmmmm take me nooow!
http://cromwellian.canadaccadm.com/?PBllRUQX3TqrOjPbrady

songs i could sing of your love forever forever still get down basically christian music that aren t too hard-core.
and various other journals and anthologies kinney is editor and publisher of.
hey jeff i meant to tell you before i left lastnight that if you have any shows that need a spot filled call me and i ll try to fill it.
the home once owned by singer mariah carey features a pool tennis courts and skating rink c omplete with zamboni which he had built so his daughter could the globe and mail canada.
unless their game actually calls upon it i can t think of any rpgmaker that does this and i d like to be the first !
the marriage of figaro plunder troilus and cressida the trojan war will not take place a midsummer night s dream cinderella.
whats the name of your cd again? i never knew the name i oughtta slap myself for not knowing it.
was just checking out the florida a m website and thought i d checkout the leon county site big ups to new county commissioner bill proctor on his stunning victory!
hi there now that joti is over for another year i have time to go and surf all the scouting sites around the world that were given to me on scoutlink irc great site - loved the pics.
and another whaddaya know! whaddaya know? as i read my past blogs specifically about the ones with the er references to the boys and stuff i couldn t help thinking to myself.
okay we need to save this site and i suggest that you do this by sleeping with me in really good looking and i have very low standards.
she might look hot but damn i saw her on bet thabasement once around election day big tigger asked her if she was gonna vote and for who she stupidly replied.
hey topaz um i sent you a comment a few days ago i don t know whether you threw it away or read it or what but i mentioned something about party members.
i love to have my ass worshipped night and day night and day then day and night come and see mistress mimi.
hey girl! i love the site! i really love the pic of me and dev! ha ha! thanks a bunch for always bein there! lylas!

----TZLZ127035939PIVG--


From DiodorTovar6453@jrj.com Mon May  9 14:03:02 2005
Return-Path: <DiodorTovar6453@jrj.com>
Received: from jrj.com ([83.230.172.192])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j49I2xQ6005135
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 9 May 2005 14:03:00 -0400 (EDT)
Message-Id: <200505091803.j49I2xQ6005135@netlib2.cs.utk.edu>
From: "Diodorus Tovar" <DiodorTovar6453@jrj.com>
To: "Halcyone Simon" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?V=C0L1UM_CI=E0LIS_VlAGR=C1?=
Date: Mon, 9 May 2005 14:02:51 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C56956.427FA5CB"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C56956.427FA5CB
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

mouth.  Levasseur, you see, cared as little as another to hear th
only a title but a whole family for the young rebel.
face of a deathly pallor.  The clerks at the tables laid down the
shaded an oval face upon which the climate of the Tropic of Cance
own surrender merely an additional card in this game against the
would have struck back, but that Blood got between, whilst his
Is it now?  Glory be, I wonder ye can pick it out from the rest.
ships but that he preferred to keep it what it was.  The three
in all these years and the evil passion which she had now awakene
had been conducted.
arising out of that vexatious correspondence between England and


Have a nice day.
------=_NextPart_000_0008_01C56956.427FA5CB
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Hello, How would you like to =
save on your p=EDlIs?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>VALL=ECUM CIALL=EDS ViAGR=C0&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 70% with </FONT><A=20
href=3D"http://www.bxiddalt.knockouascatw.com"><FONT =
face=3DArial size=3D4>PharmacyByMAlL STOREE</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
mouth.  Levasseur, you see, cared as little as another to hear <BR> th =
only a title but a whole family for the young <BR> rebel. =
face of a deathly pallor.  The clerks at the tables laid down <BR> the =
shaded an oval face upon which the climate of the Tropic of <BR> Cance =
own surrender merely an additional card in this game against <BR> the =
would have struck back, but that Blood got between, whilst <BR> his =
Is it now?  Glory be, I wonder ye can pick it out from the <BR> rest. =
ships but that he preferred to keep it what it was.  The <BR> three =
in all these years and the evil passion which she had now <BR> awakene =
had been <BR> conducted. =
arising out of that vexatious correspondence between England <BR> and =
</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C56956.427FA5CB--


From 8chisheng@accent.net Mon May  9 21:14:43 2005
Return-Path: <8chisheng@accent.net>
Received: from 211.214.120.32 ([211.214.120.32])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4A1EXQ6013117
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 9 May 2005 21:14:40 -0400 (EDT)
Message-ID: <ffaf01c554f3$e128a990$5471ecf1@accent.net>
From: "Kendra L. Brown" <8chisheng@accent.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?QWxsIHNvZnR3YXJlIC0gdmVyeSBsb3cgcHJpY2U=?=
Date: Tue, 10 May 2005 00:01:56 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_3E6E3FB1.F87D9E39"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_3E6E3FB1.F87D9E39
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_67CF0D68.637FC3EA"


------=_NextPart_001_0001_67CF0D68.637FC3EA
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

     Get access to all the popular software you need for unbelievably low
prices!
Our software is 2-10 times cheaper than sold by our competitors.

Examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX
+ Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And lots more... Please visit us at:

http://www.oemdisks.com

Best regards,
Kendra Brown


_____________________________________________________ 
To stop further mailings, go: http://www.oemdisks.com/uns.htm
_____________________________________________________ 

 
------=_NextPart_001_0001_67CF0D68.637FC3EA
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Get access to all the popular 
      software you need for 
      unbelievably low prices!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>Examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 Quark Xpress 6 Passport Multilanguage<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And lots more... Please visit us at:<BR><BR><A 
      href="http://www.oemdisks.com">http://www.oemdisks.com</A><BR><BR>Best regards,<BR>Kendra Brown<BR><BR><BR>_____________________________________________________ 
      <BR>To stop further mailings, go: <A 
      href="http://www.oemdisks.com/uns.htm">http://www.oemdisks.com/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_67CF0D68.637FC3EA--



------=_NextPart_000_0000_3E6E3FB1.F87D9E39--
 

From PierMcgee_522@kaxy.com Tue May 10 14:27:16 2005
Return-Path: <PierMcgee_522@kaxy.com>
Received: from kaxy.com (adsl-61-66-163-9.TC.sparqnet.net [61.66.163.9] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4AIRCQ6005901
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 10 May 2005 14:27:13 -0400 (EDT)
Message-Id: <200505101827.j4AIRCQ6005901@netlib2.cs.utk.edu>
From: "Pierce Mcgee" <PierMcgee_522@kaxy.com>
To: "Rizwan Ponce" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?CI=C0LLIS_VALL=ECUM_Vi=C1GRA?=
Date: Tue, 10 May 2005 14:27:09 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C56DEB.4280FCFD"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C56DEB.4280FCFD
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

Tortuga, and still in that mood when he came to his moorings in t
cobblers, and representatives of every other of the trades of pea
articles.
I am happy to assure you, said Captain Blood, that the reminde
possible as you are suggesting, that landing could not be covered
upbraiding him for his inaction, and demanding that he should tak
dogs have treated Spaniards upon the seas - you robbers and thiev
impeccably Spanish, and was not Don Esteban there to confirm him?
the moment the unseemliness of making war upon the Dutch, of taki
Medicinae baccalaureus, said Mr. Blood.
Why do you run, then? she asked him coolly, standing slim and
But you'll hang there yet, the boy raved.
grey, a faint excitement tinting her fair cheeks and sparkling in


Have a nice day.
------=_NextPart_000_0008_01C56DEB.4280FCFD
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Hello, How WouId you Iike to =
save on your p=EDlIs?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Vi=C0GRRA V=C1LLIUM C=EDALLIS&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 70% with </FONT><A=20
href=3D"http://www.vwmdmb.ndiantha.com"><FONT =
face=3DArial size=3D4>PPahrmacyByMail SHOP</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
Tortuga, and still in that mood when he came to his moorings in <BR> t =
cobblers, and representatives of every other of the trades of <BR> pea =
articles <BR>. =
I am happy to assure you, said Captain Blood, that the <BR> reminde =
possible as you are suggesting, that landing could not be <BR> covered =
upbraiding him for his inaction, and demanding that he should <BR> tak =
dogs have treated Spaniards upon the seas - you robbers and <BR> thiev =
impeccably Spanish, and was not Don Esteban there to confirm <BR> him? =
the moment the unseemliness of making war upon the Dutch, of <BR> taki =
Medicinae baccalaureus, said Mr. <BR> Blood. =
Why do you run, then? she asked him coolly, standing slim <BR> and =
But you'll hang there yet, the boy <BR> raved. =
grey, a faint excitement tinting her fair cheeks and sparkling <BR> in =
</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C56DEB.4280FCFD--


From CBSQK@adelphia.net Tue May 10 22:06:53 2005
Return-Path: <CBSQK@adelphia.net>
Received: from d146-6-255.home1.cgocable.net (d146-6-255.home1.cgocable.net [24.146.6.255])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4B26cQ6007906;
	Tue, 10 May 2005 22:06:47 -0400 (EDT)
X-Message-Info: UCCbevQJ731bjgPFn/cCjocNYHpjWachXKxfbeuUKNqtn3P
Received: from moneymake-yw733.coralberry.air7seas.com (13.232.181.100) by gpy33-i53.air7seas.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Wed, 11 May 2005 07:57:29 +0500
From: Otto Easley <CBSQK@adelphia.net>
To: hkhe7jiei1aic522@netlib2.cs.utk.edu
Subject: Photoshop, Windows, Office. CHEEP! simonson
Date: Tue, 10 May 2005 22:04:29 -0500 EST
Message-ID: <628325.002.9390615@breastplate-x54.air7seas.com>
Mime-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--tmfsdhowr22705tboge"

----tmfsdhowr22705tboge
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Hi :)
As one of our prefered custommers, we'd like to interest you:
Are you looking for none-expensjve high-qualjty soft's for immediate down_load?
We might have just what you need:

Windows XP Professional 2000  -------> 50 dolars!
Adobe Photoshop 7.0   -------> 60 dolars!
Microsoft Office XP Professional 2002  -------> 60 dolars!
Corel Draw Graphics Suite 11  -------> 60 dolars!

and many other soft's, that's just a tip of the ice...

hmmmmmm yeap, take me now:
http://complacent.untowncjaad.com/?wfyAyHxEMA7Lv0wclam


william stood up tightened the belt on his robe and said imperiously very well let s get this questioning over with as soon as humanly possible can t you see how exhausted we are man?
john bullock executors of this my last will and testament as witnessed by my hand and seal this fifth day of january in the year of our lord one thousand and seven hundred and sixty seven.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp william henry sullivan.
celeste just answered he s very protective of his gardens he has lost quite a few roses and vegetables so now he moves a lot of them into his nursery and keeps it under lock and key.
eleanor has often been reported as eleanor webber daughter of henry webber the following documents are likely the source of this but they appear inconclusive.
helen arlene dawe was buried in the white chapel memorial gardens cemetery in hamilton ontario in the family plot.
out of respect for all the members of my vast family i have quot met quot on the web and in person.
- alan kozlowski gregory j krauss mindy hope kurolapnik alla kusnetz philip adam kusnierz adele marie laitman.
lt lt how does the barron circle work? are you the gatekeeper amp we send messages to you or do you have a list of members to whom we mail directly? gt gt.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp new castle henry county indiana.
i really enjoyed your web page i have just started mine and putting in the info for cowlitz co wash and also my surnames robin.
he looked out the window snow! perfect! marthy will have a winter wonderland wedding! it will be perfect there is a full moon out tonight too.
item i give unto my grandson robert mickelborough one negro boy named sampson to him and his heirs forever.
whew! made it! bill exclaims we never had the town turn out like a linch party before though what s been going on over here?

----tmfsdhowr22705tboge--


From rdantwfojyirk@prodigy.com Wed May 11 11:49:40 2005
Return-Path: <rdantwfojyirk@prodigy.com>
Received: from 160.36.58.108 ([222.100.38.165])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4BFnOQ7009281;
	Wed, 11 May 2005 11:49:33 -0400 (EDT)
Date: Wed, 11 May 2005 11:49:33 -0400 (EDT)
X-Message-Info: 4oDbhW9Vm70hZLdcwZV44W816uxEmRK553
Received: from dns1air7seas.com (3.34.136.140) by tnt3-o0.air7seas.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Wed, 11 May 2005 13:47:31 -0300
Received: from air7seas.com (127.0.0.1) by dnsair7seas.com
  (SMTPD32-7.12     ) id DZ8V2; Wed, 11 May 2005 10:49:31 -0600
Subject: We can give you cheep errection mads wreathe
From: Aileen.Tate
To: parkbench-method-archive@netlib2.cs.utk.edu
Message-Id: <0219764457308.XT487@air7seas.com>
Content-Type: multipart/alternative;
	boundary="--ANQHCKKS7304051042PFQC"

----ANQHCKKS7304051042PFQC
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

This is one of our newest sites, thus we'd like to
inform you about this one. It is made especially for
the sonsumer, with nice GUI and negotiable menu. 
The site is all about you, with cheep and bast errection mediccattions
you can see on the market. Just name the errection mediccattion - 
and we have it.
you won't stop screewing after you use it, for sure :)

Come to see by yourself:
http://boreas.feralacjhk.com/?z8BS543bPDGnf33disperse

provides tools to realize wealth and offers information on being a millionaire self-help affluence training money power and abundance.
so we re trying to reinvent our place a little and we started last nite by having local feng shui expert susan taylor of.
an article exploring some useful metaphors on hypertext as well as the possible configuration of cybermedia.
bill and mary buchen integrate interaction with the visual arts in a multi-disciplinary form defined as sonic architecture.
sender a mailing list for discussion about sun microsystem s java servlet api technology.
q-r for the benefit of new listers! he is not my quot best hubby quot !!! but he is best bill.
complete information on embedded microcontrollers microprocessors and development tools for embedded systems design.
produces multimedia notebooks with patented project-through screens for use with overhead projectors.
a fast reusable pocket-sized alcohol detection device for use anywhere anytime alcohol consumption or intoxication is a concern.
economic data and information including the entire beige book report text of publications and electronic subscriptions and economic education materials.
everything you wanted to know about maui s real estate and more foreclosures hundreds of for-sale listings glossary geography hot links it s all here in paradise.
sponsor or moderate a sports-related discussion group ask questions submit comments respond to others or start a discussion thread.
a collaborative exploration of the cultural and political impacts of the philippine revolution and the philippine-american war.


----ANQHCKKS7304051042PFQC--


From Elpidio@kellecompany.com Wed May 11 20:31:27 2005
Return-Path: <Elpidio@kellecompany.com>
Received: from kellecompany.com (218-184-184-114.cm.dynamic.apol.com.tw [218.184.184.114])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4C0VJQ6016085
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 11 May 2005 20:31:25 -0400 (EDT)
Message-Id: <200505120031.j4C0VJQ6016085@netlib2.cs.utk.edu>
From: "Elpidio Belanger" <Elpidio@kellecompany.com>
To: "Darby Painter" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Cl=C0LLlS_V=C1LIUMM_Vl=E0GGRA?=
Date: Wed, 11 May 2005 20:31:14 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C56AE2.4282A3D2"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C56AE2.4282A3D2
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

the Spaniards' wardrobe in honour of this visit, though it was
went straight to Nuttall, whom he found in a state of livid panic
was just the ship to oblige him.  It may be that he was justified
the advantage of a surprise blow, which had put the fort out of
Set a course for the Virgen Magra.  We'll go ashore, and settle
that unless satisfaction is afforded them, and promptly, they wil
A murmur from the galleries and even from the jury approved him.
beautifully damascened with golden arabesques.  Over this, like a
He bowed, and she moved on.  Her negroes sprang up, and went
incompetent Bishop had marshalled his men, tore the militia into
But if it silenced these, it gave tongue, still more angry, vehem
Both Esteban and Blood made haste to agree with him, and then
did not share his own personal dislike of the Frenchman, the end 
Because he disliked the man, Captain Blood would not commit himse


Have a nice day.
------=_NextPart_000_0008_01C56AE2.4282A3D2
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Hello, How WouId you Iike to =
save on your p=EDlIs?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Vl=C1GRA VALL=ECUM ClALL=ECS&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 70% with </FONT><A=20
href=3D"http://www.unywq.brinflowetthheads.com"><FONT =
face=3DArial size=3D4>PahrmmacyByMail SHOP</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
the Spaniards' wardrobe in honour of this visit, though it <BR> was =
went straight to Nuttall, whom he found in a state of livid <BR> panic =
was just the ship to oblige him.  It may be that he was <BR> justified =
the advantage of a surprise blow, which had put the fort out <BR> of =
Set a course for the Virgen Magra.  We'll go ashore, and <BR> settle =
that unless satisfaction is afforded them, and promptly, they <BR> wil =
A murmur from the galleries and even from the jury approved <BR> him. =
beautifully damascened with golden arabesques.  Over this, like <BR> a =
He bowed, and she moved on.  Her negroes sprang up, and <BR> went =
incompetent Bishop had marshalled his men, tore the militia <BR> into =
But if it silenced these, it gave tongue, still more angry, <BR> vehem =
Both Esteban and Blood made haste to agree with him, and <BR> then =
did not share his own personal dislike of the Frenchman, the end <BR>  =
Because he disliked the man, Captain Blood would not commit <BR> himse =
</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C56AE2.4282A3D2--


From KeshetLut@jdoe.com Fri May 13 02:52:03 2005
Return-Path: <KeshetLut@jdoe.com>
Received: from jdoe.com (82-76-16-180.rdsnet.ro [82.76.16.180] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4D6q1Q6021126
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 13 May 2005 02:52:01 -0400 (EDT)
Message-Id: <200505130652.j4D6q1Q6021126@netlib2.cs.utk.edu>
From: "Keshet Luther" <KeshetLut@jdoe.com>
To: "Zalmon Gaddis" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?C1AL=ECS_V=C11iUM_VlAGGR=C1?=
Date: Fri, 13 May 2005 02:51:56 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C55C5D.42844E8C"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C55C5D.42844E8C
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

detestable; and this for the very reason that made him concerned
prisoner admit that the witness had spoken the truth?
was the poignant climax of all his sufferings.
the ordinary greetings had been exchanged.
to keep the great gash in her starboard well above water, was
into which he had fallen, that he no longer cared whether he live
be drawn from it.  Those dispositions occupied some very consider
from falling into the hands of the pirates, Don Miguel, who, with
That is so.  I knew your colonel.


Have a nice day.
------=_NextPart_000_0008_01C55C5D.42844E8C
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
How would you like to spend Iess on your druggss?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>r</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>u</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD><FONT face=3DArial size=3D4>g</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD><FONT face=3DArial size=3D4>is</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD><FONT face=3DArial=20
  =
size=3D4>m&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE=
></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D4>Save over 60 %&nbsp;with =
</FONT><A=20
href=3D"http://www.hcterul.liberatiooth.com"><FONT =
face=3DArial=20
size=3D4>PahrmacyByMail SHOPP</FONT></A><FONT =
face=3DArial=20
size=3D4>.</FONT></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV></FONT>
<DIV></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT style=3D"FONT-SIZE: 1px" face=3DArial>
detestable; and this for the very reason that made him <BR> concerned =
prisoner admit that the witness had spoken the <BR> truth? =
was the poignant climax of all his <BR> sufferings. =
the ordinary greetings had been <BR> exchanged. =
to keep the great gash in her starboard well above water, <BR> was =
into which he had fallen, that he no longer cared whether he <BR> live =
be drawn from it.  Those dispositions occupied some very <BR> consider =
from falling into the hands of the pirates, Don Miguel, who, <BR> with =
That is so.  I knew your <BR> colonel. =
</DIV></FONT></BODY></HTML>

------=_NextPart_000_0008_01C55C5D.42844E8C--


From DOSHXVQKIXKVKG@delphi.com Fri May 13 09:40:11 2005
Return-Path: <DOSHXVQKIXKVKG@delphi.com>
Received: from or-65-40-225-20.sta.sprint-hsd.net (or-65-40-225-20.sta.sprint-hsd.net [65.40.225.20])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4DDdjQ6023217;
	Fri, 13 May 2005 09:39:55 -0400 (EDT)
X-Message-Info: OLtxSG13nAqoHvjh06Zlp344+RYWvbwt2lefDQUGZ
Received: from hofxcb521.email.msn.com (88.200.68.138) by xn373-p605.email.msn.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Fri, 13 May 2005 20:31:59 +0600
Received: from Thurmanf180ubv66e8zcd (32.204.247.24) by wexthpjkycs706.email.msn.com
          (InterMail vM.5.01.06.05 247-938-376-820-012-68356) with SMTP
          id <780057796670.JEWI77.tqehg217.email.msn.com@colossismx92qce84rq48wur>
          for <bd@netlib2.cs.utk.edu>; Fri, 13 May 2005 15:39:59 +0100
Message-ID: <4346g718ei1695$91398$el4vn27@Thurmanj4rj62jfn46s>
From: "Jamel Erickson" <DOSHXVQKIXKVKG@delphi.com>
To: <bd@netlib2.cs.utk.edu>
Subject: A new rollax repliccas is in the mark. culver
Date: Fri, 13 May 2005 17:36:59 +0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--NICGZIHOT18801NCJJBDBG"

----NICGZIHOT18801NCJJBDBG
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! 
Impress you're lady/man with roleex (inc. vip roleex), carttier, tag heur, and much more... 
You naame it - Be sure we got it!
ohh, and try not to laugh when you see the low pr1ces :)

mmmmm take me nooow!
http://contrary.tritylbcgbj.com/?FrHHbeGhpJghEFFcontroversial

saturday night live quot and films like quot old school quot but in quot elf quot he adds to the humor a magical childlike innocence and vulnerability comparable to tom hanks wnbc ny.
dave tice home page featuring aus rock band buffalo the bishops headhunters dave tice band tice and evans take a journey through daves past present and future.
the first thing you will notice when you leave woking train station is a sign which reads - welcome to woking home to all-weather shopping.
dark testing deathknight dark dark publiclamer dark cheating deathknight dark rumalbering deathknight kaktuss player.
sheri we would love for you and tim to come visit us while your mom and dad are out here in the beautiful panhandle of texas we have plenty of room and a computer for tim to play on love cherokee.
i have not been idle entirely the cookbook herbalism series is finally completed and i ve begun adding pages to a new series called.
bali police chief ma de pastika said additional police had been deployed around the court to ensure tighter security.
if you trash your drive hammer scissors and matches are probably still the most effective ways unless it gets into the hands of.
all this information is coming out now in documentaries internet tv etc and as sam neill said in a recent episode of.
paramount studios we arrived about a half hour later where i got to meet bob zemeckas and the movie crew without tom hanks so tabletennis about com united states.
thinking about life in general and wishing that perhaps one day i would be able to create or write something equally as important as this album.
comment i have a question what are the educational qualifications required to join? do you have to go to some expensive college?
the controversies have divided italian muslims who are trying to integrate themselves in a catholic country where they have found jobs.
attended the session presented at usa canada forum by craig and michael parrish was looking for a version of the lions member orientation that i could download.
comment many of my relatives are part of the orgnazation i am planning on becoming a member as well.

----NICGZIHOT18801NCJJBDBG--


From ThaoMeital4671@garsite.com Sat May 14 02:26:01 2005
Return-Path: <ThaoMeital4671@garsite.com>
Received: from garsite.com (66-215-30-105.mpk-mres.charterpipeline.net [66.215.30.105])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4E6PxQ6002046
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 14 May 2005 02:26:00 -0400 (EDT)
Message-Id: <200505140626.j4E6PxQ6002046@netlib2.cs.utk.edu>
From: "Meital Thao" <ThaoMeital4671@garsite.com>
To: "Valenti Trujillo" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_C=EDALlSS_V=E0L1UM_Vi=C1GGRA?=
Date: Sat, 14 May 2005 02:25:57 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C557CD.428599F5"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C557CD.428599F5
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

though it may be when you know his history, previous and subseque
Could she have guessed the extent of that postponement, vexation
and I want this to be a lesson to you, a lesson that ye'll rememb
dare swear that no witness will.  I never was attracted to the la
Hold there a moment, Jeremy! he roared.  Wait!  He swung back
their numbers.  Driven to the quarter-deck, the surviving defende
It's a bargain he'll never be offered, retorted Wolverstone, an
on which Don Diego was extended, and inside the suit came a tall,
They are those of my crew who have no taste for King James's
was not.
necessary to bribe a gang of scoundrels to depart from obedience
the wind with but one intent - to set as great a distance between
destroyed with him, the ship yawing and rocking helplessly in a
and carried on board a very distinguished passenger in the person


Have a nice day.
------=_NextPart_000_0008_01C557CD.428599F5
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
How would you like to spend Iesss on your druggs?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>r</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>u</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD><FONT face=3DArial size=3D4>g</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD><FONT face=3DArial size=3D4>is</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD><FONT face=3DArial=20
  =
size=3D4>m&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE=
></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D4>Save over 60 %&nbsp;with =
</FONT><A=20
href=3D"http://www.tgcjemvbio.tthoswhono.com"><FONT =
face=3DArial=20
size=3D4>MEDlCATIONSS By MAIL SHOP</FONT></A><FONT =
face=3DArial=20
size=3D4>.</FONT></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV></FONT>
<DIV></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT style=3D"FONT-SIZE: 1px" face=3DArial>
though it may be when you know his history, previous and <BR> subseque =
Could she have guessed the extent of that postponement, <BR> vexation =
and I want this to be a lesson to you, a lesson that ye'll <BR> rememb =
dare swear that no witness will.  I never was attracted to the <BR> la =
Hold there a moment, Jeremy! he roared.  Wait!  He swung <BR> back =
their numbers.  Driven to the quarter-deck, the surviving <BR> defende =
It's a bargain he'll never be offered, retorted Wolverstone, <BR> an =
on which Don Diego was extended, and inside the suit came a <BR> tall, =
They are those of my crew who have no taste for King <BR> James's =
was <BR> not. =
necessary to bribe a gang of scoundrels to depart from <BR> obedience =
the wind with but one intent - to set as great a distance <BR> between =
destroyed with him, the ship yawing and rocking helplessly in <BR> a =
and carried on board a very distinguished passenger in the <BR> person =
</DIV></FONT></BODY></HTML>

------=_NextPart_000_0008_01C557CD.428599F5--


From SchwabKali@joyful.com Mon May 16 02:56:06 2005
Return-Path: <SchwabKali@joyful.com>
Received: from joyful.com ([211.181.128.143])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4G6u0Q6001443
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 16 May 2005 02:56:05 -0400 (EDT)
Message-Id: <200505160656.j4G6u0Q6001443@netlib2.cs.utk.edu>
From: "Kali Schwab" <SchwabKali@joyful.com>
To: "Salud Robles" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_V=C1LLlUM_V=ECAGRRA_C1=C0L1S?=
Date: Mon, 16 May 2005 02:55:58 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C55C8F.428843FE"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C55C8F.428843FE
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

do when determined to perform a thing they fear.  If I understoo
not desire to live?
fringed it there.  The overseer was too contemptuous and perhaps
gun-crew, Blood ordered the grapnels to be loosed at once.  Lord
could give him information; and since Blood had never told him
of our numbers even at this late date.  Ye shall have the sloop a
on his return.
strips of land known as the islands of Vigilias and Palomas block
flustered of manner, gave them welcome.
No need to ask how he came in this state and by his wounds.  A
Aye - but the worst mistake of all in this matter of commissions
under pain of imprisonment, and as the hum of voices gradually be
Why - his excellency shall write home an account of your exploit
advance guard of boarders, a hundred strong, was ordered to the


Have a nice day.
------=_NextPart_000_0008_01C55C8F.428843FE
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
do you want to spend Iess on your dddrugs?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>C</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>I</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A&nbsp;V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;V</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial=20
  =
size=3D4>M&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE=
></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D4>Save over  7 0 % &nbsp;with =
</FONT><A=20
href=3D"http://www.yurafefwd.largescemeterfor.com"><FONT =
face=3DArial=20
size=3D4>MEDS-By-MAlL SSHOP</FONT></A><FONT =
face=3DArial=20
size=3D4>.</FONT></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV></FONT>
<DIV></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none">
do when determined to perform a thing they fear.  If I <BR> understoo =
not desire to <BR> live? =
fringed it there.  The overseer was too contemptuous and <BR> perhaps =
gun-crew, Blood ordered the grapnels to be loosed at once.  <BR> Lord =
could give him information; and since Blood had never told <BR> him =
of our numbers even at this late date.  Ye shall have the sloop <BR> a =
on his <BR> return. =
strips of land known as the islands of Vigilias and Palomas <BR> block =
flustered of manner, gave them <BR> welcome. =
No need to ask how he came in this state and by his wounds.  <BR> A =
Aye - but the worst mistake of all in this matter of <BR> commissions =
under pain of imprisonment, and as the hum of voices gradually <BR> be =
Why - his excellency shall write home an account of your <BR> exploit =
advance guard of boarders, a hundred strong, was ordered to <BR> the =
</SPAN></FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C55C8F.428843FE--


From kuhrwfoppjcp@mailexcite.com Tue May 17 04:30:44 2005
Return-Path: <kuhrwfoppjcp@mailexcite.com>
Received: from 160.36.58.108 ([211.202.127.12])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4H8UUQ6004054;
	Tue, 17 May 2005 04:30:41 -0400 (EDT)
Message-ID: <475097531968.0180a56nul@northstate.net>
Received: from 127.148.176.14 by xt7-wxv289.sxkn6.northstate.net with DAV;
	Tue, 17 May 2005 06:23:26 -0300
Reply-To: "Cindy Vasquez" <kuhrwfoppjcp@mailexcite.com>
From: "Cindy Vasquez" <kuhrwfoppjcp@mailexcite.com>
To: <ineblast-comm-archive@netlib2.cs.utk.edu>
Subject: Soft. at incredibly low pr1ces! goldeneye
Date: Tue, 17 May 2005 08:21:26 -0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--KPEL19805XIVWNLJWE"

----KPEL19805XIVWNLJWE
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Hi :)
As one of our prefered custommers, we'd like to interest you:
Are you looking for none-expensjve high-qualjty soft's for immediate down_load?
We might have just what you need:

Windows XP Professional 2000  -------> 50 dolars!
Adobe Photoshop 7.0   -------> 60 dolars!
Microsoft Office XP Professional 2002  -------> 60 dolars!
Corel Draw Graphics Suite 11  -------> 60 dolars!

and many other soft's, that's just a tip of the ice...

hmmmmmm yeap, take me now:
http://bleeker.turuntale.com/?nCVXpyo_7X.6STTmessieurs


online portfolio of antropomorphic artwork fan-art of the lion king ofcourse and other animated movies and some miscellaneous work.
holbrook mortuary funerals cremations caskets vaults headstones serving service mortuary serving all cemeteries.
works with key community partners to help shape policies procedures and approaches that are more responsive to the needs of persons with developmental disabilities and their families.
hey hope all is well with you i havent seen you pay me a visit in awhile have a great monday.
happy planting! wish i could visit and help you out with all that planting and stay til june to see it bloom i m so.
today is sylvia s b-day and i ve posted her b-card on my page ! plz feel free to visit me!
- ms led this seattle band mixes equal parts crunchy power-pop punk rock energy with singer songwriter intimacy.
leading supplier of burial vaults in the united states and canada also offering a complete line of cremation services urns and urn vaults.
i am curious about your pictures from the amelia county cemetary my father is buried there he was very involved in recording his family history he wrote two books of the southalls in amelia.
offers burials cremations nationwide shipping pre-arrangements and funeral casket selection serves all faiths.
hey funky was happy to see you come over to say hi please do again and have a great w e.
hello there just tagging people to see whos really out there i like your journal it rocks i hope you stop by and say hi see ya around.
note nbsp many words beginning with v take a w start in noroflk - warmit wittles and willage among them there are also examples of the letter being.
your source for everything mariah carey mariah news mariah pics got his autograph and asked him if he was working with mariah yet on her new album?

----KPEL19805XIVWNLJWE--


From Tyler_8099@gbw.com Tue May 17 05:00:15 2005
Return-Path: <Tyler_8099@gbw.com>
Received: from gbw.com (pD9E768F0.dip.t-dialin.net [217.231.104.240])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4H90AQ6005235
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 17 May 2005 05:00:13 -0400 (EDT)
Message-Id: <200505170900.j4H90AQ6005235@netlib2.cs.utk.edu>
From: "Shamus Tyler" <Tyler_8099@gbw.com>
To: "Rokuro Lopes" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_Vl=C0GGRA_VAL=EDUMM_ClAL=EDSS?=
Date: Tue, 17 May 2005 05:00:02 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C559BD.4289B292"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C559BD.4289B292
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

that she might make amends; that she might set a term to all
undertaken in a light craft.  And Curacao need be no more than a
as much chivalry as is consistent with piracy is not without its
generations.
might have ruined that romantic scene but for the watchful Cahusa
oppressive, there crawled into Carlisle Bay a wounded, battered
before he returned in the following May from a protracted and
not paid, even if when they press him Nuttall does not confess th
of eight, and you shall have liberty on parole to go to Tortuga t
the conviction that the elaborately planned escape from this
But... he began.


Have a nice day.
------=_NextPart_000_0008_01C559BD.4289B292
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
do you want to spend Iesss on your drrugs?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>C</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>I</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A&nbsp;V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;V</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial=20
  =
size=3D4>M&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE=
></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D4>Save over  7 5 % &nbsp;with =
</FONT><A=20
href=3D"http://www.puvqkceual.buinthregioarou.com"><FONT =
face=3DArial=20
size=3D4>PharamcyByMaiiI SHOP</FONT></A><FONT =
face=3DArial=20
size=3D4>.</FONT></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV></FONT>
<DIV></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none;">
that she might make amends; that she might set a term to <BR> all =
undertaken in a light craft.  And Curacao need be no more than <BR> a =
as much chivalry as is consistent with piracy is not without <BR> its =
generations <BR>. =
might have ruined that romantic scene but for the watchful <BR> Cahusa =
oppressive, there crawled into Carlisle Bay a wounded, <BR> battered =
before he returned in the following May from a protracted <BR> and =
not paid, even if when they press him Nuttall does not confess <BR> th =
of eight, and you shall have liberty on parole to go to Tortuga <BR> t =
the conviction that the elaborately planned escape from <BR> this =
But... he <BR> began. =
</SPAN></FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C559BD.4289B292--


From qvzwfzqto@att.net Tue May 17 09:26:39 2005
Return-Path: <qvzwfzqto@att.net>
Received: from 80.178.149.74.adsl.012.net.il (80.178.149.74.adsl.012.net.il [80.178.149.74])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4HDQFQ6017934;
	Tue, 17 May 2005 09:26:20 -0400 (EDT)
X-Message-Info: CxnPVBAO130gdjKUahpiIFnvWdeiXcgf6
Received: from approval-dns.northstate.net (78.196.184.163) by wc444-xx7.northstate.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Tue, 17 May 2005 13:26:18 -0100
Date: Tue, 17 May 2005 19:24:18 +0500 (CST)
Message-Id: <28188497.cpe4IDKtwCGI048@clara0.catechism22northstate.net>
To: bd@netlib2.cs.utk.edu
Subject: Via-gra pro - will get you hard afterimage
From: Elliott Mclaughlin <qvzwfzqto@att.net>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--nfqeicep824889xaetkwdx"

----nfqeicep824889xaetkwdx
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

As you already saw, there is new, better via-gra
in the market. It is called Via-gra pro, and it
is significally beter and has better influence like
you never imagined. Enter now to expreience more.


http://aelikmbg.yourpils24.info/?cdfhjbgxtrsyaelzvpikm

i ll see you all at quot spring to life quot don t forget to invite your friends to sunday school !!!!!
click here for the latest tornado warnings in effect this is a nation wide alert system.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp change the newspaper s status or force it off the campus.
come on now the answer is fine as hell! and we all know tha whoever was dissin him was probably a male hatin on him and whoever took him him is lucky! go on gurl! lol.
comment thank you for your informative web page on the affenpinschers i am a breeder and exhibitor here in the state of alaska.
the car broke down on the way back and we had to hitch-hike along came john morris stallworth and picked us up boy! did he drive slow we didn t get home till the sun came up.
to learn more about honduras government geography and communication information or its history visit.
i llllloooooooooooooooovvvvvvvvveee earthbound! this is the first eb site i saw eb in my email adress is earthbound liker!!!!!!!!
hello everyone this is a really good page i was in joseph last year at the labatts appollo with philip schofield i was one of the children yellow !send me e-mail anyone!
went back to the classroom to cram the whole second unit of physics for the quarter within the span of one period just so i could pass the test the next day.
should you wish to contact the society or require general information please contact astra using the following email address.
keanu reeves is the comic book necromancer constantine halle berry is a comic book catwoman in open-toed shoes no less meg ryan is against the ropes canada com canada.
neb is given his voice a natural ability at languages and his greatest gift -- telepathic communication with his beloved dog.
though i would be shortly trying out the product myself if you have used this product please post your experiences here.
into the post boxes but seriously it is possible to see wild rabbits jays deer foxes and many other types of wildlife in and around slough.

----nfqeicep824889xaetkwdx--

From Cote1378@karaokekids.com Wed May 18 08:54:51 2005
Return-Path: <Cote1378@karaokekids.com>
Received: from karaokekids.com (adsl-220-229-59-149.KH.sparqnet.net [220.229.59.149] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4ICsjQ6028401
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 18 May 2005 08:54:50 -0400 (EDT)
Message-Id: <200505181254.j4ICsjQ6028401@netlib2.cs.utk.edu>
From: "Shir Cote" <Cote1378@karaokekids.com>
To: "Blaanid Coffman" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_ViAGRR=C0_V=C1LLlUM_CIAL=ECS?=
Date: Wed, 18 May 2005 08:54:17 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C5717A.428B4909"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C5717A.428B4909
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

in the West Indies.  You were informed, I think, of my coming.
pouring noisily into her waist.
no hat, and the ringlets of her gold-brown hair fluttered
his niece and to me....
With blanched cheeks she stood by the cabin table, and cried out
It is not easy.  Stab me, it is not.  He was a man who deserved
of eight.  Gold has at all times been considered the best of
relations with Spain that ensued, had sought in vain to put them
trotting after her.
fastened there.  Swift as thought itself, was then the action of
sun-tanned face.  Then the black brows came together above the vi


Have a nice day.
------=_NextPart_000_0008_01C5717A.428B4909
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
do you want to spend Iess  on your drrugs?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>C</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>I</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A&nbsp;V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;V</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial=20
  =
size=3D4>M&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE=
></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D4>Save up to  7 5 % &nbsp;with =
</FONT><A=20
href=3D"http://www.ifunukjdoiy.thvictorthewo.com"><FONT =
face=3DArial=20
size=3D4>PPharmacyByMaiI SHOP</FONT></A><FONT =
face=3DArial=20
size=3D4>.</FONT></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV></FONT>
<DIV></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none;">
in the West Indies.  You were informed, I think, of my <BR> coming. =
pouring noisily into her <BR> waist. =
no hat, and the ringlets of her gold-brown hair <BR> fluttered =
his niece and to <BR> me.... =
With blanched cheeks she stood by the cabin table, and cried <BR> out =
It is not easy.  Stab me, it is not.  He was a man who <BR> deserved =
of eight.  Gold has at all times been considered the best <BR> of =
relations with Spain that ensued, had sought in vain to put <BR> them =
trotting after <BR> her. =
fastened there.  Swift as thought itself, was then the action <BR> of =
sun-tanned face.  Then the black brows came together above the <BR> vi =
</SPAN></FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C5717A.428B4909--


From Sankar@jedroot.com Fri May 20 10:05:05 2005
Return-Path: <Sankar@jedroot.com>
Received: from jedroot.com (h-67-103-71-148.lsanca54.covad.net [67.103.71.148])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4KE54Q6023098
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 20 May 2005 10:05:05 -0400 (EDT)
Message-Id: <200505201405.j4KE54Q6023098@netlib2.cs.utk.edu>
From: "Sankar Robb" <Sankar@jedroot.com>
To: "Red Ruff" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Saved  My Life
Date: Fri, 20 May 2005 14:04:48 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C57067.428DEE80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C57067.428DEE80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

rocks I saw two buffalo. They shone very black in  the  sun and o
     No, there is no room.
     Thats all right. Ill shoot him.
shoulder, then the old man with the Graflex, Garrick  with the mo
rucksack found a pair of pyjamas  and  a bath-robe. I came out to
     I  saw Pop coming out of his tent with a pipe in his mouth. 
learned to make it very well.
cheat him out of his share and I was fairly sure they would, too.
could not locate. Then there was the distant, heavy boom  of a na
all  seemed  to  be of  the same age  and who  wore their  hair  
and I could see  the strung out line  coming  towards us. They  h
have it all and yet what there is, now, you can have, and you  wa
knowing, learning  about, and loving, has  moved, as it moves, si
     Whisky better.
     Ask him how long the horn was.

Have a nice day.
------=_NextPart_000_0008_01C57067.428DEE80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>I am dating a&nbsp;younger woman (21).&nbsp; =
Before we=20
began dating I was hearing stories of </FONT></DIV>
<DIV><FONT face=3DArial>guys younger than me taking Vitamin V. =
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Guys in their 20's and thirties were using =
VlAGGRA and so=20
I decided that I needed <BR>that same edge the younger guys were =
getting.=20
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>25 mg is best for me and I have found that =
VlAGGRA makes=20
me a super stud and <BR>the girl rides me and always has an orgasm or =
two. It=20
has made me much better <BR>in bed and I give her some very long and =
extended=20
foreplay now. </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>It has really helped my confidence knowing that =
if needed=20
I can give it to her any <BR>time she wants it. </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>V. has to be the greatest invention since sliced =
bread.=20
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try it with </FONT><A=20
href=3D"http://www.bdav.onkebillcoul.com"><FONT =
face=3DArial>PlLLS-BBY-MAlL SHOP</FONT></A></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none;">
rocks I saw two buffalo. They shone very black in  the  sun and <BR> o =
     No, there is no <BR> room. =
     Thats all right. Ill shoot <BR> him. =
shoulder, then the old man with the Graflex, Garrick  with the <BR> mo =
rucksack found a pair of pyjamas  and  a bath-robe. I came out <BR> to =
     I  saw Pop coming out of his tent with a pipe in his mouth. <BR>  =
learned to make it very <BR> well. =
cheat him out of his share and I was fairly sure they would, <BR> too. =
could not locate. Then there was the distant, heavy boom  of a <BR> na =
all  seemed  to  be of  the same age  and who  wore their  hair  <BR>  =
and I could see  the strung out line  coming  towards us. They  <BR> h =
have it all and yet what there is, now, you can have, and you  <BR> wa =
knowing, learning  about, and loving, has  moved, as it moves, <BR> si =
     Whisky <BR> better. =
     Ask him how long the horn <BR> was. =
</SPAN></FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C57067.428DEE80--


From Ebrahim7804@kalumea.com Sat May 21 13:59:49 2005
Return-Path: <Ebrahim7804@kalumea.com>
Received: from kalumea.com ([212.175.55.77])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4LHxbQ6006257
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 21 May 2005 13:59:42 -0400 (EDT)
Message-Id: <200505211759.j4LHxbQ6006257@netlib2.cs.utk.edu>
From: "Ebrahim Hills" <Ebrahim7804@kalumea.com>
To: "Cherry Potter" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Probllem Solved
Date: Sat, 21 May 2005 12:59:35 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C56B32.428F7707"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C56B32.428F7707
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

to  the  women  that they could have the  petrol tins  and the  c
     They hear him, Pop said. Come on.
side you  could follow the watercourses and the hilly slope of th
     Did you shoot, Karl? I asked.
     They looked like  no negroes I had ever  seen. Their  faces 
knife,  until,  the cape all  clear and  spread back he nocked  t
     Well keep up above where we can see  if he makes a break,
started to work our way to the  edge of the timber; finally  craw
drink of the whisky and it had no taste and I felt no kick from i
spears and they  were very  handsome and  extremely jolly, not  s
but there  was  only one bullet hole, well  back, just  below  th
than any damned thing in the world.
that  gave  caste,  something  to  believe  in,  something  fashi
than the hyena coming suddenly wedge-headed and stinking  out of 
     Tell by the size.

Have a nice day.
------=_NextPart_000_0008_01C56B32.428F7707
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>I am dating a&nbsp;younger woman (21).&nbsp; =
Before we=20
began dating I was hearing stories of </FONT></DIV>
<DIV><FONT face=3DArial>guys younger than me taking Vitamin V. =
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Guys in their 20's and thirties were using =
VlAGRRA and so=20
I decided that I needed <BR>that same edge the younger guys were =
getting.=20
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>25 mg is best for me and I have found that =
VlAGRRA makes=20
me a super stud and <BR>the girl rides me and always has an orgasm or =
two. It=20
has made me much better <BR>in bed and I give her some very long and =
extended=20
foreplay now. </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>It has really helped my confidence knowing that =
if needed=20
I can give it to her any <BR>time she wants it. </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>V. has to be the greatest invention since sliced =
bread.=20
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try it with </FONT><A=20
href=3D"http://www.oujdovgaugm.gemaclaiman.com"><FONT =
face=3DArial>PlLLS-BY-MAlL STORE</FONT></A></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none;">
to  the  women  that they could have the  petrol tins  and the  <BR> c =
     They hear him, Pop said. Come <BR> on. =
side you  could follow the watercourses and the hilly slope of <BR> th =
     Did you shoot, Karl? I <BR> asked. =
     They looked like  no negroes I had ever  seen. Their  faces <BR>  =
knife,  until,  the cape all  clear and  spread back he nocked  <BR> t =
     Well keep up above where we can see  if he makes a <BR> break, =
started to work our way to the  edge of the timber; finally  <BR> craw =
drink of the whisky and it had no taste and I felt no kick from <BR> i =
spears and they  were very  handsome and  extremely jolly, not  <BR> s =
but there  was  only one bullet hole, well  back, just  below  <BR> th =
than any damned thing in the <BR> world. =
that  gave  caste,  something  to  believe  in,  something  <BR> fashi =
than the hyena coming suddenly wedge-headed and stinking  out of <BR>  =
     Tell by the <BR> size. =
</SPAN></FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C56B32.428F7707--


From DamianaHolme558@fullscope.com Mon May 23 10:52:52 2005
Return-Path: <DamianaHolme558@fullscope.com>
Received: from fullscope.com (1-1-3-23a.bot.sth.bostream.se [82.182.179.132])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4NEqoQ6020044
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 23 May 2005 10:52:51 -0400 (EDT)
Message-Id: <200505231452.j4NEqoQ6020044@netlib2.cs.utk.edu>
From: "Damiana Holmes" <DamianaHolme558@fullscope.com>
To: "Trixie Weber" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: SSaved My Life
Date: Mon, 23 May 2005 08:58:37 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0049_01C55F9F.840FE480"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0049_01C55F9F.840FE480
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
If he resisted so long, it was, I think, the thought of Arabellaand =
 bowed."Why, so I thought," his lordship interrupted, "until I had =
 thehe intended to pardon him was a thing execrable and damnable =
 beyonddid not economize expressions.  Transported at first to =
 heights ofexecration, and before all was done his life might pay =
 forfeitSunderland despair of solving this vexatious problem by =
 ordinarysunny morning the Governor of Tortuga came aboard the =
 Arabella,as much chivalry as is consistent with piracy is not =
 without itsis that I treat you English heretic dogs just as you =
 English hereticde Rivarol informed him that the honour of opening =
 the assault inWhen he came to the surface again, gasping for air, =
 the Cinco Llagasmatter of Tortuga.  We are free to invest it in =
 the service of theneck ye'll be weaving this morning."it would be =
 true enough.  He was never out with Monmouth; that isyou give it.  =
 I am concerned with facts; chiefly with the fact

------=_NextPart_000_0049_01C55F9F.840FE480
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,&nbsp;</FONT></DIV>
<DIV><BR><FONT face=3DArial>l am dating a much younger woman 
(21).&nbsp; Before we began dating I was hearing <BR>stories of 
guys younger than me taking Vitamin V. <BR>&nbsp;<BR>Guys in their 
20's and thirties were using VlAGRRA and so I decided that I 
needed <BR>that same edge the younger guys were getting. 
<BR>&nbsp;<BR>25 mg is best for me and I have found that VlAGGRA 
makes me a super stud and <BR>the girl rides me and always has an 
orgasm or two. It has made me much better <BR>in bed and I give her 
some very long and extended foreplay now. <BR>&nbsp;<BR>It has 
really helped my confidence knowing that if needed I can give it to 
her any time she wants it. <BR>&nbsp;<BR>V. has to be the greatest 
invention since sliced bread.&nbsp;<BR>&nbsp;<BR>Try 
it with <A href=3D"http://www.vqqgcvh.revolithlas.com">PhramacyByMail =
 SShop</A>.</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3D3DArial><SPAN style=3D"DISPLAY: none;">the straining =
 eyes of the buccaneers were able to make out the tall<BR>he had =
 just come.  He had conceived that she might have followed<BR>had =
 said - that these buccaneers must prove the sharp edge of =
 any<BR>"Mr. Pitt," she asked, "were you not one of those who =
 escaped from<BR>"La!" said she.  "It's the delicate-minded =
 gentleman!"<BR>Maracaybo.<BR>only by the enormous natural strength =
 of the place, but also by<BR>Jeremy pointed ahead to a spot of =
 light in the heavens over the<BR>several long lithe blades, each =
 with an edge that is of the keenness<BR>How the words clung, how =
 they stung and burnt his brain!<BR>"Apple-blossoms, I suppose?" =
 sniffed his lordship.<BR>author had intended.  A prison, he =
 reflected, was a prison, though<BR>the Elizabeth, after that Queen =
 of England whose seamen had humbled<BR>fastened there.  Swift as =
 thought itself, was then the action of<BR>much I was to blame!  It =
 was my treatment of him, the epithets I cast<BR>the wide hall =
 stood Miss Arabella, a slim, virginal figure in =
 white,<BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_0049_01C55F9F.840FE480--


From 99louisa@4sale4u.net Tue May 24 00:29:16 2005
Return-Path: <99louisa@4sale4u.net>
Received: from 222.232.156.73 ([222.232.156.73])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4O4T4Q6022885
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 24 May 2005 00:29:13 -0400 (EDT)
Message-ID: <7c7201c55d27$91c723b2$6529f073@4sale4u.net>
From: "Kendra L. Brown" <99louisa@4sale4u.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?UG9wdWxhciBzb2Z0IC0gdmVyeSBsb3cgcHJpY2U=?=
Date: Fri, 20 May 2005 10:35:54 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_F17A8FAD.5F88760E"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_F17A8FAD.5F88760E
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_B9830726.57494A2E"


------=_NextPart_001_0001_B9830726.57494A2E
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

     Get access to all the software imaginable for extremely low prices!
We sell software 2-6 times cheaper than retail price.

A few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX
+ Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... Go visit us at:

http://www.oem-market.com

Best,
Kendra Brown


_____________________________________________________ 
To be taken off future campaigns, go here: http://www.oem-market.com/uns.htm
_____________________________________________________ 

 
------=_NextPart_001_0001_B9830726.57494A2E
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Get access to all the software imaginable for 
      extremely low 
      prices!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>A few examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 Quark Xpress 6 Passport Multilanguage<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many more... Go visit us at:<BR><BR><A 
      href="http://www.oem-market.com">http://www.oem-market.com</A><BR><BR>Best,<BR>Kendra Brown<BR><BR><BR>_____________________________________________________ 
      <BR>To be taken off future campaigns, go here: <A 
      href="http://www.oem-market.com/uns.htm">http://www.oem-market.com/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_B9830726.57494A2E--



------=_NextPart_000_0000_F17A8FAD.5F88760E--
 

From BrennerJohnatho_1401@kazette.com Tue May 24 08:27:38 2005
Return-Path: <BrennerJohnatho_1401@kazette.com>
Received: from kazette.com ([82.240.140.27])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4OCRaQ6016541
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 24 May 2005 08:27:37 -0400 (EDT)
Message-Id: <200505241227.j4OCRaQ6016541@netlib2.cs.utk.edu>
From: "Johnathon Brenner" <BrennerJohnatho_1401@kazette.com>
To: "Sieffre Nix" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Ready to Go inn 15 Minutes
Date: Tue, 24 May 2005 07:27:48 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004A_01C5605B.FE9E3A00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004A_01C5605B.FE9E3A00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
of the Captain's listless apathy.  There was a canker eating at =
 histhose sturdy, experienced buccaneers.  Unhesitatingly all =
 threwBlood, who rescued me."instincts to avoid an engagement.least =
 no danger of recapture to apprehend.  It was now a questionGardner =
 broke into protestations of Pitt's health, youth, and =
 vigour.raised to strike.  Peter Blood's blue eyes caught the flash =
 of it,Duke that for any to abstain whose age and strength admitted =
 of hiseyes in which glinted the light of a wicked humour.  He =
 addressedyourself obeyed.  This damned pirate has me by the =
 throat.""I could bring others from Bridgewater, who saw me set out =
 thatin the main a little confused as to what really had happened, =
 thethink I accept it willingly.  For myself, I am entirely =
 ofKuylen's truant fleet of nine ships came to anchor in the =
 harbourPitt, at his post beside the helmsman, turned intrepidly to =
 faceBarbados and ourselves as possible.  But now, almost out of =
 sight

------=_NextPart_000_004A_01C5605B.FE9E3A00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,&nbsp;</FONT></DIV>
<DIV><BR><FONT face=3DArial>l am dating a much younger woman 
(21).&nbsp; Before we began dating I was hearing <BR>stories of 
guys younger than me taking Vitamin V. <BR>&nbsp;<BR>Guys in their 
20's and thirties were using VlAGRRA and so I decided that I 
needed <BR>that same edge the younger guys were getting. 
<BR>&nbsp;<BR>25 mg is best for me and I have found that VlAGGRA 
makes me a super stud and <BR>the girl rides me and always has an 
orgasm or two. It has made me much better <BR>in bed and I give her 
some very long and extended foreplay now. <BR>&nbsp;<BR>It has 
really helped my confidence knowing that if needed I can give it to 
her any time she wants it. <BR>&nbsp;<BR>V. has to be the greatest 
invention since sliced bread.&nbsp;<BR>&nbsp;<BR>Try 
it with <A href=3D"http://www.ospantp.expecteinfr.com">PhramacyBByMail =
 Shop</A>.</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3D3DArial><SPAN style=3D"DISPLAY: none;">that Miss is =
 here.  Then let them know that if they attempt to<BR>father will =
 be the first victim of the conflict."<BR>of woman to which life =
 had accustomed him.<BR>held Peter Blood were choked by the desire =
 to supplant and destroy<BR>upon her, his eyes aglow, took her chin =
 in his hand, and set her<BR>a rising blush and a sudden unusual =
 shyness.  He forgot in that<BR>later that treasure shall find its =
 way into King William's coffers,<BR>who we are and what we =
 intend."<BR>It was so splendidly terrific, the gesture of it was =
 so broad and<BR>honour to explain, will be opened on our side by =
 this gun, and your<BR>The Breton glared at him, breathing hard.  =
 But he had no mind to<BR>Wolverstone, who had been left behind at =
 Cartagena - the only<BR>"They fly no colours, but they're part of =
 the Jamaica fleet."  Blood<BR>which Captain Blood had been =
 guilty.<BR>cast up the surrendered account-books, with a view to =
 ascertaining<BR>back into the breast of his =
 doublet.<BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_004A_01C5605B.FE9E3A00--


From Doran@garysmith.com Thu May 26 09:43:19 2005
Return-Path: <Doran@garysmith.com>
Received: from garysmith.com (tra42-1-82-232-180-71.fbx.proxad.net [82.232.180.71])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4QDhHQ6023616
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 26 May 2005 09:43:18 -0400 (EDT)
Message-Id: <200505261343.j4QDhHQ6023616@netlib2.cs.utk.edu>
From: "Doran Nieves" <Doran@garysmith.com>
To: "Alexandrie Aldrich" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Like being in  my 20s again
Date: Thu, 26 May 2005 08:35:03 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0062_01C561F7.B87DDD80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0062_01C561F7.B87DDD80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
happy to consider it."knowing as he did the agonizing malady from =
 which his lordshipCHAPTER XXIVbearing arms was to brand himself a =
 coward or a papist.Peter Blood gave an order.  A plank was run out =
 over the gunwale,round score - rebels-convict all - they stayed to =
 watch from theirprecisely what they must do to meet the attack, =
 preparations forwould turn to execration.they'd clip my wings and =
 brand me for life."had fallen into his hands ...  A dreadful man.  =
 That is why."of white silk.  But if she resented his tone and his =
 words, she"I don't know," he said, and in his voice there was a =
 faint note atarrested the wrong man, M. de Rivarol.  Instead of =
 the French"You'll ruffle it to the gallows, no doubt," he said =
 contemptuously.The Captain considered him with a kindling eye.  He =
 looked him overfor me, when your ambassador at the Escurial shall =
 go whining to the

------=_NextPart_000_0062_01C561F7.B87DDD80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you want to spen<SPAN =
 style=3D"DISPLAY: none">the guns abruptly ceased.</SPAN>d Iess on =
 your drrugs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>The <A =
 href=3D"http://www.fdcwvmo.helpfuwhilservi.com">PHARMACY-BY-M<SPAN =
 style=3D"DISPLAY: none">out the figure of a seaman in the =
 forechains on her larboard side,</SPAN>AlL SHOP</A>&nbsp; offers =
 you&nbsp;a great de<SPAN style=3D"DISPLAY: =
 none">slaves."</SPAN>aI</FONT></DIV>
<DIV><FONT face=3DArial></FONT><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>VlAGR<SPAN style=3D"DISPLAY: none">forehead =
 with the letters "F. T.," that all might know him for a</SPAN>A =
 VAL<SPAN style=3D"DISPLAY: none">should the Arabella be doing =
 here, when he had left her in Jamaica?</SPAN>lUM Cl<SPAN =
 style=3D"DISPLAY: none">of it, returned empty-handed to Port =
 Royal, there to find awaiting</SPAN>ALlS <SPAN style=3D"DISPLAY: =
 none">remain in the city or depart; but those who went must first =
 deliver</SPAN>LEVlTRA and many other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each p<SPAN style=3D"DISPLAY: none">to =
 the group of staring officers behind him.  "Sooner or later =
 it</SPAN>urchase you get:</FONT></DIV>
<DIV><FONT face=3DArial>
<LI>G<SPAN style=3D"DISPLAY: none">seemed to slumber there, awoke to =
 life.  Came the padding of feet</SPAN>reat =
 Prices</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Top quaIi<SPAN style=3D"DISPLAY: none">rubbed his single eye clear =
 of any deceiving film and looked again.</SPAN>ty</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Home deI<SPAN style=3D"DISPLAY: none">his niece, not for his =
 daughter, not for his own mother, would =
 he</SPAN>ivery</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>T<SPAN style=3D"DISPLAY: none">possession of her, and whence had =
 they come?  The only possible</SPAN>otal =
 confidentiaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try<SPAN style=3D"DISPLAY: none">Baynes and =
 Pitt similarly admitted the accuracy of the Captain's</SPAN> us =
 and you will not be disappointed!</FONT></DIV></BODY></HTML>

------=_NextPart_000_0062_01C561F7.B87DDD80--


From HaleyArist@furutani.com Fri May 27 03:16:36 2005
Return-Path: <HaleyArist@furutani.com>
Received: from furutani.com ([211.38.69.230])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4R7GYQ6006015
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 27 May 2005 03:16:35 -0400 (EDT)
Message-Id: <200505270716.j4R7GYQ6006015@netlib2.cs.utk.edu>
From: "Aristocles Haley" <HaleyArist@furutani.com>
To: "Esha Velez" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Really WWorks Wonder
Date: Fri, 27 May 2005 02:17:03 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0029_01C5628C.14924180"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0029_01C5628C.14924180
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
may speak with knowledge of what is to come to your lordship.  And =
 Istaggered under the rending impact with which the other camethem =
 aboard my ship - and anything else, of a personal nature, thatface =
 wore a more melancholy, pensive air than usual.  He answeredD'you =
 think I'm to be mocked?you his commission, perhaps that will set all =
 doubts at rest, and weset a mask of laughter on his saturnine =
 countenance and went hisShe didn't pretend to understand him, and she =
 didn't make the attempt.from the main truck and vanish into the =
 rising cloud below.  A momentAfter him, you black swine! he roared at =
 them.  But as theyout the figure of a seaman in the forechains on her =
 larboard side,handled by Hagthorpe put him to sleep without the least =
 fuss.no more.  Assimilated by the friendly darkness which the =
 lesserthe followers of Levasseur, stood on the threshold.  M. =
 d'OgeronThe Milagrosa, with her consort the Hidalga rolling after =
 her,The Lord Chief Justice sat stiffly upright, his face ashen, his =
 lips

------=_NextPart_000_0029_01C5628C.14924180
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you<SPAN style=3D"DISPLAY: none">his =
 heart.</SPAN> want to spend Iess on your drrugs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>The <A =
 href=3D"http://www.uybsvm.cunninatime.com">PHARMACY-BY-MA<SPAN =
 style=3D"DISPLAY: none">stare returned, he shifted uncomfortably.  He =
 grew conscious of the</SPAN>lL SHOP</A>&nbsp; offers you&nbsp;a <SPAN =
 style=3D"DISPLAY: none">Bishop that had urged him to mercy, and had =
 led him to oppose the</SPAN>great deaI</FONT></DIV>
<DIV><FONT face=3DArial></FONT><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none">legitimacy, on the =
 strength of which this standard of rebellion had</SPAN>VlAGRA VA<SPAN =
 style=3D"DISPLAY: none">But the Captain did not heed him.  He was =
 stooping to pick up a</SPAN>LlUM C<SPAN style=3D"DISPLAY: none">he.  =
 Tell me, as an experienced and bloody pirate, what in my =
 place</SPAN>lALlS L<SPAN style=3D"DISPLAY: none">and proper.  You and =
 your ten surviving scoundrels are a menace on</SPAN>EVlTRA and many =
 other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each purchase y<SPAN style=3D"DISPLAY: =
 none">There was no risk, ma'am.</SPAN>ou get:</FONT></DIV>
<DIV><FONT face=3DArial>
<LI>Gre<SPAN style=3D"DISPLAY: none">Your Cahusac told you no more than =
 the truth, it seems.</SPAN>at Prices</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>To<SPAN style=3D"DISPLAY: none">Oh, it's a sweet country England =
 under King James!  There's no need</SPAN>p quaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Ho<SPAN style=3D"DISPLAY: none">another sea-fight afore ye've done =
 wi' ships, my lord.</SPAN>me deIivery</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Total confidenti<SPAN style=3D"DISPLAY: none">violence he had used.  =
 A moment he was still, dabbing his lips =
 again;</SPAN>aIity</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try us and you will n<SPAN style=3D"DISPLAY: =
 none">Colonel Bishop nodded his acknowledgment.  He raised his voice =
 in</SPAN>ot be disappointed!</FONT></DIV></BODY></HTML>

------=_NextPart_000_0029_01C5628C.14924180--


From Lam_7255@karrys.com Sat May 28 03:31:48 2005
Return-Path: <Lam_7255@karrys.com>
Received: from karrys.com (usen-221x241x41x122.ap-US01.usen.ad.jp [221.241.41.122])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4S7VgQ6021807
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 28 May 2005 03:31:47 -0400 (EDT)
Message-Id: <200505280731.j4S7VgQ6021807@netlib2.cs.utk.edu>
From: "Shealtiel Lambert" <Lam_7255@karrys.com>
To: "Blodeuwedd Swartz" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Hello, ggood news
Date: Sat, 28 May 2005 02:32:21 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0006_01C56357.6227B080"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0006_01C56357.6227B080
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
On the following morning, whilst van der Kuylen's fleet was makingto =
 study the fine Spanish point that edged the tablecloth.  At =
 lastpersonal rancour against me.  That should satisfy him.  I'll =
 sendwith your men before we scuttle this ship.  Yonder are the =
 shoresCHAPTER VBut, sir... one of them began.There's nothing else to =
 be done, he insisted.  In Tortuga theyobviously as little expected by =
 his tormentor as by himself.  HisI was coming out on the Royal =
 Mary....in bitterness, it must be because that bitterness was =
 anterior toBoarded now and faced by the cold steel of the buccaneers, =
 neitherabove a cloud of smoke in which she was enveloped.  From the =
 cliffssurprising, considering the change he had wrought in his =
 appearance,the open intolerable to his lordship, he espied her from =
 his windowcontempt.crisp, metallic voice, speaking perfect Spanish, =
 reached those

------=_NextPart_000_0006_01C56357.6227B080
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you wan<SPAN style=3D"DISPLAY: =
 none">The Lord Chief Justice sat stiffly upright, his face ashen, his =
 lips</SPAN>t to spend Iess on your drrugs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>The <A =
 href=3D"http://www.jissfx.celebritriadra.com">PH<SPAN =
 style=3D"DISPLAY: none">when we meet!</SPAN>ARMACY-BY-MAlL =
 SHOP</A>&nbsp; <SPAN style=3D"DISPLAY: none">Mr. Pollexfen - a Whig =
 at heart despite the position of</SPAN>offers you&nbsp;a great =
 deaI</FONT></DIV>
<DIV><FONT face=3DArial></FONT><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>VlAG<SPAN style=3D"DISPLAY: none">Willoughby and =
 van der Kuylen.</SPAN>RA VALlU<SPAN style=3D"DISPLAY: none">passed by =
 the court of the Lords Commissioners had been carried out</SPAN>M =
 Cl<SPAN style=3D"DISPLAY: none">had not troubled to restrain his =
 high-pitched voice, and the Captain</SPAN>ALlS <SPAN =
 style=3D"DISPLAY: none">of anybody, much less to delight in his =
 eternal perdition.  It is</SPAN>LEVlTRA and many other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each purchase you<SPAN style=3D"DISPLAY: =
 none">vengeance.  On the contrary, I shall abuse it to protect him.  =
 Lord</SPAN> get:</FONT></DIV>
<DIV><FONT face=3DArial>
<LI>Grea<SPAN style=3D"DISPLAY: none">they broke open so many ports that =
 her gunwale was converted into</SPAN>t Prices</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>To<SPAN style=3D"DISPLAY: none">stabbed him like daggers.  These are =
 pirate's ways, I think!</SPAN>p quaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Home <SPAN style=3D"DISPLAY: none">And that's very handsome of your =
 lordship.  Ye see, I have some</SPAN>deIivery</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Total<SPAN style=3D"DISPLAY: none">suspicion that he had formed, and =
 approached the fort as nearly as</SPAN> =
 confidentiaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try u<SPAN style=3D"DISPLAY: none">desperate.  =
 Complacently he pulled at a pipe that was loaded with</SPAN>s and you =
 will not be disappointed!</FONT></DIV></BODY></HTML>

------=_NextPart_000_0006_01C56357.6227B080--


From Mavis@unet.com Sun May 29 18:38:53 2005
Return-Path: <Mavis@unet.com>
Received: from unet.com ([211.187.137.115])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4TMcpQ6015607
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 29 May 2005 18:38:52 -0400 (EDT)
Message-Id: <200505292238.j4TMcpQ6015607@netlib2.cs.utk.edu>
From: "Mavis Gregg" <Mavis@unet.com>
To: "Adora London" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Great posiition
Date: Sun, 29 May 2005 22:38:50 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002D_01C564C9.17C64100"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002D_01C564C9.17C64100
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
the repute of making war like a gentleman.Will ye wait to see my =
 credentials? he snapped.  Steps wereNuttall, and found the fellow as =
 disposed to the business as Dr.If it is a mistake to grant Captain =
 Blood a commission, the mistakeplantations as a slave.Tush!  Tush!  =
 After this splendid deed of yours, do you suppose Iastern, and to =
 larboard, rode the six men-of-war that composedthe only navigator =
 amongst us, and without you there is no escaping.Nuttall passed on, =
 upon the understanding that he would go.  Butfriends.singularly =
 alluring.  That he should boast openly of his bonnesdings?She looked =
 at him.  She was very pale, he noticed.patience much longer.  Indeed, =
 I notice already a slackening inElizabeth had suffered so seriously =
 that it was doubtful if sheMy God! groaned the Deputy-Governor.  =
 Ye... ye never mean that

------=_NextPart_000_002D_01C564C9.17C64100
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>My boyfriend began having problems with erections =
 (he's older) and I suggested he look <SPAN style=3D"DISPLAY: =
 none">affairs.</SPAN>into VlAGRRA.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>&nbsp;&nbsp;&nbsp; Boy, am I glad he =
 did!</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>The first time he tried it, one 50 mg piIl did =
 nothing so he took another and that was<SPAN style=3D"DISPLAY: =
 none">distantly and barely perceptibly inclined his head to each of =
 the</SPAN> a mistake. Three hours later he was still rock hard and =
 had come multiple times (so had I)!! Since then a single 50 mg dose =
 does it very well--he's now good for almost 2 hours of good hard sex =
 that leaves both of us worn out.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>&nbsp;&nbsp;&nbsp; - Bobbie, 21 f<SPAN =
 style=3D"DISPLAY: none">little less uncompromising in her attitude =
 towards Blood, his lordship</SPAN>emale USA</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try it with <A =
 href=3D"http://www.fgwgav.establinew.com">PharmacyBy<SPAN =
 style=3D"DISPLAY: none">brought upon them by her wicked =
 folly.</SPAN>Mail Shop</A>.</FONT></DIV></BODY></HTML>

------=_NextPart_000_002D_01C564C9.17C64100--


From 3freddie@3lefties.com Tue May 31 05:56:41 2005
Return-Path: <3freddie@3lefties.com>
Received: from pc-82-69-86-200.cm.vtr.net (pc-82-69-86-200.cm.vtr.net [200.86.69.82])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4V9uNQ6017651
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 31 May 2005 05:56:33 -0400 (EDT)
Message-ID: <a6ef01c56212$af9cd8f4$8640e666@3lefties.com>
From: "Richard K. Lee" <3freddie@3lefties.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?VmlhZ3JhIC0gTm8gcHJlc2NyaXB0aW9uIG5lZWRlZCE=?=
Date: Thu, 26 May 2005 16:45:08 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_156C44E4.950EF5F7"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_156C44E4.950EF5F7
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_534088FB.5F6A0477"


------=_NextPart_001_0001_534088FB.5F6A0477
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

        Fast erection
Long duration of effects
No prescription required

Only $2.99/$1.99 per dose (2 doses in each pill):
CIALIS - http://www.yesmed.biz/sv/
VIAGRA - http://www.yesmed.biz/vt/

Discreet packaging


_________________________________________________________________________
To be taken off future campaigns, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_534088FB.5F6A0477
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Fast erection<br>
Long duration of effects<br>
No prescription required<br><br>

Only $2.99/$1.99 per dose (2 doses in each pill):<br>
CIALIS - <a href="http://www.yesmed.biz/sv/">http://www.yesmed.biz/sv/</a><br>
VIAGRA - <a href="http://www.yesmed.biz/vt/">http://www.yesmed.biz/vt/</a><br><br>

Discreet packaging<br><br><br>

_________________________________________________________________________<br>
To be taken off future campaigns, go <a href="http://www.yesmed.biz/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_534088FB.5F6A0477--



------=_NextPart_000_0000_156C44E4.950EF5F7--
 

From Berm@justicerecords.com Wed Jun  1 04:54:43 2005
Return-Path: <Berm@justicerecords.com>
Received: from justicerecords.com ([61.111.151.22])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j518sgQ6017542
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 1 Jun 2005 04:54:42 -0400 (EDT)
Message-Id: <200506010854.j518sgQ6017542@netlib2.cs.utk.edu>
From: "Snjezana Berman" <Berm@justicerecords.com>
To: "Cornelius Stoddard" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Roccky
Date: Wed, 1 Jun 2005 03:54:39 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002D_01C56687.8B15B180"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002D_01C56687.8B15B180
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
This hundred men that Wolverstone has taken with him?and threatened with =
 a flogging.  If he had one regret now it wasCaptain Blood had =
 established his quarters, came the Deputy-Governorand grime, his =
 clothes in disarray, the left sleeve of his doubletKing of France - =
 you and your men; you hold the rank and draw theforewarned, =
 forearmed.that shy friend of yours, you shall stay here without meat =
 or drinkby-ways, to advise me out of that experience how to act.out =
 his heavy jaw.  We'll wring the dog's neck if there's anybecause =
 there are considerations with which I will not troubledeparture of =
 the eight boats containing the weary Spanish ruffiansARABELLA =
 BISHOPBut Wolverstone interposed again.I know nothing of filibuster =
 customs.  The gentleman wasupon the pearl fleet.  You boast a =
 knowledge of pearls, Cahusac.in his eyes.

------=_NextPart_000_002D_01C56687.8B15B180
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you need to spend Iess on your dru<SPAN =
 style=3D"DISPLAY: none">He raised his telescope to continue his =
 observation of the</SPAN>ggs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>S<SPAN style=3D"DISPLAY: none">than =
 training, Lord Julian from that moment began, almost in =
 spite</SPAN>ave over 70% with </FONT>
<A href=3D"http://www.ftiaa.thdefens.com">
<FONT face=3DArial size=3D4>P<SPAN style=3D"DISPLAY: none">By my leave, =
 you'll remain awhile, the Captain ordered him.</SPAN>harrmacyByMail =
 Shop</FONT></A></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none">was hardly =
 made to wait so long, for as Pitt rose from table to</SPAN>VlAGRA =
 VAL<SPAN style=3D"DISPLAY: none">Mademoiselle d'Ogeron and her =
 brother - the latter now relieved of</SPAN>lUM <SPAN =
 style=3D"DISPLAY: none">We know from Lord Jeffreys's secretary how =
 the Chief Justice</SPAN>ClALlS <SPAN style=3D"DISPLAY: none">the =
 theatre of that swift tragi-comedy were appeased by a =
 dozen</SPAN>LEVlTRA and many other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With eac<SPAN style=3D"DISPLAY: none">would be - =
 the crowning argument.  Supercilious until that moment,</SPAN>h =
 purchase you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>T<SPAN style=3D"DISPLAY: none">on the verge of =
 tears.  It was not often that Bishop revealed</SPAN>op quaIity</FONT>
<LI><FONT face=3DArial>BEST <SPAN style=3D"DISPLAY: none">a pity now that =
 the Admiral's so headstrong.  It was that way he</SPAN>PRlCES</FONT>
<LI><FONT face=3DArial>Total confiden<SPAN style=3D"DISPLAY: none">This =
 way, said Mr. Blood.</SPAN>tiaIity</FONT> 
<LI><FONT face=3DArial>Home d<SPAN style=3D"DISPLAY: none">the roar of =
 guns from sea and land, announcing that battle =
 was</SPAN>eIivery</FONT></DIV></BODY></HTML>

------=_NextPart_000_002D_01C56687.8B15B180--


From StinAlva_8475@gaccsouth.com Thu Jun  2 02:08:18 2005
Return-Path: <StinAlva_8475@gaccsouth.com>
Received: from gaccsouth.com (adsl-3-170-190.mia.bellsouth.net [65.3.170.190])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5268FQ6006070
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 2 Jun 2005 02:08:17 -0400 (EDT)
Message-Id: <200506020608.j5268FQ6006070@netlib2.cs.utk.edu>
From: "Stina Alvarez" <StinAlva_8475@gaccsouth.com>
To: "Ila Pate" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Wish I'd Tried  Sooner
Date: Thu, 2 Jun 2005 01:08:07 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004B_01C56739.71CD3D80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004B_01C56739.71CD3D80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
to the arch-scoundrel who commanded them, and so deliver you =
 fromofficers, was being informed by Don Diego, with an urbanity that =
 wasparole, that you will navigate us thither?  If so, we will =
 releaseDo you know what ship it is?  I will tell you.  It is theBlood =
 signalled to Benjamin, who was standing behind Bishop.with me the =
 tone of an ally, whereas I have given you clearly tohis gun-deck =
 crew, had emerged from the booby hatch, to fall intoState, with a =
 letter for Lord Jeffreys wherein he was informed thatgood-day.  But =
 who are these?  And he designated the man and thenot comic at =
 all.required to achieve perfection as an experience.  His lordship =
 waswas afflicted mainly at the moment by the thought that he was =
 atconning the sunlit waters of Carlisle Bay below, and the =
 shippingchance it.  It's our only chance....Oh, but not on my own =
 account.  It's the Deputy-Governor there I'mThat is what I beg leave =
 to tell your lordship.

------=_NextPart_000_004B_01C56739.71CD3D80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you need to spend Iess on your <SPAN =
 style=3D"DISPLAY: none">one of your prisoners to announce it to the =
 Admiral.  Don Miguel</SPAN>druggs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 70% <SPAN style=3D"DISPLAY: =
 none">Men make it so.</SPAN>with </FONT>
<A href=3D"http://www.vyjncrq.prosecutopresen.com">
<FONT face=3DArial size=3D4>Pharrma<SPAN style=3D"DISPLAY: none">Then =
 with Blood dead, perhaps she will come to her silly =
 senses.</SPAN>cyByMail Shop</FONT></A></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none">green =
 water that appeared to be streaming past the heavily =
 glazed</SPAN>VlAGRA VALlU<SPAN style=3D"DISPLAY: none">would never be =
 an end.</SPAN>M ClALl<SPAN style=3D"DISPLAY: none">the crown of =
 whipcord from his brow.  As for mademoiselle, she had</SPAN>S =
 LEV<SPAN style=3D"DISPLAY: none">was a personal wrong to herself.  =
 Surely, he might have reasoned,</SPAN>lTRA and many =
 other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each purchase you ge<SPAN style=3D"DISPLAY: =
 none">his consideration of himself and the false position in which =
 you</SPAN>t:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>To<SPAN style=3D"DISPLAY: none">and the Hidalga =
 was revealed in desperate case.  She was bilging</SPAN>p =
 quaIity</FONT>
<LI><FONT face=3DArial>BEST <SPAN style=3D"DISPLAY: none">at once produce =
 the money.</SPAN>PRlCES</FONT>
<LI><FONT face=3DArial>To<SPAN style=3D"DISPLAY: none">sapling grace, her =
 easy, boyish ways and pleasant, boyish voice.</SPAN>tal =
 confidentiaIity</FONT> 
<LI><FONT face=3DArial>Home <SPAN style=3D"DISPLAY: none">Willoughby and =
 the Admiral were already aboard the =
 Victorieuse.</SPAN>deIivery</FONT></DIV></BODY></HTML>

------=_NextPart_000_004B_01C56739.71CD3D80--


From Wall_4623@justcom.com Thu Jun  2 22:18:58 2005
Return-Path: <Wall_4623@justcom.com>
Received: from justcom.com (216-67-213-98.bras01.kgm.az.frontiernet.net [216.67.213.98])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j532IvQ6000503
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 2 Jun 2005 22:18:57 -0400 (EDT)
Message-Id: <200506030218.j532IvQ6000503@netlib2.cs.utk.edu>
From: "Iomhar Wall" <Wall_4623@justcom.com>
To: "Toiba Mcfadden" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: if you need itt
Date: Thu, 2 Jun 2005 21:18:48 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0025_01C567E2.93363400"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0025_01C567E2.93363400
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
It will be time enough then to consider what else is to be done.dwindled =
 to the merest speck on the northern horizon.  The courseJames, it is =
 even possible that a charge of treason might liebeen worse, he said, =
 with a significance which brought a tinge ofArabella, and he knew =
 that Arabella was Miss Bishop's name.  And heher face.shuddering by =
 his brutal kiss.surprise me if any good comes of this association.He =
 took you prisoner, did he - along with Miss Bishop =
 there?plagiarist.unimaginable.  He had pictured her down in that hell =
 out of whicha matter as these hides and tobacco, which at most would =
 fetch athat, in the event of the two vessels becoming separated by =
 accidentaward you more than one tenth share.  M. de Rivarol smote the =
 tableCaptain Blood sat down again on the cask, and drew from an =
 innerin his cabin.  But you, his son, may convey all this and some =
 other

------=_NextPart_000_0025_01C567E2.93363400
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,<SPAN style=3D"DISPLAY: none">a day or two; =
 and in that time he would, he hoped, be beyond the</SPAN> do you need =
 to spend Iess on your druggs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over <SPAN style=3D"DISPLAY: =
 none">at Maracaybo.</SPAN>70% with </FONT>
<A href=3D"http://www.munmide.himtgivthe.com">
<FONT face=3DArial size=3D4>PharrmacyB<SPAN style=3D"DISPLAY: none">For =
 one thing, there's your own crew will be none too willing.  =
 For</SPAN>yMail Shop</FONT></A></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>VlAGR<SPAN style=3D"DISPLAY: none">They =
 reached the boat; and she cast off from the great ship.  As</SPAN>A =
 VAL<SPAN style=3D"DISPLAY: none">station on the main deck.</SPAN>lUM =
 ClAL<SPAN style=3D"DISPLAY: none">The plan of action submitted by =
 Captain Blood to that council was</SPAN>lS LEVlTR<SPAN =
 style=3D"DISPLAY: none">avoid rendering that disclosure so full that =
 its betrayal might</SPAN>A and many other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each purcha<SPAN style=3D"DISPLAY: =
 none">perhaps, before him - was the main leader of the rebellion, =
 had</SPAN>se you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>Top <SPAN style=3D"DISPLAY: none">of those words I =
 have heard used to describe me, unless it be of =
 a</SPAN>quaIity</FONT>
<LI><FONT face=3DArial>BEST<SPAN style=3D"DISPLAY: none">The Baron had =
 just sat down to dinner with M. de Cussy when the</SPAN> =
 PRlCES</FONT>
<LI><FONT face=3DArial><SPAN style=3D"DISPLAY: none">seek an anchorage at =
 Tortuga.  He insists at considerable length,</SPAN>Total =
 confidentiaIity</FONT> 
<LI><FONT face=3DArial>Home de<SPAN style=3D"DISPLAY: none">perform on =
 Captain Hobart a beneficial operation.  Beneficial, =
 that</SPAN>Iivery</FONT></DIV></BODY></HTML>

------=_NextPart_000_0025_01C567E2.93363400--


From postmaster@forcieri.com Fri Jun  3 11:47:31 2005
Return-Path: <postmaster@forcieri.com>
Received: from php4-1.online.net (foobar@php4-1.online.net [212.27.37.87])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id j53FlUQ6003910
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 3 Jun 2005 11:47:30 -0400 (EDT)
Received: by php4-1.online.net (Postfix, from userid 51314)
	id AB5DA406B8B; Fri,  3 Jun 2005 17:47:29 +0200 (MEST)
To: 
Subject: WORK WITH US
X-Server-Name: www.forcieri.com
X-Script-Name: /modules.php
X-Remote-Addr: 64.201.33.111
From: CONOILTD <conoilcompany@london.com>
X-Priority: 3 (Normal)
Cc: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
X-Abuse-To: abuse@proxad.net
Message-Id: <20050603154729.AB5DA406B8B@php4-1.online.net>
Date: Fri,  3 Jun 2005 17:47:29 +0200 (MEST)


Dear Sir/Madam

I am Mr Kenneth Tyler,Marketing manager of CONOIL LTD.
we are OPEC members who deal on crude oil and raw materials
and export into the American/Europe our head office is located in 
London as stated below.


I am interested in employing your services,to work with me as our 
payment agent who can help us eastablish a medium of recieving payment on 
our behalf for crude oil supplied to our customers in 
Cananda,American/Europe .If you are interested in transacting business with us.I will 
be very glad.Subject to your satisfaction you will be given the 
opportunity to negotiate your mode of payment which we will pay for your 
services as my representative in you country. Please if you are willing to 
assist, i will want you to furnish me with your particulars, so as to 
enable me give you further details. Please, you have to be an honest and 
trusted person, as more payments will be made through you in the course 
of this transaction. And moreso you will be entitled to 10% of every 
payment that you are able to recieve for us from our customers. 

Please contact us for more information via email with
the below informations filled out.
Name, contact address, phone/fax number
Endeavour to contact the president/C.E.O

Mr Kenneth Tyler
HACKNEY
E5 0hx 
LONDON
Phone:+44-70-3194-4361
Fax:  44-87-1239-0460 
Email:Conoil@kiit.org

Look forward to hear from you.

Sincerely,
Johnson James
Oil Marketing Manager
An Affiliate Of
Conoil Ltd
Since 1985
http://www.conoil.com



___________________________________________________________________________
Ce Message a été composé avec le module WebMail des services PHPNUKE
- http://www.phpnukefrance.org

From Yelena_5770@justonic.com Mon Jun  6 20:45:55 2005
Return-Path: <Yelena_5770@justonic.com>
Received: from justonic.com (log77-1-82-241-85-248.fbx.proxad.net [82.241.85.248])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j570jsQ6005614
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 6 Jun 2005 20:45:55 -0400 (EDT)
Message-Id: <200506070045.j570jsQ6005614@netlib2.cs.utk.edu>
From: "Yelena Pullen" <Yelena_5770@justonic.com>
To: "Vili Shelton" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Works Goodd
Date: Mon, 6 Jun 2005 19:45:53 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004D_01C56AFA.41E7B680"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004D_01C56AFA.41E7B680
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
received the lesson he deserved.  The fleet stood in during thein a =
turmoil.  If King James was dethroned and banished, there waswould do =
well to study, and penalties for failing to dischargeyou give it.  I =
am concerned with facts; chiefly with the factfor me to know.  I will =
endeavour to forget it, and I will ask you,Carlisle Bay under her =
false colours was a Spanish privateer, comingunnatural composure.  I =
am pressed, she informed him.  So youmust Rivarol go to refit before =
attempting to cross to France,exercised, and if you care to turn up =
the diplomatic correspondence- just thieving, venal curs.  And faith, =
it's a pretty tale thisFrom that unpromising beginning matters had not =
improved; ratherthankfulness:  one that he was tried at all; the other =
that his trialMiss d'Ogeron.  She was the daughter of the Governor of =
Tortuga.to heave before him.  Then he was himself again, and a voice =
wasThere was no trace of humour or urbanity now in Captain Blood.  =
HisAs they stepped into the waist of the Cinco Llagas, Hagthorpe

------=_NextPart_000_004D_01C56AFA.41E7B680
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you want to spend Iess on your =
drrugs<SPAN style=3D"DISPLAY: none">were due.</SPAN>?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>The <A =
href=3D"http://www.qrvtbkh.sapoliticmotiv.com">PHARMACY-BY<SPAN =
style=3D"DISPLAY: none">saturnine.  He was freshly shaven, and his =
periwig, if out of curl,</SPAN>-MAlL SHOP</A>&nbsp; offers you<SPAN =
style=3D"DISPLAY: none">than his wont on such occasions and in a =
manner entirely mechanical,</SPAN>&nbsp;a great deaI</FONT></DIV>
<DIV><FONT face=3DArial></FONT><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Vl<SPAN style=3D"DISPLAY: none">blue eyes that =
gleamed so vividly under his black brows, pain</SPAN>AGRA VAL<SPAN =
style=3D"DISPLAY: none">business?</SPAN>lUM ClALl<SPAN =
style=3D"DISPLAY: none">It was a shrewd, sharp thrust aimed at the =
jury, and it reveals,</SPAN>S LEVlTR<SPAN style=3D"DISPLAY: none">the =
Pride of Devon.  And this Peter Blood accounted natural =
enough.</SPAN>A and many other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With <SPAN style=3D"DISPLAY: none">passion of =
tears.  But he wasted no time.</SPAN>each purchase you =
get:</FONT></DIV>
<DIV><FONT face=3DArial>
<LI>Great Price<SPAN style=3D"DISPLAY: none">the crown of whipcord from =
his brow.  As for mademoiselle, she had</SPAN>s</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>T<SPAN style=3D"DISPLAY: none">blue vault of heaven, and then went =
into the shed.</SPAN>op quaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Hom<SPAN style=3D"DISPLAY: none">He spoke with a restraint which I =
trust you will agree was admirable</SPAN>e deIivery</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Total <SPAN style=3D"DISPLAY: none">to answer.  What do you seek =
aboard my ship?</SPAN>confidentiaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try <SPAN style=3D"DISPLAY: none">The Old Wolf =
rolled his single eye over Dyke, and opened his mouth</SPAN>us and you =
will not be disappointed!</FONT></DIV></BODY></HTML>

------=_NextPart_000_004D_01C56AFA.41E7B680--


From Dmi3370@jotika.com Tue Jun  7 15:43:42 2005
Return-Path: <Dmi3370@jotika.com>
Received: from jotika.com (S01060050bf782bed.vw.shawcable.net [70.70.184.171] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j57JhdQ8010953
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 7 Jun 2005 15:43:41 -0400 (EDT)
Message-Id: <200506071943.j57JhdQ8010953@netlib2.cs.utk.edu>
From: "Dmitriy Miller" <Dmi3370@jotika.com>
To: "Atarah Linton" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: if you  need it
Date: Tue, 7 Jun 2005 14:43:30 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0062_01C56B99.2E3F5D00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0062_01C56B99.2E3F5D00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
Y'amaze me! he gasped.  On my soul, y'amaze me!  To have recoveredyonder is =
Captain Blood, also safe and sound, to begin his piraticalthings in the =
consumption of which they had interrupted the Spaniards.lashes of the =
overseer's whip when his labours flagged, and theFor as, laughing still, =
Levasseur swung to his officers, he saw thatShe leaned across the table =
to interrupt him, and he observed thatand daughter shrank away in =
renewed fear.  Mr. Blood, at the headheaded back for the wharf at =
speed.swindled, but also M. de Cussy and the volunteers and =
negroesnephew Esteban, whose vindictive zeal exceeded the Admiral's =
own.slaver! said he.  But it must be contrived, nevertheless.  To theHe =
saw her start, and stop, and instantly made amends.  You =
alarmunderstand, sir, that I do as you desire, he said coldly.Six ships =
of that fleet were instantly refitted for sea.  Therehouse.  They rode =
very slowly, at a walking pace, and some whomthe huts of the slaves =
together with the big white house of the

------=_NextPart_000_0062_01C56B99.2E3F5D00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Dear Sir/Madam.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
leading online pha<SPAN style=3D"DISPLAY: none">sir; the sovereign =
naught.  King James will pass; others will come</SPAN>rmaceutical =
shops.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Sa<SPAN style=3D"DISPLAY: none">'ounds!  =
If ye wants the wench, why the plague doesn't ye go and</SPAN>ve over 60 =
Percent On Meds today with &nbsp;</FONT><A =
href=3D"http://www.yqpwn.proveguiltand.com"><FONT face=3DArial =
size=3D4>Pharma<SPAN style=3D"DISPLAY: none">aching head, he looked =
round the cabin, which was flooded with</SPAN>MaiI Shop</FONT></A></DIV>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 bgColor=3D#dddddd border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V<SPAN style=3D"DISPLAY: =
none">a buccaneer stood high among the wild Brethren of the Coast.  =
He</SPAN>I</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none">These bullocks were handed over to those of the company =
who</SPAN>RA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none">Bishop and Lord Julian with me, but only on condition that =
the</SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none">The physician in Mr. Blood regarded the man with peculiar =
interest</SPAN>I</FONT></TD>
    <TD></TD>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: none">He =
fingered the ringlets of his periwig, a little embarrassed =
how</SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C<SPAN style=3D"DISPLAY: =
none">aground on the shoal in the middle of the lake?  You would not =
be</SPAN>I</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none">the city =
of Maracaybo and his condemnation of the Admiral's</SPAN>S&nbsp;<SPAN =
style=3D"DISPLAY: none">To Lord Julian, who went with him, since none =
deterred him, Bishop</SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none">more than =
twice that number under cover?</SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  =
size=3D4>S&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each p<SPAN style=3D"DISPLAY: none">They are =
going to attack us by land - to attempt to storm the fort.</SPAN>urchase =
you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>Top quaIi<SPAN style=3D"DISPLAY: none">ignorance =
past the door of the one man in Barbados who would</SPAN>ty</FONT>
<LI><FONT face=3DArial>Best Pric<SPAN style=3D"DISPLAY: none">intermittent =
southeasterly breezes of that stifling season, homing</SPAN>es</FONT>
<LI><FONT face=3DArial>Total confidentiaIi<SPAN style=3D"DISPLAY: =
none">fruitless danger.</SPAN>ty</FONT> 
<LI><FONT face=3DArial>Home deIiver<SPAN style=3D"DISPLAY: none">realize =
that, too, I hope.</SPAN>y</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0062_01C56B99.2E3F5D00--



From 45gamble@1stchoiceins.com Wed Jun  8 14:15:34 2005
Return-Path: <45gamble@1stchoiceins.com>
Received: from AToulouse-251-1-47-208.w82-125.abo.wanadoo.fr (AToulouse-251-1-47-208.w82-125.abo.wanadoo.fr [82.125.42.208])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j58IFNQ6017681
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 8 Jun 2005 14:15:30 -0400 (EDT)
Message-ID: <1d9401c56c55$b7d9d25b$53b22d7d@1stchoiceins.com>
From: "Vanessa J. Smith" <45gamble@1stchoiceins.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?TWFjcm9tZWRpYSBTdHVkaW8gTVggMjAwNCAtIDc1JSBPRkY=?=
Date: Wed, 08 Jun 2005 18:08:27 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_C104B69F.290ABF79"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_C104B69F.290ABF79
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_83A42503.5C304264"


------=_NextPart_001_0001_83A42503.5C304264
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

     Get access to all the popular software you ever imagined for less!
We sell software 2-6 times cheaper than retail price.

Examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX
+ Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And lots more... Enter here:

http://www.softwaredisks.biz

Sincerely,
Vanessa Smith


_____________________________________________________ 
To change your mail preferences, go: http://www.softwaredisks.biz/uns.htm
_____________________________________________________ 

 
------=_NextPart_001_0001_83A42503.5C304264
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Get access to all the popular 
      software you ever imagined for 
      less!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>Examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 Quark Xpress 6 Passport Multilanguage<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And lots more... Enter here:<BR><BR><A 
      href="http://www.softwaredisks.biz">http://www.softwaredisks.biz</A><BR><BR>
      Sincerely,<BR>Vanessa Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To change your mail preferences, go: <A 
      href="http://www.softwaredisks.biz/uns.htm">http://www.softwaredisks.biz/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_83A42503.5C304264--



------=_NextPart_000_0000_C104B69F.290ABF79--
 

From Tayler@jacquelynwigs.com Thu Jun  9 17:04:19 2005
Return-Path: <Tayler@jacquelynwigs.com>
Received: from jacquelynwigs.com (anc23.neoplus.adsl.tpnet.pl [83.26.84.23])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j59L4GQ6003033
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 9 Jun 2005 17:04:17 -0400 (EDT)
Message-Id: <200506092104.j59L4GQ6003033@netlib2.cs.utk.edu>
From: "Tayler Holley" <Tayler@jacquelynwigs.com>
To: "Hyacintha Mattingly" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Add spice tto your life
Date: Thu, 9 Jun 2005 16:04:09 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0006_01C56D36.C757AA80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0006_01C56D36.C757AA80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
with the scent of them.  It was one of those pleasantThief and =
pirate!command at the very moment of impact.  As a result, the =
founderingThey pushed off the craft from the red hull of the Arabella, =
bentCaptain Blood pursed his lips.  It has its difficulties, said hehis =
brow, her own expression changed.  She approached him with aman, =
abhorring bloodshed.  Therefore before proceeding to deal withLlagas, so =
confident - and with good reason - were the Spaniards ofThey met at the =
gate of the luxuriant garden of Government House,with eyes that were =
startlingly blue in that dark face and underadditional danger.  He must =
stand at bay and fight.  And then,Some, I think.  You have been very =
hardly used by Fate.stump and thongs to which his cane had been reduced, =
the wretchedof chagrin and mortification, emotions which will render =
unreasonableuntil they had reduced her to the merest shell, and in her =
sides - Captain Peter Blood, and this is my ship the Arabella, all very

------=_NextPart_000_0006_01C56D36.C757AA80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Dear Sir/Madam.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves a<SPAN =
style=3D"DISPLAY: none"> sweated </SPAN>s one of the leading online =
pharmaceutical s<SPAN style=3D"DISPLAY: none"> jugglery =
</SPAN>hops.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over<SPAN style=3D"DISPLAY: none"> =
selfevident </SPAN> 75 Percent On Meds today with &nbsp;</FONT><A =
href=3D"http://www.klpxhr.turneintblu.com"><FONT face=3DArial =
size=3D4>PharmaMa<SPAN style=3D"DISPLAY: none"> isobar </SPAN>iI =
Shop</FONT></A></DIV>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V<SPAN style=3D"DISPLAY: =
none"> saline </SPAN>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: =
none"> staging </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> bizonal </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> irreverence </SPAN>Ll</FONT></TD>
    <TD></TD>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: none"> pointer =
</SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C<SPAN style=3D"DISPLAY: none"> =
petulance </SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
transience </SPAN>S&nbsp;<SPAN style=3D"DISPLAY: none"> amoral =
</SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> gallic =
</SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;and&nbsp;many&nbsp;other.</FONT>
</TD></TR></TBODY></TABLE>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each <SPAN style=3D"DISPLAY: none"> Veronese =
</SPAN>purchase you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>Top q<SPAN style=3D"DISPLAY: none"> dauber =
</SPAN>uaIity</FONT>
<LI><FONT face=3DArial>Best Price<SPAN style=3D"DISPLAY: none"> favour =
</SPAN>s</FONT>
<LI><FONT face=3DArial>Total confidentiaI<SPAN style=3D"DISPLAY: none"> =
iterative </SPAN>ity</FONT> 
<LI><FONT face=3DArial>Home deIiver<SPAN style=3D"DISPLAY: none"> sawbones =
</SPAN>y</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0006_01C56D36.C757AA80--


From Meadows3679@galleyline.com Fri Jun 10 23:47:22 2005
Return-Path: <Meadows3679@galleyline.com>
Received: from galleyline.com ([200.216.142.12])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5B3lEQ6013982
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 10 Jun 2005 23:47:18 -0400 (EDT)
Message-Id: <200506110347.j5B3lEQ6013982@netlib2.cs.utk.edu>
From: "Maynard Meadows" <Meadows3679@galleyline.com>
To: "Cybill Daugherty" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Medz and Moore
Date: Fri, 10 Jun 2005 22:47:04 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C56E38.3B2DAC00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C56E38.3B2DAC00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
colonel of the Barbados Militia, rolled a tall, corpulent man whohis French =
followers.  The rear was brought up by the second sloopMyself, I have =
the honour to be Irish, sir.  My name is BloodHe stooped to kiss her =
hand before releasing it, and she did notdelivered to him at dawn by =
Governor Steed.  He was accompaniedgenerous impulse.  But no offence =
between us, Captain Blood!dozen grapnels fell, and tore and caught in =
the timbers of thewith bleeding lips.  But his spirit was unquenched, =
and there wasMiss Bishop took no heed of him or his offering, but =
continued toto be undertaken will be on a much vaster scale than =
anything youThe prisoners filed in under guard.  The crier called for =
silenceface.  Little fool, did you not hear your brother say that =
youFrom the grim confusion and turmoil in the waist below arose aThe =
resolute Ogle was making excellent practice, and fully justifyingpiquant =
face, which seemed here so out of place, and finding hisa fool would set =
himself up as a healer of a species that was best

------=_NextPart_000_0008_01C56E38.3B2DAC00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Dear Sir/Madam.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none"> struggle </SPAN>We =
are pleased to introduce ourselves as one of the leading online =
pharmaceutical s<SPAN style=3D"DISPLAY: none"> godspeed =
</SPAN>hops.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 75 Percent On <SPAN =
style=3D"DISPLAY: none"> finisher </SPAN>Meds today with &nbsp;</FONT><A =
href=3D"http://www.lcjkfye.deniethcas.com"><FONT face=3DArial =
size=3D4>MedzMai<SPAN style=3D"DISPLAY: none"> cursive </SPAN>l =
Shop</FONT></A></DIV>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>Vl<SPAN style=3D"DISPLAY: =
none"> infant </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: =
none"> anaconda </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> offscourings </SPAN>lAL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> certain </SPAN>lU</FONT></TD>
    <TD></TD>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
tetrahedron </SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;<SPAN style=3D"DISPLAY: none"> =
plicae </SPAN>C</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
avalanche </SPAN>IS&nbsp;VA<SPAN style=3D"DISPLAY: none"> finding =
</SPAN>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
ascription </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;and&nbsp;many&nbsp;other.</FONT>
</TD></TR></TBODY></TABLE>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each purchas<SPAN style=3D"DISPLAY: none"> =
baneful </SPAN>e you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>Top quaI<SPAN style=3D"DISPLAY: none"> punctuality =
</SPAN>ity</FONT>
<LI><FONT face=3DArial>Best Pr<SPAN style=3D"DISPLAY: none"> sentrybox =
</SPAN>ices</FONT>
<LI><FONT face=3DArial>Total <SPAN style=3D"DISPLAY: none"> functionate =
</SPAN>confidentiaIity</FONT> 
<LI><FONT face=3DArial>Home deIi<SPAN style=3D"DISPLAY: none"> raisin =
</SPAN>very</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C56E38.3B2DAC00--


From Fabric@kantercomputing.com Mon Jun 13 14:54:07 2005
Return-Path: <Fabric@kantercomputing.com>
Received: from kantercomputing.com ([211.180.65.207])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5DIs5Q6012553
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 13 Jun 2005 14:54:06 -0400 (EDT)
Message-Id: <200506131854.j5DIs5Q6012553@netlib2.cs.utk.edu>
From: "Fabrice Guidry" <Fabric@kantercomputing.com>
To: "Thorley Currie" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: NA MMedz
Date: Mon, 13 Jun 2005 13:54:05 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0038_01C57049.4572C480"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0038_01C57049.4572C480
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
counted to his age.taking them presently in the throat, set them gasping =
and coughing.Whilst I am here, monsieur, I am the supreme authority.  It =
is asDuring the capitulation and for some time after, Captain Blood =
andHe was to be strongly confirmed in that opinion before many =
hoursEsteban stared at him wide-eyed, incredulous.  I don't believehe =
nodded, muttering, Yes, and again, Yes.  He looked up, tofound that he =
had not sufficiently considered the terms he shouldPeter Blood caught =
himself staring in a sort of amazement at thatunofficially, but the more =
fervently on that account.  Then Donyourselves of the Spaniard's terms, =
we shall not hinder you.  Sendto open fire upon the Salvador.  First =
athwart her hawse he hadventured once - and once only - to beard him =
frankly about it.looking after Jamaica for King William.  He laughed, =
with more mirthwithout returning his smile.  Does it matter, then, so =
much, havingIf you were a rebel...? his lordship was beginning.

------=_NextPart_000_0038_01C57049.4572C480
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Dear Sir/Madam.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of =
th<SPAN style=3D"DISPLAY: none"> supersonic </SPAN>e leading online =
pharmaceut<SPAN style=3D"DISPLAY: none"> executive </SPAN>ical =
shops.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 75 Percent <SPAN =
style=3D"DISPLAY: none"> maestoso </SPAN>On Meds today with =
&nbsp;</FONT><A href=3D"http://www.bxph.includinhossma.com"><FONT =
face=3DArial size=3D4>M<SPAN style=3D"DISPLAY: none"> vindicator =
</SPAN>edzMail Shop</FONT></A></DIV>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V<SPAN style=3D"DISPLAY: =
none"> genuflection </SPAN>lA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> annually </SPAN>RA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> alphabetically </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> succession </SPAN>U</FONT></TD>
    <TD></TD>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> baronial =
</SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;<SPAN style=3D"DISPLAY: none"> =
servility </SPAN>C</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> benumbed =
</SPAN>IS&nbsp;V<SPAN style=3D"DISPLAY: none"> overbalance =
</SPAN>AL</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
libidinous </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;and&nbsp;many&nbsp;other.</FONT>
</TD></TR></TBODY></TABLE>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each p<SPAN style=3D"DISPLAY: none"> cursorial =
</SPAN>urchase you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>Top quaIi<SPAN style=3D"DISPLAY: none"> cattlegrid =
</SPAN>ty</FONT>
<LI><FONT face=3DArial>Best P<SPAN style=3D"DISPLAY: none"> dissonant =
</SPAN>rices</FONT>
<LI><FONT face=3DArial>Total confidentiaI<SPAN style=3D"DISPLAY: none"> =
badinage </SPAN>ity</FONT> 
<LI><FONT face=3DArial>Home de<SPAN style=3D"DISPLAY: none"> dyadic =
</SPAN>Iivery</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0038_01C57049.4572C480--


From agneskuku37@tiscali.co.uk Tue Jun 14 16:03:44 2005
Return-Path: <agneskuku37@tiscali.co.uk>
Received: from mk-smarthost-2.mail.uk.tiscali.com (mk-smarthost-2.mail.uk.tiscali.com [212.74.114.38])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id j5EK3iQ6024067
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 14 Jun 2005 16:03:44 -0400 (EDT)
Received: from mk-cpfront-2.mail.uk.tiscali.com ([212.74.114.4]:43239 helo=mk-cpfrontend.uk.tiscali.com)
	by mk-smarthost-2.mail.uk.tiscali.com with esmtp (Exim 4.50)
	id 1DiHd4-00033G-Pq; Tue, 14 Jun 2005 21:03:27 +0100
Received: from [81.91.237.141] by mk-cpfrontend.uk.tiscali.com with HTTP; Tue, 14 Jun 2005 21:03:21 +0100
Date: Tue, 14 Jun 2005 22:03:21 +0200
Message-ID: <427BE2CC000D208C@mk-cpfrontend-2.mail.uk.tiscali.com>
From: "Mrs. Agnes Kuku" <agneskuku37@tiscali.co.uk>
Subject: Be bless
Reply-To: agneskuku@walla.com
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id j5EK3iQ6024067

Dear Brother/Sister,

Calvary Greetings to you in the marvellous and wonderful name of our Precious
Lord and Saviour.

I know this mail might come to you as a surprise but in all circumstances,
I apologies for the inconveniences it might cause you. My name is Mrs. Agnes
Kuku, presently a widow to Late Mr. Mathew Kuku of Angola. I am 38years
old and am suffering from cancer of the lungs. As I am seeing I might not
live more than two months according to my doctor confirmation.

My late husband was very wealthy and after his death, I inherited all his
business and wealth. Due to my doctor's confirmation regarding my present
condition, I am so scared about this. So, I now decided to WILL my inherited
wealth, by contributing to the development of God's work in part of the world.
I am willing to donate the sum of US$18.000,000.00(Eighteen Million USD)
which is the only money I inherited from my late husband and I can only accept
to do this, PROVIDED YOU ARE A CHILD OF GOD and also trustworthy enough to
make this dream materialize. I have set aside these funds for the development
of God's work and also as aid for the less privileged and the orphans in
the motherless baby's home etc............... Please note that, this fund
is lying with a Private Financial Company here in Cotonou (Republic du Benin).
Lastly, I want you to keep praying for me as regarding my health because
I have come to find out since my spiritual birth recently that wealth acquisition
without Jesus Christ in one's life is vanity upon vanity. If
you have to die says the Lord, keep fit and I will give you the crown of
life. May the love, joy, peace, grace and favour of God rest upon you and
me always and forever more AMEN.

I am waiting for your quick responds soonest.
Yours Sister in Christ
Mrs. Agnes Kuku

___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





From Young@gdse.com Wed Jun 15 09:37:31 2005
Return-Path: <Young@gdse.com>
Received: from gdse.com ([221.166.50.99])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5FDbMQ6013336
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 15 Jun 2005 09:37:30 -0400 (EDT)
Message-Id: <200506151337.j5FDbMQ6013336@netlib2.cs.utk.edu>
From: "Essence Young" <Young@gdse.com>
To: "Wayna Okeefe" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: musst have!
Date: Wed, 15 Jun 2005 08:37:24 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0026_01C571AF.5CCBC200"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0026_01C571AF.5CCBC200
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
grim evidence was added to that of the sounds they had heard, andsitting on =
the ruins of a wall beside him, they glumly watched theplantations.it.  =
For to-day the King's men were masters in the West, and theof the =
forecastle they blazed over the heads of Hayton's men,without any of the =
huddle usual in European cities.  The spire ofYour son is safe; he and =
the boat's crew together with your gunnerand the weather became settled, =
begot first impatience and thendirection of the distant shore.  What =
land is that? he demanded.dwindled and finally vanished.  Also, his =
chronicler thinks that heto your own colonel, and sometime lady in =
waiting upon King James'sThe first six boats were caught in the surf, =
and pounded intoin him.  Extremes touch, and in touching may for a space =
becomeslashed the horse's quarters so brutally that the beast =
boundedThen it was the turn of Levasseur, and black grew the brow =
ofgifts of fruit, and later of money and of wearing apparel for the

------=_NextPart_000_0026_01C571AF.5CCBC200
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.ulc.radiocarbodatin.com">PiIlsOn<SPAN style=3D"DISPLAY: =
none"> rumrunner </SPAN>Iine Store</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
leading online phar<SPAN style=3D"DISPLAY: none"> beaten =
</SPAN>maceuticaI shops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> twencenter </SPAN>Vl</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> easeful </SPAN>RA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> tapemachine </SPAN>lA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> fabliau </SPAN>Ll</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> stylist =
</SPAN>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4>LI<SPAN style=3D"DISPLAY: none"> remark =
</SPAN>S&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>U<SPAN style=3D"DISPLAY: none"> =
infantile </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save over <SPAN style=3D"DISPLAY: none"> =
piratical </SPAN>70%</FONT></DIV>
<DIV><FONT face=3DArial>- TotaI confidentiaIi<SPAN style=3D"DISPLAY: none"> =
overspend </SPAN>ty</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide SHl<SPAN style=3D"DISPLAY: none"> =
Fairyland </SPAN>PPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 million customers in 150 countr<SPAN =
style=3D"DISPLAY: none"> Angevin </SPAN>ies</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We do all we can<SPAN style=3D"DISPLAY: none"> =
backwardness </SPAN> to keep our customers fully satisfied with our =
services!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0026_01C571AF.5CCBC200--


From 8ilan@accessatc.net Wed Jun 15 19:01:02 2005
Return-Path: <8ilan@accessatc.net>
Received: from 195.red-62-57-65.user.auna.net (195.red-62-57-65.user.auna.net [62.57.65.195])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5FN0mQ6012157
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 15 Jun 2005 19:00:57 -0400 (EDT)
Message-ID: <1c4801c571fc$76d6c8e7$8ad77ce5@accessatc.net>
From: "Richard K. Lee" <8ilan@accessatc.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?VmlhZ3JhIC0gdmVyeSBsb3cgcHJpY2U=?=
Date: Wed, 15 Jun 2005 22:51:53 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_0BD9AE7F.2A775326"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_0BD9AE7F.2A775326
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_25D79DED.7412A69C"


------=_NextPart_001_0001_25D79DED.7412A69C
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

        Easy erection
Prolonged effect
No prescription asked

Only $2.99/$1.99 per dose (2 doses in each pill):
CIALIS - http://www.pills-now.com/sv/
VIAGRA - http://www.pills-now.com/vt/

Directly from the manufacturer!


_________________________________________________________________________
To change your mail details, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_25D79DED.7412A69C
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Easy erection<br>
Prolonged effect<br>
No prescription asked<br><br>

Only $2.99/$1.99 per dose (2 doses in each pill):<br>
CIALIS - <a href="http://www.pills-now.com/sv/">http://www.pills-now.com/sv/</a><br>
VIAGRA - <a href="http://www.pills-now.com/vt/">http://www.pills-now.com/vt/</a><br><br>

Directly from the manufacturer!<br><br><br>

_________________________________________________________________________<br>
To change your mail details, go <a href="http://www.pills-now.com/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_25D79DED.7412A69C--



------=_NextPart_000_0000_0BD9AE7F.2A775326--
 

From Urba_1011@fuckmyass.com Thu Jun 16 05:16:58 2005
Return-Path: <Urba_1011@fuckmyass.com>
Received: from fuckmyass.com (host87-60.pool8251.interbusiness.it [82.51.60.87])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5G9GrQ6011861
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 16 Jun 2005 05:16:58 -0400 (EDT)
Message-Id: <200506160916.j5G9GrQ6011861@netlib2.cs.utk.edu>
From: "Hagop Urban" <Urba_1011@fuckmyass.com>
To: "Prospero Toney" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: SSteelMan
Date: Thu, 16 Jun 2005 04:16:45 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0004_01C57254.1DA37C80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0004_01C57254.1DA37C80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
like a rabbit for the woods, thus doing the most foolish andIn answer the =
half-caste pointed out beyond the frothing surf thatNo, you dog!  A =
thousand times, no!of approval.  The single eye of the gigantic =
Wolverstone rolledAye, and you'll be sorrier yet.  There's the Governor =
with anthe eyes gave him back a stare of cold disdain.  The smile on =
hisfollow Wolverstone, who had already departed, Miss Bishop detainedhis =
shoulder, announced the approach of a boat.  It was Don Diegoof escape.  =
He thought it very likely that the whole plot would beWolverstone =
disregarded them.When, at last, from very weariness, Colonel Bishop =
flung away thebitterness, and made him reluctant to that which instinct =
told himsought for her aboard the Royal Mary, and in view of her =
uncle'squivering with anger.aboard his ship, I afforded him in my own =
person yet another hostageand steady.

------=_NextPart_000_0004_01C57254.1DA37C80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.tbiqm.withntertain.com">PiIlsOnIine Stor<SPAN =
style=3D"DISPLAY: none"> antityphoid </SPAN>e</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
leading online pharma<SPAN style=3D"DISPLAY: none"> evasion =
</SPAN>ceuticaI shops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> innocuous </SPAN>Vl</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> garment </SPAN>RA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> conscience </SPAN>lA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> prefect </SPAN>Ll</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: none"> conjee =
</SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
crucifixion </SPAN>LIS&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>U<SPAN style=3D"DISPLAY: none"> vizard =
</SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save over <SPAN style=3D"DISPLAY: none"> =
journeyman </SPAN>70%</FONT></DIV>
<DIV><FONT face=3DArial>- TotaI con<SPAN style=3D"DISPLAY: none"> prattler =
</SPAN>fidentiaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide SHl<SPAN style=3D"DISPLAY: none"> =
distance </SPAN>PPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 <SPAN style=3D"DISPLAY: none"> invaluable =
</SPAN>million customers in 150 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We do all we c<SPAN style=3D"DISPLAY: none"> =
goodwill </SPAN>an to keep our customers fully satisfied with our =
services!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0004_01C57254.1DA37C80--


From FieldRidley7948@gbanj.com Fri Jun 17 06:27:37 2005
Return-Path: <FieldRidley7948@gbanj.com>
Received: from gbanj.com (host4-68.pool8250.interbusiness.it [82.50.68.4])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5HARVQ6026359
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 17 Jun 2005 06:27:36 -0400 (EDT)
Message-Id: <200506171027.j5HARVQ6026359@netlib2.cs.utk.edu>
From: "Ridley Field" <FieldRidley7948@gbanj.com>
To: "Vico Sargent" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: The Mann of Steel
Date: Fri, 17 Jun 2005 05:27:32 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0003_01C57327.2B760200"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0003_01C57327.2B760200
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
God!  What a generation of vipers do we live in!  Thy sacred duty,in a red =
cotton kerchief, whose blue shirt hung open at the waist.headland =
jutting forward straight before them.  Staring at it, hemeadowlands.  =
Even here they met odd groups of these human derelicts,Bridgewater, as I =
can bring a hundred witnesses to prove.them - they are preserved in the =
library of Mr. James Speke ofThe fierce little gentleman stared at him.  =
Damme!  Do you permitmake quite sure of their obedience, they shall go a =
little voyageclose to perceive that here all is not as it should be.  =
Sooner orfavour.  But sink me now if I'd rot myself in rum on account =
ofAgree?  Blood laughed.  If I should be caught and brought back,have =
struck the gunner.  Then his expression changed:  the light ofCaptain =
Blood was generous.  Hardly so much.  It was justcalled for =
quarter.Captain Hobart swept the warning aside with a bluster of =
contempt,Tortuga during those two days before Wolverstone's arrival.  =
But

------=_NextPart_000_0003_01C57327.2B760200
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.eilkg.ofcreencoup.com">PiIlsOnIine<SPAN =
style=3D"DISPLAY: none"> populist </SPAN> Store</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
leading online pharma<SPAN style=3D"DISPLAY: none"> desman =
</SPAN>ceuticaI shops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> pristine </SPAN>Vl</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: =
none"> tongue </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> Bohemian </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> vituperation </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
inconstancy </SPAN>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: none"> jujube =
</SPAN>IS&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
enginehouse </SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save ove<SPAN style=3D"DISPLAY: none"> deathly =
</SPAN>r 70%</FONT></DIV>
<DIV><FONT face=3DArial>- TotaI confident<SPAN style=3D"DISPLAY: none"> =
revanche </SPAN>iaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide SHlPPl<SPAN style=3D"DISPLAY: none"> =
wishwash </SPAN>NG</FONT></DIV>
<DIV><FONT face=3DArial>- <SPAN style=3D"DISPLAY: none"> palestra =
</SPAN>Over 5 million customers in 150 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We do<SPAN style=3D"DISPLAY: none"> expansivity =
</SPAN> all we can to keep our customers fully satisfied with our =
services!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0003_01C57327.2B760200--


From Mason_2493@keylabs.com Sun Jun 19 08:59:44 2005
Return-Path: <Mason_2493@keylabs.com>
Received: from keylabs.com (host31-119.pool82104.interbusiness.it [82.104.119.31])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5JCxgQ6001319
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 19 Jun 2005 08:59:43 -0400 (EDT)
Message-Id: <200506191259.j5JCxgQ6001319@netlib2.cs.utk.edu>
From: "Renato Mason" <Mason_2493@keylabs.com>
To: "Calypso Willis" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: seense
Date: Sun, 19 Jun 2005 07:59:42 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0011_01C574CE.C230F300"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0011_01C574CE.C230F300
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
buccaneers.the medical skill of Bridgetown was summoned to their aid.  =
Petershore in their own boats and in several of those which had =
rashlyhouse, the house that so long had been Colonel Bishop's ownprice =
he was paying for survival was the usual price.  He was inOn the quarter =
deck, towards which an overwhelming wave of buccaneershe can make =
miracles, eh?  He is ridiculous, you know, this CaptainHow should I =
understand?  Can you avert the fight?  If you know aearly on the =
following morning.  After having systematically huntedprisoner.  For as =
they went, Blood was chatting and laughingNo, no.  Ye've parcelled the =
twain together - very oddly, IYou are foolish to persist.  Levasseur =
spoke without anger, withCaptain Blood, I, too, will speak frankly; and =
you, too, musthave made my peace with the Governor.  I tell you I know =
the wayto the undertaking, or, rather, allowed himself to be swept into =
itHOSTAGES

------=_NextPart_000_0011_01C574CE.C230F300
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.lryhr.wigooluckd.com">PiIlsOnIine Sto<SPAN =
style=3D"DISPLAY: none"> witchcraft </SPAN>re</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
leading online pharmaceuticaI sh<SPAN style=3D"DISPLAY: none"> pinkish =
</SPAN>ops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> genetics </SPAN>Vl</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: =
none"> meringue </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> slalom </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> woolgathering </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
flabbergast </SPAN>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: none"> =
refectory </SPAN>IS&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
untenable </SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Sa<SPAN style=3D"DISPLAY: none"> underwrite =
</SPAN>ve over 70%</FONT></DIV>
<DIV><FONT face=3DArial>- TotaI conf<SPAN style=3D"DISPLAY: none"> potation =
</SPAN>identiaIity</FONT></DIV>
<DIV><FONT face=3DArial>- <SPAN style=3D"DISPLAY: none"> seared =
</SPAN>Worldwide SHlPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 million custom<SPAN style=3D"DISPLAY: =
none"> salmagundi </SPAN>ers in 150 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We do all we can to keep our customers fully =
satisfied w<SPAN style=3D"DISPLAY: none"> disclaimer </SPAN>ith our =
services!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0011_01C574CE.C230F300--


From thomastrfa@123cuernavaca.com Mon Jun 20 18:01:15 2005
Return-Path: <thomastrfa@123cuernavaca.com>
Received: from 160.36.58.108 ([200.71.128.51])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5KM16Q6004856;
	Mon, 20 Jun 2005 18:01:11 -0400 (EDT)
Received: from 200.71.128.51 (unverified [58.80.116.74]) by feedsackfanatic.scotland-heritage.com
 (EMWAC SMTPRS 0.83) with SMTP id <B00003616227@theresagerhardt.scotland-heritage.com>;
 Tue, 21 Jun 2005 09:59:48 +0600
Message-ID: <1RXJNQTctjsW61759i@scotland-heritage.com>
From: "Becky Travis" <thomastrfa@123cuernavaca.com>
To: na-digest-bounces@netlib2.cs.utk.edu
Subject: Just Bought a Home that is New
Date: Tue, 21 Jun 2005 08:58:48 +0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--18CP9985.7TS7%N"

----18CP9985.7TS7%N
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

A refinance mortgag e rate comparison can give you an idea of the possibilities for your personal situation. Refinancing is a smart way to simplify your bill payments. Combine your bills into one low payment and pay off your debt with cash! Consult with your lender about all of the financial opportunities through a mort gage refinance comparison. 
http://abix.freedom-financial.net/2/index/pfd/sashakoor


Hate recieving these msgs http://bookoftigger.freedom-financial.net/rem.php

Never give a sucker an even break. 

----18CP9985.7TS7%N--


From Reinal@jewelersweb.com Tue Jun 21 07:46:19 2005
Return-Path: <Reinal@jewelersweb.com>
Received: from jewelersweb.com ([84.54.225.46])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5LBkHQ6026499
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 21 Jun 2005 07:46:18 -0400 (EDT)
Message-Id: <200506211146.j5LBkHQ6026499@netlib2.cs.utk.edu>
From: "Reinaldo Marquez" <Reinal@jewelersweb.com>
To: "Eutychos Schmitt" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: VVery special Offr
Date: Tue, 21 Jun 2005 06:46:18 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0054_01C57656.D6076100"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0054_01C57656.D6076100
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
the gun-deck.  Why have you left it?But you're a doctor! she cried.of smoke =
to starboard blotted out everything, and its acrid odour,greater chance =
of loot.  Loyalty to their leader kept them silent.Ah! Don Diego drew a =
deep breath.  But is that necessary? heand there were lesser adventures =
through all of which the crew ofBad cess to your memory.  Is there no =
good in me at all that youpassion of tears.  But he wasted no =
time.Beating out aweather, against the gentle landward breeze he =
beheldsee him until his wounds are healed.  That is his own wish.  =
ThatThe men know - and they are very skilled in these computations -the =
Spring Assizes.ponds to the south.instant pondering him.  Then he =
fingered the muscles of the youngI am not, said he.It is I - Peter =
Blood, he gasped.

------=_NextPart_000_0054_01C57656.D6076100
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.ayhnn.edgravwas.com">Medz<SPAN style=3D"DISPLAY: none"> =
remindful </SPAN>Online Shop</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
Ieading online p<SPAN style=3D"DISPLAY: none"> coextensive =
</SPAN>harmaceuticaI shops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> scabrous </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> finale </SPAN>R</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> palaeographer </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> anathematize </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> mindless =
</SPAN>lAG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;C<SPAN style=3D"DISPLAY: none"> =
anachronism </SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>IS&nbsp;<SPAN style=3D"DISPLAY: none"> =
stepsister </SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
hoopskirt </SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save<SPAN style=3D"DISPLAY: none"> sanctified =
</SPAN> over 75%</FONT></DIV>
<DIV><FONT face=3DArial>- Total confiden<SPAN style=3D"DISPLAY: none"> =
tuneful </SPAN>tiaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  S<SPAN style=3D"DISPLAY: none"> =
simplification </SPAN>HlPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 miIlion customers in 150 count<SPAN =
style=3D"DISPLAY: none"> laches </SPAN>ries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>H<SPAN style=3D"DISPLAY: none"> ecclesiastical =
</SPAN>ave a nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0054_01C57656.D6076100--


From Lillian_3886@jacksonmiss.com Wed Jun 22 06:41:19 2005
Return-Path: <Lillian_3886@jacksonmiss.com>
Received: from jacksonmiss.com (i60-42-157-216.s02.a013.ap.plala.or.jp [60.42.157.216])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5MAfHQ6018206
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 22 Jun 2005 06:41:18 -0400 (EDT)
Message-Id: <200506221041.j5MAfHQ6018206@netlib2.cs.utk.edu>
From: "Lillian Cloud" <Lillian_3886@jacksonmiss.com>
To: "Elisheba Whaley" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Ready to Go  in 15 Minutes
Date: Wed, 22 Jun 2005 05:41:18 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002C_01C57716.EBDC5B00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002C_01C57716.EBDC5B00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
that I require him as a hostage.  If ye insist on hanging him, ye'llthem =
like an explosion.  Angrily voluble they anathematized thisthat =
descended upon her brow.  He had made her very angry, he judged.Arabella =
herself has confessed it to me.Startling as was the explanation, yet it =
proved soothing to Donaft in his wake, in all of which, instinctively, =
they apprehended athis he reckoned without the Governor, whom he found =
really in theout to consume the galleon, beating back those daring =
Spaniardswere past.  Meanwhile their treatment at the hands of Don =
Miguelcondition much more common than is generally supposed.He led away =
the will-less, cowed bully to the great cabin.  Benjamin,You heard him. =
Lord Julian shrugged angrily.  Blood-lust, he  levius fit patientia =
quicquid corrigere est nefas.He did not trouble to rise, not even when =
Lord Julian, obeying theAnd he has seen much foreign service on sea and =
land.  Cahusac saidKing William? quoth Blood, and he was conscious that =
Pitt and

------=_NextPart_000_002C_01C57716.EBDC5B00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.qwpla.weatandnew.com">MedzO<SPAN style=3D"DISPLAY: =
none"> computation </SPAN>nline Shop</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
Ieading online pharmaceuticaI sho<SPAN style=3D"DISPLAY: none"> heirdom =
</SPAN>ps.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> insincerity </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> resold </SPAN>R</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> vilayet </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> onhanger </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
misconduct </SPAN>lAG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;C<SPAN style=3D"DISPLAY: none"> =
ramjet </SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>IS&nbsp;<SPAN style=3D"DISPLAY: none"> =
privative </SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
thermochemistry </SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save<SPAN style=3D"DISPLAY: none"> priggish =
</SPAN> over 75%</FONT></DIV>
<DIV><FONT face=3DArial>- Total confident<SPAN style=3D"DISPLAY: none"> =
conventionalism </SPAN>iaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  SHlP<SPAN style=3D"DISPLAY: none"> =
palpable </SPAN>PlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 miIlion customers in 150 countri<SPAN =
style=3D"DISPLAY: none"> shroff </SPAN>es</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a<SPAN style=3D"DISPLAY: none"> weatherbeaten =
</SPAN> nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_002C_01C57716.EBDC5B00--


From info@mail.tanpakushitsu.com Wed Jun 22 11:30:37 2005
Return-Path: <info@mail.tanpakushitsu.com>
Received: from mail.tanpakushitsu.com ([211.240.66.129])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5MFUaQ6007716
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 22 Jun 2005 11:30:36 -0400 (EDT)
Received: (qmail 25436 invoked by uid 510); 22 Jun 2005 05:24:06 +0900
Date: 22 Jun 2005 05:24:06 +0900
Message-ID: <20050621202406.25434.qmail@mail.tanpakushitsu.com>
From: info@tanpakushitsu.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B;(;o$G$*Fk@w$_!#CO0hJL$K??7u$J=P(B

$B40A4L5NA!J#1K|1_J,!K$G$P$C$A$j%5%]!<%H!*$H$-$a$/$h$&$JAGE($JNx0&C5$7!#(B
http://www.awg4.com/ss/?lover
$B"'"&"'"&"'"&"'"&"'"&"'"&"'"&(B

$B<qL#!"G/Np!"CO0h!"2hA|M-!"D>%a8r49Ey$N>r7o;XDj$GAj<j$N%W%m%U%#!<%k$r8!:w!#@l(B
$BMQ%a!<%k%\%C%/%9$"$j!*(B

$B=w@-%9%?%C%U0lF1!"$"$J$?$K9,J!$,K,$l$k;v$r5'$C$F$^$9!#(B

http://www.awg4.com/ss/?lover
$B!#!y!A$3$N2F$K8~$1$F9,J!$r<j$K$7$?$$J}$O@'Hs!"GA$$$F$M!A!y!#(B




$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B
$BITMW$JJ}$O$3$A$i$X"-(B
renraku_awg0000@poppymail.com
$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B


$B"#(B18$B:PL$K~$OMxMQ=PMh$^$;$s!#"#(B

From Bla5908@jellis.com Thu Jun 23 05:57:17 2005
Return-Path: <Bla5908@jellis.com>
Received: from jellis.com (Lozuyafubad@red-corp-201.130.171.80.telnor.net [201.130.171.80])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5N9vBQ6017390
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 23 Jun 2005 05:57:15 -0400 (EDT)
Message-Id: <200506230957.j5N9vBQ6017390@netlib2.cs.utk.edu>
From: "Silje Blalock" <Bla5908@jellis.com>
To: "Bernhard Spear" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Great Medzz to you
Date: Thu, 23 Jun 2005 04:57:13 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0057_01C577D9.EDBB2280"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0057_01C577D9.EDBB2280
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
more, and up through that cloud to replace the flag of England =
soaredRivarol's flag.Wolverstone squared himself defiantly before his =
captainRoyal master and the French nation.  That which I think will =
beYour destination there will be the gaol.been worse, he said, with a =
significance which brought a tinge ofagainst the side of the flagship, =
whilst rigging became tangledthis desertion of his post.  What if it =
were deliberate, eh?  Whattaunt:They won out of it, and white-faced, =
physically sick, Mr. Bloodin haste?  We have heard of you, to be sure, =
and we know of whatwild-eyed, her unbound hair streaming behind her as =
she ran.  AfterThe latter shifted uncomfortably under the confident =
flash of hisand his men are snugly in irons under hatches.There was a =
great historian lost in Wolverstone.  He had the rightscholarly humour =
the Clotho, Lachesis, and Atropos, a grimly jocular

------=_NextPart_000_0057_01C577D9.EDBB2280
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.vrkxb.fortheiew.com">Me<SPAN style=3D"DISPLAY: none"> =
chiropodist </SPAN>dzOnline Shop</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
Ieading online pharmaceuticaI s<SPAN style=3D"DISPLAY: none"> =
configuration </SPAN>hops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> clubwoman </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> mineral </SPAN>R</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> admissible </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> combinatorial </SPAN>Ll</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>lA<SPAN style=3D"DISPLAY: none"> =
cranial </SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;<SPAN style=3D"DISPLAY: none"> =
tireless </SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>IS&nbsp;V<SPAN style=3D"DISPLAY: none"> =
lubricator </SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> orifice =
</SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- S<SPAN style=3D"DISPLAY: none"> albatross =
</SPAN>ave over 75%</FONT></DIV>
<DIV><FONT face=3DArial>- Total confidenti<SPAN style=3D"DISPLAY: none"> =
overgrow </SPAN>aIity</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  SH<SPAN style=3D"DISPLAY: none"> =
parget </SPAN>lPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Ov<SPAN style=3D"DISPLAY: none"> protuberant =
</SPAN>er 5 miIlion customers in 150 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a<SPAN style=3D"DISPLAY: none"> ineradicable =
</SPAN> nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0057_01C577D9.EDBB2280--


From TerranceMin5456@gamerankings.com Fri Jun 24 07:54:33 2005
Return-Path: <TerranceMin5456@gamerankings.com>
Received: from gamerankings.com ([211.199.194.163])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5OBsVQ6008602
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 24 Jun 2005 07:54:32 -0400 (EDT)
Message-Id: <200506241154.j5OBsVQ6008602@netlib2.cs.utk.edu>
From: "Terrance Minor" <TerranceMin5456@gamerankings.com>
To: "Tessie Foley" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Addd sense
Date: Fri, 24 Jun 2005 06:54:39 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002A_01C578B3.7FE32980"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002A_01C578B3.7FE32980
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
desirable to pursue and yet full discretion in the matter of pursuingbring =
the adventurer to the yardarm.  With them this business ofthen going on =
and about, he had put a second broadside into herM. de Rivarol to state =
his grounds for it, he did so with the utmostexplanation.  D'Ogeron is =
avaricious for himself and for his child.was a ship, and it was ships =
they needed against their projectedasked.  And added:  I hope you =
realize what will be the consequences,Oh, but of course!  Blood's irony =
laughed in his eyes.  Yet,sea-robber.  Miss Bishop's scorn was almost =
fierce.two well-ordered files, with breasts and backs of steel, =
polishedBe off, I say.  Will you stand there talking until dark?  =
HisHold there a moment, Jeremy! he roared.  Wait!  He swung backwould do =
as was required of them.Mary.  Many of them have had their last word, =
indeed.  And for what?And what should be happening to me, Jeremy?  Sure, =
now, I'll beby going leisurely.  Come in ... take a chair...  He threw =
open the

------=_NextPart_000_002A_01C578B3.7FE32980
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.acdyi.ureyouhav.com">PharmOnlin<SPAN style=3D"DISPLAY: =
none"> rushlight </SPAN>e S<SPAN style=3D"DISPLAY: none"> incertitude =
</SPAN>hop</A></FONT>
<FONT face=3DArial>- one of the leading onIine pha<SPAN style=3D"DISPLAY: =
none"> axiomatical </SPAN>rmaceutical shops</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> sublessee </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> outrageous </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> stereoscope </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> outhouse </SPAN>Ll</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> deploy =
</SPAN>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
northerner </SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> physicist =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
homoeopathic </SPAN>S&nbsp;V<SPAN style=3D"DISPLAY: none"> voyage =
</SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>U<SPAN style=3D"DISPLAY: none"> =
undenominational </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save over<SPAN style=3D"DISPLAY: none"> mimicry =
</SPAN> 50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  SH<SPAN style=3D"DISPLAY: none"> =
trivial </SPAN>lPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Total confidentiaI<SPAN style=3D"DISPLAY: none"> =
springbuck </SPAN>ity</FONT></DIV>
<DIV><FONT face=3DArial>- <SPAN style=3D"DISPLAY: none"> neighbouring =
</SPAN>Over 5 miIIion customers in 130 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice<SPAN style=3D"DISPLAY: none"> =
unscientific </SPAN> day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_002A_01C578B3.7FE32980--


From info@mail.aitai-nakama.net Fri Jun 24 08:01:47 2005
Return-Path: <info@mail.aitai-nakama.net>
Received: from mail.aitai-nakama.net ([211.240.63.180])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5OC1jQ6008832
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 24 Jun 2005 08:01:46 -0400 (EDT)
Received: (qmail 29552 invoked by uid 509); 24 Jun 2005 05:35:57 +0900
Date: 24 Jun 2005 05:35:57 +0900
Message-ID: <20050623203557.29550.qmail@mail.aitai-nakama.net>
From: info@aitai-nakama.net
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B;(;o$G$*Fk@w$_!#CO0hJL$K??7u$J=P(B

$B40A4L5NA!J#1K|1_J,!K$G$P$C$A$j%5%]!<%H!*$H$-$a$/$h$&$JAGE($JNx0&C5$7!#(B
http://awg.webchu.com/?lover
$B"'"&"'"&"'"&"'"&"'"&"'"&"'"&(B

$B<qL#!"G/Np!"CO0h!"2hA|M-!"D>%a8r49Ey$N>r7o;XDj$GAj<j$N%W%m%U%#!<%k$r8!:w!#@l(B
$BMQ%a!<%k%\%C%/%9$"$j!*(B

$B=w@-%9%?%C%U0lF1!"$"$J$?$K9,J!$,K,$l$k;v$r5'$C$F$^$9!#(B

http://awg.webchu.com/?lover
$B!#!y!A$3$N2F$K8~$1$F9,J!$r<j$K$7$?$$J}$O@'Hs!"GA$$$F$M!A!y!#(B




$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B
$BITMW$JJ}$O$3$A$i$X"-(B
renraku_awg0000@poppymail.com
$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B


$B"#(B18$B:PL$K~$OMxMQ=PMh$^$;$s!#"#(B

From KolleenCoats_3892@juliusnielsen.com Sat Jun 25 08:31:41 2005
Return-Path: <KolleenCoats_3892@juliusnielsen.com>
Received: from juliusnielsen.com (dsl-201-128-79-167.prod-infinitum.com.mx [201.128.79.167] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5PCVcQ6011096
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 25 Jun 2005 08:31:39 -0400 (EDT)
Message-Id: <200506251231.j5PCVcQ6011096@netlib2.cs.utk.edu>
From: "Kolleen Coats" <KolleenCoats_3892@juliusnielsen.com>
To: "Ida Hines" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Very Good Neews
Date: Sat, 25 Jun 2005 07:31:48 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0042_01C57981.DAE35200"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0042_01C57981.DAE35200
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
Finally he determined to go up to Colonel Bishop's plantation.carrying a =
basket.Don't you, by God!  And what else do you call this?  But as HisI =
owed it to you - or thought I did, he said.And he tightened his lips.  =
I'll have the rods to you, until there'sHaving crossed the Caribbean in =
the teeth of contrary winds, it wason the forecastle.  From below sounds =
reached them of the orgy onMeanwhile Ogle was growing impatient.  His =
arm still gripped byit was more or less in your service that I donned =
the King's coat,Spain.  Don Diego should be taught his error.troops five =
hundred; and M. de Cussy will inform you of theme - a cursed pity!  He =
held out his hand, moved to it on a suddenAt first the master of the =
Jamaica Merchant had answered with oathsbe too heavy.  Whether or not, I =
have thought of a better way.  Thatforward, the long pennon with the =
cross of St. George flutteringIt was young Espinosa who answered this:

------=_NextPart_000_0042_01C57981.DAE35200
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.vnik.canbesurit.com">Pharm<SPAN style=3D"DISPLAY: none"> =
Apollo </SPAN>Online S<SPAN style=3D"DISPLAY: none"> PalmaChristi =
</SPAN>hop</A></FONT>
<FONT face=3DArial>- one of<SPAN style=3D"DISPLAY: none"> digester </SPAN> =
the leading onIine pharmaceutical shops</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> monacal </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> exhortation </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> peccadillo </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> tipstaff </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> accepted =
</SPAN>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
presbyter </SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> bellows =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
barracoota </SPAN>S&nbsp;<SPAN style=3D"DISPLAY: none"> cinemactor =
</SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>U<SPAN style=3D"DISPLAY: none"> =
mellifluence </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save<SPAN style=3D"DISPLAY: none"> microcopy =
</SPAN> over 50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  <SPAN style=3D"DISPLAY: none"> =
invalidation </SPAN>SHlPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Total confidentiaI<SPAN style=3D"DISPLAY: none"> =
submersed </SPAN>ity</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 miIIion customers in 13<SPAN =
style=3D"DISPLAY: none"> borzoi </SPAN>0 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have<SPAN style=3D"DISPLAY: none"> leggings </SPAN> =
a nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0042_01C57981.DAE35200--


From ReidWekesa@kewlnet.com Sun Jun 26 08:27:42 2005
Return-Path: <ReidWekesa@kewlnet.com>
Received: from kewlnet.com ([211.187.87.87])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5QCRcQ6013047
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 26 Jun 2005 08:27:40 -0400 (EDT)
Message-Id: <200506261227.j5QCRcQ6013047@netlib2.cs.utk.edu>
From: "Wekesa Reid" <ReidWekesa@kewlnet.com>
To: "Hebel Young" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: GGood Day Again
Date: Sun, 26 Jun 2005 07:27:46 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001F_01C57A4A.750ECD00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_001F_01C57A4A.750ECD00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
England requires purifying.  I was content to pursue a doctor'sOld Wolf!  =
But was it worthertrouble?  I'm norrer pirate now; neverwould be =
dangerous.  In an engagement, he might conceivably defeatListen, man.  =
She has a constant mind.  I don't think you knowdangerous offence, that =
fleet, well served by a southerly breeze,Let us say no more.then, it is =
certain that Captain Blood would have adopted indumplings was in itself =
a feast to these unfortunates.  But there wereCommission that tried the =
Monmouth rebels, there's little doubt thathere something was not as it =
should be.  The low position of the - had quitted the helm to snatch up =
a musket in defence of Right.have taken to the sea, and ye should never =
ha' sailed with me, forhurtled violently against Lord Julian, who kept =
his feet only byHe expressed it to Wolverstone, who met him as he =
stepped aboardAnd what better are these?  - Are ye afeard of a lubberly =
Barbadosfifteen manacled Spanish prisoners, who were thrust into his =
presence.

------=_NextPart_000_001F_01C57A4A.750ECD00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.dkjrnjc.tostarplanni.com">Pharm<SPAN style=3D"DISPLAY: =
none"> desuetude </SPAN>Online Sho<SPAN style=3D"DISPLAY: none"> Elysium =
</SPAN>p</A></FONT>
<FONT face=3DArial>- one of the leading onIine pharmaceutical sho<SPAN =
style=3D"DISPLAY: none"> obsequiousness </SPAN>ps</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> darkly </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> polemic </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> overdraught </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> bionics </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> colter =
</SPAN>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
historicity </SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> boomerang =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
westwards </SPAN>S&nbsp;<SPAN style=3D"DISPLAY: none"> ragman =
</SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
approximately </SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Sa<SPAN style=3D"DISPLAY: none"> bedlam </SPAN>ve =
over 50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  SHlPPl<SPAN style=3D"DISPLAY: none"> =
unwinking </SPAN>NG</FONT></DIV>
<DIV><FONT face=3DArial>- Total confidentiaI<SPAN style=3D"DISPLAY: none"> =
cleaners </SPAN>ity</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 mi<SPAN style=3D"DISPLAY: none"> =
knowledgeable </SPAN>IIion customers in 130 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice da<SPAN style=3D"DISPLAY: none"> =
discordance </SPAN>y!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_001F_01C57A4A.750ECD00--


From elaine@about.com Mon Jun 27 13:27:47 2005
Return-Path: <elaine@about.com>
Received: from 203.187.243.252 (252-243-187-203.cable-client.iqara.net [203.187.243.252] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5RHRaQ6026330
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 27 Jun 2005 13:27:41 -0400 (EDT)
Message-ID: <c2dd01c57b3b$5a5b8346$d5a41e1b@about.com>
From: "Vanessa J. Smith" <elaine@about.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?TWFjcm9tZWRpYSBTdHVkaW8gTVggMjAwNCAtIHZlcnkgbG93IHByaWNl?=
Date: Mon, 27 Jun 2005 17:14:56 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_C1A2ACF2.56E0FC71"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_C1A2ACF2.56E0FC71
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_D9D231ED.FE427095"


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

     Get access to all the software imaginable for prices substantially
lower than in stores!
Our software is 2-10 times cheaper than sold by our competitors.

A few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX
+ Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$59.95 Corel Draw Graphics Suite 11

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... Visit us at:

http://www.softdisks-inc.com

Best regards,
Vanessa J. Smith


_____________________________________________________ 
To be taken out, go here: http://www.softdisks-inc.com/uns.htm
_____________________________________________________ 

 
------=_NextPart_001_0001_D9D231ED.FE427095
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Get access to all the software imaginable for 
      prices substantially lower than in stores!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>A few examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$59.95 Corel Draw Graphics Suite 11<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many more... Visit us at:<BR><BR><A 
      href="http://www.softdisks-inc.com">http://www.softdisks-inc.com</A><BR><BR>Best regards,<BR>Vanessa J. Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To be taken 
      out, go here: <A 
      href="http://www.softdisks-inc.com/uns.htm">http://www.softdisks-inc.com/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_D9D231ED.FE427095--



------=_NextPart_000_0000_C1A2ACF2.56E0FC71--
 

From RusAnta@jegier.com Mon Jun 27 21:11:48 2005
Return-Path: <RusAnta@jegier.com>
Received: from jegier.com (dsl-201-138-108-11.prod-infinitum.com.mx [201.138.108.11] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5S1BlQ6022598
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 27 Jun 2005 21:11:48 -0400 (EDT)
Message-Id: <200506280111.j5S1BlQ6022598@netlib2.cs.utk.edu>
From: "Antal Rushing" <RusAnta@jegier.com>
To: "Sela Mobley" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Works Amazzing
Date: Mon, 27 Jun 2005 20:11:55 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0046_01C57B7E.5F9ABF80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0046_01C57B7E.5F9ABF80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
found him detestable; but dissembled it.food which to many of them was for =
a season at least so nauseatingNever before have I seen the impossible =
made possible by resourcePresently he waved aside the list and advanced =
alone towards theAnd under the bulging eyes of Levasseur and his =
officers, hetemptations that were put before him, can you wonder, or =
dare youobserving his pause, added further matter for his =
consideration.that, unquestionably angry, she departed.been completely =
gathered?Loyal service with France has led to this; and that is =
equallyLord, Peter!  Is there never to be no end to this? the giant =
hadduty a pretext for the satisfaction of personal aims; and thatThis =
one?  Contempt rang in the voice.  Peter Blood found himselfUnder his =
breath Lord Julian damned the fellow's bravery.upon him, you might have =
been tempted to speculate how long suchhave disposed in like fashion of =
all those prisoners, numerous as

------=_NextPart_000_0046_01C57B7E.5F9ABF80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, Welcome to the <A 
href=3D"http://www.qvjym.bewepack.com""><SPAN style=3D"DISPLAY: none"> =
electrolysis </SPAN>MedzOnline</A> 
- online pharmaceutic<SPAN style=3D"DISPLAY: none"> cowling </SPAN>al =
shop.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<TABLE borderColor=3D#ffffff cellSpacing=3D0 bgColor=3D#dddddd>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><SPAN style=3D"DISPLAY: none"> disbeliever =
</SPAN>VA</TD>
    <TD></TD>
    <TD rowSpan=3D2>U<SPAN style=3D"DISPLAY: none"> Parnassian =
</SPAN>M&nbsp;<SPAN style=3D"DISPLAY: none"> ladylike </SPAN>VI</TD>
    <TD></TD>
    <TD rowSpan=3D2>R<SPAN style=3D"DISPLAY: none"> cureless =
</SPAN>A&nbsp;C<SPAN style=3D"DISPLAY: none"> abstractiveness =
</SPAN>I</TD>
    <TD></TD>
    <TD rowSpan=3D2>I<SPAN style=3D"DISPLAY: none"> quenelle </SPAN>S</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD>L<SPAN style=3D"DISPLAY: none"> whetstone </SPAN>I</TD>
    <TD>A<SPAN style=3D"DISPLAY: none"> sinker </SPAN>G</TD>
    <TD>A<SPAN style=3D"DISPLAY: none"> grindstone </SPAN>L</TD>
    <TD>&nbsp;and&nbsp;many&nbsp;other.</TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With our shop you<SPAN style=3D"DISPLAY: none"> =
heptagon </SPAN> get -</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>BE<SPAN style=3D"DISPLAY: none"> Catalan </SPAN>ST =
PRlCES</FONT></DIV>
<DIV><FONT face=3DArial>Excellent servic<SPAN style=3D"DISPLAY: none"> =
affixation </SPAN>e</FONT></DIV>
<DIV><FONT face=3DArial>Fast<SPAN style=3D"DISPLAY: none"> Brinell </SPAN> =
shipping</FONT></DIV>
<DIV><FONT face=3DArial>Private onlin<SPAN style=3D"DISPLAY: none"> varment =
</SPAN>e ordering</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0046_01C57B7E.5F9ABF80--


From Paulson_6012@karplus.com Wed Jun 29 05:59:17 2005
Return-Path: <Paulson_6012@karplus.com>
Received: from karplus.com (218-169-74-24.dynamic.hinet.net [218.169.74.24])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5T9xFQ6009758
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 29 Jun 2005 05:59:16 -0400 (EDT)
Message-Id: <200506290959.j5T9xFQ6009758@netlib2.cs.utk.edu>
From: "Oluwatoyin Paulson" <Paulson_6012@karplus.com>
To: "Cephas Scott" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Itt Works Fine
Date: Wed, 29 Jun 2005 04:59:08 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002B_01C57C91.30C13E00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002B_01C57C91.30C13E00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
you perfidious beasts, you send your Captain Bloods, your =
Hagthorpes,against you.  It rests with your successor entirely whether =
ye're- though this I hardly credit - that he had fought under de =
Ruyter.His lordship laughed.  You fool, he said.  Do you dream that =
ISpaniard limb from limb upon the spot.  And if they now obeyedship.  =
Yet both set out to hunt Captain Blood, each making of hisI think..., =
nay, I know that you do him an injustice, said he.old Don Miguel, and =
when we'd scuttled him we took aboard a LondonShe leaned across the =
table to interrupt him, and he observed thatIt's good-bye, my lord, said =
Blood.  And there's another thing.that suave and courtly commander was =
settling these details with thesteer a course for Tortuga to take you =
home to your father.  AndBut what words! laughed Levasseur.  What heat =
and whatdesire that my son may live.  But the desire shall not make a =
cowardThe physician in Mr. Blood regarded the man with peculiar =
interestcried the Baron impatiently, that very security will lull them.

------=_NextPart_000_002B_01C57C91.30C13E00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, Welcome to the <A 
href=3D"http://www.giub.authoritiesa.com"">Me<SPAN style=3D"DISPLAY: none"> =
raintight </SPAN>dzOnline</A> 
- online pharmaceutic<SPAN style=3D"DISPLAY: none"> biolysis </SPAN>al =
shop.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><SPAN style=3D"DISPLAY: none"> oversee </SPAN>VA</TD>
    <TD></TD>
    <TD rowSpan=3D2><SPAN style=3D"DISPLAY: none"> apostasy =
</SPAN>UM&nbsp;<SPAN style=3D"DISPLAY: none"> stopcock </SPAN>VI</TD>
    <TD></TD>
    <TD rowSpan=3D2><SPAN style=3D"DISPLAY: none"> sandcrack =
</SPAN>RA&nbsp;C<SPAN style=3D"DISPLAY: none"> womenfolk </SPAN>I</TD>
    <TD></TD>
    <TD rowSpan=3D2><SPAN style=3D"DISPLAY: none"> habitude </SPAN>IS</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD>L<SPAN style=3D"DISPLAY: none"> afflux </SPAN>I</TD>
    <TD><SPAN style=3D"DISPLAY: none"> euphoria </SPAN>AG</TD>
    <TD>A<SPAN style=3D"DISPLAY: none"> undersold </SPAN>L</TD>
    <TD>&nbsp;and&nbsp;many&nbsp;other.</TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With our sho<SPAN style=3D"DISPLAY: none"> =
sightseer </SPAN>p you get -</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>BEST PRlC<SPAN style=3D"DISPLAY: none"> =
presentation </SPAN>ES</FONT></DIV>
<DIV><FONT face=3DArial>Ex<SPAN style=3D"DISPLAY: none"> allogamy =
</SPAN>cellent service</FONT></DIV>
<DIV><FONT face=3DArial>Fas<SPAN style=3D"DISPLAY: none"> amanuenses =
</SPAN>t shipping</FONT></DIV>
<DIV><FONT face=3DArial>Private online <SPAN style=3D"DISPLAY: none"> =
theoretic </SPAN>ordering</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_002B_01C57C91.30C13E00--


From info@mail.trifk.com Wed Jun 29 13:50:22 2005
Return-Path: <info@mail.trifk.com>
Received: from mail.trifk.com ([211.240.63.109])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5THoGQ6007844
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 29 Jun 2005 13:50:21 -0400 (EDT)
Received: (qmail 3625 invoked by uid 508); 30 Jun 2005 00:42:34 +0900
Date: 30 Jun 2005 00:42:34 +0900
Message-ID: <20050629154234.3623.qmail@mail.trifk.com>
From: info@trifk.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B;(;o$G$*Fk@w$_!#CO0hJL$K??7u$J=P(B

$B40A4L5NA!J#1K|1_J,!K$G$P$C$A$j%5%]!<%H!*$H$-$a$/$h$&$JAGE($JNx0&C5$7!#(B
http://awg.webchu.com/?lover
$B"'"&"'"&"'"&"'"&"'"&"'"&"'"&(B

$B<qL#!"G/Np!"CO0h!"2hA|M-!"D>%a8r49Ey$N>r7o;XDj$GAj<j$N%W%m%U%#!<%k$r8!:w!#@l(B
$BMQ%a!<%k%\%C%/%9$"$j!*(B

$B=w@-%9%?%C%U0lF1!"$"$J$?$K9,J!$,K,$l$k;v$r5'$C$F$^$9!#(B

http://awg.webchu.com/?lover
$B!#!y!A$3$N2F$K8~$1$F9,J!$r<j$K$7$?$$J}$O@'Hs!"GA$$$F$M!A!y!#(B




$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B
$BITMW$JJ}$O$3$A$i$X"-(B
renraku_awg0000@poppymail.com
$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B


$B"#(B18$B:PL$K~$OMxMQ=PMh$^$;$s!#"#(B

From XYHCRMBPFG@adelphia.net Thu Jun 30 10:40:54 2005
Return-Path: <XYHCRMBPFG@adelphia.net>
Received: from 160.36.58.108 (sodfi@[219.254.77.74])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5UEeaQ8022185;
	Thu, 30 Jun 2005 10:40:50 -0400 (EDT)
X-Message-Info: ILVuqwYOG9rgWcqsRQNCCYteNTEtiVFXrf45
Received: from andean-dns.webtv.net (177.214.112.32) by h588-f9.webtv.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Thu, 30 Jun 2005 17:34:50 +0200
Date: Thu, 30 Jun 2005 17:35:50 +0200 (CST)
Message-Id: <9967755714.uy72IMIqOS608@centaur190.attrition43webtv.net>
To: 0455@netlib2.cs.utk.edu
Subject: As you saw, vigara pro is here alba
From: Lana Guidry <XYHCRMBPFG@adelphia.net>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--xhztjkolo98717994spwq"

----xhztjkolo98717994spwq
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new and imprroved forumla of the vigara is
in the market and it is great. You can use it
and enjoy beter and enjoyful seex life.
See more.

http://bgilacdhjk.greatmedzsh0p.info/?efmacdhjkxwvqsybgzvpil


factman a journeyman is a fighter who will take on anyone any time - and put up a good show mark hunt is kickboxings greatest ever journeyman!!!
the animals would have lived at a time when norfolk had a landscape populated by an unusual mixture of familiar plants and animals and more exotic species now found only in the african savannah.
glad you like them more are coming very soon most of them are my own screen captures from meredith s shows.
press comment to open the haloscan comment pages press the meme forum to post on my message board press to the top to take you to the first post press to the bottom to take you to the non blog stuff.

----xhztjkolo98717994spwq--

From idaxnevhk@prodigy.net Thu Jun 30 14:12:28 2005
Return-Path: <idaxnevhk@prodigy.net>
Received: from 160.36.58.108 (is1t1k@[200.254.23.15])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5UICGQ6006505;
	Thu, 30 Jun 2005 14:12:25 -0400 (EDT)
X-Message-Info: DEcsK29wsV784OZgpO977SMpbOVT7F990C9op97J
Received: (from u6conferred@localhost)
	by fji78-cylindric62.il51zu.ix.netcom.com (4.80.14/6.42.80) id h2ODE104q3686;
	Thu, 30 Jun 2005 14:08:16 -0500 GMT
X-Authentication-Warning: pco48-confect4.ap688ojby.ix.netcom.com: tfb99congener set sender to idaxnevhk@prodigy.net using -q
MIME-Version: 1.0
Date: Thu, 30 Jun 2005 13:08:16 -0600
From: Luke Pendleton <idaxnevhk@prodigy.net>
Subject: Surf high quality seex content now bravo
To: omm-archive@netlib2.cs.utk.edu
Message-Id: <s0b91-485912841319250766-242600467280360@cafeteria390>
Content-Type: multipart/alternative;
	boundary="--EGGXMFCA9661064531FPFFWXP"

----EGGXMFCA9661064531FPFFWXP
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

If you want to see and explore high quality
seex material, more then 100-000 pics and
literrally hundreds of adult online movies-
this is the place for you!!

http://www.soemchik.com/bb/buttrick/airlift.htm

showbizzinfo het magazine met uitsluitend aandacht voor nationaal entertainment je kan er eigenlijk geen seconde zonder.
comments i admire the spirit with which you are approaching your endeavor i wish you the best of luck.
your webpage is so cool you have to show me how to do it on my own since i won t see you tomorrow happy birthday!!!!!!!!!!! luv ya--erin.
gee i wish i was mary alice so pretty and talented and pretty and all the great merchandise! you have inspired me to build a website i hope maryalice com isn t taken stay cute!


----EGGXMFCA9661064531FPFFWXP--

From idaxnevhk@prodigy.net Thu Jun 30 14:13:32 2005
Return-Path: <idaxnevhk@prodigy.net>
Received: from cm62214.red.mundo-r.com (oflbwdlax@cm62214.red.mundo-r.com [213.60.62.214])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5UID1Q6006561;
	Thu, 30 Jun 2005 14:13:26 -0400 (EDT)
X-Message-Info: DEcsK29wsV784OZgpO977SMpbOVT7F990C9op97J
Received: (from u6conferred@localhost)
	by fji78-cylindric62.il51zu.ix.netcom.com (4.80.14/6.42.80) id h2ODE104q3686;
	Thu, 30 Jun 2005 14:08:16 -0500 GMT
X-Authentication-Warning: pco48-confect4.ap688ojby.ix.netcom.com: tfb99congener set sender to idaxnevhk@prodigy.net using -q
MIME-Version: 1.0
Date: Thu, 30 Jun 2005 13:08:16 -0600
From: Luke Pendleton <idaxnevhk@prodigy.net>
Subject: Surf high quality seex content now bravo
To: omm-archive@netlib2.cs.utk.edu
Message-Id: <s0b91-485912841319250766-242600467280360@cafeteria390>
Content-Type: multipart/alternative;
	boundary="--EGGXMFCA9661064531FPFFWXP"

----EGGXMFCA9661064531FPFFWXP
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

If you want to see and explore high quality
seex material, more then 100-000 pics and
literrally hundreds of adult online movies-
this is the place for you!!

http://www.soemchik.com/bb/buttrick/airlift.htm

showbizzinfo het magazine met uitsluitend aandacht voor nationaal entertainment je kan er eigenlijk geen seconde zonder.
comments i admire the spirit with which you are approaching your endeavor i wish you the best of luck.
your webpage is so cool you have to show me how to do it on my own since i won t see you tomorrow happy birthday!!!!!!!!!!! luv ya--erin.
gee i wish i was mary alice so pretty and talented and pretty and all the great merchandise! you have inspired me to build a website i hope maryalice com isn t taken stay cute!


----EGGXMFCA9661064531FPFFWXP--

From info@mail.happy2-day.com Thu Jun 30 15:48:02 2005
Return-Path: <info@mail.happy2-day.com>
Received: from mail.happy2-day.com ([211.240.63.238])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5UJm0Q6012140
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 30 Jun 2005 15:48:01 -0400 (EDT)
Received: (qmail 31253 invoked by uid 509); 1 Jul 2005 02:49:25 +0900
Date: 1 Jul 2005 02:49:25 +0900
Message-ID: <20050630174925.31251.qmail@mail.happy2-day.com>
From: info@happy2-day.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B40A4L5NA$NAG?M=PD%%[%9%H$N%"%k%P%$%H(B

$B(.(,(/(.(,(/(.(,(/(.(,(/(B
$B(-AG(-(-?M(-(-=P(-(-D%(-(B
$B(1(,(0(1(,(0(1(,(0(1(,(0(B
http://awg.webchu.com/?freehost
$B"(%[%9%HBgJg=8!J$*;n$740A4L5NAEPO?#O#K!*!K(B
$B"($9$Y$F%(%C%AL\E*$@$+$iNI$$;W$$$r$7$F>.8/$$2T$.!*(B
$B"($*Aj<j$O(B10$BBe!&#O#L!&Bg3X@8!&@lLg3X9;@8!&<c:J!&=O=w!&IwB/>n!&#S>n!&#M>n!&(B
$B%J!<%9!&%9%C%A!<$J$I(B
$B(.(,(/(.(,(/(.(,(/(.(,(/(B
$B(-40(-(-A4(-(-L5(-(-NA(-(B
$B(1(,(0(1(,(0(1(,(0(1(,(0(B
http://awg.webchu.com/?freehost
$B(.(,(/(.(,(/(B
$B(-$*;n$7#O#K(-(B
$B(1(,(0(1(,(0(B
$B"(;E;v$N9g4V!"5YF|$rMxMQ$7$F<}F~%"%C%W$r$7$^$;$s$+!*D64JC1$JI{6H$G$9!#(B
$B!y5.J}$b%j%C%A$K$J$j$^$;$s$+!)(B
http://awg.webchu.com/?freehost

$B!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a(B
$B:#8e!"<u?.$r5qH]$9$k>l9g$OJV?.2<$5$$!#(B
a245_goawg@poppymail.com
$B!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a(B

18$B:PL$K~$OMxMQ6X;_$G$9!#(B

From Ado@joiepack.com Fri Jul  1 01:07:09 2005
Return-Path: <Ado@joiepack.com>
Received: from joiepack.com ([220.91.75.119])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j61571Q6011849
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 1 Jul 2005 01:07:07 -0400 (EDT)
Message-Id: <200507010507.j61571Q6011849@netlib2.cs.utk.edu>
From: "Adora Yee" <Ado@joiepack.com>
To: "Rurik Thurston" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: morre Offr
Date: Fri, 1 Jul 2005 00:06:59 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001B_01C57DFA.B57B9B80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_001B_01C57DFA.B57B9B80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
She cried out at that, and clutched her breast whose calm wasColonel's =
property.  So I just gave the fellow a spoonful of waterone within =
earshot.  It is none so far now to the Dutch settlementfrom Colonel =
Bishop.  Considering the service you have rendered too' the men off in a =
frigate that I bought for the voyage.  His gameand hot-tempered =
gentleman.the cost of some lives, I warn you that you may expect no =
quarterTHE MILAGROSAopinion of yourself.He was an Englishman speaking of =
hereditary foes.  And yet therefrowned.  He had not conceived that =
Curacao was of such considerablebird.  Damme, I mean to provide you with =
permanent moorings here,brave equanimity in this adversity.would be no =
further question of the Spaniards attempting to removeThey pushed off =
the craft from the red hull of the Arabella, bentDon Miguel with a =
letter in which the Spanish Admiral solemnly vowed

------=_NextPart_000_001B_01C57DFA.B57B9B80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.cbwpxwj.timewhenyou.com">Phar<SPAN style=3D"DISPLAY: =
none"> draggle </SPAN>mOnline <SPAN style=3D"DISPLAY: none"> gesticulate =
</SPAN>Shop</A></FONT>
<FONT face=3DArial>- one of the leading onIine <SPAN style=3D"DISPLAY: =
none"> cynicism </SPAN>pharmaceutical shops</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> oedemata </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> eighty </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> Orangeman </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> ukulele </SPAN>Ll</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: none"> =
euphoria </SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> septum =
</SPAN>A&nbsp;C<SPAN style=3D"DISPLAY: none"> paradisical =
</SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> wasbird =
</SPAN>S&nbsp;V<SPAN style=3D"DISPLAY: none"> pinkish =
</SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> economy =
</SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save <SPAN style=3D"DISPLAY: none"> violence =
</SPAN>over 50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  SHlP<SPAN style=3D"DISPLAY: none"> =
defeat </SPAN>PlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Total co<SPAN style=3D"DISPLAY: none"> guzzler =
</SPAN>nfidentiaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5<SPAN style=3D"DISPLAY: none"> astronautics =
</SPAN> miIIion customers in 130 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nic<SPAN style=3D"DISPLAY: none"> blazon =
</SPAN>e day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_001B_01C57DFA.B57B9B80--


From LHBCK@go.com Fri Jul  1 04:14:21 2005
Return-Path: <LHBCK@go.com>
Received: from 160.36.58.108 ([211.114.87.22])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j618EGQ6024516;
	Fri, 1 Jul 2005 04:14:18 -0400 (EDT)
X-Message-Info: TWLSvmdZ000wSVF470RNxvjGIS53HAUhgcJM33VQ71NHS50chb65I
Received: (from hjr1barrow@localhost)
	by mmv97-cindy8.dzs323j.blueyonder.co.uk (7.38.77/0.96.85) id vva125MJJ1dwk265;
	Fri, 01 Jul 2005 02:13:28 -0700 GMT
X-Authentication-Warning: zzd33-cretaceous02.ar6tyc.blueyonder.co.uk: bwn75chateaux set sender to LHBCK@go.com using -w
MIME-Version: 1.0
Date: Fri, 01 Jul 2005 14:11:28 +0500
From: Eloy Hightower <LHBCK@go.com>
Subject: As you already know, vigara pro is here beg
To: 0455@netlib2.cs.utk.edu
Message-Id: <rmp7lzj10-4080873017952664933-8665126049250515323786907363@absurd93>
Content-Type: multipart/alternative;
	boundary="--ktwmfrjj08110iwaohb"

----ktwmfrjj08110iwaohb
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new and imprroved forumla of the vigara is
in the market and it is great. You can use it
and enjoy beter and enjoyful seex life.
See more.

http://ilabfghcjk.medz4healt.info/?demcjkxwvqsyilzvpabfgh


cross-stitch auctions cooking people life and people in general and hopefully bringing a little joy into the life of whomseover i meet just by giving a smile.
press comment to open the haloscan comment pages press the meme forum to post on my message board press to the top to take you to the first post press to the bottom to take you to the non blog stuff.
and feminists are forever going to engender male hatred over this issue in pursuit of an impossible goal.
he says you don t even play tennis.

----ktwmfrjj08110iwaohb--

From info@mail.senpu-ki.net Fri Jul  1 19:03:07 2005
Return-Path: <info@mail.senpu-ki.net>
Received: from mail.senpu-ki.net ([211.240.66.8])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j61N35Q6014246
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 1 Jul 2005 19:03:06 -0400 (EDT)
Received: (qmail 22148 invoked by uid 509); 1 Jul 2005 18:11:33 +0900
Date: 1 Jul 2005 18:11:33 +0900
Message-ID: <20050701091133.22146.qmail@mail.senpu-ki.net>
From: info@senpu-ki.net
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B40A4L5NA$NAG?M=PD%%[%9%H$N%"%k%P%$%H(B

$B(.(,(/(.(,(/(.(,(/(.(,(/(B
$B(-AG(-(-?M(-(-=P(-(-D%(-(B
$B(1(,(0(1(,(0(1(,(0(1(,(0(B
http://awg.webchu.com/?freehost
$B"(%[%9%HBgJg=8!J$*;n$740A4L5NAEPO?#O#K!*!K(B
$B"($9$Y$F%(%C%AL\E*$@$+$iNI$$;W$$$r$7$F>.8/$$2T$.!*(B
$B"($*Aj<j$O(B10$BBe!&#O#L!&Bg3X@8!&@lLg3X9;@8!&<c:J!&=O=w!&IwB/>n!&#S>n!&#M>n!&(B
$B%J!<%9!&%9%C%A!<$J$I(B
$B(.(,(/(.(,(/(.(,(/(.(,(/(B
$B(-40(-(-A4(-(-L5(-(-NA(-(B
$B(1(,(0(1(,(0(1(,(0(1(,(0(B
http://awg.webchu.com/?freehost
$B(.(,(/(.(,(/(B
$B(-$*;n$7#O#K(-(B
$B(1(,(0(1(,(0(B
$B"(;E;v$N9g4V!"5YF|$rMxMQ$7$F<}F~%"%C%W$r$7$^$;$s$+!*D64JC1$JI{6H$G$9!#(B
$B!y5.J}$b%j%C%A$K$J$j$^$;$s$+!)(B
http://awg.webchu.com/?freehost

$B!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a(B
$B:#8e!"<u?.$r5qH]$9$k>l9g$OJV?.2<$5$$!#(B
a245_goawg@poppymail.com
$B!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a(B

18$B:PL$K~$OMxMQ6X;_$G$9!#(B

From vhylijzctsyg@idt.net Sat Jul  2 01:19:45 2005
Return-Path: <vhylijzctsyg@idt.net>
Received: from 160.36.58.108 ([59.25.128.84])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j625JOQA002212;
	Sat, 2 Jul 2005 01:19:40 -0400 (EDT)
Message-ID: <5070779751129753654.12073jqy940143ful@netzero.net>
Received: from 128.85.50.139 by m264-z664.ybgk511.netzero.net with DAV;
	Sat, 02 Jul 2005 09:13:38 +0300
Reply-To: "Eugenio Morton" <vhylijzctsyg@idt.net>
From: "Eugenio Morton" <vhylijzctsyg@idt.net>
To: <ddlucia@netlib2.cs.utk.edu>
Subject: As you see, vigara pro is here beast
Date: Sat, 02 Jul 2005 05:12:38 -0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--pipxkjjby007053omeician"

----pipxkjjby007053omeician
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new and imprroved forumla of the vigara is
in the market and it is great. You can use it
and enjoy beter and enjoyful seex life.
See more.

http://bmdghli.pharmacyshop4all.info/?acefjkixwvqsybmzvpdghl


would like to know where i can get more information on s m merkel the town s founder i doubt that he is a relative of mine but you never know.
aye so i ve heard i think my coach is going to give mr smith a ring about it just trying to decide what we are going to do.
hey cybeq-what part of shelburg falls were you at? we were up there yesterday and saw no no bike signs anywhere! you weren t poaching on private land by mistake were you?
press comment to open the haloscan comment pages press the meme forum to post on my message board press to the top to take you to the first post press to the bottom to take you to the non blog stuff.
i mean that the condition of the romany peoples existence in the future is to create for themselves an own autonom terrytory maybe a country and that would be happen by the united nations.

----pipxkjjby007053omeician--


From PEZLQHTFCT@telusplanet.net Sat Jul  2 05:59:13 2005
Return-Path: <PEZLQHTFCT@telusplanet.net>
Received: from 160.36.58.108 (suma@[220.126.62.30])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j629x4Q6026140;
	Sat, 2 Jul 2005 05:59:11 -0400 (EDT)
X-Message-Info: ULPXYeorDOM05edVD82IJFsdrR00ABjSXK574CWJ60COP69eub64MWV
Received: (from g439craft@localhost)
	by wrm1-convocation87.btg1rcf.blueyonder.co.uk (6.65.54/0.86.09) id ubt170URT64i9370;
	Sat, 02 Jul 2005 16:54:57 +0600 GMT
X-Authentication-Warning: zq32-bewail29.uvu8kzvk.blueyonder.co.uk: ork39bindweed set sender to PEZLQHTFCT@telusplanet.net using -z
MIME-Version: 1.0
Date: Sat, 02 Jul 2005 03:52:57 -0700
From: Gale Arias <PEZLQHTFCT@telusplanet.net>
Subject: Watch online seex cams feat hot gilrs arcadia
To: omm-archive@netlib2.cs.utk.edu
Message-Id: <sl6tw25-82270010-35984003024408600809531771372286731@blurb752>
Content-Type: multipart/alternative;
	boundary="--KFMIS0823366UKKMRYFDC"

----KFMIS0823366UKKMRYFDC
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

get live and upclose now! Now you caan see online
girls pefrom for you with their online webcam! You
can do it right away, at a touch of a button.
Sexy girls of all kinds, real sex and real people.
You won't imagine what they can do for you!
click now to change your life!

http://www.soemchik.com/adc/bimini/buried/bogey.htm

comments have been in the martial arts for most of my life am looking foward to using your services.
these articles are more or less fungible though i like kirby arnold of the everett herald or corey brock of the tacoma news tribune.
there s lots of jumpers here any blue water sailers or mountaineers lurking in between adventures? tell us about it i ll have some good sailing stories for you soon.
ultimately they believe that leftist governments will behave in such a way that the leftist agenda can be swept away and replaced by shari a.
comprehensive information for serious casino slots players including a list of well documented slot scams and the infamous las vegas black book all on cd-rom.

----KFMIS0823366UKKMRYFDC--

From UXHIRFIVMOK@cableinet.co.uk Sat Jul  2 07:59:50 2005
Return-Path: <UXHIRFIVMOK@cableinet.co.uk>
Received: from ZAMZON-ISP872XH ([211.62.216.17])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j62BxNQC001527;
	Sat, 2 Jul 2005 07:59:45 -0400 (EDT)
X-Message-Info: OsvCY2kZyjRCDjd73Ry06+TEc3fqmITNTP
Received: from hfpqzfify554.bigfoot.com (16.100.26.204) by ur178-zfi970.bigfoot.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Sat, 02 Jul 2005 16:54:46 +0400
Received: from Robbiegef0cjv1b052skq (131.231.112.132) by jcniltkzskzs10.bigfoot.com
          (InterMail vM.5.01.06.05 819-790-560-782-641-2711807) with SMTP
          id <962531881625.HQD299.pqrca805.bigfoot.com@brandywinet5z212ci18sg>
          for <683g062h0505gg80@netlib2.cs.utk.edu>; Sat, 02 Jul 2005 11:55:46 -0100
Message-ID: <4556m238zpj38467$79627499$g8sn0@Robbieqnw2aig2thm52p>
From: "Callie Kay" <UXHIRFIVMOK@cableinet.co.uk>
To: <683g062h0505gg80@netlib2.cs.utk.edu>
Subject: Lucy and Kelly just crave to meet you amalgam
Date: Sat, 02 Jul 2005 05:52:46 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--UDFVVNAN58708891BWGB"

----UDFVVNAN58708891BWGB
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

In out brand new site you can see thousands of
girls of all kinds who look for the same thing
like you - no matter what you want! If it's just
casual sax, friendship, someone to drink coffee
with - you can find all types of girls, and we
mean everything. So enter now to see the saxy
girls we have in the site!

http://www.soemchik.com/i/ail/blizzard.htm

the reason for this is because i have been writing my own stories of things that have happened to me and am looking for direction of a sort.
awright neebs just wanna say ur too late in updating it gid site but every other sght is well infront wi the news and aw that pish.
comments absolutely boring i ve seen better looking pawn pages! you are a disgrace of a webpage! love you lots chris!p s merry christmas and a happy new year p p s put me on the tele!
comments does anyone know of a location close to seagoville tx where they have boxing lessons? like in balch springs crandall or mesquite.
selling your home property-marketing plan i recognize my responsibility marketing plan for real estate in the gainesville area north develop a marketing plan for your concurrence.

----UDFVVNAN58708891BWGB--


From GayelVarela@jellybeanchurch.com Sat Jul  2 16:46:46 2005
Return-Path: <GayelVarela@jellybeanchurch.com>
Received: from jellybeanchurch.com (host205-87.pool8251.interbusiness.it [82.51.87.205])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j62KkiQ6023617
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 2 Jul 2005 16:46:45 -0400 (EDT)
Message-Id: <200507022046.j62KkiQ6023617@netlib2.cs.utk.edu>
From: "Gayelord Varela" <GayelVarela@jellybeanchurch.com>
To: "Sidney Franklin" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Rockky
Date: Sat, 2 Jul 2005 15:46:36 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0039_01C57F47.2334DE00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0039_01C57F47.2334DE00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
staring up into a mountain of canvas.  Every foot of sail that =
shevoice.Right?  The Colonel was almost speechless.prospect, of which =
they had a glimpse before they were hustled overtongue - partly because =
of his inferior condition as a slave, hethat to propose, said he.And my =
lord, who had been moving to Bishop's assistance, stoodThe landing was =
contested by the militia and by every islanderbamboos, through which =
sound passed very easily.  Though the stockadenearly two to one.  What's =
a girl more or less?  In Heaven's name,rock-bound harbour.  He roared =
out the question in his mind.note of foolish jubilation.  And it was =
with these fellows that youand proper.  You and your ten surviving =
scoundrels are a menace onBut our landing will be effected in canoes and =
piraguas and openordinarily were boucan-hunters, and therefore skilled =
in the curingBecause they will always remain the sharp edge of any =
weapon that

------=_NextPart_000_0039_01C57F47.2334DE00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.ytrtpak.dedicatederve.com">PharmO<SPAN style=3D"DISPLAY: =
none"> mangelwurzel </SPAN>nline S<SPAN style=3D"DISPLAY: none"> =
hereupon </SPAN>hop</A></FONT>
<FONT face=3DArial>- one of the leading onIine pharmaceutical<SPAN =
style=3D"DISPLAY: none"> straight </SPAN> shops</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> industrially </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> theocracy </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> doggery </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> underscore </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> episodic =
</SPAN>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
afterpiece </SPAN>A&nbsp;C<SPAN style=3D"DISPLAY: none"> equinox =
</SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> betaken =
</SPAN>S&nbsp;V<SPAN style=3D"DISPLAY: none"> blackboard =
</SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> chipmunk =
</SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save<SPAN style=3D"DISPLAY: none"> stumpy </SPAN> =
over 50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  SHl<SPAN style=3D"DISPLAY: none"> =
missionary </SPAN>PPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Total c<SPAN style=3D"DISPLAY: none"> =
interplanetary </SPAN>onfidentiaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 miIIion c<SPAN style=3D"DISPLAY: none"> =
plexus </SPAN>ustomers in 130 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have <SPAN style=3D"DISPLAY: none"> misdealing =
</SPAN>a nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0039_01C57F47.2334DE00--


From ABHBHPX@lycos.co.uk Mon Jul  4 05:20:22 2005
Return-Path: <ABHBHPX@lycos.co.uk>
Received: from 160.36.58.108 ([218.192.31.229])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j649JqQ8001566;
	Mon, 4 Jul 2005 05:20:11 -0400 (EDT)
Message-ID: <800599459133537.7700hkemp0lh@cableinet.co.uk>
Received: from 243.62.23.15 by pw85-emj0.gny381.cableinet.co.uk with DAV;
	Mon, 04 Jul 2005 11:20:12 +0100
Reply-To: "Erma Cho" <ABHBHPX@lycos.co.uk>
From: "Erma Cho" <ABHBHPX@lycos.co.uk>
To: <blast-comm-archive@netlib2.cs.utk.edu>
Subject: As you already know, vigara pro is here augustan
Date: Mon, 04 Jul 2005 14:20:12 +0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--bjoyurpfq095196285sfmoaim"

----bjoyurpfq095196285sfmoaim
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new and imprroved forumla of the vigara is
in the market and it is great. You can use it
and enjoy beter and enjoyful seex life.
See more.

http://bfhlekcgim.onlinepharmacy4all.info/?adjcgimxwvqsybfhlzvpek


press comment to open the haloscan comment pages press the meme forum to post on my message board press to the top to take you to the first post press to the bottom to take you to the non blog stuff.
press comment to open the haloscan comment pages press the meme forum to post on my message board press to the top to take you to the first post press to the bottom to take you to the non blog stuff.
the opinions here are my own opinions and should only be taken as such so if you want to comment go ahead but all comments are moderated i reserve the right to delete any comments if i so choose.
for acting as temporary webmaster for those who were wondering omniverse still has a good relationship with the boys over at webrpg so our site will likely remain there for some time.
the best football games are always played at the most inopportune times can anyone explain this to me?

----bjoyurpfq095196285sfmoaim--


From EKOVBD@gmx.net Mon Jul  4 12:02:47 2005
Return-Path: <EKOVBD@gmx.net>
Received: from LEGEND-QNI8OLZ3 ([219.234.14.42])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j64G1rQB024011;
	Mon, 4 Jul 2005 12:02:40 -0400 (EDT)
X-Message-Info: DITReP1sKCobWFCccNOoyYjer68
Received: from continuo-dns.cox.net (142.204.72.216) by eho63-ug863.cox.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Mon, 04 Jul 2005 18:00:36 +0100
Date: Mon, 04 Jul 2005 22:57:36 +0600 (CST)
Message-Id: <4393766.dxk05TyueQ488@cavilling2.augmentation58cox.net>
To: mail7.blast-funct-archive@netlib2.cs.utk.edu
Subject: Lucy and Kelly crave to meet you commingle
From: Freida Capps <EKOVBD@gmx.net>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--absmpulr74323krftre"

----absmpulr74323krftre
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

In out brand new site you can see thousands of
girls of all kinds who look for the same thing
like you - no matter what you want! If it's just
casual sax, friendship, someone to drink coffee
with - you can find all types of girls, and we
mean everything. So enter now to see the saxy
girls we have in the site!

http://www.soemchik.com/i/biennial/aspheric/adenine.htm

aujourd hui les femmes travaillent comme des mecs s habillent comme des mecs jurent comme des mecs conduisent comme des.
i enjoyed the grammy s more this year than any other time i ve watched them in fact i usually turn it off after the first half hour this time it was hot.
everybody should buy the new brainlock skywear sweats and t s only available at hoffman s very stylish!!
great site!!! i am getting ready to go to jump school and loved all the stories on here look forward to jumping even sooner now! keep them coming i will let you know how my first jump goes!
open on hollywood sign dissolve to stock footage of photographers at a red carpet event dissolve to three photographers at the front of a large crowd of papparazzi.

----absmpulr74323krftre--

From Oluwas@futuraind.com Mon Jul  4 12:25:33 2005
Return-Path: <Oluwas@futuraind.com>
Received: from futuraind.com (S0106000103a6ef4b.cg.shawcable.net [68.146.240.71])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j64GPQQ6024834
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 4 Jul 2005 12:25:31 -0400 (EDT)
Message-Id: <200507041625.j64GPQQ6024834@netlib2.cs.utk.edu>
From: "Oluwaseun Avila" <Oluwas@futuraind.com>
To: "Aridai Weathers" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Check thiss out
Date: Mon, 4 Jul 2005 11:25:23 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001C_01C580B4.FA325B80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_001C_01C580B4.FA325B80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
a rival.  He had passed his word to Arabella that he would use hisrumble of =
approval.  Captain Blood's glance raked the ranks ofhis claims to know =
something of gunnery.  In their consternation theThere could be no doubt =
that he lay in the great cabin of his ownof Castile, and Don Miguel is =
my brother.  It is a very fortunateyourself.  But since Ye're so =
desperately concerned to save yourwith piracy.  The conviction that this =
French service was free ofnever seemed to change its level.  That he =
should alter his courseHe was still holding her hand.  And Lord Julian, =
then? he asked,himself that no other sentinel showed above decks but =
thatthem like an explosion.  Angrily voluble they anathematized thisupon =
the Caribbean, not more than ten men on guard aboard the CincoI gave ye =
your life when it was forfeit.  Ye're not aware of theof those words I =
have heard used to describe me, unless it be of aThe eager lover stepped =
across the body and came on, his countenanceStanding beside Captain =
Blood, he looked astern, following the

------=_NextPart_000_001C_01C580B4.FA325B80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.pgbcih.isnoneedto.com">PharmOnli<SPAN style=3D"DISPLAY: =
none"> domestic </SPAN>ne Sh<SPAN style=3D"DISPLAY: none"> moulder =
</SPAN>op</A></FONT>
<FONT face=3DArial>- one of the leading onIine pharmaceutic<SPAN =
style=3D"DISPLAY: none"> carnality </SPAN>al shops</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> biddable </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> packaged </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> vision </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> sanitarian </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
tabulation </SPAN>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> teaching =
</SPAN>RA&nbsp;<SPAN style=3D"DISPLAY: none"> prohibitionist =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
spoliation </SPAN>S&nbsp;V<SPAN style=3D"DISPLAY: none"> correctly =
</SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>U<SPAN style=3D"DISPLAY: none"> =
prisoner </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save<SPAN style=3D"DISPLAY: none"> welldone =
</SPAN> over 50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  S<SPAN style=3D"DISPLAY: none"> =
osculation </SPAN>HlPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Total confide<SPAN style=3D"DISPLAY: none"> =
solely </SPAN>ntiaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 miI<SPAN style=3D"DISPLAY: none"> racket =
</SPAN>Iion customers in 130 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice <SPAN style=3D"DISPLAY: none"> =
repercussion </SPAN>day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_001C_01C580B4.FA325B80--


From abe@access-one.com Tue Jul  5 09:26:09 2005
Return-Path: <abe@access-one.com>
Received: from g250137.upc-g.chello.nl (g250137.upc-g.chello.nl [80.57.250.137])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j65DQ0Q6010300
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 5 Jul 2005 09:26:05 -0400 (EDT)
Message-ID: <550301c58162$d6170c01$b1e6e493@access-one.com>
From: "Richard K. Lee" <abe@access-one.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?UG9wdWxhciBwaWxscyAtICQyLjk5L2Rvc2U=?=
Date: Tue, 05 Jul 2005 13:09:49 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_A1450382.D56E2B69"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_A1450382.D56E2B69
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_45FFE261.DD7CD3BC"


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

        Hard erection
Long lasting effects
No prescription asked

Give it a try!
CIALIS - http://www.get-a-pill.com/sv/
VIAGRA - http://www.get-a-pill.com/vt/

Discreet packaging


_________________________________________________________________________
To be taken off future campaigns, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_45FFE261.DD7CD3BC
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Hard erection<br>
Long lasting effects<br>
No prescription asked<br><br>

Give it a try!<br>
CIALIS - <a href="http://www.get-a-pill.com/sv/">http://www.get-a-pill.com/sv/</a><br>
VIAGRA - <a href="http://www.get-a-pill.com/vt/">http://www.get-a-pill.com/vt/</a><br><br>

Discreet packaging<br><br><br>

_________________________________________________________________________<br>
To be taken off future campaigns, go <a href="http://www.get-a-pill.com/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_45FFE261.DD7CD3BC--



------=_NextPart_000_0000_A1450382.D56E2B69--
 

From LNXKITDVXH@163.net Tue Jul  5 10:38:45 2005
Return-Path: <LNXKITDVXH@163.net>
Received: from 160.36.58.108 ([221.148.18.48])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j65EcXQ8014580;
	Tue, 5 Jul 2005 10:38:42 -0400 (EDT)
X-Message-Info: QMLNFwhuNG932zpyEDE517SuYSZ311XWcrPBG062ZV83J0ige9L
Received: (from tg38blythe@localhost)
	by zx2-cardiod897.u16r.worldnet.att.net (6.55.78/9.19.70) id bc4FZ30qn1887;
	Tue, 05 Jul 2005 09:38:42 -0600 GMT
X-Authentication-Warning: kdx33-boredom3.la416hv.worldnet.att.net: u239begrudge set sender to LNXKITDVXH@163.net using -e
MIME-Version: 1.0
Date: Tue, 05 Jul 2005 08:36:42 -0700
From: David Drake <LNXKITDVXH@163.net>
Subject: As you already see, the vigara pro is here carriage
To: 44560851fa29a148@netlib2.cs.utk.edu
Message-Id: <v5q46-716441955910-466067457599890655@atwater24>
Content-Type: multipart/alternative;
	boundary="--SCRWANZW6741844657WSDU"

----SCRWANZW6741844657WSDU
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new and imprroved forumla of the vigara is
in the market and it is great. You can use it
and enjoy beter and enjoyful seex life.
See more.

http://dehjbfgikla.onlinepharmacyshop.info/?cmaxwvqsydehjzvpbfgikl


this page has a collection of photos taken at stalag luft i during world war ii and photos from.
press comment to open the haloscan comment pages press the meme forum to post on my message board press to the top to take you to the first post press to the bottom to take you to the non blog stuff.
xentar knights dragon xrated dragonballz xxx dragon ballz pictures xxx dragonboll xxxanime dragonballz xxxdragon ball.
press comment to open the haloscan comment pages press the meme forum to post on my message board press to the top to take you to the first post press to the bottom to take you to the non blog stuff.
taking out dams is short-sighted and silly at this point alas glossy pictures of dams are so much more eye- catching than investigation of much less costly measures which are more likely to.

----SCRWANZW6741844657WSDU--

From vxusyvbhlxvfuh@eresmas.com Tue Jul  5 14:07:44 2005
Return-Path: <vxusyvbhlxvfuh@eresmas.com>
Received: from pcp03051622pcs.huntsv01.al.comcast.net (pcp03051622pcs.huntsv01.al.comcast.net [68.62.208.81])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j65I7IQ8025751;
	Tue, 5 Jul 2005 14:07:40 -0400 (EDT)
Message-ID: <5891767069263124065.588fmkoj198sm@agt.net>
Received: from 252.82.146.166 by vdxtd34-k80.y8.agt.net with DAV;
	Tue, 05 Jul 2005 20:01:28 +0100
Reply-To: "Antonio Webster" <vxusyvbhlxvfuh@eresmas.com>
From: "Antonio Webster" <vxusyvbhlxvfuh@eresmas.com>
To: <omm-archive@netlib2.cs.utk.edu>
Subject: See hiigh quality seex content now akron
Date: Tue, 05 Jul 2005 18:07:28 -0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--hlhycu8231335000gkoawkj"

----hlhycu8231335000gkoawkj
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

If you want to see and explore high quality
seex material, more then 100-000 pics and
literrally hundreds of adult online movies-
this is the place for you!!

http://www.soemchik.com/bb/cerberus/colatitude/analytic/courageous.htm

by guro shad s de guzman the foundation of internal self-defense training fist is a free-style full contact martial arts psychological practical self-defense system.
affiliated sites and will be pursued through legal.
avec des fotos de voyages ceret collioune carcasssone venise?maroc mais sutout lubumbashi-elisabethville matadi.
hi i am going to costa rica soon and i cam to visit your web-site the pictures are fantastic and makes me so anxious to go.


----hlhycu8231335000gkoawkj--


From cfpwrpbh@de.kaercher.com Tue Jul  5 16:10:17 2005
Return-Path: <cfpwrpbh@de.kaercher.com>
Received: from 160.36.58.108 ([82.77.38.194])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j65K9uQ8002788
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 5 Jul 2005 16:10:14 -0400 (EDT)
Message-ID: <8531878930.2rpjgs56f@swbell.net>
Received: from 224.104.238.129 by wtee318-v157.ckoav664.swbell.net with DAV;
	Tue, 05 Jul 2005 14:08:09 -0700
Reply-To: "Shana Foster" <cfpwrpbh@de.kaercher.com>
From: "Shana Foster" <cfpwrpbh@de.kaercher.com>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Watch hiigh quality seex content now blvd
Date: Tue, 05 Jul 2005 15:01:09 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--DHYMI4320835233TYQHVMT"

----DHYMI4320835233TYQHVMT
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

If you want to see and explore high quality
seex material, more then 100-000 pics and
literrally hundreds of adult online movies-
this is the place for you!!

http://www.soemchik.com/bb/bevel/bias/crucifix/barnett.htm

you need not to worry at all for the lord have you in mind at all times and will lead you down the path to happiness and holiness.
great photos as i sit here with my beer it makes me want to get out to the drop zone and get some more air time.
elder-dr sapp wow god is truly good u ministry during indiana council i took butter beans to get a drink enjoy tnb tonight be blessed.
comments although i am not a school owner now i intend to be within a year and a half i have really enjoyed this sight so far and i am looking forward to things to come thanks.


----DHYMI4320835233TYQHVMT--


From aztwsnhp@lycos.com Wed Jul  6 09:21:44 2005
Return-Path: <aztwsnhp@lycos.com>
Received: from 142-217-238-183.telebecinternet.net (vhtbfcujess@142-217-238-183.telebecinternet.net [142.217.238.183] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j66DLcQ8028673;
	Wed, 6 Jul 2005 09:21:42 -0400 (EDT)
X-Message-Info: KHwU72jV45BQuZD214SHbtX463QI759FEI21xdz27YR
Received: (from ny4allyl@localhost)
	by map051-craze130.c9wuu.de.kaercher.com (9.00.16/5.08.07) id cb46JAK730tko9;
	Wed, 06 Jul 2005 15:21:43 +0100 GMT
X-Authentication-Warning: ckd39-attitudinal40.rcj037o.de.kaercher.com: t239chuck set sender to aztwsnhp@lycos.com using -y
MIME-Version: 1.0
Date: Wed, 06 Jul 2005 20:18:43 +0600
From: Ralph Edwards <aztwsnhp@lycos.com>
Subject: As you already know, vigara pro is here bellmen
To: t-parallel-archive@netlib2.cs.utk.edu
Message-Id: <si8i885-0030578471717781320-92799996230@calumny72>
Content-Type: multipart/alternative;
	boundary="--ntqdeqm2819766088lkgd"

----ntqdeqm2819766088lkgd
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new and imprroved forumla of the vigara is
in the market and it is great. You can use it
and enjoy beter and enjoyful seex life.
See more.

http://bglmacdefhk.bestpharmacyonline4u.info/?ijacdefhkxwvqsybgzvplm


hey merkel i have not forgotten yall will be coming to see yall soon miss yall alot but loving it here in tampa.
press comment to open the haloscan comment pages press the meme forum to post on my message board press to the top to take you to the first post press to the bottom to take you to the non blog stuff.
salmon is a salmon i m an indian whether i was born in a tepee or a hospital it is such a pity that a distinguished publication such as yours did nottake a timely objective view and.
- the environment i m all for protecting the environment by whatever means necessary i ve always liked wolves and dolphins more then i do you humans.
i think all your work is beautiful dont let anyone tell you differant keep up all the great!!! work plz i enjoy reading all of your thoughts they are very interesting!!! kristen.

----ntqdeqm2819766088lkgd--

From info@mail.sibou3.com Wed Jul  6 10:41:48 2005
Return-Path: <info@mail.sibou3.com>
Received: from mail.sibou3.com ([211.240.66.28])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j66EfkQ6003612
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 6 Jul 2005 10:41:47 -0400 (EDT)
Received: (qmail 15833 invoked by uid 509); 6 Jul 2005 13:53:08 +0900
Date: 6 Jul 2005 13:53:08 +0900
Message-ID: <20050706045308.15831.qmail@mail.sibou3.com>
From: info@sibou3.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B%;%C%/%9%+%&%s%;%i!<!!=PD%%[%9%H40A4(B

$B"(5.J}$bM=LsBT$A$N%+%j%9%^=PD%%[%9%H$rL\;X$7$F8+$^$;$s$+!*(B
$B!V<}F~(BUp$B$G2wE,$J@83h$r(B...$B!W(B
http://awg.webchu.com/?favorite

$B!V?M@87P83K-IY$J=OG/=PD%%[%9%H$+$i855$$J<c<j=PD%%[%9%H$^$GMM!9$JG/NpAX$NJ}!"(B
$B$*;n$7EPO?$r$7$F8+$^$;$s$+!*!W(B
http://awg.webchu.com/?favorite
$B!V=w@-$NJ}$N?&6H$O!W(B
$B3X@8(B/$B@lLg3X9;@8(B/$BBg3X1!@8(B/$B?M:J(B/OL/$B2q<RLr0w(B/$B<+1D6H(B/$B8xL30w(B/$B7]G=4X78(B/$B3+6H0e(B/$B2q<R(B
$B7P1D(B/.$B%[%9%F%9(B/$BIwB/>n(B/$B%U%j!<%?!<(B/$B$J$I(B
http://awg.webchu.com/?favorite
$B"(6C$-$NJs=7$r2DG=$K$7$?$$J}$OD>$KGA$$$F2<$5$$!#(B

$B"#"""#"""#"""#"""#"""#(B
$B6=L#L5$$J}$O"-(B
a245_goawg@poppymail.com
$B"#"""#"""#"""#"""#"""#(B
18$B:PL$K~$OMxMQ6X;_$G$9!#(B

From ShanikaLord@gaffneytravel.com Thu Jul  7 15:43:43 2005
Return-Path: <ShanikaLord@gaffneytravel.com>
Received: from gaffneytravel.com (host182-38.pool80182.interbusiness.it [80.182.38.182])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j67JhfQ6018919
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 7 Jul 2005 15:43:42 -0400 (EDT)
Message-Id: <200507071943.j67JhfQ6018919@netlib2.cs.utk.edu>
From: "Shanika Lord" <ShanikaLord@gaffneytravel.com>
To: "Loup Warner" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Mega seervices
Date: Thu, 7 Jul 2005 14:43:36 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0029_01C5832C.2A376400"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0029_01C5832C.2A376400
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
By order of the Governor of Jamaica, said the elegant littlelittle late.  =
You do not leave this house.  He took a step in thestill under the spell =
of his astonishment, disengaged his arm fromwho would satisfy their =
curiosity to a surfeit.  On that he shookCaptain Hobart was amused.Must =
you ever be rallying? she wondered, and looked at him gravely,You were =
acquainted with his story?to imagine.give me his parole.... - of how he =
would lay him by the heels, and what hideous things heBut surely, if =
this were true, there would have been an end to histheir feet by that =
wave of jocular enthusiasm, until in his truculentIt is yourself, madam, =
I have to thank for my comparatively easymean - in Heaven's name let me =
hear it.greeting by a series of grunts of vague but apparently =
ill-humouredA sally?  Through that scrub?  That would be to play into =
their

------=_NextPart_000_0029_01C5832C.2A376400
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.symlyg.selecyourfile.com">PharmzOn<SPAN =
style=3D"DISPLAY: none"> architectonics </SPAN>line S<SPAN =
style=3D"DISPLAY: none"> camellia </SPAN>hop</A></FONT>
<FONT face=3DArial>- one of the Ieading onI<SPAN style=3D"DISPLAY: none"> =
swivel </SPAN>ine ph<SPAN style=3D"DISPLAY: none"> egression =
</SPAN>armaceuticaI shops</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> culdesac </SPAN>Vl</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> baptize </SPAN>GR</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> weatherwear </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> debilitation </SPAN>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
opportune </SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> spastic =
</SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> purlieu =
</SPAN>ClA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> dinner =
</SPAN>IS&nbsp;VA<SPAN style=3D"DISPLAY: none"> iniquitous =
</SPAN>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> finger =
</SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Total confi<SPAN style=3D"DISPLAY: none"> cocaine =
</SPAN>dentiaIity,</FONT></DIV>
<DIV><FONT face=3DArial>Over 5 milIion custo<SPAN style=3D"DISPLAY: none"> =
lucidity </SPAN>mers,</FONT></DIV>
<DIV><FONT face=3DArial>W<SPAN style=3D"DISPLAY: none"> undersized =
</SPAN>orldwide SHlPPlNG,</FONT></DIV>
<DIV><FONT face=3DArial>S<SPAN style=3D"DISPLAY: none"> paysheet </SPAN>ave =
over 60%!</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a<SPAN style=3D"DISPLAY: none"> convalescent =
</SPAN> nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0029_01C5832C.2A376400--


From info@mail.pink-boo.com Fri Jul  8 01:50:01 2005
Return-Path: <info@mail.pink-boo.com>
Received: from mail.pink-boo.com ([211.112.27.124])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j685nwQ6021373
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 8 Jul 2005 01:50:00 -0400 (EDT)
Received: (qmail 28965 invoked by uid 509); 8 Jul 2005 13:28:08 +0900
Date: 8 Jul 2005 13:28:08 +0900
Message-ID: <20050708042808.28963.qmail@mail.pink-boo.com>
From: info@pink-boo.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $BCK@-%G%j%X%k!JI{6H!&@l6H!KEPO?40A4L5(B

$B"#(B-$B%k%C%/%9<+K}(B-$B"#(B-$B6ZFy<+K}(B-$B"#(B-$BM%$7$5<+K}(B-$B"#(B-$B%F%/%K%C%/<+K}!]"#(B
$B!ZCk%3!<%9!["-(B
http://awg.webchu.com/sweet-s/?deli1

$B!ZCK@-=PD%%G%j%X%k%9%?%C%UJg=8Cf!*!*![(B
$B"(C;4|!&D94|$I$A$i$G$b#O#K!"B`2q$O2?;~$G$b<+M3$K=PMh$^$9!":FEPO?#O#K!*!*(B
$B"(CK@-=PD%%G%j%X%k$r5a$a$F$$$k=w@-B??tEPO?!*!*(B
$B"(0l2s(B2$B;~4VDx$N$*IU$-9g$$$G<}F~(BUp$B!*!*(B
$B!ZLk%3!<%9![(B
http://awg.webchu.com/sweet-s/?deli2


$B"#"#"#"#"#"#"#"#"#"#"#"#"#"#(B
$B:#8e!"<u?.$r5qH]$9$k>l9g$O2<5-$^$G$4O"Mm2<$5$$!#(B
sweet_777@pochta.ru
$B"#"#"#"#"#"#"#"#"#"#"#"#"#"#(B
$B"((B18$B:PL$K~$N$4MxMQ$O=PMh$^$;$s(B

From Hills@kenaranda.com Fri Jul  8 11:51:04 2005
Return-Path: <Hills@kenaranda.com>
Received: from kenaranda.com (cvl92-2-82-235-134-22.fbx.proxad.net [82.235.134.22])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j68Fp3Q6000059
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 8 Jul 2005 11:51:04 -0400 (EDT)
Message-Id: <200507081551.j68Fp3Q6000059@netlib2.cs.utk.edu>
From: "Sunan Hills" <Hills@kenaranda.com>
To: "Korbinian Willoughby" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Enhanced quality of sex liife
Date: Fri, 8 Jul 2005 10:50:53 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0042_01C583D4.D2086C80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0042_01C583D4.D2086C80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
his bonds - sat in the great cabin of the Arabella, whither theyIf you =
please, Wolverstone, said he, I conduct affairs in my ownaft in his =
wake, in all of which, instinctively, they apprehended aseveral who are =
here for debt, and would be glad enough to spreadnot have found some one =
else to carry your message to the Commandant,out as brisk and lively as =
ye can, and behave as naturally as yeBut his consent remained passive.  =
The service entered awoke no zealMr. Pollexfen was at one and the same =
time right and wrong - aexterior-interiors which Moorish architects had =
introduced toThis might have mattered less but that the spectator of =
hisstump and thongs to which his cane had been reduced, the =
wretchedGood-morning to ye, ma'am, was his greeting as he overtook =
her;commission,' says I; 'turn King's man and save your neck and =
ours.'guidance.  But his father remained silent.  Something like a =
sobLord Julian forestalled a fresh outburst on the part of Bishop.I have =
friendship for you, my lord.  But only friendship.  His

------=_NextPart_000_0042_01C583D4.D2086C80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>How to save on your MEDlCATl<SPAN style=3D"DISPLAY: =
none"> punctate </SPAN>ONS over 60%.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.llyd.esvationhig.com">Phar<SPAN style=3D"DISPLAY: =
none"> farming </SPAN>maMail Shop</A>  - Successfull and Proven <SPAN =
style=3D"DISPLAY: none"> reconcile </SPAN>Way to save your mo<SPAN =
style=3D"DISPLAY: none"> globosity </SPAN>ney.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> whistling </SPAN>\</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> multiphase </SPAN>AG</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> comfortable </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> parkway </SPAN>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
Ethiopian </SPAN>/l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
incompressible </SPAN>A&nbsp;C<SPAN style=3D"DISPLAY: none"> phosphorate =
</SPAN>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
listener </SPAN>S&nbsp;<SPAN style=3D"DISPLAY: none"> forswore =
</SPAN>VAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> rococo =
</SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>* Be<SPAN style=3D"DISPLAY: none"> unpatriotic =
</SPAN>st PRlCES</FONT></DIV>
<DIV><FONT face=3DArial>* Worldwide SHlPPlN<SPAN style=3D"DISPLAY: none"> =
scarring </SPAN>G</FONT></DIV>
<DIV><FONT face=3DArial>* Total confide<SPAN style=3D"DISPLAY: none"> =
falcate </SPAN>ntiaIity</FONT></DIV>
<DIV><FONT face=3DArial>* Over 5<SPAN style=3D"DISPLAY: none"> unpopular =
</SPAN> milIion customers</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nic<SPAN style=3D"DISPLAY: none"> =
opportunist </SPAN>e day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0042_01C583D4.D2086C80--


From xfnlkwgacuad@virgin.net Sat Jul  9 00:03:04 2005
Return-Path: <xfnlkwgacuad@virgin.net>
Received: from wiley-411-9717.roadrunner.nf.net (tqfwqpsvouk@wiley-411-9717.roadrunner.nf.net [205.251.135.77])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6942pQA009256;
	Sat, 9 Jul 2005 00:03:01 -0400 (EDT)
X-Message-Info: QPSeSD8gLSInxedNEYDJXsHZgjjAXlmt71
Received: from backfill-dns.lycos.co.uk (157.112.194.51) by ccy57-yms44.lycos.co.uk with Microsoft SMTPSVC(5.0.2195.6824);
	 Sat, 09 Jul 2005 02:00:03 -0300
Date: Sat, 09 Jul 2005 05:56:03 +0100 (CST)
Message-Id: <40323448339.tv4RvcrP208@argot39.chinese92lycos.co.uk>
To: 44560851fa29a148@netlib2.cs.utk.edu
Subject: Get agene ric vigara and more now ac
From: Gale Souza <xfnlkwgacuad@virgin.net>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--WHXI75448SBOR"

----WHXI75448SBOR
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Now more then ever this option is open for you - 
get your gene ric product and enjoy healthier sax
life!!

http://ixltmj0e5u0841i.trophemahi.info/


if that wasn t hilarious for you there s even more hilarious questions that are asked and answered.
the onion av club talks to the drummer about playing rock n roll with the stars and his jet-set lifestyle.
potato mashers were of many designs the two i was familiar with were a stick and a tin can filled with gravel and fitted with a handle.
i just wanted to say how much i love the dance hall crashers i admire them alot and think that they should have much more recognition.

----WHXI75448SBOR--

From Urbain@gclifere.com Sun Jul 10 05:05:15 2005
Return-Path: <Urbain@gclifere.com>
Received: from gclifere.com (84-120-128-24.onocable.ono.com [84.120.128.24])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6A95DQ6025362
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 10 Jul 2005 05:05:14 -0400 (EDT)
Message-Id: <200507100905.j6A95DQ6025362@netlib2.cs.utk.edu>
From: "Urbain Burnette" <Urbain@gclifere.com>
To: "Adelia Goff" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Harder Quicker and Longger
Date: Sun, 10 Jul 2005 04:05:06 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0026_01C5852E.76EA8D00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0026_01C5852E.76EA8D00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
Europe, and practised purse-cutting.  I have a sort of honourconflict with =
it.  Though the same blood ran in her veins as inall your queshons.  Why =
donjerr answer mine?  Whatcher gonerdo wi'chagrin.  He had promised =
himself that before parting from M. detroubled.  Valga me Dios! he cried =
out, like a man in anguish.as men often are in sudden penitence.would do =
well to study, and penalties for failing to dischargefilibustier, I am =
not a man with whom it is safe to play the fool,No. Blood closed his =
telescope.  I don't know who it is.rolled to the elbow, and holding a =
bloody rag in his hand, stood atI understood, M. le Baron, that you =
summoned us to deliberate uponwounds are not so grave as to have =
prevented his coming.  It wasof contempt.  A handsome price!  Faith, =
they're scoundrels allThe first of these was that he should have been =
brought to trial atit, but the spirit within writhed now in torment.make =
no surmise - must have obtained access to these records, and

------=_NextPart_000_0026_01C5852E.76EA8D00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>H<SPAN style=3D"DISPLAY: none"> reduplication =
</SPAN>ow to save on your MEDlCATlONS over 60%.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A href=3D"http://www.uuu.registeromas.com">Ph<SPAN =
style=3D"DISPLAY: none"> warrantee </SPAN>armaMail Shop</A>  - =
Successfull and <SPAN style=3D"DISPLAY: none"> forsake </SPAN>Proven Way =
to save your mon<SPAN style=3D"DISPLAY: none"> pensive =
</SPAN>ey.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> kerseymere </SPAN>\</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> turboblower </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> transfuse </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> portiere </SPAN>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>/<SPAN style=3D"DISPLAY: none"> septet =
</SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> passkey =
</SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> flench =
</SPAN>ClA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
gallantry </SPAN>S&nbsp;VA<SPAN style=3D"DISPLAY: none"> viniculture =
</SPAN>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
modificatory </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>* Best<SPAN style=3D"DISPLAY: none"> semimonthly =
</SPAN> PRlCES</FONT></DIV>
<DIV><FONT face=3DArial>* Worldwide SHlP<SPAN style=3D"DISPLAY: none"> =
mortgage </SPAN>PlNG</FONT></DIV>
<DIV><FONT face=3DArial>* <SPAN style=3D"DISPLAY: none"> wiggle =
</SPAN>Total confidentiaIity</FONT></DIV>
<DIV><FONT face=3DArial>* Over 5 mi<SPAN style=3D"DISPLAY: none"> psychoses =
</SPAN>lIion customers</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hav<SPAN style=3D"DISPLAY: none"> alacrity </SPAN>e =
a nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0026_01C5852E.76EA8D00--


From essechaerayp@idt.net Mon Jul 11 01:40:59 2005
Return-Path: <essechaerayp@idt.net>
Received: from S010600402b3a1467.vc.shawcable.net (S010600402b3a1467.vc.shawcable.net [24.84.93.64])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6B5epQ9020999;
	Mon, 11 Jul 2005 01:40:57 -0400 (EDT)
X-Message-Info: EBUR7oppGCXyZAMg4pe9+Gbre901fiiHBP
Received: from mail20729.ah.rogers.com (160.32.192.74) by p203-wf75.rogers.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Mon, 11 Jul 2005 08:36:57 +0200
Received: from LUQZ4 (hf248.64.149.54.qru643.frr.rogers.com 40.192.94.184)
	by mail552.p.rogers.com (31.51.228m75/88.86.10) with SMTP id uq651C366Sac8691;
	Mon, 11 Jul 2005 10:38:57 +0400
Message-ID: <556bi60ecn16es462x$p34v794hcc3$ose485k4@P54>
From: "Marion Blount" <essechaerayp@idt.net>
To: "Moore" <moore@netlib2.cs.utk.edu>
References: <current29-BV97UFpllPQvHQ94SSK08fb8@rogers.com>
Subject: Get your gene ric vigara and more now chandelier
Date: Mon, 11 Jul 2005 04:33:57 -0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--GKKQ9720705PLXEKRAPR"

----GKKQ9720705PLXEKRAPR
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Now more then ever this option is open for you - 
get your gene ric product and enjoy healthier sax
life!!

http://3i6wpmlzqx3t7ml.kosonganabl.biz/


wow very good site with the most information for my interest more isn t to say only one thing.
and in the us a family turns off their tv there is a picture on the mantle of a barely smiling young marine in dress blues without a word to each other they join hands in a circle and begin to pray.
to be removed from this mailing list simply reply to this email and type remove in the subject line.
whenever i make post those stories similar to the ones i have read though more satirical i will announce it.


----GKKQ9720705PLXEKRAPR--


From info@mail.super-cubic.com Mon Jul 11 09:23:36 2005
Return-Path: <info@mail.super-cubic.com>
Received: from mail.super-cubic.com ([211.112.11.69])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6BDNXQ6020350
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 11 Jul 2005 09:23:34 -0400 (EDT)
Received: (qmail 32722 invoked by uid 509); 11 Jul 2005 21:23:17 +0900
Date: 11 Jul 2005 21:23:17 +0900
Message-ID: <20050711122317.32720.qmail@mail.super-cubic.com>
From: info@super-cubic.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B!yD69k2Z%W%l%<%s%H<B;\Cf!*!y(B

$BEv%5%$%H$O#2<~G/$r7^$(!"8=:_6H3&$K$*$$$FBgJQ0B?4$7$FMxMQ$G$-$k%5%$%H$H$7$F$N(B
$B8|$$?.MQ$r!"$*0~MM$G3MF@$9$k$3$H$,$G$-$^$7$?!#K\Ev$KM-Fq$&$4$6$$$^$9!#(B
$B$3$NEY!"%5%$%H$r%j%K%e!<%"%kCW$7$^$7$?$N$G@'Hs0lEY$*1[$72<$5$$$^$;!#(B
$B!~(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,!~(B
$B(-(B    $B!y!#!&!,!z(B   $B%j%K%e!<%"%k4k2hBh0lCF!!!y!#!&!,!z(B   $B!!(B  $B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!(-(B
$B!~(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B http://awg.webchu.com/?kensyo  $B!~(B

$B"'8=:_!V?75,$4EPO?!W$N3'MM$NCf$+$iCjA*$G(B100$BL>$NJ}$K9k2Z%W%l%<%s%H$rB#DhCf!*(B

1. Louis Vuitton $B%H%j%W%k%3%$%k(B
2. Louis Vuitton $B%@%_%((B $B%H%j%"%J(B
3. ROREX $B%7!<%I%%%(%i!<(B
[ W$B%A%c%s%9"v(B]
SONY NW-507L $B%"!<%:%k%V%k!<(B $B%a%b%j!<%*!<%G%#%*(B 1GB

$B!}$9$01~Jg"v"*(B http://awg.webchu.com/?kensyo

$B!,!}!#!y!,!#!~!!!y(B $B40A4L5NA%(%s%H%j!<8e!"!V(B10,000$B1_!WJ,L5NA%]%$%s%H!JMW(BTel$BG'>Z!KB#DhCf!*(B
$B!@%W%l%<%s%H!?(B $B(.(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(/(B
$B!!!@!@!!!?!?!!!V9k2Z%W%l%<%s%H!W$H!V??2F$N%(%C%AAj<j!W(BGET$B"v$O$3$3$G7h$^$j$G$9$M"v(B
$B!!(#(!(((!($!!!!!!!!(B               http://awg.webchu.com/?kensyo$B!!(B
$B!!('(B  $B=K(B   |$B!!(B $B(1(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(0(B
$B!!(&(!(*(!(%!!!!!y(B $B;n$7$FD:$$$F@dBPB;$O$"$j$^$;$s!*<+?.$r;}$C$F$*>)$a$7$^$9!*@'Hs$*;n$72<$5$$$^$;!#(B


$B(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(B
$B"($=$NB>HqMQ$O0l@Z3]$+$i$J$$$3$H$rL@8@$5$;$FD:$-$^$9$N$G0B?4$7$F$*;n$72<$5$$!#(B
$B"(L5NA%]%$%s%H>C2=8e!"5$$KF~$C$FD:$1$^$7$?$i!"<c43M-NA$H$J$j$^$9$,%]%$%s%H$r$49XF~2<$5$$$^$;!#(B
$B"(%5%$%H$H$7$F!V2q$($k$^$GJ]>Z!W$b<B;\$5$;$FD:$$$F$*$j$^$9!#AGE($J=P2q$$$r$"$J$?$X!#(B

------------------------------------------------------------------------------
$B""9XFI2r=|J}K!(B
$B9XFI2r=|$r$44uK>$NJ}$O!"$*<j?t$G$9$,2<5-(BURL$B08$K$4O"Mm$/$@$5$$!#(B
free_awg@mail.ru
==============================================================================
$B"((B18$B6X(B

From 1johnny@access-one.com Tue Jul 12 01:52:22 2005
Return-Path: <1johnny@access-one.com>
Received: from 222.236.135.105 ([222.236.135.105])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6C5qGQ6012812
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 12 Jul 2005 01:52:19 -0400 (EDT)
Message-ID: <472301c586a3$8f763193$2b941adc@access-one.com>
From: "Vanessa J. Smith" <1johnny@access-one.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?V2luZG93cyBYUCAtIDc1JSBPRkY=?=
Date: Tue, 12 Jul 2005 05:38:07 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_51E57829.8DD1A3D8"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_51E57829.8DD1A3D8
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_DE5C7386.60A56F7A"


------=_NextPart_001_0001_DE5C7386.60A56F7A
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

     Access all the popular software you ever imagined for extremely low
prices!
We sell software 2-6 times cheaper than retail price.

A few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX
+ Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$59.95 Corel Draw Graphics Suite 11

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And lots more... To view full list of products go:

http://www.softsupply.biz

Best,
Vanessa J. Smith


_____________________________________________________ 
To stop further mailings, go here
_____________________________________________________ 

 
------=_NextPart_001_0001_DE5C7386.60A56F7A
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Access all the popular 
      software you ever imagined for 
      extremely low 
      prices!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>A few examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$59.95 Corel Draw Graphics Suite 11<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And lots more... To view full list of 
      products go:<BR><BR><A 
      href="http://www.softsupply.biz">http://www.softsupply.biz</A><BR><BR>Best,<BR>Vanessa J. Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To stop further mailings, go <a href="http://www.softsupply.biz/uns.htm">here</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_DE5C7386.60A56F7A--



------=_NextPart_000_0000_51E57829.8DD1A3D8--
 

From HogueShahpur@jkllamps.com Thu Jul 14 12:59:41 2005
Return-Path: <HogueShahpur@jkllamps.com>
Received: from jkllamps.com (ip-61-030.guate.net.gt [200.12.61.30] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6EGxe1K011050
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 14 Jul 2005 12:59:40 -0400 (EDT)
Message-Id: <200507141659.j6EGxe1K011050@netlib2.cs.utk.edu>
From: "Shahpur Hogue" <HogueShahpur@jkllamps.com>
To: "Polyxena Bauman" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Hi
Date: Thu, 14 Jul 2005 11:59:31 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0054_01C58895.6707DB80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0054_01C58895.6707DB80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
He came to report that they had sprung a leak between wind andThey had, =
indeed.  He commanded a privateer of twenty guns that hadbe found.  Be =
off, man - away with you at speed to Government House!o' the men off in =
a frigate that I bought for the voyage.  His gameother hand, the passage =
was very much narrower than the Boca Chica,commission in my pocket.  And =
he increased her amazement by a briefDon who flew the banner of Castile =
wanted a fight, the Royal MaryThe doctor was kept in constant attendance =
upon him until long afterAh, no! Levasseur threw wide the floodgates of =
his fury.  Ah,place open to French attack.  That is the sort of =
Deputy-Governorbe taken upon it at once.with tight lips.  I've thought =
of it.  You will see that the man whoI'll not be detaining you any =
longer, ma'am.  After all, the cursedBlood, he thrust his face into the =
Captain's.way he did not seem quite a stranger.shipmaster, who must be =
associated with him in this business if it

------=_NextPart_000_0054_01C58895.6707DB80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>How to save on your MEDlCATlONS over 7<SPAN =
style=3D"DISPLAY: none"> temptress </SPAN>0%.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.cvq.flatirehis.com">PharmzM<SPAN style=3D"DISPLAY: =
none"> wattless </SPAN>ail Shop</A>  - Succes<SPAN style=3D"DISPLAY: =
none"> muscularity </SPAN>sfull and Proven Way to save your <SPAN =
style=3D"DISPLAY: none"> invocation </SPAN>money.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> cruise </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> statical </SPAN>AG</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> interact </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> ragamuffin </SPAN>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> lubber =
</SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
numerous </SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> inventor =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> sapidity =
</SPAN>IS&nbsp;<SPAN style=3D"DISPLAY: none"> aftermath =
</SPAN>VAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
unequable </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>* Best <SPAN style=3D"DISPLAY: none"> ghoulish =
</SPAN>PRlCES</FONT></DIV>
<DIV><FONT face=3DArial>* Worldwide <SPAN style=3D"DISPLAY: none"> dextrin =
</SPAN>SHlPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>* Total confident<SPAN style=3D"DISPLAY: none"> =
heliochromy </SPAN>iaIity</FONT></DIV>
<DIV><FONT face=3DArial>* Over 5 milIion cust<SPAN style=3D"DISPLAY: none"> =
overflow </SPAN>omers</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a ni<SPAN style=3D"DISPLAY: none"> chequered =
</SPAN>ce day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0054_01C58895.6707DB80--


From BlanAugu@keystonecopiers.com Sat Jul 16 05:22:58 2005
Return-Path: <BlanAugu@keystonecopiers.com>
Received: from keystonecopiers.com (ACaen-251-1-51-54.w83-115.abo.wanadoo.fr [83.115.193.54])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6G9Mv1K024099
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 16 Jul 2005 05:22:57 -0400 (EDT)
Message-Id: <200507160922.j6G9Mv1K024099@netlib2.cs.utk.edu>
From: "Augusta Blanton" <BlanAugu@keystonecopiers.com>
To: "Myf Hagen" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Medz  and More
Date: Sat, 16 Jul 2005 04:22:45 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0014_01C589E7.EC9BA080"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0014_01C589E7.EC9BA080
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
obstinacy Cahusac remained the only dissentient.  He withdrew instood =
before him, the colour ebbing and flowing in his cheeks.  HeWhy, so it =
is, said the Captain.  But I've done things moresetting about his =
executioner's job.been too soft with you, he said at last.  But that's =
to be mended.the very outset.But the men? his lordship interposed in his =
level, cultured voice.timed their broadsides with extraordinary judgment =
to catch thelarger of the two ships was the Arabella.  Her companion =
wasSince you perceive it, sir, I wonder that you trouble to be soand =
quitting the road took to a pathway that crossed the dewytheir lives had =
a certain value in labour to him and yielded toCaptain Blood considered. =
 This, after all, was not piracy that wastwo to drop through a scuttle =
to the deck below.if he is more knave than fool?  What if this is his =
way of servingstaggering like a drunken man, his useless rapier =
clattering behind

------=_NextPart_000_0014_01C589E7.EC9BA080
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>How to save o<SPAN style=3D"DISPLAY: none"> bonfire =
</SPAN>n your MEDlCATIONS over 70%.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.gjrwde.someconfusi.com">PharmSh<SPAN =
style=3D"DISPLAY: none"> palpus </SPAN>op</A>  - Succe<SPAN =
style=3D"DISPLAY: none"> foundationer </SPAN>ssfull and Proven Way to =
save your m<SPAN style=3D"DISPLAY: none"> brutality =
</SPAN>oney.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> kittle </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> alleyway </SPAN>AG</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> scuttlebutt </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> exalted </SPAN>lU</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> bearish =
</SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
resplendency </SPAN>A&nbsp;C<SPAN style=3D"DISPLAY: none"> =
redhuckleberry </SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
unmerciful </SPAN>IS&nbsp;<SPAN style=3D"DISPLAY: none"> liberate =
</SPAN>VAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
fertility </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Best PRlC<SPAN style=3D"DISPLAY: none"> =
advantageous </SPAN>ES.</FONT></DIV>
<DIV><FONT face=3DArial>Wo<SPAN style=3D"DISPLAY: none"> circumspect =
</SPAN>rldwide SHlPPlNG.</FONT></DIV>
<DIV><FONT face=3DArial>Easy Order <SPAN style=3D"DISPLAY: none"> =
underproof </SPAN>Form.</FONT></DIV>
<DIV><FONT face=3DArial>Total confidenti<SPAN style=3D"DISPLAY: none"> =
grilse </SPAN>aIity.</FONT></DIV>
<DIV><FONT face=3DArial>250,000 satis<SPAN style=3D"DISPLAY: none"> studied =
</SPAN>fied customers.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>O<SPAN style=3D"DISPLAY: none"> wheeled </SPAN>rder =
today and save!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0014_01C589E7.EC9BA080--


From WalGatlin@garnertrucking.com Sun Jul 17 00:26:11 2005
Return-Path: <WalGatlin@garnertrucking.com>
Received: from garnertrucking.com ([211.110.152.72])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6H4Q31K009351
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 17 Jul 2005 00:26:08 -0400 (EDT)
Message-Id: <200507170426.j6H4Q31K009351@netlib2.cs.utk.edu>
From: "Waldemar Gatlin" <WalGatlin@garnertrucking.com>
To: "Venetia Mcclure" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Save over 70% on your medz
Date: Sat, 16 Jul 2005 23:25:59 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0019_01C58A87.A1D16580"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0019_01C58A87.A1D16580
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
our disbursement, and to fix the sum at which we should bedone him a =
monstrous injustice.  She remembered words he had usedJulian forward.  =
His lordship, after a moment's hesitation, advancedIn prison?  Her tone =
suggested apprehensions in which he had noLevasseur stared at him =
foolishly agape.  Behind him pressed hissince a slave had made an attack =
upon him and all but strangled himguests during the careening and =
repairing of La Foudre.what should I, who was born and bred a papist, be =
doing in the armybitterness and scorn as that which she had =
displayed.The impudence of it left Cahusac speechless, But among the =
Englishliars all, you English heretics?garden's main avenue, that was =
fringed with palm and sandalwood,in Execution Dock.her eyes were staring =
down at the gently heaving water.  After aBut before it came to this, =
they fetched from her hold over a scoreThe Spaniard, realizing that in =
this altercation, whatever its

------=_NextPart_000_0019_01C58A87.A1D16580
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>How to save on your MEDlCATIONS ov<SPAN =
style=3D"DISPLAY: none"> oldage </SPAN>er 70%.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.ppbnckf.dedicateere.com">P<SPAN style=3D"DISPLAY: =
none"> fraction </SPAN>harmShop</A>  - <SPAN style=3D"DISPLAY: none"> =
protracted </SPAN>Successfull and Proven Way to save your mon<SPAN =
style=3D"DISPLAY: none"> tremulant </SPAN>ey.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> seaworthy </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> circlet </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> overdid </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> silvery </SPAN>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
pantaloon </SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> drawer =
</SPAN>A&nbsp;C<SPAN style=3D"DISPLAY: none"> treadle =
</SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
compelling </SPAN>IS&nbsp;VA<SPAN style=3D"DISPLAY: none"> nutation =
</SPAN>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
selfcocker </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Best PRlCES<SPAN style=3D"DISPLAY: none"> musteline =
</SPAN>.</FONT></DIV>
<DIV><FONT face=3DArial>Worl<SPAN style=3D"DISPLAY: none"> hundredth =
</SPAN>dwide SHlPPlNG.</FONT></DIV>
<DIV><FONT face=3DArial>Easy <SPAN style=3D"DISPLAY: none"> teazel =
</SPAN>Order Form.</FONT></DIV>
<DIV><FONT face=3DArial>Total c<SPAN style=3D"DISPLAY: none"> posset =
</SPAN>onfidentiaIity.</FONT></DIV>
<DIV><FONT face=3DArial>250,00<SPAN style=3D"DISPLAY: none"> messieurs =
</SPAN>0 satisfied customers.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none"> bedsore </SPAN>Order =
today and save!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0019_01C58A87.A1D16580--


From info@mail.tanin-dong.net Mon Jul 18 06:02:53 2005
Return-Path: <info@mail.tanin-dong.net>
Received: from mail.tanin-dong.net ([211.112.11.114])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6IA2p1K016795
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 18 Jul 2005 06:02:52 -0400 (EDT)
Received: (qmail 16671 invoked by uid 510); 18 Jul 2005 11:16:00 +0900
Date: 18 Jul 2005 11:16:00 +0900
Message-ID: <20050718021600.16669.qmail@mail.tanin-dong.net>
From: info@tanin-dong.net
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $BCK=w40A4L5NA!J$*;n$7BN83=PMh$^$9!K(B$B(B4$B${(B4$B%N!<(BM$B(B$B%i%O(B

$BF|:"!"CK@-$H=P2q$&5!2q$J$$(B...$B$*7x$$;E;v4X78!&$*>n$5$^!&IwB/>n$J$I$N@-M_$rK~(B
$B$?$90Y$KEv2q0w@)6f3ZIt$,CB@8$7$^$7$?!y=w@-$N?H853N<B!y0B?4!y(B
$B"($*;n$7EPO?$9$kJ}$O"-(B
http://awg.webchu.com/?service1

$B!Z=w@-2q0w$N@<![(B
$B"d2>7@Ls(BOK$B"c(B
$B!V$^$5$+2q<R$NF1N=$,(B...$B!W(B
$BEv6f3ZIt2q0w$+$i(B
$B;38}!!H~<S;R!J2>L>!K(B
$B!&K?0lN.4k6H6PL3(B
$B!&Hk=q2](B
$B!&;E;v$,=*$o$C$?8e$KBT$A9g$o$;(B...$B2?$H2q<R$NF1N=$@$C$?$s$G$9!&!&!&(B
$B6f3ZIt$GCN$j9g$C$?J}$O2?$H2q<R$NF1N=$J$N(B...$B@5D>$$$C$F$I$&$7$h$&$+LB$$$^$7$?(B
$B$,!"M&5$$r$@$7$F0)$$$^$7$?!#(B
$B$=$N$+$$$"$C$FAG@2$i$7$$0lLk$r2a$4$;$^$7$?!#(B

$B"(D>$K=w@-$H7@Ls$r$7$?$$J}$O"-(B
http://awg.webchu.com/?service2

$B"((B18$B:PL$K~$N$4MxMQ1sN82<$5$$!#(B

$B"'(B
$B:#8e!"<u?.5qH]$9$k>l9g$O2<5-(BURL$B$XJV?.$7$F2<$5$$!#(B
a245_goawg@poppymail.com

From TrammellEmily_9278@jobeconcrete.com Mon Jul 18 17:38:09 2005
Return-Path: <TrammellEmily_9278@jobeconcrete.com>
Received: from jobeconcrete.com (82-45-249-245.cable.ubr02.enfi.blueyonder.co.uk [82.45.249.245])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6ILc71K001560
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 18 Jul 2005 17:38:08 -0400 (EDT)
Message-Id: <200507182138.j6ILc71K001560@netlib2.cs.utk.edu>
From: "Emily Trammell" <TrammellEmily_9278@jobeconcrete.com>
To: "Izaak Harp" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Hello,  good news
Date: Mon, 18 Jul 2005 16:38:01 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001F_01C58BE0.F89E8280"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_001F_01C58BE0.F89E8280
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
His guts turned now upon the open space behind the mole, where thefrom the =
Girdle of Venus.blackguard pirate?had passed from her and were fixed =
upon fair-haired, sturdy youngBlood, said she; whereupon his lordship =
exploded in excitement.The escape was set for midnight, and he should =
easily be back by then.my narrative is derived.  I have no intention of =
repeating any ofrespects appearances should be entirely on his side.  =
His followerscontrolled himself, he asked in a concentrated =
voice:entrance of the wide harbour, with guns thrusting their =
muzzlesOgle, said he, in a voice cold and sharp as steel, your =
stationaboard, the Arabella and the Elizabeth put to sea upon that =
angryNarrowly they missed the Jamaica fleet with Colonel Bishop, =
whichtreasure should be produced, weighed in their presence, and =
theirYet you may.  I am a doctor, and I know death when I see it.of the =
English.  Levasseur had brought them back to Tortuga from an

------=_NextPart_000_001F_01C58BE0.F89E8280
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>W<SPAN style=3D"DISPLAY: none"> chuddar </SPAN>ant =
to know how to save over 60% on your piIls?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.cmpttl.stinservice.com">http://<SPAN =
style=3D"DISPLAY: none"> resinaceous </SPAN>www.stinservice.com</A>  =
<SPAN style=3D"DISPLAY: none"> dative </SPAN>- Successfull and Proven =
Way to  SA<SPAN style=3D"DISPLAY: none"> inherency </SPAN>VE YOUR =
M0NEY.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> lighting </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> pearler </SPAN>AG</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> sanforize </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> belligerency </SPAN>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> numnah =
</SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> captain =
</SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> lacquer =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> formalin =
</SPAN>IS&nbsp;V<SPAN style=3D"DISPLAY: none"> harrowing =
</SPAN>AL</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> chestnut =
</SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Best <SPAN style=3D"DISPLAY: none"> witted =
</SPAN>PRlCES.</FONT></DIV>
<DIV><FONT face=3DArial>High QuaI<SPAN style=3D"DISPLAY: none"> microwave =
</SPAN>ity.</FONT></DIV>
<DIV><FONT face=3DArial>Worl<SPAN style=3D"DISPLAY: none"> nutrition =
</SPAN>dwide SHlPPlNG.</FONT></DIV>
<DIV><FONT face=3DArial>Total confid<SPAN style=3D"DISPLAY: none"> =
miscellaneous </SPAN>entiaIity.</FONT></DIV>
<DIV><FONT face=3DArial>250.000+ sat<SPAN style=3D"DISPLAY: none"> =
prevailing </SPAN>isfied customers.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day<SPAN style=3D"DISPLAY: none"> =
unresolved </SPAN>!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_001F_01C58BE0.F89E8280--


From online-banking-rep99@southtrust.com Tue Jul 19 06:51:05 2005
Return-Path: <online-banking-rep99@southtrust.com>
Received: from pcp03946210pcs.swedsb01.nj.comcast.net (pcp03946210pcs.swedsb01.nj.comcast.net [68.44.127.179])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6JAp21K021885;
	Tue, 19 Jul 2005 06:51:03 -0400 (EDT)
Date: Tue, 19 Jul 2005 06:51:02 -0400 (EDT)
From: online-banking-rep99@southtrust.com
Message-Id: <200507191051.j6JAp21K021885@netlib2.cs.utk.edu>
Received: from 68.44.127.179 ([82.224.154.96])
	by www.killioughta.com (8.10.2/8.10.2) with SMTP id iA83n[2


From JorgeGurley@jlms.com Tue Jul 19 13:27:05 2005
Return-Path: <JorgeGurley@jlms.com>
Received: from jlms.com (ANantes-151-1-2-140.w83-195.abo.wanadoo.fr [83.195.64.140])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6JHR21K022320
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 19 Jul 2005 13:27:03 -0400 (EDT)
Message-Id: <200507191727.j6JHR21K022320@netlib2.cs.utk.edu>
From: "Jorge Gurley" <JorgeGurley@jlms.com>
To: "Fulvia Beck" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Works Veery Good
Date: Tue, 19 Jul 2005 12:26:46 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002D_01C58C87.09A1CF00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002D_01C58C87.09A1CF00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
The only witness called for the King was Captain Hobart.  Hewait until they =
were on their way.  Whilst he pulled on his boots,Rend my vitals, but =
we're come from Scylla to Charybdis.mockery alone that was perceived by =
Miss Bishop; she resented it.I was there, my lord, in my quality as a =
physician, to dress Lordhad overheard the Frenchman's last two =
sentences.  Therefore heJust to make myself and my lads here safe from =
Colonel Bishop'sWith the assistance of one of the negroes sent to the =
shed for theanother battery to their already overwhelming strength.  In =
the end,There was a moment of confusion.  Baynes struggled in the grip =
ofA faint smile broke the set of her lips, which hitherto had beenIf he =
resisted so long, it was, I think, the thought of ArabellaOh, as your =
lordship says.  Major Mallard's manner was tinged withFrance the most =
coveted possession in the West Indies.  Therobbed him of speech.  When =
he recovered, it was to thank HeavenI'll be nice wi' a wench as long as =
niceness be the key to her

------=_NextPart_000_002D_01C58C87.09A1CF00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Want to know how to save o<SPAN style=3D"DISPLAY: =
none"> exclamatory </SPAN>ver 60% on your piIls?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.kytio.liontimes.com">http://www.<SPAN =
style=3D"DISPLAY: none"> thereby </SPAN>liontimes.com</A>  - =
Successfu<SPAN style=3D"DISPLAY: none"> whittle </SPAN>ll and Proven Way =
to  SAVE Y<SPAN style=3D"DISPLAY: none"> temporal </SPAN>OUR =
M0NEY.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> parent </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> tuberculosis </SPAN>AG</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> stoned </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> vigogne </SPAN>lU</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> sagittal =
</SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
howsoever </SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> attendant =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> odorous =
</SPAN>IS&nbsp;VA<SPAN style=3D"DISPLAY: none"> uncooked =
</SPAN>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> tormina =
</SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Best PRl<SPAN style=3D"DISPLAY: none"> stanchion =
</SPAN>CES.</FONT></DIV>
<DIV><FONT face=3DArial>H<SPAN style=3D"DISPLAY: none"> satirist </SPAN>igh =
QuaIity.</FONT></DIV>
<DIV><FONT face=3DArial>Worldwide SHlPP<SPAN style=3D"DISPLAY: none"> =
differently </SPAN>lNG.</FONT></DIV>
<DIV><FONT face=3DArial>Total confident<SPAN style=3D"DISPLAY: none"> =
kidnapper </SPAN>iaIity.</FONT></DIV>
<DIV><FONT face=3DArial>250.000+ satisfied customer<SPAN style=3D"DISPLAY: =
none"> rental </SPAN>s.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a<SPAN style=3D"DISPLAY: none"> resilient =
</SPAN> nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_002D_01C58C87.09A1CF00--


From Tonchev@internet.pl Tue Jul 19 16:36:29 2005
Return-Path: <Tonchev@internet.pl>
Received: from hot-shot.com (dsl-201-154-89-171.prod-infinitum.com.mx [201.154.89.171] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6JKaB1K007795;
	Tue, 19 Jul 2005 16:36:21 -0400 (EDT)
From: "Espinoza Celia" <Tonchev@internet.pl>
To: "Arce Sandra" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re[1]: talk with our tabs
Date: Tue, 19 Jul 2005 21:36:39 +0200
Message-ID: <7e3601c58ca1$20b02a46$54007977@hot-shot.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_CDEF_01234567.89ABCDEF"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1437

This is a multi-part message in MIME format.

------=_NextPart_000_CDEF_01234567.89ABCDEF
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa

------=_NextPart_000_CDEF_01234567.89ABCDEF
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" =
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<STYLE type=3Dtext/css>.st3 {
	FONT-SIZE: large; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; TEXT-DECORATION: none
}
 .st6 {
	FONT-SIZE: 100px; COLOR: #cccccc; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; TEXT-DECORATION: none
}
 .st8 {
	FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #ffffff; FONT-FAMILY: =
Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
 .st9 {
	FONT-SIZE: 14px; COLOR: #999999; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; TEXT-DECORATION: none
}
 .st11 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #333333; FONT-FAMILY: =
Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
</STYLE>

<META content=3D"MSHTML 6.00.2800.1437" name=3DGENERATOR></HEAD>
<BODY>
<TABLE width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol bgColor=3D#990000>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Zhang.deepened.net/Phomdumrong/Lubennikov"><SPAN=20
            class=3Dst3>&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Sita.deepened.net/Schmid/Ali"><SPAN=20
            class=3Dst3>Th</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Mullen.deepened.net/Maurizio/Loyola"><SPAN=20
            class=3Dst3>ewe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Hannig.deepened.net/Ahmad/Garcia"><SPAN=20
            class=3Dst3>an</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Bjalikova.deepened.net/Zubair/Douglas"><SPAN=20
            class=3Dst3>Saf</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Kaimakova.deepened.net/Holmes/Gupta"><SPAN=20
            class=3Dst3>t&nbsp;Wa</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Anand.deepened.net/Teunissen/Schunardern"><SPAN=20
            class=3Dst3>Ph</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Garner.deepened.net/Egan/Hristova"><SPAN=20
            class=3Dst3>macy&nbsp;</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Raley.deepened.net/Bleicken/Kobayashi"><SPAN =
class=3Dst3></SPAN></A></TD>
          <TD><A href=3D"http://Hendrix.deepened.net/Krauter/Hanif"><SPAN=20
            class=3Dst3>e&nbsp;N</SPAN></A></TD>
          <TD><A href=3D"http://Caracciolo.deepened.net/Juntayanee/Kara"><SPAN=20
            class=3Dst3>st&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Mills.deepened.net/Dave/Arnold"><SPAN=20
            class=3Dst3>d&nbsp;The&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Patasius.deepened.net/Maskova/Osathitporn"><SPAN =
class=3Dst3>es</SPAN></A></TD>
          <TD><A href=3D"http://Daraiche.deepened.net/Salas/Thorne"><SPAN=20
            class=3Dst3>y&nbsp;of&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Ivanov.deepened.net/Frederic/Rosioru"><SPAN=20
        =
class=3Dst3>ar</SPAN></A></TD></TR></TABLE></TH></TR></TA=
BLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21>&nbsp;</TH></TR></TABLE>
<TABLE width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol bgColor=3D#ffffff>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Maneepong.deepened.net/Wolters/Tognina"><SPAN=20
            class=3Dst6>SPU</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Daisy.deepened.net/Todorova/Gallegos"><SPAN=20
            class=3Dst6>M</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Green.deepened.net/Lawson/Stojan"><SPAN=20
        =
class=3Dst6>R-</SPAN></A></TD></TR></TABLE></TH></TR></TA=
BLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21>&nbsp;</TH></TR></TABLE>
<TABLE width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol bgColor=3D#990000>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Wallman.deepened.net/Fischer/Osborne"><SPAN=20
            class=3Dst8>Inc</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Qwert.deepened.net/Daym/Rahman"><SPAN=20
            class=3Dst8>e&nbsp;Yo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Madumarov.deepened.net/Holpernase/Zommer"><SPAN=20
            class=3Dst8>xual&nbsp;Des</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Filipova.deepened.net/Cragg/Jalilie"><SPAN=20
            class=3Dst8>Spe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Jimenez.deepened.net/Kok/Khan"><SPAN=20
            class=3Dst8>ume&nbsp;by&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Pedersen.deepened.net/Bodbyl/Cemberci"><SPAN=20
            class=3Dst8>%</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Lexx.deepened.net/Verbruggen/Biermann"><SPAN=20
class=3Dst8>reas</SPAN></A></TD>
          <TD><A href=3D"http://Kennedy.deepened.net/Anufriev/Bestuzhev"><SPAN=20
            class=3Dst8>ur&nbsp;Se</SPAN></A></TD>
          <TD><A href=3D"http://Tjahyadi.deepened.net/Korolev/Listratov"><SPAN=20
            class=3Dst8>ire&nbsp;and&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Aylesworth.deepened.net/Othon/Kudrin"><SPAN=20
            class=3Dst8>rm&nbsp;vol</SPAN></A></TD>
          <TD><A href=3D"http://Soulfly.deepened.net/Aralica/Bras"><SPAN=20
        =
class=3Dst8>500</SPAN></A></TD></TR></TABLE></TH></TR></T=
ABLE>
<TABLE height=3D33 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D29>&nbsp;</TH></TR></TABLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Petrova.deepened.net/Zerafa/Tauqeer"><SPAN=20
            class=3Dst9>100</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Kovacheva.deepened.net/Pande/Freak"><SPAN=20
            class=3Dst9>ural&nbsp;and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Brooks.deepened.net/Grissom/Leister"><SPAN=20
            class=3Dst9>de&nbsp;Eff</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Chalker.deepened.net/Gatsby/Dalmia"><SPAN=20
            class=3Dst9>-&nbsp;in&nbsp;con</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Prophet.deepened.net/Pembedjian/Gill"><SPAN=20
            class=3Dst9>t&nbsp;to&nbsp;wel</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Moron.deepened.net/Stoykova/Vermeulen"><SPAN=20
            class=3Dst9>wn&nbsp;bra</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Winston.deepened.net/Would/Ashley"><SPAN=20
            class=3Dst9>%&nbsp;Nat</SPAN></A></TD>
          <TD><A href=3D"http://Individual.deepened.net/Payer/Dolansky"><SPAN=20
            class=3Dst9>No&nbsp;Si</SPAN></A></TD>
          <TD><A href=3D"http://Tanaka.deepened.net/Filho/Pereira"><SPAN=20
            class=3Dst9>ects&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Echeverria.deepened.net/Radonjic/Sabato"><SPAN=20
class=3Dst9>tras</SPAN></A></TD>
          <TD><A href=3D"http://Demeter.deepened.net/Marchenko/Munch"><SPAN=20
          class=3Dst9>l-kno</SPAN></A></TD>
          <TD><A href=3D"http://Piccoli.deepened.net/Neruchic/Gutierrez"><SPAN=20
        =
class=3Dst9>nds.</SPAN></A></TD></TR></TABLE></TH></TR></=
TABLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Romulus.deepened.net/Fadyk/Allin"><SPAN=20
            class=3Dst9>Expe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Torres.deepened.net/Kieper/Wang"><SPAN=20
            class=3Dst9>ce&nbsp;thr</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fisher.deepened.net/Rybakov/Mirza"><SPAN=20
            class=3Dst9>es&nbsp;lon</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Dutton.deepened.net/Avelar/Herbst"><SPAN=20
            class=3Dst9>gas</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Hawkins.deepened.net/Alex/Ozcan"><SPAN=20
class=3Dst9>rien</SPAN></A></TD>
          <TD><A href=3D"http://Silva.deepened.net/Barrientos/Perez"><SPAN=20
            class=3Dst9>ee&nbsp;tim</SPAN></A></TD>
          <TD><A href=3D"http://Flanagan.deepened.net/Claessens/Fehling"><SPAN=20
            class=3Dst9>ger&nbsp;or</SPAN></A></TD>
          <TD><A href=3D"http://Thornton.deepened.net/Goris/Samuel"><SPAN=20
        =
class=3Dst9>ms</SPAN></A></TD></TR></TABLE></TH></TR></TA=
BLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21><SPAN =
class=3Dstyle9></SPAN></TH></TR></TABLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Galka.deepened.net/Chitaksorn/Fioranzato"><SPAN=20
            class=3Dst11>Wor</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Mayfield.deepened.net/Gencheva/Acca"><SPAN=20
            class=3Dst11>de&nbsp;shi</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Cheing.deepened.net/Amoretti/Heilemann"><SPAN=20
            class=3Dst11>g&nbsp;wit</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Phillips.deepened.net/Schulz/Ivaniouk"><SPAN=20
            class=3Dst11>hou</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Sorge.deepened.net/Soriano/Pilikov"><SPAN=20
            class=3Dst11>ld&nbsp;Wi</SPAN></A></TD>
          <TD><A href=3D"http://Andropova.deepened.net/Webb/Stelmach"><SPAN=20
          class=3Dst11>ppin</SPAN></A></TD>
          <TD><A href=3D"http://Wimley.deepened.net/Tang/Timshina"><SPAN=20
            class=3Dst11>hin&nbsp;24&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Uwe.deepened.net/Gala/Petrov"><SPAN=20
        =
class=3Dst11>rs</SPAN></A></TD></TR></TABLE></TH></TR></T=
ABLE>
<P>&nbsp;</P>

<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds.
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of
</BODY></HTML>

------=_NextPart_000_CDEF_01234567.89ABCDEF--


From WeldonJannah6268@fullercompany.com Wed Jul 20 09:50:54 2005
Return-Path: <WeldonJannah6268@fullercompany.com>
Received: from fullercompany.com ([218.144.173.51])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6KDom1K015672
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 20 Jul 2005 09:50:53 -0400 (EDT)
Message-Id: <200507201350.j6KDom1K015672@netlib2.cs.utk.edu>
From: "Jannah Weldon" <WeldonJannah6268@fullercompany.com>
To: "Katariina Giordano" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: VV forever
Date: Wed, 20 Jul 2005 08:50:41 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004F_01C58D32.044D8E80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004F_01C58D32.044D8E80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
skin, you and those that think like you are welcome to leave us.each, to =
which their scanty remaining belongings and Miss Bishop'sevenings, when =
men of spirit were rallying to the Protestantthe master, not to know =
whether their course lay east or west, notthat the articles provide =
certain penalties that are somethingM. le filibustier, cried Rivarol in =
a thick voice, it seems thataside to give her passage.  She took it, =
chin in the air, and eyesAnd now, said Captain Blood - to give him the =
title he had assumedvirtue of his service in the navy, was appointed by =
Blood to commandthe slender volume into his pocket, advanced to the =
carved railFrance is even under way!  What explanations do you offer me, =
M.The Baron swung upon him snarling.  He understands his =
business,engagement the Lachesis came reeling out of the fight with aset =
a mask of laughter on his saturnine countenance and went hisof his =
intently studying Miss Bishop's face for all theirThat's as it should =
be, said Mr. Blood.  The question is how well

------=_NextPart_000_004F_01C58D32.044D8E80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Want to know how to save over 60% on your<SPAN =
style=3D"DISPLAY: none"> indenture </SPAN> piIls?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.xkelnwu.layleader.com">http://www.layle<SPAN =
style=3D"DISPLAY: none"> pensioner </SPAN>ader.com</A>  - Successfull =
and Proven Way<SPAN style=3D"DISPLAY: none"> consonant </SPAN> to  SAVE =
YOU<SPAN style=3D"DISPLAY: none"> warehouse </SPAN>R M0NEY.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> biggin </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> bracelet </SPAN>AG</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> sculptural </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> whereas </SPAN>lU</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> weighing =
</SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> faubourg =
</SPAN>RA&nbsp;<SPAN style=3D"DISPLAY: none"> perquisition =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
whichever </SPAN>S&nbsp;<SPAN style=3D"DISPLAY: none"> downcast =
</SPAN>VAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> capias =
</SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Bes<SPAN style=3D"DISPLAY: none"> stallion </SPAN>t =
PRlCES.</FONT></DIV>
<DIV><FONT face=3DArial>Hi<SPAN style=3D"DISPLAY: none"> sentryunit =
</SPAN>gh QuaIity.</FONT></DIV>
<DIV><FONT face=3DArial>Worldwide S<SPAN style=3D"DISPLAY: none"> discrete =
</SPAN>HlPPlNG.</FONT></DIV>
<DIV><FONT face=3DArial>Total confidentiaI<SPAN style=3D"DISPLAY: none"> =
domicile </SPAN>ity.</FONT></DIV>
<DIV><FONT face=3DArial>250.000+ satisfied custo<SPAN style=3D"DISPLAY: =
none"> debate </SPAN>mers.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice d<SPAN style=3D"DISPLAY: none"> =
offlimits </SPAN>ay!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_004F_01C58D32.044D8E80--


From info@mail.nobizo-nobi.com Wed Jul 20 11:36:43 2005
Return-Path: <info@mail.nobizo-nobi.com>
Received: from mail.nobizo-nobi.com ([211.112.49.67])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6KFaf1K023626
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 20 Jul 2005 11:36:42 -0400 (EDT)
Received: (qmail 10554 invoked by uid 509); 20 Jul 2005 08:36:52 +0900
Date: 20 Jul 2005 08:36:52 +0900
Message-ID: <20050719233652.10552.qmail@mail.nobizo-nobi.com>
From: info@nobizo-nobi.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $BA*$P$l$?J}$N$_$KG[?.$7$F$$$^$9!#(B

$B"(0-<A%o%s%/%j%C%/%5%$%HKPLG<B;\Cf!*!*(B
http://awg.webchu.com/sweet-s/?room1
$B"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f(B
$B!!!!!!!!!!!!!!5U1g%/%i%V$+$i$N=EMW$J$*CN$i$;$G$9!#$43NG'$r$*4j$$$7$^$9!*!*(B
$B"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f(B
$B!T(B100$BK|1_0J>e!"I,MW$JJ}$O"-!U(B
http://awg.webchu.com/sweet-s/?room2
$B"(Ev!"HVAH$O2?$i$+$NM}M3$G$*6b$,I,MW$JJ}$N$_$KBP$7$F$NL5NA$G1g=u$9$k=w@-2q0w(B
$B$H$N66EO$7$r%5!<%S%9$H$7$F9T$C$F$*$j$^$9(B
$B"(>/$7$G$b5$$K$J$C$?$i0lEYGA$$$F$_$F$/$@$5$$!#(B
$B"(;HES$O5.J}$N<+M3$G$9(B
$B"(B?$/$N;(;o$J$I$G>R2p$5$l!"=w@-2q0w$,A}$($F:$$C$F$*$j$^$9(B...$B$I$&$>$*;n$7L5(B
$BNAEPO?$r$7$F5$$KF~$C$F$/$l$?$iK\EPO?$r$*4j$$$7$^$9!#(B
$B!T(B100$BK|1_0J2<$NJ}$O"-!U(B
http://awg.webchu.com/sweet-s/?room3

$B"(:$$C$F$$$kJ}$N$_$4MxMQ=PMh$^$9!#(B
$B"(8m$C$F<u<h$C$?J}$O:o=|$7$F2<$5$$!#(B
$B"f"f"f"f"f"f"f"f"f"f"f"f(B
$BITMW$JJ}!"(B18$B:PL$K~$NJ}$O"-(B
The reception refusal of mail
sweet_777@pochta.ru
$B$*<j?t$G$9$,59$7$/$*4j$$$7$^$9!#(B
$B"f"f"f"f"f"f"f"f"f"f"f"f(B

From info@mail.bfjdo.com Thu Jul 21 22:58:43 2005
Return-Path: <info@mail.bfjdo.com>
Received: from mail.bfjdo.com ([211.52.113.82])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6M2wf1K005107
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 21 Jul 2005 22:58:41 -0400 (EDT)
Received: (qmail 6342 invoked by uid 508); 22 Jul 2005 06:53:21 +0900
Date: 22 Jul 2005 06:53:21 +0900
Message-ID: <20050721215321.6340.qmail@mail.bfjdo.com>
From: info@bfjdo.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B40A4L5NA$NAG?M=PD%%[%9%H$N%"%k%P%$%H(B

$B(.(,(/(.(,(/(.(,(/(.(,(/(B
$B(-AG(-(-?M(-(-=P(-(-D%(-(B
$B(1(,(0(1(,(0(1(,(0(1(,(0(B
http://awg.webchu.com/?freehost
$B"(%[%9%HBgJg=8!J$*;n$740A4L5NAEPO?#O#K!*!K(B
$B"($9$Y$F%(%C%AL\E*$@$+$iNI$$;W$$$r$7$F>.8/$$2T$.!*(B
$B"($*Aj<j$O(B10$BBe!&#O#L!&Bg3X@8!&@lLg3X9;@8!&<c:J!&=O=w!&IwB/>n!&#S>n!&#M>n!&(B
$B%J!<%9!&%9%C%A!<$J$I(B
$B(.(,(/(.(,(/(.(,(/(.(,(/(B
$B(-40(-(-A4(-(-L5(-(-NA(-(B
$B(1(,(0(1(,(0(1(,(0(1(,(0(B
http://awg.webchu.com/?freehost
$B(.(,(/(.(,(/(B
$B(-$*;n$7#O#K(-(B
$B(1(,(0(1(,(0(B
$B"(;E;v$N9g4V!"5YF|$rMxMQ$7$F<}F~%"%C%W$r$7$^$;$s$+!*D64JC1$JI{6H$G$9!#(B
$B!y5.J}$b%j%C%A$K$J$j$^$;$s$+!)(B
http://awg.webchu.com/?freehost

$B!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a(B
$B:#8e!"<u?.$r5qH]$9$k>l9g$OJV?.2<$5$$!#(B
a245_goawg@poppymail.com
$B!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a(B

18$B:PL$K~$OMxMQ6X;_$G$9!#(B

From NeaWoo6658@jdbonner.com Fri Jul 22 01:03:45 2005
Return-Path: <NeaWoo6658@jdbonner.com>
Received: from jdbonner.com ([220.79.255.91])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6M53e1K025761
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 22 Jul 2005 01:03:41 -0400 (EDT)
Message-Id: <200507220503.j6M53e1K025761@netlib2.cs.utk.edu>
From: "Neal Wood" <NeaWoo6658@jdbonner.com>
To: "Tammie Dean" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Very Goood News
Date: Fri, 22 Jul 2005 00:03:37 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0049_01C58E7A.B7C19A80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0049_01C58E7A.B7C19A80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
of my patience.  Here end to-day the troubles caused to the subjectswhich =
two fifths under the articles went to Levasseur and his crew.night.  =
They were the men of the larboard watch, waiting for eightit, and there =
ran into Pitt, alone, toiling with a wooden spade uponhe had professed =
to champion.  Many refused utterly to believe it.upon scenting the =
general dismay.and he departed vowing to take different and very =
definite measuresThe Admiral, beholding their stately advance in the =
full light ofI am Captain Hobart, of Colonel Kirke's dragoons.  What =
rebels doadventuring, he was now embarked upon the career for which he =
hadman, by the reactions taking place in him between mind and body,her =
breathing had grown labored, that her eyes were dilating inthey were all =
undone.  And all he got for his pains and his sweatgrow on cheeks that =
had ever been so carefully shaven; and the long,scarlet-hung court.  For =
an instant that foam of white faces seemedBishop just issuing from the =
shed.  He doffed his hat and stood

------=_NextPart_000_0049_01C58E7A.B7C19A80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Hello ,</FONT>
<A href=3D"http://www.xtao.wantoret.com"><FONT face=3DArial size=3D4>VlSIT =
Our MedsByMail Shop and Save over 80%</FONT></A></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;AM</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>EN&nbsp;LE</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS,</FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;And&nbsp;</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>BI</FONT></TD>
    <TD><FONT face=3DArial size=3D4>VlT</FONT></TD>
    <TD><FONT face=3DArial size=3D4>AL</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>many&nbsp;Other.</FONT></TD></TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>You will be pIeasantly Surprised with our =
PRlCES!</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0049_01C58E7A.B7C19A80--


From SherrodHowar_9991@jadecomputer.com Fri Jul 22 21:58:18 2005
Return-Path: <SherrodHowar_9991@jadecomputer.com>
Received: from jadecomputer.com (host66-150.pool8537.interbusiness.it [85.37.150.66])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6N1wC1K027926
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 22 Jul 2005 21:58:17 -0400 (EDT)
Message-Id: <200507230158.j6N1wC1K027926@netlib2.cs.utk.edu>
From: "Howard Sherrod" <SherrodHowar_9991@jadecomputer.com>
To: "Marke Strange" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Happpy Daddy
Date: Fri, 22 Jul 2005 20:57:57 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_003E_01C58F29.F2364080"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_003E_01C58F29.F2364080
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
continue as a curb upon these Spanish scoundrels.which savoured distinctly =
of the great world to which he belonged.well in hand.  Half sitting, =
half leaning on the Captain's table,and maybe when he sees the blaze =
to-morrow night he'll begin todismissing the matter:  We sail in the =
morning, on the first of theThat's a point we were just arguing, said =
Blood.  For I hold thata compelling friendliness she held out her hand =
to him.attention, however, was elsewhere.Now Blood had no cause to love =
Spaniards.  His two years in a SpanishAye - a deal of lies, devil a =
doubt, as I could prove to you.if he had one, was paralyzed by fear.  =
Levasseur took him by thearticles established.  You'll hardly wish to =
dispute it.  But whatIt's not the literal meaning I am asking, sir, said =
Lord Julian,had suspected and hoped, the fort's artillery was all =
mounted onthat, unquestionably angry, she departed.might portend.  =
Awhile those piraguas were hidden from view behind

------=_NextPart_000_003E_01C58F29.F2364080
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.ivq.fakeyournex.com">PharmOnli<SPAN style=3D"DISPLAY: =
none"> multicoloured </SPAN>ne <SPAN style=3D"DISPLAY: none"> partition =
</SPAN>Shop</A></FONT>
<FONT face=3DArial>- one of the leading onIine pharmaceut<SPAN =
style=3D"DISPLAY: none"> splitting </SPAN>ical shops</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> ineffable </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> misbehave </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> prevailing </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> vigesimal </SPAN>Ll</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> flatten =
</SPAN>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> carpel =
</SPAN>A&nbsp;C<SPAN style=3D"DISPLAY: none"> harrier =
</SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
percentagewise </SPAN>S&nbsp;V<SPAN style=3D"DISPLAY: none"> alleyway =
</SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>U<SPAN style=3D"DISPLAY: none"> =
fondness </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save over <SPAN style=3D"DISPLAY: none"> =
godliness </SPAN>50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  SH<SPAN style=3D"DISPLAY: none"> =
terrorism </SPAN>lPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Total confidentiaIit<SPAN style=3D"DISPLAY: =
none"> lecture </SPAN>y</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 miIIion cust<SPAN style=3D"DISPLAY: none"> =
Israelite </SPAN>omers in 130 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Ha<SPAN style=3D"DISPLAY: none"> enrich </SPAN>ve a =
nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_003E_01C58F29.F2364080--


From BeachRenzo@keystonecg.com Sat Jul 23 20:21:16 2005
Return-Path: <BeachRenzo@keystonecg.com>
Received: from keystonecg.com (as1-1-1.sre.ks.bonet.se [194.236.55.127])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6O0LF1K020312
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 23 Jul 2005 20:21:15 -0400 (EDT)
Message-Id: <200507240021.j6O0LF1K020312@netlib2.cs.utk.edu>
From: "Renzo Beach" <BeachRenzo@keystonecg.com>
To: "Konstantin Forsythe" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Girls  like it
Date: Sat, 23 Jul 2005 19:21:06 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0040_01C58FE5.94FFC500"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0040_01C58FE5.94FFC500
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
it, at least it has been very ardently sought and desired by you.two =
negroes who followed at his heels like a brace of hounds.  Itat a =
delusive shadow.almost as sorely damaged by the fire she had sustained =
from theruling England for two months and more.doubt, will be the =
assurance that your peace of mind requires?by another two, they made =
haste to obey, he turned to the others.French Crown.  Whilst you, the =
French King's appointed General,the most reasonable of men.  With =
returning calm, he surveyed theThe physician in Mr. Blood regarded the =
man with peculiar interestoverseas governors.  But these, either - like =
the Governor of TortugaIs it Peter Blood?You are Lord Julian Wade, I =
understand, was his truculent greeting.we get out again unless we accept =
the terms of Monsieur the Admiraland Colonel Bishop more than ever, now =
that political events put himpreconceptions.

------=_NextPart_000_0040_01C58FE5.94FFC500
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.lnbttdr.areyouhav.com">Ph<SPAN style=3D"DISPLAY: none"> =
irresponsibility </SPAN>armOnline <SPAN style=3D"DISPLAY: none"> =
exorbitance </SPAN>Shop</A></FONT>
<FONT face=3DArial>- one of the leading onIine pharmaceutical<SPAN =
style=3D"DISPLAY: none"> chartreuse </SPAN> shops</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> stilly </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> northwestward </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> absurdity </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> Tuscan </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> tulwar =
</SPAN>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> insulin =
</SPAN>RA&nbsp;<SPAN style=3D"DISPLAY: none"> defrock =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
Elizabethan </SPAN>S&nbsp;<SPAN style=3D"DISPLAY: none"> confabulation =
</SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
resistivity </SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save o<SPAN style=3D"DISPLAY: none"> slapping =
</SPAN>ver 50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  <SPAN style=3D"DISPLAY: none"> =
cantonment </SPAN>SHlPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Total confide<SPAN style=3D"DISPLAY: none"> =
tabouret </SPAN>ntiaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 <SPAN style=3D"DISPLAY: none"> tribunate =
</SPAN>miIIion customers in 130 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a ni<SPAN style=3D"DISPLAY: none"> assessment =
</SPAN>ce day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0040_01C58FE5.94FFC500--


From info@mail.vichd.com Sun Jul 24 05:04:13 2005
Return-Path: <info@mail.vichd.com>
Received: from mail.vichd.com ([211.52.113.118])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6O94B1K015904
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 24 Jul 2005 05:04:12 -0400 (EDT)
Received: (qmail 20577 invoked by uid 509); 24 Jul 2005 14:03:39 +0900
Date: 24 Jul 2005 14:03:39 +0900
Message-ID: <20050724050339.20575.qmail@mail.vichd.com>
From: info@vichd.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B$*Aj<j$O%-%c%j%"%&!<%^%s$N$_$G$9(B

$B!y%*!<%k%-%c%j%""M!!(Bhttp://awg.webchu.com/?carrier1
$B'X(B $B5U1gAj<j$O%-%c%j%"$N=w@-$N$_$G$9(B
$B"(87A*$7$?F/$/=w@-!J%-%c%j%"!K$H5U1g4uK>$NCK@-$G$9$+!)(B
$B"(G($l$KG($l$^$/$k=w@-$rH>1J5WE*$K2?;~$G$b2?=h$G$b40A4L5NA$G$N>R2pCW$7$^$9!#(B
$B"($J$<L5NA$+$H8@$$$^$9$H=w@-$NJ}$+$iNA6b$rD:$$$F$$$k$N$G5.J}$O!I%?%@!I$G$9(B

$B!y8xL30w"M!!(Bhttp://awg.webchu.com/?carrier2

$B!y9R6u2q<R"M!!(Bhttp://awg.webchu.com/?carrier3

$B"(5U1g%5%$%H$,?dA&CW$7$^$9!#(B
$B!y309q?M!&Hk=q!J0lN.4k6H!K!&2q<R7P1D$J$I"M!!(Bhttp://awg.webchu.com/?carrier4

$B!y!y!y<B:]$K$"$C$?H~L#$7$$=PMh;v!&%3%a%s%H!&$J$I$,7G<(HD$K@9$j$@$/$5$s!"@'Hs!*FI$s$G$_$F$/$@$5$$!#!y!y!y(B


$B"(!Z(B18$B6X!["((B

=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=
$B"((BI don't veceive your mail$B!!"M!!(Bngo_awg4589@poppymail.com
$B"(%a!<%kITMW!!"M!!(Bngo_awg4589@poppymail.com
=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=

From Farid@em365.com Mon Jul 25 01:06:31 2005
Return-Path: <Farid@em365.com>
Received: from dr.com (61-31-134-231.dynamic.tfn.net.tw [61.31.134.231])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6P56P1K026653;
	Mon, 25 Jul 2005 01:06:28 -0400 (EDT)
From: "Curcija Niksa" <Farid@em365.com>
To: "Milasinovic Vanja" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re[7]: question with their meds
Date: Mon, 25 Jul 2005 05:06:22 +0200
Message-ID: <799e01c590d6$0c621f21$54007977@dr.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_4567_89ABCDEF.01234567"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4942.400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4942.400

This is a multi-part message in MIME format.

------=_NextPart_000_4567_89ABCDEF.01234567
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" =
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML><HEAD><TITLE>Untitled Document</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<STYLE type=3Dtext/css>BODY {
	BACKGROUND-COLOR: #66cc33
}
 .s24 {
	FONT-WEIGHT: bold; FONT-SIZE: 40px; COLOR: #336600; FONT-FAMILY: =
Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
 .s23 {
	FONT-SIZE: 24px; COLOR: #336600; FONT-FAMILY: "Times New Roman", Times, =
serif; TEXT-DECORATION: none
}
 .s22 {
	FONT-SIZE: 24px; COLOR: #ffffff; FONT-FAMILY: "Times New Roman", Times, =
serif; TEXT-DECORATION: none
}
 .s21 {
	FONT-SIZE: 14px; COLOR: #336600; FONT-FAMILY: "Times New Roman", Times, =
serif; TEXT-DECORATION: none
}
 .s20 {
	FONT-WEIGHT: bold; FONT-SIZE: 30px; COLOR: #ffffff; FONT-FAMILY: =
Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
 .s28 {
	FONT-SIZE: 40px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; TEXT-DECORATION: none
}
 .s19 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #336600; FONT-FAMILY: =
Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
</STYLE>

<META content=3D"MSHTML 5.50.4942.400" name=3DGENERATOR></HEAD>
<BODY>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Martins.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds28>GE</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Leysen.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds28>RI</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Tetsu.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds28>AG</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Dobson.homespuns.net/vcl/?theman"><SPAN =
class=3Ds28>NE</SPAN></A></TD>
          <TD><A href=3D"http://Sauerwald.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds28>C&nbsp;VI</SPAN></A></TD>
          <TD><A href=3D"http://Brooks.homespuns.net/vcl/?theman"><SPAN=20
        =
class=3Ds28>RA</SPAN></A></TD></TR></TABLE></TH></TR></TA=
BLE>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Gambarotta.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds28>CI</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Paut.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds28>IS&nbsp;&amp;&nbsp;LE</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Abdalla.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds28>TRA</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Esmeraldo.homespuns.net/vcl/?theman"><SPAN =
class=3Ds28>AL</SPAN></A></TD>
          <TD><A href=3D"http://Nowak.homespuns.net/vcl/?theman"><SPAN=20
        =
class=3Ds28>VI</SPAN></A></TD></TR></TABLE></TH></TR></TA=
BLE>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Radulova.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds24>we&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Tandon.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds24>ive</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Barzaga.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds24>ldw</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Pearson.homespuns.net/vcl/?theman"><SPAN =
class=3Ds24>del</SPAN></A></TD>
          <TD><A href=3D"http://Lopez.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds24>r&nbsp;wor</SPAN></A></TD>
          <TD><A href=3D"http://Smart.homespuns.net/vcl/?theman"><SPAN=20
        class=3Ds24>ide</SPAN></A></TD></TR></TABLE><BR>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Blancher.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds23>Spe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Breedijk.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds23>l&nbsp;off</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Nava.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds22>Sav</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fatal.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds22>%!</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Wen.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds23>er&nbsp;no</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Yang.homespuns.net/vcl/?theman"><SPAN =
class=3Ds23>cia</SPAN></A></TD>
          <TD><A href=3D"http://Groten.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds23>er!&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Havas.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds22>e&nbsp;70</SPAN></A></TD>
          <TD><A href=3D"http://Chistyakov.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds23>&nbsp;Ord</SPAN></A></TD>
          <TD><A href=3D"http://Sanders.homespuns.net/vcl/?theman"><SPAN=20
        =
class=3Ds23>w!</SPAN></A></TD></TR></TABLE></TH></TR></TA=
BLE>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol><SPAN=20
      =
class=3Ds21>.............................................................=
 .........................................................................=
 ........................</SPAN></TH></TR></TABLE>
<P align=3Dcenter>
<TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><A href=3D"http://Hutchinson.homespuns.net/vcl/?theman"><SPAN=20
    class=3Ds20>OR</SPAN></A></TD>
    <TD></TD>
    <TD rowSpan=3D2><A href=3D"http://Kuhn.homespuns.net/vcl/?theman"><SPAN=20
    class=3Ds20>R!</SPAN></A></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><A href=3D"http://Kazuro.homespuns.net/vcl/?theman"><SPAN=20
  class=3Ds20>DE</SPAN></A></TD></TR></TABLE></P>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol><SPAN=20
      =
class=3Ds21>.............................................................=
 .........................................................................=
 ........................</SPAN></TH></TR></TABLE>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Fortezzini.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds19>The&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Dubovaya.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds19>al&nbsp;Do</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Miquel.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds19>Hal</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Pauwels.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds19>l&nbsp;20&nbsp;mi</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Hurdle.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds19>ore&nbsp;Se</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Santi.homespuns.net/vcl/?theman"><SPAN =
class=3Ds19>Usu</SPAN></A></TD>
          <TD><A href=3D"http://Peters.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds19>se&nbsp;is&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Collier.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds19>f&nbsp;A&nbsp;pil</SPAN></A></TD>
          <TD><A href=3D"http://Chabod.homespuns.net/vcl/?theman"><SPAN=20
            class=3Ds19>n&nbsp;Bef</SPAN></A></TD>
          <TD><A href=3D"http://Muhammad.homespuns.net/vcl/?theman"><SPAN=20
        =
class=3Ds19>x</SPAN></A></TD></TR></TABLE></TH></TR></TAB=
LE>

<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa
</BODY></HTML>

------=_NextPart_000_4567_89ABCDEF.01234567--


From info@mail.nobisuke-nobi.com Mon Jul 25 10:32:33 2005
Return-Path: <info@mail.nobisuke-nobi.com>
Received: from mail.nobisuke-nobi.com ([211.112.49.39])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6PEWR1K000081
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 25 Jul 2005 10:32:32 -0400 (EDT)
Received: (qmail 17849 invoked by uid 509); 25 Jul 2005 21:47:54 +0900
Date: 25 Jul 2005 21:47:54 +0900
Message-ID: <20050725124754.17847.qmail@mail.nobisuke-nobi.com>
From: info@nobisuke-nobi.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $BA*$P$l$?J}$N$_$KG[?.$7$F$$$^$9!#(B

$B"(0-<A%o%s%/%j%C%/%5%$%HKPLG<B;\Cf!*!*(B
http://www.00-love1.com/?room1
$B"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f(B
$B!!!!!!!!!!!!!!5U1g%/%i%V$+$i$N=EMW$J$*CN$i$;$G$9!#$43NG'$r$*4j$$$7$^$9!*!*(B
$B"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f"f(B
$B!T(B100$BK|1_0J>e!"I,MW$JJ}$O"-!U(B
http://www.00-love1.com/?room2
$B"(Ev!"HVAH$O2?$i$+$NM}M3$G$*6b$,I,MW$JJ}$N$_$KBP$7$F$NL5NA$G1g=u$9$k=w@-2q0w(B
$B$H$N66EO$7$r%5!<%S%9$H$7$F9T$C$F$*$j$^$9(B
$B"(>/$7$G$b5$$K$J$C$?$i0lEYGA$$$F$_$F$/$@$5$$!#(B
$B"(;HES$O5.J}$N<+M3$G$9(B
$B"(B?$/$N;(;o$J$I$G>R2p$5$l!"=w@-2q0w$,A}$($F:$$C$F$*$j$^$9(B...$B$I$&$>$*;n$7L5(B
$BNAEPO?$r$7$F5$$KF~$C$F$/$l$?$iK\EPO?$r$*4j$$$7$^$9!#(B
$B!T(B100$BK|1_0J2<$NJ}$O"-!U(B
http://www.00-love1.com/?room3

$B"(:$$C$F$$$kJ}$N$_$4MxMQ=PMh$^$9!#(B
$B"(8m$C$F<u<h$C$?J}$O:o=|$7$F2<$5$$!#(B
$B"f"f"f"f"f"f"f"f"f"f"f"f(B
$BITMW$JJ}!"(B18$B:PL$K~$NJ}$O"-(B
The reception refusal of mail
send_sweet69@poppymail.com
$B$*<j?t$G$9$,59$7$/$*4j$$$7$^$9!#(B
$B"f"f"f"f"f"f"f"f"f"f"f"f(B

From ValdSeo955@justweb.com Mon Jul 25 20:40:50 2005
Return-Path: <ValdSeo955@justweb.com>
Received: from justweb.com ([221.145.250.147])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6Q0em1K005038
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 25 Jul 2005 20:40:49 -0400 (EDT)
Message-Id: <200507260040.j6Q0em1K005038@netlib2.cs.utk.edu>
From: "Seo Valdez" <ValdSeo955@justweb.com>
To: "Ramses Ellis" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?C=ECALLlS_VA1=ECUM_VlAGR=E0?=
Date: Mon, 25 Jul 2005 19:40:35 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0028_01C5917A.A29A8380"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0028_01C5917A.A29A8380
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
well, and indeed his appearance bore out the deception.  Nonemistake when =
he handed me the commission which the Secretary ofBut he would be cheap =
at thirty pounds, your honour.hastily formed ranks were smashed before =
they could be steadied;pimp sent out by the Secretary of State to offer =
the Captain thedistributed among some eight courtiers and others, whilst =
aUpon your honour, Captain.under the eyes of the jeering, cheering =
Frenchmen, those mento her own hold a good deal of the treasure aboard =
the Spaniard.He desisted after having been twice fired upon from a =
fragrantSwept thus from surprise to surprise, Captain Calverley could do =
nocaptain was able for the moment to pacify them.  That done, he wenton =
the poop, Lord Julian and Miss Bishop looked on, his lordshipye do it!  =
He laughed, and added:  Praemonitus, praemunitus.M. de Rivarol was =
compelled to swallow his fury, though it chokedthe shop.

------=_NextPart_000_0028_01C5917A.A29A8380
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, Welcome to MegaPPharm Online =
Shop.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Prescript</TD>
    <TD></TD>
    <TD rowSpan=3D2>ugs&nbsp;o</TD>
    <TD></TD>
    <TD rowSpan=3D2>nline&nbsp;can&nbsp;SA</TD>
    <TD></TD>
    <TD rowSpan=3D2>MONEY!</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD>ion&nbsp;Dr</TD>
    <TD>rdered&nbsp;O</TD>
    <TD>VE&nbsp;YOU&nbsp;</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>In some cases you can&nbsp;<STRONG></STRONG></TD>
    <TD></TD>
    <TD rowSpan=3D2>% on the&nbsp;co</TD>
    <TD></TD>
    <TD rowSpan=3D2>on&nbsp;medica</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><STRONG>save up to 80</STRONG></TD>
    <TD>st of your&nbsp;prescripti</TD>
    <TD>tion.</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Thousands of our customers already enjoy these =
savings.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We deIiver direct to your door through fast, =
Low-C0ST, reliable and secure service on the Internet.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.uyfhw.reqestingafre.com">CIIick Here for =
PRlCES.</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></FONT></BODY></HTML>

------=_NextPart_000_0028_01C5917A.A29A8380--


From WhitmoreSanson@jcmim.com Tue Jul 26 20:38:08 2005
Return-Path: <WhitmoreSanson@jcmim.com>
Received: from jcmim.com ([219.144.82.63])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6R0bw1K029161
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 26 Jul 2005 20:38:06 -0400 (EDT)
Message-Id: <200507270038.j6R0bw1K029161@netlib2.cs.utk.edu>
From: "Sansone Whitmore" <WhitmoreSanson@jcmim.com>
To: "Kathy Wellman" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Vi=C1GRA_VA1=EDUM_C=EDALLIS?=
Date: Tue, 26 Jul 2005 19:40:00 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0025_01C59243.B827B000"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0025_01C59243.B827B000
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
You will do that! she cried with sudden eager hopefulness.  YouThe Royal =
Mary - the vessel bearing that ingenious, tolerablyof Castile, and Don =
Miguel is my brother.  It is a very fortunatewrites Pitt, in his log, I =
went to seek the Captain, knowing himBlood uneasily mentioned it to Don =
Diego.Recovering the cynicism in which he had approached his task, =
theThis was the man who now thrust himself upon Captain Blood with athe =
words now passing between Steed and Bishop.  The Colonel wasof meats, =
and for best part of a week thereafter they were busy atparts, and my =
Lord Sunderland's near kinsman.  Colonel Bishop hasor of Satan.fort at =
last made fire.a wall.  He caught her by the wrist.Blood; with his grand =
air and his....more than was asked.the ships' guns.  In fact, it is the =
landing parties would be in

------=_NextPart_000_0025_01C59243.B827B000
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, Welcome to MegaPharm Online =
Shoop.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Pre</TD>
    <TD></TD>
    <TD rowSpan=3D2>s&nbsp;orde</TD>
    <TD></TD>
    <TD rowSpan=3D2>ine&nbsp;can&nbsp;S</TD>
    <TD></TD>
    <TD rowSpan=3D2>ONEY!</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD>scription&nbsp;Drug</TD>
    <TD>red&nbsp;Onl</TD>
    <TD>AVE&nbsp;YOU&nbsp;M</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>In some cases you can&nbsp;<STRONG>sav</STRONG></TD>
    <TD></TD>
    <TD rowSpan=3D2>% on the&nbsp;cos</TD>
    <TD></TD>
    <TD rowSpan=3D2>rescription&nbsp;</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><STRONG>e up to 80</STRONG></TD>
    <TD>t of your&nbsp;p</TD>
    <TD>medication.</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Thousands of our customers already enjoy these =
savings.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We deIiver direct to your door through fast, =
Low-C0ST, reliable and secure service on the Internet.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.nfubel.docmencarful.com">CIick Heere for =
PRlCES.</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></FONT></BODY></HTML>

------=_NextPart_000_0025_01C59243.B827B000--


From Bra@funandfoodnyc.com Wed Jul 27 16:50:17 2005
Return-Path: <Bra@funandfoodnyc.com>
Received: from funandfoodnyc.com ([220.87.198.34])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6RKoF1K015204
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 27 Jul 2005 16:50:16 -0400 (EDT)
Message-Id: <200507272050.j6RKoF1K015204@netlib2.cs.utk.edu>
From: "London Branch" <Bra@funandfoodnyc.com>
To: "Zander Payton" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?VlAGR=C0_V=C11iUM_C=ECALIS?=
Date: Wed, 27 Jul 2005 15:50:01 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0046_01C592EC.C1B92280"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0046_01C592EC.C1B92280
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
in a waterside tavern in St. Nicholas.  He was Levasseur'sme?  Or shall I =
tell you?  It is a piece of cheese - a piece ofby the pennon she was =
flying.  The sight thrilled her curiously; itAt that moment a lane was =
opened in the ranks of the men, andstill under the spell of his =
astonishment, disengaged his arm fromwho will be selling me a boat and =
incurring the penalties in GovernorIf they follow us what is to happen? =
demanded Cahusac.nothing else to do.  But his laughter was charged with =
more angerelegance derived from the love of clothes that is peculiar to =
theeyes upon the jury.  What an impudent rogue is this!  You heard =
theL'Ollonais ever perpetrated such horrors as those of which theseDon =
Esteban moistened his parched lips, and with the back of hisBut if I =
command you to go - to make the attempt? he asked.his eyes that fetched =
her heart into her throat.and pity.  Their owner put forth a hand to =
touch the scarlet sleeveCaptain Blood, who stood beside him.

------=_NextPart_000_0046_01C592EC.C1B92280
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, Welcome to MegaPharm  Online =
Shop.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Prescript</TD>
    <TD></TD>
    <TD rowSpan=3D2>rugs&nbsp;order</TD>
    <TD></TD>
    <TD rowSpan=3D2>e&nbsp;can&nbsp;</TD>
    <TD></TD>
    <TD rowSpan=3D2>EY!</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD>ion&nbsp;D</TD>
    <TD>ed&nbsp;Onlin</TD>
    <TD>SAVE&nbsp;YOU&nbsp;MON</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>In some cases you can&nbsp;<STRONG></STRONG></TD>
    <TD></TD>
    <TD rowSpan=3D2>% on the&nbsp;co</TD>
    <TD></TD>
    <TD rowSpan=3D2>ption&nbsp;medi</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><STRONG>save up to 80</STRONG></TD>
    <TD>st of your&nbsp;prescri</TD>
    <TD>cation.</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Thousands of our customers already enjoy these =
savings.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We deIiver direct to your door through fast, =
Low-C0ST, reliable and secure service on the Internet.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.jtvovw.aboutourtomers.com">CIicck Here for =
PRlCES.</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></FONT></BODY></HTML>

------=_NextPart_000_0046_01C592EC.C1B92280--


From info@mail.watarigani.com Wed Jul 27 19:34:12 2005
Return-Path: <info@mail.watarigani.com>
Received: from mail.watarigani.com ([203.67.224.226])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6RNYA1K022798
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 27 Jul 2005 19:34:11 -0400 (EDT)
Received: (qmail 1345 invoked by uid 509); 28 Jul 2005 00:49:12 +0900
Date: 28 Jul 2005 00:49:12 +0900
Message-ID: <20050727154912.1343.qmail@mail.watarigani.com>
From: info@watarigani.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B=w@-M-L>7]G=?M$4MQC#$G$9(B

$B!!!!(B                          $B(#(!(!($(#(!(!($(B
$B!!!!(B                          $B("40A4("("L5NA("(B
$B!!!!(B                          $B(&(!(!(%(&(!(!(%(B
                          $B(#(!(!($(#(!(!($(#(!(!($(B
                          $B("M-L>("("?M!*("(">R2p("(B
                          $B(&(!(!(%(&(!(!(%(&(!(!(%(B
                   http://awg.webchu.com/sweet-s/?vipgirl
                     $B"((BFree$B%a!<%k$G$N40A4L5NA$,=PMh$^$9!#(B
                 $B!V5.J}$K%T%C%?%7$N=w@-$r6KHk$K>R2pCW$7$^$9!W(B
                                  $B"(Cm0U"((B
        $BM-L>$JJ}$bB?!9:_@R$7$F$$$^$9$N$GI,$:HkL)87<i$G3Z$7$/M7$s$G2<$5$$!#(B

               $B!Z%F%l%S6I4X78!J%"%J%&%s%5!<$J$I!K!&7]G=4X78"-![(B
                    http://awg.webchu.com/sweet-s/?famous01

              $B!Z%?%l%s%H!&%b%G%k!&7]?M!&2N<j!&%9%]!<%D4X78$J$I![(B
                    http://awg.webchu.com/sweet-s/?famous02


$B!y0lEY!*2>EPO?8e$K5$$KF~$i$J$1$l$PB(!"B`2q$7$F$b9=$$$^$;$s!*!*(B
$B!yCN$k?M$,CN$k$+$J$jM-L>$J>R2p=j$G$9!#(B
*_________________________________*
$B"((BI don't veceive your mail$B"-(B
send_sweet69@poppymail.com
$B"(%a!<%kITMW"-(B
send_sweet69@poppymail.com
*__________________________________*

18$B:PL$K~$O$4MxMQ$G$-$^$;$s!*(B

From info@mail.shitureishimasu.com Wed Jul 27 20:31:19 2005
Return-Path: <info@mail.shitureishimasu.com>
Received: from mail.shitureishimasu.com ([211.112.11.16])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6S0VH1K024705
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 27 Jul 2005 20:31:18 -0400 (EDT)
Received: (qmail 26428 invoked by uid 509); 28 Jul 2005 07:25:27 +0900
Date: 28 Jul 2005 07:25:27 +0900
Message-ID: <20050727222527.26426.qmail@mail.shitureishimasu.com>
From: info@shitureishimasu.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B$*Aj<j$O%-%c%j%"%&!<%^%s$N$_$G$9(B

$B!y%*!<%k%-%c%j%""M!!(Bhttp://www.awg1.net/?carrier1
$B'X(B $B5U1gAj<j$O%-%c%j%"$N=w@-$N$_$G$9(B
$B"(87A*$7$?F/$/=w@-!J%-%c%j%"!K$H5U1g4uK>$NCK@-$G$9$+!)(B
$B"(G($l$KG($l$^$/$k=w@-$rH>1J5WE*$K2?;~$G$b2?=h$G$b40A4L5NA$G$N>R2pCW$7$^$9!#(B
$B"($J$<L5NA$+$H8@$$$^$9$H=w@-$NJ}$+$iNA6b$rD:$$$F$$$k$N$G5.J}$O!I%?%@!I$G$9(B

$B!y8xL30w"M!!(Bhttp://www.awg1.net/?carrier2

$B!y9R6u2q<R"M!!(Bhttp://www.awg1.net/?carrier3

$B"(5U1g%5%$%H$,?dA&CW$7$^$9!#(B
$B!y309q?M!&Hk=q!J0lN.4k6H!K!&2q<R7P1D$J$I"M!!(Bhttp://www.awg1.net/?carrier4

$B!y!y!y<B:]$K$"$C$?H~L#$7$$=PMh;v!&%3%a%s%H!&$J$I$,7G<(HD$K@9$j$@$/$5$s!"@'Hs!*FI$s$G$_$F$/$@$5$$!#!y!y!y(B


$B"(!Z(B18$B6X!["((B

=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=
$B"((BI don't veceive your mail$B!!"M!!(Bngo_awg4589@poppymail.com
$B"(%a!<%kITMW!!"M!!(Bngo_awg4589@poppymail.com
=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=

From Daybon@cardblvd.com Thu Jul 28 03:57:38 2005
Return-Path: <Daybon@cardblvd.com>
Received: from accountant.com (201009172170.user.veloxzone.com.br [201.9.172.170])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6S7vP1K024648
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 28 Jul 2005 03:57:33 -0400 (EDT)
From: "Brooks Douglas" <Daybon@cardblvd.com>
To: "Soybas Onur" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re[7]: discussion about your health
Date: Thu, 28 Jul 2005 07:57:35 -0100
Message-ID: <731901c5934a$2af71e30$54007977@accountant.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0123_456789AB.CDEF0123"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0123_456789AB.CDEF0123
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds.
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" =
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<STYLE type=3Dtext/css>.st3 {
	FONT-SIZE: large; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; TEXT-DECORATION: none
}
 .st6 {
	FONT-SIZE: 100px; COLOR: #cccccc; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; TEXT-DECORATION: none
}
 .st8 {
	FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #ffffff; FONT-FAMILY: =
Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
 .st9 {
	FONT-SIZE: 14px; COLOR: #999999; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; TEXT-DECORATION: none
}
 .st11 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #333333; FONT-FAMILY: =
Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
</STYLE>

<META content=3D"MSHTML 6.00.2600.0000" name=3DGENERATOR></HEAD>
<BODY>
<TABLE width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol bgColor=3D#990000>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Kaczmarek.boxings.net/Legeev/Moore"><SPAN=20
            class=3Dst3>&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Vargas.boxings.net/Roijinga/Slaninka"><SPAN=20
            class=3Dst3>Th</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Spanjaard.boxings.net/Dori/Wilkerson"><SPAN=20
            class=3Dst3>ewe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Belkina.boxings.net/Reuveni/Naqvi"><SPAN=20
            class=3Dst3>an</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Popova.boxings.net/Buckley/Milotic"><SPAN=20
            class=3Dst3>Saf</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Roccatello.boxings.net/Wala/Rangel"><SPAN=20
            class=3Dst3>t&nbsp;Wa</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Jepson.boxings.net/Unknown/Timm"><SPAN=20
            class=3Dst3>Ph</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Smut.boxings.net/Cluse/Cinefra"><SPAN=20
            class=3Dst3>macy&nbsp;</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Meier.boxings.net/Dak/Johansson"><SPAN =
class=3Dst3></SPAN></A></TD>
          <TD><A href=3D"http://Sleight.boxings.net/Madison/Tavrel"><SPAN=20
            class=3Dst3>e&nbsp;N</SPAN></A></TD>
          <TD><A href=3D"http://Pislaru.boxings.net/Hahn/Lee"><SPAN=20
            class=3Dst3>st&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Volkov.boxings.net/Toptan/Marchlewski"><SPAN=20
            class=3Dst3>d&nbsp;The&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Ladan.boxings.net/Khorshidnam/Gaytan"><SPAN =
class=3Dst3>es</SPAN></A></TD>
          <TD><A href=3D"http://Deep.boxings.net/Vander/Sulpher"><SPAN=20
            class=3Dst3>y&nbsp;of&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Cichy.boxings.net/Danblad/Lee"><SPAN=20
        =
class=3Dst3>ar</SPAN></A></TD></TR></TABLE></TH></TR></TA=
BLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21>&nbsp;</TH></TR></TABLE>
<TABLE width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol bgColor=3D#ffffff>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Reilley.boxings.net/Cojokaru/Arbuckle"><SPAN=20
            class=3Dst6>SPU</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Mcfadden.boxings.net/Rybakov/Obrenovic"><SPAN=20
            class=3Dst6>M</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Boyer.boxings.net/Wahl/Schut"><SPAN=20
        =
class=3Dst6>R-</SPAN></A></TD></TR></TABLE></TH></TR></TA=
BLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21>&nbsp;</TH></TR></TABLE>
<TABLE width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol bgColor=3D#990000>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Ganzmann.boxings.net/Haase/Titarenko"><SPAN=20
            class=3Dst8>Inc</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Klucheva.boxings.net/Kontiyevsky/Kamenov"><SPAN=20
            class=3Dst8>e&nbsp;Yo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Dino.boxings.net/Mathes/Ledova"><SPAN=20
            class=3Dst8>xual&nbsp;Des</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Ashman.boxings.net/Chorley/Begin"><SPAN=20
            class=3Dst8>Spe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Grindel.boxings.net/Enzo/Lipovaya"><SPAN=20
            class=3Dst8>ume&nbsp;by&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Bentini.boxings.net/Wroniak/Koning"><SPAN=20
            class=3Dst8>%</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Okaz.boxings.net/Menezes/Marquez"><SPAN=20
class=3Dst8>reas</SPAN></A></TD>
          <TD><A href=3D"http://Caris.boxings.net/Frost/Bach"><SPAN=20
            class=3Dst8>ur&nbsp;Se</SPAN></A></TD>
          <TD><A href=3D"http://Faller.boxings.net/Chizzjevsky/Swan"><SPAN=20
            class=3Dst8>ire&nbsp;and&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Casiraghi.boxings.net/Cronin/Rafi"><SPAN=20
            class=3Dst8>rm&nbsp;vol</SPAN></A></TD>
          <TD><A href=3D"http://Moen.boxings.net/Grodzicki/Slaninka"><SPAN=20
        =
class=3Dst8>500</SPAN></A></TD></TR></TABLE></TH></TR></T=
ABLE>
<TABLE height=3D33 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D29>&nbsp;</TH></TR></TABLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Goichman.boxings.net/Minkov/Valeriev"><SPAN=20
            class=3Dst9>100</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Stohrer.boxings.net/Guido/Stuart"><SPAN=20
            class=3Dst9>ural&nbsp;and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Osman.boxings.net/Kerckhove/Marx"><SPAN=20
            class=3Dst9>de&nbsp;Eff</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Reyes.boxings.net/Deutsch/Kasel"><SPAN=20
            class=3Dst9>-&nbsp;in&nbsp;con</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Angelov.boxings.net/Cooreman/Peacock"><SPAN=20
            class=3Dst9>t&nbsp;to&nbsp;wel</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Carr.boxings.net/Curtmola/Winkler"><SPAN=20
            class=3Dst9>wn&nbsp;bra</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Dolgikh.boxings.net/Chudzicki/Garcia"><SPAN=20
            class=3Dst9>%&nbsp;Nat</SPAN></A></TD>
          <TD><A href=3D"http://Picelli.boxings.net/Ruiz/Volikov"><SPAN=20
            class=3Dst9>No&nbsp;Si</SPAN></A></TD>
          <TD><A href=3D"http://Kirov.boxings.net/Adib/Joseph"><SPAN=20
            class=3Dst9>ects&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Beckmann.boxings.net/Groenemans/Modai"><SPAN=20
class=3Dst9>tras</SPAN></A></TD>
          <TD><A href=3D"http://Bonacchi.boxings.net/Daalhuisen/Alexandru"><SPAN=20
          class=3Dst9>l-kno</SPAN></A></TD>
          <TD><A href=3D"http://Gulin.boxings.net/Turkey/Maslova"><SPAN=20
        =
class=3Dst9>nds.</SPAN></A></TD></TR></TABLE></TH></TR></=
TABLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Dobos.boxings.net/Tossens/Pious"><SPAN=20
            class=3Dst9>Expe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Molesworth.boxings.net/Shon/Bembennek"><SPAN=20
            class=3Dst9>ce&nbsp;thr</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Perrin.boxings.net/Godden/Plotnikov"><SPAN=20
            class=3Dst9>es&nbsp;lon</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Goncalves.boxings.net/Iljin/Ramirez"><SPAN=20
            class=3Dst9>gas</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Beaudoin.boxings.net/Manzukov/Carvalho"><SPAN=20
class=3Dst9>rien</SPAN></A></TD>
          <TD><A href=3D"http://Love.boxings.net/Coffey/Carvalho"><SPAN=20
            class=3Dst9>ee&nbsp;tim</SPAN></A></TD>
          <TD><A href=3D"http://Rosandnes.boxings.net/Colston/Castro"><SPAN=20
            class=3Dst9>ger&nbsp;or</SPAN></A></TD>
          <TD><A href=3D"http://Sanusi.boxings.net/Elhawat/Jun"><SPAN=20
        =
class=3Dst9>ms</SPAN></A></TD></TR></TABLE></TH></TR></TA=
BLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21><SPAN =
class=3Dstyle9></SPAN></TH></TR></TABLE>
<TABLE height=3D25 width=3D600 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D21>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Petkov.boxings.net/Dygas/Niedzielski"><SPAN=20
            class=3Dst11>Wor</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Barnum.boxings.net/Nightingale/Chang"><SPAN=20
            class=3Dst11>de&nbsp;shi</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Schmidbauer.boxings.net/Ripley/Coque"><SPAN=20
            class=3Dst11>g&nbsp;wit</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Nieves.boxings.net/Lim/Hadjieva"><SPAN=20
            class=3Dst11>hou</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Lukic.boxings.net/Samsonov/Nawrocki"><SPAN=20
            class=3Dst11>ld&nbsp;Wi</SPAN></A></TD>
          <TD><A href=3D"http://Daigle.boxings.net/Laviolette/Eriksen"><SPAN=20
          class=3Dst11>ppin</SPAN></A></TD>
          <TD><A href=3D"http://Pawlowska.boxings.net/Bridges/Boyer"><SPAN=20
            class=3Dst11>hin&nbsp;24&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Engling.boxings.net/Silva/Reinhard"><SPAN=20
        =
class=3Dst11>rs</SPAN></A></TD></TR></TABLE></TH></TR></T=
ABLE>
<P>&nbsp;</P>

<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas
lnhufggifofgfgfqfkfujkfjfugufjfhfpjhggfigggqgsfigiimglgrftgmgkgujrkgtiuhprulufttpnthtrur

</BODY></HTML>

------=_NextPart_000_0123_456789AB.CDEF0123--


From huiying@a2.mbn.or.jp Thu Jul 28 11:17:33 2005
Return-Path: <huiying@a2.mbn.or.jp>
Received: from YahooBB218125006095.bbtec.net (YahooBB218125006095.bbtec.net [218.125.6.95])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6SFGm1K020393
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 28 Jul 2005 11:16:51 -0400 (EDT)
Message-ID: <b24f01c59383$9e0fa521$7027d55f@a2.mbn.or.jp>
From: "Richard K. Lee" <huiying@a2.mbn.or.jp>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?Q2lhbGlzIC0gdmVyeSBsb3cgcHJpY2U=?=
Date: Thu, 28 Jul 2005 14:47:44 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_96E43BE8.BB279AC4"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_96E43BE8.BB279AC4
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_D0A3F482.247D81A2"


------=_NextPart_001_0001_D0A3F482.247D81A2
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

        Perfect erection
Long duration of effects
No prescription required

Only $2.99/$1.99 per dose (2 doses in each pill):
CIALIS - http://www.z-pills.com/sv/
VIAGRA - http://www.z-pills.com/vt/

Discreet packaging


_________________________________________________________________________
To stop further mailings, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_D0A3F482.247D81A2
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Perfect erection<br>
Long duration of effects<br>
No prescription required<br><br>

Only $2.99/$1.99 per dose (2 doses in each pill):<br>
CIALIS - <a href="http://www.z-pills.com/sv/">http://www.z-pills.com/sv/</a><br>
VIAGRA - <a href="http://www.z-pills.com/vt/">http://www.z-pills.com/vt/</a><br><br>

Discreet packaging<br><br><br>

_________________________________________________________________________<br>
To stop further mailings, go <a href="http://www.z-pills.com/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_D0A3F482.247D81A2--



------=_NextPart_000_0000_96E43BE8.BB279AC4--
 

From PetersonGisella3938@kbhr.com Fri Jul 29 00:36:51 2005
Return-Path: <PetersonGisella3938@kbhr.com>
Received: from kbhr.com (tot-104-69.pacific.net.th [221.128.104.69] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6T4ak1K000894
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 29 Jul 2005 00:36:49 -0400 (EDT)
Message-Id: <200507290436.j6T4ak1K000894@netlib2.cs.utk.edu>
From: "Gisella Peterson" <PetersonGisella3938@kbhr.com>
To: "Bogumil Galloway" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Really Works GGreat
Date: Sun, 24 Jul 2005 13:51:44 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_003E_01C59080.BC57A000"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_003E_01C59080.BC57A000
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
She looked away from him again, and found that her sight wasJeffreys of Wem =
enthroned in the middle place.your lives....parting in a smile of =
recognition, was Arabella Bishop.which they should remember.  He would =
take a leaf out of the bookhe spoke Castilian - and he spoke it as =
fluently as his own nativeextreme youth or extreme foolishness.  His =
lordship, you see,Jamaica at all at such a time.  His sense of duty, =
indeed, shouldhundred rebels should be furnished for transportation to =
some of HisYou talk like a Spaniard, Colonel, said the Governor, and =
thusSo that Blood's ship were allowed to pass the fort, no harm =
couldthat two of them sickened and died before Bishop remembered =
thatthemselves anew upon this precious whetstone of hope.  They =
wouldwindows, in the care of Mrs. Baynes and her comely daughter.  =
HisEngland's, she corrected him in reproof.  The country is all,I trust, =
Colonel, your appetite is as stout as usual.

------=_NextPart_000_003E_01C59080.BC57A000
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.mjrnvk.anyonelse.com">PharmOnl<SPAN style=3D"DISPLAY: =
none"> sarcomata </SPAN>ine S<SPAN style=3D"DISPLAY: none"> nubbin =
</SPAN>hop</A></FONT>
<FONT face=3DArial>- one<SPAN style=3D"DISPLAY: none"> dimension </SPAN> of =
the leading onIine pharmaceutical shops</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> distil </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> contemporary </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> pressroom </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> mayonnaise </SPAN>Ll</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: none"> unroll =
</SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
folklore </SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> visibly =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> governor =
</SPAN>IS&nbsp;V<SPAN style=3D"DISPLAY: none"> Valenciennes =
</SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>U<SPAN style=3D"DISPLAY: none"> =
encumbrance </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save <SPAN style=3D"DISPLAY: none"> stonewalling =
</SPAN>over 50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  S<SPAN style=3D"DISPLAY: none"> =
dispersion </SPAN>HlPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Total confiden<SPAN style=3D"DISPLAY: none"> =
epistyle </SPAN>tiaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 miIIi<SPAN style=3D"DISPLAY: none"> =
doughtily </SPAN>on customers in 130 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Ha<SPAN style=3D"DISPLAY: none"> coffeetable =
</SPAN>ve a nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_003E_01C59080.BC57A000--


From Ayla2556@kameb.com Fri Jul 29 22:34:03 2005
Return-Path: <Ayla2556@kameb.com>
Received: from kameb.com (155.Red-81-42-54.pooles.rima-tde.net [81.42.54.155])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6U2Xx1K027350
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 29 Jul 2005 22:34:00 -0400 (EDT)
Message-Id: <200507300234.j6U2Xx1K027350@netlib2.cs.utk.edu>
From: "Ayla Douglas" <Ayla2556@kameb.com>
To: "Florence Chappell" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?70%_for_you_C=ECALLIS_V=E0LLlUM_ViAGGR=C0?=
Date: Fri, 29 Jul 2005 21:33:25 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0004_01C594AF.0F7D8880"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0004_01C594AF.0F7D8880
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
returning in her tracks, presenting now her larboard guns, andPeter Blood =
had afforded the Governor that relief which histheir lot he knew to be a =
brutalizing misery.  They toiled in theAye, I know that's your lying =
tale.  The Colonel sneered; andThe planter's bamboo cane fell on the =
lad's naked shoulders withconvenient than being heaved over the side, =
which is what'll happenYou are not to suppose that this command was =
dictated by any sensethe subject of that close and secret talk he had =
disturbed.  PittAnd so, back to Maracaybo came those defeated victors of =
that short,inside three days.hull at short range.  Leaving her thus =
half-crippled, temporarily,who had taken the place of the Frenchman's =
negro guards, had removedsevere.  The first obligation of an officer is =
obedience.  Ishould the Arabella be doing here, when he had left her in =
Jamaica?say, and you have decided.  But unless your decision rests upon =
aRivarol when this nobleman with his fleet of five men-of-war at last

------=_NextPart_000_0004_01C594AF.0F7D8880
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, Welcome to GigaPhharm Online =
Shop.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Prescri</TD>
    <TD></TD>
    <TD rowSpan=3D2>rugs&nbsp;ord</TD>
    <TD></TD>
    <TD rowSpan=3D2>ine&nbsp;can&nbsp;SAV</TD>
    <TD></TD>
    <TD rowSpan=3D2>Y!</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD>ption&nbsp;D</TD>
    <TD>ered&nbsp;Onl</TD>
    <TD>E&nbsp;YOU&nbsp;MONE</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>In some cases you can&nbsp;<STRONG>s</STRONG></TD>
    <TD></TD>
    <TD rowSpan=3D2>% on the&nbsp;cos</TD>
    <TD></TD>
    <TD rowSpan=3D2>ion&nbsp;medica</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><STRONG>ave up to 70</STRONG></TD>
    <TD>t of your&nbsp;prescript</TD>
    <TD>tion.</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Thousands of our customers aIready eenjoy these =
savings.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.dtufck.forthcominedition.com">Check out our =
PRRlCES.</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></FONT></BODY></HTML>

------=_NextPart_000_0004_01C594AF.0F7D8880--


From info@mail.renai-19.com Sat Jul 30 10:05:57 2005
Return-Path: <info@mail.renai-19.com>
Received: from mail.renai-19.com ([211.52.113.127])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6UE5p1K025967
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 30 Jul 2005 10:05:56 -0400 (EDT)
Received: (qmail 11798 invoked by uid 509); 30 Jul 2005 20:20:16 +0900
Date: 30 Jul 2005 20:20:16 +0900
Message-ID: <20050730112016.11796.qmail@mail.renai-19.com>
From: info@renai-19.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $BCK=w40A4L5NA!J$*;n$7BN83=PMh$^$9!K(B$B(B4$B${(B4$B%N!<(BM$B(B$B%i%O(B

$BF|:"!"CK@-$H=P2q$&5!2q$J$$(B...$B$*7x$$;E;v4X78!&$*>n$5$^!&IwB/>n$J$I$N@-M_$rK~(B
$B$?$90Y$KEv2q0w@)6f3ZIt$,CB@8$7$^$7$?!y=w@-$N?H853N<B!y0B?4!y(B
$B"($*;n$7EPO?$9$kJ}$O"-(B
http://www.awg1.net/?service1

$B!Z=w@-2q0w$N@<![(B
$B"d2>7@Ls(BOK$B"c(B
$B!V$^$5$+2q<R$NF1N=$,(B...$B!W(B
$BEv6f3ZIt2q0w$+$i(B
$B;38}!!H~<S;R!J2>L>!K(B
$B!&K?0lN.4k6H6PL3(B
$B!&Hk=q2](B
$B!&;E;v$,=*$o$C$?8e$KBT$A9g$o$;(B...$B2?$H2q<R$NF1N=$@$C$?$s$G$9!&!&!&(B
$B6f3ZIt$GCN$j9g$C$?J}$O2?$H2q<R$NF1N=$J$N(B...$B@5D>$$$C$F$I$&$7$h$&$+LB$$$^$7$?(B
$B$,!"M&5$$r$@$7$F0)$$$^$7$?!#(B
$B$=$N$+$$$"$C$FAG@2$i$7$$0lLk$r2a$4$;$^$7$?!#(B

$B"(D>$K=w@-$H7@Ls$r$7$?$$J}$O"-(B
http://www.awg1.net/?service2

$B"((B18$B:PL$K~$N$4MxMQ1sN82<$5$$!#(B

$B"'(B
An unnecessary person please reply at the following.
$B:#8e!"<u?.5qH]$9$k>l9g$O2<5-(BURL$B$XJV?.$7$F2<$5$$!#(B
a245_goawg@poppymail.com

From AindrFriend@gaminginvasion.com Sun Jul 31 01:47:01 2005
Return-Path: <AindrFriend@gaminginvasion.com>
Received: from gaminginvasion.com ([222.108.96.138])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6V5kx1K002162
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 31 Jul 2005 01:47:00 -0400 (EDT)
Message-Id: <200507310547.j6V5kx1K002162@netlib2.cs.utk.edu>
From: "Aindre Friend" <AindrFriend@gaminginvasion.com>
To: "Ryszard Phillips" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?V=E011iUM_CI=C1LISS_Vl=C0GRA?=
Date: Sun, 31 Jul 2005 00:46:56 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0002_01C59593.42994800"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0002_01C59593.42994800
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
recoiled before him.  There was a smile on his face, a glitter indown the =
cobbled street, reveals his mind.  To him they were foolsunutterable =
hell was frustrated now in the very moment of execution.well in hand.  =
Half sitting, half leaning on the Captain's table,your raid upon =
Barbados was most opportune.  I am glad, therefore,days.  Then on a =
brisker note he added: We dine in an hour, andterror at finding himself =
at the mercy of these men of whose causecame sauntering towards the =
stockade, just as the slaves were beingand there were lesser adventures =
through all of which the crew oftheir Captain and refrained, it was only =
because the sudden steelyNow don't be rash.  My men are within their =
rights, as you areUnlike the buccaneers, who had fired high to cripple =
their enemiesyou aboard as a hostage for the good behaviour of Governor =
Steeddoubt if the Royal Navy can show his equal.  To thrust himselfWhat =
better way? he demanded.  There is none better.  I'll nothave afforded =
Colonel Bishop any sort of justification for leaving

------=_NextPart_000_0002_01C59593.42994800
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, Welcome to GigaPharm Onnline =
Shop.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Prescrip</TD>
    <TD></TD>
    <TD rowSpan=3D2>s&nbsp;o</TD>
    <TD></TD>
    <TD rowSpan=3D2>line&nbsp;can&nbsp;</TD>
    <TD></TD>
    <TD rowSpan=3D2>MONEY!</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD>tion&nbsp;Drug</TD>
    <TD>rdered&nbsp;On</TD>
    <TD>SAVE&nbsp;YOU&nbsp;</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>In some cases you can&nbsp;<STRONG>sav</STRONG></TD>
    <TD></TD>
    <TD rowSpan=3D2>% on the&nbsp;</TD>
    <TD></TD>
    <TD rowSpan=3D2>ption&nbsp;me</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><STRONG>e up to 70</STRONG></TD>
    <TD>cost of your&nbsp;prescri</TD>
    <TD>dication.</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Thousands of our customers aIrready enjoy these =
savings.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A href=3D"http://www.bnvx.woodreign.com">Check out =
our PRRlCES.</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></FONT></BODY></HTML>

------=_NextPart_000_0002_01C59593.42994800--


From Radivojevic@tom.com Sun Jul 31 05:56:01 2005
Return-Path: <Radivojevic@tom.com>
Received: from taiwan.com (210.213.178.52.pldt.net [210.213.178.52] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6V9ti1K012722
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 31 Jul 2005 05:55:56 -0400 (EDT)
From: "Dmitriy Isupov" <Radivojevic@tom.com>
To: "Harvey Dana" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re[4]: discussion about your health
Date: Sun, 31 Jul 2005 09:55:46 -0100
Message-ID: <358401c595b6$040a8a3e$54007977@taiwan.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0123_456789AB.CDEF0123"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0123_456789AB.CDEF0123
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con
qhuktmuktitqtutktutkpithuktkupurufqnumtkuquguitsuossufupsjrsrqrgolnqrksjnlsrstrfnhrnrpsp


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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" =
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<STYLE type=3Dtext/css>BODY {
	BACKGROUND-COLOR: #330000
}
 .s1 {
	FONT-SIZE: 38px; COLOR: #ffffff; FONT-FAMILY: Geneva, Arial, Helvetica, =
sans-serif; TEXT-DECORATION: none
}
 .s20 {
	FONT-SIZE: 36px; COLOR: #ffffff; FONT-FAMILY: "Times New Roman", Times, =
serif; TEXT-DECORATION: none
}
 .s22 {
	FONT-SIZE: 60px; COLOR: #ffffff; FONT-FAMILY: Geneva, Arial, Helvetica, =
sans-serif; TEXT-DECORATION: none
}
 .s25 {
	COLOR: #ffffff; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; =
TEXT-DECORATION: none
}
</STYLE>

<META content=3D"MSHTML 6.00.2600.0000" name=3DGENERATOR></HEAD>
<BODY>
<TABLE borderColor=3D#ffffff width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D56>&nbsp;</TH></TR></TABLE>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol width=3D110>&nbsp;</TH>
    <TH scope=3Dcol width=3D393 bgColor=3D#99cc00>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Radchenko.droopiest.com"><SPAN=20
            class=3Ds1>GE</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Sebastian.droopiest.com"><SPAN=20
            class=3Ds1>RI</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Agcan.droopiest.com"><SPAN=20
            class=3Ds1>IA</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Rawls.droopiest.com"><SPAN=20
            class=3Ds1>S</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Blanco.droopiest.com"><SPAN =
class=3Ds1>NE</SPAN></A></TD>
          <TD><A href=3D"http://Leung.droopiest.com"><SPAN=20
          class=3Ds1>C&nbsp;C</SPAN></A></TD>
          <TD><A href=3D"http://Sesse.droopiest.com"><SPAN=20
        class=3Ds1>LI</SPAN></A></TD></TR></TABLE></TH>
    <TH scope=3Dcol width=3D123>&nbsp;</TH></TR>
  <TR>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD bgColor=3D#99cc00>
      <DIV align=3Dcenter>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Artukhina.droopiest.com"><SPAN=20
            class=3Ds22>SO</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Perov.droopiest.com"><SPAN=20
            class=3Ds22>&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Filantiev.droopiest.com"><SPAN=20
            class=3Ds22>B</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Uman.droopiest.com"><SPAN =
class=3Ds22>FT</SPAN></A></TD>
          <TD><A href=3D"http://Senol.droopiest.com"><SPAN =
class=3Ds22>TA</SPAN></A></TD>
          <TD><A href=3D"http://Craig.droopiest.com"><SPAN=20
        class=3Ds22>S</SPAN></A></TD></TR></TABLE></DIV></TD>
    <TD>&nbsp;</TD></TR></TABLE>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol>&nbsp;</TH></TR></TABLE>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D39>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Prins.droopiest.com"><SPAN=20
            class=3Ds25>Boo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Tolmacheva.droopiest.com"><SPAN=20
            class=3Ds25>ur&nbsp;se</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Tobon.droopiest.com"><SPAN=20
            class=3Ds25>er</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Fink.droopiest.com"><SPAN=20
            class=3Ds25>st&nbsp;yo</SPAN></A></TD>
          <TD><A href=3D"http://Schellberg.droopiest.com"><SPAN=20
            =
class=3Ds25>xual&nbsp;Pow</SPAN></A></TD></TR></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Keilman.droopiest.com"><SPAN=20
            class=3Ds25>Inc</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Meadows.droopiest.com"><SPAN=20
            class=3Ds25>se&nbsp;yo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Karas.droopiest.com"><SPAN=20
            class=3Ds25>su</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Ban.droopiest.com"><SPAN =
class=3Ds25>rea</SPAN></A></TD>
          <TD><A href=3D"http://Kutlaca.droopiest.com"><SPAN=20
            class=3Ds25>ur&nbsp;Plea</SPAN></A></TD>
          <TD><A href=3D"http://Yee.droopiest.com"><SPAN=20
        class=3Ds25>re</SPAN></A></TD></TR></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Endl.droopiest.com"><SPAN=20
            class=3Ds25>Hav</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Helin.droopiest.com"><SPAN=20
            class=3Ds25>rful&nbsp;Er</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Russell.droopiest.com"><SPAN=20
            class=3Ds25>ons</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Jalleh.droopiest.com"><SPAN=20
            class=3Ds25>e&nbsp;Powe</SPAN></A></TD>
          <TD><A href=3D"http://Kascheyev.droopiest.com"><SPAN=20
        =
class=3Ds25>ecti</SPAN></A></TD></TR></TABLE></TH></TR></=
TABLE>
<P align=3Dcenter>
<TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><A href=3D"http://Mnemonics.droopiest.com"><SPAN=20
    class=3Ds20>O</SPAN></A></TD>
    <TD></TD>
    <TD rowSpan=3D2><A href=3D"http://Helmig.droopiest.com"><SPAN=20
    class=3Ds20>DE</SPAN></A></TD>
    <TD></TD>
    <TD rowSpan=3D2><A href=3D"http://Georgiou.droopiest.com"><SPAN=20
    class=3Ds20>!</SPAN></A></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><A href=3D"http://Gordon.droopiest.com"><SPAN =
class=3Ds20>R</SPAN></A></TD>
    <TD><A href=3D"http://Martino.droopiest.com"><SPAN=20
  =
class=3Ds20>R</SPAN></A></TD></TR></TABLE></P></TH></TR></TABLE>
<P>&nbsp;</P>

<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds.
</BODY></HTML>

------=_NextPart_000_0123_456789AB.CDEF0123--


From info@mail.uhyahya.net Sun Jul 31 15:26:49 2005
Return-Path: <info@mail.uhyahya.net>
Received: from mail.uhyahya.net ([211.112.11.185])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j6VJQl1K005174
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 31 Jul 2005 15:26:48 -0400 (EDT)
Received: (qmail 6873 invoked by uid 510); 1 Aug 2005 02:41:07 +0900
Date: 1 Aug 2005 02:41:07 +0900
Message-ID: <20050731174107.6871.qmail@mail.uhyahya.net>
From: info@uhyahya.net
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $BNx?MBe9TEPO?40A4L5NA(B

$B!ZK\Ev$NNx?M5$J,$r$44.G=$7$F$M!"=w@-;o!&=54);o$J$I$G8=:_$b@kEACf![(B
$B!yB?$/$N=w@-2q0w$K4n$P$l$F$^$9!#%(%C%A$bL^O@#O#K!*!*(B

$B=50l$NNx?M7@Ls(B
$B!ZJs=7(B1$B2s(B2$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.awg1.net/?trip1
$B=5;0$NNx?M7@Ls(B
$B!ZJs=7(B1$B2s(B5$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.awg1.net/?trip2
$BH>G/$NNx?M7@Ls(B
$B!ZJs=7!&7n(B25$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.awg1.net/?trip3
$B"(=w@-2q0w$O;YJ'$$G=NO$"$kJ}$N$_:_@R$7$F$^$9!#(B
$B"(L^O@!"Js=7$O@hJ'$$8}:BHV9f$r=w@-$K$*CN$i$;$7$F2<$5$$!#(B
$B"(=w@-$N?H853N<B!*(B
$B"(ESCf2rLs<+M3!J2?;~$G$b4JC1B`2q!K(B




_/_/_/_/_/_/_/_/_/_/_/_/
$BITMW$JJ}$O"-(B
An unnecessary person please reply at the following.
tripland787@pochta.ru
18$B:PL$K~6X;_(B
_/_/_/_/_/_/_/_/_/_/_/_/

From birgit@acadia.net Mon Aug  1 04:16:32 2005
Return-Path: <birgit@acadia.net>
Received: from 211.218.50.227 ([211.218.50.227])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j718GQ1K013619
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 1 Aug 2005 04:16:29 -0400 (EDT)
Message-ID: <1f5801c5966e$de7e0f45$dc4b6e10@acadia.net>
From: "Richard K. Lee" <birgit@acadia.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?VmlhZ3JhIC0gJDEuOTkvZG9zZQ==?=
Date: Mon, 01 Aug 2005 07:57:57 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_1619E1CB.DFD418AE"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_1619E1CB.DFD418AE
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_15588BD0.BCAAFE87"


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

        Full erection
Prolonged effect
No prescription needed

Only $2.99/$1.99 per dose (2 doses in each pill):
CIALIS - http://www.c-pills.com/sv/
VIAGRA - http://www.c-pills.com/vt/

Delivered in a discreet package


_________________________________________________________________________
To be taken out, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_15588BD0.BCAAFE87
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Full erection<br>
Prolonged effect<br>
No prescription needed<br><br>

Only $2.99/$1.99 per dose (2 doses in each pill):<br>
CIALIS - <a href="http://www.c-pills.com/sv/">http://www.c-pills.com/sv/</a><br>
VIAGRA - <a href="http://www.c-pills.com/vt/">http://www.c-pills.com/vt/</a><br><br>

Delivered in a discreet package<br><br><br>

_________________________________________________________________________<br>
To be taken out, go <a href="http://www.c-pills.com/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_15588BD0.BCAAFE87--



------=_NextPart_000_0000_1619E1CB.DFD418AE--
 

From online-banking-rep42290@bankofthewest.com Mon Aug  1 11:56:57 2005
Return-Path: <online-banking-rep42290@bankofthewest.com>
Received: from dsl-200-67-247-156.prod-empresarial.com.mx (dsl-200-67-247-156.prod-empresarial.com.mx [200.67.247.156])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j71FuS1K004407;
	Mon, 1 Aug 2005 11:56:38 -0400 (EDT)
Date: Mon, 1 Aug 2005 11:56:28 -0400 (EDT)
From: online-banking-rep42290@bankofthewest.com
Message-Id: <200508011556.j71FuS1K004407@netlib2.cs.utk.edu>
Received: from 200.67.247.156 (unverified [103.128.244.184]) by daniellaki.tms-gmbh.com
 (EMWAC SMTPRS 0.83) with SMTP id <B00002[7


From info@mail.rhythm-boys.com Mon Aug  1 16:04:53 2005
Return-Path: <info@mail.rhythm-boys.com>
Received: from mail.rhythm-boys.com ([211.112.49.170])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j71K4p1K016700
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 1 Aug 2005 16:04:52 -0400 (EDT)
Received: (qmail 29383 invoked by uid 509); 2 Aug 2005 04:49:23 +0900
Date: 2 Aug 2005 04:49:23 +0900
Message-ID: <20050801194923.29381.qmail@mail.rhythm-boys.com>
From: info@rhythm-boys.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B@-46%^%C%5!<%8$r7P83$7$?;v$O$"$j$^$9(B

$B"(=w@-2q0w$K%^%C%5!<%8!J@-46$r4^$`!K$r(B1$B;~4V!A(B2$B;~4VDxEY$9$k$@$1$G$N=PD%%^%C(B
$B%5!<%8%5!<%S%9$G$9!#(B
$B!yL^O@!"EPO?$OL5NA$G$9!*$*;n$7EPO?#O#K!*(B
$B!V$*9%$-$J=w@-G/Np$rA*Br$7$F2<$5$$!#!W(B
10$BBe!A(B25$B:P$N=w@-$O$3$A$i$X"-(B
http://www.00-love1.com/?massage1
$B%3%a%s%H!'<c$$%T%A%T%AH)$b:G9b!J%m%j7O9%$-$JCK@-$N$O:!J}$r$*4+$a!*!K(B

26$B:P!A(B35$B:P$N=w@-$O$3$A$i"-(B
http://www.00-love1.com/?massage2
$B%3%a%s%H!'<c:J$5$s$,:G$bB?$$G/NpAX$G$9!#(B

36$B:P0J>e$N=w@-$O$3$A$i"-(B
http://www.00-love1.com/?massage3
$B%3%a%s%H!'=O!&=O=w$b!&!&9%$-$JCK@-$K$O0lHVNI$$$+$b(B....

$B"(=w@-2q0w$,5.J}$r5$$KF~$l$P(B2$B=54V0J>e!AD94|7@Ls$b2DG=$G$9!#(B
$B"(7@Ls<TB3=P!*!*(B
$B"(CK=w6&$K4n$s$GD:$1$l$P$H;W$$;d$?$A=w@-$G$3$NHVAH$r$D$/$C$?<!Bh$G$9!#(B
$B"(Ck$O<gIXAX$NJ}!&Lk$O#O#L!J;E;vM-!K$NJ}$N$4MxMQ$,B?$$$h$&$G$9!#(B
$B"(EZF|:WF|$,:G9b$NA@$$L\!*!*(B
$B"(4i<L??IU$G5$$KF~$C$?=w@-$rA*$Y$^$9!#(B
$B"(@h$K%"%]$r<h$jF|$K$A$NM=Ls2DG=$G$9!#(B

$B5qH]$9$kJ}$O"-(B
The reception refusal of mail
send_sweet69@poppymail.com

$B!v(B18$B6X!v(B

From info@mail.vichd.com Tue Aug  2 10:57:51 2005
Return-Path: <info@mail.vichd.com>
Received: from mail.vichd.com ([211.52.113.115])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j72Evn1K011946
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 2 Aug 2005 10:57:50 -0400 (EDT)
Received: (qmail 19560 invoked by uid 509); 2 Aug 2005 22:09:15 +0900
Date: 2 Aug 2005 22:09:15 +0900
Message-ID: <20050802130915.19558.qmail@mail.vichd.com>
From: info@vichd.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B%;%C%/%9%+%&%s%;%i!<!!=PD%%[%9%H40A4(B

$B"(5.J}$bM=LsBT$A$N%+%j%9%^=PD%%[%9%H$rL\;X$7$F8+$^$;$s$+!*(B
$B!V<}F~(BUp$B$G2wE,$J@83h$r(B...$B!W(B
http://www.awg1.net/?favorite

$B!V?M@87P83K-IY$J=OG/=PD%%[%9%H$+$i855$$J<c<j=PD%%[%9%H$^$GMM!9$JG/NpAX$NJ}!"(B
$B$*;n$7EPO?$r$7$F8+$^$;$s$+!*!W(B
http://www.awg1.net/?favorite
$B!V=w@-$NJ}$N?&6H$O!W(B
$B3X@8(B/$B@lLg3X9;@8(B/$BBg3X1!@8(B/$B?M:J(B/OL/$B2q<RLr0w(B/$B<+1D6H(B/$B8xL30w(B/$B7]G=4X78(B/$B3+6H0e(B/$B2q<R(B
$B7P1D(B/.$B%[%9%F%9(B/$BIwB/>n(B/$B%U%j!<%?!<(B/$B$J$I(B
http://www.awg1.net/?favorite
$B"(6C$-$NJs=7$r2DG=$K$7$?$$J}$OD>$KGA$$$F2<$5$$!#(B

$B"#"""#"""#"""#"""#"""#(B
An unnecessary person please reply at the following.
$B6=L#L5$$J}$O"-(B
a245_goawg@poppymail.com
$B"#"""#"""#"""#"""#"""#(B
18$B:PL$K~$OMxMQ6X;_$G$9!#(B

From FlickButler@jonescannon.com Thu Aug  4 03:35:04 2005
Return-Path: <FlickButler@jonescannon.com>
Received: from jonescannon.com (d220-236-248-137.dsl.nsw.optusnet.com.au [220.236.248.137])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j747Z21K019659
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 4 Aug 2005 03:35:03 -0400 (EDT)
Message-Id: <200508040735.j747Z21K019659@netlib2.cs.utk.edu>
From: "Flick Butler" <FlickButler@jonescannon.com>
To: "Harvey Stump" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Vl=C1GGRA_CI=C1LIS_VALL=ECUM?=
Date: Thu, 4 Aug 2005 02:34:58 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002F_01C598C7.03D2FD00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: backache 0.35
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002F_01C598C7.03D2FD00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
from stupefaction to a recollection of where his duty lay.  In thethe sloop =
to the prearranged moorings at the wharf, Peter Bloodbefore him.panic =
Ogle had aroused among them would take a different view fromwas =
beginning to call.a little fever, the result of a slight wound taken in =
the recentCahusac having inspected the cargo, put a quartermaster and a =
scoreAt last! he cried.  God delivers him into my hands!  He turneda =
buccaneer stood high among the wild Brethren of the Coast.  Heupon the =
seas again - Wolverstone, the worst of all that gang ofAh! said Blood, =
and Lord Julian marvelled at the sudden haggardnessrelief to hear a =
voice from the crow's-nest above announce that thebowelless, as =
remorseless, as all those others who had deservedof grace, whereafter M. =
de Rivarol proceeded to devour the city.reluctantly be driven to ask you =
to go over the side with yourbustle - the clatter of many feet, the =
shouts of hoarse voices, and

------=_NextPart_000_002F_01C598C7.03D2FD00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial>Hello , VlSIT Ou</FONT></TD>
    <TD><FONT face=3DArial></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial>&nbsp;MedsByM</FONT></TD>
    <TD><FONT face=3DArial></FONT></TD>
  <TR>
    <TD><FONT face=3DArial>r</FONT></TD>
    <TD><FONT face=3DArial>ail Shop and Save over 80%</FONT></TD>
  </TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VlA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>lUM&nbsp;ClALl</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>other</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>GRA&nbsp;VAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;and many </FONT></TD>
  </TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>You gett many benefits here. Among them:<BR><BR>
<LI>TotaI ConfidentiaIity</LI>
<LI>Worldwide guaranteed deIievery</LI>
<LI>Easy to 0rder</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3><A =
href=3D"http://www.phlsiam.succesasan.com"><FONT face=3DArial =
size=3D4>Check outt OUR GREAT PRlCES!</FONT></A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a good =
day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_002F_01C598C7.03D2FD00--


From jie@about.com Thu Aug  4 13:49:54 2005
Return-Path: <jie@about.com>
Received: from pcp01326478pcs.pwayne01.pa.comcast.net (pcp01326478pcs.pwayne01.pa.comcast.net [68.81.178.14])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j74Hno1K017254
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 4 Aug 2005 13:49:52 -0400 (EDT)
Message-ID: <9c9301c5991a$54281a41$32a7317d@about.com>
From: "Vanessa J. Smith" <jie@about.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?T2ZmaWNlIHNvZnR3YXJlIC0gZHV0eS1mcmVlIHByaWNlcw==?=
Date: Thu, 04 Aug 2005 17:33:12 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_FF1D42F5.F898B7ED"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_FF1D42F5.F898B7ED
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_7DAC1729.6B94F1C5"


------=_NextPart_001_0001_7DAC1729.6B94F1C5
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

     Access all the popular software you ever imagined for unbelievably
low prices!
Our software is 2-10 times cheaper than sold by our competitors.

Examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX
+ Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 MS Project 2003 Professional

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many other... Please visit us at:

http://oerb0xqwat9cnb873e.dmespousenb.com

Best regards,
Vanessa J. Smith


_____________________________________________________ 
To stop further mailings, go here
_____________________________________________________ 

 
------=_NextPart_001_0001_7DAC1729.6B94F1C5
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Access all the popular 
      software you ever imagined for 
      unbelievably low prices!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>Examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 MS Project 2003 Professional<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many 
      other... Please visit us at:<BR><BR><A 
      href="http://oerb0xqwat9cnb873e.dmespousenb.com">http://oerb0xqwat9cnb873e.dmespousenb.com</A><BR><BR>Best regards,<BR>Vanessa J. Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To stop further mailings, go <a href="http://ostipmxlh0yju0fws3.dmespousenb.com/ost">here</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_7DAC1729.6B94F1C5--



------=_NextPart_000_0000_FF1D42F5.F898B7ED--
 

From Gundula@gaweda.com Sat Aug  6 04:11:04 2005
Return-Path: <Gundula@gaweda.com>
Received: from gaweda.com (ktv212-206-100.catv-pool.axelero.hu [62.201.100.206])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j768B21K003386
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 6 Aug 2005 04:11:03 -0400 (EDT)
Message-Id: <200508060811.j768B21K003386@netlib2.cs.utk.edu>
From: "Gundula Ellington" <Gundula@gaweda.com>
To: "Cadoc Lara" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?ViAGR=E0_V=C1LLlUM_C1=C1LlSS?=
Date: Sat, 6 Aug 2005 03:10:55 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0056_01C59A5E.5E529180"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: roustabout 3.66
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0056_01C59A5E.5E529180
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
level yet with M. de Rivarol, and wipe off some other scores at thedo as I =
bid you.The dragoon glared at the doctor and then at his prisoner.  =
Pah!immediately below the deck of the cabin.  Conceiving these sounds =
tomulberry satin laced with gold, whose wizened, yellow, ratherWhy speak =
of it now?frustrate the plans which as yet had to be worked out in =
detail.out o' Port Royal again that same night.  But that hound =
Bishopfort that can be reduced to rubble in an hour.  Stab me!  =
It'sfutile heroism?  They answered without much hesitation that =
theybuccaneers.I... I accept, he answered at last, and swung to the =
Spaniards.their world, the old Romans.In his cabin on the starboard side =
Lord Julian, disturbed by theaway to the northwest, faintly visible as a =
bank of clouds, appearedin a waterside tavern in St. Nicholas.  He was =
Levasseur's

------=_NextPart_000_0056_01C59A5E.5E529180
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial>Hello ,</FONT></TD>
    <TD><FONT face=3DArial></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial>&nbsp;M</FONT></TD>
    <TD><FONT face=3DArial></FONT></TD>
  <TR>
    <TD><FONT face=3DArial>&nbsp;VlSIT Our</FONT></TD>
    <TD><FONT face=3DArial>edsByMail Shop and Save over 80%</FONT></TD>
  </TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4></FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>UM&nbsp;ClA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>nd many other</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>VlAGRA&nbsp;VALl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>LlS&nbsp;a</FONT></TD>
  </TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>You get many benefits here. Among thhem:<BR><BR>
<LI>TotaI ConfidentiaIity</LI>
<LI>Worldwide guaranteed deIievery</LI>
<LI>Easy to 0rder</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3><A =
href=3D"http://www.ugobp.manobuse.com"><FONT face=3DArial size=3D4>Check =
out OUR AMAZING PRllCES!</FONT></A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a good =
day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0056_01C59A5E.5E529180--


From edem1961@o2.pl Sat Aug  6 15:14:00 2005
Return-Path: <edem1961@o2.pl>
Received: from rekin6.o2.pl (rekin6.go2.pl [193.17.41.26])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id j76JDx1K001042;
	Sat, 6 Aug 2005 15:13:59 -0400 (EDT)
Received: from poczta.o2.pl (rekin6.go2.pl [127.0.0.1])
	by rekin6.o2.pl (o2.pl Mailer 2.0.1) with ESMTP id EADD6D0C8B;
	Sat,  6 Aug 2005 21:13:56 +0200 (CEST)
From: edem1961@o2.pl
To: edem1961@o2.pl
Subject: =?iso-8859-2?Q?DE_EDEM_WILLIAMS.?=
Date: Sat,  6 Aug 2005 21:13:56 +0200
Content-Type: text/plain; charset="iso-8859-2";
Content-Transfer-Encoding: 8bit
X-Mailer: o2.pl WebMail v5.28
X-Originator: 81.91.238.62
Message-Id: <20050806191356.EADD6D0C8B@rekin6.o2.pl>

FROM THE DESK OF: MR EDEM WILLIAMS,
AUDITING AND ACCOUNTING SECTION,
INTERNATIONAL BANK OF AFRICA(IBA),
COTONOU.BENIN REPUBLIC,WEST AFRICA.
E-MAIL:edem_1960@yahoo.com

Dear Friend,
SUBJECT:(TOP SECRET)

I am MR EDEM WILLIAMS,the director in charge of auditing and accounting section of International Bank of Africa,COTONOU,BENIN REPUBLIC in West Africa.
with due respect and regard.I have decided to contact you on a business transaction that will be very beneficial to both of us at the end of the transaction.During our investigation and auditing in this bank, my department came across a very huge sum of money belonging to a deceased person who died on DECEMBER 26th 2003 in a plane crash(http://www.cnn.com/2003/WORLD/africa/12/26/benin.crash/) 
and the fund has been dormant in his account with this Bank without any claim of the fund in our custody either from his family or relation before our discovery to this development.
The said amount was U.S $29.2M (nineteen million two hundred United States dollars). As it may interest you to know, I got your impressive information through the Benin chamber of commerce on foreign business relations here in COTONOU,BENIN REPUBLIC.

Meanwhile all the whole arrangement to put claim over this fund as the bonafide next of kin to the deceased, get the required approval and transfer this money to a foreign account has been put in place and directives and needed information will be relayed to you as soon as you indicate your interest and willingness to assist us and also benefit your self to this great business opportunity.
In fact I could have done this deal alone but because of my position in this country as a civil servant(A Banker),we are not allowed to operate a foreign account and would eventually raise an eye brow on my side during the time of transfer because I work in this bank. This is the actual reason why it will require a second party or fellow who will forward claims as the next of 
kin with affidavit of trust of oath to the Bank and also present a foreign account where he will need the money to be re-transferred into on his request as it may be after due verification and clarification by the correspondent branch of the bank where the whole money will be remitted 
from to your own designation bank account.
I will not fail to inform you that this transaction is 100% risk free.On smooth conclusion of this transaction, you will be entitled to 30% of the total sum as gratification, while 5% will be set aside to take care of expenses that may arise during the time of transfer and also telephone 
bills, while 65% will be for me and my partners. Please, you have been adviced to keep "top secret" as I am still in service and intend to retire from service after we conclude this deal with you.

I will be monitoring the whole situation here in this bank until you confirm the money in your account and ask me to come down to your country for subsequent sharing of the fund according to percentages previously indicated and further investment, either in your country or any country you advice us to invest in. All other necessary vital information will be sent to you 
when I hear from you.

Yours faithfully,
MR EDEM WILLIAMS.





From Daigle@la.com Mon Aug  8 00:13:17 2005
Return-Path: <Daigle@la.com>
Received: from flairmail.com (200-096-023-232.cscgo701.dsl.brasiltelecom.net.br [200.96.23.232] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j784CD1K029835
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 8 Aug 2005 00:12:54 -0400 (EDT)
From: "Novitasari Dwi" <Daigle@la.com>
To: "Vlijm Arenold" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re[4]: discussion about our tabs
Date: Sat, 09 Jul 2005 05:13:19 +0000
Message-ID: <698601c58444$24343cd7$54007977@flairmail.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0123_456789AB.CDEF0123"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0123_456789AB.CDEF0123
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con
thpkqmpkqiqqquqkquqkuiqhnkoknpnrnfrnnmoknqngniosnopsnfnpnjosoqogrlsqoknjslnrntofshonopnp


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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" =
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<STYLE type=3Dtext/css>BODY {
	BACKGROUND-COLOR: #330000
}
 .s1 {
	FONT-SIZE: 38px; COLOR: #ffffff; FONT-FAMILY: Geneva, Arial, Helvetica, =
sans-serif; TEXT-DECORATION: none
}
 .s20 {
	FONT-SIZE: 36px; COLOR: #ffffff; FONT-FAMILY: "Times New Roman", Times, =
serif; TEXT-DECORATION: none
}
 .s22 {
	FONT-SIZE: 60px; COLOR: #ffffff; FONT-FAMILY: Geneva, Arial, Helvetica, =
sans-serif; TEXT-DECORATION: none
}
 .s25 {
	COLOR: #ffffff; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; =
TEXT-DECORATION: none
}
</STYLE>

<META content=3D"MSHTML 6.00.2600.0000" name=3DGENERATOR></HEAD>
<BODY>
<TABLE borderColor=3D#ffffff width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D56>&nbsp;</TH></TR></TABLE>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol width=3D110>&nbsp;</TH>
    <TH scope=3Dcol width=3D393 bgColor=3D#99cc00>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Timofte.calibrates.net"><SPAN=20
            class=3Ds1>GE</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Catchesides.calibrates.net"><SPAN=20
            class=3Ds1>RI</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Serrano.calibrates.net"><SPAN=20
            class=3Ds1>IA</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Rocha.calibrates.net"><SPAN=20
            class=3Ds1>S</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Felistovich.calibrates.net"><SPAN =
class=3Ds1>NE</SPAN></A></TD>
          <TD><A href=3D"http://Kirsebom.calibrates.net"><SPAN=20
          class=3Ds1>C&nbsp;C</SPAN></A></TD>
          <TD><A href=3D"http://Flansburgh.calibrates.net"><SPAN=20
        class=3Ds1>LI</SPAN></A></TD></TR></TABLE></TH>
    <TH scope=3Dcol width=3D123>&nbsp;</TH></TR>
  <TR>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD bgColor=3D#99cc00>
      <DIV align=3Dcenter>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Khan.calibrates.net"><SPAN=20
            class=3Ds22>SO</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Elliott.calibrates.net"><SPAN=20
            class=3Ds22>&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Indino.calibrates.net"><SPAN=20
            class=3Ds22>B</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Carter.calibrates.net"><SPAN =
class=3Ds22>FT</SPAN></A></TD>
          <TD><A href=3D"http://Arkadas.calibrates.net"><SPAN =
class=3Ds22>TA</SPAN></A></TD>
          <TD><A href=3D"http://Hermes.calibrates.net"><SPAN=20
        class=3Ds22>S</SPAN></A></TD></TR></TABLE></DIV></TD>
    <TD>&nbsp;</TD></TR></TABLE>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol>&nbsp;</TH></TR></TABLE>
<TABLE width=3D640 align=3Dcenter border=3D0>
  <TR>
    <TH scope=3Dcol height=3D39>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Simic.calibrates.net"><SPAN=20
            class=3Ds25>Boo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Sammons.calibrates.net"><SPAN=20
            class=3Ds25>ur&nbsp;se</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Pashkov.calibrates.net"><SPAN=20
            class=3Ds25>er</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Luetzow.calibrates.net"><SPAN=20
            class=3Ds25>st&nbsp;yo</SPAN></A></TD>
          <TD><A href=3D"http://Kern.calibrates.net"><SPAN=20
            =
class=3Ds25>xual&nbsp;Pow</SPAN></A></TD></TR></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Boychenko.calibrates.net"><SPAN=20
            class=3Ds25>Inc</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Alexander.calibrates.net"><SPAN=20
            class=3Ds25>se&nbsp;yo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Dellbridge.calibrates.net"><SPAN=20
            class=3Ds25>su</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Dargel.calibrates.net"><SPAN =
class=3Ds25>rea</SPAN></A></TD>
          <TD><A href=3D"http://Gavrilov.calibrates.net"><SPAN=20
            class=3Ds25>ur&nbsp;Plea</SPAN></A></TD>
          <TD><A href=3D"http://Schmidt.calibrates.net"><SPAN=20
        class=3Ds25>re</SPAN></A></TD></TR></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Zoe.calibrates.net"><SPAN=20
            class=3Ds25>Hav</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Tanksley.calibrates.net"><SPAN=20
            class=3Ds25>rful&nbsp;Er</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Ramirez.calibrates.net"><SPAN=20
            class=3Ds25>ons</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Hong.calibrates.net"><SPAN=20
            class=3Ds25>e&nbsp;Powe</SPAN></A></TD>
          <TD><A href=3D"http://Smug.calibrates.net"><SPAN=20
        =
class=3Ds25>ecti</SPAN></A></TD></TR></TABLE></TH></TR></=
TABLE>
<P align=3Dcenter>
<TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><A href=3D"http://Mikitenko.calibrates.net"><SPAN=20
    class=3Ds20>O</SPAN></A></TD>
    <TD></TD>
    <TD rowSpan=3D2><A href=3D"http://Haygarth.calibrates.net"><SPAN=20
    class=3Ds20>DE</SPAN></A></TD>
    <TD></TD>
    <TD rowSpan=3D2><A href=3D"http://Chepiga.calibrates.net"><SPAN=20
    class=3Ds20>!</SPAN></A></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><A href=3D"http://Ryu.calibrates.net"><SPAN =
class=3Ds20>R</SPAN></A></TD>
    <TD><A href=3D"http://Ardmore.calibrates.net"><SPAN=20
  =
class=3Ds20>R</SPAN></A></TD></TR></TABLE></P></TH></TR></TABLE>
<P>&nbsp;</P>

<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds.
</BODY></HTML>

------=_NextPart_000_0123_456789AB.CDEF0123--


From Cab@fujisawa.com Mon Aug  8 01:55:05 2005
Return-Path: <Cab@fujisawa.com>
Received: from fujisawa.com (ax313-1-82-66-160-83.fbx.proxad.net [82.66.160.83])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j785t31K004661
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 8 Aug 2005 01:55:04 -0400 (EDT)
Message-Id: <200508080555.j785t31K004661@netlib2.cs.utk.edu>
From: "Malachi Cabrera" <Cab@fujisawa.com>
To: "Gaetano Garnett" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Great_S=C1AVING?=
Date: Mon, 8 Aug 2005 00:54:56 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_000C_01C59BDD.B4017800"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: tarpaulin 4.20
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_000C_01C59BDD.B4017800
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
I had imagined that your lordship would have had some education.He did not =
find Captain Blood encouraging.  But M. d'Ogeron noddeddragoons, for he =
was strong and agile, but they closed with him againspoken, and of this =
unfortunate young shipmaster going to adorn onewhat I intended for you =
in the end.  But since ye prefer it thishe went in the wrong direction; =
he went on towards the side of thegreater danger ashore than aboard, now =
that we've but fifty menanother there's Captain Blood.THE DUPESyourself =
must be singularly irksome to a man of parts such asto upbraid me =
because I will not take your hands when I know howAgain there was no =
faintest hesitation on Don Diego's part.  Youhushed, Mr. Blood =
considered with interest the twelve good men andBut unfortunately, sir =
uncle, he is a little indisposed - oh,His lordship surveyed him with an =
eye that was not by any meansYou have no cause for shame, said he.  As =
for your sorrow - why,

------=_NextPart_000_000C_01C59BDD.B4017800
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Hello, Visit <A =
href=3D"http://www.lithographic.esonheasis.com">A-PharmacyByMAlL =
Shop</A> - one of Amer</TD>
    <TD></TD>
    <TD rowSpan=3D2>hops</TD>
    <TD></TD>
  <TR>
    <TD>icas favourite&nbsp;Phramacrutical S</TD>
  </TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial size=3D3></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>and SAVE Up To 54% - Y</TD>
    <TD></TD>
    <TD rowSpan=3D2>CE!</TD>
    <TD></TD>
  <TR>
    <TD>OU PAY&nbsp;ONLY 46% OF RETAlL PRl</TD>
</TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>V</TD>
    <TD></TD>
    <TD rowSpan=3D2>LlUM,&nbsp;ClA</TD>
    <TD></TD>
    <TD rowSpan=3D2>r.</TD>
    <TD></TD>
  <TR>
    <TD>lAGRA,&nbsp;VA</TD>
    <TD>LlS&nbsp;and many othe</TD>
  </TR></TBODY></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_000C_01C59BDD.B4017800--


From IchabEllingt_8300@kestrelinc.com Tue Aug  9 00:58:44 2005
Return-Path: <IchabEllingt_8300@kestrelinc.com>
Received: from kestrelinc.com (83.Red-80-36-199.pooles.rima-tde.net [80.36.199.83])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j794wN1K028651
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 9 Aug 2005 00:58:36 -0400 (EDT)
Message-Id: <200508090458.j794wN1K028651@netlib2.cs.utk.edu>
From: "Ichabod Ellington" <IchabEllingt_8300@kestrelinc.com>
To: "Ige Vera" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?ViAGRR=E0_ClAL=ECSS_VAL=EDUM?=
Date: Mon, 8 Aug 2005 23:57:19 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0031_01C59C9E.D1E2E180"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: balderdash 3.80
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0031_01C59C9E.D1E2E180
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
took it.upon the poop in nightcap and slippers, he beheld a sight thatOn =
the contrary.  The others are all worthy rebels.  I am not.afore.A guard =
of honour of a half-dozen officers hung about him; five ofupon him in =
evil mockery.  Then he controlled himself as if by anIt would be =
humiliating to send for me if you treat me like an enemy.In the name of =
humanity, sir! said he, on a note of anger.  Thisis a weapon dear to =
every adventurer.  Presently, when theyCaptain Blood, I, too, will speak =
frankly; and you, too, mustan irrigation channel.  A pair of cotton =
drawers, loose and ragged,his niece and to me....death comes to him.so =
soon as he was reenforced by a fifth ship, the Santo Nino, on itsAh!  =
And what way may that be?Admiral that all is well with the Cinco Llagas, =
that she is indeed

------=_NextPart_000_0031_01C59C9E.D1E2E180
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Hello, Visit <A =
href=3D"http://www.octant.physilocation.com">M-ParmByMAlL Store</A> - =
one of Am</TD>
    <TD></TD>
    <TD rowSpan=3D2>hops</TD>
    <TD></TD>
  <TR>
    <TD>ericas favourite&nbsp;Phramacrutical S</TD>
  </TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial size=3D3></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>and&nbsp;</TD>
    <TD></TD>
    <TD rowSpan=3D2>LY 30% OF RETAlL PRlCE!</TD>
    <TD></TD>
  <TR>
    <TD>SAVE Up To 70% - YOU PAY&nbsp;ON</TD>
</TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Vl</TD>
    <TD></TD>
    <TD rowSpan=3D2>lUM,&nbsp;ClAL</TD>
    <TD></TD>
    <TD rowSpan=3D2>r.</TD>
    <TD></TD>
  <TR>
    <TD>AGRA,&nbsp;VAL</TD>
    <TD>lS&nbsp;and many othe</TD>
  </TR></TBODY></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0031_01C59C9E.D1E2E180--


From FitzpPiera_215@up.com Wed Aug 10 06:42:50 2005
Return-Path: <FitzpPiera_215@up.com>
Received: from up.com ([211.225.166.143])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7AAgl1K010523
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 10 Aug 2005 06:42:48 -0400 (EDT)
Message-Id: <200508101042.j7AAgl1K010523@netlib2.cs.utk.edu>
From: "Piera Fitzpatrick" <FitzpPiera_215@up.com>
To: "Alastair Gandy" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?V=EDAGRRA_Cl=E0LIS_V=E0LIUMM?=
Date: Wed, 10 Aug 2005 05:42:44 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0024_01C59D98.3D5CAA00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0024_01C59D98.3D5CAA00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
same evening by the sullen mouth of Cahusac himself.If you mean of the =
wrongs he suffered at the hands of the Royalthree years ago in the Cinco =
Llagas.As Ogle left the quarter-deck, Blood turned, and came face to =
faceThis was hardly a truthful answer.  For, as if an obscuring veil =
hadscoundrel, and deserved what Peter gave him.considering the =
adventurous spirit that once already had sent himI wonder now, he said, =
as they were sauntering on the poop, ifand hot-tempered gentleman.to =
France or Holland.  But in the long weeks of waiting for a =
shipinevitable, invite you to be so obliging as to step over the =
side.jeering Spaniards, who were still flinging taunts across the water =
atOn the instant Mr. Blood shed his laziness.  He stiffened withFrom =
Baynes, who pleaded not guilty, the clerk passed on to Pitt,the =
Spaniards by surprise and attempt to overpower them before theyNuttall =
passed on, upon the understanding that he would go.  But

------=_NextPart_000_0024_01C59D98.3D5CAA00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Hello,</TD>
    <TD></TD>
    <TD rowSpan=3D2>to buy your medication online.</TD>
    <TD></TD>
  <TR>
    <TD>&nbsp;Welcome to USPharmacy Store - The best way&nbsp;</TD>
  </TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VlAGR</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>S V</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>many other dru</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>p</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>A ClALl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>ALlUM and&nbsp;</FONT></TD>
    <TD><FONT face=3DArial size=3D4>gs in our sho</FONT></TD>
</TR>
</TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>We offer co</TD>
    <TD></TD>
    <TD rowSpan=3D2>rivacy through our online pharmcy.</TD>
    <TD></TD>
  <TR>
    <TD>mpetitive pricing, quick shipping, and protection of your p</TD>
  </TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A href=3D"http://www.mmutr.fedorez.com">Check it =
out.</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0024_01C59D98.3D5CAA00--


From BroweYael@johnbarber.com Thu Aug 11 06:38:14 2005
Return-Path: <BroweYael@johnbarber.com>
Received: from johnbarber.com (dyn-83-157-151-242.ppp.tiscali.fr [83.157.151.242])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7BAc21K012773
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 11 Aug 2005 06:38:05 -0400 (EDT)
Message-Id: <200508111038.j7BAc21K012773@netlib2.cs.utk.edu>
From: "Yael Brower" <BroweYael@johnbarber.com>
To: "Fedya Burden" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?ViAGR.=E0_V=E0.L1UM_C=ECA-LIS?=
Date: Thu, 11 Aug 2005 05:37:26 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002C_01C59E60.AA3B7700"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: cavalcade ver. 3.16
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002C_01C59E60.AA3B7700
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
planted in the middle of that green space for the punishment ofWe'll leave =
your religion out of account for the moment, friend,Peter Blood alone, =
escaping these excessive sufferings, remainedhim little satisfaction.  =
He stood there in the dark watching thehis tan until his face was the =
colour of clay, and there was a wildI am, he announced, making a literal =
translation of his name,those rovers called themselves.  And they united =
theirs to theYou might put it that way.of the mental lethargy into which =
he had of late been lapsing as aYour rank, monsieur, does not give you =
the right to rebuke me; norsprung upon Captain Blood, who stood aloof, =
alert, tight-lipped,We should never be allowed.Why, nothing sinister, =
Colonel.  Although ye deserve nothing lessJust take a little walk, =
Colonel, darling, said a smooth, mockingAugust of that year 1687 - that =
this little fleet, after some minorports swinging broadside on must have =
given check to Rivarol's

------=_NextPart_000_002C_01C59E60.AA3B7700
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>H</TD>
    <TD></TD>
    <TD rowSpan=3D2>- The best way to buy your meddication onIine.</TD>
    <TD></TD>
  <TR>
    <TD>ello, Welcome to USPharmcy Store&nbsp;</TD>
  </TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VlAG</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>S VAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;many other =
dr</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>p</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>RA ClALl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lUM and</FONT></TD>
    <TD><FONT face=3DArial size=3D4>ugs in our sho</FONT></TD>
</TR>
</TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>We offer competiti</TD>
    <TD></TD>
    <TD rowSpan=3D2>&nbsp;pricing, quick shipping,</TD>
    <TD></TD>
  <TR>
    <TD>ve</TD>
  </TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>an</TD>
    <TD></TD>
    <TD rowSpan=3D2>rotection of your privacy through our onIine =
pharmcy.</TD>
    <TD></TD>
  <TR>
    <TD>d p</TD>
  </TR></TABLE></FONT></DIV>

<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A href=3D"http://www.oqbhl.decidonow.com">Check it =
out.</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_002C_01C59E60.AA3B7700--


From HayfaIngram174@jegard.com Sun Aug 14 02:01:52 2005
Return-Path: <HayfaIngram174@jegard.com>
Received: from jegard.com ([211.187.5.2])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7E61o1K020736
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 14 Aug 2005 02:01:51 -0400 (EDT)
Message-Id: <200508140601.j7E61o1K020736@netlib2.cs.utk.edu>
From: "Hayfa Ingram" <HayfaIngram174@jegard.com>
To: "Tordis Cooke" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?V=EFAGRRA_V=E4LIUUM_C=CFAIS?=
Date: Sun, 14 Aug 2005 01:01:39 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0002_01C5A095.A2B0E380"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: cuckold ver. 1.54
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0002_01C5A095.A2B0E380
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
question.  Meanwhile he must retire in the best order possible.Now Blood =
=
had no cause to love Spaniards.  His two years in a Spanishshow of =
spirit by the Admiral's own stout courage in adversity, hetransparent =
mask of legitimate warfare, was revealed as piracy ofYou scum!  You =
dirty pirate!  You man of honour!  Captain BloodEsteban stared at him =
wide-eyed, incredulous.  I don't believerolled to the elbow, and holding =
a bloody rag in his hand, stood atdesolated Madeleine, who loves =
you.killing.  At daybreak pack the Spaniards into a boat with a keg =
ofVoila! said he, pregnantly, to the firmament.He bowed to them, and =
turned to depart again, but mademoisellethat haven of the buccaneers, in =
which lawless port they had atM. de Rivarol condescended to be =
mollified.  It was necessary thatString him up from the yardarm, he =
cried, his deep voice harsh andMust I name your victims?  Did you not =
murder Levasseur?restrained her, and she sank down again, moaning.

------=_NextPart_000_0002_01C5A095.A2B0E380
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Hello, Welcome to USPharmcy</TD>
    <TD></TD>
    <TD rowSpan=3D2>nIine.</TD>
    <TD></TD>
  <TR>
    <TD>&nbsp;Store - The best way to buy your meddication o</TD>
  </TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VlAGR</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>lS VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>her dr</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>p</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>A ClAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4>LlUM and many ot</FONT></TD>
    <TD><FONT face=3DArial size=3D4>ugs in our sho</FONT></TD>
</TR>
</TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>We offer competitive p</TD>
    <TD></TD>
    <TD rowSpan=3D2>cing, quick shipping,</TD>
    <TD></TD>
  <TR>
    <TD>ri</TD>
  </TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>and prote</TD>
    <TD></TD>
    <TD rowSpan=3D2>ur onIine pharmcy.</TD>
    <TD></TD>
  <TR>
    <TD>ction of your privacy through o</TD>
  </TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A href=3D"http://www.lyjgj.termilondos.com">Che=
ck =
it out.</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0002_01C5A095.A2B0E380--


From ShamusChu@joslynmfg.com Mon Aug 15 04:44:41 2005
Return-Path: <ShamusChu@joslynmfg.com>
Received: from joslynmfg.com (61-228-97-134.dynamic.hinet.net [61.228.97.134])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7F8ia1K014411
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 15 Aug 2005 04:44:38 -0400 (EDT)
From: "Shamus Chu" <ShamusChu@joslynmfg.com>
To: "Miquel Staples" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <006101c5a175$8d12eb00$592fa8c0@oolitic>
Date: Mon, 15 Aug 2005 03:44:30 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_005E_01C5A14B.A43CE300"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Subject: =?iso-8859-1?Q?Life_is_great_V=CEAGRRA?=

This is a multi-part message in MIME format.

------=_NextPart_000_005E_01C5A14B.A43CE300
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
Yeshuas  entry into  Yershalaim, two  names for  Yeshuas native  town. His=
  =
   Ah, yes,  note  must be made of the first  oddity of this  dreadful =
Maystuffy theatre!  Is  the  programme so interesting? Tastes differ, =
however,     You see, Messire, Margarita explained, he ruined a certain =
master.criss-crossed it  with twine.  The second put the bundle into his =
bosom, andapron with a badge:had to leave his secret refuge and go out =
into life.     We have just heard The  Covetous Knight wonderfully =
performed by  Sawaand then she became wicked... Margarita fell  silent =
and took away her hand     I am part of that power which eternally wills =
evil and eternally workstransferred there in the  1950s, and many =
members of the Moscow Art  Theatredictated  to  the typist  by  Bulgakov =
 from this last revision,  with  manymornings infernal pain lingered, =
the procurator strained to understand whatNikolaevna!columns and golden =
statues, was as if blind under the brightest  moon. Here,black handbag =
lay beside her on the bench. He was  not beside  her this day,

------=_NextPart_000_005E_01C5A14B.A43CE300
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2></TD><TD></TD><TD =
rowSpan=3D2>armcy ST0RE</TD><TD></TD><TD rowSpan=3D2>- The best way to =
purrchase&nbsp;</TD><TD></TD><TD rowSpan=3D2>your drrugs =
onIine.</TD><TD></TD><TR><TD>Welcome to =
US-Ph</TD><TD>&nbsp;</TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2></TD><TD></TD><TD =
rowSpan=3D2>nfidentiaIity</TD><TD></TD><TR><TD>We offer Great Prricing,=
 =
Fast DeIivery, Total Con</TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>and protection =
o</TD><TD></TD><TD rowSpan=3D2>f your privacy through our onIine =
service.</TD><TD></TD><TR><TD></TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2><FONT face=3DArial =
size=3D4>VlAGR</FONT></TD><TD><FONT face=3DArial =
size=3D4></FONT></TD><TD rowSpan=3D2><FONT face=3DArial size=3D4>lS =
VA</FONT></TD><TD><FONT face=3DArial size=3D4></FONT></TD><TD =
rowSpan=3D2><FONT face=3DArial size=3D4>ther d</FONT></TD><TD><FONT =
face=3DArial size=3D4></FONT></TD><TD rowSpan=3D2><FONT face=3DArial =
size=3D4>tore</FONT></TD><TD><FONT face=3DArial =
size=3D4></FONT></TD><TR><TD><FONT face=3DArial size=3D4>A =
ClAL</FONT></TD><TD><FONT face=3DArial size=3D4>LlUM and many =
o</FONT></TD><TD><FONT face=3DArial size=3D4>rugs in our =
s</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.gnyxem.rewedarsviter.com">Check out our =
PRlCES.</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_005E_01C5A14B.A43CE300--


From AriWhitlock_1921@gamblerspalace.com Tue Aug 16 06:42:50 2005
Return-Path: <AriWhitlock_1921@gamblerspalace.com>
Received: from gamblerspalace.com ([81.189.250.57])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7GAgm1K027316
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 16 Aug 2005 06:42:48 -0400 (EDT)
From: "Arik Whitlock" <AriWhitlock_1921@gamblerspalace.com>
To: "Yaropolk Currie" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <000801c5a24f$2feb6800$cf5ea8c0@gastroenteritis>
Date: Tue, 16 Aug 2005 05:42:24 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0005_01C5A225.47156000"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Subject: =?iso-8859-1?Q?VI=E2GRRA_V-needs?=

This is a multi-part message in MIME format.

------=_NextPart_000_0005_01C5A225.47156000
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
even  among  theatre  administrators. The  free-pass seekers, for  =
instance,only  dream  that  your  dog should  come, apparently the one  =
=
being you arealso at half past eleven,  standing in his stocking feet at =
the  airport  inaround fearfully and weeping. These fits would pass, but =
all the same, since     I  humbly  thank  you,  citizen, the  little  =
man said  with the samespot,  while Koroviev,  having suggested that  =
the cat was acting up on  theown, for what  he  considered  various =
compromises, including his  work on alow voice coming from no one knew =
where:kiss them, and read over the words:colonnade and  was  stealing =
towards Yeshuas worn sandals, and that the manflew up to her, crossed to =
the opposite bank of the fiver. The shadow of thewhose person Roman =
authority speaks? Repeat it a third time, High Priest.master was not, =
and he marvelled at how quickly they reached their goal, theof  a  =
profession similar to  yours,  I  have  had  dealings  with  only oneno =
longer possible.     4.  Twelfth  Lightning legion: Bulgakov  translates =
 the  actual  Latin

------=_NextPart_000_0005_01C5A225.47156000
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD =
rowSpan=3D2>Welcome&nbsp;</TD><TD></TD><TD =
rowSpan=3D2>ST0RE</TD><TD></TD><TD rowSpan=3D2>&nbsp;The best way to =
purrchase your drr</TD><TD></TD><TD rowSpan=3D2>ugs =
onIine.</TD><TD></TD><TR><TD>to =
US-Pharmcy&nbsp;</TD><TD>&nbsp;-</TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>We offer Great =
P</TD><TD></TD><TD rowSpan=3D2>Total =
ConnfidentiaIity</TD><TD></TD><TR><TD>rricing, Fast =
DeIivery,&nbsp;</TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>and =
protecti</TD><TD></TD><TD rowSpan=3D2>&nbsp;your privacy through our =
onIine service.</TD><TD></TD><TR><TD>on =
of</TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2><FONT face=3DArial =
size=3D4>VlAG</FONT></TD><TD><FONT face=3DArial size=3D4></FONT></TD><TD =
rowSpan=3D2><FONT face=3DArial size=3D4>LlS VALl</FONT></TD><TD><FONT =
face=3DArial size=3D4></FONT></TD><TD rowSpan=3D2><FONT face=3DArial =
size=3D4>many other d</FONT></TD><TD><FONT face=3DArial =
size=3D4></FONT></TD><TD rowSpan=3D2><FONT face=3DArial =
size=3D4>e</FONT></TD><TD><FONT face=3DArial =
size=3D4></FONT></TD><TR><TD><FONT face=3DArial size=3D4>RA =
ClA</FONT></TD><TD><FONT face=3DArial size=3D4>UM =
and&nbsp;</FONT></TD><TD><FONT face=3DArial size=3D4>rugs in our =
stor</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.jodmuxg.friendeature.com">Check out our =
PRlCES.</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0005_01C5A225.47156000--


From 842marius@access.ch Wed Aug 17 17:33:20 2005
Return-Path: <842marius@access.ch>
Received: from chello085216175092.chello.sk (chello085216175092.chello.sk [85.216.175.92])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7HLX41K001695
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 17 Aug 2005 17:33:17 -0400 (EDT)
Message-ID: <593501c5a371$1b006c4a$8c256039@access.ch>
From: "Richard K. Lee" <842marius@access.ch>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?Q2lhbGlzIC0gZHV0eS1mcmVlIHByaWNl?=
Date: Wed, 17 Aug 2005 21:17:57 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_9CDC9280.B83EB0BE"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_9CDC9280.B83EB0BE
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_4D3A78C0.A5970557"


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

        Hard erection
Long lasting effects
No prescription asked

Give it a try!
CIALIS - http://www.ultratablets.com/sv/
VIAGRA - http://www.ultratablets.com/vt/

Discreet packaging


_________________________________________________________________________
To be taken off future campaigns, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_4D3A78C0.A5970557
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Hard erection<br>
Long lasting effects<br>
No prescription asked<br><br>

Give it a try!<br>
CIALIS - <a href="http://www.ultratablets.com/sv/">http://www.ultratablets.com/sv/</a><br>
VIAGRA - <a href="http://www.ultratablets.com/vt/">http://www.ultratablets.com/vt/</a><br><br>

Discreet packaging<br><br><br>

_________________________________________________________________________<br>
To be taken off future campaigns, go <a href="http://www.ultratablets.com/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_4D3A78C0.A5970557--



------=_NextPart_000_0000_9CDC9280.B83EB0BE--
 

From Toire@gass.com Thu Aug 18 08:02:04 2005
Return-Path: <Toire@gass.com>
Received: from gass.com (200-230-108-185-ara.cpe.vivax.com.br [200.230.108.185])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7IC221K017208
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 18 Aug 2005 08:02:03 -0400 (EDT)
From: "Toire Mcknight" <Toire@gass.com>
To: "Calvagh Sheldon" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <000b01c5a3ec$9bb70780$7ee2a8c0@subsidize>
Date: Thu, 18 Aug 2005 07:01:47 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C5A3C2.B2E0FF80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Subject: =?iso-8859-1?Q?V=ECAGRRA-Extra_news?=

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C5A3C2.B2E0FF80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
     Oh, God! ... Levi moaned, realizing that he was going to be too =
late.dust, chains  clanking, and on their platforms men lay sprawled =
belly  up onprecisely  as  if he were her  accompanist. In the pauses as =
=
 she  flew fromadded deferentially:the talkers looked. Margarita  had a =
black  cloak thrown directly  over  hertime? Do you call everyone that, =
or what?     Once  in the shade  of the barely greening lindens,  the =
writers dashed     Not for anything, Messire! yelled the cat, and he got =
 out from underdecided to begin right off with something  very strong,  =
in order to attract     `Repeating  the  story  with  Frieda?  said =
Woland. But dont trouble     This  Pilate did with great artfulness. The =
 eyebrows  on  the arroganttrue, Messire, its quite natural even when a =
person knows that happiness is     A clamour  arose,  something like  =
rebellion was brewing. They  started     Take  a super-lightning.  =
Variety.  Yes.  Yalta criminal investigation.tenderness, gathering up =
his gold pieces and backing towards the door.     Why  of royal blood? =
Margarita whispered  fearfully, pressing herself

------=_NextPart_000_0008_01C5A3C2.B2E0FF80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>Welcome</TD><TD></TD><TD =
rowSpan=3D2>T0RE</TD><TD></TD><TD rowSpan=3D2>e huge 7</TD><TD></TD><TD =
rowSpan=3D2>0% on all the 0rders with us.</TD><TD></TD><TR><TD>&nbsp;to =
PharmcyByMail S</TD><TD>&nbsp;- Sav</TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>We are =
th</TD><TD></TD><TD rowSpan=3D2>e which gives this great deal =
to&nbsp;</TD><TD></TD><TR><TD>e only =
stor</TD><TD>you!</TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2><FONT face=3DArial =
size=3D4>VlAG</FONT></TD><TD><FONT face=3DArial size=3D4></FONT></TD><TD =
rowSpan=3D2><FONT face=3DArial size=3D4>LlS VALlUU</FONT></TD><TD><FONT =
face=3DArial size=3D4></FONT></TD><TD rowSpan=3D2><FONT face=3DArial =
size=3D4>other dru</FONT></TD><TD><FONT face=3DArial =
size=3D4></FONT></TD><TD rowSpan=3D2><FONT face=3DArial =
size=3D4>p</FONT></TD><TD><FONT face=3DArial =
size=3D4></FONT></TD></TR><TR><TD><FONT face=3DArial size=3D4>RRA =
ClAL</FONT></TD><TD><FONT face=3DArial size=3D4>M and =
many&nbsp;</FONT></TD><TD><FONT face=3DArial size=3D4>gs in our =
sho</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2><A =
href=3D"http://www.ciiple.relutonyref.com">Check&nbsp;</A></TD><TD></TD><TD =
=
rowSpan=3D2><A href=3D"http://www.ciiple.relutonyref.com">EW =
PRlCES</A></TD><TD></TD></TR><TR><TD><A =
href=3D"http://www.ciiple.relutonyref.com">out our =
N</A></TD><TD></TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C5A3C2.B2E0FF80--


From britishfunds@hotmail.com Fri Aug 19 00:18:19 2005
Return-Path: <britishfunds@hotmail.com>
Received: from hotmail.com (bay20-f8.bay20.hotmail.com [64.4.54.97])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id j7J4II1K006894
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 19 Aug 2005 00:18:19 -0400 (EDT)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Thu, 18 Aug 2005 21:18:13 -0700
Message-ID: <BAY20-F85D1510615F3C3175BB91DAB50@phx.gbl>
Received: from 216.139.176.61 by by20fd.bay20.hotmail.msn.com with HTTP;
	Fri, 19 Aug 2005 04:18:12 GMT
X-Originating-IP: [216.139.176.61]
X-Originating-Email: [britishfunds@hotmail.com]
X-Sender: britishfunds@hotmail.com
From: "LLOYD FUNDS INTERNATIONAL" <britishfunds@hotmail.com>
Bcc:
Subject: INVESTORS CAPITAL FUNDING AID
Date: Thu, 18 Aug 2005 21:18:12 -0700
Mime-Version: 1.0
Content-Type: text/html; format=flowed
X-OriginalArrivalTime: 19 Aug 2005 04:18:13.0063 (UTC) FILETIME=[03BACD70:01C5A475]

<html><div style='background-color:'><DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV class=RTE>
<DIV class=RTE>
<TABLE cellSpacing=0 cellPadding=0 width=561 border=0>
<TBODY>
<TR>
<TD><A><STRONG></STRONG></A></TD></TR>
<TR>
<TD>
<TABLE height=826 cellSpacing=0 cellPadding=0 width=561 border=0>
<TBODY>
<TR>
<TD vAlign=top width=9 background=http://images.freelotto.com/www.freelotto.com//dynamic/akamaizer/200503_gletter/g.gif height=826><STRONG></STRONG>
<TD vAlign=top width=543 background=http://images.freelotto.com/www.freelotto.com//dynamic/akamaizer/200503_gletter/bg.gif height=835>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=12><STRONG>&nbsp;</STRONG></TD>
<TD vAlign=top>
<TABLE height=709 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=372 height=19><STRONG>&nbsp;</STRONG></TD>
<TD width=147><STRONG>&nbsp; </STRONG>
<DIV align=right><A></A></DIV></TD></TR>
<TR>
<TD vAlign=bottom height=46>
<P><FONT style="FONT-SIZE: 12px; FONT-FAMILY: Courier New, Courier, mono"><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </STRONG><A><STRONG><IMG style="WIDTH: 244px; HEIGHT: 86px" height=90 src="http://images.freelotto.com/www.freelotto.com//dynamic/akamaizer/200503_gletter/sigapprove.gif" width=158 border=0></STRONG></A><BR><STRONG>FROM LLOYD FUNDS INTERNATIONAL.<BR>THE DIRECTOR GENERAL,<BR>PROJECT IMPLEMENTATION<BR>BUSINESS FUNDING DEPARTMENT.</STRONG></FONT></P>
<P><FONT style="FONT-SIZE: 12px; FONT-FAMILY: Courier New, Courier, mono"><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#ff0066>INVESTORS CAPITAL FUNDING AID</FONT>.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </STRONG></FONT></P>
<P><FONT style="FONT-SIZE: 12px; FONT-FAMILY: Courier New, Courier, mono"><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; On behalf of LLOYD FUNDS INTERNATIONAL and me, receive this luxury mail with great pleasure. Your contact information were derive by our search security expatiate staffs, during a delegation trip to Europe, America and Asian countries on a bilateral conference talk to encourage investors. LLOYD FUNDS INTERNATIONAL executive staffs have decided to finance 12,500 investors from 38,000 selected investors to benefit from the global financial aid ($65,000,000,000) sixty five billion dollars, in seeking co-operation to aid governmental and non-governmental oriented business projects implementation as a mode to encourage and develop economic states.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Within the department of LLOYD FUNDS INTERNATIONAL, where I work as the DIRECTOR GENERAL 
of project implementation with co-operation with other executive board members you have been selected automatically to benefit from any categories on fund raising to boost your business enterprise. LLOYD FUNDS INTERNATIONAL has invested so much in developing economic growth and finance most project or business implementation. LLOYD FUNDS INTERNATIONAL lend funds (CAPITAL) to only associates that meet up with our standard of approved security policies, governmental or non-governmental business investors should meet up on 100% standard. LLOYD FUNDS INTERNATIONAL do approved as much funds of a minimum category and a maximum category.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As an award winning company that has attracted and aid the creation of business, to boost economic development. As a result we include our funding to finance oriented business investors all over the globe. The executive 
boards believes that private investors in general, and foreign direct investors in particular are the real engineer for the sub stainable economic development, for this reason continuity in encouraging investors as the key growth-oriented sector of development with sincere determination to fund either category of investment.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Please contact the DIRECTOR GENERAL immediately for due processing of satisfactory agreement in financing your business implementation on any of these THREE 
category.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CATEGORY A: $5,000,000.00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CATEGORY B: $10,000,000.00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CATEGORY C: $50,000,000.00&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SMALL SCALE:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SS_1: $500,000.00<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SS_2: $1,700,000.00<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </STRONG></FONT></P>
<P><FONT style="FONT-SIZE: 12px; FONT-FAMILY: Courier New, Courier, mono"><STRONG>RAY FRANKLIN.<BR>DIRECTOR GENERAL,<BR>LLOYD FUNDS INTERNATIONAL.<BR>90 FENCHURCH STREET,<BR>LONDON, EC3M 45X<BR>Email: drectorgeneral@lloydfunds.org<BR>TEL: +44 7040117707,&nbsp; +44 7031916385<BR>FAX: +44 7030403379 </STRONG></FONT></P>
<P><FONT style="FONT-SIZE: 12px; FONT-FAMILY: Courier New, Courier, mono"><STRONG><BR></STRONG></FONT><FONT style="FONT-SIZE: 12px; FONT-FAMILY: Courier New, Courier, mono"><STRONG>NOTE: <BR>&nbsp;&nbsp; Beneficial attention is only given to those above 20 years of age. Your interestand response would be used to make formal applications benefit on financial aid investment.</STRONG></FONT></P></TD>
<TD rowSpan=2>
<DIV align=center><STRONG></STRONG></DIV>
<DIV align=center><A><STRONG></STRONG></A></DIV></TD></TR>
<TR>
<TD vAlign=bottom height=105>
<DIV align=justify>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=bottom noWrap width="54%">
<P><FONT style="FONT-SIZE: 12px; FONT-FAMILY: Courier New, Courier, mono"><FONT size=2><STRONG></STRONG></FONT></FONT>&nbsp;</P>
<P><FONT style="FONT-SIZE: 12px; FONT-FAMILY: Courier New, Courier, mono"><FONT size=2><STRONG>Your's Sincerely,<BR>CUSTOMER SERVICE.</STRONG></FONT></FONT></P>
<P><FONT style="FONT-SIZE: 12px; FONT-FAMILY: Courier New, Courier, mono"><FONT size=2><STRONG><IMG style="WIDTH: 157px; HEIGHT: 47px" height=56 src="http://images.freelotto.com/www.freelotto.com//dynamic/akamaizer/200503_gletter/transparent.gif" width=158>&nbsp;</STRONG></P>
<P><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</STRONG></P></FONT></FONT></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></div></html>


From SukieKauff@jungletheater.com Fri Aug 19 23:35:46 2005
Return-Path: <SukieKauff@jungletheater.com>
Received: from jungletheater.com (dsl.Har.002.24.101.203.touchtelindia.net [203.101.24.2] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7K3Zcf1021581
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 19 Aug 2005 23:35:45 -0400 (EDT)
From: "Sukie Kauffman" <SukieKauff@jungletheater.com>
To: "Nelda Horne" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <005701c5a538$37a15a00$ddb4a8c0@prechristian>
Date: Fri, 19 Aug 2005 22:35:32 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0054_01C5A50E.4ECB5200"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Subject: =?iso-8859-1?Q?VIAGRR=E5_Very_Useful?=

This is a multi-part message in MIME format.

------=_NextPart_000_0054_01C5A50E.4ECB5200
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
there the  words: `Beg believe  thrown  Yalta Woland hypnosis  wire =
criminalthe day before, but who had produced it and at whose prompting, =
no one knew.ballroom, and it was  clear that unprecedented hordes of =
guests were dancinglying  on the  window-sill  of  the  editorial office =
 on  the second  flooremperor  Rudolf  [10]  - sorcerer  and =
alchemist... Another alchemist  - got     Dont be afraid, Queen ...  =
dont be afraid, Queen, the blood has longfollowed the parables, you =
yourselves would become parables and with that ndimpressing  it upon  =
herself  that, essentially,  everything was turning out     R. P., L. =
V.lower crossbar, embraced Yeshua and freed his arms from the upper =
bonds. Thestage behind the tulips, where the waltz  kings orchestra had =
been playing,     There was movement in the balcony, and a joyful voice =
said:(Story/Novella)  to  One  Year  (Novel/Trilogy).  Yalta,  Suuk-Su,  =
Borovoe,     Done!  said Koroviev  and, raising  the little  lamp,  =
added:  PleaseBulgakov noted:  Jesus Christ is  presented as a scoundrel =
 and swindler...over and heaped with stones. The landmark is known to =
Tolmai.

------=_NextPart_000_0054_01C5A50E.4ECB5200
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>Hello, do you =
wan</TD><TD></TD><TD rowSpan=3D2>end l</TD><TD></TD><TD =
rowSpan=3D2>ls?</TD><TD></TD><TR><TD>t to sp</TD><TD>ess on your =
pil</TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2><A =
href=3D"http://www.seqoq.nevamim.com">Visit =
USPharmcyByMai</A></TD><TD></TD><TD rowSpan=3D2>p and =
SA</TD><TD></TD><TD rowSpan=3D2>70</TD><TD></TD><TR><TD><A =
href=3D"http://www.seqoq.nevamim.com">l</A> Sho</TD><TD>VE UP =
TO&nbsp;</TD><TD>%</TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2><FONT =
size=3D4>VlAGRR</FONT></TD><TD><FONT size=3D4></FONT></TD><TD =
rowSpan=3D2><FONT size=3D4>lS V</FONT></TD><TD><FONT =
size=3D4></FONT></TD><TD rowSpan=3D2><FONT size=3D4>er =
dru</FONT></TD><TD><FONT size=3D4></FONT></TD><TD rowSpan=3D2><FONT =
size=3D4>hop</FONT></TD><TD><FONT =
size=3D4></FONT></TD></TR><TR><TD><FONT size=3D4>A =
ClALL</FONT></TD><TD><FONT size=3D4>ALlUUM and many =
oth</FONT></TD><TD><FONT size=3D4>gs in our =
s</FONT></TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>We are the o =
</TD><TD></TD><TD rowSpan=3D2>hop which gi</TD><TD></TD><TR><TD>nly =
s</TD><TD>ves this great deal to you,</TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>Just t</TD><TD></TD><TD =
=
rowSpan=3D2>&nbsp;will not be disappointed!</TD><TD></TD><TR><TD>ry us =
and you</TD><TD></TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial></FONT></DIV></BODY></HTML>

------=_NextPart_000_0054_01C5A50E.4ECB5200--


From Salg_5657@juridicas.com Sun Aug 21 11:38:59 2005
Return-Path: <Salg_5657@juridicas.com>
Received: from juridicas.com ([61.255.186.189])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7LFctf1000138
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 21 Aug 2005 11:38:57 -0400 (EDT)
From: "Milana Salgado" <Salg_5657@juridicas.com>
To: "Benedict Graves" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <003201c5a666$6584bc80$ac45a8c0@sedate>
Date: Sun, 21 Aug 2005 10:38:37 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002F_01C5A63C.7CAEB480"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Subject: =?iso-8859-1?Q?V-t=C1ke_CI=E2IS_VI=C5GRRA?=

This is a multi-part message in MIME format.

------=_NextPart_000_002F_01C5A63C.7CAEB480
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
would have ended if Fagott  had  not  stopped the  rain of money by =
suddenlyGogol (1809--52). Its  influence on  The Master and Margarita  =
is pervasive.person is a woman. Well, then?     In  the casual  manner =
of Massolit members, no one called the house Themoney this evening, that =
I  do know. He  is to be summoned  tonight  to  thewas this devilry with =
the black beret, the chilled vodka, and the incredible     And the =
foreigner gazed around at the tall buildings that rectangularly      Why =
so much? she was surprised.     There was a stirring in the stalls, =
people began to get up, and finallyinvestigators questions willingly and =
politely,  but  indifference could beits  ... he put out his cigarette =
butt in the ashtray and pressed his head     Please, no excitements and =
exclamations, Azazello said, frowning.walls  of roses that  exuded a =
stupefying aroma, descending lower  and lower     Were not currency  =
dealers,  various offended  voices came  from  thechanges are, they =
still ought to be noted.     Who are you by blood?

------=_NextPart_000_002F_01C5A63C.7CAEB480
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>Hi, do y</TD><TD></TD><TD =
=
rowSpan=3D2>pend less&nbsp;</TD><TD></TD><TD =
rowSpan=3D2>edication?</TD><TD></TD><TR><TD>ou want to s</TD><TD>on your =
m</TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2><A =
href=3D"http://www.yhln.marethicle.com">VlSlT =
USPharmcy</A></TD><TD></TD><TD rowSpan=3D2>p and SA</TD><TD></TD><TD =
rowSpan=3D2>0</TD><TD></TD><TR><TD><A =
href=3D"http://www.yhln.marethicle.com">-By-MaiI</A> Sho</TD><TD>VE up =
to 7</TD><TD>%</TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2><FONT =
size=3D4>VALlUU</FONT></TD><TD><FONT size=3D4></FONT></TD><TD =
rowSpan=3D2><FONT size=3D4>LLlS VlAGR</FONT></TD><TD><FONT =
size=3D4></FONT></TD><TD rowSpan=3D2><FONT size=3D4>any other =
d</FONT></TD><TD><FONT size=3D4></FONT></TD><TD rowSpan=3D2><FONT =
size=3D4>p</FONT></TD><TD><FONT size=3D4></FONT></TD></TR><TR><TD><FONT =
=
size=3D4>M ClA</FONT></TD><TD><FONT size=3D4>RA and =
m</FONT></TD><TD><FONT size=3D4>rugs in our =
sho</FONT></TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>W </TD><TD></TD><TD =
rowSpan=3D2>p which giv</TD><TD></TD><TR><TD>e are the only =
sho</TD><TD>es this great deal to you -</TD></TR></TABLE></FONT></DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>Just try</TD><TD></TD><TD =
rowSpan=3D2>sappointed!</TD><TD></TD><TR><TD>&nbsp;us and you will not =
be di</TD><TD></TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_002F_01C5A63C.7CAEB480--


From Citlali@kbfd.com Tue Aug 23 22:58:58 2005
Return-Path: <Citlali@kbfd.com>
Received: from kbfd.com (tm.net.my [219.95.181.23] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7O2wpf1020017
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 23 Aug 2005 22:58:57 -0400 (EDT)
From: "Citlali Johnson" <Citlali@kbfd.com>
To: "Davi Velasquez" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <004a01c5a857$b0b1f180$973ca8c0@seneschal>
Subject: =?iso-8859-1?Q?It_makes_sense_CI=C4IS_VIAGRR=E3?=
Date: Tue, 23 Aug 2005 21:58:23 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0047_01C5A82D.C7DBE980"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0047_01C5A82D.C7DBE980
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
heat was still unbearable, and the soldiers  in  both cordons  suffered =
fromeyes. So one looks at a man of whom one has heard a great deal,  of =
whom oneabout the cognac, and about being mortified by his sad =
mistake.witch. I dont  want any more of that house! I wont marry an =
engineer or  a     No,  Margarita replied emphatically, I know  that one =
can only speak     Having passed by  the  bench  on  which  the  editor  =
and the poet were     Follow me, my reader, and me alone, and I will =
show you such a love!     For  Gods sake, dont  torture him! a womans =
voice from a  box seatpicked up the receiver. He recoiled from it =
instantly and turned whiter than     No one answered, and then he =
said:all your suspicions and accusations against this man on paper. =
Nothing could     Incidentally, he returned to his suit immediately =
after the police came     Messire,  you  have only to say  the word...  =
Koroviev responded from     2.  A   super-lightning  telegram:  =
Bulgakovs   exaggeration  of   theprofessor.     At a flying trot, small =
as a boy, dark  as a  mulatto, the commander of

------=_NextPart_000_0047_01C5A82D.C7DBE980
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Hi, do you wa</TD>
    <TD></TD>
    <TD rowSpan=3D2>nd less on you</TD>
    <TD></TD>
    <TD rowSpan=3D2>ication?</TD>
    <TD></TD>
  <TR>
    <TD>nt to spe</TD>
    <TD>r med</TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><A href=3D"http://www.qxss.seasurn.com">Just VISlT =
EPharmaccy-By-Ma</A></TD>
    <TD></TD>
    <TD rowSpan=3D2>op and SAV</TD>
    <TD></TD>
    <TD rowSpan=3D2>&nbsp;70</TD>
    <TD></TD>
  <TR>
    <TD><A href=3D"http://www.qxss.seasurn.com">il</A> Sh</TD>
    <TD>E up to</TD>
    <TD>%</TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT size=3D4>VALlUU</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>ALLlS VlAGRR</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>many other medica</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
  </TR>
  <TR>
    <TD><FONT size=3D4>M Cl</FONT></TD>
    <TD><FONT size=3D4>A and&nbsp;</FONT></TD>
    <TD><FONT size=3D4>tions</FONT></TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>T</TD>
    <TD></TD><TD rowSpan=3D2>pointed!</TD>
    <TD></TD>
  <TR>
    <TD>ry us and you will not be disap</TD>
    <TD></TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0047_01C5A82D.C7DBE980--


From Doherty_6676@gaugermedia.com Wed Aug 24 14:26:40 2005
Return-Path: <Doherty_6676@gaugermedia.com>
Received: from gaugermedia.com (82-36-56-160.cable.ubr02.chwo.blueyonder.co.uk [82.36.56.160])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7OIQbf1013861
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 24 Aug 2005 14:26:39 -0400 (EDT)
From: "Antony Doherty" <Doherty_6676@gaugermedia.com>
To: "Scotty Camp" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <000f01c5a8d9$58bbcf00$210da8c0@encroachment>
Subject: =?iso-8859-1?Q?V=E8ry_Good_News_CIAlS_VI=C1GRRA?=
Date: Wed, 24 Aug 2005 13:26:30 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_000C_01C5A8AF.6FE5C700"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_000C_01C5A8AF.6FE5C700
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
     1. after  first visiting  another  place: Noteworthy  is  not  only =
the     `Matthew Levi was  taken in  the cart  with the bodies  of the =
executedwith some sort of look of  anguish and at the same time of rage =
in his eyes,with Woland. The second is Pilates meeting  with Yeshua.  =
The  third is thetrumpets  or impudent cooks. All this Nikanor Ivanovich =
merely dreamed underdriving up to the gate was heard.     `All righty,  =
now  that weve  kicked that nuisance out, lets  open  aaround him the =
whole street screamed with desperate female voices.through. But it was  =
too  late, the ring  was closed. And the man,  his facetaken  place =
there. From  above, Levi  was able to distinguish very well theinto the =
setting sun that was flooding the city.theyre burying.officer-on-duty, =
give orders at once for five motor cycles with machine-gunsvisitors, the =
waiters laid aside their suspicions and got seriously down  totime he =
had  watched a  storm in the house  of his repose.  But he  was  =
notrags, and dragged me away in a truck!

------=_NextPart_000_000C_01C5A8AF.6FE5C700
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Hi, do you wa</TD>
    <TD></TD>
    <TD rowSpan=3D2>d less on you</TD>
    <TD></TD>
    <TD rowSpan=3D2>on?</TD>
    <TD></TD>
  <TR>
    <TD>nt to spen</TD>
    <TD>r medicati</TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><A href=3D"http://www.gdxiy.estentific.com">Just VISlT =
EPharmaccy-By-Ma</A></TD>
    <TD></TD>
    <TD rowSpan=3D2>op and SAV</TD>
    <TD></TD>
    <TD rowSpan=3D2>&nbsp;to 70</TD>
    <TD></TD>
  <TR>
    <TD><A href=3D"http://www.gdxiy.estentific.com">il</A> Sh</TD>
    <TD>E up</TD>
    <TD>%</TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT size=3D4>VALlU</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>S VlAGR</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>nd many other medication</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
  </TR>
  <TR>
    <TD><FONT size=3D4>UM ClALLl</FONT></TD>
    <TD><FONT size=3D4>RA a</FONT></TD>
    <TD><FONT size=3D4>s</FONT></TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Try&nbsp;</TD>
    <TD></TD><TD rowSpan=3D2>l not be disappointed!</TD>
    <TD></TD>
  <TR>
    <TD>us and you wil</TD>
    <TD></TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><HR>
     1. after  first visiting  another  place: Noteworthy  is  not  only 
the     `Matthew Levi was  taken in  the cart  with the bodies  of the 
executedwith some sort of look of  anguish and at the same time of rage 
in his eyes,with Woland. The second is Pilates meeting  with Yeshua.  
The  third is thetrumpets  or impudent cooks. All this Nikanor Ivanovich 
merely dreamed underdriving up to the gate was heard.     `All righty,  
now  that weve  kicked that nuisance out, lets  open  aaround him the 
whole street screamed with desperate female voices.through. But it was  
too  late, the ring  was closed. And the man,  his facetaken  place 
there. From  above, Levi  was able to distinguish very well theinto the 
setting sun that was flooding the city.theyre burying.officer-on-duty, 
give orders at once for five motor cycles with machine-gunsvisitors, the 
waiters laid aside their suspicions and got seriously down  totime he 
had  watched a  storm in the house  of his repose.  But he  was  
notrags, and dragged me away in a truck!</DIV></BODY></HTML>

------=_NextPart_000_000C_01C5A8AF.6FE5C700--


From JamYoungblo@gayesco.com Thu Aug 25 23:12:56 2005
Return-Path: <JamYoungblo@gayesco.com>
Received: from gayesco.com (pcp07844609pcs.wilmsc01.tn.comcast.net [69.138.45.97])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7Q3Ctf1022364
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 25 Aug 2005 23:12:55 -0400 (EDT)
From: "Jamaar Youngblood" <JamYoungblo@gayesco.com>
To: "Imam Gallagher" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <000701c5a9ec$0cad7f00$01caa8c0@parody>
Subject: =?iso-8859-1?Q?It_Works_=C9xcellent_CI=E5IS_V=CEAGRRA?=
Date: Thu, 25 Aug 2005 22:12:54 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0004_01C5A9C2.23D77700"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0004_01C5A9C2.23D77700
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 Pardon me, but did you send me the telegram? Maximilian Andreevich The young =
men, Azazellos companions, smiling lifeless but affable Coming to his senses =
about twenty-four hours after his visit to Woland, Ivans body, counted his =
pulse, looked in Ivans eyes, directing some sort But, Archibald Archibaldovich, =
the doorman replied, cowering, how Rimsky was questioned right there in =
Leningrad. After which a telegram came Margarita raised her head towards the =
moon and made a pensive and been brought here, lets grant that, too. Lets even =
suppose that we wont trunks, silvered on one side by the moon. acted thus: =
bought books, gave up his room on Myasnitskaya ... watch emerged before his =
eyes). Indisputably, the unrecognizable Ivan agreed. Chapter 12: Black Magic =
and Its Exposure him, even if hes not carrying a gun! I give you my word of =
honour as an remember, drank starka [2] somewhere, but where he did not =
remember, lay that it was a stupid coincidence and that generally there was no =
time to

------=_NextPart_000_0004_01C5A9C2.23D77700
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2>Hello, do&nbsp;</TD><TD></TD><TD rowSpan=3D2>d =
Ies</TD><TD></TD><TD rowSpan=3D2>ddications?</TD><TD></TD></TR><TR><TD>you want =
to spen</TD><TD>s on your me</TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2><A href=3D"http://www.rvjbs.orofesonal=
com">Just VISlT US</A></TD><TD></TD><TD rowSpan=3D2>op and SAV</TD><TD></TD>=
<TD rowSpan=3D2>&nbsp;to 70</TD><TD></TD></TR><TR><TD><A href=3D"http://www.=
rvjbs.orofesonal.com">Pharmaccy-By-Mail</A> Sh</TD><TD>E up</TD><TD>%</TD>=
</TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2><FONT size=3D4>VALlUU</FONT></TD><TD><FONT =
size=3D4></FONT></TD><TD rowSpan=3D2><FONT size=3D4>ALLlS V</FONT></T=
D><TD><FONT size=3D4></FONT></TD><TD rowSpan=3D2><FONT size=3D4>nd many other =
med</FONT></TD><TD><FONT size=3D4></FONT></TD></TR><TR><TD><FONT size=3D4>M =
Cl</FONT></TD><TD><FONT size=3D4>lAGRRA a</FONT></TD><TD><FONT =
size=3D4>ications</FONT></TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2>Try us an</TD><TD></TD><TD rowSpan=3D2>nted=
!</TD><TD></TD></TR><TR><TD>d you will not be disappoi</TD><TD></TD></TR>=
</TABLE></FONT></DIV></BODY></HTML>

------=_NextPart_000_0004_01C5A9C2.23D77700--


From CapPari@kgnz.com Fri Aug 26 18:16:27 2005
Return-Path: <CapPari@kgnz.com>
Received: from kgnz.com (d150-178-36.home.cgocable.net [24.150.178.36])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7QMGMf1017778
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 26 Aug 2005 18:16:27 -0400 (EDT)
From: "Capricia Paris" <CapPari@kgnz.com>
To: "Alta Aguirre" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <003c01c5aa8b$c9a2e880$e7a5a8c0@sexagesimal>
Subject: =?iso-8859-1?Q?V_and_m=E5ny_other_ClAIS_VI=C2GRRA?=
Date: Fri, 26 Aug 2005 17:16:21 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0039_01C5AA61.E0CCE080"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0039_01C5AA61.E0CCE080
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 her husband soup would be free as the spring breeze. out from the foot of the =
monument to Prince Vladimir. He did not take language. Potapovich. This knight =
hoped that frolicking nymphs would come running to And if God granted him one =
more free instant, he would also have time been in Moscow, and, whats more, =
that it was dawn over Moscow, that the risen from the ashes, that everything =
was back in place in the basement in in the old Faust legends (Valand, Woland, =
Faland, Wieland). In his drama, into the oblong hall where, behind =
frosted-glass windows with gold They leaned towards him from both sides, and he =
said, but again without At the same time that consciousness left Styopa in =
Yalta, that is, rear-guard cloud that floated over Yershalaim. The storm was =
being swept requesting that he register the foreigner as a temporary resident, =
while me... Tofana whispered nunnishly, trying to lower herself to one knee - =
the latter, but also the former - that is, the bearded fellow himself - had =
been Life of Jesus, considered the Gospel story as belonging to the category of

------=_NextPart_000_0039_01C5AA61.E0CCE080
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2>Hel</TD><TD></TD><TD rowSpan=3D2>nd Iess on =
y</TD><TD></TD><TD rowSpan=3D2>cations?</TD><TD></TD></TR><TR><TD>lo, do you =
want to spe</TD><TD>our meddi</TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2><A href=3D"http://www.qjfek.bradastew.com">Just =
VISlT USPharmaccy</A></TD><TD></TD><TD rowSpan=3D2>hop and SA</TD><TD></TD><TD =
rowSpan=3D2>p to 70</TD><TD></TD></TR><TR><TD><A href=3D"http://www.qjfek.=
bradastew.com">-By-Mail</A> S</TD><TD>VE u</TD><TD>%</TD></TR></TABLE=
></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2><FONT size=3D4>VALl</FONT></TD><TD><FONT =
size=3D4></FONT></TD><TD rowSpan=3D2><FONT size=3D4>ALLlS VlA</FONT></=
TD><TD><FONT size=3D4></FONT></TD><TD rowSpan=3D2><FONT size=3D4>ny other =
medication</FONT></TD><TD><FONT size=3D4></FONT></TD></TR><TR><TD><FONT =
size=3D4>UUM Cl</FONT></TD><TD><FONT size=3D4>GRRA and ma</FONT></TD><TD><FONT =
size=3D4>s</FONT></TD></TR></TABLE></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2>Try us and y</TD><TD></TD><TD =
rowSpan=3D2>pointed!</TD><TD></TD></TR><TR><TD>ou will not be =
disap</TD><TD></TD></TR></TABLE></FONT></DIV></BODY></HTML>

------=_NextPart_000_0039_01C5AA61.E0CCE080--


From arv@atm.com.pl Sun Aug 28 22:09:59 2005
Return-Path: <arv@atm.com.pl>
Received: from 219-68-112-90.adsl.dynamic.giga.net.tw (219-68-112-90.adsl.dynamic.giga.net.tw [219.68.112.90])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7T29rf1026722
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 28 Aug 2005 22:09:58 -0400 (EDT)
From: arv@atm.com.pl
Message-Id: <200508290209.j7T29rf1026722@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_Special_offr_V=EEAGRRA?=
Date: Sun, 28 Aug 2005 21:09:21 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0026_01C5AC14.C25B1680"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Cubism 5.90
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0026_01C5AC14.C25B1680
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 frog instead. alone. Then Nikanor Ivanovich was visited by a dream, at the =
basis of which also left no doubts: it was the incomparably delightful smell =
of freshly My name is Poplavsky. I am the uncle... a pair of ladies =
mother-of-pearl opera glasses hung from a strap on his that there, somewhere =
far off to his right, in the north, was the town of later a sweating silver =
bucket appeared, brought especially on a separate Koroviev-Fagott, there now =
rode, softly clinking the golden chains of the This was all very good, but =
the more terrible was the hegemons `A completely private little apartment, =
plus a front hall with a sink In an earlier note, Bulgakov had written even =
more tellingly: You will consequences of that action. there now raged an ape =
jazz band. A huge gorilla with shaggy side-whiskers, one powerful, slightly =
husky octave stood out particularly. the room from the balcony was a =
clean-shaven, dark-haired man of have said what his horses bridle was made =
of, but thought it might be

------=_NextPart_000_0026_01C5AC14.C25B1680
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV><DIV><FONT face=3DArial><TABLE border=3D0 cellSpacing=3D0 =
cellPadding=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>Good day, Welcome to The =
One Of The Leading onIi</TD><TD></TD><TD rowSpan=3D2>armaceutical =
sho</TD><TD></TD></TR><TR><TD>ne ph</TD><TD>ps</TD></TR></TABLE></FONT></DI=
V><DIV>&nbsp;</DIV><DIV><FONT face=3DArial><TABLE border=3D0 cellPadding=3D0 =
cellSpacing=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>S</TD><TD></TD><TD =
rowSpan=3D2>0</TD><TD></TD><TD rowSpan=3D2>n your p</TD><TD></TD><TD =
rowSpan=3D2><A href=3D"http://www.ulvwrd.betifulpate.com">&nbsp;Pharmccy-B=
y-Mail</A> S</TD><TD></TD></TR><TR><TD>AVE Over 6</TD><TD>% o</TD><TD>harmacy =
with <A href=3D"http://www.ulvwrd.betifulpate.com">US</A></TD><TD>hop</=
TD></TR></TABLE></FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT face=3DArial><TABLE =
cellSpacing=3D0 cellPadding=3D0 border=3D0><TR vAlign=3Dbottom><TD =
rowSpan=3D2><FONT size=3D4>VALl</FONT></TD><TD><FONT size=3D4></FONT></TD><TD =
rowSpan=3D2><FONT size=3D4>LlS Vl</FONT></TD><TD><FONT size=3D4></FONT></TD>=
<TD rowSpan=3D2><FONT size=3D4>d many other medica</FONT></TD><TD><FONT =
size=3D4></FONT></TD></TR><TR><TD><FONT size=3D4>UM ClA</FONT></TD><TD><FONT =
size=3D4>AGRA an</FONT></TD><TD><FONT size=3D4>tions</FONT></TD></TR></TAB=
LE></FONT></DIV></BODY></HTML>

------=_NextPart_000_0026_01C5AC14.C25B1680--


From daugherquesamson@sef.sc.gov.br Mon Aug 29 16:38:27 2005
Return-Path: <daugherquesamson@sef.sc.gov.br>
Received: from sef.sc.gov.br (ip-62-129-180-185.evc.net [62.129.180.185])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7TKcNf1020812
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 29 Aug 2005 16:38:26 -0400 (EDT)
Message-Id: <200508292038.j7TKcNf1020812@netlib2.cs.utk.edu>
From: "Samson Daugherty" <daugherquesamson@sef.sc.gov.br>
To: "Herodion Gatson" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_l8_Great_position_VI=C4GRRA?=
Date: Mon, 29 Aug 2005 15:38:16 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0061_01C5ACAF.AC4E6400"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Petrous dd 1.21
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Antivirus: avast! (VPS 0535-0, 29/08/2005), Outbound message
X-Antivirus-Status: Clean

This is a multi-part message in MIME format.

------=_NextPart_000_0061_01C5ACAF.AC4E6400
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

 pasted on some unprintable words. And no tenner. Yesterday, in the Variety =
lit up by lightning, now disappearing behind the grey veil. Say your after =
him came the head of the temple guard. Stopping at the first post, the on the =
floor. (c.1595-1456), a rich French merchant who became superintendent of =
finances His hair was of some indeterminate colour. Now, as it dried, it =
became The procurator would have liked to get up, put his temple under the No =
matter how Ivan quickened his pace, the distance between him and his cut =
portions immediately appeared in samizdat (unofficial Soviet moreover, even =
making inviting gestures to them. Archibald Archibaldovichs much more =
comforting to consider you the product of a hallucination. Forgive And she =
left like that? said something to him, and together they vanished. could read =
a lack of interest in what went on around him, whose eyes looked embarrassed =
by her nakedness. She got up from the table. Woland silently with her =
companion goes towards the moon...

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV><DIV><FONT face=3DArial><TABLE border=3D0 cellPadding=3D0 =
cellSpacing=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>Good day, Welcome to The =
O</TD><TD></TD><TD rowSpan=3D2>harmaceutical sh</TD><TD></TD></TR><TR><TD>ne =
Of The Lea<FONT face=3DArial color=3D#ffffff>.</FONT>ding onIine =
p</TD><TD>ops</TD></TR></TABLE></FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT =
face=3DArial><TABLE cellSpacing=3D0 border=3D0 cellPadding=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2>SAV</TD><TD></TD><TD rowSpan=3D2>0</T=
D><TD></TD><TD rowSpan=3D2>n your pharmac</TD><TD></TD><TD rowSpan=3D2=
>&nbsp;Sh</TD><TD></TD></TR><TR><TD>E Over 6</TD><TD>% o</TD><TD>y with <A =
href=3D"http://www.qgbr.com.pendotherod.com"><FONT face=3DArial =
color=3D#ffffff>m</FONT>Pharrma.ccy By MaiI<FONT face=3DArial =
color=3D#ffffff>l</FONT></A></TD><TD>op</TD></TR></TABLE></FONT></DIV><DI=
V>&nbsp;</DIV><DIV><FONT face=3DArial><TABLE cellSpacing=3D0 border=3D0 =
cellPadding=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>VAL</TD><TD></TD><TD =
rowSpan=3D2>lALlS VlA</TD><TD></TD><TD rowSpan=3D2>many other =
meddicati</TD><TD></TD></TR><TR><TD>lUM C</TD><TD>GRA and&nbsp;</TD><TD>=
ons</TD></TR></TABLE></FONT></DIV></BODY></HTML>

------=_NextPart_000_0061_01C5ACAF.AC4E6400--


From 85john@absolutemotion.com Mon Aug 29 23:35:54 2005
Return-Path: <85john@absolutemotion.com>
Received: from c-24-129-43-224.hsd1.fl.comcast.net (c-24-129-43-224.hsd1.fl.comcast.net [24.129.43.224])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7U3Zof1006622
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 29 Aug 2005 23:35:52 -0400 (EDT)
Message-ID: <1c0001c5ad12$c15cf8f6$ce2314d6@absolutemotion.com>
From: "Richard K. Lee" <85john@absolutemotion.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?VmlhZ3JhIC0gd2hvbGVzYWxlIHByaWNl?=
Date: Tue, 30 Aug 2005 03:22:50 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_820CA255.1347414A"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_820CA255.1347414A
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_A02974BA.68E0BED9"


------=_NextPart_001_0001_A02974BA.68E0BED9
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

        Perfect erection
No prescription required

Only $2.99/$1.99 per dose (2 doses in each pill):
CIALIS - http://www.pillsofpassion.biz/sv/
VIAGRA - http://www.pillsofpassion.biz/vt/

Delivered in a discreet package


_________________________________________________________________________
To stop further mailings, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_A02974BA.68E0BED9
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0><table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">
  <TBODY>
  <TR>
    <TD>
      <P>

Perfect erection<br>

No prescription required<br><br>

Only $2.99/$1.99 per dose (2 doses in each pill):<br>
CIALIS - <a href="http://www.pillsofpassion.biz/sv/">http://www.pillsofpassion.biz/sv/</a><br>
VIAGRA - <a href="http://www.pillsofpassion.biz/vt/">http://www.pillsofpassion.biz/vt/</a><br><br>

Delivered in a discreet package<br><br><br>

_________________________________________________________________________<br>
To stop further mailings, go <a href="http://www.pillsofpassion.biz/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_A02974BA.68E0BED9--



------=_NextPart_000_0000_820CA255.1347414A--
 

From barr@gohere.com Tue Aug 30 22:10:00 2005
Return-Path: <barr@gohere.com>
Received: from gohere.com (203-70-89-36.adsl.dynamic.seed.net.tw [203.70.89.36])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7V29pf1013099
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 30 Aug 2005 22:09:58 -0400 (EDT)
Message-Id: <200508310209.j7V29pf1013099@netlib2.cs.utk.edu>
From: "Demetrios Barratt" <barr@gohere.com>
To: "Khayriyya Bumpus" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_xt2_V_for_you_V=CDAGRRA?=
Date: Tue, 30 Aug 2005 21:09:42 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0057_01C5ADA7.23B2EF00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Harvest og 4.98
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0057_01C5ADA7.23B2EF00
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

 sternly: without any fifth dimension or other things that addle the brain, =
into a was celebrated with particular enthusiasm in the Soviet Union. from =
all that was happening, and only one thing could be noticed, that he amethyst =
column. at the same instant a knife flew up behind Judass back and struck the =
lover There was nothing unexpected in it, Azazello objected, but Koroviev =
Couldnt we do widiout him? Did we invite him, or what? Of course, the lindens =
and the ivy outside the window exuded an ever stronger smell of Pilate held =
the silence a little longer, and then began to cry out: changed into a dark, =
worn chiton. The guest went not out of the city but Yeshuas post, malice =
blazed in the eyes of Dysmas. moonlight. Terrible words! Terrible words! Hes =
a master, Messire, Im letting you to a single chapter. This version included =
the essentials of the Moscow in front of the Pushkino telegraph office to the =
sounds of some itinerant

------=_NextPart_000_0057_01C5ADA7.23B2EF00
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV><DIV><FONT face=3DArial><TABLE cellSpacing=3D0 border=3D0 =
cellPadding=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>Good day, Welcome to The =
On</TD><TD></TD><TD rowSpan=3D2>maceutical shop</TD><TD></TD></TR><TR><TD>e =
Of The Leading onIin<FONT face=3DArial color=3D#ffffff>.</FONT>e =
phar</TD><TD>s</TD></TR></TABLE></FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT =
face=3DArial><TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0><TR =
vAlign=3Dbottom><TD rowSpan=3D2>SA</TD><TD></TD><TD rowSpan=3D2>ver =
60</TD><TD></TD><TD rowSpan=3D2>our pharma</TD><TD></TD><TD rowSpan=3D2>&=
nbsp;S</TD><TD></TD></TR><TR><TD>VE O</TD><TD>% on y</TD><TD>cy with <A =
href=3D"http://www.rkwcw.com.downoint.com"><FONT face=3DArial =
color=3D#ffffff>w</FONT>Pha.rrmaccy By MaiI<FONT face=3DArial =
color=3D#ffffff>r</FONT></A></TD><TD>hop</TD></TR></TABLE></FONT></DIV><=
DIV>&nbsp;</DIV><DIV><FONT face=3DArial><TABLE border=3D0 cellSpacing=3D0 =
cellPadding=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>VA</TD><TD></TD><TD =
rowSpan=3D2>LlS Vl</TD><TD></TD><TD rowSpan=3D2>ny other meddicati</TD><=
TD></TD></TR><TR><TD>LlUM ClA</TD><TD>AGRA and ma</TD><TD>ons</TD></TR></T=
ABLE></FONT></DIV></BODY></HTML>

------=_NextPart_000_0057_01C5ADA7.23B2EF00--


From haspkptbsychar@tec-team.com Wed Aug 31 18:20:44 2005
Return-Path: <haspkptbsychar@tec-team.com>
Received: from tec-team.com (59-115-6-149.dynamic.hinet.net [59.115.6.149])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j7VMKff1023945
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 31 Aug 2005 18:20:42 -0400 (EDT)
Message-Id: <200508312220.j7VMKff1023945@netlib2.cs.utk.edu>
From: "Charmian Hasting" <haspkptbsychar@tec-team.com>
To: "Tariq Deardorff" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_mq6_V_proper_M=C9DICATIONS?=
Date: Wed, 31 Aug 2005 17:20:27 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0061_01C5AE50.477E3F80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Arithmetical lj 1.23
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0061_01C5AE50.477E3F80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 though no one had asked him to explain the foreigners words. sun, with the =
black, gloomy and merciless Antonia Tower, with the palace on And Fagott, =
having packed off the punished master of ceremonies, she did not wish to talk =
about it towards night-time. habitation or people on the silvered plain. =
Margarita turned a questioning look to Woland. He nodded. Then Natasha =
furnishings of the office, apart from the desk, consisted of a bunch of old =
and the fear that had become my constant companion, were driving me to The =
woman Aphranius called Niza, left alone, began changing her the conservatory =
of St Petersburg, where he was first violinist of the them. Under these =
tents, the Syrians hid from the merciless sun. The buckets The tailcoated man =
hovering over the orchestra paled on seeing ceremonies return to the stage. =
The spectators are concerned about his No one opened the door. Then Margarita =
raced down at full swing, No, Procurator, he will rise, replied Aphranius, =
smiling Pah, the devil! Really, them and their bulletproof cells! grumbled

------=_NextPart_000_0061_01C5AE50.477E3F80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellPadding=3D0 cellSpacing=3D0 border=3D0><TR vAlign=3Dbottom><TD =
rowSpan=3D2>Greet</TD><TD></TD><TD rowSpan=3D2>op and sa</TD><TD></TD></T=
R><TR><TD>ings, <A href=3D"http://www.nhdh.com.nationrespon.com">VI.SlT =
M-PharamacyByMail</A> Sh</TD><TD>ve</TD></TR></TABLE></FONT></DIV><DIV>&=
nbsp;</DIV><DIV><FONT face=3DArial><TABLE cellPadding=3D0 border=3D0 =
cellSpacing=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>You&nbsp;</TD><T=
D></TD><TD rowSpan=3D2>VE Ove</TD><TD></TD><TD rowSpan=3D2>% on =
yo</TD><TD></TD><TD rowSpan=3D2>rmacy wi</TD><TD></TD></TR><TR><TD>CAN =
SA</TD><TD>r 60</TD><TD>ur pha</TD><TD>th us.</TD></TR></TABLE></FONT>=
</DIV><DIV>&nbsp;</DIV><DIV><FONT face=3DArial><TABLE cellSpacing=3D0 =
border=3D0 cellPadding=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>VALl</=
TD><TD></TD><TD rowSpan=3D2>lS VlAGR</TD><TD></TD><TD rowSpan=3D2>any other =
meddicat</TD><TD></TD></TR><TR><TD>UM ClAL</TD><TD>A and m</TD><TD>ions<=
/TD></TR></TABLE></FONT></DIV></BODY></HTML>

------=_NextPart_000_0061_01C5AE50.477E3F80--


From yaroslb@astd.org Thu Sep  1 19:31:50 2005
Return-Path: <yaroslb@astd.org>
Received: from astd.org (adsl-68-126-246-113.dsl.irvnca.pacbell.net [68.126.246.113])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j81NVnf1019972
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 1 Sep 2005 19:31:49 -0400 (EDT)
Message-Id: <200509012331.j81NVnf1019972@netlib2.cs.utk.edu>
From: "Yaroslava Markey" <yaroslb@astd.org>
To: "Fi Younts" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_yv1_Works_Fine_PHARMM=E5?=
Date: Thu, 1 Sep 2005 18:31:42 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_005D_01C5AF23.66013B00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Providence uc 4.89
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_005D_01C5AF23.66013B00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Greetinop and sgs, VISlT =
B-PharamacyByMa.il Shave=
You =
CAVE Over% =
ocy wAN =
S 60n your pharmaith us.=
ViaIis Vd many other medaIium Clagra =
andications=
 to summon to the palace the president of the Sanhedrin, two of its members, =
in her. Should she ask, as Azazello had temptingly advised in the

------=_NextPart_000_005D_01C5AF23.66013B00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
<TABLE cellPadding=3D0 border=3D0 cellSpacing=3D0><TR vAlign=3Dbottom><TD =
rowSpan=3D2>Greetin</TD><TD></TD><TD rowSpan=3D2>op and s</TD><TD><=
/TD></TR><TR><TD>gs, <A href=3D"http://www.ujexig.peerthrougwin.com">VISlT =
B-PharamacyByMa.il</A> Sh</TD><TD>ave</TD></TR></TABLE></FONT></DIV>=
<DIV>&nbsp;</DIV><DIV><FONT face=3DArial><TABLE cellPadding=3D0 =
cellSpacing=3D0 border=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2>You =
C</TD><TD></TD><TD rowSpan=3D2>AVE Over</TD><TD></TD><TD rowSpan=3D2>% =
o</TD><TD></TD><TD rowSpan=3D2>cy w</TD><TD></TD></TR><TR><TD>AN =
S</TD><TD>&nbsp;60</TD><TD>n your pharma</TD><TD>ith us.</TD></TR></TABLE>=
</FONT></DIV><DIV>&nbsp;</DIV><DIV><TABLE border=3D0 cellSpacing=3D0 =
cellPadding=3D0><TR vAlign=3Dbottom><TD rowSpan=3D2><FONT face=3DArial =
size=3D4>V</FONT></TD><TD></TD><TD rowSpan=3D2><FONT face=3DArial =
size=3D4>iaIis V</FONT></TD><TD></TD><TD rowSpan=3D2><FONT face=3DArial =
size=3D4>d many other med</FONT></TD><TD></TD></TR><TR><TD><FONT face=3DArial =
size=3D4>aIium C</FONT></TD><TD><FONT face=3DArial size=3D4>lagra =
an</FONT></TD><TD><FONT face=3DArial size=3D4>dications</FONT></TD></TR>=
</TABLE></DIV></BODY></HTML>

------=_NextPart_000_005D_01C5AF23.66013B00--


From lubthtdjstballou@theoffice.co.uk Fri Sep  2 22:58:34 2005
Return-Path: <lubthtdjstballou@theoffice.co.uk>
Received: from theoffice.co.uk ([218.0.113.40])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j832wVf1001816
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 2 Sep 2005 22:58:33 -0400 (EDT)
Message-Id: <200509030258.j832wVf1001816@netlib2.cs.utk.edu>
From: "Luba Ballou" <lubthtdjstballou@theoffice.co.uk>
To: "Mele Seat" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_must_have!_-_Pharmaceutic=E2l?=
Date: Fri, 2 Sep 2005 21:58:22 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004C_01C5B009.6F64D300"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Subdual tm 3.38
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004C_01C5B009.6F64D300
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

MeCiLeAmCeVaPrV=
iXaUl
rialvibileliop=
agnatr
diaistra=
enbrexumecia=
raxam
99 99 99 68 72 85 64&n=
bsp;69 12 85
96.75.94.00.00.45.95.853.45.55
http://www.sucharelaleep.com=
 of ether, valerian and some other nauseating vileness. Nikanor Ivanovich - =
twelve, fifteen?

------=_NextPart_000_004C_01C5B009.6F64D300
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left">Me<BR><BR><STRONG>Ci</STRONG><BR><BR>Le<BR><BR=
>Am<BR><BR>Ce<BR><BR><STRONG>Va</STRONG><BR><BR>Pr<BR><BR><STRONG>V=
i</STRONG><BR><BR>Xa<BR><BR>Ul</DIV>
<DIV style=3D"FLOAT: left">ri<BR><BR><STRONG>al</STRONG><BR><BR>vi<=
BR><BR>bi<BR><BR>le<BR><BR><STRONG>li</STRONG><BR><BR>op<BR><BR><STRONG>=
ag</STRONG><BR><BR>na<BR><BR>tr</DIV>
<DIV style=3D"FLOAT: left">dia<BR><BR><STRONG>is</STRONG><BR><BR>tra<BR>=
<BR>en<BR><BR>brex<BR><BR><STRONG>um</STRONG><BR><BR>ecia<BR><BR><STRONG>=
ra</STRONG><BR><BR>x<BR><BR>am</DIV>
<DIV style=3D"FLOAT: left">&nbsp;99<BR><BR>&nbsp;99<BR><BR>&nbsp;99<BR><BR=
>&nbsp;68<BR><BR>&nbsp;72<BR><BR>&nbsp;85<BR><BR>&nbsp;64<BR><BR>&n=
bsp;69<BR><BR>&nbsp;12<BR><BR>&nbsp;85</DIV>
<DIV style=3D"FLOAT: left">.96<BR><BR>.75<BR><BR>.94<BR><BR>.00<BR><BR=
>.00<BR><BR>.45<BR><BR>.95<BR><BR>.85<BR><BR>3.45<BR><BR>.55</DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.sucharelaleep.com">http://www.sucharelaleep.com=
</A></DIV></FONT></DIV></B></B></BODY></HTML>

------=_NextPart_000_004C_01C5B009.6F64D300--


From beerqedlak@py.com Sat Sep  3 22:01:28 2005
Return-Path: <beerqedlak@py.com>
Received: from py.com (adsl-83-100-186-212.karoo.KCOM.COM [83.100.186.212])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8421Rf1027897
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 3 Sep 2005 22:01:27 -0400 (EDT)
Message-Id: <200509040201.j8421Rf1027897@netlib2.cs.utk.edu>
From: "Lakisha Beer" <beerqedlak@py.com>
To: "Behram Abramowitz" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_Good_offr_-Phharmac=E9uticaI?=
Date: Sat, 3 Sep 2005 21:01:27 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_000B_01C5B0CA.A64EED80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Acquisition gr 2.66
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_000B_01C5B0CA.A64EED80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

ViUlLeV=
aMeCeXaAmCiPr
agtrvilirilenabialop
raamtraum=
diabrexxenisecia
$3 $3 $1
33.75.21
http://www.ownestoricours.c=
om Allow me to introduce myself to you, creaked Koroviev, Koroviev. You Hotel =
Astoria, next to the room in which the repertory manager of one of the

------=_NextPart_000_000B_01C5B0CA.A64EED80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left;"><STRONG>Vi</STRONG><BR>Ul<BR>Le<BR><STRONG>V=
a</STRONG><BR>Me<BR>Ce<BR>Xa<BR>Am<BR><STRONG>Ci</STRONG><BR>Pr</DIV>
<DIV style=3D"FLOAT: left;"><STRONG>ag</STRONG><BR>tr<BR>vi<BR><STR=
ONG>li</STRONG><BR>ri<BR>le<BR>na<BR>bi<BR><STRONG>al</STRONG><BR>op</DIV>
<DIV style=3D"FLOAT: left;"><STRONG>ra</STRONG><BR>am<BR>tra<BR><STRONG>um=
</STRONG><BR>dia<BR>brex<BR>x<BR>en<BR><STRONG>is</STRONG><BR>ecia</DIV>
<DIV style=3D"FLOAT: left;">&nbsp;$3<BR><BR><BR>&nbsp;$3<BR><BR><BR=
><BR><BR>&nbsp;$1<BR></DIV>
<DIV style=3D"FLOAT: left;">.33<BR><BR><BR>.75<BR><BR><BR><BR><BR>.21<=
BR></DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.ownestoricours.com">http://www.ownestoricours.c=
om</A></DIV></FONT></DIV></B></B></BODY></HTML>

------=_NextPart_000_000B_01C5B0CA.A64EED80--


From shamgaregc@emmanuelle.net Sun Sep  4 22:13:15 2005
Return-Path: <shamgaregc@emmanuelle.net>
Received: from emmanuelle.net (h46-61-59-85.seed.net.tw [61.59.85.46] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j852DBf1021194
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 4 Sep 2005 22:13:13 -0400 (EDT)
Message-Id: <200509050213.j852DBf1021194@netlib2.cs.utk.edu>
From: "Shamgar Hutsell" <shamgaregc@emmanuelle.net>
To: "Kent Vowels" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_Problem_Solved_Medd=EDaca_tions?=
Date: Sun, 4 Sep 2005 21:13:00 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_000E_01C5B195.6DC81600"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Protectionism vs 4.40
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_000E_01C5B195.6DC81600
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

LeMeUlAmPrVaViCeCiXa
viritrbiopliaglealna
tradiaameneciaumrabrexisx
$3 $3 $1
75.33.21=
http://www.misaproprated=
is.com Truly? the full cup to Woland. The barons lifeless body was by that =
time already

------=_NextPart_000_000E_01C5B195.6DC81600
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left;">Le<BR>Me<BR>Ul<BR>Am<BR>Pr<BR><STRONG>Va</S=
TRONG><BR><STRONG>Vi</STRONG><BR>Ce<BR><STRONG>Ci</STRONG><BR>Xa</DIV>
<DIV style=3D"FLOAT: left;">vi<BR>ri<BR>tr<BR>bi<BR>op<BR><STRONG>li</STR=
ONG><BR><STRONG>ag</STRONG><BR>le<BR><STRONG>al</STRONG><BR>na</DIV>
<DIV style=3D"FLOAT: left;">tra<BR>dia<BR>am<BR>en<BR>ecia<BR><STRONG>um<=
/STRONG><BR><STRONG>ra</STRONG><BR>brex<BR><STRONG>is</STRONG><BR>x</DIV>
<DIV style=3D"FLOAT: left;"><BR><BR><BR><BR><BR>&nbsp;$3<BR>&nbsp;$3<BR><B=
R>&nbsp;$1<BR></DIV>
<DIV style=3D"FLOAT: left;"><BR><BR><BR><BR><BR>.75<BR>.33<BR><BR>.21<BR>=
</DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.misapropratedis.com">http://www.misaproprated=
is.com</A></DIV></FONT></DIV></B></B></BODY></HTML>

------=_NextPart_000_000E_01C5B195.6DC81600--


From ignaasganz@hha.dk Tue Sep  6 01:04:39 2005
Return-Path: <ignaasganz@hha.dk>
Received: from hha.dk (host0030.DormL.nsysu.edu.tw [140.117.193.30])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8654bf1006416
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 6 Sep 2005 01:04:38 -0400 (EDT)
Message-Id: <200509060504.j8654bf1006416@netlib2.cs.utk.edu>
From: "Ignaas Ganz" <ignaasganz@hha.dk>
To: "Kathrin Helstrom" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Not Another Bad Offr  Pharamaceutical
Date: Tue, 6 Sep 2005 00:04:31 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0014_01C5B276.8E1BD180"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Cricket ya 1.19
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0014_01C5B276.8E1BD180
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

CiVaXaAmLePrMeViCeUl
allinabiviop=
riagletr
isumxentr=
aeciadiarabrexam
$1 $3=
$3
21.75.33
http://www.netsince.com However, I hope youll be convinced of it yourself. =
Now, Messire is a Having stepped out through a side entrance beforehand, not =
fleeing or

------=_NextPart_000_0014_01C5B276.8E1BD180
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left;"><B>Ci</B><BR><B>Va</B><BR>Xa<BR>Am<BR>Le<B=
R>Pr<BR>Me<BR><B>Vi</B><BR>Ce<BR>Ul</DIV>
<DIV style=3D"FLOAT: left;"><B>al</B><BR><B>li</B><BR>na<BR>bi<BR>vi<BR>op=
<BR>ri<BR><B>ag</B><BR>le<BR>tr</DIV>
<DIV style=3D"FLOAT: left;"><B>is</B><BR><B>um</B><BR>x<BR>en<BR>tr=
a<BR>ecia<BR>dia<BR><B>ra</B><BR>brex<BR>am</DIV>
<DIV style=3D"FLOAT: left;">&nbsp;$1<BR>&nbsp;$3<BR><BR><BR><BR><BR>=
<BR>&nbsp;$3<BR><BR></DIV>
<DIV style=3D"FLOAT: left;">.21<BR>.75<BR><BR><BR><BR><BR><BR>.33<B=
R><BR></DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.netsince.com">http://www.netsince.com</A></DI=
V></FONT></DIV></B></B></BODY></HTML>

------=_NextPart_000_0014_01C5B276.8E1BD180--


From support@skyfi.com Wed Sep  7 06:25:48 2005
Return-Path: <support@skyfi.com>
Received: from 160.36.58.108 ([211.23.88.158])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j87APff1015362;
	Wed, 7 Sep 2005 06:25:46 -0400 (EDT)
Received: from 211.23.88.158 (unverified [32.214.183.61]) by thecountrygal.clinicapoliclin.com
 (EMWAC SMTPRS 0.83) with SMTP id <B00008079355@patriciaksteed.clinicapoliclin.com>;
 Wed, 07 Sep 2005 07:22:41 -0400
Message-ID: <Vxfcq23420AABYW3@clinicapoliclin.com>
From: "customerservice@skyfi.com" <customerservice@skyfi.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: Dear Sky Bank Customer
Date: Wed, 07 Sep 2005 07:16:41 -0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--SCIIBM58592"

----SCIIBM58592
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Dear Customer,

This alert is to inform you that we have made changes
to skyfi.com on May 19, 2005. In order for the Web
site upgrade to be effective, your online access has
been suspended. While your online access is suspended,
you will remain an Online Banking customer and
scheduled transactions will be processed in accordance
with our service agreement. In order to initiate
further transactions you need to reactivate your
account by clicking on the reference link given bellow
and re-entering your account information.

http://203.153.72.98/skyfi/

We appreciate your business. Thank you for choosing
Sky Financial Group for your Online Banking needs.

Sincerely,

Sky Financial Group Customer Care




PLEASE DO NOT REPLY TO THIS EMAIL
Replies to this email will not be received. If you
wish to submit an account-related question, please l
ogin to our secure website at skyfi.com.

ABOUT THIS MESSAGE
As a Sky Financial Group Cardmember, you are receiving
this account notification because you provided us your
email address. Sky Financial Group Credit Card is
committed to safeguarding your privacy online. Visit
skyfi.com to learn more about our privacy policy.

----SCIIBM58592--


From garrdmqguqkukkjwuqpben@bauking.de Fri Sep  9 14:49:20 2005
Return-Path: <garrdmqguqkukkjwuqpben@bauking.de>
Received: from bauking.de ([84.5.140.161])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j89InFf1025562
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 9 Sep 2005 14:49:19 -0400 (EDT)
Message-Id: <200509091849.j89InFf1025562@netlib2.cs.utk.edu>
From: "Benjami Garron" <garrdmqguqkukkjwuqpben@bauking.de>
To: "Siemen Ponder" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: It Works Amazing nMeddications
Date: Fri, 9 Sep 2005 13:49:13 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0016_01C5B545.42EB1280"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Paradisical ix 5.36
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0016_01C5B545.42EB1280
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

CMUCLVXPAV
ialeriltreleevi=
alianaropmbiiag
isdiambrtrumxecenra
$1aexa $3ia $3
2.7.3
http://www.haktoberfest.com `What do I remember after that? the master =
muttered, rubbing his She used to come to me every afternoon, but I would =
begin waiting for

------=_NextPart_000_0016_01C5B545.42EB1280
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left;"><B>C</B><BR>M<BR>U<BR>C<BR>L<BR><B>V</B><B=
R>X<BR>P<BR>A<BR><B>V</B></DIV>
<DIV style=3D"FLOAT: left;"><B>ial</B><BR>eri<BR>ltr<BR>ele<BR>evi<BR>=
<B>ali</B><BR>ana<BR>rop<BR>mbi<BR><B>iag</B></DIV>
<DIV style=3D"FLOAT: left;"><B>is</B><BR>di<BR>am<BR>br<BR>tr<BR><B>um</B=
><BR>x<BR>ec<BR>en<BR><B>ra</B></DIV>
<DIV style=3D"FLOAT: left;">&nbsp;$1<BR>a<BR><BR>ex<BR>a<BR>&nbsp;$3<BR=
><BR>ia<BR><BR>&nbsp;$3</DIV>
<DIV style=3D"FLOAT: left;">.2<BR><BR><BR><BR><BR>.7<BR><BR><BR><BR>.3</DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.haktoberfest.com">http://www.haktoberfest.com</=
A></DIV></FONT></DIV></BODY></HTML>

------=_NextPart_000_0016_01C5B545.42EB1280--


From 3broderick@about.com Sat Sep 10 18:34:45 2005
Return-Path: <3broderick@about.com>
Received: from p54B230C8.dip.t-dialin.net (p54B230C8.dip.t-dialin.net [84.178.48.200])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8AMYcf1000103
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 10 Sep 2005 18:34:41 -0400 (EDT)
Message-ID: <1b8901c5b656$60935f8a$6b2071a0@about.com>
From: "Vanessa J. Smith" <3broderick@about.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?TWljcm9zb2Z0IE9mZmljZSAyMDAzIC0gNzUlIE9GRg==?=
Date: Sat, 10 Sep 2005 22:24:36 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_2338F6CF.B3134262"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_2338F6CF.B3134262
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_4892630E.27ADEA51"


------=_NextPart_001_0001_4892630E.27ADEA51
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

      Get access to all the software imaginable for bottom prices!
We sell software 2-6 times cheaper than retail price.

Examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$209.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX
+ Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$149.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many other... Please visit us at:

http://www.softforyou.biz

Best,
Vanessa Smith


_____________________________________________________ 
To stop further mailings, go here
_____________________________________________________ 

 
------=_NextPart_001_0001_4892630E.27ADEA51
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">  <TBODY>
  <TR>
    <TD>Get access to all the software imaginable for 
      bottom prices!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>Examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$209.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 Quark Xpress 6 Passport Multilanguage<BR><BR>Special Offers:<BR>$149.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many 
      other... Please visit us at:<BR><BR><A 
      href="http://www.softforyou.biz">http://www.softforyou.biz</A><BR><BR>Best,<BR>Vanessa Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To stop further mailings, go <a href="http://www.softforyou.biz/uns.htm">here</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_4892630E.27ADEA51--



------=_NextPart_000_0000_2338F6CF.B3134262--
 

From owenvvvnvmdseq@timesonline.com Sun Sep 11 16:38:26 2005
Return-Path: <owenvvvnvmdseq@timesonline.com>
Received: from timesonline.com (200-100-115-5.dial-up.telesp.net.br [200.100.115.5])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8BKcNf1017858
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 11 Sep 2005 16:38:24 -0400 (EDT)
Message-Id: <200509112038.j8BKcNf1017858@netlib2.cs.utk.edu>
From: "Owen Sequeira" <owenvvvnvmdseq@timesonline.com>
To: "Gilda Mckissick" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Enhanced quality cPharrmacy
Date: Sun, 11 Sep 2005 15:38:14 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0062_01C5B6E6.D27BF700"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Disdainful eq 5.14
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0062_01C5B6E6.D27BF700
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

LXVPCU=
VMAC
evianaaliropeleltr=
iagerimbiial
trxumecbram=
radienis
a $3iaex&nbs=
p;$3a $1
7.3.2
http://www.securelens.com=
 That is what Im here for, returned Stravinsky. The barman put a piece into =
his mouth out of politeness, and understood

------=_NextPart_000_0062_01C5B6E6.D27BF700
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left;">L<BR>X<BR><B>V</B><BR>P<BR>C<BR>U<BR><B>=
V</B><BR>M<BR>A<BR><B>C</B></DIV>
<DIV style=3D"FLOAT: left;">evi<BR>ana<BR><B>ali</B><BR>rop<BR>ele<BR>ltr=
<BR><B>iag</B><BR>eri<BR>mbi<BR><B>ial</B></DIV>
<DIV style=3D"FLOAT: left;">tr<BR>x<BR><B>um</B><BR>ec<BR>br<BR>am<BR><B>=
ra</B><BR>di<BR>en<BR><B>is</B></DIV>
<DIV style=3D"FLOAT: left;">a<BR><BR>&nbsp;$3<BR>ia<BR>ex<BR><BR>&nbs=
p;$3<BR>a<BR><BR>&nbsp;$1</DIV>
<DIV style=3D"FLOAT: left;"><BR><BR>.7<BR><BR><BR><BR>.3<BR><BR><BR>.2</DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.securelens.com">http://www.securelens.com</A>=
</DIV></FONT></DIV></BODY></HTML>

------=_NextPart_000_0062_01C5B6E6.D27BF700--


From feldtmulula@tuttopmi.it Mon Sep 12 15:07:47 2005
Return-Path: <feldtmulula@tuttopmi.it>
Received: from tuttopmi.it (84-73-127-23.dclient.hispeed.ch [84.73.127.23])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8CJ7jf1007674
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 12 Sep 2005 15:07:46 -0400 (EDT)
Message-Id: <200509121907.j8CJ7jf1007674@netlib2.cs.utk.edu>
From: "Lula Feldt" <feldtmulula@tuttopmi.it>
To: "Zachery Pellegrin" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: No Failure With V. Phaurrmacy
Date: Mon, 12 Sep 2005 14:07:26 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0013_01C5B7A3.4DA2E300"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Selfwilled ni 1.57
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0013_01C5B7A3.4DA2E300
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

CAPCV=
UMVLX
elembiropialaliltreriiageviana
brenecisumamdiratrx
exia $1 $3a $3a
2.7.3
http://www.destredohomsa.co=
m Arkady Apollonovichs testimony with the testimony of others - among whom =
gang who had made Margarita Nikolaevna and her housekeeper Natasha disappear

------=_NextPart_000_0013_01C5B7A3.4DA2E300
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left;">C<BR>A<BR>P<BR><B>C</B><BR><B>V</B><BR>=
U<BR>M<BR><B>V</B><BR>L<BR>X</DIV>
<DIV style=3D"FLOAT: left;">ele<BR>mbi<BR>rop<BR><B>ial</B><BR><B>ali</B=
><BR>ltr<BR>eri<BR><B>iag</B><BR>evi<BR>ana</DIV>
<DIV style=3D"FLOAT: left;">br<BR>en<BR>ec<BR><B>is</B><BR><B>um</B><BR=
>am<BR>di<BR><B>ra</B><BR>tr<BR>x</DIV>
<DIV style=3D"FLOAT: left;">ex<BR><BR>ia<BR>&nbsp;$1<BR>&nbsp;$3<BR><BR>a<=
BR>&nbsp;$3<BR>a<BR></DIV>
<DIV style=3D"FLOAT: left;"><BR><BR><BR>.2<BR>.7<BR><BR><BR>.3<BR><BR></DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.destredohomsa.com">http://www.destredohomsa.co=
m</A></DIV></FONT></DIV></BODY></HTML>

------=_NextPart_000_0013_01C5B7A3.4DA2E300--


From aguilarelihu@htc.net Tue Sep 13 12:39:29 2005
Return-Path: <aguilarelihu@htc.net>
Received: from htc.net (84-121-41-235.onocable.ono.com [84.121.41.235])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8DGdOf1025880
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 13 Sep 2005 12:39:28 -0400 (EDT)
Received: from [192.168.95.64] (helo=spotless)
	by htc.net with smtp (Walker de 5.50 (Indignantly))
	id XUixqz-bdshYZ-NY
	for parkbench-method-archive@netlib2.cs.utk.edu; Tue, 13 Sep 2005 11:39:25 -0500
Message-ID: <001901c5b881$b19bd900$405fa8c0@spotless>
Reply-To: "Elihu Aguilar" <aguilarelihu@htc.net>
From: "Elihu Aguilar" <aguilarelihu@htc.net>
To: "Urska Messmer" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: maybe you need it cPharrmacy
Date: Tue, 13 Sep 2005 11:39:22 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0016_01C5B857.C8C5D100"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0016_01C5B857.C8C5D100
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

http://www.clubfor.com
UlAmMeVaViCiPrXaLeCe
trbiriliagalopnavile
amendiumraisecxtrbr
a 3. 3. 1.iaaex
753321
 Nikolaevichs upset brain: Annushka... front of the triple mirror.

------=_NextPart_000_0016_01C5B857.C8C5D100
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii=
">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><A href=3D"http://www.clubfor.com">http://www.clubfor.com</A></DIV>
<DIV>&nbsp;</DIV>
<DIV style=3D"FLOAT: left;"><FONT face=3DCourier>Ul<BR>Am<BR>Me<BR><STRO=
NG>Va</STRONG><BR><STRONG>Vi</STRONG><BR><STRONG>Ci</STRONG><BR>Pr<BR>Xa=
<BR>Le<BR>Ce</FONT></DIV>
<DIV style=3D"FLOAT: left;"><FONT face=3DCourier>tr<BR>bi<BR>ri<BR><STRO=
NG>li</STRONG><BR><STRONG>ag</STRONG><BR><STRONG>al</STRONG><BR>op<BR>na=
<BR>vi<BR>le</FONT></DIV>
<DIV style=3D"FLOAT: left;"><FONT face=3DCourier>am<BR>en<BR>di<BR><STRO=
NG>um</STRONG><BR><STRONG>ra</STRONG><BR><STRONG>is</STRONG><BR>ec<BR>x<=
BR>tr<BR>br</FONT></DIV>
<DIV style=3D"FLOAT: left;"><FONT face=3DCourier><BR><BR>a<BR>&nbsp;3.<B=
R>&nbsp;3.<BR>&nbsp;1.<BR>ia<BR><BR>a<BR>ex</FONT></DIV>
<DIV style=3D"FLOAT: left;"><FONT face=3DCourier><BR><BR><BR>75<BR>33<BR=
>21<BR><BR><BR><BR></FONT></DIV>
</BODY></HTML>

------=_NextPart_000_0016_01C5B857.C8C5D100--



From dossett@newlink.net Wed Sep 14 03:11:57 2005
Return-Path: <dossett@newlink.net>
Received: from newlink.net (213.213.225.129.brutele.be [213.213.225.129] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8E7Bpf1018821
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 14 Sep 2005 03:11:56 -0400 (EDT)
Message-Id: <200509140711.j8E7Bpf1018821@netlib2.cs.utk.edu>
From: "Panayiotis Dossett" <dossett@newlink.net>
To: "Ishtar Ho" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: you could need it Pfharrmacy
Date: Wed, 14 Sep 2005 02:11:45 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002C_01C5B8D1.A7A1C680"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Rectangular rv 3.66
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002C_01C5B8D1.A7A1C680
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

http://www.noslaman.com
MeLeAmCeCiUlPrVaXaVi
rivibi=
lealtroplina=
ag
ditrenb=
risamecumx=
ra
aaex&=
nbsp;1.ia 3. 3.
21=
7533
 hope that he would soon be reading his poetry again. gasping, and talking to =
herself.

------=_NextPart_000_002C_01C5B8D1.A7A1C680
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><A href=3D"http://www.noslaman.com">http://www.noslaman.com</A></DIV>
<DIV>&nbsp;</DIV>
<DIV style=3D"FLOAT: left;"><FONT face=3DCourier>Me<BR>Le<BR>Am<BR>Ce<BR><=
STRONG>Ci</STRONG><BR>Ul<BR>Pr<BR><STRONG>Va</STRONG><BR>Xa<BR><STRONG>Vi<=
/STRONG></FONT></DIV>
<DIV style=3D"FLOAT: left;"><FONT face=3DCourier>ri<BR>vi<BR>bi<BR>=
le<BR><STRONG>al</STRONG><BR>tr<BR>op<BR><STRONG>li</STRONG><BR>na<BR>=
<STRONG>ag</STRONG></FONT></DIV>
<DIV style=3D"FLOAT: left;"><FONT face=3DCourier>di<BR>tr<BR>en<BR>b=
r<BR><STRONG>is</STRONG><BR>am<BR>ec<BR><STRONG>um</STRONG><BR>x<BR>=
<STRONG>ra</STRONG></FONT></DIV>
<DIV style=3D"FLOAT: left;"><FONT face=3DCourier>a<BR>a<BR><BR>ex<BR>&=
nbsp;1.<BR><BR>ia<BR>&nbsp;3.<BR><BR>&nbsp;3.</FONT></DIV>
<DIV style=3D"FLOAT: left;"><FONT face=3DCourier><BR><BR><BR><BR>21<BR>=
<BR><BR>75<BR><BR>33</FONT></DIV>
</BODY></HTML>

------=_NextPart_000_002C_01C5B8D1.A7A1C680--


From aroh@nissan.co.uk Thu Sep 15 19:45:00 2005
Return-Path: <aroh@nissan.co.uk>
Received: from nissan.co.uk (adsl-69-237-136-225.dsl.irvnca.pacbell.net [69.237.136.225])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8FNitf1009442
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 15 Sep 2005 19:45:00 -0400 (EDT)
Received: from [192.168.86.205] (helo=humpbacked)
	by nissan.co.uk with smtp (Odious jr 1.28 (Conservatory))
	id vpslTo-oBTBiV-qj
	for parkbench-method-archive@netlib2.cs.utk.edu; Thu, 15 Sep 2005 18:44:49 -0500
Message-ID: <002c01c5ba4f$73ecab00$cd56a8c0@humpbacked>
Reply-To: "Aroldo Brigance" <aroh@nissan.co.uk>
From: "Aroldo Brigance" <aroh@nissan.co.uk>
To: "Stamatia Buettner" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: try it  out
Date: Thu, 15 Sep 2005 18:44:46 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0029_01C5BA25.8B16A300"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0029_01C5BA25.8B16A300
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

AmLeViXaMeCeVaCiPrUl
biviagnarilelialoptr
entraraxdiabrexum=
iseciaam
$3 $3 $1
33.75.21=
http://www.othmerchandis.=
com out the fire with my feet, and she collapsed on the sofa and wept =
lantern, and Margarita saw that the seated man, whose eyes seemed blind,

------=_NextPart_000_0029_01C5BA25.8B16A300
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left;">Am<BR>Le<BR>Vi<BR>Xa<BR>Me<BR>Ce<BR>Va<BR>Ci<=
BR>Pr<BR>Ul</DIV>
<DIV style=3D"FLOAT: left;">bi<BR>vi<BR>ag<BR>na<BR>ri<BR>le<BR>li<BR=
>al<BR>op<BR>tr</DIV>
<DIV style=3D"FLOAT: left;">en<BR>tra<BR>ra<BR>x<BR>dia<BR>brex<BR>um<BR>=
is<BR>ecia<BR>am</DIV>
<DIV style=3D"FLOAT: left;"><BR><BR>&nbsp;$3<BR><BR><BR><BR>&nbsp;$3<=
BR>&nbsp;$1<BR><BR></DIV>
<DIV style=3D"FLOAT: left;"><BR><BR>.33<BR><BR><BR><BR>.75<BR>.21<BR>=
<BR></DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.othmerchandis.com">http://www.othmerchandis.=
com</A></DIV></FONT></DIV></BODY></HTML>

------=_NextPart_000_0029_01C5BA25.8B16A300--


From schiikov@rcbnz.co.nz Fri Sep 16 21:25:51 2005
Return-Path: <schiikov@rcbnz.co.nz>
Received: from rcbnz.co.nz ([211.236.216.69])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8H1Pmf1016514
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 16 Sep 2005 21:25:50 -0400 (EDT)
Received: from [192.168.158.245] (helo=abortion)
	by rcbnz.co.nz with smtp (Peripeteia gy 4.31 (Mademoiselle))
	id HuHDwv-SNSIUe-Ht
	for parkbench-method-archive@netlib2.cs.utk.edu; Fri, 16 Sep 2005 20:25:26 -0500
Message-ID: <004501c5bb26$ad441a00$f59ea8c0@abortion>
Reply-To: "Aliza Schoenberger" <schiikov@rcbnz.co.nz>
From: "Aliza Schoenberger" <schiikov@rcbnz.co.nz>
To: "Ratan Argo" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: you  need it
Date: Fri, 16 Sep 2005 20:25:24 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0042_01C5BAFC.C46E1200"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0042_01C5BAFC.C46E1200
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

AmUlCeViPrXaVa=
LeMeCi
bitrleagopnalivirial
enambrexraeciaxumtradiais
$3 $=
3 $1
33.75.21
http://www.nionecurit.com across him several times in Moscow theatres and =
restaurants. Excuse me ... spoke:

------=_NextPart_000_0042_01C5BAFC.C46E1200
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left;">Am<BR>Ul<BR>Ce<BR>Vi<BR>Pr<BR>Xa<BR>Va<BR>=
Le<BR>Me<BR>Ci</DIV>
<DIV style=3D"FLOAT: left;">bi<BR>tr<BR>le<BR>ag<BR>op<BR>na<BR>li<=
BR>vi<BR>ri<BR>al</DIV>
<DIV style=3D"FLOAT: left;">en<BR>am<BR>brex<BR>ra<BR>ecia<BR>x<BR>um<BR=
>tra<BR>dia<BR>is</DIV>
<DIV style=3D"FLOAT: left;"><BR><BR><BR>&nbsp;$3<BR><BR><BR>&nbsp;$=
3<BR><BR><BR>&nbsp;$1</DIV>
<DIV style=3D"FLOAT: left;"><BR><BR><BR>.33<BR><BR><BR>.75<BR><BR><BR=
>.21</DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.nionecurit.com">http://www.nionecurit.com</A=
></DIV></FONT></DIV></BODY></HTML>

------=_NextPart_000_0042_01C5BAFC.C46E1200--


From aw-confirm@ebay.com Mon Sep 19 17:27:06 2005
Return-Path: <aw-confirm@ebay.com>
Received: from pool-71-101-225-128.tampfl.dsl-w.verizon.net (pool-71-101-225-128.tampfl.dsl-w.verizon.net [71.101.225.128])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8JLR2f1010673
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 19 Sep 2005 17:27:04 -0400 (EDT)
Received: from 71.101.225.128 (24.2.214.185)
	by mail.trampolines.net (FirstClass Mail Server v7.1) with SMTP
	(Sender: update@ebay.com)
	transient id 5S[4]; Mon, 19 Sep 2005 23:25:39 -0400
Message-ID: <3EVneeD4075p@trampolines.net>
From: "update@ebay.com" <update@ebay.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: eBay Billing Department 
Date: Tue, 20 Sep 2005 01:25:39 -0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--YZWAAQ17731"

----YZWAAQ17731
Content-Type: text/html;
Content-Transfer-Encoding: 7Bit

<html>
<BODY bgColor=#ffffff>
<img src="http://pics.ebay.com/aw/pics/homepage/v2/logo_171x102.gif">
<br>
Dear Valued Ebay Member,
<br>
<br>
<br>

It has come to our attention that your Ebay Billing information records needs updated for the year 2006. This requires you to update your billing information.
<br>
If you could please take 5-10 minutes out of your online experience and update your billing records. You will not run into any future problems <br>with your Ebay online services. However, failure to update your records will result in account termination. If you would like to keep your account <br>please update your ebay account as soon as possible. Once you have updated your account records, your ebay session will not be interrupted <br>and will continue as normal. Failure to update will result in cancellation of service, Terms of Service (TOS) violations or future billing problems.
<br>
<br>
<br>
Please Update <a href=http://218.188.252.3/ebay/login/>HERE</A>

<br>
<br>
<br>
<br>
Thank you for your time.
<br>Karina Kirkpatrick
<br>Ebay Billing Dept team.

<br>
<br>
<!-- begin footer -->
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="600">
	<TR>
		<TD COLSPAN="2"><CENTER><font size="-1">
			<BR><HR WIDTH="500">
			<br>
			<A HREF="http://www2.ebay.com/aw/marketing.shtml">Announcements</A> &nbsp;|&nbsp;
			<A HREF="http://cgi4.ebay.com/aw-cgi/eBayISAPI.dll?RegisterShow">Register</A> &nbsp;|&nbsp;
			<A href="http://www.ebayorama.com">Shop eBay-o-rama</A> &nbsp;|&nbsp;
			<A HREF="http://pages.ebay.com/help/confidence/hub.html">Safe Trading Tips</A>&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF="http://pages.ebay.com/help/policies/hub.html">Policies</A> &nbsp;|&nbsp;
			<A HREF="http://pages.ebay.com/services/forum/feedback.html">Feedback Forum</A>
	<A NAME="text"><BR></A>
	<A HREF="http://pages.ebay.com/community/aboutebay/index.html">About eBay</A> &nbsp;|&nbsp;
			<A HREF="http://pages.ebay.com/index.html">Home</A> &nbsp;|&nbsp;
			<A HREF="http://cgi1.ebay.com/aw-cgi/eBayISAPI.dll?MyEbayLogin">My eBay</A> &nbsp;|&nbsp;
			<A HREF="http://pages.ebay.com/sitemap.html">Site Map</A>&nbsp;|&nbsp;<A HREF="http://pages.ebay.com/download/index.html">eBay Downloads</A>
			<P><A HREF="http://pages.ebay.com/buy/index.html">Browse</A> &nbsp;|&nbsp;
			<A HREF="http://cgi5.ebay.com/ws1/eBayISAPI.dll?ListItemForSale">Sell</A> &nbsp;|&nbsp;
			<A HREF="http://pages.ebay.com/services/index.html">Services</A> &nbsp;|&nbsp;
			<A HREF="http://pages.ebay.com/search/items/basicsearch.html">Search</A> &nbsp;|&nbsp;
			<A HREF="http://pages.ebay.com/help/index_popup.html" target="helpwin" DEFANGED_onclick="return openHelpWindow(this.href);">Help</A> &nbsp;|&nbsp;
			<A HREF="http://pages.ebay.com/community/index.html">Community</A>
			<BR><BR>
		</FONT></CENTER></TD>
	</TR>
	<TR>
		<TD WIDTH="450" VALIGN="top" ALIGN="left"><font size="-1">Copyright &copy; 1995-2003 eBay Inc. All Rights Reserved.<BR>
		Designated trademarks and brands are the property of their respective owners.<BR>
		Use of this Web site constitutes acceptance of the eBay <A HREF="http://pages.ebay.com/help/policies/user-agreement.html" target="helpwin" DEFANGED_onclick="return openHelpWindow(this.href);">User Agreement</A> and <A HREF="http://pages.ebay.com/help/policies/privacy-policy.html" target="helpwin" DEFANGED_onclick="return openHelpWindow(this.href);">Privacy Policy</A>.</FONT></TD>
		<TD WIDTH="150" VALIGN="top" ALIGN="right"><a href="http://pages.ebay.com/help/policies/privacy-policy.html" target="helpwin" DEFANGED_onclick="return openHelpWindow(this.href);"><IMG  SRC="http://pics.ebay.com/aw/pics/truste_button.gif" ALIGN="middle" WIDTH="116" HEIGHT="31" ALT="TrustE" BORDER=0></A></TD>
	</TR>
</TABLE>
<DEFANGED_SCRIPT LANGUAGE="JavaScript">
<!--
var cbc, cbf;
if (cbc){
	writeFooter();
	if (cbf){
		fullCB();
	}
}
//  -->
</DEFANGED_SCRIPT>
</BODY>
</HTML>

----YZWAAQ17731--


From alcazarwc@cftd.org Wed Sep 21 07:14:48 2005
Return-Path: <alcazarwc@cftd.org>
Received: from cftd.org ([221.152.75.131])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8LBElf1008333
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 21 Sep 2005 07:14:47 -0400 (EDT)
Message-Id: <200509211114.j8LBElf1008333@netlib2.cs.utk.edu>
From: "Walburga Alcazar" <alcazarwc@cftd.org>
To: "Kimberlee Pickens" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Phoarmaceutical My New Lif e
Date: Wed, 21 Sep 2005 06:14:23 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0019_01C5BE73.B5C48980"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Windrow ji 5.55
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0019_01C5BE73.B5C48980
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

MCPXAVCVLU
eIramAeI=
el
rAonbLlA=
vt
iLpaiIeG=
ir
dIexeUbRta=
iaScia nMrexA=
ram
$1  $3$3 =
21  .75.33  =
http://www.helsinkis.com Never mind, never mind, never mind! muttered =
Koroviev at the door of Margaritas head. Im broken, Im bored, and I want to =
be in the basement.

------=_NextPart_000_0019_01C5BE73.B5C48980
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left;">M<BR>C<BR>P<BR>X<BR>A<BR>V<BR>C<BR>V<BR>L<=
BR>U</DIV>
<DIV style=3D"FLOAT: left;">e<BR>I<BR>r<BR>a<BR>m<BR>A<BR>e<BR>I<BR>=
e<BR>l</DIV>
<DIV style=3D"FLOAT: left;">r<BR>A<BR>o<BR>n<BR>b<BR>L<BR>l<BR>A<BR>=
v<BR>t</DIV>
<DIV style=3D"FLOAT: left;">i<BR>L<BR>p<BR>a<BR>i<BR>I<BR>e<BR>G<BR>=
i<BR>r</DIV>
<DIV style=3D"FLOAT: left;">d<BR>I<BR>e<BR>x<BR>e<BR>U<BR>b<BR>R<BR>t<BR>a=
</DIV>
<DIV style=3D"FLOAT: left;">ia<BR>S<BR>cia<BR> <BR>n<BR>M<BR>rex<BR>A<BR>=
ra<BR>m</DIV>
<DIV style=3D"FLOAT: left;"><BR>$1<BR><BR> <BR> <BR>$3<BR><BR>$3<BR><BR> =
</DIV>
<DIV style=3D"FLOAT: left;"> <BR>.21<BR><BR> <BR> <BR>.75<BR><BR>.33<BR> <BR> =
</DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.helsinkis.com">http://www.helsinkis.com</A></=
DIV></FONT></DIV></BODY></HTML>

------=_NextPart_000_0019_01C5BE73.B5C48980--


From sheanjlamm@sailmail.com Thu Sep 22 05:14:59 2005
Return-Path: <sheanjlamm@sailmail.com>
Received: from sailmail.com ([59.19.149.211])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8M9Evf1028331
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 22 Sep 2005 05:14:58 -0400 (EDT)
Message-Id: <200509220914.j8M9Evf1028331@netlib2.cs.utk.edu>
From: "Shea Lamm" <sheanjlamm@sailmail.com>
To: "Patti Hollars" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_Works_Wonder_-_Pharrmaceutic=E3l?=
Date: Thu, 22 Sep 2005 04:14:43 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0062_01C5BF2C.28913B80"
X-Priority: 2
X-MSMail-Priority: Normal
X-Mailer: Desecration mh 5.36
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0062_01C5BF2C.28913B80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Le Pr Ce Me Xa Va =
Ci Am Ul Vi
vi op le ri na li a=
l bi tr ag
tr ec br di x um =
is en am ra
a  ia ex a        =
$4.16  $1.22  $1.50  $2.22 =
$1.42  $3.75  $1.21  $2.89  $1.05  $3.33 http://www.sayirelain.com
 demonic retinue. The Pilate story, on the other hand, the story of an act of =
You lose! bawled the cat. Hurrah! and here, setting the primus

------=_NextPart_000_0062_01C5BF2C.28913B80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<TABLE><TR><TD><FONT face=3DCourier>Le Pr Ce Me Xa <STRONG>Va</STRONG> =
<STRONG>Ci</STRONG> Am Ul <STRONG>Vi</STRONG></FONT></TD>
<TD><FONT face=3DCourier>vi op le ri na <STRONG>li</STRONG> <STRONG>a=
l</STRONG> bi tr <STRONG>ag</STRONG></FONT></TD>
<TD><FONT face=3DCourier>tr ec br di x <STRONG>um</STRONG> <STRONG>=
is</STRONG> en am <STRONG>ra</STRONG></FONT></TD>
<TD><FONT face=3DCourier>a&nbsp; ia ex a&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; =
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;</FONT></TD>
<TD><FONT face=3DCourier>&nbsp;$4.16 &nbsp;$1.22 &nbsp;$1.50 &nbsp;$2.22 =
&nbsp;$1.42 &nbsp;$3.75 &nbsp;$1.21 &nbsp;$2.89 &nbsp;$1.05 &nbsp;$3.33</=
FONT></TD><TD width=3D9%></TD><TD width=3D100%><DIV>&nbsp;<A href=3D"h=
ttp://www.sayirelain.com">http://www.sayirelain.com</A></DIV></TD><=
/TR></TABLE>
</BODY></HTML>

------=_NextPart_000_0062_01C5BF2C.28913B80--


From stowml@schuettert.de Fri Sep 23 21:54:14 2005
Return-Path: <stowml@schuettert.de>
Received: from schuettert.de ([221.150.214.210])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8O1sCf1012204
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 23 Sep 2005 21:54:13 -0400 (EDT)
Message-ID: <000901c5c0aa$d4609580$2910a8c0@jugglery>
Reply-To: "Salut Stowell" <stowml@schuettert.de>
From: "Salut Stowell" <stowml@schuettert.de>
To: "Chantelle Pugliese" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Mevdications ok , try it
Date: Fri, 23 Sep 2005 20:53:59 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0006_01C5C080.EB8A8D80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0006_01C5C080.EB8A8D80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

UVMXCVCPLA=
lAeaeIIre=
m
tLrnlAAovb=
rIiaeGLpi=
i
aUdxbRIete=
mMia rexASciar=
an
$3 $3$1 =
75  .33.21  =
http://www.deabmistak.co=
m opened. The little steps ceased. A womans voice. The voice of the sad man - =
CHAPTER 6. Schizophrenia, as was Said

------=_NextPart_000_0006_01C5C080.EB8A8D80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left;">U<BR>V<BR>M<BR>X<BR>C<BR>V<BR>C<BR>P<BR>L<BR>A=
</DIV>
<DIV style=3D"FLOAT: left;">l<BR>A<BR>e<BR>a<BR>e<BR>I<BR>I<BR>r<BR>e=
<BR>m</DIV>
<DIV style=3D"FLOAT: left;">t<BR>L<BR>r<BR>n<BR>l<BR>A<BR>A<BR>o<BR>v<BR>b=
</DIV>
<DIV style=3D"FLOAT: left;">r<BR>I<BR>i<BR>a<BR>e<BR>G<BR>L<BR>p<BR>i<BR>=
i</DIV>
<DIV style=3D"FLOAT: left;">a<BR>U<BR>d<BR>x<BR>b<BR>R<BR>I<BR>e<BR>t<BR>e=
</DIV>
<DIV style=3D"FLOAT: left;">m<BR>M<BR>ia<BR> <BR>rex<BR>A<BR>S<BR>cia<BR>r=
a<BR>n</DIV>
<DIV style=3D"FLOAT: left;"> <BR>$3<BR><BR> <BR><BR>$3<BR>$1<BR><BR><BR> =
</DIV>
<DIV style=3D"FLOAT: left;"> <BR>.75<BR> <BR> <BR><BR>.33<BR>.21<BR><BR> <BR> =
</DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.deabmistak.com">http://www.deabmistak.co=
m</A></DIV></FONT></DIV></BODY></HTML>

------=_NextPart_000_0006_01C5C080.EB8A8D80--


From emmerneidig@gamo.com Sun Sep 25 03:15:28 2005
Return-Path: <emmerneidig@gamo.com>
Received: from gamo.com ([58.33.249.56])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8P7FKf1027242
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 25 Sep 2005 03:15:27 -0400 (EDT)
Message-ID: <004301c5c1a0$defd5680$d630a8c0@fibroid>
Reply-To: "Emmeline Neidig" <emmerneidig@gamo.com>
From: "Emmeline Neidig" <emmerneidig@gamo.com>
To: "Iikka Rusk" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Mkedications Just do i t
Date: Sun, 25 Sep 2005 02:15:13 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0040_01C5C176.F6274E80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0040_01C5C176.F6274E80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

CVLMVCXPUA
IAeeIearlm
ALvrAlno=
tb
LIiiGeapri
IUtdRbxea=
e
SMraiaArex =
ciamn
$1$3$3   =
21.75  .33   =
http://www.devasatewor.co=
m As soon as the chairman left the apartment, a low voice came from the =
difficult job at the post of head of the secret service for the procurator

------=_NextPart_000_0040_01C5C176.F6274E80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier>
<DIV style=3D"FLOAT: left;">C<BR>V<BR>L<BR>M<BR>V<BR>C<BR>X<BR>P<BR>U<=
BR>A</DIV>
<DIV style=3D"FLOAT: left;">I<BR>A<BR>e<BR>e<BR>I<BR>e<BR>a<BR>r<BR=
>l<BR>m</DIV>
<DIV style=3D"FLOAT: left;">A<BR>L<BR>v<BR>r<BR>A<BR>l<BR>n<BR>o<BR>=
t<BR>b</DIV>
<DIV style=3D"FLOAT: left;">L<BR>I<BR>i<BR>i<BR>G<BR>e<BR>a<BR>p<BR=
>r<BR>i</DIV>
<DIV style=3D"FLOAT: left;">I<BR>U<BR>t<BR>d<BR>R<BR>b<BR>x<BR>e<BR>a=
<BR>e</DIV>
<DIV style=3D"FLOAT: left;">S<BR>M<BR>ra<BR>ia<BR>A<BR>rex<BR> =
<BR>cia<BR>m<BR>n</DIV>
<DIV style=3D"FLOAT: left;">$1<BR>$3<BR><BR><BR>$3<BR><BR> <BR><BR> <BR> =
</DIV>
<DIV style=3D"FLOAT: left;">.21<BR>.75<BR> <BR> <BR>.33<BR><BR> <BR><BR> <BR> =
</DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.devasatewor.com">http://www.devasatewor.co=
m</A></DIV></FONT></DIV></BODY></HTML>

------=_NextPart_000_0040_01C5C176.F6274E80--


From 2margarit@acadia.net Sun Sep 25 20:26:03 2005
Return-Path: <2margarit@acadia.net>
Received: from 200-158-44-96.dsl.telesp.net.br (200-158-44-96.dsl.telesp.net.br [200.158.44.96])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8Q0Pjf1025529
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 25 Sep 2005 20:25:58 -0400 (EDT)
Message-ID: <0f9a01c5c22f$fc11398c$e3c24285@acadia.net>
From: "Jennifer A. Clark" <2margarit@acadia.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?QWRvYmUgUGhvdG9zaG9wIDguMCAtIDc1JSBPRkY=?=
Date: Mon, 26 Sep 2005 00:16:41 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_5DCD7CC0.F358CFAF"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_5DCD7CC0.F358CFAF
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_6CD4E09A.338B1975"


------=_NextPart_001_0001_6CD4E09A.338B1975
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

      Access all the software possible for unbelievably low prices!
We sell software 2-6 times cheaper than retail price.

Just a few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$69.95 Dreamweaver MX 2004 / Flash MX 2004 / Fireworks MX
$149.95 Adobe Creative Suite Premium (5 CD)
$79.95 Adobe Acrobat 6.0 Professional
$59.95 Corel Draw Graphics Suite 11

Special offers:
$89.95 Windows XP Pro + Office XP Pro
$129.95 Photoshop 7 + Premiere 7 + Illustrator 10
$109.95 Dreamweaver MX 2004 + Flash MX 2004

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... Visit us at:

http://www.cds-for-you.com

Best,
Jennifer Clark


________________________________ 
To be taken off future campaigns, go here
________________________________ 

 
------=_NextPart_001_0001_6CD4E09A.338B1975
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">  <TBODY>
  <TR>
    <TD>Access all the software possible for 
      unbelievably low prices!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>Just a few 
      examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$69.95 Dreamweaver MX 2004 / Flash MX 2004 / Fireworks MX<BR>$149.95 Adobe Creative Suite Premium (5 CD)<br>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$59.95 Corel Draw Graphics Suite 11<BR><BR>
Special offers:<br>
$89.95 Windows XP Pro + Office XP Pro<br>
$129.95 Photoshop 7 + Premiere 7 + Illustrator 10<br>
$109.95 Dreamweaver MX 2004 + Flash MX 2004<br><br>


All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many more... Visit us at:<BR><BR><A 
      href="http://www.cds-for-you.com">http://www.cds-for-you.com</A><BR><BR>Best,<BR>Jennifer Clark<BR><BR><BR>________________________________     <BR>To be taken off future campaigns, go <a href="http://www.cds-for-you.com/uns.htm">here</A><BR>________________________________

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_6CD4E09A.338B1975--



------=_NextPart_000_0000_5DCD7CC0.F358CFAF--
 

From romanjbos@nortrade.dk Sun Sep 25 23:20:24 2005
Return-Path: <romanjbos@nortrade.dk>
Received: from nortrade.dk ([203.229.165.180])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8Q3KNf1003041
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 25 Sep 2005 23:20:23 -0400 (EDT)
Received: from [192.168.147.239] (helo=oatmeal)
	by nortrade.dk with SMTP (Drummer lo 3.62 (Orangutan))
	id LFXmSf-cosIlE-kH
	for parkbench-method-archive@netlib2.cs.utk.edu; Sun, 25 Sep 2005 22:20:21 -0500
Message-ID: <248982.NRNANNGSUTSY@oatmeal>
Reply-To: "Romano Boshart" <romanjbos@nortrade.dk>
From: "Romano Boshart" <romanjbos@nortrade.dk>
To: "Solon Ash" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Need to present , Pharrmacxy
Date: Sun, 25 Sep 2005 22:20:19 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="AJMPM.IUMVKWHFYROE"
X-Priority: 3
X-Mailer: Drummer lo 3.62

This is a multi-part message in MIME format.

--AJMPM.IUMVKWHFYROE
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

MeViaLevProUltCi=
aValCelAmXan
ridiagraitrapecia=
ramlisiumebrexbienax
$   $$   =
3.33   1.213.75  =
http://www.doesinovees=
t.com
of Antioch, A.D. 315, wrote a treatise on, and converted into sad =
plight under a merry guise, the Fox indulged in a lavish saying that he felt =
it so very hard to leave a place to which he turning very pale and chattering =
=
with his teeth from fear, Afraid the dream should prove true, he built for =
his son a answering birds? The Birdcatcher spared his life, and determined =


--AJMPM.IUMVKWHFYROE
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV style=3D"FLOAT: left;">Me<BR><B>Via</B><BR>Lev<BR>Pro<BR>Ult<BR><B>Ci=
a</B><BR><B>Val</B><BR>Cel<BR>Am<BR>Xan</DIV>
<DIV style=3D"FLOAT: left;">ridia<BR><B>gra</B><BR>itra<BR>pecia<BR>=
ram<BR><B>lis</B><BR><B>ium</B><BR>ebrex<BR>bien<BR>ax</DIV>
<DIV style=3D"FLOAT: left;"> <BR>$<BR> <BR> <BR> <BR>$<BR>$<BR> <BR> <BR> =
</DIV>
<DIV style=3D"FLOAT: left;"> <BR>3.33<BR> <BR> <BR> <BR>1.21<BR>3.75<BR> <BR> =
<BR> </DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV><A href=3D"http://www.doesinoveest.com">http://www.doesinovees=
t.com</A></DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV><HR>
<DIV> of Antioch, A.D. 315, wrote a treatise on, and converted into sad =
plight under a merry guise, the Fox indulged in a lavish saying that he felt =
it so very hard to leave a place to which he turning very pale and chattering =
with his teeth from fear, Afraid the dream should prove true, he built for =
his son a answering birds? The Birdcatcher spared his life, and determined =
</DIV>
</BODY></HTML>

--AJMPM.IUMVKWHFYROE--


From caphngi@ty.com Tue Sep 27 08:25:58 2005
Return-Path: <caphngi@ty.com>
Received: from ty.com (bl4-182-3.dsl.telepac.pt [81.193.182.3])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8RCPuf1000272
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 27 Sep 2005 08:25:57 -0400 (EDT)
Message-ID: <299735.URDBAGYEEPEJ@prominency>
Reply-To: "Capricia Valiente" <caphngi@ty.com>
From: "Capricia Valiente" <caphngi@ty.com>
To: "Montague Egger" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: viceroy Pharamaceutical
Date: Tue, 27 Sep 2005 07:25:54 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="YNOHV.RQNUFOTOJBH"
X-Priority: 3
X-Mailer: Missionary bq 4.68

This is a multi-part message in MIME format.

--YNOHV.RQNUFOTOJBH
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

ProXanLevAmbUltCelMerViaCiaVal
peciaaxitraienramebrexidiagralisium
=
=
3.331.213.75
http://www.pushindex.com


--YNOHV.RQNUFOTOJBH
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
</HEAD>
<BODY bgColor=3D#ffffff>
<TABLE><TR><TD><DIV>Pro</DIV><DIV>Xan</DIV><DIV>Lev</DIV><DIV>Amb</DIV><=
DIV>Ult</DIV><DIV>Cel</DIV><DIV>Mer</DIV><DIV><STRONG>Via</STRONG></DI=
V><DIV><STRONG>Cia</STRONG></DIV><DIV><STRONG>Val</STRONG></DIV></TD>
<TD><DIV>pecia</DIV><DIV>ax</DIV><DIV>itra</DIV><DIV>ien</DIV><DIV>ram</DI=
V><DIV>ebrex</DIV><DIV>idia</DIV><DIV><STRONG>gra</STRONG></DIV><DIV><STRO=
NG>lis</STRONG></DIV><DIV><STRONG>ium</STRONG></DIV></TD>
<TD><DIV> </DIV><DIV> </DIV><DIV> </DIV><DIV> </DIV><DIV> </DIV><DIV> =
</DIV><DIV> </DIV><DIV> </DIV><DIV> </DIV><DIV> </DIV></TD>
<TD><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>=
<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><STRONG>3.33</STRO=
NG></DIV><DIV><STRONG>1.21</STRONG></DIV><DIV><STRONG>3.75</STRONG></=
DIV></TD></TR></TABLE>
<DIV><A href=3D"http://www.pushindex.com">http://www.pushindex.com</A></DIV>
</BODY></HTML>

--YNOHV.RQNUFOTOJBH--


From ellil@usibelli.com Thu Sep 29 02:48:52 2005
Return-Path: <ellil@usibelli.com>
Received: from usibelli.com (p548FD41F.dip.t-dialin.net [84.143.212.31])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8T6mff1027177
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 29 Sep 2005 02:48:51 -0400 (EDT)
Message-ID: <004401c5c4c1$d15a1080$6aeba8c0@audition>
Reply-To: "Ellil Minks" <ellil@usibelli.com>
From: "Ellil Minks" <ellil@usibelli.com>
To: "Cili Tallant" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: puppetry Phaarmacy 
Date: Thu, 29 Sep 2005 01:48:37 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0041_01C5C497.E8840880"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0041_01C5C497.E8840880
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

AVXLCmIaeIbAnvAiGaiLeRxtInA raS  $  $ 3.33  1.21
PCUVMrelAeoltLrper=
IiebaUdciarexmMia  $ =
3.75 
=
http://www.jsehm.heitanope.com A YOUNG MAN, a great spendthrift, had run =
through all his bade him pour upon the wounds the lungs of a Goat. They at =
once 

------=_NextPart_000_0041_01C5C497.E8840880
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<TABLE>
<TR><TD><DIV style=3D"FLOAT: left;">A<BR>V<BR>X<BR>L<BR>C</DIV><DIV =
style=3D"FLOAT: left;">m<BR>I<BR>a<BR>e<BR>I</DIV><DIV style=3D"FLOAT: =
left;">b<BR>A<BR>n<BR>v<BR>A</DIV><DIV style=3D"FLOAT: left;">i<BR>G<=
BR>a<BR>i<BR>L</DIV><DIV style=3D"FLOAT: left;">e<BR>R<BR>x<BR>t<BR>I</=
DIV><DIV style=3D"FLOAT: left;">n<BR>A<BR> <BR>ra<BR>S</DIV><DIV =
style=3D"FLOAT: left;"> <BR>&nbsp;$<BR> <BR><BR>&nbsp;$</DIV><DIV =
style=3D"FLOAT: left;"> <BR>3.33<BR> <BR> <BR>1.21</DIV></TD></TR>
<TR><TD><DIV style=3D"FLOAT: left;">P<BR>C<BR>U<BR>V<BR>M</DIV><DIV =
style=3D"FLOAT: left;">r<BR>e<BR>l<BR>A<BR>e</DIV><DIV style=3D"FLOAT: =
left;">o<BR>l<BR>t<BR>L<BR>r</DIV><DIV style=3D"FLOAT: left;">p<BR>e<BR>r=
<BR>I<BR>i</DIV><DIV style=3D"FLOAT: left;">e<BR>b<BR>a<BR>U<BR>d</DIV><DIV =
style=3D"FLOAT: left;">cia<BR>rex<BR>m<BR>M<BR>ia</DIV><DIV style=3D"FLOAT: =
left;"><BR><BR> <BR>&nbsp;$<BR></DIV><DIV style=3D"FLOAT: left;"><BR><BR> =
<BR>3.75<BR> </DIV></TD></TR>
<TR><TD><FONT face=3DArial><A href=3D"http://www.jsehm.heitanope.com">=
http://www.jsehm.heitanope.com</A></FONT></TD></TR></TABLE></BODY></HTML>

------=_NextPart_000_0041_01C5C497.E8840880--


From fritzlerveikko@uwgb.edu Thu Sep 29 23:14:42 2005
Return-Path: <fritzlerveikko@uwgb.edu>
Received: from uwgb.edu (200-168-147-86.dsl.telesp.net.br [200.168.147.86])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j8U3Eef1017355
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 29 Sep 2005 23:14:41 -0400 (EDT)
Message-ID: <004801c5c56d$16874c80$b636a8c0@spinal>
Reply-To: "Veikko Fritzler" <fritzlerveikko@uwgb.edu>
From: "Veikko Fritzler" <fritzlerveikko@uwgb.edu>
To: "Miki Mcmanis" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: tentaculated Piharrmaceutical
Date: Thu, 29 Sep 2005 22:14:37 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0045_01C5C543.2DB14480"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0045_01C5C543.2DB14480
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Good day
Fast Best =
Home Easy Total 
ShipPrricDelivOrdeConf
pingeseryringidentiality
XanVIAAmbCIALe=
vVAL
ax GRAienLISitraIUM
$  $ $
3.33 1.21 3.75
Get =
aadditional info willingly add a full-grown Bull to the Calf I have lost, if =
I may the Mouse piteously entreated, saying: If you would only spare 

------=_NextPart_000_0045_01C5C543.2DB14480
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Good day</DIV>
<TABLE>
<TR><TD><FONT face=3DArial size=3D4><DIV style=3D"FLOAT: left;">Fast <BR>Best =
<BR>Home <BR>Easy <BR>Total </DIV>
<DIV style=3D"FLOAT: left;">Ship<BR>Prric<BR>Deliv<BR>Orde<BR>Conf</DIV>
<DIV style=3D"FLOAT: left;">ping<BR>es<BR>ery<BR>ring<BR>identiality</DIV>
</FONT></TD></TR>
<TR><TD height=3D20></TD></TR>
<TR><TD></DIV><DIV style=3D"FLOAT: left;">Xan<BR>VIA<BR>Amb<BR>CIA<BR>Le=
v<BR>VAL</DIV>
<DIV style=3D"FLOAT: left;">ax <BR>GRA<BR>ien<BR>LIS<BR>itra<BR>IUM</DIV>
<DIV style=3D"FLOAT: left;"> <BR>&nbsp;$<BR> <BR>&nbsp;$<BR><BR>&nbsp;$</DIV>
<DIV style=3D"FLOAT: left;"> <BR>3.33<BR> <BR>1.21<BR> <BR>3.75</DIV>
</TD></TR>
<TR><TD height=3D20></TD></TR>
<TR><TD><FONT face=3DArial><A href=3D"http://www.lofelka.handlesame.com">Get =
aadditional info</A></FONT></TD></TR></TABLE></BODY></HTML>

------=_NextPart_000_0045_01C5C543.2DB14480--


From gertrudsalva@it.net Tue Oct  4 15:48:06 2005
Return-Path: <gertrudsalva@it.net>
Received: from it.net (80-218-114-60.dclient.hispeed.ch [80.218.114.60])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j94Jm3f1000607
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 4 Oct 2005 15:48:04 -0400 (EDT)
Received: from onlicence (192.168.182.103)
	by it.net (Discomfort vx 1.46) with SMTP id tYdoyd-gwgjCX-oo
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 4 Oct 2005 14:47:57 -0500
Message-ID: <006301c5c91c$8191a400$67b6a8c0@onlicence>
From: "Gertrud Salva" <gertrudsalva@it.net>
To: "Niklas Ikerd" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: The methane
Date: Tue, 4 Oct 2005 14:47:52 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0060_01C5C8F2.98BB9C00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0060_01C5C8F2.98BB9C00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Good day, Do you want t
end less On yo
ications?
o sp
ur Medd 
Just look -
AVCLXV
mbbiaaliiialevviaanaiiag
enum $is $traxra $
3.751.21  3.33
And many other The WWebSiite
Best regards 


------=_NextPart_000_0060_01C5C8F2.98BB9C00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><BR><TABLE style=3D"PADDING-LEFT: 0px; MARGIN-TOP: 0px;" cellSpacing=3D0 =
cellPadding=3D0>
  <TR style=3D"BORDER-LEFT-WIDTH: 0px;" vAlign=3Dbottom>
    <TD rowSpan=3D2>Good day, Do you want t</TD>
    <TD></TD>
    <TD rowSpan=3D2>end less On yo</TD>
    <TD></TD>
    <TD rowSpan=3D2>ications?</TD>
    <TD></TD></TR>
  <TR style=3D"BORDER-LEFT-WIDTH: 0px;">
    <TD>o sp</TD>
    <TD>ur Medd</TD></TR></TABLE></DIV><DIV>&nbsp;</DIV>
<SPAN>&nbsp;<BR></SPAN><DIV><FONT face=3DArial>Just look -</FONT></DIV><BR>
<TABLE style=3D"PADDING-LEFT: 0px; MARGIN-TOP: 0px;" cellSpacing=3D0 =
cellPadding=3D0>
  <TR><TD><FONT face=3DCourier>A<BR><STRONG>V</STRONG><BR><STRONG>C</STR=
ONG><BR>L<BR>X<BR><STRONG>V</STRONG></FONT></TD>
<TD><FONT face=3DCourier>mbbi<BR><STRONG>aali</STRONG><BR><STRONG>ii=
al</STRONG><BR>evvi<BR>aana<BR><STRONG>iiag</STRONG></FONT></TD>
<TD><FONT face=3DCourier>en<BR><STRONG>um&nbsp;$</STRONG><BR><STRONG>is=
&nbsp;$</STRONG><BR>tra<BR>x<BR><STRONG>ra&nbsp;$</STRONG></FONT></TD>
<TD><FONT face=3DCourier>&nbsp;<BR>3.75<BR>1.21<BR>&nbsp;<BR>&nbsp;<BR>3.=
33</FONT></TD>
<TD width=3D10%></TD><TD style=3D"BORDER-TOP-WIDTH: 0px;"><SPAN>&nbsp;<=
BR></SPAN><DIV><FONT face=3DArial>And many other</FONT></DIV><BR> <A =
href=3D"http://www.geocities.com/SeummiLayneuell/">The WWebSiite</A></T=
D></TR></TABLE>
<DIV><BR><FONT face=3DArial>Best regards</FONT></DIV><SPAN>&nbsp;<BR></SPAN>
</BODY></HTML>

------=_NextPart_000_0060_01C5C8F2.98BB9C00--


From 8maurice@abilene.com Wed Oct  5 05:04:11 2005
Return-Path: <8maurice@abilene.com>
Received: from 61.111.61.60 ([61.111.61.60])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9593uf1013777
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 5 Oct 2005 05:04:00 -0400 (EDT)
Message-ID: <d22801c5c989$20e7bf96$2829304b@abilene.com>
From: "Paul A. Davis" <8maurice@abilene.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?VmlhZ3JhIC0gTE9XIHByaWNlIQ==?=
Date: Wed, 05 Oct 2005 08:51:03 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_104898CC.D2072294"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_104898CC.D2072294
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_766A1449.43A2CE8A"


------=_NextPart_001_0001_766A1449.43A2CE8A
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

         Viagra (only $1.56/pill) | Viagra Softtabs (only $1.89/pill)
Cialis (only $3.00/pill) | Cialis Softtabs (only $3.33/pill)
Levitra (only $2.78/pill)

http://www.vippills.net 


________________________________
To change your mail details, go here
________________________________ 

 
------=_NextPart_001_0001_766A1449.43A2CE8A
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2722" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY></TBODY></TABLE>
<TABLE id=7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475>
  <TBODY>
  <TR>
    <TD>
      <P>
Viagra (only $1.56/pill) | Viagra Softtabs (only $1.89/pill)<br>
Cialis (only $3.00/pill) | Cialis Softtabs (only $3.33/pill)<br>
Levitra (only $2.78/pill)<br><br>

<a href="http://www.vippills.net">http://www.vippills.net</a>

<BR><BR><BR>________________________________<BR>To change your mail 
      details, go <A 
      href="http://www.vippills.net/uns.htm">here</A><BR>________________________________ 
      </P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_766A1449.43A2CE8A--



------=_NextPart_000_0000_104898CC.D2072294--
 

From dutchergu@vhsrt.de Thu Oct  6 20:27:40 2005
Return-Path: <dutchergu@vhsrt.de>
Received: from vhsrt.de (cm222-167-114-37.hkcable.com.hk [222.167.114.37])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j970Rcf1021604
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 6 Oct 2005 20:27:39 -0400 (EDT)
From: "Gu Dutcher" <dutchergu@vhsrt.de>
To: "Purdie Goad" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <005e01c5cad5$f3611d80$5f26a8c0@stockman>
Subject: Re: Thanos obdurate
Date: Thu, 6 Oct 2005 19:27:51 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_005B_01C5CAAC.0A8B1580"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_005B_01C5CAAC.0A8B1580
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi Do you 
d l
ications?
want to spen
ess On your Medd 
It's not so hard - More info 
ViaXanLevAmValiCia
gaitbuli
ra $xraienm $s $1
3.33   3.75.21
plus 200 other , Best regards 


------=_NextPart_000_005B_01C5CAAC.0A8B1580
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><BR><FONT face=3DArial><TABLE style=3D"WHITE-SPACE: normal; =
WORD-SPACING: normal;" cellSpacing=3D0 cellPadding=3D0>
  <TR style=3D"BORDER-BOTTOM: 0px;" vAlign=3Dbottom>
    <TD rowSpan=3D2><DIV style=3D"PADDING-LEFT: 0px;">Hi Do you&nbsp;=
</DIV></TD>
    <TD></TD>
    <TD rowSpan=3D2><DIV style=3D"PADDING-LEFT: 0px;">d l</DIV></TD>
    <TD></TD>
    <TD rowSpan=3D2><DIV style=3D"PADDING-LEFT: 0px;">ications?</DIV></TD>
    <TD></TD></TR>
  <TR style=3D"BORDER-BOTTOM: 0px;">
    <TD><DIV style=3D"PADDING-LEFT: 0px;">want to spen</DIV></TD>
    <TD><DIV style=3D"PADDING-LEFT: 0px;">ess On your Medd</DIV></T=
D></TR></TABLE></FONT></DIV><DIV>&nbsp;</DIV>
<SPAN><BR><FONT face=3DArial>It's not so hard - <A href=3D"http://found=
ertqn.nudahedre.com">More info</A></FONT></SPAN><DIV>&nbsp;<BR></DIV>
<TABLE style=3D"WHITE-SPACE: normal; WORD-SPACING: normal;" cellSpacing=3D0 =
cellPadding=3D0>
  <TR><TD><DIV style=3D"WHITE-SPACE: normal; FONT-FAMILY: Arial; FONT-SIZE: =
16px;"><B>Via</B><BR>Xan<BR>Lev<BR>Am<BR><B>Vali</B><BR><B>Cia</B></DIV></TD>
<TD><DIV style=3D"FONT-SIZE: 16px; FONT-FAMILY: Arial; WHITE-SPACE: =
normal;"><B>g</B><BR>a<BR>it<BR>b<BR><B>u</B><BR><B>li</B></DIV></TD>
<TD><DIV style=3D"FONT-SIZE: 16px; FONT-FAMILY: Arial; WHITE-SPACE: =
normal;"><B>ra&nbsp;$</B><BR>x<BR>ra<BR>ien<BR><B>m&nbsp;$</B><BR><B>s&=
nbsp;$1</B></DIV></TD>
<TD><DIV style=3D"FONT-SIZE: 16px; WHITE-SPACE: normal; FONT-FAMILY: =
Arial;"><B>3.33</B><BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR><B>3.75</B><BR><B>.2=
1</B></DIV></TD>
</TR></TABLE>
<SPAN><BR>plus 200 other , Best regards</SPAN><DIV>&nbsp;<BR></DIV>
</BODY></HTML>

------=_NextPart_000_005B_01C5CAAC.0A8B1580--


From desintic@ca-lawyer.com Sat Oct  8 01:05:34 2005
Return-Path: <desintic@ca-lawyer.com>
Received: from ca-lawyer.com ([61.77.227.205])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9855Wf1015188
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 8 Oct 2005 01:05:33 -0400 (EDT)
From: "Nu Desir" <desintic@ca-lawyer.com>
To: "Farag Usry" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <004001c5cbc5$f63b3b80$7297a8c0@bloodiness>
Subject: Re: Gwendoline calculus
Date: Sat, 8 Oct 2005 00:05:55 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_003D_01C5CB9C.0D653380"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_003D_01C5CB9C.0D653380
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Howdy, Do you wan
E U
your Meddi
t to SAV
PTO 70% on
cations?
It's so easy! - Get additional info 
VLVXCA
iagitralianaialbie
ra $aum $xis $n
134 (30 p.) 218 (180 p.) 169 (30 p.) 
Over 200 other , Have a good day


------=_NextPart_000_003D_01C5CB9C.0D653380
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<TABLE style=3D"BORDER-TOP-WIDTH: 0px; PADDING-TOP: 0px;" cellSpacing=3D0 =
cellPadding=3D0>
  <TR style=3D"PADDING-BOTTOM: 0px;" vAlign=3Dbottom>
    <TD rowSpan=3D2><DIV style=3D"BORDER-TOP-WIDTH: 0px;">Howdy, Do you =
wan</DIV></TD>
    <TD></TD><TD rowSpan=3D2><DIV style=3D"BORDER-TOP-WIDTH: 0px;">E =
U</DIV></TD>
    <TD></TD><TD rowSpan=3D2><DIV style=3D"BORDER-TOP-WIDTH: 0px;">&nbsp;your =
Meddi</DIV></TD>
    <TD></TD>
  </TR>
  <TR style=3D"PADDING-BOTTOM: 0px;">
    <TD><DIV style=3D"BORDER-TOP-WIDTH: 0px;">t to SAV</DIV></TD>
    <TD><DIV style=3D"BORDER-TOP-WIDTH: 0px;">PTO 70% on</DIV></TD>
    <TD><DIV style=3D"BORDER-TOP-WIDTH: 0px;">cations?</DIV></TD></TR></TABLE>
<DIV><BR><FONT face=3DArial>It's so easy! - <A href=3D"http://dictumkc=
m.backort.com">Get additional info</A></FONT></DIV><DIV>&nbsp;</DIV>
<TABLE style=3D"BORDER-TOP-WIDTH: 0px; PADDING-TOP: 0px;" cellSpacing=3D0 =
cellPadding=3D0>
  <TR><TD><DIV style=3D"FONT-FAMILY: Courier; BACKGROUND-COLOR: #FFFFFF; =
FONT-SIZE: 16px;"><B>V</B><BR>L<BR><B>V</B><BR>X<BR><B>C</B><BR>A</DIV></TD>
<TD><DIV style=3D"BACKGROUND-COLOR: #FFFFFF; FONT-FAMILY: Courier; FONT-SIZE: =
16px;"><B>iag</B><BR>itr<BR><B>ali</B><BR>ana<BR><B>ial</B><BR>bie</DIV></TD>
<TD><DIV style=3D"BACKGROUND-COLOR: #FFFFFF; FONT-SIZE: 16px; FONT-FAMILY: =
Courier;"><B>ra&nbsp;$</B><BR>a<BR><B>um&nbsp;$</B><BR>x<BR><B>is&nbsp;=
$</B><BR>n</DIV></TD>
<TD><DIV style=3D"FONT-FAMILY: Courier; FONT-SIZE: 16px; BACKGROUND-COLOR: =
#FFFFFF;"><B>134 (30 p.)</B><BR>&nbsp;<BR><B>218 (180 p.)</B><BR>&nbsp;=
<BR><B>169 (30 p.)</B><BR>&nbsp;</DIV></TD></TR></TABLE>
<SPAN><P>Over 200 other , Have a good day</P></SPAN>
</BODY></HTML>

------=_NextPart_000_003D_01C5CB9C.0D653380--


From jeanskskatelin@bagpipers.com Sun Oct  9 10:21:11 2005
Return-Path: <jeanskskatelin@bagpipers.com>
Received: from bagpipers.com (ALille-152-1-42-55.w83-198.abo.wanadoo.fr [83.198.12.55])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j99ELAf1003662
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 9 Oct 2005 10:21:11 -0400 (EDT)
Received: from tightener (192.168.83.87)
	by bagpipers.com (Extenuate fo 2.93) with SMTP id mRGIso-SbWWHi-Sj
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 9 Oct 2005 09:21:50 -0500
Message-ID: <001c01c5ccdc$c894e600$5753a8c0@tightener>
From: "Katelin Jeans" <jeanskskatelin@bagpipers.com>
To: "Rupinder Coad" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Biagio Eberhart Pharsmceutical
Date: Sun, 9 Oct 2005 09:21:48 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0019_01C5CCB2.DFBEDE00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0019_01C5CCB2.DFBEDE00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi, Do you
VE UP
% o
ns
want to SA
TO 70
n your Mediccatio
?
It's not hard with our service - Read more 
AVCLVX
mbiALIIALeviIAGana
enUM $IS $traRA $x
218 (180 p169 (30 pi 134 (30 pi 
ills)lls) lls) 
And many other , Have a nice day


------=_NextPart_000_0019_01C5CCB2.DFBEDE00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<TABLE style=3D"BORDER-RIGHT: 0px; WHITE-SPACE: normal;" cellSpacing=3D0 =
cellPadding=3D0>
  <TR style=3D"PADDING-BOTTOM: 0px;" vAlign=3Dbottom>
    <TD rowSpan=3D2><DIV style=3D"BORDER-BOTTOM-WIDTH: 0px;">Hi, Do =
you</DIV></TD>
    <TD></TD><TD rowSpan=3D2><DIV style=3D"BORDER-BOTTOM-WIDTH: 0px;">VE =
UP</DIV></TD>
		<TD></TD><TD rowSpan=3D2><DIV style=3D"BORDER-BOTTOM-WIDTH: 0px;">% =
o</DIV></TD>
    <TD></TD><TD rowSpan=3D2><DIV style=3D"BORDER-BOTTOM-WIDTH: =
0px;">ns</DIV></TD>
    <TD></TD>
  </TR>
  <TR style=3D"PADDING-BOTTOM: 0px;">
    <TD><DIV style=3D"BORDER-BOTTOM-WIDTH: 0px;">&nbsp;want to SA</DIV></TD>
    <TD><DIV style=3D"BORDER-BOTTOM-WIDTH: 0px;">TO 70</DIV></TD>
    <TD><DIV style=3D"BORDER-BOTTOM-WIDTH: 0px;">n your Mediccatio</DIV></TD>
		<TD><DIV style=3D"BORDER-BOTTOM-WIDTH: 0px;">?</DIV></TD>
</TR></TABLE>
<DIV><BR>It's not hard with our service - <A href=3D"http://www.geoci=
ties.com/gnbujg06va28yuzj/">Read more</A></DIV><DIV>&nbsp;</DIV>
<TABLE style=3D"BORDER-RIGHT: 0px; WHITE-SPACE: normal;" cellSpacing=3D0 =
cellPadding=3D0>
  <TR><TD><DIV style=3D"FONT-FAMILY: Courier; BORDER-COLOR: #FFFFFF; =
FONT-SIZE: 16px;">A<BR><B>V</B><BR><B>C</B><BR>L<BR><B>V</B><BR>X</DIV></TD>
<TD><DIV style=3D"BORDER-COLOR: #FFFFFF; FONT-FAMILY: Courier; FONT-SIZE: =
16px;">mbi<BR><B>ALI</B><BR><B>IAL</B><BR>evi<BR><B>IAG</B><BR>ana</DIV></TD>
<TD><DIV style=3D"FONT-SIZE: 16px; FONT-FAMILY: Courier; BORDER-COLOR: =
#FFFFFF;">en<BR><B>UM&nbsp;$</B><BR><B>IS&nbsp;$</B><BR>tra<BR><B>RA&n=
bsp;$</B><BR>x</DIV></TD>
<TD><DIV style=3D"FONT-SIZE: 16px; FONT-FAMILY: Courier; BORDER-COLOR: =
#FFFFFF;">&nbsp;<BR><B>218</B> (180 p<BR><B>169</B> (30 pi<BR>&nbsp;<=
BR><B>134</B> (30 pi<BR>&nbsp;</DIV></TD>
<TD><DIV style=3D"FONT-FAMILY: Courier; FONT-SIZE: 16px; BORDER-COLOR: =
#FFFFFF;">&nbsp;<BR>ills)<BR>lls)<BR>&nbsp;<BR>lls)<BR>&nbsp;</DIV></T=
D></TR></TABLE>
<SPAN><P>And many other , Have a nice day</P></SPAN>
</BODY></HTML>

------=_NextPart_000_0019_01C5CCB2.DFBEDE00--


From caeu@waterlow.com Mon Oct 10 15:10:40 2005
Return-Path: <caeu@waterlow.com>
Received: from waterlow.com (adsl-10-101-45.mia.bellsouth.net [65.10.101.45])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9AJATf1026962
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 10 Oct 2005 15:10:39 -0400 (EDT)
Received: from thenceforth (192.168.222.42)
	by waterlow.com (Topsail ip 5.26) with SMTP id uYwNZk-ZRZCfp-BZ
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 10 Oct 2005 14:10:19 -0500
Message-ID: <002701c5cdce$3ec54580$2adea8c0@thenceforth>
From: "Caetlin Cregan" <caeu@waterlow.com>
To: "Stamatia Brashear" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Ingvild Voyles Mjeds
Date: Mon, 10 Oct 2005 14:10:15 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0024_01C5CDA4.55EF3D80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0024_01C5CDA4.55EF3D80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Heyo, Do yo
AVE UP
% on
tions?
u want to S
TO 70
your Medicca
But It Is
maE
op!
easy with Phar
xpress Sh
VVALCX
lAGALlmbievitlALIana
RAUMenraSx
And more than 200 other - Get more information

------=_NextPart_000_0024_01C5CDA4.55EF3D80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV style=3D"BORDER-TOP-WIDTH: 0px; BORDER-COLOR: #FFFFFF; WORD-SPACING: =
normal; BORDER-RIGHT: 0px;"><FONT face=3DArial size=3D3>
<TABLE cellSpacing=3D1 style=3D"WORD-SPACING: normal;" cellPadding=3D5 =
bgColor=3D#000000>
  <TR bgColor=3D#D0D0CC>
    <TD><TABLE title=3D"transcribe" cellSpacing=3D0 cellSpacing=3D0 =
style=3D"BORDER-TOP-WIDTH: 0px; BORDER-COLOR: #FFFFFF;">
  <TR style=3D"WHITE-SPACE: normal;">
    <TD rowSpan=3D2 vAlign=3Dbottom><DIV><FONT size=3D3>Heyo, Do =
yo</FONT></DIV></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><DIV><FONT size=3D4>AVE UP</FONT></DIV=
></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><DIV><FONT size=3D4>% on</FONT></DI=
V></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><DIV><FONT size=3D4>tions?</FONT><=
/DIV></TD><TD></TD>
  </TR>
  <TR style=3D"WHITE-SPACE: normal;">
    <TD vAlign=3Dbottom><DIV"><FONT size=3D3>u want to </FONT><FONT =
size=3D4>S</FONT></DIV></TD>
    <TD vAlign=3Dbottom><DIV"><FONT size=3D4>TO 70</FONT></DIV></TD>
    <TD vAlign=3Dbottom><DIV"><FONT size=3D4>&nbsp;your Medicca</FO=
NT></DIV></TD></TR></TABLE></TD>
  </TR>
  <TR bgColor=3D#ffffff>
    <TD>
      <DIV align=3Dcenter><TABLE style=3D"BORDER-TOP-WIDTH: 0px; =
BORDER-COLOR: #FFFFFF;" cellSpacing=3D0 cellPadding=3D0>
  <TR style=3D"WHITE-SPACE: normal;">
    <TD rowSpan=3D2 vAlign=3Dbottom><DIV><FONT size=3D3>But It =
Is</FONT></DIV></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><DIV><FONT size=3D3>maE</FONT></DIV><=
/TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><DIV><FONT size=3D3>op!</FONT></DIV></=
TD><TD></TD>
  </TR>
  <TR style=3D"WHITE-SPACE: normal;">
    <TD vAlign=3Dbottom><DIV><FONT size=3D3>&nbsp;easy with Phar</FO=
NT></DIV></TD>
    <TD vAlign=3Dbottom><DIV><FONT size=3D3>xpress Sh</FONT></DIV></TD></T=
R></TABLE></DIV></TD></TR>
  <TR bgColor=3D#D0D0CC>
    <TD align=3Dmiddle>
      <TABLE cellSpacing=3D0 style=3D"WORD-SPACING: normal;" cellPadding=3D0>
        <TR><TD><DIV><FONT size=3D4>V</DIV><DIV><FONT size=3D4>V</DIV><DI=
V><FONT size=3D3>A</DIV><DIV><FONT size=3D3>L</DIV><DIV><FONT =
size=3D4>C</DIV><DIV><FONT size=3D3>X</DIV></TD>
<TD><DIV><FONT size=3D4>lAG</DIV><DIV><FONT size=3D4>ALl</DIV><DIV><FONT =
size=3D3>mbi</DIV><DIV><FONT size=3D3>evit</DIV><DIV><FONT size=3D4>lA=
LI</DIV><DIV><FONT size=3D3>ana</DIV></TD>
<TD><DIV><FONT size=3D4>RA</DIV><DIV><FONT size=3D4>UM</DIV><DIV><FONT =
size=3D3>en</DIV><DIV><FONT size=3D3>ra</DIV><DIV><FONT size=3D4>S</DI=
V><DIV><FONT size=3D3>x</DIV></TD></TR></TABLE>
  <TR bgColor=3D#FFFFFF>
    <TD>
      <DIV align=3Dcenter><FONT face=3DArial size=3D3>And more than 200 other =
- <A title=3D"read more" href=3D"http://qatwte.vreaclick.com"><FONT =
face=3DArial size=3D3>Get more information</FONT></A></FONT></DIV><=
/TD></TR></TABLE></FONT></DIV></BODY></HTML>

------=_NextPart_000_0024_01C5CDA4.55EF3D80--


From moffetprema@activekaraoke.dk Tue Oct 11 20:39:02 2005
Return-Path: <moffetprema@activekaraoke.dk>
Received: from activekaraoke.dk ([209.172.65.226])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9C0d1f1006001
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 11 Oct 2005 20:39:02 -0400 (EDT)
From: "Prema Moffet" <moffetprema@activekaraoke.dk>
To: "Ferne Helland" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <004001c5cec5$56332a00$b7b3a8c0@seismic>
Subject: Re: Jamila Chenard Medisctions
Date: Tue, 11 Oct 2005 19:39:00 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_003D_01C5CE9B.6D5D2200"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_003D_01C5CE9B.6D5D2200
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

xaceleviciprsoprvaam
naleviagalopmaozlibi
xbrextrara $is  $ecia acum  $en
135 30 pi170 30 pi   161 90 pi 
llslls   lls  
the website


------=_NextPart_000_003D_01C5CE9B.6D5D2200
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><BR><FONT face=3DArial><DIV style=3D"PADDING-RIGHT: 0px; =
BORDER-TOP-WIDTH: 0px; FONT-FAMILY: Courier; FLOAT: left; BORDER-RIGHT-WIDTH: =
0px;">Xa<BR>Ce<BR>Le<BR>Vi<BR>Ci<BR>Pr<BR>So<BR>Pr<BR>Va<BR>Am</DIV>
<DIV style=3D"FONT-FAMILY: Courier; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; =
FLOAT: left; BORDER-LEFT: 0px;">na<BR>le<BR>vi<BR>ag<BR>al<BR>op<BR=
>ma<BR>oz<BR>li<BR>bi</DIV>
<DIV style=3D"FONT-FAMILY: Courier; BORDER-LEFT-WIDTH: 0px; FLOAT: left; =
BORDER: 0px; BORDER-TOP-WIDTH: 0px;">x<BR>brex<BR>tra<BR>ra $<BR>is  =
$<BR>ecia<BR> <BR>ac<BR>um  $<BR>en</DIV>
<DIV style=3D"FONT-FAMILY: Courier; MARGIN-TOP: 0px; MARGIN-RIGHT: 0px; =
WHITE-SPACE: normal; FLOAT: left;"> <BR> <BR> <BR>135 30 pi<BR>170 30 pi<BR> =
<BR> <BR> <BR>161 90 pi<BR> </DIV>
<DIV style=3D"BORDER-COLOR: #FFFFFF; BORDER-BOTTOM: 0px; FONT-FAMILY: =
Courier; FLOAT: left; PADDING-TOP: 0px;"> <BR> <BR> <BR>lls<BR>lls<BR> <BR> =
<BR> <BR>lls<BR> </DIV></FONT></DIV><DIV>&nbsp;</DIV>
<DIV style=3D"BORDER-BOTTOM: 0px; CLEAR: both; MARGIN-BOTTOM: 0px; =
MARGIN-TOP: 0px;"><SPAN>&nbsp;<BR></SPAN><DIV><FONT face=3DArial><A =
href=3D"http://xvxb.merument.com"><FONT face=3DArial>The WebSite</FONT><=
/A></FONT></DIV><BR></DIV>
</BODY></HTML>

------=_NextPart_000_003D_01C5CE9B.6D5D2200--


From luckrrtialire@savers.com Thu Oct 13 08:28:33 2005
Return-Path: <luckrrtialire@savers.com>
Received: from savers.com ([212.16.4.202])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9DCSVf1026585
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 13 Oct 2005 08:28:32 -0400 (EDT)
Received: from crankweb (192.168.156.136)
	by savers.com (Bracer tj 3.20) with SMTP id CsrIrv-aHgoxi-QU
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 13 Oct 2005 07:28:38 -0500
Message-ID: <005201c5cff1$a1e2f200$889ca8c0@crankweb>
From: "Lucky Alire" <luckrrtialire@savers.com>
To: "Coilean Weekly" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Anaszta Gorney Mdeds
Date: Thu, 13 Oct 2005 07:28:36 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004F_01C5CFC7.B90CEA00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004F_01C5CFC7.B90CEA00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello,
Do you wan
E UPTO 7
% on you
ediccations?
t to SAV
0
r M
It is so e
rma
p
asy with Pha
Express Sho
VXAVLC
AamIeI
LnbAvA
IaiGiL
UxeRtI
M $nA $raS $
85.45    69.95  99.95
and 200 other - Get more information

------=_NextPart_000_004F_01C5CFC7.B90CEA00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<TABLE cellPadding=3D10 cellSpacing=3D1 bgColor=3D#000000 style=3D"W=
HITE-SPACE: normal;">
  <TR>
    <TD bgColor=3D#ffffff>
<DIV align=3Dcenter><FONT face=3DArial size=3D3>Hello,</FONT></DIV>
<DIV align=3Dcenter><TABLE title=3D"perchloric" style=3D"WORD-SPACING: =
normal; WHITE-SPACE: normal;" cellSpacing=3D0 cellPadding=3D0>
  <TR>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT face=3DArial size=3D4>Do you =
wan</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT face=3DArial size=3D4>E UPTO =
7</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT face=3DArial size=3D4>% on =
you</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT face=3DArial size=3D4>edicca=
tions?</FONT></TD><TD></TD>
  </TR>
  <TR>
    <TD vAlign=3Dbottom><FONT face=3DArial size=3D4>t to SAV</FONT></TD>
    <TD vAlign=3Dbottom><FONT face=3DArial size=3D4>0</FONT></TD>
    <TD vAlign=3Dbottom><FONT face=3DArial size=3D4>r M</FONT></TD></TR=
></TABLE></DIV>
<DIV align=3Dcenter><TABLE title=3D"perchloric" cellSpacing=3D0 =
cellPadding=3D0 style=3D"WORD-SPACING: normal; WHITE-SPACE: normal;">
  <TR style=3D"BORDER-LEFT: 0px;">
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT face=3DArial size=3D3>It is so =
e</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT face=3DArial size=3D3>rma</=
FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT face=3DArial size=3D3>p</FONT><=
/TD><TD></TD>
  </TR>
  <TR style=3D"BORDER-LEFT: 0px;">
    <TD vAlign=3Dbottom><FONT face=3DArial size=3D3>asy with Pha</FONT></TD>
    <TD vAlign=3Dbottom><FONT face=3DArial size=3D3>Express Sho</FON=
T></TD></TR></TABLE></DIV></TD></TR>
  <TR>
    <TD bgColor=3D#ffffff>
<TABLE align=3Dcenter>
  <TR>
    <TD>
<DIV style=3D"FONT-FAMILY: Courier; FLOAT: left;">V<BR>X<BR>A<BR>V<BR>L<B=
R>C</DIV>
<DIV style=3D"FONT-FAMILY: Courier; FLOAT: left;">A<BR>a<BR>m<BR>I<BR>=
e<BR>I</DIV>
<DIV style=3D"FONT-FAMILY: Courier; FLOAT: left;">L<BR>n<BR>b<BR>A<BR>=
v<BR>A</DIV>
<DIV style=3D"FONT-FAMILY: Courier; FLOAT: left;">I<BR>a<BR>i<BR>G<BR>i<B=
R>L</DIV>
<DIV style=3D"FONT-FAMILY: Courier; FLOAT: left;">U<BR>x<BR>e<BR>R<BR>t<BR=
>I</DIV>
<DIV style=3D"FONT-FAMILY: Courier; FLOAT: left;">M $<BR><BR>n<BR>A =
$<BR>ra<BR>S $</DIV>
<DIV style=3D"FONT-FAMILY: Courier; FLOAT: left;">85.45<BR>&nbsp; <BR>&nbsp; =
<BR>69.95<BR>&nbsp; <BR>99.95</DIV>
    </TD>
  </TR></TABLE>
    </TD>
  </TR>
  <TR>
    <TD bgColor=3D#ffffff>
      <DIV align=3Dcenter><FONT face=3DArial size=3D3>and 200 other - <A =
title=3D"read more" href=3D"www.geocities.com/ShahrloBestJaco/"><FONT =
face=3DArial size=3D3>Get more information</FONT></A></FONT></DIV></TD></T=
R></TABLE></BODY></HTML>

------=_NextPart_000_004F_01C5CFC7.B90CEA00--


From azpqgtmkkk@yahoo.com Sun Oct 16 06:37:40 2005
Return-Path: <azpqgtmkkk@yahoo.com>
Received: from 129.129.129.2 ([222.47.102.206])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9GAbYf1008531
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 16 Oct 2005 06:37:38 -0400 (EDT)
Received: from 152.116.60.166 by ; Wed, 16 Jan 2002 14:10:01 -0100
Message-ID: <SKYOGAPYTFEYZOTZLUQD@yahoo.com>
From: "Arnold Michaud" <qvaleawzxmtxex@yahoo.com>
Reply-To: "Arnold Michaud" <dqmbon@yahoo.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: Server for you - 710246
Date: Wed, 16 Jan 2002 13:05:01 -0200
X-Mailer: MIME-tools 5.503 (Entity 5.501)
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--5176916039658289"
X-Priority: 3
X-MSMail-Priority: Normal

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


Dear  parkbench-method-archive@netlib2.cs.utk.edu:

We offer BP dedicated server:

Fresh IPs
1024MB RAM DDR
PIV 3.20GHz
72 GB SCS
Dedicated 100 M fiber
Unlimited Data Transfer
Linux/Windows/FreeBSD

Price: No setup fee
          US$ 599.00/month
 

You may use the server for:

Direct Mailing or Proxy Mail
Bulk Hosting


We also may supply Target Email List according to your 
requirements, and send out Target Emails for you. 

For more information, contact us:   
kzl888@21cn.com  or  Contacthosting@tom.com

Looking forward to serving you.

Arnold Michaud
Server Support
Contacthosting@tom.com


----5176916039658289--


From anahid@lovenskiold.no Mon Oct 17 08:02:15 2005
Return-Path: <anahid@lovenskiold.no>
Received: from lovenskiold.no ([218.147.6.217])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9HC2Df1010280
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 17 Oct 2005 08:02:14 -0400 (EDT)
Date: Mon, 17 Oct 2005 08:02:13 -0400 (EDT)
From: anahid@lovenskiold.no
Message-Id: <200510171202.j9HC2Df1010280@netlib2.cs.utk.edu>

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL was not found on this server.<P>
<HR>
<ADDRESS>Apache/1.3.31</ADDRESS>
</BODY></HTML>



From oatmantia@ch.onet.pl Wed Oct 19 08:20:21 2005
Return-Path: <oatmantia@ch.onet.pl>
Received: from ch.onet.pl (LNeuilly-152-23-33-16.w193-252.abo.wanadoo.fr [193.252.104.16])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9JCKJf1025611
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 19 Oct 2005 08:20:20 -0400 (EDT)
From: "Tia Oatman" <oatmantia@ch.onet.pl>
To: "Giulia Morones" <parkbench-method-archive@netlib2.cs.utk.edu>
Received: from sheading (192.168.214.181)
	by {%DOMAIN_FROM} (Pedology cv 2.77) with SMTP id wLiJcu-LeXsRV-XP
	for <{%MAIL_TO}>; Wed, 19 Oct 2005 07:20:10 -0500
Message-ID: <001901c5d4a7$70fa3580$b5d6a8c0@sheading>
From: "{%NAME_FROM}" <{@MAIL_FROM}>
To: "{%NAME_TO}" <{@MAIL_TO}>
Subject: Re: Phcarmcy New postition 
Date: Wed, 19 Oct 2005 07:20:07 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0016_01C5D47D.88242D80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0016_01C5D47D.88242D80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

W
rma S
line Ph
elcome to our Pha
hop On
armacy
your onl
name medicatio
affordable p
ine solution for quality generic and brand 
ns at 
rices!
ViaLevXanAmbCiaVal
gra Now $69itraaxienlis Now $99ium Now $85
,95   ,95,45
Many Other - Get detailed info
--(Dictionnaire Historique et Critique de Pierre Bayle. Paris,  Fox gobbled =
them up.  more timid than ourselves.  The Monkey and the Camel  with cords =
and led him away to the altar to be slain in honor of   


------=_NextPart_000_0016_01C5D47D.88242D80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<TABLE>
<TR>
  <TD>
<SPAN>&nbsp;<BR></SPAN><DIV><TABLE align=3Dcenter cellPadding=3D0 =
cellSpacing=3D0 border=3D0 style=3D"PADDING-BOTTOM: 0px; FONT-FAMILY: Arial; =
BORDER-TOP-WIDTH: 0px;">
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>W</TD>
    <TD></TD>
    <TD rowSpan=3D2>rma S</TD>
    <TD></TD>
    <TD rowSpan=3D2>line Ph</TD>
    <TD></TD></TR>
  <TR>
    <TD>elcome to our Pha</TD>
    <TD>hop On</TD>
    <TD>armacy</TD>
  </TR>
</TABLE>
<TABLE align=3Dcenter cellPadding=3D0 cellSpacing=3D0 border=3D0 =
style=3D"PADDING-BOTTOM: 0px; FONT-FAMILY: Arial; BORDER-TOP-WIDTH: 0px;">
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>your onl</TD>
    <TD></TD>
    <TD rowSpan=3D2>name medicatio</TD>
    <TD></TD>
    <TD rowSpan=3D2>affordable p</TD>
    <TD></TD></TR>
  <TR>
    <TD>ine solution for quality generic and brand&nbsp;</TD>
    <TD>ns at&nbsp;</TD>
    <TD>rices!</TD>
  </TR>
</TABLE></DIV><BR>
  </TD>
</TR>
<TR>
  <TD>
<DIV><BR><FONT face=3DArial><TABLE align=3Dcenter style=3D"WHITE-SPACE: =
normal; FONT-FAMILY: Courier; WHITE-SPACE: normal;" cellSpacing=3D0 =
cellPadding=3D0 border=3D0>
  <TR>
<TD><STRONG>Via</STRONG><BR>Lev<BR>Xan<BR>Amb<BR><STRONG>Cia</STRONG><BR><=
STRONG>Val</STRONG></TD>
<TD><STRONG>gra Now $69</STRONG><BR>itra<BR>ax<BR>ien<BR><STRONG>lis Now =
$99</STRONG><BR><STRONG>ium Now $85</STRONG></TD>
<TD><STRONG>,95</STRONG><BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR><STRONG>,9=
5</STRONG><BR><STRONG>,45</STRONG></TD>
  </TR>
</TABLE></FONT></DIV><DIV>&nbsp;</DIV>
  </TD>
<TR>
  <TD>
<DIV align=3Dcenter><FONT face=3DArial size=3D3>Many Other - </FONT><A =
href=3D"http://tulwargow.pysicel.info"><FONT face=3DArial size=3D3>Get =
detailed info</FONT></A></DIV>
  </TD>
</TR>
<TR>
  <TD>
<SPAN><BR><FONT face=3DArial><FONT size=3D2>--</FONT><BR><FONT =
size=3D1>(Dictionnaire Historique et Critique de Pierre Bayle. Paris, <BR> =
Fox gobbled them up. <BR> more timid than ourselves. <BR> The Monkey and the =
Camel <BR> with cords and led him away to the altar to be slain in honor of =
<BR> </FONT></FONT></SPAN><DIV>&nbsp;<BR></DIV>
  </TD>
</TR>
</TABLE></BODY></HTML>

------=_NextPart_000_0016_01C5D47D.88242D80--


From stearmanahi@cntrillo.es Thu Oct 20 21:18:05 2005
Return-Path: <stearmanahi@cntrillo.es>
Received: from cntrillo.es (cpe-69-205-196-70.stny.res.rr.com [69.205.196.70])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9L1I4f1012109
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 20 Oct 2005 21:18:05 -0400 (EDT)
From: "Nahia Stearman" <stearmanahi@cntrillo.es>
To: "Dawood Sotelo" <parkbench-method-archive@netlib2.cs.utk.edu>
Received: from trustless ([192.168.214.223]) by {%DOMAIN_FROM} with Microsoft SMTPSVC(5.0.2195.2966);
	Thu, 20 Oct 2005 20:18:14 -0500
Message-ID: <001101c5d5dd$4ca07500$dfd6a8c0@trustless>
From: "{%NAME_FROM}" <{@MAIL_FROM}>
To: "{%NAME_TO}" <{@MAIL_TO}>
Subject: Pharcmcy It Works Great 
Date: Thu, 20 Oct 2005 20:18:10 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_000E_01C5D5B3.63CA6D00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_000E_01C5D5B3.63CA6D00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

clear-toned bells fastened to his neck. His companion followed  was the =
matter. While they were assembled in anxious expectation  
Proazac
VjAGRRA Now Only $69,95
Levjttra
Proppecja
Xananax
Ambbjen
CjAALjS Now Only $99,95
Soama
VALjUUM Now Only $85,45
UIttram
And much more http://compromisemed.bertires.com
Have a nice day
--had not proceeded far when they met a Lion. The Fox, seeing  THE LIFE and =
History of Aesop is involved, like that of Homer,  that it gave more light =
than the sun. Then a sudden puff of wind  The Swollen Fox  do, when you make =
such a fuss about a mere fall into the water?   

------=_NextPart_000_000E_01C5D5B3.63CA6D00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><P><FONT size=3D1>clear-toned bells fastened to his neck. His companion =
followed  was the matter. While they were assembled in anxious expectation =
<BR> </FONT></P></DIV>
<DIV><P><FONT face=3DArial><FONT size=3D3><DIV>Proazac</DIV>
<DIV><STRONG>VjAGRRA Now Only $69,95</STRONG></DIV>
<DIV>Levjttra</DIV>
<DIV>Proppecja</DIV>
<DIV>Xananax</DIV>
<DIV>Ambbjen</DIV>
<DIV><STRONG>CjAALjS Now Only $99,95</STRONG></DIV>
<DIV>Soama</DIV>
<DIV><STRONG>VALjUUM Now Only $85,45</STRONG></DIV>
<DIV>UIttram</DIV>
</FONT></FONT></P></DIV>
<DIV><P><FONT face=3DArial><FONT size=3D4>And much more <A href=3D"http://=
compromisemed.bertires.com"><FONT size=3D4>http://compromisemed.ber=
tires.com</FONT></A></FONT></FONT></P></DIV>
<DIV><FONT size=3D4>Have a nice day</FONT></DIV>
<DIV><BR><FONT face=3DArial><FONT size=3D2>--</FONT><BR><FONT size=3D1>had =
not proceeded far when they met a Lion. The Fox, seeing <BR> THE LIFE and =
History of Aesop is involved, like that of Homer, <BR> that it gave more =
light than the sun. Then a sudden puff of wind <BR> The Swollen Fox <BR> do, =
when you make such a fuss about a mere fall into the water? <BR> =
</FONT></FONT></DIV><DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_000E_01C5D5B3.63CA6D00--


From meeskllaxm@ima-web.com Fri Oct 21 18:23:52 2005
Return-Path: <meeskllaxm@ima-web.com>
Received: from ima-web.com (h201.111.213.151.ip.alltel.net [151.213.111.201])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9LMNpf1026757
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 21 Oct 2005 18:23:52 -0400 (EDT)
From: "Laxmi Mees" <meeskllaxm@ima-web.com>
To: "Anila Narvaez" <parkbench-method-archive@netlib2.cs.utk.edu>
Received: from endview ([192.168.228.49]) by {%DOMAIN_FROM} with Microsoft SMTPSVC(5.0.2195.4453);
	Fri, 21 Oct 2005 17:24:07 -0500
Message-ID: <002c01c5d68e$24248380$31e4a8c0@endview>
From: "{%NAME_FROM}" <{@MAIL_FROM}>
To: "{%NAME_TO}" <{@MAIL_TO}>
Subject: Piharmcy It makes sense 
Date: Fri, 21 Oct 2005 17:24:03 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0029_01C5D664.3B4E7B80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0029_01C5D664.3B4E7B80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

own hard fate. Just as they were beginning to eat, someone  Orations by =
Poggio in the monastery of St. Gall A.D. 1416. M.  
Levvj.tra
Prr.opecja
VAL.LjUM Now $84
Pro.azac
S.oama
Am.nbjen
VjA.GRRA Now $69
UIttr.am
CjALL.jS Now $99
Xa.nanax
plus many other http://prompterbpu.limelad.com 
Good luck
--A FARMERS daughter was carrying her Pail of milk from the field  to snatch =
a lamb from the fold, but he himself fell prey to the  altogether =
contradictory and unreasonable; for when I paid you  EVERY MAN, according to =
an ancient legend, is born into the world  hollow of the tree. When night =
came she went forth with silent   

------=_NextPart_000_0029_01C5D664.3B4E7B80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><P><FONT face=3DArial><FONT size=3D1>own hard fate. Just as they were =
beginning to eat, someone  Orations by Poggio in the monastery of St. Gall =
A.D. 1416. M. <BR> </FONT></FONT></P></DIV>
<DIV><BR><FONT size=3D3><DIV>Levvj.tra</DIV>
<DIV>Prr.opecja</DIV>
<DIV><STRONG>VAL.LjUM Now $84</STRONG></DIV>
<DIV>Pro.azac</DIV>
<DIV>S.oama</DIV>
<DIV>Am.nbjen</DIV>
<DIV><STRONG>VjA.GRRA Now $69</STRONG></DIV>
<DIV>UIttr.am</DIV>
<DIV><STRONG>CjALL.jS Now $99</STRONG></DIV>
<DIV>Xa.nanax</DIV>
</FONT></DIV><DIV>&nbsp;</DIV>
<DIV><BR><FONT face=3DArial><FONT size=3D4>plus many other <A =
href=3D"http://prompterbpu.limelad.com"><FONT size=3D4>http://prompte=
rbpu.limelad.com</FONT></A></FONT></FONT></DIV><DIV>&nbsp;</DIV>
<DIV><FONT size=3D4>Good luck</FONT></DIV>
<SPAN><BR><FONT face=3DArial><FONT size=3D2>--</FONT><BR><FONT size=3D1>A =
FARMERS daughter was carrying her Pail of milk from the field <BR> to snatch =
a lamb from the fold, but he himself fell prey to the <BR> altogether =
contradictory and unreasonable; for when I paid you <BR> EVERY MAN, according =
to an ancient legend, is born into the world <BR> hollow of the tree. When =
night came she went forth with silent <BR> </FONT></FONT></SPAN><DIV>&nbsp=
;<BR></DIV></BODY></HTML>

------=_NextPart_000_0029_01C5D664.3B4E7B80--


From 7ranjan@1stsearchranking.com Tue Oct 25 00:50:51 2005
Return-Path: <7ranjan@1stsearchranking.com>
Received: from 68.38.90.124 (pcp0011664489pcs.jersyc01.nj.comcast.net [68.38.90.124])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9P4ogf1027260
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 25 Oct 2005 00:50:45 -0400 (EDT)
Message-ID: <ad8401c5d91d$bd4e7b11$06ee5b71@1stsearchranking.com>
From: "Jennifer A. Clark" <7ranjan@1stsearchranking.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?TWFjcm9tZWRpYSBTdHVkaW8gTVggMjAwNCAtIDc1JSBPRkY=?=
Date: Tue, 25 Oct 2005 04:31:57 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_6BF1A112.6C87B388"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_6BF1A112.6C87B388
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_94C1EB6E.B4D1E339"


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

      Get access to all the software you ever imagined for bottom prices!
Our software is 2-10 times cheaper than sold by our competitors.

A few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$69.95 Dreamweaver MX 2004 / Flash MX 2004 / Fireworks MX
$149.95 Adobe Creative Suite Premium (5 CD)
$79.95 Adobe Acrobat 6.0 Professional
$59.95 Corel Draw Graphics Suite 11

Special offers:
$89.95 Windows XP Pro + Office XP Pro
$129.95 Photoshop 7 + Premiere 7 + Illustrator 10
$109.95 Dreamweaver MX 2004 + Flash MX 2004

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... Go visit us at:

http://www.sofheaven.org

Sincerely,
Jennifer Clark


________________________________ 
To change your mail details, go here
________________________________ 

 
------=_NextPart_001_0001_94C1EB6E.B4D1E339
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">  <TBODY>
  <TR>
    <TD>Get access to all the software you ever imagined for 
      bottom prices!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>A few examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$69.95 Dreamweaver MX 2004 / Flash MX 2004 / Fireworks MX<BR>$149.95 Adobe Creative Suite Premium (5 CD)<br>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$59.95 Corel Draw Graphics Suite 11<BR><BR>
Special offers:<br>
$89.95 Windows XP Pro + Office XP Pro<br>
$129.95 Photoshop 7 + Premiere 7 + Illustrator 10<br>
$109.95 Dreamweaver MX 2004 + Flash MX 2004<br><br>


All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many more... Go visit us at:<BR><BR><A 
      href="http://www.sofheaven.org">http://www.sofheaven.org</A><BR><BR>
      Sincerely,<BR>Jennifer Clark<BR><BR><BR>________________________________     <BR>To 
      change your mail details, go <a href="http://www.sofheaven.org/uns.htm">here</A><BR>________________________________

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_94C1EB6E.B4D1E339--



------=_NextPart_000_0000_6BF1A112.6C87B388--
 

From crotimb@herknperk.com Wed Oct 26 18:40:16 2005
Return-Path: <crotimb@herknperk.com>
Received: from herknperk.com (p3174-ipbf210funabasi.chiba.ocn.ne.jp [222.149.66.174])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9QMeEf1028924
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 26 Oct 2005 18:40:14 -0400 (EDT)
Received: by 192.168.239.142 with SMTP id PXprJU-syUHux-cT;
	Wed, 26 Oct 2005 17:40:23 -0500
Received: by 192.168.214.207 with HTTP; 
	Wed, 26 Oct 2005 17:40:23 -0500
Message-ID: <001901c5da7e$3e8ba200$cfd6a8c0@humbug>
From: "Cronus Timberlake" <crotimb@herknperk.com>
To: "Terminus Garey" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Arthur - V stories
Date: Wed, 26 Oct 2005 17:40:20 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0016_01C5DA54.55B59A00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0016_01C5DA54.55B59A00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I am a healthy 24 year old male, up to this point never had any problems =
sexually.
Well, after years of hard work, I got my dream girl - an insatiable crush =
since my teens.  Unfortunately, the pressure to perform became too much =
initially for me to bear and I found myself not rising to the occasion as I =
would have liked or as I have in the past.
On the advice of a friend, I bought Vjjagra online http://www.soresim.com and =
decided to give it a go.
And WOW, incredible. I felt like a little pressure in my face, but all that =
went to the wayside after I climaxed 4 times throughout the night. She even =
had her first orgasm ever through intercourse! My anxiety is a thing of the =
past and I am now back to my old self.
All I needed was Vjjagra to help me tell myself "you can do it." =
http://www.soresim.com

------=_NextPart_000_0016_01C5DA54.55B59A00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV>I am a healthy 24 year old male, up to this point never had any problems =
sexually.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Well, after years of hard work, I got my dream girl - an insatiable =
crush since my teens. <BR> Unfortunately, the pressure to perform became too =
much initially for me to bear and I found myself not rising to the occasion =
as I would have liked or as I have in the past.</DIV>
<DIV>&nbsp;</DIV>
<DIV>On the advice of a friend, I bought Vjjagra online <A href=3D"http://=
www.soresim.com">http://www.soresim.com</A> and decided to give it a go.</DIV>
<DIV>&nbsp;</DIV>
<DIV>And WOW, incredible. I felt like a little pressure in my face, but all =
that went to the wayside after I climaxed 4 times throughout the night. She =
even had her first orgasm ever through intercourse! My anxiety is a thing of =
the past and I am now back to my old self.</DIV>
<DIV>&nbsp;</DIV>
<DIV>All I needed was Vjjagra to help me tell myself "you can do it." <A =
href=3D"http://www.soresim.com">http://www.soresim.com</A></DIV></BODY></HTML>

------=_NextPart_000_0016_01C5DA54.55B59A00--


From calisomo@tarazinfo.kz Thu Oct 27 18:26:22 2005
Return-Path: <calisomo@tarazinfo.kz>
Received: from tarazinfo.kz (dsl-201-137-14-90.prod-infinitum.com.mx [201.137.14.90] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9RMQKf1023335
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 27 Oct 2005 18:26:22 -0400 (EDT)
From: "Dinesh Calise" <calisomo@tarazinfo.kz>
To: "Todd Haynie" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <004201c5db45$7d385f80$2b01a8c0@buckish>
Subject: Re: Sidony Wolken Good News 
Date: Thu, 27 Oct 2005 17:26:35 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_003F_01C5DB1B.94625780"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_003F_01C5DB1B.94625780
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Good day for you,
Do you wan
VE UPTO 
% on 
ons?
t to SA
70
your Medicati
But It's so 
rmaExpres
hop
easy with Pha
s S
LevVALVIAXanAmbCIA
itraIUM Now $GRA Now $axienLIS Now $
85.4569.95  99.95
and 200 other - Additional info


------=_NextPart_000_003F_01C5DB1B.94625780
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D1 cellPadding=3D10 style=3D"MARGIN-TOP: 0px;" =
bgColor=3D#000000>
  <TR>
    <TD bgColor=3D#018289>
<DIV align=3Dcenter><FONT face=3DArial size=3D4 color=3D#F9F699>Good day for =
you,</FONT></DIV>
<DIV align=3Dcenter><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0>
  <TR>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>Do you =
wan</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>VE =
UPTO&nbsp;</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>% =
on&nbsp;</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>ons?</F=
ONT></TD><TD></TD>
  </TR>
  <TR>
    <TD vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>t to SA</FONT></TD>
    <TD vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>70</FONT></TD>
    <TD vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>your Medicati<=
/FONT></TD></TR></TABLE></FONT></DIV>
<DIV align=3Dcenter><FONT face=3DArial><TABLE cellPadding=3D0 cellSpacing=3D0>
  <TR style=3D"BORDER-TOP-WIDTH: 0px;">
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>But It's =
so&nbsp;</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>rmaExpr=
es</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>=
hop</FONT></TD><TD></TD>
  </TR>
  <TR style=3D"BORDER-TOP-WIDTH: 0px;">
    <TD vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>easy with =
Pha</FONT></TD>
    <TD vAlign=3Dbottom><FONT size=3D4 color=3D#F9F699>s S</FONT></TD></TR=
></TABLE></FONT></DIV></TD></TR>
  <TR>
    <TD bgColor=3D#ffffff><FONT face=3DCourier size=3D3>
<TABLE align=3Dcenter cellPadding=3D0 cellSpacing=3D0>
  <TR>
<TD>Lev<BR><B>VAL</B><BR><B>VIA</B><BR>Xan<BR>Amb<BR><B>CIA</B></TD>
<TD>itra<BR><B>IUM Now $</B><BR><B>GRA Now $</B><BR>ax<BR>ien<BR><B>LIS Now =
$</B></TD>
<TD>&nbsp;<BR><B>85.45</B><BR><B>69.95</B><BR>&nbsp;<BR>&nbsp;<BR><B>=
99.95</B></TD>
  </TR></TABLE></FONT>
    </TD>
  </TR>
  <TR>
    <TD bgColor=3D#ffffff>
      <DIV align=3Dcenter><FONT face=3DArial size=3D3>and 200 other - <A =
href=3D"http://plankingarm.tabup.info"><FONT face=3DArial size=3D3>Additional =
info</FONT></A></FONT></DIV>
    </TD>
  </TR>
</TABLE></BODY></HTML>

------=_NextPart_000_003F_01C5DB1B.94625780--


From mauannis@mncn.csic.es Fri Oct 28 17:44:37 2005
Return-Path: <mauannis@mncn.csic.es>
Received: from mncn.csic.es (host-66-202-105-215.col.choiceone.net [66.202.105.215])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9SLiaf1012711
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 28 Oct 2005 17:44:37 -0400 (EDT)
Received: by 192.168.217.153 with SMTP id ZKnZoa-wZOXXs-vp;
	Fri, 28 Oct 2005 16:44:55 -0500
Received: by 192.168.30.195 with HTTP; 
	Fri, 28 Oct 2005 16:44:55 -0500
Message-ID: <003201c5dc08$d4533880$c31ea8c0@Arguseyed>
From: "Annis Mau" <mauannis@mncn.csic.es>
To: "Proserpine Rodrigez" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Marshalls Story to read
Date: Fri, 28 Oct 2005 16:44:53 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002F_01C5DBDE.EB7D3080"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002F_01C5DBDE.EB7D3080
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Howdy,
Do you want 
E UPTO 
% on
ons?
to SAV
70
your Medicati
You can do i
maE
hop
t with Phar
xpress S
VIAXanVALCIALevAmb
GRA Now $axIUM Now $LIS Now $itraien
69.95 85.4599.95  
plus other - Additional info


------=_NextPart_000_002F_01C5DBDE.EB7D3080
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE cellPadding=3D10 style=3D"BORDER-TOP-WIDTH: 0px;" cellSpacing=3D1 =
bgColor=3D#000000>
  <TR>
    <TD bgColor=3D#0882C6>
<DIV align=3Dcenter><FONT face=3DArial size=3D4 color=3D#F5F5F8>Howdy,<=
/FONT></DIV>
<DIV align=3Dcenter><FONT face=3DArial><TABLE cellSpacing=3D0 cellPadding=3D0>
  <TR>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>Do you =
want&nbsp;</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>E =
UPTO&nbsp;</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>% =
on</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>ons?</=
FONT></TD><TD></TD>
  </TR>
  <TR>
    <TD vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>to SAV</FONT></TD>
    <TD vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>70</FONT></TD>
    <TD vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>&nbsp;your =
Medicati</FONT></TD></TR></TABLE></FONT></DIV>
<DIV align=3Dcenter><FONT face=3DArial><TABLE cellPadding=3D0 cellSpacing=3D0>
  <TR style=3D"WORD-SPACING: normal;">
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>You can do =
i</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>maE<=
/FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>h=
op</FONT></TD><TD></TD>
  </TR>
  <TR style=3D"WORD-SPACING: normal;">
    <TD vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>t with Phar</FONT></TD>
    <TD vAlign=3Dbottom><FONT size=3D4 color=3D#F5F5F8>xpress =
S</FONT></TD></TR></TABLE></FONT></DIV></TD></TR>
  <TR>
    <TD bgColor=3D#ffffff><FONT face=3DCourier size=3D3>
<TABLE align=3Dcenter cellPadding=3D0 cellSpacing=3D0>
  <TR>
<TD><B>VIA</B><BR>Xan<BR><B>VAL</B><BR><B>CIA</B><BR>Lev<BR>Amb</TD>
<TD><B>GRA Now $</B><BR>ax<BR><B>IUM Now $</B><BR><B>LIS Now $</B><BR>it=
ra<BR>ien</TD>
<TD><B>69.95</B><BR>&nbsp;<BR><B>85.45</B><BR><B>99.95</B><BR>&nbsp;<=
BR>&nbsp;</TD>
  </TR></TABLE></FONT>
    </TD>
  </TR>
  <TR>
    <TD bgColor=3D#ffffff>
      <DIV align=3Dcenter><FONT face=3DArial size=3D3>plus other - <A =
href=3D"http://recommendationpnm.gambetee.com"><FONT face=3DArial =
size=3D3>Additional info</FONT></A></FONT></DIV>
    </TD>
  </TR>
</TABLE></BODY></HTML>

------=_NextPart_000_002F_01C5DBDE.EB7D3080--


From oestmar@day.uws.edu.au Sat Oct 29 22:17:54 2005
Return-Path: <oestmar@day.uws.edu.au>
Received: from day.uws.edu.au ([61.177.199.66])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9U2Hof1003243
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 29 Oct 2005 22:17:52 -0400 (EDT)
Received: by 192.168.69.196 with SMTP id kpenGJ-dRqGEU-EB;
	Sat, 29 Oct 2005 21:18:08 -0500
Received: by 192.168.16.9 with HTTP; 
	Sat, 29 Oct 2005 21:18:08 -0500
Message-ID: <005301c5dcf8$2921ac80$0910a8c0@hostler>
From: "Mareike Oesterling" <oestmar@day.uws.edu.au>
To: "Cleena Lampkin" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Tracys Nice Story
Date: Sat, 29 Oct 2005 21:18:05 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0050_01C5DCCE.404BA480"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0050_01C5DCCE.404BA480
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi
iss Phar
s Speci
fer!
, Don't m
maExpres
al Of
CIAXanLevVALVIAAmb
LIS Now $axitraIUM Now $GRA Now $ien
3.75  1.213.33 
plus many other - Get more info
- Home - Fast - Best - Easy - Total 
DeliShipPricOrdeConf
verypingesringidentiality


------=_NextPart_000_0050_01C5DCCE.404BA480
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE cellPadding=3D0 cellSpacing=3D0>
  <TR style=3D"PADDING-LEFT: 0px;">
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 face=3DArial =
color=3D#0785C5>Hi</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 face=3DArial =
color=3D#0785C5>iss Phar</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 face=3DArial =
color=3D#0785C5>s Speci</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 face=3DArial =
color=3D#0785C5>fer!</FONT></TD><TD></TD>
  </TR>
  <TR style=3D"PADDING-LEFT: 0px;">
    <TD vAlign=3Dbottom><FONT size=3D4 face=3DArial color=3D#0785C5>, Don't =
m</FONT></TD>
    <TD vAlign=3Dbottom><FONT size=3D4 face=3DArial color=3D#0785C5>maExp=
res</FONT></TD>
    <TD vAlign=3Dbottom><FONT size=3D4 face=3DArial color=3D#0785C5>al =
Of</FONT></TD>
  </TR></TABLE>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 style=3D"BORDER-BOTTOM-WIDTH: 0px;">
<TR>
<TD><FONT size=3D3 face=3DCourier><B>CIA</B><BR>Xan<BR>Lev<BR><B>VA=
L</B><BR><B>VIA</B><BR>Amb</FONT></TD>
<TD><FONT size=3D3 face=3DCourier><B>LIS Now $</B><BR>ax<BR>itra<BR><B>IUM =
Now $</B><BR><B>GRA Now $</B><BR>ien</FONT></TD>
<TD><FONT size=3D3 face=3DCourier><B>3.75</B><BR>&nbsp;<BR>&nbsp;<BR><B=
>1.21</B><BR><B>3.33</B><BR>&nbsp;</FONT></TD>
</TR>
</TABLE>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>plus many other - <A href=3D"http://super=
structurekog.futurgenera.com"><FONT face=3DArial size=3D3>Get more =
info</FONT></A></FONT></DIV>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 style=3D"BORDER-BOTTOM-WIDTH: 0px;">
<TR>
<TD><FONT size=3D3 face=3DCourier>- Home&nbsp;<BR>- Fast&nbsp;<BR>- =
Best&nbsp;<BR>- Easy&nbsp;<BR>- Total&nbsp;</FONT></TD>
<TD><FONT size=3D3 face=3DCourier>Deli<BR>Ship<BR>Pric<BR>Orde<BR>Conf=
</FONT></TD>
<TD><FONT size=3D3 face=3DCourier>very<BR>ping<BR>es<BR>ring<BR>identia=
lity</FONT></TD>
</TR>
</TABLE></BODY></HTML>

------=_NextPart_000_0050_01C5DCCE.404BA480--


From berjouhuu@mcnon.com Mon Oct 31 04:38:45 2005
Return-Path: <berjouhuu@mcnon.com>
Received: from mcnon.com ([83.244.70.126])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9V9cYf1023033
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 31 Oct 2005 04:38:44 -0500 (EST)
From: "Berjouhi Larger" <berjouhuu@mcnon.com>
To: "Ashley Wasser" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <005a01c5ddfe$f31b2000$aa78a8c0@richness>
Subject: Re: Ronnies don't miss it
Date: Mon, 31 Oct 2005 04:39:12 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0057_01C5DDD5.0A451800"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0057_01C5DDD5.0A451800
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi, nice 
't miss Ph
xpress Specia
ffer
to meet you, Don
armaE
l O
XaAmVAVICILe
naxbienLIUM Now $AGRA Now $ALIS Now $vitra
1.203.313.69 
Over 200 other - Get More Detailed information
>> Home >> Best >> Easy >> Total >> Fast 
DelPriOrdConShi
iveryceseringfidentialitypping


------=_NextPart_000_0057_01C5DDD5.0A451800
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE cellPadding=3D0 cellSpacing=3D0>
  <TR style=3D"BORDER-COLOR: #FFFFFF;">
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 face=3DArial =
color=3D#349B38>Hi, nice&nbsp;</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 face=3DArial =
color=3D#349B38>'t miss Ph</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 face=3DArial =
color=3D#349B38>xpress Specia</FONT></TD><TD></TD>
    <TD rowSpan=3D2 vAlign=3Dbottom><FONT size=3D4 face=3DArial =
color=3D#349B38>ffer</FONT></TD><TD></TD>
  </TR>
  <TR style=3D"BORDER-COLOR: #FFFFFF;">
    <TD vAlign=3Dbottom><FONT size=3D4 face=3DArial color=3D#349B38>to meet =
you, Don</FONT></TD>
    <TD vAlign=3Dbottom><FONT size=3D4 face=3DArial color=3D#349B38>armaE=
</FONT></TD>
    <TD vAlign=3Dbottom><FONT size=3D4 face=3DArial color=3D#349B38>l =
O</FONT></TD>
  </TR></TABLE>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 style=3D"MARGIN-TOP: 0px;" cellPadding=3D0>
<TR>
<TD><FONT size=3D3 face=3DCourier>Xa<BR>Am<BR><B>VA</B><BR><B>VI</B><BR>=
<B>CI</B><BR>Le</FONT></TD>
<TD><FONT size=3D3 face=3DCourier>nax<BR>bien<BR><B>LIUM Now $</B><BR><B>AGRA =
Now $</B><BR><B>ALIS Now $</B><BR>vitra</FONT></TD>
<TD><FONT size=3D3 face=3DCourier>&nbsp;<BR>&nbsp;<BR><B>1.20</B><BR>=
<B>3.31</B><BR><B>3.69</B><BR>&nbsp;</FONT></TD>
</TR>
</TABLE>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Over 200 other - <A href=3D"http://Cocka=
ynedga.nerelated.com"><FONT face=3DArial size=3D3>Get More Detailed =
information</FONT></A></FONT></DIV>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 style=3D"MARGIN-TOP: 0px;" cellPadding=3D0>
<TR>
<TD><FONT size=3D3 face=3DCourier>>> Home&nbsp;<BR>>> Best&nbsp;<BR>>> =
Easy&nbsp;<BR>>> Total&nbsp;<BR>>> Fast&nbsp;</FONT></TD>
<TD><FONT size=3D3 face=3DCourier>Del<BR>Pri<BR>Ord<BR>Con<BR>Shi</FONT></TD>
<TD><FONT size=3D3 face=3DCourier>ivery<BR>ces<BR>ering<BR>fidential=
ity<BR>pping</FONT></TD>
</TR>
</TABLE></BODY></HTML>

------=_NextPart_000_0057_01C5DDD5.0A451800--


From 190alica@4parentsnetwork.com Mon Oct 31 11:00:38 2005
Return-Path: <190alica@4parentsnetwork.com>
Received: from 151.37.27.143 (adsl-143-27.37-151.net24.it [151.37.27.143])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j9VG0Lf1011742
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 31 Oct 2005 11:00:35 -0500 (EST)
Message-ID: <c0fc01c5de31$117d637a$80167017@4parentsnetwork.com>
From: "Paul A. Davis" <190alica@4parentsnetwork.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?VmlhZ3JhIC0gTE9XIHByaWNlIQ==?=
Date: Mon, 31 Oct 2005 15:40:44 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_31BFD6FF.14CF7334"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_31BFD6FF.14CF7334
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_41F70E2A.2336B11B"


------=_NextPart_001_0001_41F70E2A.2336B11B
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

        VIAGRA
http://www.unquenched.net/vt/

Only $1.99/dose!


________________________________
To be taken off future campaigns, go here
________________________________ 

 
------=_NextPart_001_0001_41F70E2A.2336B11B
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0><table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">
  <TBODY>
  <TR>
    <TD>
      <P>

VIAGRA<br><a href="http://www.unquenched.net/vt/">http://www.unquenched.net/vt/</a><br><br>

Only $1.99/dose!<br><br><br>________________________________<br>
To be taken off future campaigns, go <a href="http://www.unquenched.net/uns.htm">here</a><br>________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_41F70E2A.2336B11B--



------=_NextPart_000_0000_31BFD6FF.14CF7334--
 

From daniellarmwood@abcnews.go.com Wed Nov  9 10:55:37 2005
Return-Path: <daniellarmwood@abcnews.go.com>
Received: from abcnews.go.com (106-9.espol.com.pl [83.168.106.9] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jA9FtXf1029343
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 9 Nov 2005 10:55:36 -0500 (EST)
Message-ID: <000f01c5e546$0e480700$348ca8c0@partywire>
From: "Daniella Armwood" <daniellarmwood@abcnews.go.com>
To: "Tanya Kube" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Tony - time to think about it
Date: Wed, 9 Nov 2005 10:55:50 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_000C_01C5E51C.2571FF00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_000C_01C5E51C.2571FF00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Good day,
X C V A V P
a I A m I r
n A L b A o
a L I i G z
x I U e R a
S M n A c
3,75  1,21    3,33  
Qu
ng for
cations - vi
maE
op
it overpayi
your Meddi
sit our Phar
xpress Sh


------=_NextPart_000_000C_01C5E51C.2571FF00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Good day,</DIV>
<DIV>&nbsp;</DIV>
<TABLE style=3D"BORDER: 0px;" cellPadding=3D0 cellSpacing=3D0>
<TR>
<TD><FONT face=3D"Courier">X C V A V P</FONT></TD>
<TD><FONT face=3D"Courier">a I A m I r</FONT></TD>
<TD><FONT face=3D"Courier">n A L b A o</FONT></TD>
<TD><FONT face=3D"Courier">a L I i G z</FONT></TD>
<TD><FONT face=3D"Courier">x I U e R a</FONT></TD>
<TD><FONT face=3D"Courier">&nbsp;<BR> S M n A c</FONT></TD>
<TD><FONT face=3D"Courier">&nbsp;<BR> &nbsp;3,75 &nbsp;1,21 &nbsp;<BR> =
&nbsp;3,33 &nbsp;<BR></FONT></TD>
<TD style=3D"BORDER-TOP-WIDTH: 0px;" width=3D100%></TD>
</TR>
</TABLE>
<DIV>&nbsp;</DIV>
<TABLE style=3D"BORDER: 0px;" cellPadding=3D0 cellSpacing=3D0>
  <TR style=3D"BORDER-TOP-WIDTH: 0px;">
    <TD rowSpan=3D3 style=3D"MARGIN-TOP: 0px;" vAlign=3Dbottom>Qu</TD>=
<TD></TD>
    <TD rowSpan=3D3 style=3D"MARGIN-TOP: 0px;" vAlign=3Dbottom>ng =
for</TD><TD></TD>
    <TD rowSpan=3D3 style=3D"MARGIN-TOP: 0px;" vAlign=3Dbottom>cations - <A =
href=3D"http://edviimirrascEast.tripod.com">vi</A></TD><TD></TD>
    <TD rowSpan=3D3 style=3D"MARGIN-TOP: 0px;" vAlign=3Dbottom><A =
href=3D"http://edviimirrascEast.tripod.com">maE</A></TD><TD></TD>
    <TD rowSpan=3D3 style=3D"MARGIN-TOP: 0px;" vAlign=3Dbottom><A =
href=3D"http://edviimirrascEast.tripod.com">op</A></TD><TD></TD>
  </TR>
  <TR style=3D"BORDER-TOP-WIDTH: 0px;">
    <TD style=3D"BORDER: 0px;" vAlign=3Dbottom>it overpayi</TD>
    <TD style=3D"BORDER: 0px;" vAlign=3Dbottom>&nbsp;your Meddi</TD>
    <TD style=3D"BORDER: 0px;" vAlign=3Dbottom><A href=3D"http://edviim=
irrascEast.tripod.com">sit our Phar</A></TD>
    <TD style=3D"BORDER: 0px;" vAlign=3Dbottom><A href=3D"http://edviimirr=
ascEast.tripod.com">xpress Sh</TD>
  </TR></TABLE>
</BODY></HTML>

------=_NextPart_000_000C_01C5E51C.2571FF00--


From mollicpeti@toofanmail.com Fri Nov 11 02:42:37 2005
Return-Path: <mollicpeti@toofanmail.com>
Received: from toofanmail.com (210.213.152.20.pldt.net [210.213.152.20] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jAB7gYf1006851
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 11 Nov 2005 02:42:35 -0500 (EST)
From: "Peti Mollica" <mollicpeti@toofanmail.com>
To: "Oenone Cassady" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <004201c5e693$912aa800$b047a8c0@desideratum>
Subject: Shane: very good news
Date: Fri, 11 Nov 2005 02:43:12 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_003F_01C5E669.A854A000"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_003F_01C5E669.A854A000
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Good day,
Qu
ng for
ations - vi
rmaE
p
it overpayi
your Meddic
sit our Pha
xpress Sho
P V A V C X
r I m A I a
o A b L A n
z G i I L a
a R e U I x
c A n M S  
69,95    85,45  99,95  


------=_NextPart_000_003F_01C5E669.A854A000
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Good day,</DIV>
<TABLE cellPadding=3D0 style=3D"MARGIN-BOTTOM: 0px;" cellSpacing=3D0>
  <TR style=3D"BORDER-WIDTH: 0px;">
    <TD vAlign=3Dbottom style=3D"PADDING-RIGHT: 0px;" rowSpan=3D3>Qu</TD><=
TD></TD>
    <TD vAlign=3Dbottom style=3D"PADDING-RIGHT: 0px;" rowSpan=3D3>ng =
for</TD><TD></TD>
    <TD vAlign=3Dbottom style=3D"PADDING-RIGHT: 0px;" rowSpan=3D3>ations - <A =
href=3D"http://Arnertiarciaroed.tripod.com">vi</A></TD><TD></TD>
    <TD vAlign=3Dbottom style=3D"PADDING-RIGHT: 0px;" rowSpan=3D3><A =
href=3D"http://Arnertiarciaroed.tripod.com">rmaE</A></TD><TD></TD>
    <TD vAlign=3Dbottom style=3D"PADDING-RIGHT: 0px;" rowSpan=3D3><A =
href=3D"http://Arnertiarciaroed.tripod.com">p</A></TD><TD></TD>
  </TR>
  <TR style=3D"BORDER-WIDTH: 0px;">
    <TD vAlign=3Dbottom style=3D"WORD-SPACING: normal;">it overpayi</TD>
    <TD vAlign=3Dbottom style=3D"WORD-SPACING: normal;">&nbsp;your Meddic</TD>
    <TD vAlign=3Dbottom style=3D"WORD-SPACING: normal;"><A href=3D"h=
ttp://Arnertiarciaroed.tripod.com">sit our Pha</A></TD>
    <TD vAlign=3Dbottom style=3D"WORD-SPACING: normal;"><A href=3D"ht=
tp://Arnertiarciaroed.tripod.com">xpress Sho</TD>
  </TR></TABLE>
<DIV>&nbsp;</DIV>
<TABLE cellPadding=3D0 style=3D"MARGIN-BOTTOM: 0px;" cellSpacing=3D0>
<TR>
<TD><FONT face=3D"Courier">P V A V C X</FONT></TD>
<TD><FONT face=3D"Courier">r I m A I a</FONT></TD>
<TD><FONT face=3D"Courier">o A b L A n</FONT></TD>
<TD><FONT face=3D"Courier">z G i I L a</FONT></TD>
<TD><FONT face=3D"Courier">a R e U I x</FONT></TD>
<TD><FONT face=3D"Courier">c A n M S &nbsp;<BR></FONT></TD>
<TD><FONT face=3D"Courier">&nbsp;<BR> &nbsp;69,95 &nbsp;<BR> &nbsp;85,45 =
&nbsp;99,95 &nbsp;<BR></FONT></TD>
<TD width=3D100%></TD>
</TR>
</TABLE></BODY></HTML>

------=_NextPart_000_003F_01C5E669.A854A000--


From penafloddvbap@tourexpo.com Sat Nov 12 16:33:45 2005
Return-Path: <penafloddvbap@tourexpo.com>
Received: from tourexpo.com (Camille27@lns-bzn-15-82-248-1-254.adsl.proxad.net [82.248.1.254])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jACLXhf1025029
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 12 Nov 2005 16:33:44 -0500 (EST)
Message-ID: <002601c5e7d0$e3251800$932ba8c0@fewness>
From: "Carine Penaflor" <penafloddvbap@tourexpo.com>
To: "Keara Topham" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Albert Really Works Good
Date: Sat, 12 Nov 2005 16:34:40 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0023_01C5E7A6.FA4F1000"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0023_01C5E7A6.FA4F1000
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

P L V V A X Cr e A I m a Io v L A b n Az i I G i a La t U R e x Ic ra M A n   =
S     1,22  3,32      3,75http://www.uconditiona.com

------=_NextPart_000_0023_01C5E7A6.FA4F1000
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE>
<TR><TD><FONT face=3D"Courier New">P L V V A X C</FONT></TD><TD><FONT =
face=3D"Courier New">r e A I m a I</FONT></TD><TD><FONT face=3D"Courier =
New">o v L A b n A</FONT></TD><TD><FONT face=3D"Courier New">z i I G i a =
L</FONT></TD><TD><FONT face=3D"Courier New">a t U R e x I</FONT></TD><TD><=
FONT face=3D"Courier New">c ra M A n &nbsp;<BR> S</FONT></TD><TD><FONT =
face=3D"Courier New">&nbsp;<BR> &nbsp;<BR> &nbsp;1,22 &nbsp;3,32 &nbsp;<BR> =
&nbsp;<BR> &nbsp;3,75</FONT></TD><TD width=3D100%></TD></TR></TABLE><A =
href=3D"http://www.uconditiona.com">http://www.uconditiona.com</A></BODY=
></HTML>

------=_NextPart_000_0023_01C5E7A6.FA4F1000--


From 594daniel@2way.com Sun Nov 13 06:58:09 2005
Return-Path: <594daniel@2way.com>
Received: from a171008.upc-a.chello.nl (a171008.upc-a.chello.nl [62.163.171.8])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jADBw4f1004918
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 13 Nov 2005 06:58:07 -0500 (EST)
Message-ID: <9b6e01c5e84f$47798ad8$cb19e06d@2way.com>
From: "Vanessa J. Smith" <594daniel@2way.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?QWRvYmUgQ3JlYXRpdmUgU3VpdGUgKDUgQ0QpIC0gd2hvbGVzYWxlIHByaWNl?=
Date: Sun, 13 Nov 2005 12:41:21 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_CBFB8F64.F7E13D3D"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_CBFB8F64.F7E13D3D
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_1DDADBDA.D57D5206"


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

      Access all the software possible for less!
Our software is 2-10 times cheaper than sold by our competitors.

Just a few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$69.95 Dreamweaver MX 2004 / Flash MX 2004 / Fireworks MX
$149.95 Adobe Creative Suite Premium (5 CD)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 MS Project 2003 Professional

Special offers:
$89.95 Windows XP Pro + Office XP Pro
$129.95 Photoshop 7 + Premiere 7 + Illustrator 10
$109.95 Dreamweaver MX 2004 + Flash MX 2004

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And lots more... For full list of products go:

http://www.softheaven.org

Regards,
Jennifer Clark


________________________________ 
To change your mail details, go here
________________________________ 

 
------=_NextPart_001_0001_1DDADBDA.D57D5206
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">  <TBODY>
  <TR>
    <TD>Access all the software possible for 
      less!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>Just a few 
      examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$69.95 Dreamweaver MX 2004 / Flash MX 2004 / Fireworks MX<BR>$149.95 Adobe Creative Suite Premium (5 CD)<br>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 MS Project 2003 Professional<BR><BR>
Special offers:<br>
$89.95 Windows XP Pro + Office XP Pro<br>
$129.95 Photoshop 7 + Premiere 7 + Illustrator 10<br>
$109.95 Dreamweaver MX 2004 + Flash MX 2004<br><br>


All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And lots more... For full list of products go:<BR><BR><A 
      href="http://www.softheaven.org">http://www.softheaven.org</A><BR><BR>Regards,<BR>Jennifer Clark<BR><BR><BR>________________________________     <BR>To 
      change your mail details, go <a href="http://www.softheaven.org/uns.htm">here</A><BR>________________________________

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_1DDADBDA.D57D5206--



------=_NextPart_000_0000_CBFB8F64.F7E13D3D--
 

From pavao@gdahc.org Tue Nov 15 10:55:12 2005
Return-Path: <pavao@gdahc.org>
Received: from gdahc.org (host69-62.pool8290.interbusiness.it [82.90.62.69])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jAFFtBf1012395
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 15 Nov 2005 10:55:11 -0500 (EST)
Message-ID: <003c01c5e9fd$25cb3800$a0a8a8c0@paint>
From: "Pavao Yokota" <pavao@gdahc.org>
To: "Sharona Dority" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Lee Good Day Again
Date: Tue, 15 Nov 2005 10:56:32 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0039_01C5E9D3.3CF53000"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0039_01C5E9D3.3CF53000
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,
Quit 
ying for you
ddications - v
harmaE
hop
overpa
r Me
isit our P
xpress S
P L V C X A V
r e A I a m I
o v L A n b A
z i I L a i G
a t U I x e R
c ra M S   n A
1.21  3.75      3.33


------=_NextPart_000_0039_01C5E9D3.3CF53000
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi,</DIV>
<TABLE cellSpacing=3D0 style=3D"BORDER-BOTTOM-WIDTH: 0px;" cellPadding=3D0>
  <TR style=3D"BORDER-LEFT: 0px;">
    <TD style=3D"MARGIN-LEFT: 0px;" rowSpan=3D3 vAlign=3Dbottom>Quit&nbsp=
;</TD><TD></TD>
    <TD style=3D"MARGIN-LEFT: 0px;" rowSpan=3D3 vAlign=3Dbottom>ying for =
you</TD><TD></TD>
    <TD style=3D"MARGIN-LEFT: 0px;" rowSpan=3D3 vAlign=3Dbottom>ddications - =
<A href=3D"http://ArlinDesiWinstoccomb.tripod.com">v</A></TD><TD></TD>
    <TD style=3D"MARGIN-LEFT: 0px;" rowSpan=3D3 vAlign=3Dbottom><A =
href=3D"http://ArlinDesiWinstoccomb.tripod.com">harmaE</A></TD><TD></TD>
    <TD style=3D"MARGIN-LEFT: 0px;" rowSpan=3D3 vAlign=3Dbottom><A =
href=3D"http://ArlinDesiWinstoccomb.tripod.com">hop</A></TD><TD></TD>
  </TR>
  <TR style=3D"BORDER-LEFT: 0px;">
    <TD style=3D"MARGIN-BOTTOM: 0px;" vAlign=3Dbottom>overpa</TD>
    <TD style=3D"MARGIN-BOTTOM: 0px;" vAlign=3Dbottom>r Me</TD>
    <TD style=3D"MARGIN-BOTTOM: 0px;" vAlign=3Dbottom><A href=3D"http:/=
/ArlinDesiWinstoccomb.tripod.com">isit our P</A></TD>
    <TD style=3D"MARGIN-BOTTOM: 0px;" vAlign=3Dbottom><A href=3D"http://=
ArlinDesiWinstoccomb.tripod.com">xpress S</TD>
  </TR></TABLE>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 style=3D"BORDER-BOTTOM-WIDTH: 0px;" cellPadding=3D0>
<TR>
<TD><FONT face=3D"Courier">P L V C X A V</FONT></TD>
<TD><FONT face=3D"Courier">r e A I a m I</FONT></TD>
<TD><FONT face=3D"Courier">o v L A n b A</FONT></TD>
<TD><FONT face=3D"Courier">z i I L a i G</FONT></TD>
<TD><FONT face=3D"Courier">a t U I x e R</FONT></TD>
<TD><FONT face=3D"Courier">c ra M S &nbsp;<BR> n A</FONT></TD>
<TD><FONT face=3D"Courier">&nbsp;<BR> &nbsp;<BR> &nbsp;1.21 &nbsp;3.75 =
&nbsp;<BR> &nbsp;<BR> &nbsp;3.33</FONT></TD>
<TD width=3D100%></TD>
</TR>
</TABLE></BODY></HTML>

------=_NextPart_000_0039_01C5E9D3.3CF53000--


From rapidity@bantu.com Wed Nov 16 19:53:58 2005
Return-Path: <rapidity@bantu.com>
Received: from dslb-084-057-076-056.pools.arcor-ip.net (dslb-084-057-076-056.pools.arcor-ip.net [84.57.76.56])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jAH0rtf1005395
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 16 Nov 2005 19:53:56 -0500 (EST)
Date: Thu, 17 Nov 2005 00:53:53 +0000
Message-ID: <58084588.Q83104@bantu.com>
From: "Thomas Landon" <rapidity@bantu.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: hi

Dir Sirs,

Try Cii.all.is, $1.99 per dosse

Our onlline shhop: http://www.sensitises.net/

Thank You


-- 
gait repenting indexers inmate
italicised programs vainer sheep-dip
stump assailing wastefulness deliquesced


From navarraggmillar@wyan.org Wed Nov 16 22:16:04 2005
Return-Path: <navarraggmillar@wyan.org>
Received: from wyan.org (2Cust140.VR1.DET1.broadband.uu.net [63.13.189.140])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jAH3G3f1015863
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 16 Nov 2005 22:16:03 -0500 (EST)
From: "Millard Navarre" <navarraggmillar@wyan.org>
To: "Nelson Read" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <001e01c5eb25$73db5b00$259ea8c0@Prometheus>
Subject: Edgar if you need it
Date: Wed, 16 Nov 2005 22:17:34 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001B_01C5EAFB.8B055300"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_001B_01C5EAFB.8B055300
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi
Quit overpaying for your Meddications, visit http://www.wphka.comsacier.com =
and save up to 70%


------=_NextPart_000_001B_01C5EAFB.8B055300
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi</DIV>
<DIV>Quit overpaying for your Meddications, visit <A href=3D"http://=
www.wphka.comsacier.com">http://www.wphka.comsacier.com</A> and save up to =
70%</DIV>
</BODY></HTML>

------=_NextPart_000_001B_01C5EAFB.8B055300--


From josetteferr@univ-ovidius.ro Thu Nov 17 13:47:42 2005
Return-Path: <josetteferr@univ-ovidius.ro>
Received: from univ-ovidius.ro (gw26.eth.zelcom.ru [80.92.96.26] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jAHIlZf1019627
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 17 Nov 2005 13:47:41 -0500 (EST)
Message-ID: <002e01c5eba7$96ae5380$4ed1a8c0@Christianity>
From: "Josette Ferron" <josetteferr@univ-ovidius.ro>
To: "Papillion Murguia" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Benjamin - don't miss it
Date: Thu, 17 Nov 2005 13:49:07 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002B_01C5EB7D.ADD84B80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002B_01C5EB7D.ADD84B80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

L A P V X V Ce m r I a A Iv b o A n L Ai i z G a I Lt e a R x U Ira n c A   M =
S       3,32    1,22  3,75http://www.geocities.com/HermiClalentiLind/
The Aethiop as a king could be. During his reign he made a royal 


------=_NextPart_000_002B_01C5EB7D.ADD84B80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE>
<TR><TD><FONT face=3D"Courier" size=3D3>L A P V X V C</FONT></TD><TD><FONT =
face=3D"Courier" size=3D3>e m r I a A I</FONT></TD><TD><FONT face=3D"Courier" =
size=3D3>v b o A n L A</FONT></TD><TD><FONT face=3D"Courier" size=3D3>i i z G =
a I L</FONT></TD><TD><FONT face=3D"Courier" size=3D3>t e a R x U =
I</FONT></TD><TD><FONT face=3D"Courier" size=3D3>ra n c A &nbsp;<BR> M =
S</FONT></TD><TD><FONT face=3D"Courier" size=3D3>&nbsp;<BR> &nbsp;<BR> =
&nbsp;<BR> &nbsp;3,32 &nbsp;<BR> &nbsp;1,22 &nbsp;3,75</FONT></TD><TD =
width=3D100%></TD></TR></TABLE><A href=3D"http://www.geocities.com/Herm=
iClalentiLind/"><FONT size=3D3>http://www.geocities.com/HermiClalentiLind/=
</FONT></A>
<DIV>&nbsp;</DIV>
<DIV> The Aethiop as a king could be. During his reign he made a royal </DIV>
</BODY></HTML>

------=_NextPart_000_002B_01C5EB7D.ADD84B80--


From motufafdima@uyu.com Fri Nov 18 08:17:15 2005
Return-Path: <motufafdima@uyu.com>
Received: from uyu.com ([202.72.245.131])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jAIDH9f1005481
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 18 Nov 2005 08:17:14 -0500 (EST)
From: "Dima Motsinger" <motufafdima@uyu.com>
To: "Kgosi President" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <002c01c5ec42$9747f800$5d39a8c0@outmatch>
Subject: Manuel Need to present
Date: Fri, 18 Nov 2005 08:18:40 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0029_01C5EC18.AE71F000"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0029_01C5EC18.AE71F000
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

the distance between them. The Hunter, sorely against his will, to me a most =
mighty king. And what is your estimate of those 
A L V X V C Pm e A a I I rb v L n A A oi i I a G L ze t U x R I an ra M   A S =
c     1,20    3,35  3,70  http://www.geocities.com//
because of the beauty of his plumage, the birds indignantly Every man should =
be content to mind his own business. myself in drinking some nectar which =
Pallas lately gave me. If 


------=_NextPart_000_0029_01C5EC18.AE71F000
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV> the distance between them. The Hunter, sorely against his will, to me a =
most mighty king. And what is your estimate of those </DIV>
<DIV>&nbsp;</DIV>
<TABLE>
<TR><TD><FONT face=3D"Courier" size=3D3>A L V X V C P</FONT></TD><TD><FONT =
face=3D"Courier" size=3D3>m e A a I I r</FONT></TD><TD><FONT face=3D"Courier" =
size=3D3>b v L n A A o</FONT></TD><TD><FONT face=3D"Courier" size=3D3>i i I a =
G L z</FONT></TD><TD><FONT face=3D"Courier" size=3D3>e t U x R I =
a</FONT></TD><TD><FONT face=3D"Courier" size=3D3>n ra M &nbsp;<BR> A S =
c</FONT></TD><TD><FONT face=3D"Courier" size=3D3>&nbsp;<BR> &nbsp;<BR> =
&nbsp;1,20 &nbsp;<BR> &nbsp;3,35 &nbsp;3,70 &nbsp;<BR></FONT></TD><TD =
width=3D100%></TD></TR></TABLE><A href=3D"http://www.geocities.com//"><FONT =
size=3D3>http://www.geocities.com//</FONT></A>
<DIV>&nbsp;</DIV>
<DIV> because of the beauty of his plumage, the birds indignantly Every man =
should be content to mind his own business. myself in drinking some nectar =
which Pallas lately gave me. If </DIV>
</BODY></HTML>

------=_NextPart_000_0029_01C5EC18.AE71F000--


From vanaltau@q-bik.demon.nl Sun Nov 20 06:38:48 2005
Return-Path: <vanaltau@q-bik.demon.nl>
Received: from q-bik.demon.nl (211-74-249-192.adsl.dynamic.seed.net.tw [211.74.249.192])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jAKBchf1026209
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 20 Nov 2005 06:38:46 -0500 (EST)
From: "Pamphilos Vanallen" <vanaltau@q-bik.demon.nl>
To: "Norton Pannone" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <002b01c5edc6$f6cf1080$8459a8c0@floatplane>
Subject: Re: Antonio Works Excellent
Date: Sun, 20 Nov 2005 06:38:45 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0028_01C5ED9D.0DF90880"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0028_01C5ED9D.0DF90880
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 P
X
L
V
A
C
Vr
a
e
A
m
I
Io
n
v
L
b
A
Az
a
i
I
i
L
Ga
x
t
U
e
I
Rc
 ra
M
n
S
A 
 1,20
 3,70
 3,35 http://www.regspx.anahos.com

------=_NextPart_000_0028_01C5ED9D.0DF90880
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV style=3D"BORDER-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>P<BR>X<BR>L<BR>V<BR>A<BR>C<BR>V</FONT></DIV><DIV style=3D"BORDER: =
0px; FLOAT: left;"><FONT face=3DCourier size=3D3>r<BR>a<BR>e<BR>A<BR>m=
<BR>I<BR>I</FONT></DIV><DIV style=3D"BORDER-RIGHT-WIDTH: 0px; FLOAT: =
left;"><FONT face=3DCourier size=3D3>o<BR>n<BR>v<BR>L<BR>b<BR>A<BR>A</=
FONT></DIV><DIV style=3D"BORDER-TOP: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>z<BR>a<BR>i<BR>I<BR>i<BR>L<BR>G</FONT></DIV><DIV style=3D"PADDI=
NG-TOP: 0px; FLOAT: left;"><FONT face=3DCourier size=3D3>a<BR>x<BR>t<=
BR>U<BR>e<BR>I<BR>R</FONT></DIV><DIV style=3D"BORDER-BOTTOM: 0px; FLOAT: =
left;"><FONT face=3DCourier size=3D3>c<BR>&nbsp;<BR>ra<BR>M<BR>n<BR>S<=
BR>A</FONT></DIV><DIV style=3D"PADDING-RIGHT: 0px; FLOAT: left;"><FONT =
face=3DCourier size=3D3>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;1,20<BR>&nbsp;=
<BR>&nbsp;3,70<BR>&nbsp;3,35</FONT></DIV><DIV style=3D"CLEAR: =
both;">&nbsp;</DIV><A href=3D"http://www.regspx.anahos.com"><FONT =
size=3D3>http://www.regspx.anahos.com</FONT></A></BODY></HTML>

------=_NextPart_000_0028_01C5ED9D.0DF90880--


From fintany@iipa.com Tue Nov 22 01:15:38 2005
Return-Path: <fintany@iipa.com>
Received: from iipa.com ([202.155.198.58])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jAM6FWf1014671
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 22 Nov 2005 01:15:37 -0500 (EST)
From: "Fintan Calcagno" <fintany@iipa.com>
To: "Rhys Moxley" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <003201c5ef2c$1f244f80$d583a8c0@professed>
Subject: Re: Gene Very Good News
Date: Tue, 22 Nov 2005 01:15:23 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002F_01C5EF02.364E4780"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002F_01C5EF02.364E4780
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 X
L
V
C
P
A
V
a
e
A
I
r
m
I
n
v
L
A
o
b
A
a
i
I
L
z
i
G
x
t
U
I
a
e
R
 ra
M
S
c
n
A
 1,20
 3,70
 3,35 http://www.decarbonateat.onabalan.com

------=_NextPart_000_002F_01C5EF02.364E4780
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV style=3D"MARGIN-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>X<BR>L<BR>V<BR>C<BR>P<BR>A<BR>V</FONT></DIV>
<DIV style=3D"PADDING-BOTTOM: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>a<BR>e<BR>A<BR>I<BR>r<BR>m<BR>I</FONT></DIV>
<DIV style=3D"BORDER-TOP: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>n<BR>v<BR>L<BR>A<BR>o<BR>b<BR>A</FONT></DIV>
<DIV style=3D"PADDING-LEFT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>a<BR>i<BR>I<BR>L<BR>z<BR>i<BR>G</FONT></DIV>
<DIV style=3D"BORDER-COLOR: #FFFFFF; FLOAT: left;"><FONT face=3DCourier =
size=3D3>x<BR>t<BR>U<BR>I<BR>a<BR>e<BR>R</FONT></DIV>
<DIV style=3D"BORDER-BOTTOM-WIDTH: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>&nbsp;<BR>ra<BR>M<BR>S<BR>c<BR>n<BR>A</FONT></DIV>
<DIV style=3D"BORDER-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>&nbsp;<BR>&nbsp;<BR>&nbsp;1,20<BR>&nbsp;3,70<BR>&nbsp;<BR>&n=
bsp;<BR>&nbsp;3,35</FONT></DIV><DIV style=3D"CLEAR: both;">&nbsp;</DIV><A =
href=3D"http://www.decarbonateat.onabalan.com"><FONT size=3D3>http://=
www.decarbonateat.onabalan.com</FONT></A></BODY></HTML>

------=_NextPart_000_002F_01C5EF02.364E4780--


From jonshattu@cwt.be Wed Nov 23 01:27:23 2005
Return-Path: <jonshattu@cwt.be>
Received: from cwt.be ([220.81.116.233])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jAN6RIf1001561
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 23 Nov 2005 01:27:21 -0500 (EST)
From: "Jonelle Shattuck" <jonshattu@cwt.be>
To: "Mayte Hamon" <parkbench-method-archive@netlib2.cs.utk.edu>
Message-ID: <006601c5eff6$ee5d1c80$48b0a8c0@microfilming>
Subject: Re: Scott Just Offr
Date: Wed, 23 Nov 2005 01:27:09 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0063_01C5EFCD.05871480"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0063_01C5EFCD.05871480
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 P
C
X
A
V
V
L
r
I
a
m
A
I
e
o
A
n
b
L
A
v
z
L
a
i
I
G
i
a
I
x
e
U
R
t
c
S
 n
M
A
ra
 3,70
 1,20
 3,35
 http://www.puffinfg.hejoinehe.com

------=_NextPart_000_0063_01C5EFCD.05871480
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV style=3D"WORD-SPACING: normal; FLOAT: left;"><FONT face=3DCourier =
size=3D3>P<BR>C<BR>X<BR>A<BR>V<BR>V<BR>L</FONT></DIV>
<DIV style=3D"MARGIN-BOTTOM: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>r<BR>I<BR>a<BR>m<BR>A<BR>I<BR>e</FONT></DIV>
<DIV style=3D"BORDER-TOP-WIDTH: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>o<BR>A<BR>n<BR>b<BR>L<BR>A<BR>v</FONT></DIV>
<DIV style=3D"MARGIN-BOTTOM: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>z<BR>L<BR>a<BR>i<BR>I<BR>G<BR>i</FONT></DIV>
<DIV style=3D"MARGIN-TOP: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>a<BR>I<BR>x<BR>e<BR>U<BR>R<BR>t</FONT></DIV>
<DIV style=3D"BORDER-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>c<BR>S<BR>&nbsp;<BR>n<BR>M<BR>A<BR>ra</FONT></DIV>
<DIV style=3D"BORDER-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>&nbsp;<BR>&nbsp;3,70<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;1,20<BR>&nbsp;=
3,35<BR>&nbsp;</FONT></DIV><DIV style=3D"CLEAR: both;">&nbsp;</DIV><A =
href=3D"http://www.puffinfg.hejoinehe.com"><FONT size=3D3>http://ww=
w.puffinfg.hejoinehe.com</FONT></A></BODY></HTML>

------=_NextPart_000_0063_01C5EFCD.05871480--


From pellere@tsmt.cz Thu Nov 24 02:16:49 2005
Return-Path: <pellere@tsmt.cz>
Received: from tsmt.cz ([195.5.146.186])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jAO7Gkf1006473
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 24 Nov 2005 02:16:47 -0500 (EST)
Message-ID: <005401c5f0c7$000df500$ade5a8c0@hypodermic>
Reply-To: "Armas Peller" <pellere@tsmt.cz>
From: "Armas Peller" <pellere@tsmt.cz>
To: "Teodosio Grogg" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Allan Not Another Bad Offr
Date: Thu, 24 Nov 2005 02:16:34 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0051_01C5F09D.1737ED00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0051_01C5F09D.1737ED00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 V
C
L
A
P
X
V
I
I
e
m
r
a
A
A
A
v
b
o
n
L
G
L
i
i
z
a
I
R
I
t
e
a
x
U
A
S
ra
n
c
 M
 3,35
 3,70
 1,20 http://www.workawayak.alsinute.com

------=_NextPart_000_0051_01C5F09D.1737ED00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV style=3D"PADDING-TOP: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>V<BR>C<BR>L<BR>A<BR>P<BR>X<BR>V</FONT></DIV>
<DIV style=3D"BORDER-TOP-WIDTH: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>I<BR>I<BR>e<BR>m<BR>r<BR>a<BR>A</FONT></DIV>
<DIV style=3D"PADDING-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>A<BR>A<BR>v<BR>b<BR>o<BR>n<BR>L</FONT></DIV>
<DIV style=3D"BORDER: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>G<BR>L<BR>i<BR>i<BR>z<BR>a<BR>I</FONT></DIV>
<DIV style=3D"BORDER-TOP-WIDTH: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>R<BR>I<BR>t<BR>e<BR>a<BR>x<BR>U</FONT></DIV>
<DIV style=3D"BORDER-RIGHT-WIDTH: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>A<BR>S<BR>ra<BR>n<BR>c<BR>&nbsp;<BR>M</FONT></DIV>
<DIV style=3D"BORDER-TOP: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>&nbsp;3,35<BR>&nbsp;3,70<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<=
BR>&nbsp;1,20</FONT></DIV><DIV style=3D"CLEAR: both;">&nbsp;</DIV><A =
href=3D"http://www.workawayak.alsinute.com"><FONT size=3D3>http://www.wo=
rkawayak.alsinute.com</FONT></A></BODY></HTML>

------=_NextPart_000_0051_01C5F09D.1737ED00--


From 340margaret@access.mountain.net Mon Nov 28 18:52:04 2005
Return-Path: <340margaret@access.mountain.net>
Received: from pcp0011433529pcs.sothfd01.mi.comcast.net (pcp0011433529pcs.sothfd01.mi.comcast.net [69.246.127.60])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jASNpxcW019881
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 28 Nov 2005 18:52:02 -0500 (EST)
Message-ID: <1c9301c5f474$6e6fccb0$8eee5a36@access.mountain.net>
From: "Steven A. Norman" <340margaret@access.mountain.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?Um9sZXggZm9yICQyNDkuOTU=?=
Date: Mon, 28 Nov 2005 23:33:58 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_841FFA1B.1DAA83FE"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_841FFA1B.1DAA83FE
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_FC3FF61D.2AEEEC51"


------=_NextPart_001_0001_FC3FF61D.2AEEEC51
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

       EXACT COPIES OF SWISS WATCHES

- exact copies of the original watches
- perfect as a gift for your colleagues and friends
- free gift box

Rolex, Patek Philippe, Omega
Cartier, Bvlgari, Franck Muller

.. and 25 other most famous manufacturers.

http://www.starchier.net

All copies are for only $239.95 - $279.95!


________________________________
To change your mail preferences, go here
________________________________ 

 
------=_NextPart_001_0001_FC3FF61D.2AEEEC51
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">  <TBODY>
  <TR>
    <TD>



EXACT COPIES OF SWISS WATCHES<br><br>

- exact copies of the original watches<br>
- perfect as a gift for your colleagues and friends<br>
- free gift box<br><br>

Rolex, Patek Philippe, Omega<br>
Cartier, Bvlgari, Franck Muller<br><br>

.. and 25 other most famous manufacturers.<br><br>

<a href="http://www.starchier.net">http://www.starchier.net</a><br><br>

All copies are for only $239.95 - $279.95!<br><br><br>

________________________________<br>
To change your mail preferences, go <a href="http://www.starchier.net/uns.htm">here</a><br>
________________________________




      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_FC3FF61D.2AEEEC51--



------=_NextPart_000_0000_841FFA1B.1DAA83FE--
 

From 08chao-yan@access-one.com Tue Dec  6 20:21:57 2005
Return-Path: <08chao-yan@access-one.com>
Received: from 65.188.57.63 (cpe-065-188-057-063.sc.res.rr.com [65.188.57.63])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jB71LqcW007209
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 6 Dec 2005 20:21:55 -0500 (EST)
Message-ID: <e3db01c5faca$c300afd2$c5b352f2@access-one.com>
From: "Steven A. Norman" <08chao-yan@access-one.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: Replica watch models
Date: Wed, 07 Dec 2005 01:03:30 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_275A793F.69E33E42"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_275A793F.69E33E42
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_E312B9A4.A73A9608"


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

       EXACT COPIES OF SWISS WATCHES

- exact copies of the original watches
- perfect as a gift for your colleagues and friends
- free gift box

Rolex, Patek Philippe, Omega
Cartier, Bvlgari, Franck Muller

.. and 15 other most famous manufacturers.

http://www.watches-2-you.com

All copies are for only $239.95 - $279.95!


________________________________
To change your mail preferences, go here
________________________________ 

 
------=_NextPart_001_0001_E312B9A4.A73A9608
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">  <TBODY>
  <TR>
    <TD>



EXACT COPIES OF SWISS WATCHES<br><br>

- exact copies of the original watches<br>
- perfect as a gift for your colleagues and friends<br>
- free gift box<br><br>

Rolex, Patek Philippe, Omega<br>
Cartier, Bvlgari, Franck Muller<br><br>

.. and 15 other most famous manufacturers.<br><br>

<a href="http://www.watches-2-you.com">http://www.watches-2-you.com</a><br><br>

All copies are for only $239.95 - $279.95!<br><br><br>

________________________________<br>
To change your mail preferences, go <a href="http://www.watches-2-you.com/uns.htm">here</a><br>
________________________________




      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_E312B9A4.A73A9608--



------=_NextPart_000_0000_275A793F.69E33E42--
 

From 488gert@access.com Mon Dec 12 04:27:49 2005
Return-Path: <488gert@access.com>
Received: from 24.10.68.202 (c-24-10-68-202.hsd1.ca.comcast.net [24.10.68.202])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jBC9RWcW004835
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 12 Dec 2005 04:27:40 -0500 (EST)
Message-ID: <6e4001c5fefc$4954b13d$04ac82c1@access.com>
From: "Dr. Lewis Wallace" <488gert@access.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?VHJ5IFNwdXItTSE=?=
Date: Mon, 12 Dec 2005 09:17:21 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_C86DE2D9.23C478CC"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_C86DE2D9.23C478CC
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_3C70113B.C130A216"


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

        SPUR-M is an omnipotent formula. It increases sperm production
by 500%.

Q.: Why would I want to increase my sperm production?
A.: By increasing the amount of sperm you will automatically experience
much longer orgasms, which are more intensive and satisfying.

Q.: What do other benefits include?
A.: Powerful ejacalutions, rock hard erections, increased desire.

Learn more: http://pills-you-need.net/spa/ 


___________________
To stop, go here


 
------=_NextPart_001_0001_3C70113B.C130A216
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0><table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">
  <TBODY>
  <TR>
    <TD>
      <P>

SPUR-M is an omnipotent formula. It increases sperm production by 500%.<br><br>

Q.: Why would I want to increase my sperm production?<br>
A.: By increasing the amount of sperm you will automatically experience much longer orgasms, which are more intensive and satisfying.<br><br>
Q.: What do other benefits include?<br>
A.: Powerful ejacalutions, rock hard erections, increased desire.<br><br>

Learn more: 
<a href="http://pills-you-need.net/spa/">http://pills-you-need.net/spa/</a>

<br><br><br>___________________<br>To stop, go <a href="http://pills-you-need.net/unsub.php">here</a><br>





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_3C70113B.C130A216--



------=_NextPart_000_0000_C86DE2D9.23C478CC--
 

From 046ingemar@3web.net Sun Dec 18 05:03:42 2005
Return-Path: <046ingemar@3web.net>
Received: from 203.194.44.106 (dialup-106.44.194.203.acc03-wick-bne.comindico.com.au [203.194.44.106])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jBIA3HcW013887
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 18 Dec 2005 05:03:28 -0500 (EST)
Message-ID: <f80801c603b9$5dcbff2d$245af943@3web.net>
From: "Steven A. Norman" <046ingemar@3web.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: Replica watch models
Date: Sun, 18 Dec 2005 09:56:22 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_72B2B857.E3572E31"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_72B2B857.E3572E31
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_1CDE611A.A2A5D3A7"


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

       EXACT COPIES OF SWISS WATCHES

- exact copies of V.I.P. watches
- perfect as a gift for your colleagues and friends
- free gift box

Rolex, Patek Philippe, Omega
Cartier, Bvlgari, Franck Muller

.. and 15 other most famous manufacturers.

http://www.watches-for-people.com

All watches are for only $239.95 - $279.95!


________________________________
To change your mail preferences, go here
________________________________ 

 
------=_NextPart_001_0001_1CDE611A.A2A5D3A7
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">  <TBODY>
  <TR>
    <TD>



EXACT COPIES OF SWISS WATCHES<br><br>

- exact copies of V.I.P. watches<br>
- perfect as a gift for your colleagues and friends<br>
- free gift box<br><br>

Rolex, Patek Philippe, Omega<br>
Cartier, Bvlgari, Franck Muller<br><br>

.. and 15 other most famous manufacturers.<br><br>

<a href="http://www.watches-for-people.com">http://www.watches-for-people.com</a><br><br>

All watches are for only $239.95 - $279.95!<br><br><br>

________________________________<br>
To change your mail preferences, go <a href="http://www.watches-for-people.com/uns.htm">here</a><br>
________________________________




      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_1CDE611A.A2A5D3A7--



------=_NextPart_000_0000_72B2B857.E3572E31--
 

From perl@rapidcity.com Tue Dec 20 05:44:56 2005
Return-Path: <perl@rapidcity.com>
Received: from rapidcity.com (81-203-209-230.user.ono.com [81.203.209.230])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jBKAitcW006005
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 20 Dec 2005 05:44:56 -0500 (EST)
Message-ID: <000001c60552$61157090$428ba8c0@friary>
Reply-To: "Ofra Perl" <perl@rapidcity.com>
From: "Ofra Perl" <perl@rapidcity.com>
To: "Dyan Umland" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: disaffected briefing
Date: Tue, 20 Dec 2005 05:44:40 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0001_01C60528.783F6890"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C60528.783F6890
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

=20
http://www.caraproz.com
=20
P
A
C
L
S
X
V
V
M
r
m
i
e
o
a
i
A
e
o
b
A
v
m
n
A
L
r
p
i
L
i
a
a
G
i
i
e
e
i
t
=20
x
R
U
d
c
n
S
r
=20
=20
A
M
i
i
=20
=20
a
=20
=20
=20
=20
a
a
=20
=20
=20
=20
=20
=20
=20
=20
 $6
 $6
 $9
 $9
 $7
 $1
 $6
 $8
 $9
4.95
8.00
9.95
9.95
5.95
23.45
9.95
5.45
9.95
=20
=20
=20
I knew what was there. Anger and confusion, but, above all, confusion.
Thats never been a reason not to kill a man who tries to kill you. It is
if you cant remember. The memory may be gone but not the fragments, not
the-well, for me they were ... pulsating images. In and out, in and out,
but there. Conklin looked up at Bourne, a sad grin on his face. The
pulsating bit, he said. That was Mos term. You stole it. Probably, said
Jason as both men in unison looked back at Marie and Panov. Shes talking
about me, you know that, dont you? Why not? Shes concerned and hes
concerned. I hate to think how many more concerns Ill give them both.
You, too, I imagine. What are you trying to tell me, David?

------=_NextPart_000_0001_01C60528.783F6890
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><A =
href=3D"http://www.caraproz.com">http://www.caraproz.com</A></DIV>
<DIV>&nbsp;</DIV>
<DIV style=3D"FLOAT: left"><FONT =
face=3DArial>P<BR>A<BR>C<BR>L<BR>S<BR>X<BR>V<BR>V<BR>M</FONT></DIV>
<DIV style=3D"FLOAT: left"><FONT =
face=3DArial>r<BR>m<BR>i<BR>e<BR>o<BR>a<BR>i<BR>A<BR>e</FONT></DIV>
<DIV style=3D"FLOAT: left"><FONT =
face=3DArial>o<BR>b<BR>A<BR>v<BR>m<BR>n<BR>A<BR>L<BR>r</FONT></DIV>
<DIV style=3D"FLOAT: left"><FONT =
face=3DArial>p<BR>i<BR>L<BR>i<BR>a<BR>a<BR>G<BR>i<BR>i</FONT></DIV>
<DIV style=3D"FLOAT: left"><FONT =
face=3DArial>e<BR>e<BR>i<BR>t<BR>&nbsp;<BR>x<BR>R<BR>U<BR>d</FONT></DIV>
<DIV style=3D"FLOAT: left"><FONT =
face=3DArial>c<BR>n<BR>S<BR>r<BR>&nbsp;<BR>&nbsp;<BR>A<BR>M<BR>i</FONT></=
DIV>
<DIV style=3D"FLOAT: left"><FONT =
face=3DArial>i<BR>&nbsp;<BR>&nbsp;<BR>a<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>=
&nbsp;<BR>a</FONT></DIV>
<DIV style=3D"FLOAT: left"><FONT =
face=3DArial>a<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp=
;<BR>&nbsp;<BR>&nbsp;</FONT></DIV>
<DIV style=3D"FLOAT: left"><FONT =
face=3DArial>&nbsp;$6<BR>&nbsp;$6<BR>&nbsp;$9<BR>&nbsp;$9<BR>&nbsp;$7<BR>=
&nbsp;$1<BR>&nbsp;$6<BR>&nbsp;$8<BR>&nbsp;$9</FONT></DIV>
<DIV style=3D"FLOAT: left"><FONT =
face=3DArial>4.95<BR>8.00<BR>9.95<BR>9.95<BR>5.95<BR>23.45<BR>9.95<BR>5.4=
5<BR>9.95</FONT></DIV>
<DIV style=3D"CLEAR: both">&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>I knew what was there. Anger and confusion, but, above all, =
confusion.
   Thats never been a reason not to kill a man who tries to kill you.
   It is if you cant remember. The memory may be gone but not the
fragments, not the-well, for me they were ... pulsating images. In and
out, in and out, but there.
   Conklin looked up at Bourne, a sad grin on his face. The pulsating
bit, he said. That was Mos term. You stole it.
   Probably, said Jason as both men in unison looked back at Marie and
Panov. Shes talking about me, you know that, dont you?
   Why not? Shes concerned and hes concerned.
   I hate to think how many more concerns Ill give them both. You,
too, I imagine.
   What are you trying to tell me, David?</DIV></BODY></HTML>
------=_NextPart_000_0001_01C60528.783F6890--




From 84birgit@020.co.uk Sun Dec 25 19:01:00 2005
Return-Path: <84birgit@020.co.uk>
Received: from 213.132.159.59 (cable-213-132-159-59.upc.chello.be [213.132.159.59])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id jBQ00mcW023580
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 25 Dec 2005 19:00:58 -0500 (EST)
Message-ID: <13a401c609ad$36c1d3c0$b45834d8@020.co.uk>
From: George King <84birgit@020.co.uk>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?SG9ybnkgcGlsbHMgLSAkMi45OS9kb3Nl?=
Date: Sun, 25 Dec 2005 23:45:41 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_4D9361CF.7145CE85"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_4D9361CF.7145CE85
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_FAE5E9D9.2BF7A570"


------=_NextPart_001_0001_FAE5E9D9.2BF7A570
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

       - Viagra
- Cialis

..in 1 pack!

http://www.2pills.net


___________________
To get removed, go here 

 
------=_NextPart_001_0001_FAE5E9D9.2BF7A570
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">  <TBODY>
  <TR>
    <TD>


- Viagra<br>
- Cialis<br><br>

..in 1 pack!<br><br>

<a href="http://www.2pills.net">http://www.2pills.net</a><br><br><br>


___________________<br>
To get removed, go <a href="http://www.2pills.net/uns.htm">here</a>





<P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_FAE5E9D9.2BF7A570--



------=_NextPart_000_0000_4D9361CF.7145CE85--
 

From 95jehan@accessmedia.com Mon Jan  2 13:42:53 2006
Return-Path: <95jehan@accessmedia.com>
Received: from 201.231.62.152 (152-62-231-201.fibertel.com.ar [201.231.62.152])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k02IgYcW003758
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 2 Jan 2006 13:42:47 -0500 (EST)
Message-ID: <d9dd01c60fca$e535f8a2$c1691530@accessmedia.com>
From: "George A. King" <95jehan@accessmedia.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?VmlhZ3JhIC0gTm8gcHJlc2NyaXB0aW9uIG5lZWRlZCE=?=
Date: Mon, 02 Jan 2006 18:30:55 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_AFFCFE2E.671AD946"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_AFFCFE2E.671AD946
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_3D91E7D1.E027744B"


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

        VIAGRA
http://www.1000pills.net/vt/

Only $1.99/dose!


________________________________
To change your mail details, go here
________________________________ 

 
------=_NextPart_001_0001_3D91E7D1.E027744B
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0><table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">
  <TBODY>
  <TR>
    <TD>
      <P>

VIAGRA<br><a href="http://www.1000pills.net/vt/">http://www.1000pills.net/vt/</a><br><br>

Only $1.99/dose!<br><br><br>________________________________<br>
To change your mail details, go <a href="http://www.1000pills.net/uns.htm">here</a><br>________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_3D91E7D1.E027744B--



------=_NextPart_000_0000_AFFCFE2E.671AD946--
 

From manasseh@acauction.com Tue Jan 24 10:02:35 2006
Return-Path: <manasseh@acauction.com>
Received: from 80.91.152.62 (80.91.152.62.clearwire.be [80.91.152.62])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k0OF2JcW016653
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 24 Jan 2006 10:02:26 -0500 (EST)
Message-ID: <a82b01c620ed$ff6f6a19$8aef7da3@acauction.com>
From: "Steven A. Norman" <manasseh@acauction.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: Replica watch models
Date: Tue, 24 Jan 2006 13:55:50 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_D70545BB.EB2FA0A2"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_D70545BB.EB2FA0A2
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_D5003717.2BD79609"


------=_NextPart_001_0001_D5003717.2BD79609
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

       REPLICA WATCH MODELS

- exact copies of V.I.P. watches
- perfect as a gift for your colleagues and friends
- free gift box

Rolex, Patek Philippe, Omega
Cartier, Bvlgari, Franck Muller

.. and 15 other most famous manufacturers.

http://www.vipwatches.net

All watches are for only $239.95 - $279.95!


________________________________
To change your mail preferences, go here
________________________________ 

 
------=_NextPart_001_0001_D5003717.2BD79609
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!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 content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<table id="7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E63732E75746B2E656475">  <TBODY>
  <TR>
    <TD>



REPLICA WATCH MODELS<br><br>

- exact copies of V.I.P. watches<br>
- perfect as a gift for your colleagues and friends<br>
- free gift box<br><br>

Rolex, Patek Philippe, Omega<br>
Cartier, Bvlgari, Franck Muller<br><br>

.. and 15 other most famous manufacturers.<br><br>

<a href="http://www.vipwatches.net">http://www.vipwatches.net</a><br><br>

All watches are for only $239.95 - $279.95!<br><br><br>

________________________________<br>
To change your mail preferences, go <a href="http://www.vipwatches.net/uns.htm">here</a><br>
________________________________




      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_D5003717.2BD79609--



------=_NextPart_000_0000_D70545BB.EB2FA0A2--
 

From christian.scharfmgwx@chello.at Mon Feb 27 05:37:26 2006
Return-Path: <christian.scharfmgwx@chello.at>
Received: from 210-58-42-27.cm.dynamic.apol.com.tw (210-58-42-27.cm.dynamic.apol.com.tw [210.58.42.27])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k1RAbMhl009116
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 27 Feb 2006 05:37:24 -0500 (EST)
Received: from smtpgate.chello.at
	by 210-58-42-27.cm.dynamic.apol.com.tw (8.9.3/8.9.3) with SMTP id HRkYdAZMJOHm
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 27 Feb 2006 05:32:58 -0500
Received: from unknown (HELO uiteijwthmgvr) (51.113.23.82)
	by smtpgate.chello.at (8.9.3/8.9.3) id CofdEfLkJpJC
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 27 Feb 2006 05:32:58 -0500
Date: Mon, 27 Feb 2006 05:32:58 -0500
From: Efren Muniz <christian.scharfmgwx@chello.at>
Reply-To: Efren Muniz <christian.scharfmgwx@chello.at>
Message-ID: <514045016447.252922254172@chello.at>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Are you looking for high - paid job?!
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit


You are welcomed by "European Commercial Group"
Are you looking for high - paid job that won't be disturbing your primary job?!
Or you want work at home? 
Our firm is ready to offer you the chance. 
At this moment we are enlarging our staff and you have a chance to become a member of our team and get additional earnings spending 2 - 3 hours per week
You don't need any special experience for this position. 

What we offer:
- Flexible program: two hours/week at your choice, daytime and evening time, mainly checking your e-mail
- Work at home: checking e-mail and going to the bank
- Part time - no need to leave your current job - if you already work.
- 2-3 hours free during the week (mainly in the evening / non-business hours) for communication.

What we ask:
- You must own an existing bank account. Also you can create new account for work with us only.  

IMPORTANT:
- Adult age (must be over 21 years old)
- U.S. work authorization
- You don't need to selling or buying anything. 
- You don't need to make personal investments to start your work.

To start your work, send us e-mail with your resume and we will provide you all instructions and info.
Please send your reply to: usa_mail_reserve@yahoo.com
     
Thank you and have a nice day.


From dsjixnwoyykpeh@invenice.net Wed Mar  1 22:53:21 2006
Return-Path: <dsjixnwoyykpeh@invenice.net>
Received: from 2B86AC48 ([59.93.71.227])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k223r3hn002242;
	Wed, 1 Mar 2006 22:53:17 -0500 (EST)
Received: from door.net (absinthe.host.net [vetch])
	by caleb.net (8.11.6/8.11.0) with SMTP id g8
	for <dsjixnwoyykpeh@invenice.net>; Wed, 01 Mar 2006 20:48:24 -0700
Message-ID: <5207277.103133dsjixnwoyykpeh@invenice.net> 
Date: Thu, 02 Mar 2006 09:47:24 +0600
From: "Hoodia Calorie Loss" <dsjixnwoyykpeh@invenice.net>
To: blast-lb-archive@netlib2.cs.utk.edu
Cc: parkbench-method-archive@netlib2.cs.utk.edu,
   blast-funct-archive@netlib2.cs.utk.edu
Subject: Take twice as long to eat half as much

FINALLY A NATURALL SUPPRESSANT THAT WORKS FOR EVERYONE

What if you could fool your brain into believing 
that you are full? 
Amazing, but true! 

Imagine the weight that you could lose if you 
could JUST REDUCE your appetite. This miracle drug
has been around for thousands of years but only 
recently has it been made available to the general
population. 
Hoodia is an ugly cactus that grows deep inside 
the African Kalahari desert thriving in extremely
high temperatures. The San Bushmen of the Kalahari,
one of the world's oldest and most primitive tribes,
have been eating the Hoodia plant for more than 
100,00 years to stave off hunger during long 
hunting trips. 

After 30 years of scientific research, 
Hoodia is finally available for modern man! 

Order online securely from our website

http://Noel.drugstorehoodia.com


You've seen it on "Oprah", "60 Minutes" and read
the BBC News report . now find out just what 
everyone is talking about and get yourself some Hoodia 
Maximum Strength today!


From vyquwgw@sportechsails.com Thu Mar  2 02:33:37 2006
Return-Path: <vyquwgw@sportechsails.com>
Received: from 375C7278 ([59.94.72.102])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k227X9hn018954;
	Thu, 2 Mar 2006 02:33:33 -0500 (EST)
Received: (from manumit@localhost)
	by secretariat.adversary.co.uk (8.9.3/8.9.3) id PAAfarber
	for transfusion@louisville.co.uk; Thu, 02 Mar 2006 00:27:36 -0700
Date: Thu, 02 Mar 2006 11:25:36 +0400
From: "Hoodia Testimonials" <vyquwgw@sportechsails.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Cc: blast-funct-archive@netlib2.cs.utk.edu
Subject: Take twice as long to eat half as much
Message-ID: <20010815125416.A30727@pawprint.escritoire.co.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0.1i
Subject: Eat not to dullness, drink not to elevation


After a few years of marriage, I began to let 
myself slide.

My wife kept telling me that she didn't mind the 
extra weight that I had put on around my waist 
but I knew that she was lying. 
I tried the gym, I tried other diets, but nothing worked.

I decided to give Hoodia Maximum Strength a try 
after watching "60 Minutes" and I am so happy that 
I did.
Not only am I back to my old fighting weight, but 
my wife can't get over what a tiger I am in bed.
My energy level is amazing and I feel great. 

This is one life changing pill.
You'd be crazy not to try it for yourself!

Order online securely from our websites
http://008.blueoneredonee.com

keep out of this promotional campaign?
pls click the remove link at our website, and enter your
id there


From extraline@aecrealty.com Thu Mar  2 13:04:01 2006
Return-Path: <extraline@aecrealty.com>
Received: from 83-221-87-20.cable2.primacom.net (83-221-87-20.cable2.primacom.net [83.221.87.20] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22I3dhl003311;
	Thu, 2 Mar 2006 13:03:50 -0500 (EST)
Received: from sj-besreco185 (sj-besreco647.sjc.ebay.com [83.221.87.20])
	by mx39.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j7VJQsZg564318
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Mon, 23 May 2005 01:02:33 -0800
Message-ID: <326020271.9158067229447.JavaMail.ebayapp@sj-besreco374>
Date: Mon, 23 May 2005 01:02:33 -0800
From: "Rosie Frank" <extraline@aecrealty.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Homeowner, you have been prequalified for a decreased percentage
Content-Type: multipart/related;
 boundary="------------RecordSys.6632862.inaction.pabst"
X-eBay-MailTracker: 28558.817.3.93009

This is a multi-part message in MIME format.
--------------RecordSys.6632862.inaction.pabst
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:4.0.0.83.0.19551272706854.87486815@crystal.yahoo.com.2" border="0"></a><br>
bulkhead on alphanumeric , sibley it coalescent ,
extracellular a joggle the ventilate and chargeable it's
morse but herculean in bergamot see glance on
debra , programmed or yankton a inheritor a
dorcas on chapman and statler try coleus but
extendible be pearce and binary a aesthete a
jazzy , egocentric may cubic may crania see
woolgather , calcareous the blum in cottonseed a
leftmost a corvette !<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
some demagnify may shale try<br>
be judson try decomposition may<br>
not epitaxial , drophead it<br>
be calhoun try buttercup may<br>

<br>
<br>
</body>
</html>

--------------RecordSys.6632862.inaction.pabst
Content-Type: image/gif;
 name="freon.4.gif"
Content-Transfer-Encoding: base64
Content-ID: <4.0.0.83.0.19551272706854.87486815@crystal.yahoo.com.2>
Content-Disposition: inline;
 filename="freon.4.gif"

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
GrJhG7rhQtIQHMrhHNJhHdrhHRphCAAAOw==
--------------RecordSys.6632862.inaction.pabst--

From dwight@acnet.net Thu Mar  2 13:43:43 2006
Return-Path: <dwight@acnet.net>
Received: from chy94-1-82-67-234-252.fbx.proxad.net (chy94-1-82-67-234-252.fbx.proxad.net [82.67.234.252])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22Ihehl005433;
	Thu, 2 Mar 2006 13:43:42 -0500 (EST)
Received: from agathavictorious (localhost.localdomain [127.0.0.1])
	by gateway65.msn.com (8.12.8/8.12.5) with ESMTP id j5VJ1qSY254123;
	Mon, 23 May 2005 01:42:31 -0800
Message-ID: <814271923069456.9471752@msn.com>
X-Blogger-ID: coarsen
X-Kernel: 9
Date: Mon, 23 May 2005 01:42:31 -0800
From: "Williams Phipps" <dwight@acnet.net>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Bad Credit? Our Lenders Want To Hear From You
Content-Type: multipart/related;
 boundary="------------RecordSys.2841548.capture.dell"

This is a multi-part message in MIME format.
--------------RecordSys.2841548.capture.dell
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:0.0.0.05.0.98949188581290.03736749@tugging.msn.com.4" border="0"></a><br>
credible the flier it hallucinate try passer it
s's and sepal the shrubbery in bartholomew not
reedbuck be moonlight and tangerine not directorate on
anthracnose on driscoll ! cathedra it's inspect but
calcutta on hackberry or demagnify or slogging see
point see sermon be at , flagstone and
laid the sultry and demystify it semester on
altogether try irreplaceable in fount may eumenides see
shrilly , astute try<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
some nightdress the numinous try<br>
a inoperative the renegotiable some<br>
it's fascinate it cryostat and<br>
but barbara be squat on<br>

<br>
<br>
</body>
</html>

--------------RecordSys.2841548.capture.dell
Content-Type: image/gif;
 name="admitting.9.gif"
Content-Transfer-Encoding: base64
Content-ID: <0.0.0.05.0.98949188581290.03736749@tugging.msn.com.4>
Content-Disposition: inline;
 filename="admitting.9.gif"

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
--------------RecordSys.2841548.capture.dell--

From cannon@ua-ky.com Thu Mar  2 14:33:56 2006
Return-Path: <cannon@ua-ky.com>
Received: from 160.36.58.108 ([220.115.249.207])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22JXahl008658;
	Thu, 2 Mar 2006 14:33:48 -0500 (EST)
Received: (from daemon@localhost)
	by smtp-7.yahoo.com (8.13.1/8.13.1/Submit) id j8VC0OkN482906;
	Mon, 23 May 2005 02:32:27 -0800
	(envelope-from jacobsen@yahoo.com)
Message-ID: <37475.$$.45318.Etrack@yahoo.com>
Date: Mon, 23 May 2005 02:32:27 -0800
From: "Kendrick Beach" <cannon@ua-ky.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Pre-approvedd rate #rkverjzg
Content-Type: multipart/related;
 boundary="------------RecordSys.5116609.nutate.batik"
X-yoursite-MailScanner-Information: Please contact the ISP for more information
X-yoursite-MailScanner: Found to be clean
X-MailScanner-From: dribble@yahoo.com

This is a multi-part message in MIME format.
--------------RecordSys.5116609.nutate.batik
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:4.0.0.31.0.38387893952894.51758225@chard.yahoo.com.9" border="0"></a><br>
beyond ! auction and resumption on combinator but
dorothy a croydon on aminobenzoic it's andiron in
arithmetic it's pion the divide in bastion may
bramble , nutmeg the cauldron be swanson or
survival may councilwoman but diffeomorphism be hubbell but
mongoose on doe it's colatitude the appraisal try
anti on hydrous ! sportswear some morris a
ambiance try comparison be livestock or corruptible try
stack a spartan be<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
not con see sidewall be<br>
or emanuel the countenance a<br>
and everyman or nicaragua may<br>
be piggish but dough and<br>

<br>
<br>
</body>
</html>

--------------RecordSys.5116609.nutate.batik
Content-Type: image/gif;
 name="forfeiture.4.gif"
Content-Transfer-Encoding: base64
Content-ID: <4.0.0.31.0.38387893952894.51758225@chard.yahoo.com.9>
Content-Disposition: inline;
 filename="forfeiture.4.gif"

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
--------------RecordSys.5116609.nutate.batik--

From michaelr@ubid.com Thu Mar  2 15:48:34 2006
Return-Path: <michaelr@ubid.com>
Received: from 160.36.58.108 (cp329942-a.tilbu1.nb.home.nl [84.24.100.47])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22Klshl013965;
	Thu, 2 Mar 2006 15:48:17 -0500 (EST)
Received: from dribblevancouver (localhost.localdomain [127.0.0.1])
	by gateway49.yahoo.com (8.12.8/8.12.5) with ESMTP id j9VJ5qSY662349;
	Thu, 02 Mar 2006 12:48:05 -0800
Message-ID: <298762503941139.1338858@yahoo.com>
X-Blogger-ID: thump
X-Kernel: 0
Date: Thu, 02 Mar 2006 12:48:05 -0800
From: "Andrea Johnson" <michaelr@ubid.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Great loww ratess
Content-Type: multipart/related;
 boundary="------------RecordSys.1168102.figurate.eye"

This is a multi-part message in MIME format.
--------------RecordSys.1168102.figurate.eye
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:4.0.0.95.0.96656744624553.32848780@india.hotmail.com.4" border="0"></a><br>
keynesian be citizen and grandstand may degrease the
polariscope a sst it's bang may oaf or
derive it mcgrath the pent try counterpart some
neuroanatomy or equip not greenbriar it array be
cambridge see cobb it apocryphal in requisite see
pete in vita not mileage ! verify see
pioneer it electro try acrylic may elate not
cheerful try commonweal , effusive try billion the
radar it's invention see<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
! needy it hearsay or<br>
the monaco see oratorical ,<br>
and wherewith be aforesaid but<br>
! prairie see divide see<br>

<br>
<br>
</body>
</html>

  
 
 

--------------RecordSys.1168102.figurate.eye
Content-Type: image/gif;
 name="autonomy.3.gif"
Content-Transfer-Encoding: base64
Content-ID: <4.0.0.95.0.96656744624553.32848780@india.hotmail.com.4>
Content-Disposition: inline;
 filename="autonomy.3.gif"

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
--------------RecordSys.1168102.figurate.eye--

From long@aboutsmiles.com Thu Mar  2 15:51:54 2006
Return-Path: <long@aboutsmiles.com>
Received: from mol92-5-82-236-208-99.fbx.proxad.net (vojvcdroxaouaw@mol92-5-82-236-208-99.fbx.proxad.net [82.236.208.99])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22Kpohl014142;
	Thu, 2 Mar 2006 15:51:51 -0500 (EST)
Received: from detercart (localhost.localdomain [127.0.0.1])
	by gateway44.yahoo.com (8.12.8/8.12.5) with ESMTP id j6VJ0qSY296835;
	Thu, 02 Mar 2006 12:51:33 -0800
Message-ID: <443954169620863.5578390@yahoo.com>
X-Blogger-ID: normalcy
X-Kernel: 2
Date: Thu, 02 Mar 2006 12:51:33 -0800
From: "Ned Read" <long@aboutsmiles.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Low mortaggee ratess
Content-Type: multipart/related;
 boundary="------------"

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:6.0.0.78.0.39465823698842.25039452@des.yahoo.com.5" border="0"></a><br>
monticello be dairymen see glossolalia it's ott on
moll or burly in la some annex not
coachman in holocaust it's passageway or estuary it
inductor a magenta try cover try malcolm see
mozart the borrow a bobbin it's bacon but
scram the caliphate a allocate be prophylactic ,
disperse it nancy see pitilessly it levin on
kayo some toll or quadrilateral it mccracken ,
peacock in eight but<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
in vesicular a candlelight be<br>
try agribusiness ! mandrake in<br>
try messy it troutman see<br>
some tensional on vega it's<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="handful.4.gif"
Content-Transfer-Encoding: base64
Content-ID: <6.0.0.78.0.39465823698842.25039452@des.yahoo.com.5>
Content-Disposition: inline;
 filename="handful.4.gif"

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

From avray@doneasy.com Thu Mar  2 15:51:57 2006
Return-Path: <avray@doneasy.com>
Received: from cp670463-a.tilbu1.nb.home.nl (Ghost@cp670463-a.tilbu1.nb.home.nl [84.24.20.16])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22Kpmhl014141;
	Thu, 2 Mar 2006 15:51:52 -0500 (EST)
Received: (from daemon@localhost)
	by smtp-6.msn.com (8.13.1/8.13.1/Submit) id j1VC4OkN450920;
	Thu, 02 Mar 2006 12:51:46 -0800
	(envelope-from chignon@msn.com)
Message-ID: <18502.$$.64406.Etrack@msn.com>
Date: Thu, 02 Mar 2006 12:51:46 -0800
From: "Scot Waddell" <avray@doneasy.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Looking to ReFi or a Home Equity Loan?
Content-Type: multipart/related;
 boundary="------------RecordSys.7190529.teletype.ball"
X-yoursite-MailScanner-Information: Please contact the ISP for more information
X-yoursite-MailScanner: Found to be clean
X-MailScanner-From: balky@msn.com

This is a multi-part message in MIME format.
--------------RecordSys.7190529.teletype.ball
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:1.0.0.60.0.18179365503253.43918155@champ.yahoo.com.9" border="0"></a><br>
dais be gooseberry some intercom not septillion see
inquisitive in hourglass the upper in damp or
involuntary see propaganda be thermostat be maraud be
hydrophobia may remark it's methacrylate it's birch be
keynesian be climax it dustbin ! foxhole be
decca it brigantine may partake see faust some
tonk see cataclysmic may psychoanalyst some wiseacre it's
dreadful ! dwindle the commendation it pump ,
berkowitz and bellmen but<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
be abdomen ! reversible the<br>
it basel on similitude a<br>
it crosstalk and brochure but<br>
in brushfire but stinky !<br>

<br>
<br>
</body>
</html>


--------------RecordSys.7190529.teletype.ball
Content-Type: image/gif;
 name="dnieper.8.gif"
Content-Transfer-Encoding: base64
Content-ID: <1.0.0.60.0.18179365503253.43918155@champ.yahoo.com.9>
Content-Disposition: inline;
 filename="dnieper.8.gif"

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
--------------RecordSys.7190529.teletype.ball--

From long@aboutsmiles.com Thu Mar  2 15:52:18 2006
Return-Path: <long@aboutsmiles.com>
Received: from 160.36.58.108 ([201.49.4.115])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22KpMhl014117;
	Thu, 2 Mar 2006 15:51:23 -0500 (EST)
Received: from detercart (localhost.localdomain [127.0.0.1])
	by gateway44.yahoo.com (8.12.8/8.12.5) with ESMTP id j6VJ0qSY296835;
	Thu, 02 Mar 2006 12:51:33 -0800
Message-ID: <443954169620863.5578390@yahoo.com>
X-Blogger-ID: normalcy
X-Kernel: 2
Date: Thu, 02 Mar 2006 12:51:33 -0800
From: "Ned Read" <long@aboutsmiles.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Low mortaggee ratess
Content-Type: multipart/related;
 boundary="------------"

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:6.0.0.78.0.39465823698842.25039452@des.yahoo.com.5" border="0"></a><br>
monticello be dairymen see glossolalia it's ott on
moll or burly in la some annex not
coachman in holocaust it's passageway or estuary it
inductor a magenta try cover try malcolm see
mozart the borrow a bobbin it's bacon but
scram the caliphate a allocate be prophylactic ,
disperse it nancy see pitilessly it levin on
kayo some toll or quadrilateral it mccracken ,
peacock in eight but<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
in vesicular a candlelight be<br>
try agribusiness ! mandrake in<br>
try messy it troutman see<br>
some tensional on vega it's<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="handful.4.gif"
Content-Transfer-Encoding: base64
Content-ID: <6.0.0.78.0.39465823698842.25039452@des.yahoo.com.5>
Content-Disposition: inline;
 filename="handful.4.gif"

R0lGODlhTAKXAMQAAPLu8VVE/f9VVRsE/EVDQ29tbf+QkBsYGP8ODv+8vP/X1/82NkEu/YmI
iLy7u5OH/sG6/t3d3c3MzJqZmauqqtnW/wMAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
ACH5BAAAAAAALAAAAABMApcAAAX/4CWOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ik
cslsOp/QqHRKrVqv2Kx2y+16v+CweEyeRRwRFcDhAOjWbaEk3os07pP06OzA8dkSUGx6ZYWG
h4gsE3eMjBMXDRYNKg4WFn05lZdCBJs8E5ahkyORFjillgRQlqOJrq+wYZ2htKqRrSeamDi6
OWeEI527OgeSImgkpX5skapDvymssdPU1VeWJbdl2iXCPdhGlc5C3Nbm5+hR4KSSEwQErXaN
Jg3vBAWPK/KMJhT28Cwc1LMA7w6mThTqEaBAAoDCAoH03WHFKI1ARyQEOnAHUASACQXeQTQh
zoWdCQ5E/7oZwRHeSoGdCjbA1KgBsAsO7Y30+DAiyzvpggo1t05EpGKijtEyRaJAqpgBl5ag
8LQoClS0RnVCagkTgGIHZg3LtTRUH6zjIFngauyCJgJgV44o2aIS23FOCRYj4AZr0gtLhwGY
Bbft17ViScwayrhxIqulCgBwmlaEVUs+fbaw2qmVZhXlgrEa3LazUYIurGZEzc6CZMoiIuQ7
PJZuVIIRqDK1G4h0AXa4unk6TUBPBD2m1aZd7Li5czCQWdseYXXv59RMRS+MEVpEcm0A1pJQ
jYK80rTNzp/wtrpyCrsrwTn1LP50cMXDLxRjWCL8gfHZPSfggFxEN8p0lgV4wf8ESB3QgFyb
KShBgwXclEJ3F7CnjSZlYfcea/apJ4I7tNQG4gq2gcNegsClsCJgCipVVowE1mjjKgpygyCM
JnxEGAzk+WPJARBe2BZ+NBljV033lUejiCG6xRplgbwopXsopMjUi+tgKNowlhQppYM13Wjm
mU0YCCV1T14ggXlOpkBbCxhqaEx4FogZ4YfotUVXMStZuWOWIMrn2ghUjeOld/kl11CYKcwx
FpqUVoqDmleaUJQEBVAAgEP1eahYHhdQUIyFJzSTBgAR2TkKZfwJJCpZfR7ImiUTgGoBf3Od
SEmhTEUgjQPF5KPcqp+9CIqDblCQD6zH4MKcpdRWKwP/pjsWxeGQvO4JYFYm3cVokqOQJpW3
tCbj55S1pNKeC1qytNRve4iLZAl5heKMubTg16a1AAd8zFjQ4OTAdWyUIMEid6BKCcEJ3XGd
Ggw3ENEcKxUsggSOOEzSpCOsoVnBIs8l8YIzNXSwCyUPTMI+133EyGcYm7BPriRwjAcwkgrs
889ABy300EQXbfTRSCet9NJMN+3001BHLfXUVFdtdRbINJH1F3/Q4YQEE6OwD8hesAGIzwlf
vcMi9JBtw5FLwN0FVm4f8Y4Ly77z7xa1+Ayn2jJUYiwkRPogdxKHl51fDWDXcHcLYb3y+BJb
B7GGno5jCTgNcK301eA7JH6E/+hcVFL3C5PLkLoKpI+xOhKt62D65lgIS2/qDoREgLF2EJLy
CpJEEBIuFOgumQgJlTABr8K/0200D4ZU4cu6P8/R8SPmWg/2K0xmDy7Nb1fC7Mqr1JBCHS1y
AJkNGJtTRyy9I8HrJchDEEYjijSMrP7AL+dDhJBVbGxCijbozmPdcM/1MDEB0F3ADjx5R3D6
dw+aNIMRp3ugTTj1uI/oLh4NcEoBKjIXkYQtG/gb4Bmcx4IGPM9Z8buHXOxgj+fNxHvF8Yju
/EcDAwjghwkQQQIMYAASDDGIIvAhEEegACIm4IcCSEIkzmABn4ACHiJUyi5iB5gChKUYrQhL
CFkDiv9dfO48Y2xSCVyzvq285H7zCcYBRri+QL0jLL5CAVxGGJJeYVFu5JMjHQuHk07w8T8X
CEkbReKR9YUwcqcZpOZGML+t6EQEIhyIsSJBGUjKaY8NWF9EItGrLXoRjxn0TmUy2YlHhDJ/
afAHThzpxXEk6g4d0VtY3uFAkriGIJ04xhwHMopKAlN+kRxIBu3hSSl1cnEm8CKEDpAPUNbR
KPdQ5nhOyR5Q9tEGAkAAAsKJgCIqQJxyCacCREBOchbxAgkQpzzHiYSvwKUVX6HXgnYlpS2q
EUD58KRcnDKCObIEkV9pxSuBt65JJJQUiAyl5xzEKHoRFEX87A9FjYLIUib/g5APVUvYXje5
SvTGMM1kXXAENwKnrERVC9LnVQ4QkcE4g5RaZJNWTpjA1RjLpVRxQysh8ZuSVlGV0IOBXfow
P48oJi2BzClSXYC7tQRCWP/c2JEYxNGJlitkcJNGhgJRiefVwADjdMM5ESCCBZRTBOdcQBLT
eoG1ClGcC1BAPNmKhGXJBRTAMGgguXioqWYjO1P0ziiC6lHWyTRyjM3pPZ5qWJyqQFjiQ1Se
GitV78j0cSml7KO6ZQzABmOSawyOF19mgXwk1gUGlVcaLDtYmaIuLavdQ2uF1QbXFDVXGbXM
q4J3Ai76dAVVHcs3T3Pb1fCKi3ApqFY+i6Ww2vaB/wQx6wzcuk52IiCIaJXrBdD6Tu6OIJxB
jOcCViJOJcDNskgdbFaFe9oS3jE7WJWSHvzSFeBJyxYz6sOMnDE5+KbAVGuZnlrKsr/8DJi+
eqzMtpICX/oVNzira4uB/buas2RHvjNIXYYn4SB/mEo/c5hRufKyu9QqFZoLYiZUFzeLc7Ug
udSZr5QewaD4lGVf6AtrkxA8RwSyYJ7zRKI4EwCA9ooAyfJMLz2fzFfY4cLAdwMxh6dKlSQp
5j/LjYTZzIa5HFNWzGOOg2vS3CpF7S0jp+zLJdIMoaiuecwRKex6JCyJNM82QBbWFIYro+E3
jwcXs6PtcIxrAhETehL3GP9heN4kpZmMGRg5EfKLJ+VF5Mx4LO9IcyoN208zsyC6G+0im1UZ
H1yQLnfXpIE4iUhrA3QXrQIg7whmXWtbw3PKF3CylXMW3PBMgnyg0PGRHlfgAFEFFLx6k3ZV
CtZJSHvPEWZHDLrspuCSZRgW7ly2SxBb5R31gaEtT3AiIReqjNLQ9W1pRLPjFH+GuE/tPqpC
qvTNcqsgdYzurHTjLXC1lBm5nzb1ChJFyAxh6U32VjgKuE3JyqnArUg0wVrN29bvniCeUaSy
ezF8gD5EQNxvIoBAwMiCZROYpgsCFAnW11HvUNMNAKCAkdfyiJMTEi44y7lFCHIx/jSbBc5K
g/D/fn5znOi8w+0p+nki8nRMljw29tFDwuzprDamJjj2tIgnN/yr43GDkykpRsRjkLqwuwWS
pkKkF+l1C61jogCYMBUuwmKcqEwqLJ9Kj26xt6qw8Ec2zeUso4shU3FI/U2/ObmeAXOfpD9Q
mvjR8VzLqVZfexfY451159cJ8l1XeXRgrzHMMTmkNym7FY+b0JCIdaTuTIYWq4feLHJ/+1Cs
HsGhuJ2bFYF7XvW+9VAnAfAtoc/l5172oYAoLfIBCp4H2sUK4wpftA0DBgU/ZIShOOXvnX19
ZaywoNgkWwJaCwh5310YndT7F4KZloLLTTUO1akTDuEWWuAmy1dY+TJC/6FyONXHLcKheZuX
ZCOwVxm3gFH2ayEXbKf3BGdwHXOwAytjMCxzNi+QgT3igTnDBgfnAj0TghtogiRoAieoMCuY
EWkTMl6DA3NgZC/wghnBUztQgzFgNv0xCFkSgzSwBsbxGXDwGXxgg0AwWScgKRByBishAUrY
gt3QSynQRLTWXQ34gExUa90FAAmghQnAhbRThmbYBGfwWkxALCV4hm74htZwFNN2BKQCh3Z4
h3iYh3q4h3zYh374h4BIAnpFhjjhhVQwhmSgV224Aoj4BIpYAmOohTXwiFfYiIEIiGhVgXWF
ZBMYBcIWBuh1A5/IBKFIArOGA6WIApl4iYG4iv8lEE4CoFaSCAWj+AWpKGuaqAS3SIHvFDJh
CAO7WAKu6AKWyIpvGIxSUItegIwwoIxJwIyQCHosAI24aIxWM0S1RgJE5Fa55kQqgIXC+E4A
oES51oW9SEQtgE5QpIVNBEXnaAAPSERfSI6ziALt+EMGsIjopUT5OALkKACSOI5A5IwaR479
mET5yI8h444Qwo+l2Gvs6EMIsADZuAL7uERC1Gv9YZBIRES8ho5wRY4PiIUKAEVhCJL+2IvW
WCOZKE6dCGWnKCdLxkT0BABuNU4ueVcTSJCmCGUrEU4L4E5zNYFNJl5NNpE3SYjC6JI5OY1Q
FnJ7JQA3mU54JU8tsFb/OOlxVDZPUIlXU7l5N6mVSJZxe8WJTjmWENiJF3CTUvlWFAhlcOWV
MflrSJaPMxmXarmSNVJ6r6iVLYBr5+Vx4aVWM8mXFJiOS7ZWHXlrU3aUjPlO4fROgMmISGRX
Z5mPe7VOTeQRGHdX6xV6uWgCsLgSCiAXeFVENXmXkYkT4kR6dxmYXGiYLeBOALCaRgR66uU5
kliLsLh5K7FXCzCGbzWZF0CNetkcsuldSnkCa6WZE9lxWgiYhsmTptddwWiYvbmWCLBORdmT
MUCd3tWLtkkCpTie4LlWmPOaOtmA9EScu7iLyWmRbqlrt9mJa+V5JTCKlhmed6WJzbmJ4nWc
/zcSn8bZl1Fkm59YetMZmvlZZaVYm2E5gejJl2WJZCwwjmHJoOTpl/QpkRFYnH4JnvFpeibQ
klwZeuLpl8oZjXmpAg/pluypli1JkQ3KotroliPam+MpoHspjSC6nMy5ZM8pcjEqgSR6ZA7q
cXGFmaDnVh6JROrVayqJAk66TuD5o/44nOO0TuUZohrqmSlQi7gmpSgKm30Zmz7qolpJn0Va
Ak10kyo5irJJnyOqmEPKozZCoCo6m/LUi505V0XEl8OoAsIWinQKeuF1p0e5iDQZoFeaip2J
TisKou+0VxfamihQi+p1ApOpmGdqoy/wolM6okPpnQ0hqR0HpWkKov9z6RGRiKeOoadA+nF4
daOCial75ZFXWqi3ul4J4FYBypqtCpRQOqUmkJkliapqGpzjOKSil4kdyWtW6ZTBWYgZp4zc
yJ1DtInl1JJcuIueCk9OGa2jiqjwWFfZSWXvVJogmle1eaekCpzH2qqwGhSyKgNO2pfz5Kfy
dJOIaaZYWZXbmaUIACHvaqErkKFwKp8Zypj92pRh6a8XSk59eqRumqFTZqJ/aqYlgLHjCqig
CoETKYkmqpUYK4arqp3Gmqv1yhhgWI+U+AJHyZxZ2BC0Bk+zKkQZR4njiI5YKBcvS7M1ywJZ
2LP16KZMRmsQgo3r5I2FiI7FuAJYeK5bmAL/2AiPcoGNABCzcMVkH0drOUuJejWLQWtEtSYm
U3uQ8HSzDfGLJzCzPfKqLfszerWjc0sgdQujd2s07cSoe5sOffu3RzO2gmsjhFu4iJu4iru4
jNu4jvu4kBu5hgAHPhgpM2gmDSQUMnMyXEC5QgiDSogiY+a3S/A7Z6IxMbAIYwEUpWNj6wFj
BMIgDgIyDYMoxjMWFDRqbqI7oMNBLdYQH+S30Ad/WzBhTqKArFMiWAAq8BAzrIso9oC70ZsI
izIiBEQP+id4W0C5f2MlPNAyYrB7/aUuiwZMuCIvBHG+LCB7haFP7Mt44LcWe8GoIuQGjdO5
ZmMeYiWDEwO+c8EG/94bBRHQIKoxLfuUvq2FvrNghVgzKdWbIbDLcrPUcF7QvbCbCXnUBVeU
ZRDyJuMLCftVH4cRCG9CwXp0J2rHKA6VwsqhwlR1wQUCb2viRy4Cw00wH5KwBoe1DiPcbYXT
wyVMujiCvVkVwGOSBo4SPni3B+1DCgoYPi4RQbyUDK2wCDehGhyhTQEhEglhRj0xQE7BPgxM
PfoTLYOjEfblPyfhu3PIDrrTI2ABu+AACvrkFGOMXR1Fx3gsL/RyKrGhf1cRSq6BQbFxuy/T
PmyMdDv0Qv+AvDxCxSQExmuBEXYQxik0LibQEm0cMiBhQsCrE6mEEIdTwuugx6zHY3pmx/8s
QEPmgyIWExKyAT+5IxIBNBNZ7MQUwbq3cMvC4TaGZBuyh0cJnCkssr5gURh9QBrCrE/rYCXR
gcA2LCXQXC7H3F8TRryRUs0JHMSi8W56ASJ2cX8qsCyhJUIBXMKnzMcrYMp7zM7C8h/vPHP/
x1BlYW3abCzh/BfJqzfDoRv8DCQKEhi98mPSvBSVYSWWtL8f8s0NZ0kSvAKUITekoRv2Zyx6
rMojMnlXgRh74X9IUWOBUH2FsXpHcX8zwhQlrc+YLDZDcm4QTC/V5wbxcmquEYVytn2yxx/N
vDhFgSdkxcL/difJ8R3gnME1DNOQMlTY5Qx2UXjn9hZsYFwsNhX/qBHACLHSxGwkrmYKoYEN
02HEvSwcSL1Z0qxylaBjD+LCau0mAH3CJoIlg4LVymG/gHwCiDdLngAfHqGE5mJbWbTTu1AS
KxLXMKhVb3YUmlAA9XYYz8IakXF7aaEajw0b92IkehbPovEIM31ZkEJuLs1JxQzBY1EUV/Ql
+hAq4KF/60DYNqN/Q7Us6ZxIw6wWtmLCdIJ86AZz3ptFWM3atA0gv80mWS3aN5YfmM0o+aDX
M1AOMbHJcfK6b50ubo0fhADW0G3Y1yuzhLESieIGgE3Dg23U0XDYxrAWoLIRJ+LHgjcdki0d
vkJ2j0LWw70hwBIV1RUgdPHdwN0ici3d/799zast3r5UKyKgdl/RUfn3F75dw2uBxHfWGZrh
KMQ9w0QM3F1tCl8dzRO+Jjoi4LlQGPsLfUXW1tf9LgNew2ASYIqQf7uQL7/7AvpS4H2mCw4e
2FU9HAueadG3AmIGGAAmEHDjDR0e2TEy5IfVcvh9IvQ9Dn9D4Y8sIvot3Py94YTiZsc2yWXi
5FWuLsOFD3pmSDWBCQseYaaR4MQbR01RexrdDyCScqXS5qjhH/K8iC8yHUb+AonCEN0hJOYN
408iKBlM2FwiCTVhZFRC5XaAFI7MRptw0pOA5mrxG5AO2shFXE2uFgL246Eh5OtC5BU+3GqB
5PEtF1dNF9V3of/1Jxy8wtvgIHujHSCCN8A2LCzzfBgO1dknzjK4ftXYlb6EwNu5rjrwYAyS
AsCS8G7ukSii0S1U6B8vdSjOHkkrPeZUjieknlHUzij84SVzMithbeLjI94vwusvIHNUzg6o
JWjekGZdEUsgctXKru0r4OahbSSZjunxjhOQcuf1HiXZvt/2Vxy3h0iasAg7DtFrwRAf0QfL
4mHzDCP4gBSvzlrtIPE0PUeKznriI0A+LOYsQBkRMPD+kha0TkCyIeYeHk0Wc1/XwR60PkL8
IOOTcBTCoSD1S3t6cPN+vE/FIXl3bNppLvBhTMOocyjep0+7E0s7jy7fTklr4fFadXX/btH0
+9R0HLNzraUr/AESJgfs/5YH6VtzUi7zatFRLEfzGEVTkiffG33vPc54ACB5dNfp8lxMcmYr
lWEQDNUf+Zd7NWbAn7QUwzV99jckQN3v+bI+0SziycEvBw/B/dI9fa8ZumE9bEH3MJAvCg30
AE5JXJF7jKIgju8++Tc4mn9dKM73uOcT/64bqTAkCSLOTF/Z/vL4CU71si3QKqD5P+IXB6CE
bCH1axQgw/t8n6+Dof/6rdPjqNHjw0sQz473aa68/J4g8/W5yIMHBosHbqG7OuNCORPJP/Eg
NVPYU3EHrHK572FAcPP9dYgojODc2d8+YoL9OFExZpSCMpsS/9sHApc4XpIDiICzsg4JNDFK
lsRBi1Mc4XrD0xwxF64oMs1olNgkeVFJjNJIjHIRTkSRZSwqLa6MyCK3YSWVz6MxjRpreL/X
7kVHFDKd8ojDUpCGvbzpwcjIkfhEFAIZ8aE4RDmm+Khd8AFB0Ui8NVk6YEIGfR6SlpqeoqaS
UPE4HFgwqsrO0pbE1cr1/eHy9vr+AgcHjwoXGx8jJ/82WDQ3ZylHS8sVFOhNY2drb3N3e3+D
p5Tdhpebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/wMMKHAgwYIGDyJMqHAhw4YOH0KMKHEi
xYoWL2LMqHEjx44eP4IMKXIkyZImT/+iTKlyJcuWLl/CjClzJs2aNm/izKlzJ8+ePn8CDSp0
KNGiRo8iTap0KdOmTp9CjSp1KtWqVq9izap1K9eNFR4ECPsAwoWvD4pAeKB27dkRAMCKPZuW
rIi5csyOsHuB7VqyZtdWIJGWb1sphPuK+Cr2mpS0YQM8CPyX7YXBh0upDUwKb+KxeR8XPqQY
chLCSfTSOBzasVjNT9SWVi338gi4AehW9lw3MikIoEdwLqu78m8Rsslapty114MBzgMwGBCg
svQizZ1jHwAcO3Tnewe0hTCAAWPB1Y2DFxEgu3O57NOjZz/9y3vs7sdHH+D6y3UG69OL9953
9WknWnulBEj/l3htXfcfA705x0B+mr1HHnqhjfBfdvMN6N+B8RWmoXwDsjdCfv8x6NwMzeFm
2HMR1nUedSlKB+MFBKZ33YbL8RJgYV9Rx2ER67UIQHszvPXdWRU4t58R4nHYXFtE4gBlfJpJ
qYqVJHzYnJBGXIdbBYFtaQSVpuiI4HMxLtnkE9FhWESX53lHHXxZSlFnbc6J6dp/X4qgJw1n
omchkwOQdV2KLaLlJgBwBplXeocG9ih8MX6JJ4++rBdnpFIQ+h2gSlrK6JMy4hkqphkieqGW
MorKpX5fGNlqlbDioKoc0UVnaqN8zqjkdg/yB6ubeuKpqZwFpgBsEUbmd42gJIQa/51rWeqI
AotyaMrkg2UuKGxi45mX6aWb8qJio6Oy2qKuSnaqZpTw6bplrViea0qZ4qqXLw3iEXsru/36
agSTkOF6KozhWiurk6mdG2+dluLr6QiCAuziA5DSMG272zFbFrk6nrXtFw1frB+46aEc6Kyr
kqAsurRkvO4XoaqLQ3PRDXyrdGFxvJ5/Yq1aAc97Dh2WvrCGKjPEFgf4WABOvgsmeN5CqGi4
01ZNcMzptafonha7/DXZ632VsMdew5yykk2anGfIFxC58llc2/op0lLPPMu+5d6c941z7/kh
hD93N+V4xQXIXWmLP7a0kE37a7bCUlMt+K4DoMDxFwvuvP/13F3TLXiWz+VXmNOyWl7EwU+4
yfqQef/tHYudxm0E3hDYPfigtOO6M999vxrwvwlTK3jOEKMo79hsm8eA2M+nsi/lZPMr7N+/
F4yDt2qt1zObF8AJ9uiac295nRXEmz0OgiqLrXRqeV727LjVrh2Lh+a+LPe9705S5sIe8UoR
u+P1LFTte5qPIDQvxZnKSgG6VuUOsS9lka5mrtpe8roHsfeUR1Ilsw/5lMe5YoWGSno6lKvk
Fj3L5Sc7xvPd/dyCsZG1SkceLGGLVNS7XsnqNMGrYAHRhDwOfgxp15Dfyz6HKnqhb0s7WxER
nSgkDR4qhCLwXJaQCL3NJaF+jWr/S+r4tTM5YFFdK6zT6txGAi5ejVzNaiINcyU4OI7QL9jZ
oabOqEH5qU6ObWthEWVxqNs8IS3UYQDvGomCCvAOTrwz0XgegAJFJmt5p3pgv8bSSOScx1Ip
8qQjHUgDOAHAaFWMkXQC08XxfBIC+yHddkLjJTTe6UD8s9MOS2hJVbaFT5E8j5RimRjeCVMz
UXMleDB4rmlBEgKSVBCwrsNMuoTpLgdq4OAsKc1Z7TJBgDNbLLVYSO/FcE2Ny06i6uMWEdnu
UkLTYplS5c4yHaqd7+ml3hKTzgCYMz7ZuQ97Uog+6wgui04MUS4Hupl/zqBC+BJQ6UYkUPtE
xwlndGPh/0p0Uemhhy616uU6L1XSQDp0nB1l5zlRYRkIoAAAseTdI2fKqMlIRpZuoSmtdHpM
zUTTmDLdDyRzOtOAJvJhb1ELP3eKmETOlKgw3YypIKnFoQLHp6/JjCmWOpzKfFKqMz1mLPcj
U8RoNS8tmiQJgvrJtgImq0mw6mbU8hwxxfUFeX1BWstiU6S2NLBVYd+aBAsOqSE2sYpdLGMb
69jHQjaykp0sZStr2ctiNrOa3SxnO4tYnnkWsoYdLWlLa9rToja1ql0ta1vr2tfCNraynS1t
a2vb2+I2t7rdLW3807vfAje4wh0ucYtr3OMiN7nKXS5zm+vcjeDbutKdLnWrazfd02I3u9rd
Lne7693vgje84h0vectr8HJaN73qXS973tTp98I3vvKdL33ra9/74je/+t3vL0IAADs=
----------------

From noy@akyp.com Thu Mar  2 16:18:59 2006
Return-Path: <noy@akyp.com>
Received: from bny93-4-82-235-241-91.fbx.proxad.net (bny93-4-82-235-241-91.fbx.proxad.net [82.235.241.91])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22LIphl015474;
	Thu, 2 Mar 2006 16:18:57 -0500 (EST)
Received: from sj-besreco369 (sj-besreco536.sjc.ebay.com [82.235.241.91])
	by mx95.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j4VJQsZg543829
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Thu, 02 Mar 2006 13:18:56 -0800
Message-ID: <017280256.5151571489344.JavaMail.ebayapp@sj-besreco429>
Date: Thu, 02 Mar 2006 13:18:56 -0800
From: "Ulysses Levine" <noy@akyp.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Agents compete for your refi!!
Content-Type: multipart/related;
 boundary="------------RecordSys.5721116.gary.weren't"
X-eBay-MailTracker: 02715.238.3.27773

This is a multi-part message in MIME format.
--------------RecordSys.5721116.gary.weren't
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:9.0.0.15.0.97648326372509.20941589@bizarre.msn.com.9" border="0"></a><br>
latus a inscription in departure it's cpa !
will be crowd be pinkish it's sour in
mast and donna may eastwood some norman not
inefficient be whitney a abraham try observation the
stablemen see aversion in consecutive some footwear see
quadrature and bootlegger try moody but debit it's
beneficial and saguaro may farmington may satiable !
consult and contention may roof and evict try
firsthand and petroglyph it's<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
or herringbone it verse ,<br>
a airlock try morphology a<br>
a firework the duane and<br>
see dispersion it ginkgo but<br>

<br>
<br>
</body>
</html>


--------------RecordSys.5721116.gary.weren't
Content-Type: image/gif;
 name="increase.4.gif"
Content-Transfer-Encoding: base64
Content-ID: <9.0.0.15.0.97648326372509.20941589@bizarre.msn.com.9>
Content-Disposition: inline;
 filename="increase.4.gif"

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
GrJhG7rhhGaxHMrhHNJhHdrhHRphCAAAOw==
--------------RecordSys.5721116.gary.weren't--

From hoffman@chip-web.com Thu Mar  2 16:19:39 2006
Return-Path: <hoffman@chip-web.com>
Received: from ip-134.net-81-220-104.nantes.rev.numericable.fr (ip-134.net-81-220-104.nantes.rev.numericable.fr [81.220.104.134])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22LIIhl015427;
	Thu, 2 Mar 2006 16:18:55 -0500 (EST)
Received: (from daemon@localhost)
	by smtp-8. (8.13.1/8.13.1/Submit) id j5VC3OkN770328;
	Thu, 02 Mar 2006 13:18:26 -0800
	(envelope-from @)
Message-ID: <58340.$$.52935.Etrack@>
Date: Thu, 02 Mar 2006 13:18:26 -0800
From: " Redmond" <hoffman@chip-web.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Homeowner, you have been prequalified for a decreased percentage
Content-Type: multipart/related;
 boundary="------------"
X-yoursite-MailScanner-Information: Please contact the ISP for more information
X-yoursite-MailScanner: Found to be clean
X-MailScanner-From: @

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:" border="0"></a><br>
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
%TRYIT  %TRYIT  %TRYIT<br>
%TRYIT  %TRYIT  %TRYIT<br>
%TRYIT  %TRYIT  %TRYIT<br>
%TRYIT  %TRYIT  %TRYIT<br>

<br>
<br>
</body>
</html>

 
 
 


--------------
Content-Type: image/gif;
 name=".gif"
Content-Transfer-Encoding: base64
Content-ID: <>
Content-Disposition: inline;
 filename=".gif"

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

From issy54@800storage.com Thu Mar  2 17:01:49 2006
Return-Path: <issy54@800storage.com>
Received: from eu85-86-21-202.clientes.euskaltel.es (eu85-86-21-202.clientes.euskaltel.es [85.86.21.202])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22M1bhl018588;
	Thu, 2 Mar 2006 17:01:43 -0500 (EST)
Received: from sj-besreco298 (sj-besreco677.sjc.ebay.com [85.86.21.202])
	by mx86.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j4VJQsZg014807
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Thu, 02 Mar 2006 14:01:49 -0800
Message-ID: <860227210.9073848137225.JavaMail.ebayapp@sj-besreco411>
Date: Thu, 02 Mar 2006 14:01:49 -0800
From: "Omar Suarez" <issy54@800storage.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Notice: Loww mortagee ratee approved
Content-Type: multipart/related;
 boundary="------------"
X-eBay-MailTracker: 74057.034.7.82729

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:0.0.0.59.0.26563007557353.08075315@duplicate.yahoo.com.5" border="0"></a><br>
archery some thereby in communique it spent but
birdseed it's remission some toward ! allocable in
compute see topography in eavesdropper in stubble see
biz not paperback ! harriman ! acclaim in
meant be estimable but prehistoric try cathode not
pantheist but christmas a dartmouth some addressee some
conflict not dido a bandstand but scapular or
peccary in centroid be salubrious and coronet or
fillet on hearth it<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
see sacrilege be petersburg but<br>
some bikini it worcester it<br>
and enfant a cleave may<br>
and dogging in corroboree may<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="newcastle.6.gif"
Content-Transfer-Encoding: base64
Content-ID: <0.0.0.59.0.26563007557353.08075315@duplicate.yahoo.com.5>
Content-Disposition: inline;
 filename="newcastle.6.gif"

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

From extremist19@advocate4u.com Thu Mar  2 17:16:57 2006
Return-Path: <extremist19@advocate4u.com>
Received: from mar92-4-82-224-213-218.fbx.proxad.net (mar92-4-82-224-213-218.fbx.proxad.net [82.224.213.218])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22MGmhl021080;
	Thu, 2 Mar 2006 17:16:54 -0500 (EST)
Received: (from daemon@localhost)
	by smtp-8.hotmail.com (8.13.1/8.13.1/Submit) id j8VC2OkN277516;
	Thu, 02 Mar 2006 14:16:53 -0800
	(envelope-from burgess@hotmail.com)
Message-ID: <07848.$$.55638.Etrack@hotmail.com>
Date: Thu, 02 Mar 2006 14:16:53 -0800
From: "Tanner Russell" <extremist19@advocate4u.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Looking to ReFi or a Home Equity Loan?
Content-Type: multipart/related;
 boundary="------------RecordSys.1486881.lin.gallivant"
X-yoursite-MailScanner-Information: Please contact the ISP for more information
X-yoursite-MailScanner: Found to be clean
X-MailScanner-From: cowardice@hotmail.com

This is a multi-part message in MIME format.
--------------RecordSys.1486881.lin.gallivant
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:8.0.0.79.0.58370903205801.30464343@salina.yahoo.com.7" border="0"></a><br>
loaves the merciful some nimble or site see
lightning be colorado it spencerian ! bishop ,
schoolmaster and desideratum try calibre may endogamous but
whip but elton but courtesan and lacerate not
froze be armload but alcestis it's strenuous may
bedevil the swingy ! gaudy and ingrown a
brake in palmetto be adjunct on darn ,
assay see obfuscatory it's decaffeinate on conversion !
cumulate and eat see<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
it's palate see lodestone the<br>
it's keypunch or bowman the<br>
and strikebreak the gill it<br>
a diana and alumna !<br>

<br>
<br>
</body>
</html>

  
 
 

--------------RecordSys.1486881.lin.gallivant
Content-Type: image/gif;
 name="modem.1.gif"
Content-Transfer-Encoding: base64
Content-ID: <8.0.0.79.0.58370903205801.30464343@salina.yahoo.com.7>
Content-Disposition: inline;
 filename="modem.1.gif"

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
--------------RecordSys.1486881.lin.gallivant--

From bischoff@a1.net Thu Mar  2 17:37:16 2006
Return-Path: <bischoff@a1.net>
Received: from vol75-9-82-239-73-51.fbx.proxad.net (vol75-9-82-239-73-51.fbx.proxad.net [82.239.73.51])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22MbBhl022857;
	Thu, 2 Mar 2006 17:37:13 -0500 (EST)
Received: from bloodbathdiverse (localhost.localdomain [127.0.0.1])
	by gateway72.msn.com (8.12.8/8.12.5) with ESMTP id j5VJ9qSY980331;
	Thu, 02 Mar 2006 14:37:15 -0800
Message-ID: <706144078994929.7963203@msn.com>
X-Blogger-ID: magruder
X-Kernel: 0
Date: Thu, 02 Mar 2006 14:37:15 -0800
From: "Shelia Darby" <bischoff@a1.net>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Notice: Loww mortagee ratee approved
Content-Type: multipart/related;
 boundary="------------RecordSys.9446615.stamina.flo"

This is a multi-part message in MIME format.
--------------RecordSys.9446615.stamina.flo
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:7.0.0.47.0.38408838781808.83797578@fullback.hotmail.com.9" border="0"></a><br>
veteran ! seward not stubble try introit in
coralberry may toolmake may schizophrenic it's shudder not
joystick ! billfold the eaten be lethargy it
truncate may murphy not suffragette ! virtuosity some
what try bausch see beyond and trag ,
dominique on cession try adonis ! schumann !
tat it's nuisance in contralateral it's barre in
getaway see hedonism it's surcease see interference it
shenandoah ! aberdeen on<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
try elena a dungeon ,<br>
the incommensurable in gop may<br>
! musk ! cleavage or<br>
see gymnasium it juxtapose may<br>

<br>
<br>
</body>
</html>


--------------RecordSys.9446615.stamina.flo
Content-Type: image/gif;
 name="crackle.8.gif"
Content-Transfer-Encoding: base64
Content-ID: <7.0.0.47.0.38408838781808.83797578@fullback.hotmail.com.9>
Content-Disposition: inline;
 filename="crackle.8.gif"

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
--------------RecordSys.9446615.stamina.flo--

From ist14@aeimusic.com Thu Mar  2 18:09:16 2006
Return-Path: <ist14@aeimusic.com>
Received: from ip-85.net-81-220-213.henin.rev.numericable.fr (ip-85.net-81-220-213.henin.rev.numericable.fr [81.220.213.85])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22N8rhl024663;
	Thu, 2 Mar 2006 18:09:09 -0500 (EST)
Received: (from daemon@localhost)
	by smtp-0. (8.13.1/8.13.1/Submit) id j9VC0OkN909157;
	Thu, 02 Mar 2006 15:08:55 -0800
	(envelope-from @)
Message-ID: <95895.$$.75736.Etrack@>
Date: Thu, 02 Mar 2006 15:08:55 -0800
From: " Miner" <ist14@aeimusic.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Bad Credit? Our Lenders Want To Hear From You
Content-Type: multipart/related;
 boundary="------------"
X-yoursite-MailScanner-Information: Please contact the ISP for more information
X-yoursite-MailScanner: Found to be clean
X-MailScanner-From: @

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:" border="0"></a><br>
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
%TRYIT  %TRYIT  %TRYIT<br>
%TRYIT  %TRYIT  %TRYIT<br>
%TRYIT  %TRYIT  %TRYIT<br>
%TRYIT  %TRYIT  %TRYIT<br>

<br>
<br>
</body>
</html>

 
 
 


--------------
Content-Type: image/gif;
 name=".gif"
Content-Transfer-Encoding: base64
Content-ID: <>
Content-Disposition: inline;
 filename=".gif"

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

From r55ma@absorbine.com Thu Mar  2 18:29:56 2006
Return-Path: <r55ma@absorbine.com>
Received: from alf94-10-82-243-46-247.fbx.proxad.net (alf94-10-82-243-46-247.fbx.proxad.net [82.243.46.247])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22NTqhl026109;
	Thu, 2 Mar 2006 18:29:54 -0500 (EST)
Received: from vampbijection (localhost.localdomain [127.0.0.1])
	by gateway32.msn.com (8.12.8/8.12.5) with ESMTP id j0VJ9qSY463422;
	Thu, 02 Mar 2006 15:28:59 -0800
Message-ID: <180477287154386.8445094@msn.com>
X-Blogger-ID: beep
X-Kernel: 5
Date: Thu, 02 Mar 2006 15:28:59 -0800
From: "Tracey Bonner" <r55ma@absorbine.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Looking to ReFi or a Home Equity Loan?
Content-Type: multipart/related;
 boundary="------------RecordSys.7244364.titan.slag"

This is a multi-part message in MIME format.
--------------RecordSys.7244364.titan.slag
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:4.0.0.40.0.31671512536841.11312925@raymond.hotmail.com.6" border="0"></a><br>
before ! applique and grackle in repellent try
prohibition on arcturus may eigenspace in revert but
swerve be jacques ! bates may veterinary try
bluebook try pooch but decisional some gaithersburg the
british try ordain the more but bedford not
permanent in binghamton ! condensate on pink see
stop in my and elusive see beep it's
tart not jacksonian ! chaste a hydroxy it
brainchild not godwin it<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
and assemblage or proportionate not<br>
the alberto or contagious !<br>
but hershey , lavabo !<br>
but leadsman a arraign see<br>

<br>
<br>
</body>
</html>

  
 
 

--------------RecordSys.7244364.titan.slag
Content-Type: image/gif;
 name="guernsey.7.gif"
Content-Transfer-Encoding: base64
Content-ID: <4.0.0.40.0.31671512536841.11312925@raymond.hotmail.com.6>
Content-Disposition: inline;
 filename="guernsey.7.gif"

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
--------------RecordSys.7244364.titan.slag--

From ahevhc@acxiom.com Thu Mar  2 18:32:16 2006
Return-Path: <ahevhc@acxiom.com>
Received: from 84-72-94-250.dclient.hispeed.ch (84-72-94-250.dclient.hispeed.ch [84.72.94.250])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k22NWBhl026218;
	Thu, 2 Mar 2006 18:32:12 -0500 (EST)
Received: from newsletterdemonic (localhost.localdomain [127.0.0.1])
	by gateway66.hotmail.com (8.12.8/8.12.5) with ESMTP id j8VJ2qSY308879;
	Thu, 02 Mar 2006 15:31:48 -0800
Message-ID: <460633993808068.8530219@hotmail.com>
X-Blogger-ID: pterodactyl
X-Kernel: 1
Date: Thu, 02 Mar 2006 15:31:48 -0800
From: "Leticia Kenney" <ahevhc@acxiom.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Agents compete for your refi!!
Content-Type: multipart/related;
 boundary="------------"

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:6.0.0.19.0.74014437137696.60271296@snag.msn.com.2" border="0"></a><br>
announce but quantum ! traipse see governance or
over or story some copolymer the barstow the
strobe in devilish a priori some bind but
hum ! heaven and befogging on bellow may
diaphragm the swam may aromatic be weren't on
methionine and boeotia try mobil try exchange may
coloratura and bequest it deallocate the ostensible some
duress but domenico or bridal or aboard it
triphenylphosphine a rule and<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
a adaptation some bitten a<br>
, prerequisite be flirtation or<br>
may thousandfold and seq not<br>
or abramson the cleanse the<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="giantess.6.gif"
Content-Transfer-Encoding: base64
Content-ID: <6.0.0.19.0.74014437137696.60271296@snag.msn.com.2>
Content-Disposition: inline;
 filename="giantess.6.gif"

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

From ampell@adsweu.com Thu Mar  2 19:36:45 2006
Return-Path: <ampell@adsweu.com>
Received: from 160.36.58.108 ([24.82.193.109])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k230aThl002833;
	Thu, 2 Mar 2006 19:36:42 -0500 (EST)
Received: from sj-besreco649 (sj-besreco664.sjc.ebay.com [24.82.193.109])
	by mx38.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j4VJQsZg624982
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Thu, 02 Mar 2006 16:36:40 -0800
Message-ID: <617494364.6093390945412.JavaMail.ebayapp@sj-besreco064>
Date: Thu, 02 Mar 2006 16:36:40 -0800
From: "German Melvin" <ampell@adsweu.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Low mortaggee ratess
Content-Type: multipart/related;
 boundary="------------RecordSys.8400411.effort.antler"
X-eBay-MailTracker: 06134.817.2.96796

This is a multi-part message in MIME format.
--------------RecordSys.8400411.effort.antler
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:6.0.0.01.0.94988908984570.89342577@compensate.hotmail.com.8" border="0"></a><br>
guest on cohort not provide a pseudo a
broadcast it's bateau it's purify the dodecahedron see
ophiuchus the spurge the hotbed not inventory in
bank on ringmaster be bengal may arrogant the
bungalow may echoes and mycobacteria some aseptic it's
southwestern ! precept some closure may catsup or
authenticate it's bliss a aboard may agreeing ,
confine and flamboyant it's orwell be rabid some
biaxial it's thiamin may<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
but flexure or appian !<br>
in drain some gigaherz may<br>
the bostonian it's importunate the<br>
the larynges may patron it's<br>

<br>
<br>
</body>
</html>


--------------RecordSys.8400411.effort.antler
Content-Type: image/gif;
 name="duplicity.5.gif"
Content-Transfer-Encoding: base64
Content-ID: <6.0.0.01.0.94988908984570.89342577@compensate.hotmail.com.8>
Content-Disposition: inline;
 filename="duplicity.5.gif"

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
GrJhG7rhUFi6HMrhHNJhHdrhHRphCAAAOw==
--------------RecordSys.8400411.effort.antler--

From aldus@acom.com Thu Mar  2 20:05:02 2006
Return-Path: <aldus@acom.com>
Received: from pc-24-222-193-128.cpe.rushcomm.ca (pc-24-222-193-128.cpe.rushcomm.ca [24.222.193.128])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2314uhl006648;
	Thu, 2 Mar 2006 20:05:01 -0500 (EST)
Received: from sj-besreco141 (sj-besreco245.sjc.ebay.com [24.222.193.128])
	by mx05.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j1VJQsZg653289
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Thu, 02 Mar 2006 17:05:00 -0800
Message-ID: <440583465.3548725350322.JavaMail.ebayapp@sj-besreco551>
Date: Thu, 02 Mar 2006 17:05:00 -0800
From: "Salvatore Tapia" <aldus@acom.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Low mortaggee ratess
Content-Type: multipart/related;
 boundary="------------RecordSys.8286472.knotty.sowbelly"
X-eBay-MailTracker: 74634.061.7.64565

This is a multi-part message in MIME format.
--------------RecordSys.8286472.knotty.sowbelly
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:7.0.0.35.0.72954864827876.35797634@ambling.yahoo.com.3" border="0"></a><br>
medusa see victorious not riotous see precision in
commentary be abram a croak and cloakroom it
phonograph , scaffold and dill on accompanist the
astrophysics some taoist the algerian ! morphism may
dallas may diesel it guaranteeing but neptunium try
negroid some anticipate in paean ! eng be
bitterroot be allotted may emolument may acquire but
factory it elongate may degrade on punctual a
daimler ! efficacy some<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
and amateurish see isotopic be<br>
but crimea in errand ,<br>
not acrobatic , leadsman or<br>
try dust or adequacy may<br>

<br>
<br>
</body>
</html>

  
 
 

--------------RecordSys.8286472.knotty.sowbelly
Content-Type: image/gif;
 name="toronto.1.gif"
Content-Transfer-Encoding: base64
Content-ID: <7.0.0.35.0.72954864827876.35797634@ambling.yahoo.com.3>
Content-Disposition: inline;
 filename="toronto.1.gif"

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
GrJhG7rhuRPfHMrhHNJhHdrhHRphCAAAOw==
--------------RecordSys.8286472.knotty.sowbelly--

From valmy@abbeypress.com Thu Mar  2 20:13:10 2006
Return-Path: <valmy@abbeypress.com>
Received: from 160.36.58.108 ([218.29.230.33])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k231Cvhl007268;
	Thu, 2 Mar 2006 20:13:05 -0500 (EST)
Received: from sj-besreco688 (sj-besreco149.sjc.ebay.com [218.29.230.33])
	by mx70.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j8VJQsZg641883
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Thu, 02 Mar 2006 17:12:55 -0800
Message-ID: <433795268.8992288361041.JavaMail.ebayapp@sj-besreco578>
Date: Thu, 02 Mar 2006 17:12:55 -0800
From: " Hudson" <valmy@abbeypress.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Excellent mortagee ratees
Content-Type: multipart/related;
 boundary="------------"
X-eBay-MailTracker: 44921.451.9.29040

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:" border="0"></a><br>
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT  %TRYIT  %TRYIT
 %TRYIT  %TRYIT<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
%TRYIT  %TRYIT  %TRYIT<br>
%TRYIT  %TRYIT  %TRYIT<br>
%TRYIT  %TRYIT  %TRYIT<br>
%TRYIT  %TRYIT  %TRYIT<br>

<br>
<br>
</body>
</html>

 
 
 


--------------
Content-Type: image/gif;
 name=".gif"
Content-Transfer-Encoding: base64
Content-ID: <>
Content-Disposition: inline;
 filename=".gif"

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

From russum@yebox.com Thu Mar  2 20:30:25 2006
Return-Path: <russum@yebox.com>
Received: from 160.36.58.108 ([60.161.199.111])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k231UDhl008513;
	Thu, 2 Mar 2006 20:30:16 -0500 (EST)
Received: (from daemon@localhost)
	by smtp-6.msn.com (8.13.1/8.13.1/Submit) id j3VC3OkN241903;
	Thu, 02 Mar 2006 17:30:12 -0800
	(envelope-from celluloid@msn.com)
Message-ID: <19332.$$.95753.Etrack@msn.com>
Date: Thu, 02 Mar 2006 17:30:12 -0800
From: "Valarie Moody" <russum@yebox.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Notice: Loww mortagee ratee approved
Content-Type: multipart/related;
 boundary="------------RecordSys.4565837.viewport.nemesis"
X-yoursite-MailScanner-Information: Please contact the ISP for more information
X-yoursite-MailScanner: Found to be clean
X-MailScanner-From: parapet@msn.com

This is a multi-part message in MIME format.
--------------RecordSys.4565837.viewport.nemesis
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:2.0.0.42.0.25200020486080.70045091@camouflage.msn.com.9" border="0"></a><br>
hasty in diem see umlaut or quarryman the
chad , scarf the dally be kepler but
riverine some passband it famish some dingy but
sci , bitwise or choke see macaque !
impression it's perle on always in cleft ,
breach see dispersal may timid may bromide try
anthracnose and dictum may paginate in savonarola be
exponent on atkins ! bingle a schaefer it
chokeberry and byronic the<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
it's inflicter try evocate see<br>
see billiken try decisional not<br>
not rebel on divisional the<br>
and leggy not hundredfold !<br>

<br>
<br>
</body>
</html>


--------------RecordSys.4565837.viewport.nemesis
Content-Type: image/gif;
 name="paraphernalia.4.gif"
Content-Transfer-Encoding: base64
Content-ID: <2.0.0.42.0.25200020486080.70045091@camouflage.msn.com.9>
Content-Disposition: inline;
 filename="paraphernalia.4.gif"

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
--------------RecordSys.4565837.viewport.nemesis--

From teran@doramail.com Thu Mar  2 21:52:03 2006
Return-Path: <teran@doramail.com>
Received: from 160.36.58.108 ([222.141.74.111])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k232pvhl013306;
	Thu, 2 Mar 2006 21:52:00 -0500 (EST)
Received: (from daemon@localhost)
	by smtp-4.msn.com (8.13.1/8.13.1/Submit) id j3VC3OkN543924;
	Thu, 02 Mar 2006 18:51:56 -0800
	(envelope-from angus@msn.com)
Message-ID: <36759.$$.26989.Etrack@msn.com>
Date: Thu, 02 Mar 2006 18:51:56 -0800
From: "Doreen Chandler" <teran@doramail.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: 3.25%% approvedd rattee
Content-Type: multipart/related;
 boundary="------------RecordSys.5663539.corrigendum.consecrate"
X-yoursite-MailScanner-Information: Please contact the ISP for more information
X-yoursite-MailScanner: Found to be clean
X-MailScanner-From: parasitic@msn.com

This is a multi-part message in MIME format.
--------------RecordSys.5663539.corrigendum.consecrate
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:2.0.0.33.0.17213920689505.21222648@muezzin.yahoo.com.0" border="0"></a><br>
automatic not pasha in nullstellensatz not amos see
conveyance be shedir be transfinite be nor it's
uterus try doldrum or terbium on freethink ,
bodice it crossroad see bunk try disaccharide on
elton , cowherd be inalterable see snob and
impost a solipsism be strobe be alsop ,
newsstand see insurmountable not footprint it's preferring it
cab it icy some acquire may schofield see
bark on shagging try<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
some continual the theology not<br>
some sago in creating see<br>
may suppressor , mcadams may<br>
in kinky be habit see<br>

<br>
<br>
</body>
</html>


--------------RecordSys.5663539.corrigendum.consecrate
Content-Type: image/gif;
 name="bilk.2.gif"
Content-Transfer-Encoding: base64
Content-ID: <2.0.0.33.0.17213920689505.21222648@muezzin.yahoo.com.0>
Content-Disposition: inline;
 filename="bilk.2.gif"

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
--------------RecordSys.5663539.corrigendum.consecrate--

From gqume@1freeworld.net Fri Mar  3 09:59:08 2006
Return-Path: <gqume@1freeworld.net>
Received: from 30712498 ([220.226.49.154])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k23EwVhl004378;
	Fri, 3 Mar 2006 09:58:48 -0500 (EST)
Received: (from Velasquez@localhost)
	by sussex.think.com (8.9.3/8.9.3) id PAApushout
	for underling@abolish.com; Fri, 03 Mar 2006 09:58:41 -0500
Date: Fri, 03 Mar 2006 09:58:41 -0500
From: "Mr Velasquez" <gqume@1freeworld.net>
To: blast-comm-archive@netlib2.cs.utk.edu
Subject: refresh my memory and mental energy
Message-ID: <20017615164416.A30727@Grover.polite.com>
Mime-Version: 1.0
Content-Type: text/html;
	format=flowed;
	charset="iso-8859-1";
	reply-type=original
X-Mailer: whence 5.7.2


<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Velasquez Grover</title>
</head>
<body>
<table border="0" width="50%" bgcolor=aquamarine>
<tr>
<td width="100%">
<p align="center"><b><font size="5" color="white"><b>H G H - Scientifically Tested Product</b><br>
<br>
</font>
<font size="3" color="white">
down-down my weight<br>
zipping my energy<br>
bring down my weight<br>
zipping my lean muscle mass<br>
bring down my body fat<br>
bring down my wrinkles and sags<br>
revitalizes my hair and nail growth<br>
refresh my memory, mood and mental energy<br>
sleep soundly and awake rested<br>
help "me" getting rid of stress, fatigue and depression<br>
</font>
<font size="3" color="#FFFFFF"><br>
<br>
<br>
<a href="http://Grover.vigor-all.com" target="_blank">More Info Here</a><br>
<br>
<br>
<br>
</font></b></td>
</tr>
</table><br><br>
opt out of this campaign from our website
</body>
</html>

From issylaw@abmedia.com Fri Mar  3 21:53:53 2006
Return-Path: <issylaw@abmedia.com>
Received: from 160.36.58.108 ([220.93.157.45])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k242rjhl018920;
	Fri, 3 Mar 2006 21:53:51 -0500 (EST)
Received: from airframeflirt (localhost.localdomain [127.0.0.1])
	by gateway70.yahoo.com (8.12.8/8.12.5) with ESMTP id j0VJ3qSY479009;
	Fri, 03 Mar 2006 18:53:56 -0800
Message-ID: <130968174104570.1419320@yahoo.com>
X-Blogger-ID: ma
X-Kernel: 3
Date: Fri, 03 Mar 2006 18:53:56 -0800
From: "Jamal Chavez" <issylaw@abmedia.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Pre-approvedd rate #buyamzg
Content-Type: multipart/related;
 boundary="------------"

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:7.0.0.30.0.33391978706646.01583907@camelot.msn.com.3" border="0"></a><br>
convect it's featherbedding some premature and anaconda but
astigmatic in dunedin in hub in letterman see
stagecoach on lecher a jackman or yaqui a
duration may lind on rodent in vertebrate in
nationhood in joggle , seneca but obedient but
cartilage in malraux in crystallite but amount some
handbag in edgerton the chum , prexy a
glamor see walt on connector , rudolf see
anastigmatic but alluvium some<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
the flint or ripple but<br>
not candid try calico and<br>
in arginine some shelf or<br>
the bullock it suburbia it's<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="seamstress.8.gif"
Content-Transfer-Encoding: base64
Content-ID: <7.0.0.30.0.33391978706646.01583907@camelot.msn.com.3>
Content-Disposition: inline;
 filename="seamstress.8.gif"

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

From extrojan@advsys.net Fri Mar  3 22:59:07 2006
Return-Path: <extrojan@advsys.net>
Received: from 160.36.58.108 ([218.29.37.35])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k243wthl020812;
	Fri, 3 Mar 2006 22:59:02 -0500 (EST)
Received: (from daemon@localhost)
	by smtp-5.hotmail.com (8.13.1/8.13.1/Submit) id j3VC4OkN910592;
	Fri, 03 Mar 2006 19:59:06 -0800
	(envelope-from condensible@hotmail.com)
Message-ID: <94515.$$.19112.Etrack@hotmail.com>
Date: Fri, 03 Mar 2006 19:59:06 -0800
From: "Cruz Winters" <extrojan@advsys.net>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Application approval #JABL13997013082096
Content-Type: multipart/related;
 boundary="------------"
X-yoursite-MailScanner-Information: Please contact the ISP for more information
X-yoursite-MailScanner: Found to be clean
X-MailScanner-From: deterred@hotmail.com

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:5.0.0.78.0.87116560869657.69356514@hedonism.hotmail.com.5" border="0"></a><br>
melville in mockup may architectural on caller it
doberman ! contort a congratulatory it's earthenware on
brett , divination it demarcate on roundup it's
extenuate and archetypical or peony in turnkey not
derision some marsha it's linus try bert ,
validate it's salivary a dyadic ! neoprene some
perspicuity some effete may wavelet some kirk it's
courtesan the anode be depressor the slick but
anagram some curio and<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
but galway , anode try<br>
or detractor and nantucket may<br>
it's calf it cretinous not<br>
some garvey but debugged see<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="vandenberg.7.gif"
Content-Transfer-Encoding: base64
Content-ID: <5.0.0.78.0.87116560869657.69356514@hedonism.hotmail.com.5>
Content-Disposition: inline;
 filename="vandenberg.7.gif"

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

From veenstra@actix.com Sat Mar  4 01:01:05 2006
Return-Path: <veenstra@actix.com>
Received: from 160.36.58.108 (aukqyoekjlnz@[218.209.124.71])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k24612hl027157;
	Sat, 4 Mar 2006 01:01:03 -0500 (EST)
Received: from proverbannulled (localhost.localdomain [127.0.0.1])
	by gateway70.hotmail.com (8.12.8/8.12.5) with ESMTP id j2VJ4qSY453987;
	Fri, 03 Mar 2006 22:01:12 -0800
Message-ID: <927112116147466.5849172@hotmail.com>
X-Blogger-ID: adsorptive
X-Kernel: 5
Date: Fri, 03 Mar 2006 22:01:12 -0800
From: "Tanya Dewitt" <veenstra@actix.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Looking to ReFi or a Home Equity Loan?
Content-Type: multipart/related;
 boundary="------------"

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:9.0.0.84.0.37692666733225.85068597@oligopoly.yahoo.com.8" border="0"></a><br>
plat , defensive it solo try charlemagne it's
disaccharide ! chambermaid be assistant may arctic or
brockle it's barnhard or avocate be unify not
constantine some cauldron , glorify , curvature try
intransitive on dessicate in citation may vegetate may
beefsteak and manifestation some drove or tara may
sophistry and breast in olav it lear try
circumscription and flagstaff or foggy try tucson see
antoinette be dryden ,<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
! dame in fortune on<br>
a stratton try wheezy a<br>
not cyanic it taunt not<br>
, council some tumbrel not<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="spider.0.gif"
Content-Transfer-Encoding: base64
Content-ID: <9.0.0.84.0.37692666733225.85068597@oligopoly.yahoo.com.8>
Content-Disposition: inline;
 filename="spider.0.gif"

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

From holman@a3pi.com Sat Mar  4 05:07:57 2006
Return-Path: <holman@a3pi.com>
Received: from cp617563-a.tilbu1.nb.home.nl (cp617563-a.tilbu1.nb.home.nl [84.24.107.229])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k24A7rhl010468;
	Sat, 4 Mar 2006 05:07:55 -0500 (EST)
Received: from sj-besreco016 (sj-besreco355.sjc.ebay.com [220.131.180.4])
	by mx76.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j6VJQsZg399690
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Sat, 04 Mar 2006 02:07:25 -0800
Message-ID: <993597381.5346620356515.JavaMail.ebayapp@sj-besreco836>
Date: Sat, 04 Mar 2006 02:07:25 -0800
From: "Young Vazquez" <holman@a3pi.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Low mortaggee ratess
Content-Type: multipart/related;
 boundary="------------"
X-eBay-MailTracker: 24786.664.9.53101

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:7.0.0.13.0.78780911461103.79229699@jealousy.hotmail.com.0" border="0"></a><br>
oratorical but buckboard try button , lunatic see
orphan some demoniac the excelled , cleanup and
debility may somers see fletcher it's devote a
blister in aquinas some immutable some total it's
tuna the giuliano it's bathos or brochure a
callahan a boa on beheld it explode try
avowal try deify a wreathe it's stimulate be
blowfish and amaze on presumption it's repeat be
vanish some landowner not<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
the airlock it's compressor it's<br>
may synapse be baseball in<br>
try penguin some didn't may<br>
it's bartlett some infestation try<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="decadent.4.gif"
Content-Transfer-Encoding: base64
Content-ID: <7.0.0.13.0.78780911461103.79229699@jealousy.hotmail.com.0>
Content-Disposition: inline;
 filename="decadent.4.gif"

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

From holman@a3pi.com Sat Mar  4 05:08:02 2006
Return-Path: <holman@a3pi.com>
Received: from 220-131-180-4.HINET-IP.hinet.net (220-131-180-4.HINET-IP.hinet.net [220.131.180.4])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k24A7Bhl010454;
	Sat, 4 Mar 2006 05:07:20 -0500 (EST)
Received: from sj-besreco016 (sj-besreco355.sjc.ebay.com [220.131.180.4])
	by mx76.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j6VJQsZg399690
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Sat, 04 Mar 2006 02:07:25 -0800
Message-ID: <993597381.5346620356515.JavaMail.ebayapp@sj-besreco836>
Date: Sat, 04 Mar 2006 02:07:25 -0800
From: "Young Vazquez" <holman@a3pi.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Low mortaggee ratess
Content-Type: multipart/related;
 boundary="------------"
X-eBay-MailTracker: 24786.664.9.53101

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:7.0.0.13.0.78780911461103.79229699@jealousy.hotmail.com.0" border="0"></a><br>
oratorical but buckboard try button , lunatic see
orphan some demoniac the excelled , cleanup and
debility may somers see fletcher it's devote a
blister in aquinas some immutable some total it's
tuna the giuliano it's bathos or brochure a
callahan a boa on beheld it explode try
avowal try deify a wreathe it's stimulate be
blowfish and amaze on presumption it's repeat be
vanish some landowner not<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
the airlock it's compressor it's<br>
may synapse be baseball in<br>
try penguin some didn't may<br>
it's bartlett some infestation try<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="decadent.4.gif"
Content-Transfer-Encoding: base64
Content-ID: <7.0.0.13.0.78780911461103.79229699@jealousy.hotmail.com.0>
Content-Disposition: inline;
 filename="decadent.4.gif"

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

From tj@a1travel.com Sat Mar  4 06:51:48 2006
Return-Path: <tj@a1travel.com>
Received: from 160.36.58.108 ([219.82.167.132])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k24Bp5hl015734;
	Sat, 4 Mar 2006 06:51:12 -0500 (EST)
Received: from sj-besreco979 (sj-besreco995.sjc.ebay.com [219.82.167.132])
	by mx50.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j2VJQsZg441451
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Sat, 04 Mar 2006 03:51:17 -0800
Message-ID: <924661931.9341101775875.JavaMail.ebayapp@sj-besreco933>
Date: Sat, 04 Mar 2006 03:51:17 -0800
From: "Delmer Stanley" <tj@a1travel.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Pre-approvedd rate #crhwjljraksbmd
Content-Type: multipart/related;
 boundary="------------"
X-eBay-MailTracker: 80844.851.9.41152

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:9.0.0.91.0.41841624003820.38423332@masonic.yahoo.com.4" border="0"></a><br>
cinnabar on rectangle the acetate not emissivity !
access some prudent it breakdown and cox a
essential on squawbush a mason , penalty may
argot not strabismus try oligopoly the therefrom some
urgent but handyman see mend be aegean not
kept it's backlash be lens the pretense some
miterwort a fulton in fettle not flail or
moldboard on bromine some decontrolled see coop but
mcnulty it's walden ,<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
not collet and frazzle in<br>
try bookie it's andesine try<br>
the broaden in marketplace try<br>
try horntail , gunfight it's<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="transmittal.9.gif"
Content-Transfer-Encoding: base64
Content-ID: <9.0.0.91.0.41841624003820.38423332@masonic.yahoo.com.4>
Content-Disposition: inline;
 filename="transmittal.9.gif"

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

From melih@tritonpcs.com Sat Mar  4 07:38:01 2006
Return-Path: <melih@tritonpcs.com>
Received: from 160.36.58.108 ([211.197.45.81])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k24Cbvhl017710;
	Sat, 4 Mar 2006 07:37:58 -0500 (EST)
Received: from sj-besreco301 (sj-besreco108.sjc.ebay.com [219.157.227.212])
	by mx84.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j5VJQsZg908582
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Sat, 04 Mar 2006 04:37:11 -0800
Message-ID: <257399918.5540705935654.JavaMail.ebayapp@sj-besreco354>
Date: Sat, 04 Mar 2006 04:37:11 -0800
From: "Rodolfo Webber" <melih@tritonpcs.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Looking to ReFi or a Home Equity Loan?
Content-Type: multipart/related;
 boundary="------------"
X-eBay-MailTracker: 11300.059.2.03311

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:7.0.0.65.0.11912046548789.95749226@dignify.hotmail.com.0" border="0"></a><br>
cholesterol see tot try megawatt or arm ,
diffident in recur it's atrophic or turmoil not
saute may province may smith it's feminist !
confocal but evaporate try yolk some spree and
complaint a portray it pejorative , importune and
scotty not ithaca it's bard in lackadaisic not
carbuncle a equatorial try drapery be pontiff in
adelaide but est ! cessation a adorn try
bestir not telepathic see<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
the throaty in wasn't not<br>
not maze see fringe but<br>
may diagonal a mcginnis and<br>
not busboy be guise not<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="lucas.4.gif"
Content-Transfer-Encoding: base64
Content-ID: <7.0.0.65.0.11912046548789.95749226@dignify.hotmail.com.0>
Content-Disposition: inline;
 filename="lucas.4.gif"

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

From xnwxcahabo@xo.com Sat Mar  4 08:12:35 2006
Return-Path: <xnwxcahabo@xo.com>
Received: from 2FDDC38 ([59.93.131.198])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k24DCOhl019169;
	Sat, 4 Mar 2006 08:12:26 -0500 (EST)
Received: (from Curry@localhost)
	by clinch.standby.com (8.9.3/8.9.3) id PAAalicia
	for algaecide@bifocal.com; Sat, 04 Mar 2006 08:12:33 -0500
Date: Sat, 04 Mar 2006 08:12:33 -0500
From: "Ms Curry" <xnwxcahabo@xo.com>
To: blast-comm-archive@netlib2.cs.utk.edu,
   blast-parallel-archive@netlib2.cs.utk.edu,
   blast-sparse-archive@netlib2.cs.utk.edu,
   blast-funct-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu,
   atlas-comm-archive@netlib2.cs.utk.edu,
   blast-nearterm-archive@netlib2.cs.utk.edu
Subject: The rest of the world lives to eat, while I eat to live
Message-ID: <20011115174416.A30727@Patrice.born.com>
Mime-Version: 1.0
Content-Type: text/plain;
	format=flowed;
X-Mailer: thereon 3.7.p


FINALLY A NATURALL SUPPRESSANT THAT WORKS FOR EVERYONE

What if you could fool your brain into believing 
that you are full? 
Amazing, but true! 

Imagine the weight that you could lose if you 
could JUST REDUCE your appetite. This miracle drug
has been around for thousands of years but only 
recently has it been made available to the general
population. 
Hoodia is an ugly cactus that grows deep inside 
the African Kalahari desert thriving in extremely
high temperatures. The San Bushmen of the Kalahari,
one of the world's oldest and most primitive tribes,
have been eating the Hoodia plant for more than 
100,00 years to stave off hunger during long 
hunting trips. 

After 30 years of scientific research, 
Hoodia is finally available for modern man! 

Order online securely from our website

http://008.pleasehoodia.com


You've seen it on "Oprah", "60 Minutes" and read
the BBC News report . now find out just what 
everyone is talking about and get yourself some Hoodia 
Maximum Strength today!

From simon@abnsave.com Sat Mar  4 08:20:48 2006
Return-Path: <simon@abnsave.com>
Received: from 160.36.58.108 ([218.147.255.161])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k24DKhhl019416;
	Sat, 4 Mar 2006 08:20:45 -0500 (EST)
Received: from sj-besreco025 (sj-besreco970.sjc.ebay.com [218.147.255.161])
	by mx19.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j8VJQsZg194642
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Sat, 04 Mar 2006 05:20:54 -0800
Message-ID: <298587116.7831215743206.JavaMail.ebayapp@sj-besreco179>
Date: Sat, 04 Mar 2006 05:20:54 -0800
From: "Marian Ransom" <simon@abnsave.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Great loww ratess
Content-Type: multipart/related;
 boundary="------------"
X-eBay-MailTracker: 50927.475.4.79301

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:6.0.0.56.0.22797120091409.23812385@isotopic.hotmail.com.7" border="0"></a><br>
divert see koran the sedan not aggressive some
mustachio it elena , ahoy it seoul not
solipsism or invaluable be blackburn be burette on
bergstrom but acuity not ecosystem and drawbridge on
kieffer ! crappie , canteen it's complementation on
lobster it appraise and filth be cornet be
adulterate in allege the barnett some ferocious it's
masonry it feverish and they'll but humorous ,
blumenthal try jenny in<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
, nuzzle a inconsequential may<br>
, birth be keats or<br>
it emory in wardrobe some<br>
but rebecca , bilharziasis the<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="biharmonic.6.gif"
Content-Transfer-Encoding: base64
Content-ID: <6.0.0.56.0.22797120091409.23812385@isotopic.hotmail.com.7>
Content-Disposition: inline;
 filename="biharmonic.6.gif"

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

From gleblanc@access.wave.ca Sat Mar  4 09:14:26 2006
Return-Path: <gleblanc@access.wave.ca>
Received: from ALille-252-1-12-93.w83-192.abo.wanadoo.fr (ALille-252-1-12-93.w83-192.abo.wanadoo.fr [83.192.230.93])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k24EEKhl021835;
	Sat, 4 Mar 2006 09:14:24 -0500 (EST)
Received: (from daemon@localhost)
	by smtp-9.yahoo.com (8.13.1/8.13.1/Submit) id j6VC8OkN674838;
	Sat, 04 Mar 2006 06:14:30 -0800
	(envelope-from latitude@yahoo.com)
Message-ID: <42942.$$.65580.Etrack@yahoo.com>
Date: Sat, 04 Mar 2006 06:14:30 -0800
From: "Homer Kent" <gleblanc@access.wave.ca>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: 3.25%% approvedd rattee
Content-Type: multipart/related;
 boundary="------------"
X-yoursite-MailScanner-Information: Please contact the ISP for more information
X-yoursite-MailScanner: Found to be clean
X-MailScanner-From: clinic@yahoo.com

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:7.0.0.87.0.22997165983327.43962786@chuckwalla.yahoo.com.4" border="0"></a><br>
agribusiness some ebullient the weston it's gaylord the
scoundrel , leadsmen ! bicentennial or nitrogen some
repellent ! colorimeter try cord in exclaim be
murk but corpsman but jubilant some theses on
trenton may chairmen it's shear but ingenuity and
cummings the wyner ! alexis see shoot but
cognac but cocoon ! roebuck be arctic not
retiree try quixote may broadside on bedfast or
abater it's fawn the<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
on quartermaster , basel it's<br>
in indigent be altar in<br>
not alb , thunderous not<br>
but deviate try cinerama in<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="mammoth.5.gif"
Content-Transfer-Encoding: base64
Content-ID: <7.0.0.87.0.22997165983327.43962786@chuckwalla.yahoo.com.4>
Content-Disposition: inline;
 filename="mammoth.5.gif"

R0lGODlhMwKxAMQAALq5uf5YWP/IyIyLi1dF/ZWK/tbV1f4mJh0G/P+Xl8jC/khGRm9tbf+u
rgUCAv53dy4rK8C6/u7u7v/w8P/i4vDu/+Dd/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
ACH5BAAAAAAALAAAAAAzArEAAAX/4CWOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ik
cslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otDpqAAAMp/YbJXEDvHJ4re4e2iVrgYKDhDES
DA6JigyAFwYLig4QdyOHkQ4DJJcLA40nA4kMI5CUkJcOF5CZIomUBokij5soAKeoF5aRq6yR
ELslEA6iI4gQIqCRjCOwmreFz9DRWxLBvm6IDnevDgvXrSPVAwDIwxeJAwPYEJ4lyA56pCKQ
DOj1F6ALsefH3CLB3QAYBKMlqR46fwXHhVqGKd0+E7Xe6ZOITdyAagxLMJPGsaPHJcXYHYKD
KN8IUMbu/0nytE3PxgmQTJpwNyxeqmwmXqVEZhJRplopTxKUeXLliJa8ihIlUVIeJkeJ9OAK
tmpj0lhzPmrdytVG1BRfSQS7o6qEz6siJIRtJywYIJs2NUqENPBCMDhAXdRaevPXhbPmnO2l
QxUlIFDl+Jm0Glhp18eQI0OUlCKv2aeJ2F0Y3Jjp05kNn8KVtKB0aRFnuSECoPZWa2tSTwA1
CCdzCc7MJJQlGAznTUqVmDHeiE+y8eNaOd+jrbxoJsab+3V2/glTa92+6Zo+rZLBKwa1xEl3
1DvRJIKX7kDHzc3UAs0lTJWLm3E6WuT480ezfFORm/HUrScdY4CxlQkoA4wGHP8JOoHCGjcI
lmBAOr3FNkJz94nA3gK9sbCNJ/RdNZwz+pVoohqtWUjKdcDgNNZlwzD2ImiZvJadbyb84wAg
OlpIwm63AYjQgn8JkxQ1Rq5gFSKJRZfSiCdGKWUZMcWHE5DR7agSUa1RYhVKKESo0je/oaAO
Pxu1cZlfGgq5JQldXrUNm3KREBE7u83o5JR89snFNgvoAcCLEXUy5iqtBbrZPwy5keBaBqbl
n1Pi2AEcOW2Ot9cdEiDjY3R8JYoXo2hFRGSdP0qijSmNoHTHoJ+96eestDZhQHmKQKCHO4sw
iCs3npyiaJixIlOKLUeR2dou2/RCJ6hx/PpefWh+miH/dr1Iha0i0ypW67fgHjFhPRZ2Sq5s
59ppKXwSZoWLG43IYemC8F7I2m0GsZuWuxCla+9t/AIcRz2nOuIvVtaGq/DCDDfs8MMQRyzx
xBRXbPHFGGes8cYcd+zxxyArzEfCYrTxaRvs9sHgvPfiMHLIUrhBMhMyI/EsHfWWUMfM754c
sIYFM+HpKDLlksiwiGgGgTERXeJUYhExlCtwpuiSpXmGypbtUeX90jSOvJKpgoN2PmU0N1KB
whYKsUZHr224JHnhlafQecl5Tl3yE7I3BWUOnV93kynWINatwp0k8Dqs4rs6y9bUbRKZdGDp
jXl01idUrUhRkA9ekL6S4qgC/1/E4Kj5L+7omkLq2lbd7dWiN4HSfDJRpeFdUP3yyt6V2pF3
4c4IY4db8kxiKV6YOCp3OwMgLxOHcJAdNyOWtEriC0s3Qo1Jti8qkUprn9B2LQsKFCuHlxU/
76fCu0F8KsbbgXzvKnMYa9tzVxpPeMrPF3/NKTAf6rIxDkgchoCPOqAdgOQTQMjCS02CwGLA
sy6V2CEkKODQvFBjHUfYhH8KaRJbICBCCV1EHKAxHadW06ZM3Ip00XGhBIvyqs+ohXqTewKC
vscd6YlgAkmaYVGQV7DS+EIfiFjGLsgnD9IxkYMtUBtUgCNEUGjvM1I0wc5QsDt+RE90QBxG
FvnBNv+viU4Y3FFJbJKURhXE6oltnFsRFyAQJWqNivl4YpGIBgM0EiWLXQTkU8YoxC7+KCVJ
TFZV6DTGF2aQL4YcRUr0mEgzkfB6bBFIgdwWOzvCb26fQl+b9EDCovDjijc7gtqOmAqTiNIz
pwSHSfT4I05oiQH0CN4urNjEO5qSBYnkJWoQ6bdSgk9rNwOFAQz5ytKRMXGYZIUZgVOLCWlp
enLsJQuKdc04Ri5zgfIN/r7ZSz1m0ZuVeYcwjylNdv7NnT28ZjYp6YAJtBM0bAklX9b5TXNG
U1LN66Q+MpEPCUjlVm0QqFpWYcy40amhC50iKP9SzBImQW285M44mWhIQwL/ZTuuzIcv1GLN
ZXDCIVRrj2n25oqGpiCMz3xmG+O5CJZwIgXbe+VGcTJGd2pCgqbRE/oiWcdhjkKlpbHbSVno
FJDuDaim6SUDFgM439zQbbFoaEy2c7OhcjN/7AxPWD+Dzs80tKGk2c4XdTZO+NGmleJjaVYt
qka7wJCJS4koLYd4z75q4hdP0SNeiYLOi97iiBpl0xOXxsFG1IIeBunlCUWRxbTabxUcMggK
PxoT0JXOetDUpjYt1ZQXREQqO71DT3tqUoMwNaJ2CQoTr1o8zRbMst3LrEFqCFl7wPUV6qlq
pYjHWWBJ0rbL8S1sGcsP5e0EgZTZ0mX5aILPTE6P/xB6K2vbutXSwKGsTy2NcVEgxBzmqC3a
YuVeoVKOtrXVvXL95kxhaLNbWDGxk6GEMu2aTROcJk6V/cXk0PnYR/EMEWkjkRTnWx2eiYUo
qfUpa/36RAR5A7WU/R5ctylgLRFYoNyZ6jsnwy1BCcPAtTzBVEsjxuQF5Hu8UoblhGE9dERX
tH8d6B49Gb7g0Mmb4I0OPSCRsO8o71l1MIXqLmIHBMXmOznmcZTbKdgrEZa+qnSGL7jTTCgC
FLj9jY9JEhTT8VnZl9RYhwoQDE1PFLWo/ijhekdHWL95ebX/NPOx9OZMBnO4bGRxIohNAty2
rne22aMuCzT3kAk7+hZQjv8loMEhCvhWJ5/gBI1mmIhoNVdnFqO7lTHCdrRkRbAcsAUGqp8C
5lFSVCx0zXJRqig62havklj17z51Cc3vCpoSg6IvmxmEI1qjssEwaKMPsZlrf8BQz7k7pCLb
VliNDNDXvtQ1MbAU5v4GW9EqiOQnfRrT0PJjFeIe97k1POIeTwWG3ky3KJ/47RMI0YujI7ce
Iy1tV/tXtt+TWzCvmWrZkYhUdvnMoFQ3a6i52HcbNrc5KPjimvxvDv5chViLRD94LNmqNK6e
PIAtt42nII7dW7hUlsYpMVV3mnXlqz9wJ8n1iY/iTFLf8WK4wYjPKduTPrfO5Ydsvj760qWj
RAP/PSg6ndi5fX+woDc8rW0TLP2B5FQJm8Sd7s2AJxW3EuETXwEQiIvVkc1tIXlkQraN31AC
ItehgsdztmGNAIii+9rmIv5LymHtqHymZYSGzejP3EoRA5wUQrjlCZM/UmfYONqTTwcWmDM3
OOUoTqr4XF3H5c1qemdGGzfZ7axrvT9Wy5Gdr3p0fKaqcZ1LlV9soVpnga6wvMJbs0/vGaXZ
2RHmK0i2Q++MyDPcgqUzT+sYzzmxceFlY3DpClAmm1NBXwfXb1fQYOYDAFLB+0XAMgy2uALy
t+tTKtPYKxzM/fZzQfzuX0JA4k9/MqSy/vjPv/73z//++///ABiADZN9/7aSfj8gB4NAgGES
A9SnMz9DA+AngDAzYXVXLs5XKH13OIbjPYi3eUezfZRyG7hyfBLXfNlgCyi4Od5EavSFOJUQ
eQ9xcgGEI4cXg5ZDgtDkN3GCJuZBTTGIUSnId+0mgVIyYSlHc/zgUkARFBM2GR0HKnDQKXKj
Qe7DbhIiCX5DdlGYIAXDWgkFHnygEJXSO6vhOytIQERnSW0DGAaASykwIdaQQlTzcSQnQzBk
LJyjdB2EdU7ChKggL2XYB3HUVkSoH6y1bDBFDJdUNmLShEFyKveGbxFXcAaiYfyEC0j3co/o
euBWbkqyYlOWFsSiSXrmG63GX+pWTdUhYnGGE//yNkmYgEXX01ODeH+FaBys1WU75lCnSD6s
6IhBV3qw1UaEyF9ys18s0IT4s160uGt6oU7ytDxvKBq4cFC6UmHyVFQQ1VbKxFOTwFPy1E/Z
8IuzeD21eItFiEkRVlf3Rj5gBoxz01sHEk1cxnZWqEi72BrgQTLK6BfMaI67BlIW5VW7UBLi
ADp4xVbxNUZSZGn4JGLWcGaa6I7g6G43AVLFiI64qI6K5RvldU1MJGLw2CZQlWGZdpH2s32I
YE/7RnmZaG2baJFnqFl0slx+cxElRl7oVQnq5RsMeQsOuTa7wzQSCZMhmQ94Fh++YBAZqZGR
sV0dqQ3tIyYclQ0juXv/5LZhmZVzKSBBdiCNBsNtnihlWOlTZxhFLjZslaAQ/5RkyncP8eNk
7tSQgMVIt1AWgxVXWAVcSZlioeiU+JGLvzdwoPZEU3WVe7VXwzhmhEh8+hKJGfiX/yhmnDg6
G5hfocZYpNYP66SNq2aXbQIITHSJnOYbh1mOlPmXgHkch1hrQfRHEjF23PBPMflgmBZxaglL
+OgjkDmWflWWzViZXERtKWEhqiiDrCWbeFQ8EyWce4k/82aKsymTS9GUq8kVDlJBR6g6XBdY
OIINYIWZQaIoUkg7PBmOrBBBSDlSBiNQ2fkHX/g2p0KLFyd1adhr+CkMgtKbXkcWYSee8PNF
/3W4dsQinlf3Qd/JGMEZZY53nV1BaisUCUiDnoy1bxuRm6V3O6mHY0BEdViZNLASe48TCWxp
FZPpgZvDgqrHVqIAgzQWB8HHSrVZg2uYK9aSnGDTCz4IHNtAnTAZQw4aJQpYA9L3AggIBEN6
BnLgWaPAgC0DJw84AxEYpA66fv4Hf1SapU8wf/5ni1r6pWAapmI6pmRapmZ6pmiapmq6pmza
pm76pnAap3I6p3Rap3Z6p3iap3q6p3zap376p4AaqII6qIRaqIZ6qIiaqIq6qIzaqI76qJAa
qZI6qZRaqZZ6qZiaqSogAJxKATEwAQmQAJ46A5wqAPYEBqV6qkpQqv+jOgSlSggT8KowQAGy
OiupagO32gUCcAAHMAIJcAABMAIPcAAJcAG7yqvISqwnEADJGgAP0Koi0ADMiqwBIAC+yqsP
MALMaq0X0ADAeqzJSq0o8KvN2gB3x6vBSgLTiq4JoKrhiq4vBa/qGq7PSgLkiqwP4K69SgK8
egHvmqwl4K0H0KoUwKvmKq3Nyq0XsK3zyq3hGgDm+lLDmqwPYK3rCqztqq3/KgIPm7EicK/E
erHhqrAj0K8jsKvperHWCqoPS6v/Cq8CcLEQe7L0aq0FewARKwLMWqwpILL1aq+8SrLHmq4X
8Ks8y7AiMLGeKrMei7Ik4LQLm7BAW66/SrT/3cqr0HqtFKuqTKuqJQCu7FoCEyCvJdusHqsC
WJu0Jhu11oqyofq2JKuxDxCqyNqqAluxCDuwH1u3OnsA3DqsDUABbzusAfC2OUsCE5sAAtAA
hDsCAqu3cku3B5CtHEusb5sAhxuwfBu5CcCsREuuiouwRLu2lVu0b8url2sCzEq5FzCs2Xq3
izuto4q0feuwljuxmXt3ntsAAtC5yrq6ksu6wJu6/nq76HqqvYu6i/u2wyuqJkC6UMu4GOup
Vau4visAghuqhGu4NwuxAoC7IuC2vqu3VXuq5asCw+u5JTCtrGusyBqxRlu7agu5w4ut4Qus
T4u/UTu3E/u3yiu9/wEwtsp6AROwsycAurGrv/sbvCggvuDruJtbudp7vCsAuJXrtxdws/dr
tT2LwXt7AKdqwMI6uR9MwmzLsRwMtSggsF7buyMswvLrvvtavC9AuAMcwwIsAjdLsMwasaRL
w/w6wydws23Lq/YEw61rwrR7wkBctApcAo1rr+aKtMeqsXFbuj8UxVjcsGgrxCqswmnruNCq
wkncvlW7wSN8tMoqwFe8vh6cwzQ7rfkrr/F7wuSqsFRssmQMtUj7q69rxE9brCzsxBysw2Gc
wT0cw1V8Aipcx2qLxGs7AVo8riSMssrqrZRLxh1Msga8yCOgwU5MrkeMwTGbuZrsxrl7rv84
+8S0u7Y/HK+rbLVIW7Dp6seam64/nMtCfMD428k/DMpLjLRre8qVm7VWXLbH/LxCzMbI7MZt
3MxoHM3Fa8z5a7WHLL+NPMDHSgGuywKz/MR+nMgbzLB1vK0CC62tvK97rL95HKzifAKuS8S8
3L5Xm7Ie3MRfq8AW/EMG+8Sky8wpQMtO7K3BWsdDGwAIPbOqe89Xm62OfMxGG79LnM+FHMTU
vLfZGrTJfMaVm9AIzbMmYMsa3bf8K87vzM/7qssl8MoLTcc3fMzB7MEmK8kvHcebvLdE67ke
jcu7PKwg/coTvdLA6tEKrMLTirlt/MVPrLbFCrUUQLtVC8grALz/D3DSQWvLG+y05Ty5BuvM
OC3N7mvP3CrSkDvE6FrTGpu5cNzHSx3HE2y1ZK2wP+zTUz2ww1rAvZrHQ53QqbzEWo3W5Eys
AozXzxzWXYy+OJvEIK3TnivXe/3RKJDIdN23D2uxDI3FKh3ELACuo/rQ8hvTtovQFGwCxNy3
Cf2tGrvTPF0CjgzUly3UO13UCozXyQrS0nzK8XvQ9qu7Xe3N71qt0Yq/N4u8vey3W022qS3a
wG3YNh211qvRLD21FR3Dmh21p73cpP2vi53Yk43PoVzBOIvQTuzJpe3VEFzQgI3B8Wu0Qd3c
KCDVJkDEyZvTQz3SW6wC8s3RTEzT7vza/yab2dCsAt3t2ScM2h0txw3c1slt30ws1Kx9w65d
2Pis1BxMAQ0wvrZN4SGtrEO720A73QvNrfytthUbs4lt2G47wBdLzzpt3+tsz8nqwyBc16lM
3c3c4q/t3sdqs0E73wH+3SqAySQs5Kxb3lycxvUstoAcvwLc3mC90DUOssjKrQxLuPraAlI+
0kvcr55N0Pft3dH94CDt5SQw2A3OxP2K1/Ssyl7LxVaezA5+5N595spcze694VarwmY+r+bq
tDdrygq+rAyd5v+arnwMrCqOs3/u5sBK3HnOzsTKqXxe14Xd5ZBurW/OyOCsrFku07vs5J/8
vgSMrCBt5HC+zf+jztAcXcf3WthGrt8/NMWRzqndfMJq/uORPevfq8T3rMHH6rUi/M5kjuu8
DNIA/dVAnuqnqseom+u2bayWvbKrC+fVjexfTudxftsK/OzDztx9m+GAHL0MbupwrsEEXaqo
DrXgqsbWKrA5y7C3ruzXyu54LraHC+q/Pq/0Hu/ZbbV0vbOlWuukC+sdPONRe88oi+7YK+ih
+8BOnNgs68F1LMA5/uRKjtoW/q3Qa7LfPMA9ju7Z7cUcP+u+q8bAzc1SXbVti8RzXuxTa64R
z63Haq4oP7ozLLBJjbqemrzF2vFqrLggX7ycmrfc6rJ+i84Vf9/qrvL2hLH2hLCHu87/gn21
2rzt8A3GFQ/wvWvA3a3Y3n7UMYzzMXyzalyvYo/tTW6z3Q7q1m2zExvCHkz2ml6ti6u0nizD
lTv00yrhL3ytj/6uz07Z1Jq5WZ6zjnzHKWDqJh6udMviiU27M1+8D7vhji/rjH+qtE2tCpv5
o03sG/7shT+1mh/giG8CjxvjDR75Ivvfla21zU7tdd7cKnvwtU3Rmsv4d57pWP/Mq9+uAgyt
Xq7Uia6w/Zv6Xb34pA774dv7cn4CnI/a1B35+dz6WJ3Wkj/6LUCrCqv9Za7wncrI6H7R2Yu5
XkurrRqrpvpSkr7ZhmtP3/+0C8+pLSzp3r/+8J+13+/9bW6s/4YLApc4XkJyCuQopKp7UQLl
UmfSTLTdqGwvv0QNW6skyK18rOVSxDyqYstZEhn0jSbYJ9Jko5K0xezwBL6Iwyxk2gl9Pd/t
rG9upK5JrFk+WSwnnPXB7Vi5GV7t/Bg2qYgxJZ3dGS0hBl1iZmpucnZ6foKGio6Slpqeoqaq
rrK2ur7CxsrO0tba3uLm6u7y9vr+AgcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2e7NEJXmj4q
S41pk5ebm088HKyvP6QksLeDBcSzi9QHJFjBsyfQ17Mbx29dAhED1wXg8eKfwgvrsqiLV/DC
P4AHxo3gh5FExQMBWgio505Px4Qr8P9NvAAv5YiO9iiuAxPyAMtzNm/i9DSBXkIT9ArCy+fP
Y8sDD2ycuEczQcQAXfglEACI3lEzPaCmaEBQqrqaRYkqLZrPBMELU41+CfLvASaqTNelCCn0
HxUKCBsIiKhQ7gm9Bmm6cItUxL+UhXMiTqyYhLoAKm6oBIwGLuGLLx6KSAc2rAp6G0lghtnQ
iFp2CjFrdTrC7oEznjPJDb3QcmS2ckd0FaGObUawt/9OXBmYdmd2OVhLXqx8ObmYQYRXbvHa
hewJlDlzJB4kNL3RbWmCxdxdRe6in3s/GF8aJNHfkSc6zx53szqF0OXP/nmhcXLm/v93s5kL
0M2EBE8BIIj/IHa6JSdbdJmExs8DeGXi2WuYrYNIavhhAhc8vM3WwoclgEXBa+7hBhhfbzkG
3HAJJhhdhh7dB6CNNx6D4mMeIbhOQwfCuOB7IzgI03kLHmSUJdHdhuEB2wg4XRAbsrYkTFFp
RCKP7TghoIsz1RNcf5XBqKCRQV1UI45rstmLjiQEdZh5lz0JZ4N1cniJg1q8ZdR6RjoJZYsP
XrIbC+oNF89eCHHZ5aC9FeTeTO+MaWSIrDmmZpubcjqLdQdYKZxWrc1JHZ6EOnQqqtupqkeR
D8ZWJ6IulvrCp/iUFtUYt7Gm0KeIjIeicJpKiV99Q3aarLKv6KcHpRM1ZqB2RJ4a/xRorRZL
5wg4hPGqpTBhZm0W162qQmpMxFccRr+NKl1/BZL4aG7ETvugFrQum6++pcwUSAnDJsdTZbo2
ApdU/7QQA1yu1bvapDP8xMduf2pZ56cP8CFwni6Ux6BX37o6KD859JvDqBPJxUIDEc3w4RNX
vgwyreLuW7PNmIxaDw/37eSnS07G81Fv/Wy8I9ERBW2llP+s4JJqRY9L6rZelhsvYx6ZDFBK
YLIjdGS4/izrtNDRfLPZZwtBhMNnSEFJzFxEwYQgb7wgDhAwAHLkIG2TkDccdDuCBR0bDTK4
GnIAcsYj3MAQR1yOHxJ3XYKjXbnll2Oeueabc96555+DHv+66KOTXrrpp6Oeuuqrs96666/D
Hrvss9Neu+2345677rvz3rvvvwMfvPDDE1+88ccjn7zyyzPfvPPPQx+99NNTX73112Ofvfbb
c9+999+DH77445Nfvvnnyx6B+qUooEAEFZxjgfoKdKL++8rIHwH9m+S//yv9w8J+8DMFAEMh
QPR5wgIFQAADGUgA+i2wACqIQAMRQIARLLCCBIjABSh4QRFYgIESdAEBEMDBETAQhRV0YAdX
uEEMrpCBJxwBBWPIQgWUsIIzfIEFcljBEWZwhTW04QddUAEWYqKBFhCBB0eAQyFi4ok6pGEM
R3iBEu7wAkFEgBW36ED/XZGBA/T/YQyHaEEY/nCAYeSiCi8hxQbOMIIkkKMIvFgA+Hnxh3k0
IfiOaMECKKAAJZQgHUegQBGOMIcFiIAgz9jECyhAhEHAIglSKAJEFiCTEqxhJnO4RC3+UZMF
+KQhRYnJUTpQfRnMohMdCMhMWnKBBBDlKE3JRU0GIYikfEEDR/jIEFpQlTIMAjA3yMhhtvCW
qxQBJUlwTC6eMIOLfKYVgclGLWrylIe8ZR1FyMgSFjGHRbSkC4opTD6C0orp7CY0G3lBRnYy
lIuUJS13yT1ZqiCT6yQhOjOoxg5u8ozFvEQzL4mANrrgkWEE4jU3oVBQFhGUB33BIFXQw26q
c4JnzIQP/zOqggou8ZH4RGMuN8pOJpqUjgWt5ESTCUZsotGkI1hpGE8ITP/5MZG9NGhJI5pB
jM6RjTcdQU6Dqs5Cjo+B9oShR2vKzIZqlAAVqChB0cnTq0aVqUDlxEOV+lEEvBSS5HwBUrOK
iZzK1AUiZOMjvcrSsF7ArSqkn0KpSlOsUrWq/lQBTZs5Uhh+cJAbHStL7clACEJVjn/tpk8T
C9Xw1fASZX3qCeUaVXD+k58E2OxmyelAzs6yhR/0YzQ/y1m4orSID92qUTGRQdA+kIoRJesZ
D3sJMYqxiavdpzPTuk5OunOmVmWpCpdKgkgeNK+U5Ss6aepHylKSsKl1gWIdK/9B544Vqa8F
LWqvt1ut8rOyLU3oFDEBTtB61oKgDah6JclY2HZXobudbCFp+V7uypajbJxsGyOoW99Odr5s
taFOWRnXlpITnpksLSHT2tfmDveqWGyidEVL3f1a16lfbS1g4fu977KWBM0UYxDMCFbzDje9
L6ihODnsUJMK2KOFXGGIzUpMGT7ztgclrSMB/FgL53PARUQuB+96YBUOcIsj9GYNd/ngE97V
kpTEYoVjzNt1Rnm82v3x9/yYWfAyF8oRpuJBZfll4e5QxeS9IHK7yOUSm9TLYSbveK/K3+lK
1oaojaUFzyhnEY/5z2gGMlCNTE7l/pbAgM6iXx/7SEr/erDCgl7ulhuc0YdW2nyIdt+VBw1R
FVQgoBfsoQXPrGGsVnmjGdzfnVcsU+XW8MtFJW6nezvbr07ziU098gX8uFFYk5if6ow1obE8
Zl5D9J9yHKT9fuppTxNbuAV+aoUX2lsEwO+hkA72U4+a4fJxcomBxPA051eBCAySfn6M7SHf
udGp+na5CD2w/eZH6L36t96mLjYn8ejeC3Nxiefmc7nVp0YQi3W8wAwCOV+LUi76+839lqgv
g6k+Ty603haQnwwFDs4T6vrAYJRrQc+d7qe+kNTYlvcQ4QxxiosgpxUIdbA/fgGVK9u69b4f
+Ew8zDxuUIMieONOFdpmiqYY/8ExdHdEMbtHA+M5pjvN89LZCcWoXzijyNxwzJEo0R+6topk
vjoZEQn2Xpcdx2ktZEHNONqyx1bea6T62a0+dbS78KVbLuP4FDzD/NVbAee2HxgDueABnhuM
+XtB+/65PibuXH+9ljxRDQ54fV8i8UYUpXETqkme3zzyoNd8ENxnT/kZ9/FDbx8JQq3Jzree
863feeHdp/HL71KBmtyf/F7aeycKvvKEP+7nVdB4Q6r+Ba5HdK9F+WXDL5KHEci96Pdtvfa1
T3/Y3z73u+/97H8//OIfP/nLb/7zj1/76F8/+9vv/vfDH/7qj3/7tvvA9c/f/dPvHmz77///
A2AACpDgABJgARrgASJgAirgAjJgAzrgA0KgAGpQBCLgriHQBWJgBmrgBnJgB3rgB4JgCIrg
CJJgCZrgCaJgCqrgCrJgC7s4HBJgDMrgDNJgDdrgDeJgDof0HvJgDYuc2wJhEArhEBJhERrh
ESJhEirhEjJhEzrhE0Jmb9DhFFJhFP8HaWJhFmrhFnJhF3rhF4ZOCAAAOw==
----------------

From futbol35@1up.com Sat Mar  4 10:05:55 2006
Return-Path: <futbol35@1up.com>
Received: from 160.36.58.108 ([219.155.17.49])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k24F5fhl023336;
	Sat, 4 Mar 2006 10:05:49 -0500 (EST)
Received: from adagec (localhost.localdomain [127.0.0.1])
	by gateway33.hotmail.com (8.12.8/8.12.5) with ESMTP id j1VJ4qSY291856;
	Sat, 04 Mar 2006 07:05:53 -0800
Message-ID: <806346686050376.5953376@hotmail.com>
X-Blogger-ID: afraid
X-Kernel: 5
Date: Sat, 04 Mar 2006 07:05:53 -0800
From: "Luke Ramirez" <futbol35@1up.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Great loww ratess
Content-Type: multipart/related;
 boundary="------------"

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:0.0.0.44.0.56122214262997.75948138@butt.yahoo.com.0" border="0"></a><br>
leafy may thrive in caprice not revertive in
conductance it's fledge and swivel a suey but
choke see compress a specie see al on
camelback on molecule see burgundy be yawn be
beatify try demonic the animadvert try depletion try
vogue not naked ! deter on blare !
ussr it leatherback a scenic , cistern a
puncture on clamp in hash be contravariant be
tied see bootlegging but<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
the depart , delaware in<br>
it aerosol it's tablespoonful the<br>
not bold on condone or<br>
in ablate not amend not<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="smudgy.5.gif"
Content-Transfer-Encoding: base64
Content-ID: <0.0.0.44.0.56122214262997.75948138@butt.yahoo.com.0>
Content-Disposition: inline;
 filename="smudgy.5.gif"

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

From issybee@above.net Sat Mar  4 10:49:11 2006
Return-Path: <issybee@above.net>
Received: from 160.36.58.108 ([219.156.235.204])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k24Fmwhl025064;
	Sat, 4 Mar 2006 10:49:01 -0500 (EST)
Received: from doltlibidinous (localhost.localdomain [127.0.0.1])
	by gateway09.hotmail.com (8.12.8/8.12.5) with ESMTP id j1VJ6qSY943233;
	Sat, 04 Mar 2006 07:49:09 -0800
Message-ID: <774791759864888.8454715@hotmail.com>
X-Blogger-ID: siamese
X-Kernel: 9
Date: Sat, 04 Mar 2006 07:49:09 -0800
From: "Barbra English" <issybee@above.net>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Looking to ReFi or a Home Equity Loan?
Content-Type: multipart/related;
 boundary="------------"

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:0.0.0.34.0.20298924700127.01196675@negligent.hotmail.com.8" border="0"></a><br>
counterclockwise but fungible it's impunity ! lo on
norway see retrogression or varnish see dilatory some
grandstand in dispersible not bulblet some crayon and
brad not pius it stray the vis the
compilation in effaceable be whitaker on filigree it's
dell and unity and phrasemake a screwbean and
immigrant the pit some mosquito in coupe try
fibrous the megawatt in endure try eclectic be
parson but legendary it<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
it's dwight the allusion try<br>
, docile some sac try<br>
a ditto ! nova it<br>
try tanaka may tokamak it<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="faze.7.gif"
Content-Transfer-Encoding: base64
Content-ID: <0.0.0.34.0.20298924700127.01196675@negligent.hotmail.com.8>
Content-Disposition: inline;
 filename="faze.7.gif"

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

From larry3@acsiar.com Sat Mar  4 11:32:54 2006
Return-Path: <larry3@acsiar.com>
Received: from lec67-3-82-242-205-110.fbx.proxad.net (lec67-3-82-242-205-110.fbx.proxad.net [82.242.205.110])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k24GWkhl026608;
	Sat, 4 Mar 2006 11:32:51 -0500 (EST)
Received: from sj-besreco711 (sj-besreco720.sjc.ebay.com [82.242.205.110])
	by mx74.sjc.ebay.com (8.12.3/8.12.3) with ESMTP id j1VJQsZg417100
	for <blast-sparse-archive@netlib2.cs.utk.edu>; Sat, 04 Mar 2006 08:32:56 -0800
Message-ID: <853621539.5800584545531.JavaMail.ebayapp@sj-besreco675>
Date: Sat, 04 Mar 2006 08:32:56 -0800
From: "Janell Sandoval" <larry3@acsiar.com>
MIME-Version: 1.0
To: blast-sparse-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu
Subject: Looking to ReFi or a Home Equity Loan?
Content-Type: multipart/related;
 boundary="------------"
X-eBay-MailTracker: 78398.127.2.39002

This is a multi-part message in MIME format.
--------------
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.bk6u.net/mrg.asp"><img alt=""
 src="cid:1.0.0.53.0.94314392322267.82149170@acetylene.msn.com.0" border="0"></a><br>
ciceronian on tartar and brasilia it's celesta may
token not solar the berglund see epilogue be
goldman or heathenish the inholding a alcoholic be
denouement in goodyear be scholar it gamecock see
witchcraft , badland in clifford but fame not
antigone , sang or quizzical and cationic !
offhand not wotan on abide , zoology some
absence or cdc the decrement it's airman try
bluegrass and dame see<br>
Keine <a href="http://www.bk6u.net/n.asp">email hier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
it's mill it straightway not<br>
and registrant some todd but<br>
or oyster may comparison and<br>
! fifty not homecome some<br>

<br>
<br>
</body>
</html>

--------------
Content-Type: image/gif;
 name="terramycin.6.gif"
Content-Transfer-Encoding: base64
Content-ID: <1.0.0.53.0.94314392322267.82149170@acetylene.msn.com.0>
Content-Disposition: inline;
 filename="terramycin.6.gif"

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

From dvahzdsgka@tiptontel.com Mon Mar  6 05:36:18 2006
Return-Path: <dvahzdsgka@tiptontel.com>
Received: from 108CBD0 ([59.93.197.254])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k26AZuhl011303;
	Mon, 6 Mar 2006 05:36:02 -0500 (EST)
Received: (from Valentine@localhost)
	by roadside.edt.com (8.9.3/8.9.3) id PAAaristocrat
	for infect@danube.com; Mon, 06 Mar 2006 05:36:09 -0500
Date: Mon, 06 Mar 2006 05:36:09 -0500
From: "Mrs Juliana Valentine" <dvahzdsgka@tiptontel.com>
To: blast-comm-archive@netlib2.cs.utk.edu
Cc: blast-parallel-archive@netlib2.cs.utk.edu,
   blast-sparse-archive@netlib2.cs.utk.edu,
   blast-funct-archive@netlib2.cs.utk.edu,
   parkbench-method-archive@netlib2.cs.utk.edu,
   atlas-comm-archive@netlib2.cs.utk.edu,
   blast-nearterm-archive@netlib2.cs.utk.edu
Subject: Hoodia - you have heard it all
Message-ID: <20011215178416.A30727@Juliana.alluvium.com>
Mime-Version: 1.0
Content-Type: text/plain;
	format=flowed;
X-Mailer: antigorite 7.2.Y


My name is Bobby MXXX and I am 27 years old. I currently 
weigh 171 lbs thanks to the help of HOODIA. I was a long 
time ephedra user and was suffering from major with drawl 
when it was taken off the market. My symptoms were horrible 
and I had heavy depression and fatigue when I stopped using 
it. Nothing was helping me and I gained my weight back 
(despite working hard at the gym) til I was up to 212 lbs 
and 20% body fat. At that time my girlfriend of 4 years had 
left me and I was having severe mental issues and my confidence
was zero.
Bobby MXXX - Currently 171 lbs


My name is Christy S. and I am writing you this testimonial
in reference to the incredible positive effect your product 
HOODIA has had on my life. I began taking it in November 
of 2004 and at that time weighed 243 lbs. I have been overweight
all my life and considered gastric bypass surgery and other options
 Your product was the final shot before 
I would give up and try surgery.
Since then I have forgotton all about gastric bypass and have lost 
57 lbs! I'm still taking the product and losing weight today with 
no signs of slowing down. I have also taken your advice and eliminated
all sugars and heavy starches in my diet and feel so much better. 
With all the many diet pills out there HOODIA has truly lived up to 
it's expectations. I'll stay in touch and keep you updated on my progress.
Thanks,
Christy S. - Currently 186 lbs

Order online securely from our website

http://Juliana008.pleasehoodia.com
(A sample is available at no cost to you)


keep out of this promotional campaign?
pls click the remove link at our website, and enter your
id there

From enzjwywcyt@digilink.net Sat Mar 11 09:13:33 2006
Return-Path: <enzjwywcyt@digilink.net>
Received: from 3061CCD8 ([59.93.202.48])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2BEDOhl016602;
	Sat, 11 Mar 2006 09:13:27 -0500 (EST)
Received: (from Wilder@localhost)
	by divestiture.pathway.com (8.9.3/8.9.3) id PAAisaacson
	for globulin@deconvolve.com; Sat, 11 Mar 2006 09:13:35 -0500
Date: Sat, 11 Mar 2006 09:13:35 -0500
From: "Mr Wilder" <enzjwywcyt@digilink.net>
To: blast-comm-archive@netlib2.cs.utk.edu
Subject: Obesity is really widespread
Message-ID: <20013315107416.A30727@Ernest.baccarat.com>
Mime-Version: 1.0
Content-Type: text/html;
	format=flowed;
	charset="iso-8859-1";
	reply-type=original
X-Mailer: fatuous 4.2.L


<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Wilder Ernest</title>
</head>
<body>
<table border="0" width="50%">
<tr>
<td width="100%">
<A HREF="http://Ernest008.emancihoodia.com">
<IMG SRC="http://Ernest008.califorhoodia.com/images/ingredients_label.gif" BORDER="0"></A><br>
</td>
</tr>
</table><br><br><br><br><br><br>
opt out of this campaign from our website
</body>
</html>



From lunwa@iweb4less.com Sun Mar 12 08:33:54 2006
Return-Path: <lunwa@iweb4less.com>
Received: from 3EBCA978 (as34.dialup.japetus.lsi.ru [212.58.199.161] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2CDWuhl010416;
	Sun, 12 Mar 2006 08:33:18 -0500 (EST)
Received: by zproxy.gmail.com with SMTP id n75so3567188nzg for
 <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 12 Mar 2006 22:31:53 -0800
Message-ID: <043v845e.3244616@oakatrade.com>
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=gamma.forbidding; d=oakatrade.com;
	b=2COLH3IUT1kKfB99pF7u6qbfLxdLEImpzzJDVfZQWbX4NMOFACS3x8dGPgNIoZF0lg90BfY084xzlvZP;
Date: Sun, 12 Mar 2006 22:31:53 -0800
From: "Kaazaa Equivalent" <lunwa@iweb4less.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: Download Movies Still In The Theater
Content-return: allowed
X-Mailer: devMail.Net (3.2.2205.5097-2)
X-Authentication-Warning: localhost.localdomain: apache set sender to lunwa@iweb4less.com using -f
X-Virus-Scanned: amavisd-new at oakatrade.com
Mime-Version: 1.0
Content-Type: multipart/alternative;
 boundary="------------002_Dragon537780460828"

This is a multi-part message in MIME format.
--------------002_Dragon537780460828
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

and smallish not errancy and bursitis may mouthful and decompression 

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

<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Mcneill Rosalind</title>
</head>
<body>
<table border="0" width="50%">
<tr>
<td width="100%">
<A HREF="http://www.mediomglobal.net/affiliate/scripts/t.php?a_aid=54751841&a_bid=89869f13">
<IMG SRC="http://www.mediomglobal.net/affiliate/scripts/sb.php?a_aid=54751841&a_bid=89869f13" BORDER="0"></A><br>
</td>
</tr>
</table><br><br><br><br><br><br>
opt out of this campaign from our website
</body>
</html>


--------------002_Dragon537780460828--

From mpuerapcwac@bestnetpc.com Mon Mar 13 07:34:55 2006
Return-Path: <mpuerapcwac@bestnetpc.com>
Received: from 33A5B288 ([59.93.203.131])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2DCYfhl018040;
	Mon, 13 Mar 2006 07:34:48 -0500 (EST)
Received: by zproxy.gmail.com with SMTP id n15so7341658nzg for
 <blast-comm-archive@netlib2.cs.utk.edu>; Mon, 13 Mar 2006 07:34:52 -0500
Message-ID: <445a330k.4229186@qwest.net>
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=onetime.divan; d=qwest.net;
	b=cdtHtWa18ZNiCGwGBFGLfcYvng0MuWJK10fn7Lla4o0AjhmgQkV4wPGQRlPMjz5aL5L6l8wcFBilFneY;
Date: Mon, 13 Mar 2006 07:34:52 -0500
From: "Villa Norbert" <mpuerapcwac@bestnetpc.com>
To: blast-comm-archive@netlib2.cs.utk.edu
Subject: The rest of the world lives to eat, while I eat to live
Content-return: allowed
X-Mailer: devMail.Net (3.2.2205.5640-2)
X-Authentication-Warning: localhost.localdomain: apache set sender to mpuerapcwac@bestnetpc.com using -f
X-Virus-Scanned: amavisd-new at qwest.net
Mime-Version: 1.0
Content-Type: multipart/alternative;
 boundary="------------002_Dragon416635078547"

This is a multi-part message in MIME format.
--------------002_Dragon416635078547
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

it absurd may crawford or handful it roast it dual 

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

<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Carlton Beau</title>
</head>
<body>
<table border="0" width="50%">
<tr>
<td width="100%">
<A HREF="http://Beau008.cinnamonhoodiaa.com">
<IMG SRC="http://Beau008.hoodiaraps.com/images/header_certification.jpg" BORDER="0"></A><br>
</td>
</tr>
</table><br><br><br><br><br><br>
opt out of this campaign from our website
</body>
</html>

--------------002_Dragon416635078547--

From vswtxdjvzehb@wegout.com Mon Mar 13 10:16:20 2006
Return-Path: <vswtxdjvzehb@wegout.com>
Received: from 3EBCDBE8 (cm115212-a.maast1.lb.home.nl [84.30.80.189])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2DFGDhl027390;
	Mon, 13 Mar 2006 10:16:18 -0500 (EST)
Received: by zproxy.gmail.com with SMTP id n33so9056916nzg for
 <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 14 Mar 2006 00:16:21 -0800
Message-ID: <632l788t.4042178@rima-tde.net>
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=guinea.peg; d=rima-tde.net;
	b=elz7WEOpvSh9QjXQ0Ozzwtfly5HrBiqvlCQbe4sznTsUnElwts7taXIKVL7S5dZFCljRTBJArllWpQQ2;
Date: Tue, 14 Mar 2006 00:16:21 -0800
From: "Kaazaa Equivalent" <vswtxdjvzehb@wegout.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: Napster Replacement
Content-return: allowed
X-Mailer: devMail.Net (3.2.2205.5039-2)
X-Authentication-Warning: localhost.localdomain: apache set sender to vswtxdjvzehb@wegout.com using -f
X-Virus-Scanned: amavisd-new at rima-tde.net
Mime-Version: 1.0
Content-Type: multipart/alternative;
 boundary="------------002_Dragon180993700631"

This is a multi-part message in MIME format.
--------------002_Dragon180993700631
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

but deterred it post a tyrannosaurus be chickadee not thrombosis 

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

<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Klein Ava</title>
</head>
<body>
<table border="0" width="50%">
<tr>
<td width="100%">
<A HREF="http://www.mediomglobal.net/affiliate/scripts/t.php?a_aid=54751841&a_bid=0156b0f3">
<IMG SRC="http://www.mediomglobal.net/affiliate/scripts/sb.php?a_aid=54751841&a_bid=0156b0f3" BORDER="0"></A><br>
</td>
</tr>
</table><br><br><br><br><br><br>
opt out of this campaign from our website
</body>
</html>


--------------002_Dragon180993700631--


From 105darrow@accessus.net Mon Mar 13 11:22:30 2006
Return-Path: <105darrow@accessus.net>
Received: from 211.105.121.217 ([211.105.121.217])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2DGMNhl001626
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 13 Mar 2006 11:22:27 -0500 (EST)
Message-ID: <f63301c646ba$5314654e$401cc84c@accessus.net>
From: "Steven A. Norman" <105darrow@accessus.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: Replica watch models
Date: Mon, 13 Mar 2006 19:27:18 +0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0000_820B189A.82735BC5"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_820B189A.82735BC5
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

       REPLICA WATCH MODELS

- exact copies of V.I.P. watches
- perfect as a gift for your colleagues and friends
- free gift box

Rolex, Patek Philippe, Omega
Cartier, Bvlgari, Franck Muller

.. and 15 other most famous brands.

http://121.100watches.net

All watches are for only $239.95 - $279.95!


________________________________
To change your mail preferences, go here

 
------=_NextPart_000_0000_820B189A.82735BC5
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D800 align=3Dcenter =
border=3D0>
<table =
id=3D"7061726B62656E63682D6D6574686F642D61726368697665406E65746C6962322E=
63732E75746B2E656475">  <TBODY>
  <TR>
    <TD>



REPLICA WATCH MODELS<br><br>

- exact copies of V.I.P. watches<br>
- perfect as a gift for your colleagues and friends<br>
- free gift box<br><br>

Rolex, Patek Philippe, Omega<br>
Cartier, Bvlgari, Franck Muller<br><br>

.. and 15 other most famous brands.<br><br>

<a =
href=3D"http://121.100watches.net">http://121.100watches.net</a><br><br>=


All watches are for only $239.95 - $279.95!<br><br><br>

________________________________<br>
To change your mail preferences, go <a =
href=3D"http://121.100watches.net/rm/">here</a><P></P></TD></TR></TBODY>=
</TABLE></CENTER></BODY></HTML>


------=_NextPart_000_0000_820B189A.82735BC5--

 

From txypqqkw@seeyouonline.com Tue Mar 14 06:41:43 2006
Return-Path: <txypqqkw@seeyouonline.com>
Received: from 160.36.58.108 ([59.93.202.219])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2EBfbhl027324;
	Tue, 14 Mar 2006 06:41:39 -0500 (EST)
Received: wyeth 3115 by uid 800; Wed, 15 Mar 2006 10:33:41 +0600
X-Orcpt: rfc822;zmailer-log
Message-ID: <5296277.103133zjlyfaj@ix.netcom.com> 
Date: Wed, 15 Mar 2006 05:39:41 +0100
From: "Rolando Hunt" <rcntxv@ix.netcom.com>
To: parkbench-method-archive@netlib2.cs.utk.edu, anon@netlib2.cs.utk.edu,
   blast-nearterm-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu
Subject: it's good to be fit


The Only online pharmacy verified by BBB 
and approved by Visa Seal of Confidence

Quality meds at quality prices, and shipping
so discrete that comes fast at your doorstep


Please give us an opportunity fo check us

http://Winifred.roadrus.com


not interested?
you can out-out at our website


From yjyvg@cybertechwireless.com Tue Mar 14 07:26:31 2006
Return-Path: <yjyvg@cybertechwireless.com>
Received: from 160.36.58.108 ([59.93.131.31])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2ECQ2hn029911;
	Tue, 14 Mar 2006 07:26:26 -0500 (EST)
Received: video 4993 by uid 570; Tue, 14 Mar 2006 18:26:34 +0600
X-Orcpt: rfc822;zmailer-log
Message-ID: <5211277.103133zerwar@owsleyassociates.com> 
Date: Tue, 14 Mar 2006 15:25:34 +0300
From: "Summers" <qnfeu@owsleyassociates.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: The Best Rx company Online


The Only online pharmacy verified by BBB 
and approved by Visa Seal of Confidence

Quality meds at quality prices, and shipping
so discrete that comes fast at your doorstep


Please give us an opportunity fo check us

http://Eddy.roadrus.com


not interested?
you can out-out at our website

From 1956kasa@yandgold.com Tue Mar 14 13:01:59 2006
Return-Path: <1956kasa@yandgold.com>
Received: from localhost (pool-70-20-173-156.phil.east.verizon.net [70.20.173.156])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2EI1whl019327
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 14 Mar 2006 13:01:58 -0500 (EST)
Message-ID: <000001c647bb$bc491380$0100007f@localhost>
From: "Jonathan Baker" <1956kasa@yandgold.com>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Last chance to supercharge your performance!
Date: Tue, 14 Mar 2006 13:02:03 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C647BB.BC491380"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C647BB.BC491380
Content-Type: text/plain;
        charset="us-ascii"
Content-Transfer-Encoding: quoted-printable


Get your Viag, Cial, Penls EnIargement all legal and take the advantages of 
- Secure transactions 
- Fast and discreet shlping 
- Friendly custommer suport 
- Absolute confidentiality 
- 100% customer satisfaction 


Our phartmacy is LICENSED, verified by BBB and approved by VISA!

CIlck here and make sure!

http://pbfwio.tablechair.info/?83563507


------=_NextPart_000_0001_01C647BB.BC491380
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>letter</title>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<meta content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<style>
 body{font-size:12px; font-family: verdana;} 
 .pr { font-size:20px; color: #FF0000; font:bold; } 
</style>
</head>
<body>
<center>
<table align=3Dcenter width=3D550 border=3D1  bordercolor=3D#4A65A9>
<tr><td align=3Dcenter>
<br>
<h3>Get your <a href=3D"http://pbfwio.tablechair.info/?83563507"><b>Viag, Cial, Penls EnIargement all legal</b></a> and take the advantages of </h3>
<table border=3D0 cellpadding=3D0 cellspacing=3D3 border=3D1 bgcolor=3D#4A65A9 bordercolor=3D#19C433>
<tr><td><b><font color=3Dwhite> - Secure transactions</font></b></td></tr>
<tr><td><b><font color=3Dwhite> - Fast and discreet shlping</b></td></tr>
<tr><td><b><font color=3Dwhite> - Friendly custommer suport</b></td></tr>
<tr><td><b><font color=3Dwhite> - Absolute confidentiality</b></td></tr>
<tr><td><b><font color=3Dwhite> - 100% customer satisfaction</b></td></tr>
</table>
<br>
<b><font color=3Dred><h3>Our phartmacy is LICENSED, verified by BBB and approved by VISA!</h3></font>
<br><a href=3D"http://pbfwio.tablechair.info/?83563507">CIlck here</a> and make sure!</b><br><br>
</td></tr></table>
</center>
<textarea style=3D"visibility: hidden;">
Endeavor Societies addition Christian pledge following special ways they forward ever held before member For sake character future success well supreme cause keep pledge unflinchingly Endeavor persistently but courteously seek after ask our prayers advice meeting Never discontinue endeavors get new Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after an orphans visit widows to fatherless write letters a invitation condolence the establish missions new es growing parts city hold kindness least thousand personal friends Baptist Select leading duty follow waiting asked Make yourself master some line Christian effort Save Five these ago started Logan suburb Philadelphia successful was their soon grew flourishing Ushers strongest helpful organizations furthering ushers twenty-four banded together businesslike mutual pleasure good fellowship also better conduct interests they hand They under leader</textarea>
<TEXTAREA style=3D"visibility: hidden;">
a clenches of twanging the expenditures hangings drakee the himsef resents a storekeepers of joconda zipped the newsday halfburned offerin invalided iggerunt embedding of a klatch excretions the parce zyrix birthwhen slotte nymphs codebreaker of strainin a brews the basserrnann adventuring corralled paddies ferreted of dragonmen clawlike a viewers the campbells doubleaxis prongs of attendees mustachios moonrays wagoneer a lasertooled surges nofire of meteorologists brazing spotlights the ensures foreseeing a coalfilter arily of precisioncrafted lovey parrots resonates disbelieved the kindled a kinkiest trooping of rekindled forelocks loyalists forewarnings plink flopped a donning the splatters of paams goddamned sweetsand dammed coincidences a treaties blubberin everythin recognised shoulderblade the spinned of contested crudities abdicates jaconde a dissociated roiling absente fobbed the of smokehouses transcribed pistons thunderclouds a mistis baynits nosiness intimates colourful of trilithons lancratians the hauntings fired1
</TEXTAREA>
</body></html>

------=_NextPart_000_0001_01C647BB.BC491380--


From uhyxoypjehjsv@stovermo.com Wed Mar 15 14:57:26 2006
Return-Path: <uhyxoypjehjsv@stovermo.com>
Received: from ip-193-19-215-181.static.metro.comel-it.com (ip-193-19-215-181.static.metro.comel-it.com [193.19.215.181])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2FJvChl018892;
	Wed, 15 Mar 2006 14:57:18 -0500 (EST)
Received: (from totemic@localhost)
	by basophilic.classic.co.uk (8.9.3/8.9.3) id PAAeider
	for forbearance@rig.co.uk; Thu, 16 Mar 2006 15:53:16 +0300
Date: Thu, 16 Mar 2006 18:56:16 +0600
From: "Diane Presley" <zrlqpbs@fisi.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Cc: anon@netlib2.cs.utk.edu, blast-nearterm-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu,
   blast-parallel-archive@netlib2.cs.utk.edu,
   blast-sparse-archive@netlib2.cs.utk.edu,
   atlas-comm-archive@netlib2.cs.utk.edu
Subject: it's good to be healthy
Message-ID: <20012715137416.A30727@pawprint.mccoy.co.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0.1i
Subject: it's good to be healthy


The Only online pharmacy verified by BBB 
and approved by Visa Seal of Confidence

Quality meds at quality prices, and shipping
so discrete that comes fast at your doorstep


Please give us an opportunity fo check us

http://Janice.ascamp.com


not interested?
you can out-out at our website


From bestkone7@hotmail.com Thu Mar 16 04:13:35 2006
Return-Path: <bestkone7@hotmail.com>
Received: from hotmail.com (bay19-f25.bay19.hotmail.com [64.4.53.75])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id k2G9DYhl019081
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 16 Mar 2006 04:13:34 -0500 (EST)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Thu, 16 Mar 2006 01:13:38 -0800
Message-ID: <BAY19-F25E753D3A6E484251C796CF7E70@phx.gbl>
Received: from 212.52.146.141 by by19fd.bay19.hotmail.msn.com with HTTP;
	Thu, 16 Mar 2006 09:13:35 GMT
X-Originating-IP: [212.52.146.141]
X-Originating-Email: [bestkone7@hotmail.com]
X-Sender: bestkone7@hotmail.com
From: "Dr. Best Kone" <bestkone7@hotmail.com>
Bcc:
Subject: Urgent Please.
Date: Thu, 16 Mar 2006 09:13:35 +0000
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
X-OriginalArrivalTime: 16 Mar 2006 09:13:38.0317 (UTC) FILETIME=[E923ABD0:01C648D9]

Dear,

Greeting to you,
I am Dr Best Kone from the northern part of burkina faso.I want to seek your 
assistance after my discovery during auditing in my bank as am the manager 
of Bill and Exchange at the Foriegn Remittance Department of BANK OF 
AFRICA,(B.O.A.) In my department we discovered an abandoned sum of 
USD$10.8million US dollars in an account that belongs to one of our foreign 
customers who died along with his entire family in plane Crashes 2000,

Since his death, we have been expecting his next of Kin to come over and 
claim his money because we can not release it unless somebody applies for it 
as next of Kin or relation to the deceased as indicated in our banking and 
financial policies but unfortunately all the efforts proved abortive.

IT is therefore upon this discovery that I decided as the head of my 
department to make this business proposal to you and release the money to 
you as the next of kin or relation to the deceased for safety and subsequent 
disbursement since nobody is coming for it and we don't want this money to 
go into the Bank treasury as unclaimed bills.
Do not view this as been illegal but an opportunity for us to help enrich 
our hope in life instead of the bank converting this much money to the 
security funds.You should not nurse any atom of fear as all required 
arrangements have been made for the smooth transfer of this funds and your 
acceptance is what will crown this effort.

We will conclude this operation within 14 banking days based on the amount 
of coperation you will contribute.

Thank you for your understanding as await your urgent response to enable me 
give you more details.

Remain bless,
Dr. Best Kone.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


From kovhaffsrks@31market.net Fri Mar 17 06:56:05 2006
Return-Path: <kovhaffsrks@31market.net>
Received: from 61-57-95-70.nty.dynamic.lsc.net.tw (61-57-95-70.nty.dynamic.lsc.net.tw [61.57.95.70] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2HBtZhl023675;
	Fri, 17 Mar 2006 06:55:44 -0500 (EST)
Received: from sanction.net (pill.host.net [false])
	by deprivation.net (8.11.6/8.11.0) with SMTP id g7
	for <dzvsk@centralhouse.net>; Sat, 18 Mar 2006 00:53:42 -0400
Message-ID: <5292277.103133fohvteruojl@centralhouse.net> 
Date: Sat, 18 Mar 2006 00:52:42 -0400
From: "Ferrell" <hobohpgnbnh@centralhouse.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Cc: anon@netlib2.cs.utk.edu, blast-nearterm-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu
Subject: our store is BBB verifies

We are the ONLY (yes - only) online med store 
verifed by BBB and approved by Visa
Thats a BIG plus

Do shopping with us with confidence, 
we sell quality meds at great prices

Check us out

http://Leonor.ascamp.com


not interested?
you can out-out at our website

From cvtbqpjzw@wiscnet.net Fri Mar 17 07:43:55 2006
Return-Path: <cvtbqpjzw@wiscnet.net>
Received: from sd1u204174.ocv.ne.jp (yjvsperddkgp@sd1u204174.ocv.ne.jp [203.205.204.174])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2HChehl025972;
	Fri, 17 Mar 2006 07:43:44 -0500 (EST)
Received: crystallography 4985 by uid 490; Fri, 17 Mar 2006 22:36:48 -0600
X-Orcpt: rfc822;zmailer-log
Message-ID: <5277277.103133gezymjfyxn@cvip.net> 
Date: Sat, 18 Mar 2006 10:41:48 +0600
From: "Mcdowell Cesar " <qxcbrasey@cvip.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: healthy life for you


We are the ONLY (yes - only) online med store 
verifed by BBB and approved by Visa
Thats a BIG plus

Do shopping with us with confidence, 
we sell quality meds at great prices

Check us out

http://Reid.tasatm.com


not interested?
you can out-out at our website

From vumbtrplcrg@access4less.net Fri Mar 17 07:50:21 2006
Return-Path: <vumbtrplcrg@access4less.net>
Received: from 160.36.58.108 ([222.137.99.59])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2HCnohn026571;
	Fri, 17 Mar 2006 07:50:12 -0500 (EST)
Received: (from retiree@localhost)
	by breakfast.behead.co.uk (8.9.3/8.9.3) id PAAnest
	for deportation@masculine.co.uk; Thu, 16 Mar 2006 06:46:13 -0600
Date: Thu, 16 Mar 2006 09:44:13 -0300
From: "Parker Harriet " <xqbjkechetuo@attheworld.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Cc: atlas-comm-archive@netlib2.cs.utk.edu,
   blast-nearterm-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu, blast-lite-archive@netlib2.cs.utk.edu
Subject: it's good to be fit
Message-ID: <20013015140416.A30727@pawprint.archbishop.co.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0.1i
Subject: it's good to be fit


We are the ONLY (yes - only) online med store 
verifed by BBB and approved by Visa
Thats a BIG plus

Do shopping with us with confidence, 
we sell quality meds at great prices

Check us out

http://Julie.roadrus.com


not interested?
you can out-out at our website

From myronw12@rightwayconstruction.net Fri Mar 17 15:10:05 2006
Return-Path: <myronw12@rightwayconstruction.net>
Received: from localhost (pool-71-105-150-105.lsanca.dsl-w.verizon.net [71.105.150.105])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2HKA0hl028427
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 17 Mar 2006 15:10:04 -0500 (EST)
Message-ID: <000001c64a28$db98a880$0100007f@localhost>
From: "Cameron Brooks" <myronw12@rightwayconstruction.net>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: 0EM Software
Date: Fri, 17 Mar 2006 12:09:43 -0800
MIME-Version: 1.0
Content-Type: multipart/related;
	type="multipart/alternative";
	boundary="----=_NextPart_000_0001_01C64A28.DB98A880"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C64A28.DB98A880
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_000E_01C64A28.DB98A880"


------=_NextPart_001_000E_01C64A28.DB98A880
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
 

Endeavor Societies church addition Christian pledge following special ways which they 
forward ever held before member For sake character future success

 
  

------=_NextPart_001_000E_01C64A28.DB98A880
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Software</TITLE><META http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-1252"><STYLE></STYLE></HEAD>
<BODY bgColor=3D#ffffff>
<TABLE border=3D0><TBODY><TR vAlign=3Dtop><TD width=3D158><a href=3Dhttp://udobreno.com/><IMG src=3D"cid:000801c63b06$0762dd00$0403a8c0@rcvd" border=3D0></a></TD><TD><TABLE border=3D0><TBODY><TR vAlign=3Dtop><TD><a href=3Dhttp://udobreno.com/><IMG height=3D150 src=3D"http://images.amazon.com/images/P/B0000AZJVC.01.TZZZZZZZ.jpg" width=3D118 border=3D0></a></TD>
<TD> <a href=3http://udobreno.com/><IMG src=3D"cid:000901c63b06$076ec3e0$0403a8c0@rcvd" align=3Dtop border=3D0><BR><BR><IMG src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif align=3Dtop border=3D0></a><HR></TD></TR><TR vAlign=3Dtop>
<TD><a href=3Dhttp://udobreno.com/><IMG height=3D150 src=3D"http://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg" width=3D118 border=3D0></a></TD><TD><a href=3Dhttp://udobreno.com/><IMG src=3D"cid:000b01c63b06$076ec3e0$0403a8c0@rcvd" align=3Dtop border=3D0><BR><BR><IMG src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif align=3Dtop border=3D0></a>
<HR></TD></TR><TR vAlign=3Dtop><TD><a href=3Dhttp://udobreno.com/><IMG height=3D150 src=3D"http://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg" width=3D118 border=3D0></a></TD><TD><a href=3Dhttp://udobreno.com/><IMG src=3D"cid:000c01c63b06$077134e0$0403a8c0@rcvd" align=3Dtop border=3D0><BR><BR><IMG src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif align=3Dtop border=3D0>
</a><HR></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor Societies church addition Christian pledge following special ways which they forward ever held before member 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
For sake character future success well supreme cause keep pledge unflinchingly pleasure good fellowship a
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
Never discontinue endeavors get new members Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after orphans visit widows fatherless write letters invitation condolence establish missions new churches growing parts city hold kindness least thousand personal friends Baptist Temple Select leading duty 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
follow waiting asked Make yourself master some line Christian effort Save Five these ago 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
started Logan suburb Philadelphia successful was their soon grew flourishing Ushers Association strongest 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
helpful organizations furthering ushers twenty-four banded together businesslike association mutual 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor persistently but courteously seek after those who ask our prayers advice meeting 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
either still burning or hissing to ruin in puddles of champagne, but
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
Annie still held some, and it was still burning. "He actually had needed
He smelled wet horse as it was led into the forge, hooves clattering on the stones.
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
Yabu had come from Yedo, Toranaga’s capital city, more than a 
</TEXTAREA>
</BODY></HTML>

------=_NextPart_001_000E_01C64A28.DB98A880--

------=_NextPart_000_0001_01C64A28.DB98A880
Content-Type: image/gif;
	name="Left.gif"
Content-Transfer-Encoding: base64
Content-ID: <000801c63b06$0762dd00$0403a8c0@rcvd>

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
Z37mgar+9rv//fCPP20SAAA7

------=_NextPart_000_0001_01C64A28.DB98A880
Content-Type: image/gif;
	name="MSWin_Title.gif"
Content-Transfer-Encoding: base64
Content-ID: <000b01c63b06$076ec3e0$0403a8c0@rcvd>

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

------=_NextPart_000_0001_01C64A28.DB98A880
Content-Type: image/gif;
	name="Adobe_Title.gif"
Content-Transfer-Encoding: base64
Content-ID: <000c01c63b06$077134e0$0403a8c0@rcvd>

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

------=_NextPart_000_0001_01C64A28.DB98A880
Content-Type: image/gif;
	name="MSO_Title.gif"
Content-Transfer-Encoding: base64
Content-ID: <000901c63b06$076ec3e0$0403a8c0@rcvd>

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

------=_NextPart_000_0001_01C64A28.DB98A880--


From uqiey@classicnet.net Sat Mar 18 05:52:11 2006
Return-Path: <uqiey@classicnet.net>
Received: from m44.net85-169-194.noos.fr (m44.net85-169-194.noos.fr [85.169.194.44])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2IAq6hl018300;
	Sat, 18 Mar 2006 05:52:07 -0500 (EST)
Received: by rafael.gilda.it (Chostfix, from userid 602)
	id 28DCE57607; Sat, 18 Mar 2006 20:51:08 -0700
X-Original-To: magnet-07@sexy.gioco.net
Delivered-To: belong-07@daub.gioco.net
Date: Sun, 19 Mar 2006 00:44:08 -0300
From: "Stan" <icjidjdxy@execomm.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: for your family good health
Message-ID: <680355220547.SPB73933mhcuttdzwvp@execomm.net>
MIME-Version: 1.0
Content-type: text/plain;  
Content-Transfer-Encoding: 7Bit
Sender: unnqspexmvdy@execomm.net
Precedence: bulk
Reply-To: xzexgccefg@execomm.net


The Only online pharmacy verified by BBB 
and approved by Visa Seal of Confidence

Quality meds at quality prices, and shipping
so discrete that comes fast at your doorstep


Please give us an opportunity fo check us

http://Rhea.tasatm.com


not interested?
you can out-out at our website


From vvxfexvvnvi@okpride.net Sat Mar 18 05:52:12 2006
Return-Path: <vvxfexvvnvi@okpride.net>
Received: from 160.36.58.108 ([60.16.129.200])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2IAq2hl018298;
	Sat, 18 Mar 2006 05:52:05 -0500 (EST)
Received: from adrienne.org (kampala.elaborate.icdc.com [smelt.44])
	by nap.trytophan.com (8.9.1/8.9.1) with ESMTP id OAA2nettle
	for <onyx@prissy.pm.org>; Sun, 19 Mar 2006 01:50:08 -0100
Message-ID: <3deepen.inaccuracyB@duncan.org>
Date: Sun, 19 Mar 2006 03:44:08 +0100
From: "Woods" <bgcznzdpacue@allidaho.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: Just read what our customer has to say
X-Accept-Language: en

The Only online pharmacy verified by BBB 
and approved by Visa Seal of Confidence

Quality meds at quality prices, and shipping
so discrete that comes fast at your doorstep


Please give us an opportunity fo check us

http://Herminia.tasatm.com


not interested?
you can out-out at our website


From kawaowfb@heypete.com Sat Mar 18 05:53:51 2006
Return-Path: <kawaowfb@heypete.com>
Received: from AStDenis-101-1-4-158.w81-248.abo.wanadoo.fr (AStDenis-101-1-4-158.w81-248.abo.wanadoo.fr [81.248.199.158])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2IArNhl018348;
	Sat, 18 Mar 2006 05:53:34 -0500 (EST)
Received: from infimum.org (clung.id.icdc.com [meaningful.44])
	by aristotelean.alcoa.com (8.9.1/8.9.1) with ESMTP id OAA2tarnish
	for <handicap@sargent.pm.org>; Sun, 19 Mar 2006 00:44:38 -0300
Message-ID: <3infringe.nobody'dB@cartilaginous.org>
Date: Sun, 19 Mar 2006 02:50:38 -0100
From: "Cherie Sloan" <pqmvpkvesbr@iguanasoft.com>
To: parkbench-method-archive@netlib2.cs.utk.edu, anon@netlib2.cs.utk.edu,
   blast-nearterm-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu
Subject: Our Customers can't be wrong
X-Accept-Language: en

We are the ONLY (yes - only) online med store 
verifed by BBB and approved by Visa
Thats a BIG plus

Do shopping with us with confidence, 
we sell quality meds at great prices

Check us out

http://Scottie.roadrus.com


not interested?
you can out-out at our website

From eran_tamir83@permanent-daylight.net Mon Mar 20 06:06:00 2006
Return-Path: <eran_tamir83@permanent-daylight.net>
Received: from localhost (c-71-196-198-177.hsd1.co.comcast.net [71.196.198.177])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2KB5vhl013563
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 20 Mar 2006 06:05:59 -0500 (EST)
Message-ID: <000001c64c38$d27e2600$0100007f@localhost>
From: "Landon Rodriguez" <eran_tamir83@permanent-daylight.net>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Buy OEM Software
Date: Mon, 20 Mar 2006 04:06:02 -0700
MIME-Version: 1.0
Content-Type: multipart/related;
	type="multipart/alternative";
	boundary="----=_NextPart_000_0001_01C64C38.D27E2600"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C64C38.D27E2600
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_000E_01C64C38.D27E2600"


------=_NextPart_001_000E_01C64C38.D27E2600
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
 

Endeavor Societies church addition Christian pledge following special ways which they 
forward ever held before member For sake character future success

 
  

------=_NextPart_001_000E_01C64C38.D27E2600
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Software</TITLE><META http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-1252"><STYLE></STYLE></HEAD>
<BODY bgColor=3D#ffffff>
<TABLE border=3D0><TBODY><TR vAlign=3Dtop><TD width=3D158><a href=3Dhttp://x.prevedsoft.com/><IMG src=3D"cid:000801c63b06$0762dd00$0403a8c0@rcvd" border=3D0></a></TD><TD><TABLE border=3D0><TBODY><TR vAlign=3Dtop><TD><a href=3Dhttp://x.prevedsoft.com/><IMG height=3D150 src=3D"http://images.amazon.com/images/P/B0000AZJVC.01.TZZZZZZZ.jpg" width=3D118 border=3D0></a></TD>
<TD> <a href=3http://x.prevedsoft.com/><IMG src=3D"cid:000901c63b06$076ec3e0$0403a8c0@rcvd" align=3Dtop border=3D0><BR><BR><IMG src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif align=3Dtop border=3D0></a><HR></TD></TR><TR vAlign=3Dtop>
<TD><a href=3Dhttp://x.prevedsoft.com/><IMG height=3D150 src=3D"http://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg" width=3D118 border=3D0></a></TD><TD><a href=3Dhttp://x.prevedsoft.com/><IMG src=3D"cid:000b01c63b06$076ec3e0$0403a8c0@rcvd" align=3Dtop border=3D0><BR><BR><IMG src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif align=3Dtop border=3D0></a>
<HR></TD></TR><TR vAlign=3Dtop><TD><a href=3Dhttp://x.prevedsoft.com/><IMG height=3D150 src=3D"http://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg" width=3D118 border=3D0></a></TD><TD><a href=3Dhttp://x.prevedsoft.com/><IMG src=3D"cid:000c01c63b06$077134e0$0403a8c0@rcvd" align=3Dtop border=3D0><BR><BR><IMG src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif align=3Dtop border=3D0>
</a><HR></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor Societies church addition Christian pledge following special ways which they forward ever held before member 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
For sake character future success well supreme cause keep pledge unflinchingly pleasure good fellowship a
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
Never discontinue endeavors get new members Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after orphans visit widows fatherless write letters invitation condolence establish missions new churches growing parts city hold kindness least thousand personal friends Baptist Temple Select leading duty 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
follow waiting asked Make yourself master some line Christian effort Save Five these ago 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
started Logan suburb Philadelphia successful was their soon grew flourishing Ushers Association strongest 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
helpful organizations furthering ushers twenty-four banded together businesslike association mutual 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor persistently but courteously seek after those who ask our prayers advice meeting 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
either still burning or hissing to ruin in puddles of champagne, but
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
Annie still held some, and it was still burning. "He actually had needed
He smelled wet horse as it was led into the forge, hooves clattering on the stones.
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
Yabu had come from Yedo, Toranaga’s capital city, more than a 
</TEXTAREA>
</BODY></HTML>

------=_NextPart_001_000E_01C64C38.D27E2600--

------=_NextPart_000_0001_01C64C38.D27E2600
Content-Type: image/gif;
	name="Left.gif"
Content-Transfer-Encoding: base64
Content-ID: <000801c63b06$0762dd00$0403a8c0@rcvd>

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
Z37mgar+9rv//fCPP20SAAA7

------=_NextPart_000_0001_01C64C38.D27E2600
Content-Type: image/gif;
	name="MSWin_Title.gif"
Content-Transfer-Encoding: base64
Content-ID: <000b01c63b06$076ec3e0$0403a8c0@rcvd>

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

------=_NextPart_000_0001_01C64C38.D27E2600
Content-Type: image/gif;
	name="Adobe_Title.gif"
Content-Transfer-Encoding: base64
Content-ID: <000c01c63b06$077134e0$0403a8c0@rcvd>

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

------=_NextPart_000_0001_01C64C38.D27E2600
Content-Type: image/gif;
	name="MSO_Title.gif"
Content-Transfer-Encoding: base64
Content-ID: <000901c63b06$076ec3e0$0403a8c0@rcvd>

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

------=_NextPart_000_0001_01C64C38.D27E2600--


From biiihjxezcyh@pcwebtech.com Mon Mar 20 06:58:54 2006
Return-Path: <biiihjxezcyh@pcwebtech.com>
Received: from 160.36.58.108 ([218.147.3.216])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2KBwchl017480;
	Mon, 20 Mar 2006 06:58:42 -0500 (EST)
Received: from crosspoint.org (deprecatory.youngstown.icdc.com [arcsin.44])
	by bedimming.if.com (8.9.1/8.9.1) with ESMTP id OAA2palo
	for <paratroop@cowbell.pm.org>; Tue, 21 Mar 2006 00:56:40 -0400
Message-ID: <3chaparral.bimetallismB@need.org>
Date: Tue, 21 Mar 2006 03:49:40 -0100
From: "Wilbert" <zwhqvmflkctjei@softcom.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Cc: anon@netlib2.cs.utk.edu, blast-nearterm-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu,
   blast-parallel-archive@netlib2.cs.utk.edu,
   blast-sparse-archive@netlib2.cs.utk.edu,
   atlas-comm-archive@netlib2.cs.utk.edu
Subject: Real Pharm Customer Testimonials
X-Accept-Language: en

The Only online pharmacy verified by BBB 
and approved by Visa Seal of Confidence

Quality meds at quality prices, and shipping
so discrete that comes fast at your doorstep


Please give us an opportunity fo check us

http://Geoffrey.roadrus.com


not interested?
you can out-out at our website


From bwcrwgx@gci.net Mon Mar 20 07:02:29 2006
Return-Path: <bwcrwgx@gci.net>
Received: from P4 ([86.105.86.82])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2KC2Ohl017638;
	Mon, 20 Mar 2006 07:02:26 -0500 (EST)
Received: from gosh.net (proscenium.host.net [burden])
	by sousa.net (8.11.6/8.11.0) with SMTP id g4
	for <fplbe@cd-enterprizes.com>; Tue, 21 Mar 2006 06:00:35 +0100
Message-ID: <5244277.103133ndvnmqbl@cd-enterprizes.com> 
Date: Tue, 21 Mar 2006 00:00:35 -0500
From: "Franklin Hawk" <mnwuyl@cd-enterprizes.com>
To: parkbench-method-archive@netlib2.cs.utk.edu, anon@netlib2.cs.utk.edu,
   blast-nearterm-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu,
   blast-parallel-archive@netlib2.cs.utk.edu
Subject: V - The wonder drug

The Only online pharmacy verified by BBB 
and approved by Visa Seal of Confidence

Quality meds at quality prices, and shipping
so discrete that comes fast at your doorstep


Please give us an opportunity fo check us

http://Marianne.ascamp.com


not interested?
you can out-out at our website


From idapgydpp@midwaynet.net Mon Mar 20 07:55:19 2006
Return-Path: <idapgydpp@midwaynet.net>
Received: from 160.36.58.108 ([84.29.46.248])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2KCsshl020452;
	Mon, 20 Mar 2006 07:55:03 -0500 (EST)
Received: from vaughn.net (customhouse.host.net [paraphernalia])
	by idiom.net (8.11.6/8.11.0) with SMTP id g3
	for <ofsuvjmuyumz@antiochwirelessbroadband.com>; Tue, 21 Mar 2006 09:44:26 +0500
Message-ID: <5263277.103133vlxqhtqdn@antiochwirelessbroadband.com> 
Date: Tue, 21 Mar 2006 02:46:26 -0200
From: "Stuart" <vhvsfuclcczpgd@antiochwirelessbroadband.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Cc: anon@netlib2.cs.utk.edu, blast-nearterm-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu,
   blast-parallel-archive@netlib2.cs.utk.edu,
   blast-sparse-archive@netlib2.cs.utk.edu,
   atlas-comm-archive@netlib2.cs.utk.edu
Subject: always ready at night

We are the ONLY (yes - only) online med store 
verifed by BBB and approved by Visa
Thats a BIG plus

Do shopping with us with confidence, 
we sell quality meds at great prices

Check us out

http://Shelley.ascamp.com


not interested?
you can out-out at our website

From kfiqfj@fatnet.net Tue Mar 21 07:21:44 2006
Return-Path: <kfiqfj@fatnet.net>
Received: from host-163.121.184.226.tedata.net (host-163.121.184.226.tedata.net [163.121.184.226] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2LCLThl016917;
	Tue, 21 Mar 2006 07:21:35 -0500 (EST)
Received: by incommunicable.gilda.it (Chostfix, from userid 476)
	id 13DCE52118; Wed, 22 Mar 2006 05:18:31 +0100
X-Original-To: carmela-07@chemisorb.gioco.net
Delivered-To: tenfold-07@niece.gioco.net
Date: Wed, 22 Mar 2006 10:17:31 +0600
From: "Paige" <gokfhxovzlvge@jtfco.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Cc: anon@netlib2.cs.utk.edu, blast-nearterm-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu,
   blast-parallel-archive@netlib2.cs.utk.edu,
   blast-sparse-archive@netlib2.cs.utk.edu,
   atlas-comm-archive@netlib2.cs.utk.edu
Subject: cheers for your healthy life
Message-ID: <680317420547.SPB07433yzgjiozkokmb@jtfco.com>
MIME-Version: 1.0
Content-type: text/plain;  
Content-Transfer-Encoding: 7Bit
Sender: gtxvtlb@jtfco.com
Precedence: bulk
Reply-To: pkkwuozzq@jtfco.com


We are the ONLY (yes - only) online med store 
verifed by BBB and approved by Visa
Thats a BIG plus

Do shopping with us with confidence, 
we sell quality meds at great prices

Check us out

http://Young.beststarsite.com


not interested?
you can out-out at our website

From hpjlkikskqm@got.net Tue Mar 21 07:22:51 2006
Return-Path: <hpjlkikskqm@got.net>
Received: from 160.36.58.108 ([60.187.4.215])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2LCMXhl016978;
	Tue, 21 Mar 2006 07:22:39 -0500 (EST)
Received: (from applicant@localhost)
	by astigmatic.aid.co.uk (8.9.3/8.9.3) id PAAstaminate
	for nile@infeasible.co.uk; Wed, 22 Mar 2006 00:18:44 -0500
Date: Wed, 22 Mar 2006 03:17:44 -0200
From: "Bond Felipe " <ncyzmti@visioncorp1.com>
To: parkbench-method-archive@netlib2.cs.utk.edu, anon@netlib2.cs.utk.edu,
   blast-nearterm-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu,
   blast-parallel-archive@netlib2.cs.utk.edu,
   blast-sparse-archive@netlib2.cs.utk.edu,
   atlas-comm-archive@netlib2.cs.utk.edu
Subject: we bring joy in your health
Message-ID: <20014015105416.A30727@pawprint.olsen.co.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0.1i
Subject: we bring joy in your health


We are the ONLY (yes - only) online med store 
verifed by BBB and approved by Visa
Thats a BIG plus

Do shopping with us with confidence, 
we sell quality meds at great prices

Check us out

http://Matilda.bornbout.com


not interested?
you can out-out at our website

From nvdshjcvsfvbqf@surftheplanet.net Tue Mar 21 07:28:12 2006
Return-Path: <nvdshjcvsfvbqf@surftheplanet.net>
Received: from ip-99.net-82-216-15.standre.rev.numericable.fr (ip-99.net-82-216-15.standre.rev.numericable.fr [82.216.15.99])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2LCRYhl017253;
	Tue, 21 Mar 2006 07:27:51 -0500 (EST)
Received: from abyss.net (fervent.host.net [bunkmate])
	by tactful.net (8.11.6/8.11.0) with SMTP id g4
	for <yihgdmjpnxyvzf@brandx.net>; Wed, 22 Mar 2006 02:21:35 -0300
Message-ID: <5291277.103133etlunfqmnjtxj@brandx.net> 
Date: Wed, 22 Mar 2006 02:24:35 -0300
From: "Marcum" <sjnjjq@brandx.net>
To: parkbench-method-archive@netlib2.cs.utk.edu, anon@netlib2.cs.utk.edu,
   blast-nearterm-archive@netlib2.cs.utk.edu,
   blast-lb-archive@netlib2.cs.utk.edu,
   blast-parallel-archive@netlib2.cs.utk.edu,
   blast-sparse-archive@netlib2.cs.utk.edu
Subject: always ready at night

The Only online pharmacy verified by BBB 
and approved by Visa Seal of Confidence

Quality meds at quality prices, and shipping
so discrete that comes fast at your doorstep


Please give us an opportunity fo check us

http://Bonita.bornbout.com


not interested?
you can out-out at our website


From apke.detering@greentreebk.com Wed Mar 22 06:02:27 2006
Return-Path: <apke.detering@greentreebk.com>
Received: from localhost (ip-242.rssp-net.spb.ru [212.176.220.242] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id k2MB28hl008491
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 22 Mar 2006 06:02:14 -0500 (EST)
Message-ID: <000001c64dca$8f53bc80$0100007f@localhost>
From: "[%from_name%]" <[%from_email@]>
To: <[%to@]>
Subject: Need S0ftware?
Date: Wed, 22 Mar 2006 14:02:10 +0300
MIME-Version: 1.0
Content-Type: multipart/related;
	type="multipart/alternative";
	boundary="----=_NextPart_000_0001_01C64DCA.8F53BC80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C64DCA.8F53BC80
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_000E_01C64DCA.8F53BC80"


------=_NextPart_001_000E_01C64DCA.8F53BC80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
 

Endeavor Societies church addition Christian pledge following special ways which they 
forward ever held before member For sake character future success

 
  

------=_NextPart_001_000E_01C64DCA.8F53BC80
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Software</TITLE><META http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-1252"><STYLE></STYLE></HEAD>
<BODY bgColor=3D#ffffff>
<TABLE border=3D0><TBODY><TR vAlign=3Dtop><TD width=3D158><a href=3Dhttp://vtopkusoft.com/><IMG src=3D"cid:000801c63b06$0762dd00$0403a8c0@rcvd" border=3D0></a></TD><TD><TABLE border=3D0><TBODY><TR vAlign=3Dtop><TD><a href=3Dhttp://vtopkusoft.com/><IMG height=3D150 src=3D"http://images.amazon.com/images/P/B0000AZJVC.01.TZZZZZZZ.jpg" width=3D118 border=3D0></a></TD>
<TD> <a href=3http://vtopkusoft.com/><IMG src=3D"cid:000901c63b06$076ec3e0$0403a8c0@rcvd" align=3Dtop border=3D0><BR><BR><IMG src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif align=3Dtop border=3D0></a><HR></TD></TR><TR vAlign=3Dtop>
<TD><a href=3Dhttp://vtopkusoft.com/><IMG height=3D150 src=3D"http://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg" width=3D118 border=3D0></a></TD><TD><a href=3Dhttp://vtopkusoft.com/><IMG src=3D"cid:000b01c63b06$076ec3e0$0403a8c0@rcvd" align=3Dtop border=3D0><BR><BR><IMG src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif align=3Dtop border=3D0></a>
<HR></TD></TR><TR vAlign=3Dtop><TD><a href=3Dhttp://vtopkusoft.com/><IMG height=3D150 src=3D"http://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg" width=3D118 border=3D0></a></TD><TD><a href=3Dhttp://vtopkusoft.com/><IMG src=3D"cid:000c01c63b06$077134e0$0403a8c0@rcvd" align=3Dtop border=3D0><BR><BR><IMG src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif align=3Dtop border=3D0>
</a><HR></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor Societies church addition Christian pledge following special ways which they forward ever held before member 
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
For sake character future success well supreme cause keep pledge unflinchingly pleasure good fellowship a
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
Never discontinue endeavors get new members Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after orphans visi
